/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
	font-family: "GT";
	src: url(fonts/SVN-Gotham.woff2);
	font-weight: 500;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: "GT-B";
	src: url(fonts/SVN-GothamBold.woff2);
	font-weight: 700;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: "GT-L";
	src: url(fonts/SVN-GothamLight.woff2);
	font-weight: 300;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: "GT-Book";
	src: url(fonts/SVN-GothamBook.woff2);
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
:root{
	--vang: #ba802b;
	--nau: #8a6e4c;
}
html,body,span,label,a,p,button,div,li,strong{
	font-family: "GT-Book";
}
.nav > li > a{
	font-family: "GT-Book" !important;
}
a{
	font-family: "GT";
}
b,strong,h1,h2,h3,h4,h5,h6, :is(h1,h2,h3,h4,h5,h6) > span{
	font-family: "GT-B" !important;
}
form{
	margin:0 !important;
}
form input:not([type=submit]),textarea,select{
	box-shadow:none !important;
}
input[type=submit]{
	margin:0;
}
.txt-jus{
	text-align:justify;
}
.txt-jus :is(h1,h2,h3,h4,h5,h6){
	text-align:left;
}
a{
	cursor:pointer;
}
.wpcf7-spinner,.product-images .image-tools.bottom.left,.post-item .is-divider,.blog-single .entry-header .is-divider{
	display:none !important;
}
.section-content{
	z-index:unset !important;
}
.dark, .dark p, .dark td{
	color:#fff !important;
}
.pd-b0{
	padding-bottom:0 !important;
}
.p-mb0 p,.title-mb0 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:0;
}
.p-mb5 p,.title-mb5 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:5px;
}
.p-mb10 p,.title-mb10 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:10px;
}
.p-mb15 p,.title-mb15 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:15px;
}
.p-mb20 p,.title-mb20 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:20px;
}
.p-w500 p, .title-w500 :is(h1,h2,h3,h4,h5,h6){
	font-weight:500;
}
.p-w600 p,.title-w600 :is(h1,h2,h3,h4,h5,h6){
	font-weight:600;
}
.p-w700 p,.title-w700 :is(h1,h2,h3,h4,h5,h6){
	font-weight:700;
}
.p-w800 p,.title-w800 :is(h1,h2,h3,h4,h5,h6){
	font-weight:800;
}
.p-w900 p,.title-w900 :is(h1,h2,h3,h4,h5,h6){
	font-weight:900;
}
.title-f30 :is(h1,h2,h3,h4){
	font-size:30px;
}
.title-f20 :is(h1,h2,h3,h4){
	font-size:20px;
}
.is-uppercase, .uppercase{
	line-height:inherit;
}
.col-h100 > .col-inner{
	height:100%;
}
.row.row-h100{
	height:100%;
}
.absolute-footer{
	background-color:#F4F7F8 !important;
	padding:0;
}
.footer-secondary{
	display:none;
}
.footer-primary,.copyright-footer{
	width:100%;
	text-align:center;
	color:#000 !important;
	position:relative;
}
.footer-primary a{
	color:#000 !important;

}
.footer-primary{
	padding:10px 0 15px;
}
.blog-wrapper{
	padding-bottom:0;
}
.single-page{
	text-align:justify;
	padding-top:0;
}
#top-link{
	width: 40px;
	height: 40px;
	border-radius: 5px !important;
	border: 1px solid var(--vang) !important;
	color: #fff !important;
	background: url(/wp-content/uploads/2025/10/top.png) var(--vang);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 16px;
}
table {
	border-collapse: collapse;
}
table :is(th, td){
	border:1px solid #e2e2e2;
	padding:10px !important;
	font-size:16px;
	color:#000;
}
.owl-stage{
	display:flex;
}
.owl-stage .col,.owl-stage .col > .col-inner{
	height:100%;
}
.owl-item {
	flex-shrink:0;
}
.owl-item .col {
	max-width:100%;
}
.owl-dots {
	margin:0 !important;
}
.owl-dots button{
	min-height:unset;
	margin:0 5px;
}
.owl-theme .owl-dots .owl-dot span{
	margin:5px 4px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:var(--vang) !important;
}
.owl-nav{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translatey(-50%);
	margin:0 !important;
}
.owl-nav button{
	min-height:unset;
	line-height:unset !important;
	margin:0 !important;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	display:flex !important;
	align-items:center;
	justify-content:center;
	transition:all 0.3s;
}
.accordion button.toggle{
	pointer-events:none !important;
}
.map :is(p,iframe){
	width:100%;
	height:100%;
	margin:0;
}
.map-phankhu{
	height:500px;
	margin-bottom:10px;
}
.pum-overlay.pum-overlay-disabled {
	visibility: inherit !important;
}
.button.btn-center,
.text-center .button.btn-center{
	display:block;
	width:max-content;
	margin:0 auto !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.sec-bg-mix .section-bg {
	opacity: 0.18;
	mix-blend-mode: overlay;
	will-change: transform, opacity;
}
.icon-box.icon-center .icon-box-img :is(.icon,.icon-inner){
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.icon-box.icon-center img{
	padding-top:0;
}
/* Header */
.header-nav-main > li{
	margin:0 30px;
}
.header-nav-main > li > a{
	font-size:15px;
}
.header-nav-main ul.sub-menu{
	padding:0;
}
.header-nav-main ul.sub-menu li a{
	padding:12px 15px;
	margin:0;
	font-size:15px;
	font-weight:400 !important;
	color:var(--nau) !important;
}
.header-nav-main ul.sub-menu li:hover > a{
	background:#eeeeee;
	color:var(--vang) !important;
}


.blog-wrapper{
	padding-bottom:0;
}
.single-page{
	text-align:justify;
	padding-top:0;
}
.breadcrumbT span,.breadcrumbT a{
	font-size:14px;
	color:#333333;
}
.breadcrumbT a:hover{
	color:var(--color-main);
}
.sec-bg-fix .section-bg img{
	display:none;
}





.slider-banner .banner{
	padding-top:calc(100vh) !important;
}
.slider-banner .banner .text-box-content{
	text-shadow:2px 2px 10px #000;
}
.slider-banner .banner .text-inner{
	position:relative;
	padding-left:60px
}
.slider-banner .banner .text-inner:before{
	position: absolute;
	width:46px;
	height:36px;
	background:url(/wp-content/uploads/2025/10/icon_quote.png) no-repeat;
	background-size:contain;
	background-position:center;
	left: 0px;
	top: 0px;
	content:'';
}
.slider-banner .banner .text-inner p{
	margin:0;
	font-size:40px;
	line-height:1.35;
}
.slider-banner .banner .text-inner p strong{
	display:block;
}
.sec-bao100{
	overflow:hidden;
}
.sec1-home .section-bg{
	background:url(/wp-content/uploads/2025/10/bg-sec_11zon.webp) no-repeat;
	background-attachment:fixed;
	background-size:cover;
}
.sec1-home .col-left{
	padding-right:65px;
}
.sec1-home .col-left > .col-inner{
	padding-top:100px;
}
.sec1-home .col-right{
	padding-right:65px;
}
.sec1-home .col-right:before{
	content:'';
	position:absolute;
	width: 714px;
	height: 621px;
	background-image: url(/wp-content/uploads/2025/10/bf_box_img.png);
	top: -63px;
	left: 132px;
}
.sec1-home .col-right .col-img1 > .col-inner{
	border-radius:55px 0 0 0;
	overflow:hidden
}
.sec1-home .col-right .col-img2 > .col-inner{
	border-radius:0 0 55px 0;
	overflow:hidden;
	padding-top:130px;
}
.sec1-home .title-sec h1{
	color:#f3cf54;
	font-size:35px;
	text-transform:uppercase;
	line-height:1.45;
	margin:0 0 30px 0;
}
.txt-gt-home p{
	margin:0 0 10px 0;
}
.sec1-home .btn-gt{
	min-height:45px !important;
	box-shadow:none !important;
	line-height:45px !important;
	background-color:transparent !important;
	border-radius:99px !important;
	border:1px solid #fff !important;
	color:#fff !important;
	font-size:14px;
	padding:0 75px 0 40px;
	font-weight:600;
}
.sec1-home .btn-gt span{
	font-family: "GT-B" !important;
}
.sec1-home .btn-gt:after{
	content:'';
	position:absolute;
	right:35px;
	top:50%;
	transform:translatey(-50%);
	width:27px !important;
	height:14px;
	background:url(/wp-content/uploads/2025/10/arrow_button.png) no-repeat;
	background-size:contain;
	transition:all 0.3s;
}
.sec1-home .btn-gt:hover{
	background-color:var(--vang) !important;
}
.sec1-home .btn-gt:hover:after{
	filter: brightness(0) invert(1);
}
.row-slider-tnsm .icon-box{
	position:relative;
}
.row-slider-tnsm .icon-box:before{
	content:'';
	position:absolute;
	right:15px;
	left:calc(92px + 15px);
	top:46px;
	height:1px;
	background:#d09135;
}
.row-slider-tnsm .icon-box .icon-box-img{
	width:92px !important;
	height:92px;
	border-radius:100%;
	border: 2px solid #feb954;
	background: var(--vang);
	background: #d09135;;
	margin-bottom:30px;
}
.row-slider-tnsm .icon-box .icon-box-img :is(.icon,.icon-inner){
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.row-slider-tnsm .icon-box .icon-box-img img{
	padding-top:0;
	width:42px !important;
	filter: brightness(0) invert(1);
}
.row-slider-tnsm .icon-box .icon-box-text{
	padding-right:90px;
}
.row-slider-tnsm .icon-box h3{
	font-size:22px;
	text-transform:uppercase;
	color:#f3cf54;
	margin:0 0 30px;
}
.row-slider-tnsm .owl-item > .col{
	padding:0;
}
.row-slider-tnsm.owl-carousel{
	padding:0 15px;
}
.row-slider-tnsm .owl-nav{
	top:46px;
}
.row-slider-tnsm .owl-nav button{
	width:35px;
	height:35px;
	border-radius:50% !important;
	color:#ffff;
	background:#d09135 !important;
}
.row-slider-tnsm .owl-nav button.owl-prev{
	display:none !important;
}
.row-slider-tnsm .owl-nav button.owl-next{
	right:0;
}
.row-slider-tnsm .owl-nav:before{
	content:'';
	position:absolute;
	right:-100%;
	width:100vw;
	height:1px;
	background:var(--vang);
}
.sec2-home .row-list-item{
	flex-wrap:nowrap;
}
.sec2-home .col-item{
	max-width: unset;
	flex-basis: unset;
	width:25%;
	transition:all 1s;
}
.sec2-home .col-item:hover{
	width:60%;
	flex-shrink:0;
}
.sec2-home .col-item:hover .box-image .overlay{
	background-color:transparent;
}
.sec2-home .col-item .box:not(.uxb-draggable) .box-text{
	pointer-events:none;
}
.sec2-home .col-item .box-text{
	height:100%;
	width:100%;
	padding:20px 20px 46px;
	display:flex;
	align-items:flex-end;
}
.sec2-home .col-item .box-text p{
	margin:0;
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
	writing-mode: vertical-rl;
	transform: rotateZ(180deg);
}
.sec3-home .section-bg {
	background: url(/wp-content/uploads/2025/10/bg-sec_11zon.webp) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.sec3-home .title-sec h2{
	font-size:35px;
	color:#f3cf54;
	margin:0 0 30px;
}


/* Trang tin tức */
.col-left-page-tintuc{
	max-width: calc(100% - 350px);
	-ms-flex-preferred-size: calc(100% - 350px);
	flex-basis: calc(100% - 350px);
}
.col-right-page-tintuc{
	max-width: 350px;
	-ms-flex-preferred-size: 350px;
	flex-basis: 350px;
}


.tab-style > .nav li{
	margin:0;
}
.tab-style > .nav li a{
	font-size:14px;
	text-transform:uppercase;
	font-weight:500;
	color:#fff;
	position:relative;
	margin:0 20px;
}
.tab-style > .nav li a:before{
	content:'';
	height:1px;
	width:0;
	background:#fedf75;
	opacity:1 !important;
	transition:all 0.3s;
	margin-right:5px;
}
.tab-style > .nav li.active a:before{
	width:42px;
}
.tab-style > .nav li a span{
	font-family: "GT" !important;
}
.tab-style > .nav li.active a,.tab-style > .nav li a:hover{
	color:#f3cf54;
}


/* Sản phẩm */
.product-small .box-text{
	background:linear-gradient(0deg,rgba(255,255,255,.2),rgba(255,255,255,.2)),linear-gradient(343deg,#EAF6FF 0%,#F3FFE9 99%);
	padding:15px 0 0;

	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.product-small p.product-title{
	margin:0;
}
.product-small .product-title a{
	color: var(--vang);
	font-size: 19px;
	text-align: left;
	margin: 0 0 14px;
	text-transform:uppercase;
	font-weight:600;
	font-family: "GT-B" !important;
	line-height:1.3;
	padding:0 15px;
}
.product-small .box-tt-sp{
	padding:0 15px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product-small .info{
	display:flex;
	align-items:center;
	justify-content:center;
	order:1;
	margin:0 0 15px;
}
.product-small .info p img{
	height:17px;
	width:auto;
	margin-right:10px;
}
.product-small .box-tt-sp .vi-tri{
	font-size:14px;
	margin:0;
	color:#666;
}
.product-small .box-tt-sp .vi-tri i{
	margin-right:5px;
}
.product-small .box-tt-sp .short_desc{
	margin:20px 0 15px;
	flex: 1;
}
.product-small .box-tt-sp .short_desc > div.c{
	color:#666;
	font-size:14px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-small .box-tt-sp .bottom-box{
	display:flex;
	margin-left:-15px;
	margin-right:-15px;
	background:var(--nau);
	order:2;
}
.product-small .box-tt-sp .bottom-box > *{
	display:flex;
	align-items:center;
	justify-content:center;
	height:42px;
}
.product-small .box-tt-sp .bottom-box .b_gia{
	font-size:15px;
	text-transform:uppercase;
	font-family: "GT-B" !important;
	width:55%;
	flex-shrink:0;
	color:#fff;
}
.product-small .box-tt-sp .bottom-box .b_view{
	flex:1;
}
.product-small .box-tt-sp .bottom-box .b_view a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	font-size:18px;
	font-weight:400;
	font-family: "GT-Book" !important;
	transition:all 0.2s;
	background:var(--vang);
	color:#fff;
}
.product-small .box-tt-sp .bottom-box .b_view a:hover{
	background:#db6a0a;
}
.product-small .box-tt-sp .bottom-box .b_view a i{
	margin-left:10px;
	transform:translatey(2px);
}
.product-small .box-tt-sp .btn-link,
.product-small .box-tt-sp .gia{
	display:none;
}
.product-small .info p{
	margin:0;
	color:#000 !important;
	display:flex;
	align-items:center;
	padding:0 13px;
	border-right:1px solid #e0e0e0;
}
.list-product .col > .col-inner,
.product-small .col-inner{
	height:100%;
}
.product-small.box{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product-small .box-image{
	display: contents;
}
.product-small .price-wrapper{
	flex:1;
}
.tab-pro-slider .product-small.box{
	display:flex;
	flex-direction:row;
}
.tab-pro-slider .product-small .box-image{
	flex-shrink:0;
	display:block;
}
.tab-pro-slider .product-small .box-image .image-cover{
	height:100%;
}
.tab-pro-slider .product-small .box-text{
	padding:40px;
}
.tab-pro-slider .product-small .product-title a{
	font-size: 30px;
	padding:0;
}
.tab-pro-slider .product-small .box-tt-sp{
	padding:0;
	display:block;
}
.tab-pro-slider .product-small .box-tt-sp .vi-tri{
	margin:0 0 20px;
}
.tab-pro-slider .product-small .info{
	padding: 15px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	display:flex;
	justify-content:space-between;
	margin:0 0 20px ;
}
.product-small .info p:first-child{
	padding-left:0;
}
.product-small .info p:last-child{
	border-right:0;
	padding-right:0;
}
.tab-pro-slider .product-small .gia{
	color:#000;
	font-size:24px;
	font-family: "GT-B" !important;
	margin:0 0 20px;
	display:block;
}
.tab-pro-slider .product-small .box-tt-sp .short_desc{
	margin:0;
}
.tab-pro-slider .product-small .box-tt-sp .short_desc > div.c{
	-webkit-line-clamp: 6;
}
.tab-pro-slider .product-small .box-tt-sp .btn-link{
	display:block;
}
.tab-pro-slider .product-small .box-tt-sp .btn-link a{
	display:flex;
	align-items:center;
	justify-content:center;
	background:var(--vang);
	border-radius:99px;
	text-transform:uppercase;
	font-family: "GT-B" !important;
	transition:all 0.1s;
	padding:10px 5px 12px;
	margin:20px 0 0;
	color:#fff;
}
.tab-pro-slider .product-small .box-tt-sp .btn-link a:hover{
	background:#db6a0a;
}
.tab-pro-slider .product-small .box-tt-sp .btn-link a img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	margin-left:7px;
	width:auto ;
}
.tab-pro-slider .product-small .box-tt-sp .bottom-box{
	display:none;
}
.tab-pro-slider .owl-nav button{
	width:40px;
	height:40px;
	border-radius:50% !important;
	background:transparent !important;
	border:1px solid #f3cf54 !important;
}
.tab-pro-slider .owl-nav button:hover{
	background:#f3cf54 !important;
}
.tab-pro-slider .owl-nav button:hover img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.tab-pro-slider.owl-carousel .owl-nav button.owl-next{
	right:-55px;
	padding:8px !important;
}
.tab-pro-slider.owl-carousel .owl-nav button.owl-prev{
	left:-55px;
	padding:8px !important;
	transform:rotate(180deg) translatey(50%);
}
.tab-pro-slider .owl-item > .col{
	padding:0;
}
.row.tab-pro-slider.owl-carousel{
	margin:0 0 70px !important;
}
.tab-pro-slider .owl-dots{
	display:none;
}

.sec4-home .section-bg{
	background:url(/wp-content/uploads/2025/10/bf_sec_4.png) no-repeat;
	background-size:contain !important;
	background-position:top center;
}
.sec4-home .row-lvkd > .col-right >.col-inner{
	width:calc(100% + calc(100vw - 1230px) / 2);
}
.sec4-home .row-lvkd > .col-right >.col-inner:before{
	content:'';
	position:absolute;
	bottom:0px;
	left:-45px;
	width:400px;
	height:400px;
	background:url(/wp-content/uploads/2025/10/bf_slider_linh_vuc.png) no-repeat;
}
.title-sec-sub p{
	font-weight:600;
	font-family: "GT-B" !important;
	color:#333;
}
.title-sec-sub.title-sec-sub2 p:not(.p-sub){
	max-width: 630px;
	margin: 0 auto 20px;
	font-family: "GT-Book" !important;
}
.title-sec-sub p.p-sub{
	font-size:25px;
	margin:0 0 7px;
	font-weight:400;
	font-family: "GT-Book" !important;
}
.title-sec-sub h2{
	color:var(--vang);
	font-size:35px;
	font-family: "GT-B" !important;
	text-transform:uppercase;
	margin:0 0 10px;
	line-height:1.35;
}
.box-count{
	position:relative;
	padding-bottom:20px;
}
.box-count:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:80%;
	height:2px;
	background:#7a7a7a;
}
.box-count .count{
	font-size:65px;
	color:var(--vang);
	position:relative;
}
.box-count .count.count_pt:after{
	content:'%';
	font-size:50px;
	vertical-align: text-top;
}
.box-count p{
	font-size:16px;
	font-family: "GT-B" !important;
	margin:0;
}
.row-slider-lv .box-lv > .col-inner{
	border-radius:6px;
	overflow:hidden;
	transition:all 0.5s;
}
.row-slider-lv .box-lv > .col-inner:hover{
	transform:translatey(-20px);
}
.row-slider-lv .box-lv .box-text{
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding:5px;
}
.row-slider-lv .box-lv .box:not(.uxb-draggable) .box-text{
	pointer-events:none;

}
.row-slider-lv .box-lv .box-text:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:40%;
	background:linear-gradient(to top,var(--nau) 0%,rgba(11,67,124,0) 100%);
	transition:all 0.5s;
	pointer-events:none;
}
.row-slider-lv .box-lv .box-text:after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background:linear-gradient(to top,var(--vang) 0%,rgba(255,255,255,.01) 99%,rgba(255,255,255,0) 100%);
	transition:all 0.5s;
	opacity:0;
	pointer-events:none;
	visibility:hidden;
}
.row-slider-lv .box-lv .col-inner:hover .box-text:before{
	opacity:0;
	visibility:hidden;
}
.row-slider-lv .box-lv .col-inner:hover .box-text:after{
	opacity:1;
	visibility:visible;
}
.row-slider-lv .box-lv p{
	font-size:15px;
	font-family: "GT-B" !important;
	text-transform:uppercase;
}
.box-text-inner{
	position:relative;
	z-index:2;
}
.row-slider-lv .owl-stage-outer,.row-lvkd > .col-left > .col-inner{
	padding-top:70px;
}
.row-slider-lv .owl-item .col{
	padding:0 0 30px;
}
.row-slider-lv .owl-stage {
	padding-left: 0px !important;
}
.row-slider-lv .owl-nav{
	display:none !important;
}
.row-slider-lv .owl-dots{
	display:none;
}
.row-lvkd > .col-left > .col-inner{
	padding-right:40px;
}
.navIndexLv{
	display:flex;
	align-items:center;
	gap:40px;
}
.nav-button-lv button{
	margin:0;
	width:40px;
	height:40px;
	border:1px solid var(--vang);
	padding:8px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:#fafafa;
	transition:all 0.3s;
}
.nav-button-lv button.prev{
	transform:rotate(180deg);
	margin-right:30px;
}
.nav-button-lv button:hover{
	background:var(--vang);
}
.nav-button-lv button:hover img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.current-slide-index-lv{
	font-size:40px;
	font-family: "GT-L" !important;
	color:#333;
}
.current-slide-index-lv span{
	font-size:30px;
	font-family: "GT" !important;
}

.sec5-home .section-bg {
	background: url(/wp-content/uploads/2025/10/bg_lydo_2-min_11zon.webp) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.sec5-home .title-sec-sub p{
	font-family: "GT-Book" !important;
	font-weight:400;
}
.sec5-home .title-sec-sub p.p-sub{
	margin:0;
	color:var(--vang) !important;
}
.sec5-home .row-lydo > .col > .col-inner{
	cursor:pointer;
	height:100%;
	padding-bottom:40px;
}
.sec5-home .row-lydo .icon-box .icon-box-img{
	width:50px !important;
}
.sec5-home .row-lydo .icon-box img{
	width:auto;
	max-width:100%;
}
.sec5-home .row-lydo .icon-box p{
	color:var(--vang) !important;
	font-size:15px;
	font-family:'GT-B' !important;
	text-transform:uppercase;
}
.sec5-home .row-lydo .txt-content{
	position:relative;
	margin-top:30px;
}

.sec5-home .row-lydo .txt-content:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	max-width:136px;
	border-top:1px solid #fff;
	transition:all 0.3s;
}
.sec5-home .row-lydo > .col > .col-inner:hover .txt-content:before{
	bottom:-20px;
}
.sec5-home .row-lydo .txt-content p{
	margin:0;
	max-height:0;
	overflow:hidden;
	transition:all 0.5s;
}
.sec5-home .row-lydo > .col > .col-inner:hover .txt-content p{
	max-height:500px;
	transition: 1s all;
}
.sec5-home {
	color:#f3cf54;
}
.row-doitac {
	margin-bottom:-250px;
	position:relative;
	z-index:1;
}
.col-doitac > .col-inner{
	background:#fff;
	padding:40px 80px;
	border-radius:20px;
}
.ga-doitac .owl-item .gallery-col{
	padding:0;
}
.ga-doitac .gallery-col .col-inner{
	background:#fff;
	padding:10px;
	border:1px solid #e2e2e2;
	border-radius:5px;
	overflow:hidden;
}
.ga-doitac .gallery-col img{
	width:auto !important;
	height:auto !important;
	max-width:100%;
	max-height:100%;
	top:50%;
	left:50%;
	right:unset;
	bottom:unset;
	transform:translate(-50%,-50%);
}
.ga-doitac:not(.owl-carousel) .col-box{
	width:calc(100% / 4);
}
.ga-doitac .owl-nav button{
	width:40px;
	height:40px;
	border-radius:50% !important;
	background:var(--vang) !important;
	color:#fff !important;
}

.ga-doitac .owl-nav button.owl-prev{
	left:-45px;
}
.ga-doitac .owl-nav button.owl-next{
	right:-45px;
}
.col-doitac .ul-box{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	pointer-events:none;
	padding:40px 80px;
	z-index:1;
}
.col-doitac .ul-box ul{
	margin:0;
	width:100%;
	height:100%;
	display:flex;
	position:relative;
}
.col-doitac .ul-box ul:before,.col-doitac .ul-box ul:after{
	content:'';
	position:absolute;
	width:100%;
	border-top:1px solid #cbcbcb;
	left:0;
}
.col-doitac .ul-box ul:before{
	top:calc(100% / 3 * 1);
}
.col-doitac .ul-box ul:after{
	top:calc(100% / 3 * 2);
}
.col-doitac .ul-box ul li{
	list-style:none;
	margin:0;
	height:100%;
	width:calc(100% / 4);
	flex-shrink:0;
	border-right:1px solid #cbcbcb;
}

.sec6-home .section-bg{
	background-size:contain !important;
	background-position:top center !important;
}
.sec6-home .row-slider-baochi{
	padding-right:70px !important;
}
.row-slider-baochi .col-cmt .col-inner{
	border-radius: 10px;
	background-color: #f7fbf6;
	padding: 90px 80px 55px 77px;
	box-shadow: -2px 2px 4px 2px rgb(0 0 0 / 5%);
}
.row-slider-baochi .col-cmt .col-inner:before{
	content:'';
	position:absolute;
	top: 65px;
	left: 33px;
	width:30px;
	height:30px;
	background:url(/wp-content/uploads/2025/10/bf_content_slider.png) no-repeat;
	background-position:center;
	background-size:contain;
}
.row-slider-baochi .col-cmt p{
	color: #333;
	font-family: "GT" !important;
	font-size: 16px;
	margin-bottom: 50px;
}
.row-slider-baochi .col-cmt .name{
	color: #333;
	font-size: 18px;
	font-family: "GT" !important;
	margin-bottom: 10px;
}
.row-slider-baochi .owl-dots{
	text-align:left !important;
	padding-left:15px;
}
.row-slider-baochi .owl-dots button{
	margin:0 10px 0 0;
	width:41px;
	height:5px;
	background:var(--vang) !important;
	opacity:0.6;
	border-radius:5px;
}
.row-slider-baochi .owl-dots button span{
	display:none !important;
}
.row-slider-baochi .owl-dots button.active{
	opacity:1;
}
.post-item .post-title{
	margin:0 0 10px;
}
.post-item .post-title a{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition:all 0.3s;
	margin:0;
	font-family: "GT-B" !important;
}
.from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition:all 0.3s;
}
.sec7-home .post-wrap-top{
	display:block;
}
.sec7-home .post-wrap-top .col.post-item{
	max-width:unset;
	width:25%;
	float:left;
}
.sec7-home .post-wrap-top .col.post-item:first-child{
	width:50%;
}
.post-style-date .post-item .box-text-inner{
	display:flex;
	flex-direction:column;
}
.post-style-date .post-item .box-text-inner .post-meta{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:3px 5px 4px;
	width:max-content;
	min-width:85px;
	background:var(--vang);
	border-radius:99px;
	color:#ffff;
	font-size:12px;
	opacity:1;
	text-shadow:none;
	order:-1;
	margin:0 0 7px 0;
}
.sec7-home .post-wrap-top .post-item .post-title{
	color:#c4f5d0;
	font-size:16px;
	text-transform:uppercase;
}
.sec7-home .post-wrap-top .post-item .box-image:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 80%);
	height: 70%;
	pointer-events:none;
	z-index:1;
}
.sec7-home .post-wrap .post-item .col-inner{
	height:100%;
	background:linear-gradient(0deg,rgba(255,255,255,.2),rgba(255,255,255,.2)),linear-gradient(343deg,#EAF6FF 0%,#F3FFE9 100%);
	border-radius:10px;
	overflow:hidden;
	box-shadow:-2px 2px 38px 2px rgba(0,0,0,.1);
}
.sec7-home .post-wrap .post-item .box-text{
	padding:20px;
	position:relative;
}
.sec7-home .post-wrap .post-item .box-text:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(90deg, #bc8431, #b0914d);
	pointer-events:none;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
}
.sec7-home .post-wrap .post-item .col-inner:hover .box-text:before{
	opacity:1;
	visibility:visible;
}
.sec7-home .post-wrap .post-item .post-title a{
	color:var(--vang);
	font-family:'GT' !important;
	font-weight:500;
}
.sec7-home .post-wrap .post-item .col-inner:hover :is(.post-title a,.from_the_blog_excerpt ){
	color:#fff;
}
.sec7-home .post-wrap .post-item .col-inner:hover .post-meta{
	background:var(--nau) !important;
}
.sec7-home .col-post-top{
	padding-left:30px;
	padding-right:30px;
}
.sec7-home .col-post-top > .col-inner{
	border-radius:10px;
	overflow:hidden;
}
.row-full-width{
	margin-left:0 !important;
	margin-right:0 !important;
}























































/* Liên hệ */
.sec1-lh .title-lienhe{
	margin-bottom:20px;
}
.sec1-lh .title-lienhe h1{
	font-family: "GT-Book" !important;
	margin:0;
	font-size:22px;
	color:var(--nau);
	font-weight:400;
}
.sec1-lh .title-lienhe p.heading_h2{
	line-height: 1.4;
	margin-bottom: 10px;
	font-family: "GT-B" !important;
	font-size: 25px;
	color: var(--vang);
	text-transform: uppercase;
}
.sec1-lh .txt-content p{
	max-width: 835px;
	margin: 0 auto 40px;
	font-family: "GT" !important;
	font-weight: 500;
	line-height:1.5;
}
.sec1-lh .col-form > .col-inner{
	background:#fff;
	box-shadow: 0 18px 73px rgba(17, 64, 149, .15);
	border-radius: 20px;
	overflow: hidden;
}
.sec1-lh .col-form .col-left{
	padding:70px 50px !important;
}
.sec1-lh .col-form .col-right{
	padding:55px 50px 30px !important;
	background:linear-gradient(268deg, #ba802b, #8a6e4c);
}
.sec1-lh .col-form .col-left h3{
	font-size: 30px;
	line-height: 1.5;
	color:var(--vang);
	text-transform:uppercase;
}
.sec1-lh .col-form .contact-lh h3{
	font-size: 25px;
	text-transform:uppercase;
	line-height:1.3;
	margin:0 0 20px 0;
}
.sec1-lh .col-form .contact-lh h4{
	font-size: 14px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.sec1-lh .col-form .contact-lh p{
	margin:0;
	padding:20px 0;
	border-bottom: 1px solid #fff3;
}
.sec1-lh .col-form .contact-lh p:last-child{
	border-bottom:none;
}
.sec1-lh .col-form .contact-lh p i{
	width:20px;
}
.sec1-lh .form-lh .row-input > p{
	display:flex;
	justify-content:space-between;
}
.sec1-lh .form-lh .row-input > p > *{
	width:calc(50% - 10px);
}
.sec1-lh .form-lh :is(input,textarea){
	border-radius:5px;
	border:none;
	background:#f7f8f9;
	font-size:15px;
	border:1px solid #e2e2e2;
}
.sec1-lh .form-lh input{
	height:45px;
}
.sec1-lh .form-lh input[type=submit]{
	min-width:164px;
	height:46px;
	background-color:var(--vang) !important;
	border:none;
}
.sec1-lh .row-txt{
	position:relative;
	z-index:2;
}
.sec1-lh .row-map{
	margin-top:-155px;
	position:relative;
	z-index:1;
}
.map.map-lh{
	height:768px;
}

/* Giới thiệu */
.ga-doitac-page-gt .box-image.image-cover{
	padding-top:100px !important;
}
.sec-couter-gt:before {
	height: 87%;
	width: 100%;
	position: absolute;
	content: "";
	background-image: linear-gradient(4deg, #E7EEF6 28%, rgba(8, 84, 161, 0) 70%, rgba(8, 84, 162, 0) 100%);
	bottom: 0;
	z-index:1;
}
.sec-couter-gt .row-content{
	position:absolute;
	left:50%;
	transform:translatex(-50%);
	bottom:30px;
	z-index:2;
}
.sec-couter-gt .box-count .count{
	font-size:50px;
	font-family: "GT" !important;
	font-weight:700;
}
.sec-couter-gt .box-count .count.count_pt:after {
	font-size: 36px;
}
.sec-couter-gt .box-count p{
	color:var(--nau);
}
.sec-couter-gt .title-sec-sub p.p-sub{
}
.ga-giaithuong .gallery-col.col .box-image{
	transition:all 0.5s;
	transform:scale(0.8);
}

.ga-giaithuong .owl-item.center .gallery-col.col .box-image{
	transform:scale(1);
}
.ga-giaithuong .gallery-col.col .box-text{
	padding:60px 10px 0;
	transition:all 0.5s;
}
.ga-giaithuong .owl-item .gallery-col.col .box-text{
	opacity:0;
	visibility:hidden;
}
.ga-giaithuong .owl-item.center .gallery-col.col .box-text{
	opacity:1;
	visibility:visible;
	position:relative;
}
.ga-giaithuong .gallery-col.col .box-text:before{
	width: 100%;
	height: 11px;
	opacity: 1;
	background: #999;
	content: "";
	position: absolute;
	top: 20px;
	border-radius: 50%;
	left: 50%;
	transform: translatex(-50%);
	filter: blur(16px);
}
.ga-giaithuong .gallery-col.col .box-text p{
	font-size:16px;
	text-transform:uppercase;
	font-family: "GT-B" !important;
	color:#333;
	margin:0;
	width: 150%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.ga-giaithuong .owl-nav {
	top:40% !important;
}
.ga-giaithuong .owl-nav button{
	width:40px;
	height:40px;
	border-radius:50% !important;
	background:#eee !important;
	color:#757575 !important;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.05) !important;
}
.ga-giaithuong .owl-nav button.owl-next{
	right:0;
}
.col-lanhdao .img{
	width:calc(100% - 30px) !important;
	margin:0 auto 30px;
}
.col-lanhdao .img img{
	background: linear-gradient(114deg, #f8d10e 10%, #ba6646 100%);
	padding: 4px;
	border-radius:50%;
}
.col-lanhdao h3{
	font-size:15px;
	margin:0 0 0px 0;
	font-family: "GT" !important;
	font-weight:500;
}
.col-lanhdao p{
	font-size:14px;
	margin:0;
}
.col-lanhdao-ceo .box{
	display:flex;
}
.col-lanhdao-ceo .box .box-image{
	width:65% !important;
}
.col-lanhdao-ceo .box .box-image img{
	background: linear-gradient(114deg, #f8d10e 10%, #ba6646 100%);
	padding: 4px;
	border-radius:50%;
}
.col-lanhdao-ceo .box .box-text{
	padding:0 0 0 50px;
	display:flex;
	align-items:center;
}
.col-lanhdao-ceo .box h3{
	font-size: 25px;
	margin-bottom: 15px;
	color:var(--vang);
}
.col-lanhdao-ceo .box p{
	font-size: 15px;
	margin-bottom:10px;
}
.col-lanhdao-ceo .box p.cv{
	font-size: 15px;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
	color:var(--nau);
}
.col-lanhdao-ceo .box p.cv:before{
	width: 51px;
	height: 2px;
	border-radius: 1px;
	background-color: #056839;
	background: var(--nau);
	position: absolute;
	bottom: 0;
	content: "";
	left: 0;
}
.col-linhvuc-gt .col-inner{
	height:100%;
	border-radius:10px;
	overflow:hidden;
}
.col-linhvuc-gt .box .box-image .image-cover{
	padding-top:385px !important;
}
.col-linhvuc-gt .box .box-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 5px;
}
.col-linhvuc-gt .box:not(.uxb-draggable) .box-text{
	pointer-events:none;
}
.col-linhvuc-gt .box p{
	margin:0 auto 20px;
	padding-bottom: 15px;
	font-size: 15px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #fff;
	font-family: "GT-B" !important;
	position:relative;
}
.col-linhvuc-gt .box p:before {
	width: 62px;
	height: 2px;
	border-radius: 1px;
	background-color: #f5821f;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	transition: 0.5s all;
}
.col-linhvuc-gt .box .box-text:before{
	height: 134px;
	background-image: linear-gradient(to top, var(--nau) 0%, rgba(11, 67, 124, 0) 100%);
	width: 100%;
	position: absolute;
	bottom: 0;
	content: "";
	left: 0;
	transition: 0.5s all;
	opacity: 1;
}
.col-linhvuc-gt .box .box-text:after {
	width: 100%;
	position: absolute;
	bottom: 0;
	content: "";
	left: 0;
	transition: 0.5s all;
	opacity: 0;
	height: 75%;
	background-image: linear-gradient(to top,var(--vang) 0%,rgba(255,255,255,.01) 99%,rgba(255,255,255,0) 100%);
}
.col-linhvuc-gt .col-inner:hover .box .box-text:before{
	opacity:0;
}
.col-linhvuc-gt .col-inner:hover .box .box-text:after{
	opacity:1;
}





/* Danh mục sản phẩm */
.col-title-cat h1.title-cat{
	text-align:center;
	text-transform:uppercase;
	font-size:25px;
	color:var(--vang);
	margin:0 0 20px 0;
}
.category-page-row .shop-container .term-description{
	max-width:830px;
	margin:0 auto 40px;
	text-align:justify;
}
.product-small.box .price {
	display:none;
}
.shop-container .product-small .box-image .image-zoom{
	position:relative;
	padding-top:63%;
	overflow:hidden;
}
.shop-container .product-small .box-image .image-zoom a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.shop-container .product-small .box-image .image-zoom a img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.shop-container .product-small .box-text{
	background:#EEEEEE;
}


/* Trang tin tức */
.col-post-top-tt > .col-inner{
	overflow:hidden;
}
.menu-title-cat a{
	min-height:unset;
	padding:0 0 12px;
	font-size:18px;
	text-transform:uppercase;
	color:var(--vang) !important;
	border-bottom:2px solid #f7f7f7;
	margin-bottom:30px;
	position:relative;
}
.menu-title-cat a:before{
	content:'';
	position:absolute;
	left:0;
	bottom:-2px;
	width:60px;
	height:2px;
	background:var(--nau);
}
.menu-title-cat a span{
	font-family: "GT-B" !important;
}
.tt-post-silder .col.post-item{
	display:none;
}
.tt-post-silder .col.post-item:nth-child(1),
.uxb-wrapper .tt-post-silder .col.post-item{
	display:block;
}
.tt-post-silder .owl-item .col.post-item{
	padding:0;
}
.tt-post-silder .owl-nav{
	top:unset;
	bottom:0;
	transform:unset;
}
.tt-post-silder .owl-nav button{
	width:35px;
	height:35px;
	background:var(--vang) !important;
	color:#fff !important;
	transform:unset;
	top:unset;
	border-radius:0 !important;
}
.tt-post-silder .owl-nav button.owl-prev{
	bottom:0px;
	right:0px;
	background:var(--nau) !important;
}
.tt-post-silder .owl-nav button.owl-next{
	bottom:36px;
	right:0px;
}
.tt-post-silder .post-item .post-title{
	font-size:24px !important;
}
.tt-post-silder .post-item .box-text{
	padding-right:50px;
}
.title-page-tt{
	margin:0 0 20px;
}
.title-page-tt h1,h1.title-page-cate{
	font-size:18px;
	text-transform:uppercase;
	padding:7px 15px 9px;
	margin:0;
	background:linear-gradient(45deg,var(--vang),transparent);
	color:#fff;
	line-height:1.35;
}
.post-item .btn a{
	display:block;
	font-size:14px;
	text-transform:initial;
	font-weight:400;
	color:#333333;
	border:1px solid #f1f1f1 !important;
	padding:7px 20px 8px;
	background-color:#e5f6ed !important;
	font-size:14px !important;
	width:max-content;
	transition:all 0.3s;
	font-family: "GT-Book" !important;
}
.post-item .btn a:hover{
	color:#fff;
	background-color:var(--vang) !important;
}
.box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text{
	vertical-align:top;
}
.post-item .box-vertical .box-text {
	padding:0 0 0 18px;
}
.page-id-1023 .post-item .post-title{
	margin:0 0 5px 0;
	font-weight:500;
	/* 	color:var(--vang); */
	font-size:18px;
	font-family: "GT" !important;
}
.page-id-1023 .col-right-page-tintuc .post-item .box-vertical .post-title{
	font-size:15px;
	-webkit-line-clamp: 3;
}
.page-id-1023 .post-item .box-overlay .post-title{
	color:#fff;
}

.col-right-page-tintuc .col-form > .col-inner{
	background:#F7F8F9;
	padding:25px;
}
.col-right-page-tintuc .col-form .txt-title p{
	font-size:15px;
	font-family: "GT-Book" !important;
}
.col-right-page-tintuc .col-form .txt-sub p{
	font-size:13px;
	color:#999;
	font-family: "GT-Book" !important;
}
.form-dk-nhan-tin{
	margin-bottom:15px;
}
.form-dk-nhan-tin > p{
	display:flex;
}
.form-dk-nhan-tin input{
	margin:0;
	height:42px;
	border:1px solid #999;
	border-right:0;
}
.form-dk-nhan-tin input[type=submit]{
	border:none;
	font-size:15px;
	font-weight:400;
}



/* Footer */
.sec-footer .col-left{
	padding-right:80px;
	border-right:1px solid #dde6e8;
	max-width:40%;
	flex-basis:40%;
	padding-bottom:0;
}
.sec-footer .col-right{
	padding-left:80px;
	max-width:60%;
	flex-basis:60%;
}
.contact-f h3,.title-form-f h3{
	color:var(--vang);
	text-transform:uppercase;
	font-size:25px;
	line-height:1.35;
	margin:0 0 30px 0;
}
.contact-f ul li{
	margin:0 !important;
	padding:20px 0;
	border-bottom:1px solid #dde6e8;
	list-style:none;
}
.contact-f ul li:first-child{
	padding-top:0;
}
.contact-f ul li p{
	margin:0;
}
.contact-f ul li p:first-child{
	margin:0 0 5px 0;
	font-family: "GT-B" !important;
	color:var(--nau);
}
.contact-f a{
	color:var(--vang)
}
.contact-f ul li a:hover{
	color:var(--vang);
}
.form-f .row-input > p{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.form-f .row-input > p > span{
	width:calc(100% / 3 - 10px);
}
.form-f :is(input,textarea){
	border-radius:5px;
}
.form-f input{
	height:45px;
}
.form-f input[type=submit]{
	background: linear-gradient(90deg, #8c714f, #ba802b);
	border:none;
	border-radius:99px;
	display:table;
	margin-left:auto;
	margin-top:-40px;
	margin-right:45px;
}
.txt-certification{
	margin-top:30px;
}
.menu-f {
	flex-direction:row;
}
.menu-f .ux-menu-link + .ux-menu-link{
	margin-left:15px !important;
}
.menu-f a{
	font-size:14px;
	color:#6e7573;
	padding:0;
	min-height:unset;
}
.menu-f a:hover{
	color:var(--vang) !important;
}
.menu-f a span{
	font-family: "GT" !important;
}
.menu-f a i{
	transform:translatey(-2px);
	color:#000 !important;
}
.menu-f .ux-menu-link:first-child a i{
	display:none;
}
.menu-f .ux-menu-link:first-child a span{
	padding-left:0;
}
.menu-f a i:before{
	content:'\f111';
	font-family:'Fontawesome';
	font-size:6px;
}
.txt-coppy :is(p,a){
	font-weight:400;
	font-size:14px;
	font-family: "GT-Book" !important;
	margin:0;
}

body::-webkit-scrollbar {
	width: 5px;
}
body::-webkit-scrollbar-track {
	background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
	background: var(--vang);
}
.linkpage :is(a,span){
	font-size:14px;
	font-family:'GT-Book' !important;
	transition:all 0.3s;
}
.linkpage a:hover{
	color:var(--nau);
}
.menu-hotro .col-inner{
	border-radius: 10px;
	overflow:hidden;
	background-color: #f7f8f9;
}
.menu-hotro .txt-title p{
	margin:0;
	padding: 15px 10px 15px 30px;
	background:var(--vang);
	font-size:25px;
	text-transform:uppercase;
	font-weight:700;
	font-family: "GT" !important;
	color:#fff;
}
.menu-hotro .txt-title p i{
	margin-right:7px;
}
.menu-hotro .menu-cs{
	padding:9px 25px;
}
.menu-hotro .menu-cs a{
	font-size:17px;
	font-weight:600;
	color:#333;
	min-height:unset;
	line-height:unset;
	padding:15px 0;
	border-bottom:1px solid #ccc;
}
.menu-hotro .menu-cs .ux-menu-link:last-child a{
	border-bottom:none;
}
.menu-hotro .menu-cs a:hover,.menu-hotro .menu-cs .ux-menu-link.active a{
	color:var(--vang) !important;
}
.sec-hotro .col-right{
	padding-left:40px;
}
.sec-hotro .txt-title h1{
	font-size:25px;
	text-transform:uppercase;
	color:var(--vang);
}
.sec-hotro .txt-hotro h2{
	font-size:20px;
}
.sec-hotro .txt-hotro h3{
	font-size:18px;
}
.ga-img-df .gallery-col img{
	filter: unset !important;
}
.row .section {
	padding-left: 0px;
	padding-right: 0px;
}
.blog-single h6.entry-category{
	display:none;
}
.blog-wrapper{
	padding-top:0;
}
.blog-wrapper > .row{
	margin-top:0 !important;
}
h1.entry-title{
	font-size:25px;
	color:var(--vang);
	text-transform:uppercase;
}
.row-sidebar .post-item .box-vertical .box-text{
	padding:0 0 0 15px;
}
.row-sidebar .post-item .post-title a{
	-webkit-line-clamp: 3;
	margin:0;
	font-weight: 500;
	font-size: 16px;
	font-family: "GT" !important;
}
.row-sidebar .post-item .box-vertical .post-title a{
	font-size:15px;
}
.post-sidebar{
	border:none !important;
	max-width: 350px;
	-ms-flex-preferred-size: 350px;
	flex-basis: 350px;
}
.blog-wrapper > .row > .large-9.col{
	max-width: calc(100% - 350px);
	-ms-flex-preferred-size: calc(100% - 350px);
	flex-basis: calc(100% - 350px);
}
.rpbt_shortcode h3{
	position:relative;
	padding: 0 0 12px;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--vang) !important;
	border-bottom: 2px solid #f7f7f7;
	margin-bottom: 30px;
}
.rpbt_shortcode h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 60px;
	height: 2px;
	background: var(--nau);
}
.rpbt_shortcode .gallery-item .gallery-icon{
	position:relative;
	padding-top:67%;
}
.rpbt_shortcode .gallery-item .gallery-icon a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.rpbt_shortcode .gallery-item .gallery-icon a img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 0.6s;
}
.rpbt_shortcode .gallery-item:hover .gallery-icon a img{
	transform:scale(1.1);
}
.rpbt_shortcode .gallery-item .gallery-caption{
	padding:15px 0 0;
}
.rpbt_shortcode .gallery-item .gallery-caption a{
	text-align:left;
	font-size:16px;
	line-height:1.35;
	font-weight:500;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin:0 0 15px 0;
	transition:all 0.3s;
}
.rpbt_shortcode .gallery-item .rpbt-post-date{
	text-align:left;
}

.date-post{
	font-size:15px;
}
.btn-center{
	display:table;
	margin:0 auto;
}
.btn-style{
	min-height:unset;
	line-height:unset;
	background-color:#F4F7F8 !important;
	border:1px solid #f1f1f1;
	box-shadow:none !important;
	color:var(--vang) !important;
	font-size:16px;
	font-weight:500;
	padding:7px 25px 9px;
	transition:all 0.3s;
}
.btn-style:hover{
	background-color:var(--vang) !important;
	color:#fff !important;
}
.btn-style span{
	font-family: "GT" !important;
}
h1.title-page-cate{
	margin-bottom:20px;
}

.box-post-s{
	display:none;
}
.blog-archive #post-list .post-item .box-image .image-cover{
	padding-top:70% !important;
}
.blog-archive #post-list .post-item .box-post-s{
	display:block;
}
.blog-archive #post-list .post-item .box-text-inner{
	display:flex;
	flex-direction:column;
}
.blog-archive #post-list .post-item .post-title{
	margin:0 0 10px;
	order:1;
}
.blog-archive #post-list .post-item .post-title a{
	margin:0;
	font-size:17px;
	color:var(--vang);
}
.blog-archive #post-list .post-item .date{
	order:2;
	font-size:13px;
	margin:0 0 7px 0;
}
.blog-archive #post-list .post-item .from_the_blog_excerpt {
	margin:0 0 10px 0;
	order:3;
	font-size:16px;
}
.blog-archive #post-list .post-item .btn {
	order:4;
	margin:0;
}



