/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root{
    --color-pri-1:#13ACAA;
    --color-pri-2:#119bf3;
    --color-pri-3:#37075D;
    --color-pri-4:#E90047;
    --color-pri-5:#F79C2D; 
    --color-pri-6:#575556; 
}
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face{
    font-family:"Roboto";
    font-weight:normal;
    font-style:normal;
    src:url("./fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-display:swap
}
@font-face{
    font-family:"Roboto";
    font-weight:bold;
    font-style:normal;
    src:url("./fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-display:swap
}
@font-face{
    font-family:"Roboto";
    font-weight:normal;
    font-style:italic;
    src:url("./fonts/Roboto/Roboto-Italic.ttf") format("truetype");
    font-display:swap
}
/*---------global-----------*/
html{overflow-x:hidden}
body{overflow-x:hidden; font-family:Roboto, sans-serif}
/*---căn đều sẳn phẩm---*/
.has-shadow>.col>.col-inner {
    height: 100%;
}
.flickity-viewport .col.is-selected {
    height: 100%;
}
.flickity-viewport .col-inner {
    height: 100%;
}
.product-small.box.has-hover.box-normal.box-text-bottom {
    height: 100%;
}
/*.product-small.box:hover {
     border: 2px dashed #ddd;
}*/
/*---giới hạn chữ tên sản phẩm---*/
p.name.product-title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1.3em;
    margin-bottom: 0.8em;
	font-weight: 700;
}
/*---style product price---*/
.price-wrapper{
    display: table; 
}
.product-summary .price-wrapper{
	margin-bottom: 1em;
}
.price-wrapper .price{
    height: 1.3em;
    display: table-cell;
    vertical-align:middle;
    text-align: center;
    line-height: 120%;
}
.product-short-description {
    padding-bottom: 0.5em;
}
span.amount {
    white-space: nowrap;
    color: #e84545;
    font-weight: bold;
}

/*---style related product---*/
.related.related-products-wrapper.product-section {
	padding-top: 2em;
    padding-bottom: 2em;
}
.related.related-products-wrapper.product-section h3 {
    text-align: center;
}
.related-products-wrapper .product-small.box {
    background-color: #fff;
    /*box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
	border: 2px solid #ddd;
}
/*
.related-products-wrapper .product-small.box:hover {
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}*/
.related-products-wrapper .box-text.box-text-products {
    padding: 15px;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0;
}
.slider-nav-reveal .flickity-prev-next-button:hover, .slider-nav-reveal .flickity-prev-next-button {
    width: 30px;
    top: -2px;
    bottom: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 -150px 15px 0 rgba(0,0,0,0);
    margin: 0 !important;
}
/*---end style related product---*/

/*---style tiêu đề bài viết trước sau---*/
.nav-previous,
.nav-next {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
}
/*---style giới hạn chữ bài viết---*/
.blog-archive h5.post-title.is-large {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.6em;
}
.blog-archive p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em;
}

/*---style shop and product sidebar---*/
#shop-sidebar aside,
#product-sidebar aside,
.post-sidebar aside {
    background-color: #fff;
	padding: 5px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    padding: 5px;
    border-radius: 5px  ;
}
.widget.widget_search{
	padding: 30px 0 0 0;
	border: 0 solid #eee;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}
#shop-sidebar .widget-title,
#product-sidebar .widget-title,
.post-sidebar .widget-title {
	padding: 15px 20px;
	color: #fff;
	background-color: #3d8dc5;
	display: block;
        border-radius: 5px;
}
#shop-sidebar .is-divider,
#product-sidebar .is-divider,
.post-sidebar .is-divider {
	height: 1.5px;
    display: block;
    background-color: rgba(0,0,0,0);
    margin: 0;
    width: 100%;
    max-width: 100%;
}
#shop-sidebar ul,
#product-sidebar ul,
.post-sidebar ul {
    font-size: 14px;
	font-weight: bold;
    border: 0px solid #ddd;
    border-radius: 0px;
    padding: 0;
    margin-top: 5px;
    background-color: #fff;
}
#shop-sidebar ul li,
#product-sidebar ul li,
.post-sidebar ul li {
    padding: 5px 20px;
}
#shop-sidebar ul li:nth-child(odd),
#product-sidebar ul li:nth-child(odd),
.post-sidebar ul li:nth-child(odd) {
    background-color: #fafafa;
}
/*#shop-sidebar ul li:hover,
#product-sidebar ul li:hover,
.post-sidebar ul li:hover {
    background-color: #ee5978;
}*/
#shop-sidebar ul li:hover a,
#product-sidebar ul li:hover a,
.post-sidebar ul li:hover a,
#shop-sidebar ul li:hover ins span,
#product-sidebar ul li:hover ins span,
#shop-sidebar ul li:hover del span,
#product-sidebar ul li:hover del span,
#shop-sidebar ul li:hover span.amount,
#product-sidebar ul li:hover span.amount{
	color: #3d8dc5;
}
/*---style sub-menu---*/
#shop-sidebar li ul.sub-menu {
    border: 0 solid #f8f8f8;
    border-left: 3px solid #ececec;
    padding: 5px;
}
#shop-sidebar li ul.sub-menu li {
    background-color: #fff;
    border: 0;
    padding: 2px 10px;
}
#shop-sidebar li:hover ul.sub-menu li a {
    color: #334862;
}
#shop-sidebar li ul.sub-menu li:hover a {
    color: #ee5978;
}
/*---end style sub-menu---*/
#shop-sidebar ul.product_list_widget li,
#product-sidebar ul.product_list_widget li {
    list-style: none;
    padding: 15px 10px 15px 90px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}