.form-dk-tt-du-an > p{
	display:flex;
	gap:15px;
	justify-content:space-between;
}
.form-dk-tt-du-an > p >*{
	width:calc(100% / 4 - 15px);
	flex-shrink:0;
}
.form-dk-tt-du-an input{
	height:40px;
	border-radius:4px;
	margin:0;
}
.form-dk-tt-du-an input[type=submit]{
	background-color:#de331e !important;
}
.col-lydo > .col-inner{
	height:100%;
}
.col-lydo .icon-box h3{
	font-size:18px;
}
.container .section, .row .section{
	padding-left:0 !important;
	padding-right:0 !!important;
}
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content{
	width:100%;
	max-width:300px;
}
.mobile-sidebar .nav-sidebar > li > a{
	color:var(--nau);
	font-size:16px;
}
.icon-menu{
	color:var(--vang);
}

.col-border-10 > .col-inner{
	border-radius:10px;
	overflow:hidden;
}
.p-mb-8 p{
	margin-bottom:8px;
}
.z-index-5{
	position:relative;
	z-index:5;
}
/* Trang chi tiết dự án */
.sec-menu-scroll{
	position:sticky;
	top:0;
}
.sec-menu-scroll,.sec-menu-scroll .section-content{
	min-height:75px;
	z-index:10;
}
.sec-menu-scroll .section-content{
	padding:5px 0;
	display:flex;
	align-items:center;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
	transition:all 0.3s;
	background:#fff;
}
.sec-menu-scroll .section-content.active{
	position:fixed !important;
	top:0;
	left:0;
	z-index:9;
}
.sec-menu-scroll .col-menu > .col-inner{
	display:flex;
	align-items:center;
}
.sec-menu-scroll .col-menu > .col-inner > .img{
	width:max-content !important;
	max-width:180px;
	flex-shrink:0;
	margin:0;
}
.sec-menu-scroll .col-menu > .col-inner > .img img{
	max-height:65px;
	width:auto !important;
	object-fit: cover;
}
.sec-menu-scroll .col-menu > .col-inner .btn-toggle-menu{
	display:none;
	border:1px solid var(--vang);
	background-color:transparent !important;
	border-radius:5px;
	padding:0;
	min-height:unset;
	line-height:unset;
	box-shadow:none !important;
	color:var(--color-main);
}
.sec-menu-scroll .col-menu > .col-inner .btn-toggle-menu.active i:before{
	content:'\f00d';
	font-family:'Fontawesome';
}
.sec-menu-scroll .col-menu > .col-inner .btn-toggle-menu span{
	display:none;
}
.sec-menu-scroll .col-menu > .col-inner .btn-toggle-menu i{
	margin:0;
	font-size:22px;
}
.sec-menu-scroll.menu-fixed .section-content{
	position:fixed !important;
	top:0;
	left:0;
	width:100%;
	z-index:10;
}
.sec-menu-scroll .menu-scroll{
	flex-direction:row;
	justify-content:flex-end;
	flex:1;
	flex-wrap: wrap;
	row-gap: 5px;
}
.menu-scroll .ux-menu-link + .ux-menu-link{
	margin-left:7px !important;
}
.menu-scroll .ux-menu-link a{
	min-height:unset;
	line-height:unset;
	white-space:nowrap;
	font-size:15px;
	font-weight:600;
	padding:0 8px;
	text-transform:uppercase;
}
.menu-scroll .ux-menu-link a:hover{
	color:var(--vang);
}
#popmake-1894{
	border-radius:5px !important;
}
#popmake-1894 .title-pupup{
	font-size:20px;
	text-transform:uppercase;
	margin:0 0 16px 0;
	padding:10px 16px 15px 0;
	border-bottom:1px solid #e2e2e2;
	color: #1477a0;
}
#popmake-1894 .form-dk-tt-du-an > p{
	flex-direction:column;
}
#popmake-1894 .form-dk-tt-du-an > p >*{
	width:100%;
}
#popmake-1894 .form-dk-tt-du-an{
	margin-bottom:20px;
}
#popmake-1894 p.txt-note{
	font-size:15px;
	font-style:italic;
	margin:0 0 15px 0 !important;
}
.pum-close.popmake-close{
	color:#9c3a3a !important;
}

