#shop-sidebar ul.product_list_widget li img,
#product-sidebar ul.product_list_widget li img  {
    top: 10px;
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
#shop-sidebar ul li+li,
#product-sidebar ul li+li,
.post-sidebar ul li+li {
    border-top: 1px solid #f8f8f8;
}
#shop-sidebar ul.product_list_widget li a:not(.remove),
#product-sidebar ul.product_list_widget li a:not(.remove) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1.3em;
}
#shop-sidebar .recent-blog-posts a,
#product-sidebar .recent-blog-posts a,
.post-sidebar .recent-blog-posts a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.4em;
    color: #444;
}
#shop-sidebar span.post_comments.op-7.block.is-xsmall,
#product-sidebar span.post_comments.op-7.block.is-xsmall,
#product-sidebar span.post_comments.oppercase.op-7.block.is-xsmall,
.post-sidebar span.post_comments.op-7.block.is-xsmall {
    display: none;
}
.post-sidebar .widget.widget_search {
    padding: 0px 0 0 0;
    border: 0px solid #eee;
}
.post-sidebar input.search-field.mb-0 {
    height: 45px;
    border-radius: 3px 0 0 3px;
}
.post-sidebar button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    width: 45px;
    height: 45px;
    border-radius: 0 3px 3px 0;
}
#shop-sidebar .price_slider_wrapper {
    padding: 30px 15px 15px 15px;
    font-size: 0.8em;
}
#shop-sidebar .star-rating,
#product-sidebar .star-rating {
		display: none;
}
@media screen and (max-width:549px){
    .post-sidebar {
        padding-bottom:20px;
    }
}
/*---style filter in sidebar---*/
ul.woocommerce-widget-layered-nav-list {
    max-height: 300px;
    overflow: auto;
    padding-right: 20px;
}
ul.product_list_widget {
    font-size: 14px;
}
/*---end style filter in sidebar---*/
/*---end style shop and product sidebar---*/

/*---style tab in product---*/
.product-footer .tabbed-content .nav-pills>li>a {
    padding: 0.5em 2.75em;
    border-radius: 0px;
    line-height: 2.5em;
    border: 1px solid #ddd;
	background-color: #eee;
	margin-right: 2px;
}
.product-footer .tabbed-content .nav-pills>li.active>a {
	background-color: #ec1c24;
}
.product-footer .tabbed-content .nav-pills>li:hover>a {
    background-color: #e84545;
    color: #fff;
}

.mfp-content {
    min-width: 320px !important;
}

/*---z-index sidebar mobile---*/
.mfp-wrap {
	z-index: 900001;
}
/*--------end global--------*/


/*---------header-----------*/
/*---style mona-html---*/
.header-button a.button.primary {
    font-size: 14px;
}
.mona-html {
    font-size: 14px;
}
.mona-html:before {
    content: "";
    font-family: FontAwesome;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #333;
}
.mona-html.text-3:before {
    font-family: FontAwesome;
    content: "\f041";
    font-size: 40px;
    display: inline-block;
margin-left: -35px;
    margin-bottom: -65px;
    color: #3c8dc5;
}
.mona-html.text-3 span {
    color: #333;
    font-weight: 500;
}
.mona-html.text-4:before {
    font-family: FontAwesome;
    content: "\f017";
    font-size: 40px;
    display: inline-block;
margin-left: -35px;
    margin-bottom: -65px;
    color: #3c8dc5;
}
.mona-html.text-4{
	padding-left:90px;
}
.mona-html.text-4 p.title{
	padding-left:15px;
}
.mona-html.text-4 span {
	color: #333;
    font-weight: 500;
}
.mona-html.hotline:before {
	width: 1.5em;
	height: 1.5em;
    content: "";
	background: transparent url('/wp-content/uploads/2018/07/customer-service.svg') no-repeat;
    background-size: 1.5em 1.5em;
    animation-name: tada;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.mona-html a {
	color: #333;
	font-weight: 700;
}
/*---style active nav---*/
div#masthead {
    border-bottom: 2px solid #e8e8e8;
}
.header-main .nav-left {
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width:849px){
    .header-main .nav-left{
            -ms-flex-pack: left;
    justify-content: left;
    }
}
.header-main .nav > li {
	margin: 0 15px;
}
.header-main .nav > li:hover > a,
.header-main .nav > li.current-menu-item > a,
.header-main .nav > li.current-menu-parent > a,
.header-main .nav > li.current-post-parent > a,
.header-main .nav > li.current-product-parent > a,
.header-main .nav > li.current_page_parent > a,
.header-main .nav > li.current-product-ancestor > a {
    color: #fff;
}
.nav-dark .is-outline, .dark .nav>li>a, .dark .nav>li.html, .dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical>li>ul li a, .nav-dropdown.dark>li>a, .nav-dropdown.dark .nav-column>li>a, .nav-dark .nav>li>a, .nav-dark .nav>li>button {
    color: #fff;
}
.flex-col.hide-for-medium.flex-left{
	width: 85% !important;
}
div#wide-nav {
    background-color: #3c8dc5;
}
.nav>li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    /* margin: 0 7px; */
    transition: background-color .3s;
}
a.nav-top-link {
    height: 60px !important;
    padding: 0 20px !important;
	border-right:0.5px solid;
}
a.nav-top-link:hover {
	background:rgba(0, 0, 0, 0.1);
}
.nav-dropdown-simple .nav-column li>a:hover, .nav-dropdown.nav-dropdown-simple>li>a:hover{
	background:#3c8dc5;
	color:#fff;
}
ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    margin-bottom: 20px;
	margin-right:-30px;
}
/*--------end header--------*/


/*header*/
.header-main .nav > li > a {  
    padding: 7px 15px;
    border-radius: 5px;
} 
.header-nav.header-bottom-nav.nav-left .current-dropdown .nav-dropdown {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    min-height: auto!important;
}
.header-nav.header-bottom-nav.nav-left .current-dropdown .nav-dropdown a{
    text-transform: unset;
    font-size: 0.875em;
    padding:14px 20px;
}
.header-nav.header-bottom-nav.nav-left  .current-dropdown .nav-dropdown li {
    width: 100%;
    padding: 0px 0px;
    border-top: 1px solid #e6e6e6;
    min-width: 200px;
    margin-top:0;
}
.nav.header-nav li.has-dropdown:hover>.nav-dropdown, .no-js li.has-dropdown:hover>.nav-dropdown, li.current-dropdown>.nav-dropdown{
        -webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
    animation: scale-in-ver-top 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
}
.header-nav.header-bottom-nav.nav-left .current-dropdown .nav-dropdown li ul.sub-menu {
    display: none!important;
}

.header-nav.header-bottom-nav.nav-left .current-dropdown .nav-dropdown li:first-child {
    border-top: unset;
}

.header-nav.header-bottom-nav.nav-left .current-dropdown .nav-dropdown li:hover > ul.sub-menu {
    display: block!important;
    position: absolute;
    left: 100%;
    background: #fff;
    top: 0; 
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
}

.header-nav.header-bottom-nav.nav-left .current-dropdown .nav-dropdown li.menu-item-has-children:after {
    position: absolute;
    content: "\f105";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
    font-family: fontAwesome;
    color: #444;
}

.header-nav.header-bottom-nav.nav-left .current-dropdown .nav-dropdown li.menu-item-has-children {
    position: relative;
}
 

.header-nav.header-bottom-nav.nav-left .current-dropdown .nav-dropdown li:hover>a{
    background: #3c8dc5;
    color: #fff;
}

.header-nav.header-bottom-nav.nav-left .current-dropdown .nav-dropdown li:hover:after {
    color: #fff;
} 
.header-nav.header-bottom-nav.nav-left .current-dropdown .nav-dropdown li a{
    border-radius:0px;
    color:#444;
    font-weight: bold;

}
.header-nav-main.nav-right {
    flex-wrap: nowrap;
}
/*---style related product---*/
.related.related-products-wrapper.product-section {
        padding-top: 2em;
    padding-bottom: 2em;
}
.related.related-products-wrapper.product-section h3 {
    text-align: center;
}
.related-products-wrapper .product-small.box {
    background-color: #fff;
    /*box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
        border: 2px solid #ddd;
}
ul.header-nav.header-nav-main.nav.nav-left.nav-box.nav-size-large.nav-spacing-large {
    display: flex;
    justify-content: center;
} 
#search-lightbox input#woocommerce-product-search-field-0::placeholder {
    color: #fff!important;
}

#search-lightbox input#woocommerce-product-search-field-0 {
    color: #fff!important;
}

#search-lightbox.dark form button.ux-search-submit i {
    color: #fff!important;
}
/*---------content-----------*/
.title-all p{
	font-size:18px;
	color:#777;
}
/**/
.title-all-2 h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
}

.title-all-2 h2 span {
    color: var(--primary-color);
}

.title-all-2 h3 {
    text-transform: uppercase;
    font-size: 1.1rem;
    position: relative;
    margin-bottom: 1rem;
}

.title-all-2 h3:before {
    content: "";
    width: 120px;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    bottom: -3px;
}
/**/
.title-all.title-white h2, .title-all.title-white h3,.title-all.title-white p {
    color: #fff;
}
.title-all.title-white p{
    margin-bottom:10px;
}
/*----------trang-chu---------*/
/*tc-baner*/
.title-banner h6{
	transition: none 0s ease 0s;
    line-height: 36px;
    border-width: 0px 0px 2px;
    margin: 0px;
    margin-bottom:20px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
	color:#565656;
	border-bottom:2px solid #bababa;
	width:70%;
}
.title-banner h2{
	transition: none 0s ease 0s;
    line-height: 36px;
    border-width: 0px 0px 2px;
    margin: 0px;
    padding-bottom: 10px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
	color:#3c8dc5!important;
}
.title-banner p{
	transition: none 0s ease 0s;
    line-height: 36px;
    border-width: 0px 0px 2px;
    margin: 0px;
    padding: 0px 0px 4px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
	color:#777;
}
.sec_banner .text-box-content {
    padding: 15px;
    backdrop-filter: blur(4px);
    background:rgb(255 255 255 / 70%);
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 #e8e8e8;
}
/*tc-banner-2*/
.tc-banner-2{
/*	padding-top:50px !important;*/
}
h3.row1-bn2{
	color: #232323;
    font-size: 42px;
    font-weight: 300;
    line-height: 48px;
}
.img-box{
	padding-bottom:50px;
}
.sec-items-box .img-box {
    padding-bottom: 0;
}
.bn2-col3{
	
	z-index:1;
}
.bn2-col1{
	z-index:3;
}
.bn2-colimg{
	z-index:2;
	margin-top:-520px;
	padding:0px;
}
.col-time{
	background: none repeat scroll 0 0 #3c8dc5!important;
	padding: 10px 0px 0px;
    color: #ffffff;
}
.col-time h3{
	margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 15px;
	color:#fff !important;
    text-align: center;
}
.col-time ul{
	margin: 6px 0 0 !important;
}
.col-time li{
	border-bottom: 1px solid rgba(225, 225, 225, 0.5);
    list-style: outside none none;
    font-weight: 600;
    padding: 15px 0;
    text-transform: capitalize;
}
.col-time li:last-child {
    border-bottom: 0;
}
.border-time{
	border: 2px solid #ffffff;
    position: relative;
    margin-top: 35px;
    text-align: center;
    border-radius: 10px;
}
.border-time .call-time1{
	position: absolute;
    top: -13px;
    left: 20px;
    padding: 0 10px;
    font-size: 18px;
	background: none repeat scroll 0 0 #3c8dc5!important;
}
.border-time .call-time2{
	font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    padding: 29px 15px 25px;
    display: block;
}
.col-time p{
	line-height: 30px;
    margin-top: 25px;
}
.col-time .num{
	float: right;
    text-transform: none;
}
.table-time li {
    margin-left: 0px !important;
}
.form-ct.clear.border-time {
    margin-top: 35px;
    padding: 30px 20px;
}

.form-ct.clear.border-time span.call-time1 {
    color: #fff;
    text-transform: capitalize;
}

.tc-banner-2 form.wpcf7-form .form-ct input, .tc-banner-2 form.wpcf7-form .form-ct textarea {
    border-radius: 5px;
}
/**/

.tc-banner-2 .accordion-item:first-child a {border-top: 0;}

.tc-banner-2 .accordion-item a button {
    background: var(--primary-color);
    opacity: .9;
}

.tc-banner-2 .accordion-item a:hover {
    background: transparent!important;
    color: var(--primary-color);
}

.tc-banner-2 .accordion-item a {
    padding-left: 2.6em;
    outline: unset;
}

.tc-banner-2 .accordion-item a button {
    height: 35px;
    width: 35px;
    min-height: unset;
    color: #fff;
    line-height: 35px;
}
.tc-banner-2 .accordion-item a button i {
    font-size: 1.5rem;
}
.tc-banner-2 .accordion-item:hover a.accordion-title.plain {
    color: var(--primary-color)!important;
}