.btn-popup{
	border-radius:5px;
	height:50px;
	line-height:45px;
}
.btn-popup i{
	width:24px;
	height:24px;
	background:url(/wp-content/uploads/2024/12/file.png) no-repeat;
	background-size:24px;
	background-position:center;
	transform:translatey(-2px);
	animation:i-btn 1s step-start infinite; 
}
.dot.is-selected{
	background-color:var(--vang) !important;
	border-color:var(--vang) !important;
}
@keyframes i-btn{
	0%{
		opacity:0;
	}
	50%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}
.btn-popup i:before{
	display:none;
}
:is(.page-id-1736,.page-id-1604) :is(.header-wrapper.stuck,.sec-linkpage) {
	display: none;
}

.video video{
	width:100%;
}

.col-border-b{
	border-bottom:1px solid #202d1c;
}
.col-border-r{
	border-right:1px solid #202d1c;
}
.col-border-t{
	border-top:1px solid #202d1c;
}
.col-border-l{
	border-left:1px solid #202d1c;
}

/* Page 360 */
.logo-360{
	width:256px !important;
}
.txt-360 h2{
	font-size:40px;
	font-family: "Cardo", serif !important;
}
.txt-360 p{
	font-size:20px;
}
.post-360 .col.post-item{
	padding-bottom:60px;
}
.post-360 .col.post-item .date-blog{
	display:none;
}
.post-360 .col.post-item .box-text{
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:20px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.post-360 .col.post-item .post-title{
	margin:0;
	font-size:20px;
	font-weight:500;
	text-decoration:underline;
	text-decoration-thickness: 1px;
}
.post-360 .col.post-item .post-title:hover{
	text-decoration:unset;
}
.sec-bottom-360 .txt-title h3{
	font-size:40px;
	font-style:italic;
	font-family: "Cardo", serif !important;
	font-weight:500;
	line-height:1.35;
	margin:0 0 40px 0;
}
.sec-bottom-360 .txt-title p a{
	font-size:20px;
	text-transform:uppercase;
	text-decoration:underline;
	text-decoration-thickness: 1px;
}
.sec-bottom-360 .btn-link{
	border:1px solid #fff;
	border-radius:5px;
	background-color:transparent !important;
	box-shadow:none !important;
	font-size:16px;
	font-weight:500;
}
.sec-bottom-360 .btn-link:hover{
	background-color:#636363 !important;
	border-color:#636363 !important;
}
/* header single-360 */
#header.single-360,#footer.single-360,.blog-single .single-360 > .post-sidebar,
.blog-single .single-360 article{
	display:none;
}
.blog-single .row.row-largeT.single-360{
	max-width:100%;
	padding:0;
}
.blog-single .row.row-largeT.single-360 > .large-9{
	max-width: 100%;
	flex-basis: 100%;
	padding:0;
}
.blog-single .row.row-largeT.single-360 .iframe-360{
	height:100vh;
}
.blog-single .row.row-largeT.single-360 > .large-9 iframe{
	width:100%;
	height:100%;
	border:none;
}
body[data-view360="single-360"]{
	overflow:hidden;
}
@media only screen and (max-width:1300px){
	.slider-banner .banner {
		padding-top: calc(100vh - 80px) !important;
	}
	.sec1-home .col-right {
		padding-right: 15px;
	}
	.row-slider-tnsm .icon-box .icon-box-text {
		padding-right: 80px;
	}
}
@media only screen and (max-width:1240px){
	.sec4-home .row-lvkd > .col-right >.col-inner {
		width: 100%;
	}
	.row-post-full{
		padding-left:15px;
		padding-right:15px;
	}
}
@media only screen and (max-width:1200px){
	.row-slider-lv .owl-item .col{
		padding:0 15px 30px;
	}
	.logo-center .logo {
		margin: 0 10px;
	}
	.header-nav-main > li > a{
		padding-left:10px;
		padding-right:10px;
		font-size:14px;
	}
	.sec1-home{
		padding-top:70px !important;
		padding-bottom:70px !important;
	}
	.sec1-home .col-left > .col-inner {
		padding-top: 30px;
	}
	.sec1-home .col-right .col-img2 > .col-inner {
		padding-top: 70px;
	}
	.sec1-home .col-left {
		padding-right: 35px;
	}
	.row-slider-tnsm .owl-nav button.owl-next {
		right: 15px;
	}
	.row-slider-tnsm .icon-box h3 {
		font-size: 20px;
		margin: 0 0 15px;
	}
	.row-slider-tnsm .icon-box .icon-box-text {
		padding-right: 40px;
	}
	.row-slider-tnsm .icon-box .icon-box-img {
		width: 85px !important;
		height: 85px;
		margin-bottom: 20px;
	}
	.row-slider-tnsm .icon-box:before {
		left: calc(85px + 15px);
	}
	.tab-pro-slider .product-small .box-image{
		width:60% !important;
	}
	.tab-pro-slider .product-small .box-text {
		padding: 35px 20px 20px;
	}
	.tab-pro-slider .product-small .product-title a {
		font-size: 26px;
	}
	.tab-pro-slider .product-small .box-tt-sp .short_desc > div.c{
		font-size:16px;
	}
	.tab-pro-slider .product-small .box-tt-sp .btn-link a {
		padding: 10px 5px 11px;
	}
	.product-small .box-tt-sp .bottom-box .b_view a {
		font-size: 16px;
	}
	.sec4-home .row.align-right > .col{
		max-width: 60%;
		flex-basis: 60%;
	}
	.row-lvkd > .col-left > .col-inner {
		padding-right: 20px;
	}
	.row-slider-lv .owl-stage-outer, .row-lvkd > .col-left > .col-inner {
		padding-top: 40px;
	}
	.sec4-home .row-lvkd > .col-right >.col-inner:before {
		bottom: 10px;
		left: -30px;
		width: 350px;
		height: 350px;
	}
	.sec5-home{
		padding-top:70px !importantl
	}
	.sec5-home :is(.col-list-lydo,.col-title){
		max-width: 70%;
		flex-basis: 70%;
	}
	.col-doitac > .col-inner,
	.col-doitac .ul-box{
		padding: 30px 40px;
	}
	.ga-doitac .owl-nav button {
		width: 35px;
		height: 35px;
	}
	.ga-doitac .owl-nav button img{
		width:23px;
		flex-shrink:0;
	}
	.ga-doitac .owl-nav button.owl-next{
		right:-47px;
	}
	.ga-doitac .owl-nav button.owl-prev{
		left:-47px;
	}
	.sec6-home .row-slider-baochi {
		padding-right: 30px !important;
	}
	.row-slider-baochi .col-cmt .col-inner {
		padding: 40px 40px 50px 45px;
	}
	.row-slider-baochi .col-cmt .col-inner:before {
		top: 30px;
		left: 10px;
	}
	.row-slider-baochi .col-cmt p {
		margin-bottom: 30px;
	}
	.sec7-home .col-post-top {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec7-home .col-post-bottom{
		padding-left:0;
		padding-right:0;
	}
	.sec7-home .post-wrap .post-item .box-text {
		padding: 20px 15px;
	}
	.contact-f h3, .title-form-f h3 {
		font-size: 22px;
		margin: 0 0 25px 0;
	}
	.sec-footer .col-right {
		padding-left: 35px;
	}
	.sec-footer .col-left {
		padding-right: 35px;
	}
	.sec-couter-gt:before {
		height: 100%;
		background-image:linear-gradient(4deg, #dfdfdf 44%, rgba(8, 84, 161, 0) 109%, rgba(8, 84, 162, 0) 100%);
	}
	.sec-couter-gt .box-count .count {
		font-size: 30px;
		font-weight: 500;
	}
	.sec-couter-gt .box-count .count.count_pt:after {
		font-size: 23px;
	}
	.title-tuyen-dung h1 {
		font-size: 40px;
	}
	.slider-vanhoa .owl-nav button.owl-prev {
		left: 15px;
	}
	.slider-vanhoa .owl-nav button.owl-next {
		right: 15px;
	}
	.sec2-td .owl-nav button.owl-prev {
		left: -20px;
	}
	.sec2-td .owl-nav button.owl-next {
		right: -20px;
	}
	.sec2-td .row-fix {
		padding: 0 20px;
	}
	.sec2-td .row-s .col.box-content:hover {
		width: 60%;
	}
}
@media only screen and (max-width:992px){
	.col-menu > .col-inner > .img {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translatey(-50%);
	}
	.sec-menu-scroll .menu-scroll{
		position:fixed;
		top:75px;
		right:-100%;
		background:#fff;
		min-height:100vh;
		flex-direction:column;
		justify-content:flex-start;
		width:100%;
		max-width:300px;
		padding-top:35px;
		transition: all 0.5s;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
	}
	.sec-menu-scroll.active .menu-scroll{
		right:0;
	}
	.menu-scroll .ux-menu-link + .ux-menu-link{
		margin-left:0 !important;
	}
	.menu-scroll .ux-menu-link a{
		justify-content:center;
		font-size: 18px;
		margin-bottom: 15px;
		color:#4d4d4d;
	}
	.sec-menu-scroll .col-menu > .col-inner .btn-toggle-menu{
		display:flex;
		align-items:center;
		justify-content:center;
		margin:0;
		background:transparent;
		width:35px;
		height:35px;
	}
	.sec-menu-scroll .col-menu > .col-inner{
		justify-content:flex-end;
	}
	.page-id-1736 .menu-scroll .ux-menu-link a{
		color:#075889 !important;
		font-weight:600;
	}
}
@media only screen and (max-width:849px){
	.order-1-tablet{
		order:-1;
	}
	#masthead > .container{
		padding-left:15px;
		padding-right:15px;
	}
	.slider-banner .banner {
		padding-top: 500px !important;
	}
	.sec-footer .col-left {
		padding-right: 15px;
		border-right: none;
		max-width: 100%;
		flex-basis: 100%;
		padding-bottom: 30px;
	}
	.sec1-home {
		padding-top: 30px !important;
	}
	.sec2-home .row-list-item {
		flex-wrap: wrap;
	}
	.sec2-home .col-item {
		max-width: 50%;
		flex-basis: 50%;
		width: unset;
	}
	.sec2-home .col-item .box-image .image-cover{
		padding-top:75% !important;
	}
	.sec2-home .col-item .box-text p {
		font-size: 22px;
		writing-mode: unset;
		transform: unset;
	}
	.tab-pro-slider .product-small .box-image {
		width: 50% !important;
	}
	.tab-pro-slider .product-small .product-title a {
		font-size: 24px;
	}
	.tab-pro-slider .product-small .gia {
		margin: 0 0 10px;
	}
	.tab-pro-slider .product-small .info {
		padding: 12px 0;
		margin: 0 0 15px;
	}
	.tab-pro-slider .owl-nav{
		display:none;
	}
	.tab-pro-slider .owl-dots{
		display:block;
	}
	.sec4-home .row.align-right > .col {
		max-width: 70%;
		flex-basis: 70%;
	}
	.title-sec-sub h2 {
		font-size: 30px;
		margin: 0 0 15px;
		line-height: 1.3;
	}
	.navIndexLv{
		display:none;
	}
	.row-slider-lv .owl-dots{
		display:block;
	}
	.sec4-home .row-lvkd > .col-right >.col-inner:before {
		bottom: 30px;
		left: -30px;
		width: 270px;
		height: 270px;
	}
	.sec5-home :is(.col-list-lydo,.col-title) {
		max-width: 100%;
		flex-basis: 100%;
	}
	.row-doitac {
		margin-bottom: -130px;
	}
	.col-doitac .ul-box ul:before {
		top: calc(100% / 2* 1);
	}
	.col-doitac .ul-box ul:after{
		display:none;
	}

	.sec6-home .row-slider-baochi {
		padding-right: 0px !important;
	}
	.sec7-home .post-wrap-top .col.post-item {
		width: 50%;
	}
	.sec7-home .post-wrap-top .col.post-item:first-child {
		width: 100%;
	}
	.sec7-home .post-wrap-top .col.post-item .image-cover{
		padding-top:62.25% !important;
	}
	.sec7-home .post-wrap-top .col.post-item:first-child .image-cover{
		padding-top:56.25% !important;
	}

	.contact-f h3, .title-form-f h3 {
		margin: 0 0 15px 0;
	}
	.contact-f ul li {
		padding: 10px 0;
	}
	.sec-footer .col-right {
		padding-left: 15px;
		max-width: 100%;
		flex-basis: 100%;
	}
	.form-f input[type=submit] {
		margin-left: auto;
		margin-top: unset;
		margin-right: auto;
	}
	.tab-style > .nav li.active a:before{
		display:none;
	}
	.sec1-lh .title-lienhe p.heading_h2.slogan{
		font-size:20px;
	}
	.sec1-lh .col-form .col-left,.sec1-lh .col-form .col-right{
		padding:40px 30px !important;
	}
	.sec1-lh .row-map {
		margin-top: 0;
	}
	.map.map-lh {
		height: 400px;
	}

	.sec-hotro .col-right{
		padding-left: 15px;
	}
	.menu-hotro .txt-title p {
		padding: 15px 10px 15px 25px;
		font-size: 22px;
	}
	.menu-hotro .menu-cs {
		padding: 9px 15px;
	}
	.col-linhvuc-gt .box .box-image .image-cover {
		padding-top: 425px !important;
	}
	.ga-giaithuong .gallery-col.col .box-text p{
		width: 200%;
	}
	.sec-couter-gt .row-content {
		position: relative;
		left: unset;
		transform: unset;
		bottom: unset;
	}
	.sec-couter-gt{
		padding-top:120px !important;
	}
	.post-sidebar{
		display:none;
	}
	.col-left-page-tintuc,
	.col-right-page-tintuc,
	.blog-wrapper > .row > .large-9.col,
	.post-sidebar{
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.col-right-page-tintuc .tt-post-ver .box-image{
		width:38% !important;
	}
	.rpbt_shortcode .gallery-item{
		width:50%;
	}
	.sec-chinhsach{
		padding-top:30px !important;
	}
	.sec-chinhsach .title-sec h2{
		text-align:center;
	}
}
@media only screen and (max-width:568px){
	.order-1{
		order:-1;
	}
	.form-dk-tt-du-an > p{
		gap:15px;
		flex-direction:column;
	}
	.form-dk-tt-du-an > p > *{
		width:100%;
	}
	.sec-hotro .txt-title h1 {
		font-size: 22px;
	}
	.sec-hotro .col-right{
		order:-1;
	}
	.slider-banner .banner {
		padding-top: 56.25% !important;
	}
	.slider-banner .banner .text-inner p {
		font-size: 18px;
	}
	.slider-banner .banner .text-inner:before {
		width: 30px;
		height: 25px;
		left: 12px;
	}
	.sec1-home .col-left > .col-inner {
		padding-top: 0;
	}
	.sec1-home .col-left {
		padding-right: 15px;
	}
	.sec1-home .col-img1{
		padding-right:10px;
	}
	.sec1-home .col-img2{
		padding-left:10px;
	}
	.sec1-home .title-sec h1 {
		font-size: 30px;
		margin: 0 0 20px 0;
	}
	.row-slider-tnsm .icon-box .icon-box-text {
		padding-right: 0px;
	}
	.row-slider-tnsm .icon-box p {
		text-align: justify;
	}
	.row-slider-tnsm .owl-item > .col {
		padding: 0 15px;
	}
	.row-slider-tnsm.owl-carousel {
		padding: 0;
	}
	.sec2-home .col-item .box-text {
		padding: 15px;
	}
	.sec2-home .col-item {
		max-width: 100%;
		flex-basis: 100%;
		width: unset;
	}
	.sec3-home .title-sec h2 {
		font-size: 25px;
	}
	.tab-style > .nav li a {
		margin: 0;
		padding: 5px 7px;
	}
	.tab-pro-slider .product-small.box{
		flex-direction:column;
	}
	.tab-pro-slider .product-small .box-image {
		width: 100% !important;
	}
	.tab-pro-slider .product-small .box-image .image-cover {
		padding-top: 62.5% !important;
	}
	.tab-pro-slider .product-small .box-text {
		padding: 20px;
	}
	.tab-pro-slider .product-small .product-title a {
		font-size: 18px;
	}
	.tab-pro-slider .product-small .info {
		justify-content: flex-start;
	}
	.sec4-home .row.align-right > .col {
		max-width: 100%;
		flex-basis: 100%;
	}
	.box-count .count {
		font-size: 40px;
	}
	.box-count .count.count_pt:after {
		font-size: 26px;
	}
	.row-slider-lv .owl-stage-outer, .row-lvkd > .col-left > .col-inner {
		padding-top: 0;
	}
	.sec5-home{
		padding-top:50px !important;
	}
	.sec5-home .row-lydo .txt-content p {
		max-height: unset;
	}
	.sec5-home .row-lydo > .col > .col-inner {
		padding-bottom: 0px;
	}
	.sec5-home .row-lydo .txt-content:before{
		display:none;
	}
	.sec5-home .row-lydo .txt-content {
		margin-top: 15px;
	}

	.row-doitac {
		margin-bottom: -30px;
	}
	.sec6-home {
		padding-top: 60px !important;
	}
	.sec7-home .post-wrap-top .col.post-item{
		padding-bottom:30px !important;
		width:100%;
	}
	.title-sec-sub h2 {
		font-size: 25px;
	}
	.title-sec-sub p.p-sub {
		font-size: 20px;
		margin: 0 0 5px;
	}
	.row-slider-baochi .col-cmt .col-inner {
		padding: 40px 10px 30px 35px;
	}
	.row-slider-baochi .col-cmt .col-inner:before {
		top: 12px;
		left: 10px;
	}
	.contact-f h3, .title-form-f h3 {
		font-size: 22px;
	}
	.form-f .row-input > p {
		flex-direction: column;
	}
	.form-f .row-input > p > span {
		width: 100%;
	}
	.form-f input[type=submit]{
		padding-left:25px;
		padding-right:25px;
	}
	.menu-f {
		flex-wrap: wrap;
		justify-content: center;
		gap:10px 20px;
	}
	.menu-f .ux-menu-link + .ux-menu-link{
		margin:0 !important;
	}
	.menu-f .ux-menu-link:first-child a i{
		display:inline-block;
	}
	.menu-f .ux-menu-link:first-child a span{
		padding-left:7px;
	}
	.sec1-lh .title-lienhe p.heading_h2 {
		font-size: 22px;
	}
	.sec1-lh .title-lienhe p.heading_h2.slogan {
		font-size: 16px;
	}
	.sec1-lh .col-form .col-left, .sec1-lh .col-form .col-right {
		padding: 30px 20px !important;
	}
	.sec1-lh .txt-content p {
		margin: 0 auto 20px;
	}
	.sec1-lh .col-form .col-left h3,
	.sec1-lh .col-form .contact-lh h3{
		font-size: 20px;
	}
	.col-lanhdao-ceo .box {
		display:block;
	}
	.col-lanhdao-ceo .box .box-image{
		margin-bottom:20px;
	}
	.col-lanhdao-ceo .box .box-text {
		padding: 0;
	}
	.col-lanhdao-ceo .box .text{
		text-align:center !important;
	}
	.col-lanhdao-ceo .box p.cv:before {
		left: 50%;
		transform: translatex(-50%);
	}
	.col-lanhdao-ceo .box p.cv{
		font-size: 18px;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	.col-lanhdao-ceo .box p{
		font-size:16px;
	}
	.col-lanhdao .img{
		width:100% !important;
	}
	.ga-giaithuong .gallery-col.col .box-image{
		transform:scale(1);
	}
	.ga-giaithuong .owl-item .gallery-col.col .box-text {
		opacity: 1;
		visibility: visible;
	}
	.ga-giaithuong .gallery-col.col .box-text {
		padding: 15px 0px 0;
	}
	.ga-giaithuong .gallery-col.col .box-text:before{
		display:none;
	}
	.ga-giaithuong .gallery-col.col .box-text p{
		width:100%;
		left:unset;
		transform:unset;
		font-size:11px;
	}
	.ga-giaithuong .owl-nav button {
		width: 30px;
		height: 30px;
	}
	.ga-giaithuong .gallery-col.col{
		padding-bottom:0;
	}
	.row-slider-baochi .owl-dots button {
		width: 30px;
		height: 4px;
	}
	.col-cmt{
		padding-bottom:15px;
	}
	.sec-couter-gt .box-count p{
		font-size:12px;
	}
	.sec-couter-gt .box-count {
		margin-right: -5px;
		margin-left: -5px;
		padding-bottom:15px;
	}
	.tt-post-silder .post-item .post-title {
		font-size: 18px !important;
	}
	.post-item .box-vertical .box-text {
		padding: 18px 0 0;
	}
	.col-right-page-tintuc .tt-post-ver .box-image {
		width: 100% !important;
	}
	.tt-post-silder .box-image .image-cover{
		padding-top:75% !important;
	}
	.tt-post-silder .post-item .box-text{
		padding:0 50px 20px 10px;
	}
	.rpbt_shortcode .gallery-item {
		width: 100%;
	}
	.rpbt_shortcode .gallery-item .gallery-caption a {
		-webkit-line-clamp: unset;
		margin: 0 0 5px 0;
	}
	.row-sidebar .post-item .box-vertical .box-text {
		padding: 15px 0;
	}
	.row-sidebar .post-item .box-vertical .post-title,
	.row-sidebar .post-item .post-title{
		font-size: 18px;
	}
	.blog-single .sec-linkpage{
		display:none;
	}
	.blog-wrapper.blog-single > .row {
		margin-top: 20px !important;
	}
	h1.entry-title {
		font-size: 20px;
	}
	.sec1-lh .form-lh .row-input > p{
		flex-direction:column;
	}
	.sec1-lh .form-lh .row-input > p > * {
		width: 100%;
	}
	.sec1-lh .form-lh input[type=submit]{
		display:table;
		margin:0 auto;
	}
	.sec1-lh .col-form .col-left h3{
		text-align:center;
		margin:0 0 15px 0;
	}
	.txt-coppy :is(p,a){
		text-align:center;
	}
	.col-linhvuc-gt .box .box-image .image-cover {
		padding-top: 325px !important;
	}
	
}
@media only screen and (max-width:440px){
	.contact-f h3, .title-form-f h3 {
		font-size: 18px;
	}
	.col-lanhdao-ceo .box h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.title-sec-sub h2 {
		font-size: 22px;
	}
	.title-sec-sub p.p-sub {
		font-size: 18px;
	}
	.row-sidebar .post-item .box-vertical .post-title,
	.row-sidebar .post-item .post-title{
		/* 		font-size: 16px; */
	}
}