.tc-banner-2 .accordion .active .toggle {
    color: #fff;
}
/**/
.img-radius-10 img, .img-radius-10, .img-radius-10 .banner-bg {
    border-radius: 10px;
}
/*tc-phongban*/
.icon-pb-svg .icon-box-img svg{
	width:80px;
	height:80px;
/*	border:1px solid #3c8dc5;*/
	padding:10px;
	border-radius: 50%;
/*    background: #3c8dc5;*/
    color: #fff;
}
.icon-pb-svg .icon-box-img img {
    height: 55px; 
    width: 55px;

}

.icon-pb-svg .icon-box-img .icon-inner {height: 80px;width: 80px;display: flex;align-content: center;justify-content: center;align-items: center;}
.icon-pb-svg .icon-box-text.last-reset {
    position: relative;
    padding:52px 30px 45px 30px;
    background: #fff;
    border: 1px solid #f1f1f1;
    transition: all ease 0.5s;
	margin-top:-60px;
    border-radius: 8px;
    min-height: 205px;
}
.icon-pb-svg .icon-box-text.last-reset:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: url(/wp-content/uploads/2023/10/background-box-v1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
}
.sec-service .col-inner .icon-box .icon{
    z-index: 2;
    position:relative;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50%;
} 
.sec-service .col-inner .icon-box .icon:before{
    content: "";
    background: #fff;
    position: absolute;
    height: 97%;
    width: 97%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
    }
.sec-service .col-inner:hover .icon-box .icon:before{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.sec-service .col-inner:hover .icon-box .icon svg{
    color: var(--primary-color);
}

.sec-service .col-inner:hover .icon-box-text.last-reset {
    border: 1px solid var(--primary-color);
    background: rgb(255 0 0 / 10%);
}
.sec-service a:hover p {
    color: #333!important;
}

.sec-service a:hover h3 {
    color: var(--primary-color)!important;
}

.sec-service .icon-pb-svg .icon-box-img img {
    height: 55px;
    width: 55px;
    filter: invert(1) brightness(100);
}
.sec-service .col-inner:hover .icon-box .icon img {
    filter: unset;
}
/* color - 1 */
.sec-service .col-inner .icon-box.color-1 .icon {
    background: var(--color-pri-1);
}

.sec-service .col-inner:hover .icon-box.color-1 .icon svg {
    color: var(--color-pri-1);
}
.sec-service .col-inner:hover .icon-box.color-1 .icon-box-text.last-reset{
    border: 1px solid var(--color-pri-1);
    background: rgb(19 172 170 / 10%);
}
.sec-service a:hover .icon-box.color-1 h3{
     color: var(--color-pri-1)!important;
}
/*color -2*/
.sec-service .col-inner .icon-box.color-2 .icon {
    background: var(--color-pri-2);
}

.sec-service .col-inner:hover .icon-box.color-2 .icon svg {
    color: var(--color-pri-2);
}
.sec-service .col-inner:hover .icon-box.color-2 .icon-box-text.last-reset{
    border: 1px solid var(--color-pri-2);
    background: rgb(19 172 170 / 10%);
}
.sec-service a:hover .icon-box.color-2 h3{
     color: var(--color-pri-2)!important;
}
/*color - 3*/
.sec-service .col-inner .icon-box.color-3 .icon {
    background: var(--color-pri-3);
}

.sec-service .col-inner:hover .icon-box.color-3 .icon svg {
    color: var(--color-pri-3);
}
.sec-service .col-inner:hover .icon-box.color-3 .icon-box-text.last-reset{
    border: 1px solid var(--color-pri-3);
    background: rgb(19 172 170 / 10%);
}
.sec-service a:hover .icon-box.color-3 h3{
     color: var(--color-pri-3)!important;
}

/*color - 4*/
.sec-service .col-inner .icon-box.color-4 .icon {
    background: var(--color-pri-4);
}

.sec-service .col-inner:hover .icon-box.color-4 .icon svg {
    color: var(--color-pri-4);
}
.sec-service .col-inner:hover .icon-box.color-4 .icon-box-text.last-reset{
    border: 1px solid var(--color-pri-4);
    background: rgb(19 172 170 / 10%);
}
.sec-service a:hover .icon-box.color-4 h3{
     color: var(--color-pri-4)!important;
}

/*color - 5*/
.sec-service .col-inner .icon-box.color-5 .icon {
    background: var(--color-pri-5);
}

.sec-service .col-inner:hover .icon-box.color-5 .icon svg {
    color: var(--color-pri-5);
}
.sec-service .col-inner:hover .icon-box.color-5 .icon-box-text.last-reset{
    border: 1px solid var(--color-pri-5);
    background: rgb(19 172 170 / 10%);
}
.sec-service a:hover .icon-box.color-5 h3{
     color: var(--color-pri-5)!important;
}
/*color - 6*/
.sec-service .col-inner .icon-box.color-6 .icon {
    background: var(--color-pri-6);
}

.sec-service .col-inner:hover .icon-box.color-6 .icon svg {
    color: var(--color-pri-6);
}
.sec-service .col-inner:hover .icon-box.color-6 .icon-box-text.last-reset{
    border: 1px solid var(--color-pri-6);
    background: rgb(19 172 170 / 10%);
}
.sec-service a:hover .icon-box.color-6 h3{
     color: var(--color-pri-6)!important;
}


.icon-pb-svg .icon-box-text.last-reset h3 {
    font-size: 16px;
}

.icon-pb-svg .icon-box-text.last-reset p {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom:0;

}
.icon-pb-svg .icon-pb{
	padding-bottom:30px;
}
.icon-pb a{
	color:#111 !important;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 18px 0;
    line-height: 24px;
}
.icon-pb a:hover{
	color:#3c8dc5 !important;
}
a.button.primary.is-link.lowercase.btn-pb {
    text-transform: uppercase;
    color: #969696;
    display: inline-block;
    font-weight: 600;
}
.button.is-underline:before {
    content: "";
    height: 2px;
    background-color: currentColor;
    opacity: .3;
    transition: all .3s;
    position: absolute;
    bottom: 0;
	left:0;
    width: 100%;
}
a.button.primary.is-underline.lowercase.btn-pb:hover {
    color: #3c8dc5!important;
}
a.button.primary.is-underline.lowercase.btn-pb {
    color: #969696 !important;
}
.title-all h2{
	font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    line-height: 24px;
    position: relative;
}
.title-all span {
    color: var(--primary-color)!important;
}
.title-all h2:after{
	position: absolute;
    content: '';
    width: 120px;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #ddd;
    margin: auto;
    right: 0; 
}

/*tc-apoiment*/
.tc-apoiment .col.small-12.large-12{
	padding:0px;
}
.apoment-imbox .col.medium-8.small-12.large-8{
	padding:0px;
}
.apoment-imbox .col.medium-4.small-12.large-4{
	padding:0px;
}
.tc-apoiment img.attachment-original.size-original {
    border-radius: 100%;
}
.poiment {
	padding-left:30px;
    padding-top: 5px;
}
.poiment a{
	color:#3c8dc5;
}
.poiment a:hover{
	color:#111;
}
.poiment p{
	font-size: 13px;
    margin-top: -4px;
}
.apoment-icon{
	padding-top:0px;
}
.poiment span.month-tc:before {
    content: "\f274";
    font-family: fontawesome;
    padding-right: 5px;
}
.poiment span.time-tc:before {
    content: "\f017";
    font-family: fontawesome;
    padding-right: 5px;
	padding-left:10px;
}
.box.has-hover.apoment-imbox.has-hover.box-vertical.box-text-bottom {
    width: 90%;
    float: left;
    border-bottom: 1px solid rgba(0 ,0 ,0, 0.06);
    background: #f7f7f7;
    padding-left: 20px;
	padding-top: 10px;
    padding-bottom: 5px;
}
a.button.primary.tc-btn-apoment {
    background: #777;
}
a.button.primary.tc-btn-apoment:hover {
    background: #3c8dc5;
}
.box.has-hover.apoment-imbox.has-hover.box-vertical.box-text-bottom:hover {
	background:#fff;
}
.tc-apoiment .title-all h2:after{
	left:0 ;
        right: auto;
}
.tc-apiment-ib .icon-box-img svg{
	width:80px;
	height:80px;
	border:1px solid #3c8dc5;
	padding:10px;
	border-radius: 50%;
    background: #3c8dc5;
    color: #fff;	
}
.tc-apoiment-text a{
	font-size: 20px;
    color: #303133;
    padding-bottom: 9px;
    margin: 0 0 14px 0;
    line-height: 30px;
    font-weight: 600;
}
.tc-apoiment-text a:hover{
	color:#3c8dc5 !important;
}
.tc-apoiment-text h3:after{
	content: "";
    position: absolute;
    left: 95px;
    height: 3px;
    width: 50px;
    background: #e6e6e6;
	margin-top: 30px;
}
.tc-apoiment-text p{
	color:#777;
	font-size:15px;
	font-weight:400;
}
.tc-apiment-ib{
	padding-bottom:30px;
}
.tc-apiment-ib.color-1 .icon-box-img svg {
    background: var(--color-pri-1);
    border: 1px solid var(--color-pri-1);
}
.tc-apiment-ib.color-2 .icon-box-img svg {
    background: var(--color-pri-2);
    border: 1px solid var(--color-pri-2);
}
.tc-apiment-ib.color-3 .icon-box-img svg {
    background: var(--color-pri-3);
    border: 1px solid var(--color-pri-3);
}
.tc-apiment-ib.color-4 .icon-box-img svg {
    background: var(--color-pri-4);
    border: 1px solid var(--color-pri-4);
}
/* count  */
.coun-ter {
    padding: 20px;
    text-align: center;
}
.coun-ter:before {
    content: "";
    position: absolute;
    border-left: 2px solid var(--primary-color);
    border-top: 2px solid var(--primary-color);
    width: 55px;
    height: 30px;
    left: 0;
    top: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
.coun-ter:after {
    content: "";
    position: absolute;
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    width: 55px;
    height: 30px;
    right: 0;
    bottom: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
.coun-ter:hover:before{
    width: 100%;
    height: 100%;
    border-left: 2px solid var(--primary-color);
    border-top: 2px solid var(--primary-color);
}
.coun-ter:hover:after{
    width: 100%;
    height: 100%;
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}
.coun-ter h4 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}
.col-coun {
    padding-bottom: 50px !important;
    padding-top: 50px;
}

.coun-ter .counter, .coun-ter .text-coun {
    position: relative;
    z-index: 2;
    color: #fff;
}

.coun-ter p {
    color: #fff;
}
/*tc-team-member*/
.box-team-member .box-text.text-center{
	background: #f9f9f9;
}
.box-team-member span.person-name {
    line-height: 24px;
    margin: 0 0 2px 0;
    font-size: 18px;
    font-weight: 600;
}
.box-team-member span.person-name:hover{
	color:#3c8dc5 !important; 
}
.box-team-member .box-text-inner h4 span {
    font-size: 14px;
    line-height:1
}

.box-team-member .box-text-inner h3 a {
    font-size: 23px;
    font-weight:700
}

.tc-text-team a{
	font-size: 15px;
    font-weight: 100;
	color:#3c8dc5 !important
}
.tc-text-team a:hover{
	color:#111 !important;
}
/*tc-text*/
.tc-text-img-box img.attachment-original.size-original {
    width: 60px;
    border-radius: 50%;
}
.tc-textt-col {
	padding:20px;
}
 p.text-title-p{
    line-height: 28px;
	font-size: 12px;
    color: #868686;
}
.col.tc-textt-col.medium-6.small-12.large-6 {
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.tc-text {
    margin-left: -20px;
    padding-top: 10px;
}
.tc-text h4{
	font-size: 18px;
	color: #3c8dc5!important;
}
p.text-pp{
	line-height: 20px;
    color: #868686;
	padding-left:20px;
}
.tc-text-img-box.box-text.text-left {
    padding-left: 0px !important;
}
.tc-text-img-box .box-image{
	padding-left:20px;
}
/*-------các-phòng-ban---------*/
.pb-imgbox h4 a{
	font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    margin: 30px 0 15px;
    padding-top: 0;
	padding-bottom:8px;
    position: relative;
	color:#111;
}
.pb-imgbox h4 a:hover{
	color:#3c8dc5!important;
}
.pb-imgbox h4{
    position: relative;

}
.pb-imgbox h4:before {
    background: #3c8dc5 !important;
    content: "";
    position: absolute;
    left: 0;
    width: 80px;
    height: 3px;
    margin-top: 0px;
    bottom: 3px;
}
.link-text a{
	padding-top:10px;
	font-weight: 500;
	color:#3c8dc5;
}
.link-text a:hover{
	color:#111;
}
.link-text a:after{
	content:"\f061";
	font-family:fontawesome;
	color:#3c8dc5;
	padding-left:5px;
}
.link-text a:hover:after{
	color:#111;
}
/*-----------------------*/
.pb-col-1{
	background:#3c8dc5;
	padding:20px;
    border-radius: 10px;
    margin: 0 15px;
}
h3.title-pb{
	color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px rgba(225, 225, 225, 0.5) solid;
    padding-bottom: 14px;
    margin: 0 0 10px;
    text-align: center;
}
.pb-col-1 a{
	color:#dadada;
}
.pb-col-1 a:hover{
	color:#fff!important;
}
.pb-col-1 ul.menu>li, .widget>ul>li{
	color: #ffffff;
    padding: 10px 0;
    text-transform: capitalize;
    position: relative;
	border:none;
}
.pb-col-1 ul.menu>li, .widget>ul>li{
	border-bottom: 2px rgba(225, 225, 225, 0.3) solid;
}
.pb-col-1 ul.menu>li:hover {
    border-bottom: 2px solid #fff;
    transition: width 0.3s linear;
}
.pb-col-2{
    background: #17669c;
    padding: 18px 20px;
    border-radius: 10px;
    margin: 0 15px;
}
.pb-col-2 li{
	display:block;
	margin-left:0px !important;
	padding: 10px 0;
    font-weight: 600;
	color:#fff;
}
.pb-col-2 span{
	float:right !important;
}
.tab-table li.tab.has-icon {
   font-size: 25px !important;
   padding-right:10px;
   padding-left:10px;
}
.tab-table .nav>li.active>a{
	color:#3c8dc5!important;
}
.tab-table li.tab.has-icon a:hover{
	color:#3c8dc5;
}
.accordion-title:hover {
    background: #3c8dc5!important;
}
.accordion-title:hover p{
	color:#fff;
}
.accordion-title.plain.active i.icon-angle-down{
    color: #d12938;
}
.accordion-title:hover{
	color:#fff !important;
}
.tab-table h3{
	color:#777777!important;
}
/*gioi-thieu*/
/*gt-sec-1*/
.gt-text h3{
	font-size: 26px;
    color: #666666;
    margin-bottom: 10px;
    font-weight: 500;
}
.gt-text p{
	font-size:18px;
	color:#777;
}
.gt-col-1 li {
	display:block;
	margin-left:0px !important;
	color:#777;
}
.gt-col-1 li:before{
	content:"\f058";
	font-family: fontawesome;
	padding-right:5px;
}
/*gt-sec-2*/
.gt-text-ib h3:after{
	content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background: #e6e6e6;
    left: 75px;
    top: 35px;
}
.gt-text-ib a{
	color:#111;
}
.gt-text-ib a:hover{
	color:#3c8dc5;
}
.gt-text-ib p{
	color:#777;
	font-weight:400;
}
.gt-table h3{
	font-size:30px;
	color:#111;
}
.gt-table h6{
	font-size: 14px;
    position: relative;
    color: #9e9e9e;
    text-transform: uppercase;
    margin: -5px 0 20px;
}
.gt-table h6:after{
	content: "";
    margin: 25px 0 0;
    width: 120px;
    height: 3px;
    background: #e6e6e6;
	position: absolute;
    left: 0;
}
.gt-table p{
	font-size: 13px;
    color: #9e9e9e;
}
.gt-table li{
	list-style: none;
    color: #232323;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 1px #e6e6e6 solid;
    text-transform: uppercase;
	margin-left:0px !important;
}
.gt-table span{
	float:right;
	color:#3c8dc5;
}
.gt-table{
	border-width: 7px;
    border-style: solid;
    padding: 42px 32px 32px;
	border-color:#3c8dc5;
    border-radius:10px;
}
/*liên-hệ*/
.lh-icon-box a{
	color: #232323;
	font-size:20px;
}
.lh-icon-box a:hover{
	color:#3c8dc5;
}
.lh-icon-box h3 {
    border-bottom: 2px solid #3d8dc5;
    width: 40%;
    margin-left: 110px;
}
.lh-icon-box p{
	line-height: 30px;
    color: #232323;
    margin-bottom: 20px;
}
.lh-icon-box h6{
	font-weight:100;
	font-size: 13px;
    line-height: 24px;
}
.lh-icon-box span{
	color:#3c8dc5;
}
h3.lh-text-map{
	font-size: 30px;
    line-height: 30px;
    margin: 15px 5px 15px;
    padding-bottom: 6px;
    position: relative;
    color: var(--primary-color);
    font-weight: 700;
}
h3.lh-text-map:after{
    background: #e6e6e6 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 3px;
    position: absolute;
    width: 60px;
    left: 0;
    right: 0;
    margin: auto;
}
.sec_lien_he .form-ct input, .sec_lien_he .form-ct textarea {
    border-radius: 5px;
    
}
.sec_lien_he .form-ct .wpcf7-not-valid-tip{
    position:absolute!important;
    z-index:1;
}
.wpcf7 .wpcf7-not-valid-tip + span.wpcf7-not-valid-tip {
    display: none;
    }
/*tc-end*/
.icon-box.featured-box.icon-box-end.icon-box-left.text-left {
    padding-top: 20px;
	padding-bottom:15px;
}
.icon-box.featured-box.icon-box-end.icon-box-left.text-left p{
	color:#fff !important;
	padding-top:20px;
	padding-left:20px;
}
.tc-end{
	
}
.tc-end .col.small-12.large-12{
	padding:0px;
}
/*-----style contact form-----*/
.form-ct {
    width: 780px;
    margin: 0 auto;
    max-width: 100%;
}
.form-ct .form-row {
    padding: 5px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-ct .form-row.w50 {
    width: 50%;
}
.form-ct input,
.form-ct textarea{
    margin-bottom: 0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0);
}
.form-ct .center-txt {
    text-align: center;
}
.form-ct .center-txt input{
    min-width: 50%;
}
.form-ct .wpcf7-form-control:focus {
    border-color: #f8b742;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 183, 66, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 183, 66, 0.6);
}
/*---end style contact form---*/
.sec-lienhe-1 h4 {
    text-transform: uppercase;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    width: max-content;
    font-size: 14px;
}
.sec-lien-he-ggmap p {
    margin-bottom: 0;
}

.sec-lien-he-ggmap iframe {
    border: 2px solid red!important;
    border-radius: 5px;
}
 
/*---style mona-title---*/
.mona-title {
    font-size: 1.8em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    position: relative;
    margin: 0;
    margin-bottom: 0.8em;
    padding-bottom: 1.3em;
}
.mona-title:before {
    position: absolute;
    bottom: 0.75rem;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(to right,#76a03f 0%,#76a03f 25%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,#76a03f 75%);
}
.mona-title:after {
    position: absolute;
    bottom: 0;
    content: '\f296';
    font-family: FontAwesome;
    left: 50%;
    transform: translateX(-50%);
    font-size: 23px;
    line-height: 1;
    color: #76a03f;
}

/*---style btn-mona---*/
.btn-mona {
    padding: 5px 30px;
}

/*---style mona-post---*/
.mona-post .box.box-normal.box-text-bottom.box-blog-post.has-hover {
    border-radius: 10px;
    background-color: #f7f9f8;
    padding-bottom: 0;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.01);
	box-shadow: 0 0 15px rgba(0,0,0,.01);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 15px;
}
.mona-post .box.box-normal.box-text-bottom.box-blog-post.has-hover:hover {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.mona-post img.attachment-original.wp-post-image {
    border-radius: 10px 10px 0 0;
}
.mona-post .box-text.text-left {
    padding: 1.2em;
    border-radius: 0 0 10px 10px;
}
.mona-post h5.post-title.is-large {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1.3em;
    margin-bottom: 0.5em;
    font-size: 1.5em;
}
.mona-post .post-meta.is-small.op-8 {
    margin-bottom: 1em;
}
.mona-post .post-meta.is-small.op-8:before {
    content: "\f073";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #e5c128;
}
.mona-post .is-divider {
    display: none;
}
.mona-post p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em;
    color: #424242;
}
.mona-post button.button.is-link.is-small.mb-0 {
    text-transform: capitalize;
}
.mona-post button.button.is-link.is-small.mb-0:after {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
    color: #ed1c24;
}
/*---end style mona-post---*/

/*--------end content--------*/
.social-icons.follow-icons i {
    top: 0;
}
.sec_footer_1 .form-ct input,.sec_footer_1  .form-ct textarea {
    border-radius: 5px;
}
.sec_footer_1 .wpcf7-not-valid-tip {
    position: absolute;
    z-index: 1;
}
@media screen and (max-width:549px){
    .sec_footer_1 .form-ct .form-row.w50 {
        width: 100%;
    }
}
/*---------footer-----------*/
@media (max-width: 549px) {
    .mona-footer-icon {
        padding-bottom: 0;
    }
}
.absolute-footer {
    padding: 15px 0 15px !important;
    font-size: .9em;
}
.menu-footer li {
	display:block;
	margin-left:0px !important;
}
.menu-footer a:before{
	content:"\f0a9";
	font-family:fontawesome;
	color:#fff;
	padding-right:8px;
}
.sec-footer p{
    color: #333;
    font-size: 14px;
    margin-bottom: 0.8em;
}
.sec-footer a{
    color: #333;
    font-size: 14px;
}
.sec-footer a:hover{
    color: var(--primary-color) !important;
}
.sec-footer .icon-box-img {
    width: 14px !important;
}

.mona-sidebar-footer ul {
    margin: 0;
}
 
.sec-footer-address {
    max-height: 200px;
    overflow-x: auto;
    padding-right: 15px;
}

.sec-footer-address::-webkit-scrollbar {
  width: 6px;
    border-radius:10px;
}

.sec-footer-address::-webkit-scrollbar-track {
  background-color: #ffb2b2;    
    border-radius:10px;
}

.sec-footer-address::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgb(0 0 0 / 59%);    
    border-radius:10px;
}

.sec-footer h3 {
    padding: 0 0 5px;
    margin: 0px 0 20px;
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}

.sec-footer h3:before {
    padding: 0;
    margin: 0px;
    position: absolute;
    content: "";
    width: 60px;
    display: block;
    height: 2px;
    background-color: var(--primary-color);
    bottom: -2px;
    left: 0;
}
.sec-footer-address h4 {
    text-transform: uppercase;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    width: max-content;
    font-size: 14px;
} 

/*---style form dang ky---*/
 .sec-footer form.wpcf7-form {
    margin-bottom: 0;
    display: flex; 
    flex-direction: column; 
    align-items: center;
}
.sec-footer .wpcf7 p {
    display: inline-flex;
    margin-bottom:0;
    width: 100%;
}
.sec-footer .wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
}
.sec-footer input#email-dang-ky {
    height: 40px;
    border-radius: 99px;
    border-right: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0);
}
.sec-footer input#btn-gui {
    height: 40px;
        width: 60px;
    border-radius: 0 3px 3px 0;
}
.mona-hiden{
        display:none !important;
}
.sec-footer #btn-gui-icon {
    width: 60px;
    background-color:transparent;
    border-radius: 99px; 
    height: 38px;
    text-align: center;
    position: absolute;
    right: 0px;
    box-shadow: unset;
    border: unset;
        color: var(--primary-color);
        line-height: 40px;

} 
.sec-footer form.wpcf7-form .loading-spin.centered, .sec-footer form.wpcf7-form .processing:before {
    margin-top: -22px;
}
.wpcf7 form .wpcf7-response-output{
    margin-top:10px!important;
}
.mona-hiden{
	display:none !important;
}
#btn-gui-icon {
    height: 40px;
    border-radius: 0 3px 3px 0;
    color: #02a010;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0);
    border: 1px solid #ddd;
    border-left: 0;
    cursor: pointer;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
span.wpcf7-spinner {
    position: absolute;
    display: none;
}
span.wpcf7-not-valid-tip {
    font-size: 0.8em;
    margin-top: 0!important;
}
.copyright-footer {
    color: #fff;
    font-weight: 700;
}
/*--------end footer--------*/

/*-----style tablet mode-----*/
@media screen and (max-width: 849px){
 
.title-all h2 {
    padding-right: 0px !important;
    line-height: 40px !important;
}	
.col-none{
	display:none;
}
.img-none{
	display:none;
}
.tc-banner-2 img.attachment-original.size-original {
    border-radius: 100%;
}
a.button.primary.tc-btn-apoment {
    font-size: 10px;
}
span.time-tc {
    display: block;
}
.poiment span.time-tc:before{
	padding-left:0px !important;
}
.icon-box.featured-box.icon-box-end.icon-box-left.text-left p {
    color: #fff !important;
    padding-top: 10px;
    padding-left: 20px;
}
.nav>li {
    display: inherit;
}
a.nav-top-link {
    height: 40px !important;
    padding: 10px !important;
	border-right:0px solid;
}
.lh-icon-box h3 {
    border-bottom: 2px solid #3d8dc5;
    width: inherit;
    margin-left: 0px;
}
.lh-icon-box {
    padding: 10px;
}
}

/*---end style mobile mode---*/
/*-----style mobile mode-----*/
@media screen and (max-width: 549px){
    .title-banner h6 {
        font-size: 12px;
        line-height: 1.4;
    }
    .title-banner h2 {
        font-size: 18px;
        margin-top: -20px;
        line-height: 1.4;
        padding-bottom: 0;
    }
    .title-banner p{
    	display:none;
    }
    h3.row1-bn2{
    	text-align: center;
    	font-size:35px!important;
    }
    .title-all h2 {
        padding: 10px !important;
        line-height: 40px !important;
    }
    .col-none{
    	display:none;
    }
    .img-none{
    	display:none;
    }
    .tc-banner-2 .box-vertical .box-image {
        width: 50% !important;
    }
    .tc-banner-2{
/*    	margin-top:-25px;*/
    }
    .text-banner-2{
    	text-align:center;
    }
    .table-time li {
        margin-left: 0px !important;
    }
    .box-vertical .box-image {
        width: 50% !important;
    }
    .box.has-hover.apoment-imbox.has-hover.box-vertical.box-text-bottom {
        width: 100%;
    	padding-top: 20px;
    }
    .poiment {
        padding-left: 90px;
        padding-top: 5px;
    }
    .icon-box.featured-box.tc-apiment-ib.icon-box-left.text-left {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tc-apoiment-text h3:after {
        left: 115px;
    }
    .tc-apoiment .box-text-inner h3 {
        text-transform: uppercase;
        color: var(--primary-color);
        font-size: 18px;
    } 
     .tc-apoiment .box-text-inner h3 {  
        text-align: center;
        margin-top: 10px;
    }

    .tc-apoiment .box-text-inner p {
        text-align: center;
        font-size: 16px;
    }   
    .tc-apoiment-btn .col-inner {
        text-align: center;
    }
 
    .tc-apoiment {
/*        margin-bottom: -100px !important;*/
    }
    .title-all {
        text-align: center;
    }
    .tc-text {
        padding-left: 55px;
    }
    p.text-pp {
        line-height: 20px;
        color: #868686;
        padding-left: 20px;
        padding-right: 5px;
        text-align: center;
    }
    .tc-sec-text{
    	margin-bottom:-30px;
    }
    .icon-box.featured-box.icon-box-end.icon-box-left.text-left {
        padding-left: 20px;
        padding-right: 30px;
    }
    .icon-box.featured-box.icon-box-end.icon-box-left.text-left p {
        color: #fff !important;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }
    .tc-end .icon-inner {
        padding-top: 40px;
    }
    .gap-element.clearfix.gap-1 {
        padding-top: 0px !important;
    }
    .tc-phongban{
    	margin-bottom:-70px;
    } 
    .tc-team-member{
    	margin-bottom:-30px;
    }
    .gt-row-ul .col.medium-6.small-12.large-6 {
    	padding-bottom:0px;
        padding-left: 50px;
        margin-bottom: -15px;
    }
    .gt-text-ib h3:after{
    	top:30px;
    }

    .lh-icon-box p {
        padding-left: 30px;
        padding-right: 30px;
    }

    a.nav-top-link {
        height: 40px !important;
        padding: 10px !important;
    	border-right:0px solid;
    }
    .nav>li {
        display: inherit;
    }
    .img-box{
    	padding-bottom:20px;
    }
    .mb-center .col-inner.text-left {
        text-align: center;
    }
}

/*sec news*/
p.from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.sec-news .row .col .box-text .box-text-inner {
    display: flex;
    flex-direction: column;
}
.sec-news .row .col .box-text .box-text-inner .post-meta {
    order: -2;
}
.sec-news .row .col .box-text {
    position: static;
}
.sec-news .post-item .cat-label {
    padding: 6px 16px;
    position: absolute;
    top: 5px;
    right: 5px;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;

}

.sec-news .row .col .box-text .box-text-inner .is-divider {
    order: -1;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
}
.sec-news .row .col .box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
    background-color: white;
}
.sec-news .flickity-page-dots .dot.is-selected {
    background-color: var(--primary-color);
}

@media screen and (min-width:849px){
    .sec-news button.flickity-button.flickity-prev-next-button.previous {
        right: 101%;
    }

    .sec-news button.flickity-button {
        opacity: 1;
    }

    .sec-news button.flickity-button.flickity-prev-next-button.next {
        left: 101%;
    }
}
@media screen and (max-width:549px){
    .sec-news .from_the_blog_excerpt{
        display:none;
    }
    .sec-news h5.post-title.is-large{
        height: 38px;
    }
}
button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: #3d8dc5;
    border-radius:5px
}
.post-sidebar button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: #3d8dc5;
       border-radius:5px
}
.navigation-post {
    padding: 0 10px;

}
.navigation-post a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
div#content table td {
    padding-left: 10px;
}
.sidebar-menu .nav-sidebar.nav-vertical>li.menu-item.active,
.sidebar-menu .nav-sidebar.nav-vertical>li.menu-item:hover{
        background-color: rgb(174 224 255 / 27%);
}
.sidebar-menu .nav-sidebar.nav-vertical>li.menu-item.active  ul {
    background: #c1ecff;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*---end style mobile mode---*/
.sec-page-huong-dan .box-text .box-text-inner p {
    text-transform: uppercase;
    font-weight: 700;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/*amination*/
@keyframes scale-in-ver-top{
    0% {
    -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}
@-webkit-keyframes scale-in-ver-top{
    0% {
    -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

/* category */
@media (max-width: 849px) {
    .category-tin-tuc header.entry-header {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

/* mục lục new post */
#toc_container {
    width: 100% !important;
}

#toc_container li {
    list-style-type: none;
}

#toc_container .toc_number::after {
    content: ".";
}

/* Các câu hỏi thường gặp */
.accordion .accordion-inner {
    padding-left: 0px;
    padding-right: 0px;
}