/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
	font-family: 'SVN-Museo';
	src: url('fonts/SVN-Museo-700.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
:root{
	--do:#e81c24;
	--vang:#fcb91c;
	--xanh:#0e1a4a;
}
.uxb-draggable *{
	pointer-events:initial !important;
}
html,body,span,label,a,p,button,b,div{
	font-family: "Inter", sans-serif;
}
h1,h2,h3,h4,h5,h6,.nav > li > a,nav,li{
	font-family: "Inter", sans-serif !important;
}
ol ol, ol ul, ul ol, ul ul {
	margin: 10px 0 0;
}
b,strong{
	font-weight:bold;
}
form{
	margin:0 !important;
}
form input:not([type=submit]),textarea,select{
	box-shadow:none !important;
}
input[type=submit]{
	margin:0;
}
form.wpcf7-form :is(input,select,textarea){
	border-radius:5px;
}
form.wpcf7-form :is(input,select){
	height:45px;
}
.form-flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.form-flex .r50{
	width:calc(50% - calc(15px / 2));
}
.form-flex .r100{
	width:100%;
}
.txt-jus{
	text-align:justify;
}
.txt-jus :is(h1,h2,h3,h4,h5,h6){
	text-align:left;
}
.word-wrap,.word-wrap *{
	word-wrap: break-word;
}
a{
	cursor:pointer;
	transition:all 0.3s;
}
.wpcf7-spinner,.product-images .image-tools.bottom.left,.post-item .is-divider,aside > .is-divider,.entry-header .is-divider{
	display:none !important;
}
.section-content{
	z-index:unset !important;
}
.dark, .dark p, .dark td{
	color:#fff !important;
}
.pd-b0,.ga-pd-b0 .col{
	padding-bottom:0 !important;
}
.ul-mb0 ul{
	margin-bottom:0;
}
.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-w400 p, .title-w400 :is(h1,h2,h3,h4,h5,h6){
	font-weight:400;
}
.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%;
}
.col-br-10 > .col-inner{
	border-radius:10px;
	overflow:hidden;
}
.col-br-15 > .col-inner{
	border-radius:15px;
	overflow:hidden;
}
.img-h100 :is(.img,.img-inner){
	height:100%;
}
.img-h100 img{
	height:100%;
	object-fit:cover;
}
.img-white img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.absolute-footer{
	background-color:var(--xanh) !important;
	padding:0;
}
.footer-secondary{
	display:none;
}
.footer-primary,.copyright-footer{
	width:100%;
	text-align:center;
	color:#ffffff;
	position:relative;
	font-size:15px;
	font-weight:300;
	color:#dadada;
}
.footer-primary{
	padding:20px 0;
	border-top:1px solid rgb(218 218 218 / 25%);
}
.blog-wrapper{
	padding-bottom:0;
}

.single-page{
	text-align:justify;
	padding-top:0;
}
.single-page figure{
	margin-left:auto;
	margin-right:auto;
}
#top-link{
	width: 40px;
	height: 40px;
	border-radius: 5px !important;
	border: 0 !important;
	color: #fff !important;
	background: url(/wp-content/uploads/2025/12/top.png) var(--do);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 5px;
	min-width:unset;
	min-height:unset;
	bottom:60px;
}
#top-link i{
	display:none;
}
table {
	border-collapse: collapse;
	border:1px solid #ececec;
}
table :is(th,td){
	border:1px solid #ececec;
	padding:10px !important;
	color:initial;
	font-size:initial;
}
.row-full-width{
	margin-left:0 !important;
	margin-right:0 !important;
}
.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;
}
.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;
}
.flatpickr-current-month{
	display:flex;
}
.flatpickr-time input{
	border:none !important;
	box-shadow:none !important;
	height:100%;
}
.price del{
	text-decoration:unset;
}
.price del bdi{
	text-decoration:line-through;
}
del span.amount{
	opacity:1;
}
form .variations tbody tr th label{
	margin: 10px 0 0;
	text-transform: initial;
	font-size: 15px;
	font-weight: 400;
}
form .variations tbody tr th label {
	margin: 0;
	text-transform: initial;
	font-size: 16px;
	font-weight: 700;
}
form .variations li.variable-item {
	width: unset !important;
	height: unset !important;
	border-radius: 5px !important;
	padding: 5px 15px !important;
	position: relative;
	min-height: 42px;
}
form .variations tbody tr td ul li {
	box-shadow: none !important;
	border: 1px solid #e5e5e5;
	margin: 0 10px 10px 0 !important;
}
form .variations li.variable-item.selected {
	color: #000;
	border-color: var(--do);
}
form .variations li.variable-item.selected:after{
	content: '';
	position: absolute !important;
	bottom: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	background: var(--do);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index:1;
}
form .variations li.variable-item.selected:before {
	content: '\f00c';
	font-family: 'Fontawesome' !important;
	position: absolute !important;
	bottom: 0px;
	right: 1px;
	color: #fff;
	font-size: 7px;
	z-index:2;
}
form .variations li.variable-item span{
	font-size:15px;
	font-weight:500;
}
.cart,.woocommerce-variation-add-to-cart{
	justify-content:space-between;
	gap:15px 10px !important;
}
.cart .ux-quantity{
	width:100%;
	align-items:center;
}
.cart .ux-quantity:before{
	content:'Số lượng:';
	font-size:15px;
	margin:0 10px 0 0;
}
.cart .ux-quantity input{
	height:40px;
	width:33px;
	flex-shrink:0;
	max-width:unset;
	font-size:16px;
}
.cart .ux-quantity input[type=number]{
	width:80px;
}
.cart .ux-quantity input.minus{
	border-radius:5px 0 0 5px;
}
.cart .ux-quantity input.plus{
	border-radius:0 5px 5px 0;
}
.woocommerce-product-gallery{
	border:1px solid #ddd;
	background:#F6F8FA;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a{
	position:relative;
	padding-top:100%;
	display:block;
	width:100%;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
#button-contact-vr {
	z-index: 9;
}
.post-item .col-inner{
	height:100%;
	transition:all 0.3s;
}
.post-item .box-text{
	padding:15px 15px 20px;
}
.post-item .post-title{
	margin:0 0 10px;
}
.post-item .post-title a{
	margin:0;
	font-size:17px;
	color:var(--xanh);
	line-height:1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition:all 0.3s;
	font-weight:600;
}

.post-item .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* Header */
.btnlogin{
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	border-radius:50%;
	border:1px solid #fff;
	cursor:pointer;
	background:#a5a5a50f;
	transition:all 0.3s;
}
.btn-trans{
	position:relative;
}
.btn-trans .btn-toggle-top {
	border:1px solid #fff;
	line-height:1.35;
	border-radius:8px;
	padding:0px 8px;
	height:35px;
	gap:6px;
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	cursor:pointer;
}
.btn-trans .btn-toggle-top .drop{
	font-size:11px;
}
.btn-trans .btn-toggle-tran{
	position:absolute;
	right:0;
	top:calc(100% + 5px);
	background:#fff;
	padding:5px 0;
	border-radius:6px;
	overflow:hidden;
	width:max-content;
	min-width:160px;
	opacity:0;
	visibility:hidden;
	box-shadow:0 0 5px 0 rgba(0,0,0,0.2);
}
.btn-trans .btn-toggle-tran.active{
	opacity:1;
	visibility:visible;
}
.btn-trans .btn-toggle-tran .item{
	display:flex;
	width:100%;
	color:#000;
	font-size:13px;
	align-items:center;
	cursor:pointer;
	padding:3px 0;
}
.btn-trans .btn-toggle-tran .item:hover{
	background:#F5F5F5;
}
.btn-trans .btn-toggle-tran .item.active{
	background:#ececec;
}
.btn-trans .btn-toggle-tran .item .code{
	padding:5px 0 5px 5px;
	min-width:30px;
	flex-shrink:0;
	text-align:center;
	font-size:15px;
}
.btn-trans .btn-toggle-tran .item .name{
	padding:5px;
}
.btn-link-header a{
	padding:2px 12px;
	border:1px solid #fff;
	border-radius:6px;
	color:#fff;
	font-size:15px;
	height:35px;
	display:flex;
	align-items:center;
	justify-content:center;
	white-space:nowrap;
}
.btnlogin:hover,
.btn-link-header a:hover{
	background:#d19c25;
	border-color:#d19c25;
}

.header-nav-main.nav-left{
	justify-content: flex-end;
	padding-right:15px;
}
.header-nav-main > li{
	margin:0;
}
.header-nav-main > li > a{
	font-size:15px;
	font-weight:500;
	color:#fff !important;
	padding-left:20px;
	padding-right:20px;
	transition:all 0.3s !important;
}
.header-nav-main > li > a:hover{
	color:var(--vang) !important;
}
.header-nav-main > li.active > a{
	color:var(--vang) !important;
}

.header-nav-main.nav-right > li{
	margin:0 7px;
}
.header-nav-main.nav-right > li > a{
	padding-left:0;
	padding-right:0;
	transform:unset !important;
}
.icon-menu{
	width:40px;
	height:40px;
	border-radius:5px;
	background:#d19c25;
	display:flex !important;
	align-items:center;
	justify-content:center;
	font-size:25px !important;
	transition:all 0.3s !important;
	color:#fff;
}
.icon-menu:hover{
	background:#bd8b1a;
}



/* Footer */

.row-top-f{
	padding-top:30px;
	position:relative;
	margin-bottom:30px;
}

.row-top-f:after{
	content:'';
	position:absolute;
	bottom:0;
	left:15px;
	right:15px;
	height:1px;
	background:rgb(218 218 218 / 25%);
	display:block;
}

.row-top-f .col-content {
	flex-basis: 20%;
	max-width: 20%;
}
.row-top-f .box-contact-f p{
	margin:0;
	line-height:1.3;
}
.row-top-f .box-contact-f p + p{
	margin-top:5px;
}
.row-top-f .box-contact-f p a{
	color:#dadada;
	font-weight:400;
	transition:all 0.3s;
	font-size:14px;
}
.row-top-f .box-contact-f p a:hover{
	color:var(--vang);
}
.name-f{
	margin:0 0 15px;
}
.name-f p{
	margin:0;
	font-family: "Montserrat", sans-serif !important;
	font-size:32px;
	font-weight:800;
	line-height:1.2;
}
.contact-f h4{
	font-size:16px;
	font-weight:300;
}
.contact-f p{
	margin:0;
	font-weight:300;
}
.contact-f p + p{
	margin-top:10px;
}
.contact-f p i{
	width:20px;
}
.title-f p{
	margin:0 0 15px;
	font-weight:500;
	font-size:18px;
}
.menu-f .ux-menu-link + .ux-menu-link{
	margin-top:12px !important;
}
.menu-f a{
	font-size:16px;
	font-weight:400;
	padding:0;
	min-height:unset;
	line-height:1.35;
}
.menu-f a:hover{
	color:var(--vang) !important;
}

.form-dk-tin > p{
	display:flex;
	gap:5px;
}
.form-dk-tin :is(input,button){
	margin:0;
	min-height:unset;
	height:45px;
	border:none;
	border-radius:5px;
}
.form-dk-tin button{
	background:#d19c25;
	padding:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	flex-shrink:0;
	transition:all 0.3s;
	font-size:18px;
}
.form-dk-tin button:hover{
	background:var(--vang);
}

/* Trang chủ */
.tab-menu-sec ul.nav{
	border-bottom:1px solid #ababab;
	flex-wrap:nowrap;
	overflow-x:auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.tab-menu-sec ul.nav::-webkit-scrollbar {
	display: none;
}
.tab-menu-sec ul.nav li{
	margin:0 15px;
}
.tab-menu-sec ul.nav li a{
	padding:10px 0;
	position:relative;
	font-size:16px;
	font-weight:400;
	color:#000;
	white-space:nowrap;
}
.tab-menu-sec ul.nav li a:before{
	content:'';
	position:absolute;
	left:0;
	bottom:-1px;
	width:0%;
	height:2px;
	transition:all 0.3s;
	background:#930b13;
	opacity:1 !important;
}
.tab-menu-sec ul.nav li:hover a:before,
.tab-menu-sec ul.nav li.active a:before{
	width:100%;
}
.tab-menu-sec ul.nav li:hover a,
.tab-menu-sec ul.nav li.active a{
	color:#d39014;
}
.sec-banner-home{
	padding-top:100px !important;
	padding-bottom:150px !important;
}
.sec-banner-home .txt-sub-title p{
	font-size:19px;
	line-height:1.35;
	margin:0 0 10px;
}
.sec-banner-home .txt-title h1{
	font-size:42px;
	line-height:1.5;
	text-transform:uppercase;
	font-family: 'SVN-Museo' !important;
}
.sec-banner-home form.project-product-search-form{
	width:100%;
	max-width:900px;
	margin:0 auto !important;
	background:#fff;
	border-bottom:2px solid #e81c24;
	border-bottom:2px solid var(--xanh);
	border-radius:10px;
	overflow:hidden;
}
.sec-banner-home form.project-product-search-form .project-search-wrap{
	display:flex;
}
.sec-banner-home form.project-product-search-form :is(input,button){
	height:54px !important;
	border:none;
	margin:0;
	font-size:16px;
}
.sec-banner-home form.project-product-search-form button[type=submit]{
	white-space:nowrap;
	font-weight:500;
	text-transform:initial;
	background:#F8F8F8;
	display:flex;
	align-items:center;
	color:#fff;
	justify-content:center;
	padding:12px 10px !important;
	line-height:unset;
}
.sec-banner-home form.project-product-search-form button[type=submit] span{
	background:#CE0008;
	background:var(--xanh);
	padding:5px 10px;
	border-radius:5px;
}
.sec-banner-home .goiy .list-keyword{
	display:flex;
	align-items:center;
	gap:15px;
}

.sec-banner-home .goiy .list-keyword .txt-title{
	width:max-content;
	margin:0;
	font-size:14px;
	color:#fff;
}
.sec-banner-home .goiy .list-keyword ul{
	margin:0;
	list-style:none;
	flex:1;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	gap:8px;
}
.sec-banner-home .goiy .list-keyword ul li{
	margin:0 !important;
	flex: 1 1 auto;
	cursor:pointer;
	white-space:nowrap;
	color:#fff;
	font-size: 13px;
	border: 1px solid lightgray;
	border-radius: 5px;
	padding: 4px 5px;
	text-align:center;
}






.sec-gioithieu-home .row-box{
	margin-top:-110px;
}
.sec-gioithieu-home  .row-box .box-item .box .box-text{
	padding:10px 0 15px;
}
.sec-gioithieu-home  .row-box .box-item .box .box-text p{
	font-size:18px;
	font-weight:700;
}
.btn-link-section {
	margin:0;
	border:1px solid #404041;
	border-radius:6px;
	font-size:16px;
	font-weight:700;
	text-transform:initial;
	background-color:#fff !important;
	box-shadow:none !important;
	padding:15px 40px;
	min-height:unset;
	line-height:unset;
	color:rgba(0,0,0,0.8);
}
.btn-link-section:hover{
	color:var(--xanh);
	border-color:var(--xanh);
	background-color:#eee !important;
}
.ga-doitac .owl-item .col{
	padding-left:0;
	padding-right:0;
}
.ga-doitac .box-image{
	padding-top:50% !important;
}
.ga-doitac img{
	/* 	filter: brightness(100%) contrast(0%) saturate(100%) blur(0) hue-rotate(0deg); */
	width:unset !important;
	height:unset !important;
	max-width:100% !important;
	max-height:100% !important;
	top:50%;
	left:50%;
	right:unset;
	transform:translate(-50%,-50%);
}
.ga-doitac .col-inner{
	background:#fff;
	border:1px solid #ececec;
	border-radius:6px;
	overflow:hidden;
	padding:15px 10px;
	box-shadow:0 0 2px 0 rgba(0,0,0,0.2);
	transition:all 0.3s;
}
.ga-doitac .col-inner:hover{
	border-color:#930b13;
}
.ga-doitac .owl-stage {
	transition-timing-function: linear !important;
}

/* Box product */
.product-style .col-inner, .product-small .col-inner{
	height:100%;
	background:#fff;
}
.product-style .col-inner,
.products .product-small .col-inner{
	border-radius:10px;
	overflow:hidden;
	border:1px solid #8a8a8a1f;
}
.products .product-small .box-image .image-zoom{
	position:relative;
	padding-top:130%;
}
.products .product-small .box-image .image-zoom img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.product-small .before-box-img{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:8px;
}
.product-small .before-box-img .label {
	display:flex;
	gap:8px;
}
.product-small .before-box-img .label .label-item a{
	display:block;
	white-space:nowrap;
	padding:5px 8px;
	font-size:12px;
	font-weight:500;
	color:#930b13;
	background:#fff;
	border:1px solid #930b13;
	border-radius:8px;
}
.product-small .before-box-img .label .label-item.trangthai a{
	background:#930b13;
	color:#fff;
	border-color:#fff;
}
.product-small .before-box-img .gia-du-an span{
	font-size:12px;
	font-weight:700;
	color:#dadada;
	text-shadow: 0 0 1px #000;
}
.product-small .before-box-img .gia-du-an span.gia{
	font-size:20px;
	color:#fff;
	margin-right:3px;
}
.product-small .box-content-pro{
	position:relative;
}
.product-small .box-image:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(to bottom, rgb(0 0 0 / 20%) 50%, rgb(0 0 0 / 70%));
	z-index:1;
	pointer-events:none;
	transition:all 0.3s;
}
.product-small .box-image:hover:before{
	/* 	opacity:0.7; */
}
.product-small .after-box-text{
	padding:10px 10px 15px;
}
.product-small .after-box-text p.vitri-full{
	font-size:14px;
	line-height:1.35;
	margin:0 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-small .after-box-text p.dien-tich{
	margin:0;
	font-size:14.4px;
	line-height:1.35;
}
.product-small .after-box-text p.dien-tich img{
	width:14px;
	height:auto;
	margin-right:3px;
	transform:translatey(-2px);
}
.pro-overlay .product-small .box-text,
.products .product-small .box-text{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:2;
	padding:10px;
}
.pro-overlay .product-small .product-title,
.products .product-small .product-title{
	margin:0 0 6px;
}
.pro-overlay .product-small .product-title a,
.products .product-small .product-title a{
	color:#fff;
	font-size:18px;
	font-weight:700;
	line-height:1.35;
}
.pro-overlay .product-small .vitri-vl,
.products .product-small .vitri-vl{
	margin:0;
	font-size:14px;
	font-weight:300;
	line-height:1.35;
	color:#fff;
	text-shadow:0 1px #000;
}
.row.slider-btnnav-buttom {
	display:flex;
	justify-content:center;
	gap:0 15px;
}
.row.slider-btnnav-buttom:after{
	display:none;
}
.row.row-small.slider-btnnav-buttom {
	/* 	padding-bottom:60px; */
}
.row-slider.slider-btnnav-buttom button.flickity-button{
	margin-top:unset !important;
	left:unset !important;
	right:unset !important;
	transform:unset !important;
	opacity:1 !important;
	top:unset !important;
	bottom:0 !important;
	width:45px !important;
	height:45px !important;
	min-height:unset;
	line-height:unset;
	background:#e81c24 !important;
	background:var(--xanh) !important;
	border-radius:6px;
	font-size:20px;
	color:#fff;
	position:relative;
}
.row-slider.slider-btnnav-buttom button.flickity-button[disabled]{
	display:none !important;
}
.row-slider.slider-btnnav-buttom button.flickity-button.previous:before{
	content:'\f053';
	font-family:'fontawesome';
}
.row-slider.slider-btnnav-buttom button.flickity-button.next:before{
	content:'\f054';
	font-family:'fontawesome';
}
.row-slider.slider-btnnav-buttom button.flickity-button:hover{
	background:#404041 !important;
	background:var(--vang) !important;
}
.row-slider.slider-btnnav-buttom button.flickity-button svg{
	display:none !important;
}
.post-360-home .post-item .col-inner{
	background:#DADADA;
	border-radius:6px;
	overflow:hidden;
}
.post-360-home .post-item .post-title{
	margin:0;
}
.post-360-home .post-item .post-title a{
	font-size:16px;
	font-weight:600;
	color:#404041;
}
.post-360-home .post-item .box-text{
	padding:20px 20px 30px;
}

.box-sp-noibat > .col-inner{
	border-radius:10px;
	overflow:hidden;
}
.box-sp-noibat .box .box-text{
	pointer-events:none;
}
.box-sp-noibat .box h4{
	font-size:21px;
	font-weight:700;
	color:#fff;
	margin:0 0 10px;
}
.box-sp-noibat .box p{
	font-size:17px;
	line-height:1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

}
.box-why .txt-number{
	width:100px;
	height:100px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#dadada;
	border-radius:50%;
	animation: zoom-box 1.5s infinite;
	margin-bottom:30px;
}
@keyframes zoom-box{
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 #E81C244D;
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 20px #E81C244D;
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 #E81C244D;
	}
}
.box-why .txt-number p{
	margin:0;
	text-align:center;
	font-size:32px;
	font-weight:800;
	color:#e81c24 !important;
	line-height:1.35;
}
.box-why h3{
	font-size:20px;
	line-height:1.4;
	margin:0 0 15px;
}
.post-home .post-item .col-inner{
	background:var(--xanh);
	border-radius:8px;
	overflow:hidden;
}
.post-home .post-item .box-text{
	padding:20px;
}
.post-home .post-item .post-title{
	font-weight:400;
}
.post-home .post-item .post-title a{
	font-size:18px;
	color:#fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height:49px;
}
.post-home .post-item a.button{
	font-size:15px;
	font-weight:400;
	color:#fff;
	background:#d19c25;
	border-radius:6px;
	padding:8px 16px;
	text-transform:initial;
	line-height:unset;
	min-height:unset;
	margin-top:20px;
	border:none;
}

.post-home.post-sk .post-item .col-inner{
	background:#EEEEEE;
}
.post-home.post-sk .post-item .post-title a{
	color:#000;
}
.post-item p.cat-label{
	background:var(--xanh) !important;
	margin-bottom:15px;
	opacity:1 !important;
	font-size:12px;
	padding:2px 10px;
	text-transform:initial;
	font-weight:400;
	border-radius:4px;
}
.post-home.post-sk .post-item a.button{
	color:#666;
	background:#d5d5d5;
	box-shadow:none !important;
}

.sec-tintuc-mobile .post-item .box{
	display:flex;
}
.sec-tintuc-mobile .post-item .box-image{
	width:100px !important;
	flex-shrink:0;
}
.sec-tintuc-mobile .post-item .box-image .image-cover{
	border-radius:6px;
}
.sec-tintuc-mobile .post-item .box-text {
	padding: 0 0 0 10px;
}
.sec-tintuc-mobile .post-item .post-title a {
	font-size: 15px;
	font-weight: 400;
}

/* Liên hệ */
.page-id-1082 .sec-form-f{
	/* 	margin-top: -125px; */
	padding-top: 200px !important;
}
.sec-add-lh{
	z-index:2;
}
.map-lh{
	height:550px;
}
.col-contact-lh > .col-inner{
	background:#fff;
	border-radius:20px;
	padding:10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / .5);
}
.row-contact-lh{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

/* Tuyển dụng */
.post-tuyen-dung .post-item .col-inner{
	background:#fff;
	padding:15px;
	border-radius:10px;
}
.post-tuyen-dung .post-item .box{
	display:flex;
}
.post-tuyen-dung .post-item .box-image{
	width:260px !important;
	flex-shrink:0;
	min-height:200px;
}
.post-tuyen-dung .post-item .box-image .image-cover{
	padding-top:unset !important;
	height:100%;
}
.post-tuyen-dung .post-item .box-text{
	padding:0 0 0 15px;
}
.post-tuyen-dung .box-text-inner{
	display:flex;
	flex-direction:column;
	flex:1;
}
.post-tuyen-dung .post-item .post-title{
	order:1;
}
.post-tuyen-dung .post-item .inf_job{
	order:2;
	display:flex;
	flex-wrap:wrap;
	gap:10px 15px;
	margin:0 0 15px;
}
.post-tuyen-dung .post-item .inf_job span{
	display:flex;
	width:max-content;
	max-width:100%;
	align-items:center;
	color:#6a6a6a;
	font-size:14px;
}
.post-tuyen-dung .post-item .inf_job span i{
	width:25px;
	height:25px;
	flex-shrink:0;
	background:#EAEAEA;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	color:var(--do);
	font-size:12px;
	margin-right:5px;
}
.post-tuyen-dung .post-item .from_the_blog_excerpt {
	order:3;
	-webkit-line-clamp: 2;
	color:#6a6a6a;
	font-size:15px;
	margin:0 0 15px;
}
.post-tuyen-dung .post-item .skills_wrapper{
	display:flex;
	align-items:center;
	gap:10px 15px;
	order:4;
}
.post-tuyen-dung .post-item .skills_wrapper div{
	padding: 6px 10px 6px 10px;
	color: #5d5d5d;
	background-color: #dcdcdc;
}
.post-tuyen-dung .post-item .box-text{
	display:flex;
	gap:15px;
}
.post-tuyen-dung .post-item .box-btn{
	display:flex;
	flex-direction:column;
	justify-content:center;
	gap:10px;
}

.post-tuyen-dung .post-item .box-btn a{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:43px;
	white-space:nowrap;
	font-size:18px;
	text-align:center;
	padding:8px 15px;
	background:#404041;
	color:#fff;
	border-radius:6px;
}
.post-tuyen-dung .post-item .box-btn a.btn-ung-tuyen{
	background:#E81C24;
}

/* Trang chi tiết tuyển dụng */
body.single-tuyen-dung .blog-single{
	padding-top:0;
}
body.single-tuyen-dung .row-top-blog{
	display:none;
}
.banner-cat-tuyen-dung{
	padding:50px 0;
	background:#404041 url(/wp-content/uploads/2026/03/bg-banner-tuyen-dung.webp) no-repeat;
	background-position:top center;
	background-size:cover;
}
.banner-cat-tuyen-dung h1{
	text-align:center;
	font-size:40px;
	color:#fff;
	margin: 0 0 20px;
	padding:0 0 30px;
	position:relative;
}
.banner-cat-tuyen-dung h1 span{
	display:block;
	color:#E81C24;
}
.banner-cat-tuyen-dung h1:before{
	content:'';
	position:absolute;
	left:50%;
	transform:translatex(-50%);
	bottom:0;
	width:100px;
	height:2px;
	background:#E81C24;
}
.banner-cat-tuyen-dung .inf-tuyendung .inf_job{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:10px 18px;
}
.banner-cat-tuyen-dung .inf-tuyendung .inf_job span{
	color:#fff;
	font-size:18px;
}
.banner-cat-tuyen-dung .inf-tuyendung .inf_job span i{
	margin-right:8px;
	font-size:16px;
	color:#DADADA;
}
.banner-cat-tuyen-dung .inf-tuyendung .luong{
	padding:15px 0 0;
	text-align:center;
	font-size:25px;
	font-weight:700;
	color:#fff;
}
.content-td {
	background:#404041;
	padding:15px 0 0;
}
.content-td .single-td *{
	color:#fff;
}
.content-td .single-td ul{
	padding-left:20px;
}

.sidebar-td > .col-content:last-child{
	padding-bottom:0;
}
.sidebar-td > .col-content > .col-inner{
	border-radius:15px;
	padding:30px;
	background:#fff;
}
.sidebar-td > .col-content.col-contact > .col-inner{
	background:#ECD3D4;
}
.sidebar-td .col-content.col-contact a.btn-ung-tuyen{
	width:100%;
	margin:0;
	font-size:16px;
	font-weight:600;
	text-transform:initial;
	height:58px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:5px;
	background-color:#930b13;
	box-shadow:none !important;
}
.sidebar-td .col-content.col-contact a.btn-ung-tuyen:hover{
	background-color:#E81C24 !important;
}
.sidebar-td .post-td-khac .post-item .col-inner{
	background:#EFEFEF;
	border-radius:6px;
	overflow:hidden;
}
.sidebar-td .post-td-khac .post-item .box{
	display:flex;
}
.sidebar-td .post-td-khac .post-item .box-image{
	width:100px !important;
	flex-shrink:0;
}
.sidebar-td .post-td-khac .post-item .box-image .image-cover{
	padding-top:unset;
	height:100%;
}
.sidebar-td .post-td-khac .post-item .box-text{
	padding:10px 10px 10px 15px;
}
.sidebar-td .post-td-khac .post-item .post-title{
	margin:0 0 7px;
}
.sidebar-td .post-td-khac .post-item .post-title a{
	font-size:18px;
	font-weight:400;
	color:#000;
}
.sidebar-td .post-td-khac .post-item .box-text-inner{
	display:flex;
	flex-direction:column;
}
.sidebar-td .post-td-khac .post-item .inf_job span,
.sidebar-td .post-td-khac .post-item .skills_wrapper .box-s.time,
.sidebar-td .post-td-khac .post-item .box-btn{
	display:none;
}
.sidebar-td .post-td-khac .post-item .inf_job span.thu_nhap_job,
.sidebar-td .post-td-khac .post-item .skills_wrapper .box-s{
	display:block;
	font-size:14px;
	color:#707070;
}

.sidebar-td .post-td-khac .post-item .box-text-inner > a.button {
	margin:10px 0 0;
	font-size:14px;
	font-weight:400;
	background:#930b13;
	color:#fff;
	width:max-content;
	border-radius:5px;
	text-transform:initial;
	min-height:unset;
	line-height:1.35;
	padding:5px 10px;
	order:3;
}
.sidebar-td .post-td-khac .post-item .box-text-inner{
	display:flex;
	flex-direction:column;
}
.sidebar-td .post-td-khac .post-item:last-child{
	padding-bottom:0;
}






/* Trang tin tức */
.blog-wrapper.blog-archive{
	padding-top:0;
}
.row-top-blog{
	border-bottom:1px solid #ececec;
	margin-bottom:20px;
}
.row-top-blog .top-blog-inner{
	padding:10px 0;
}
.row-top-blog .top-blog-inner{
	display:flex;
	justify-content:space-between;
	gap:15px 50px;
}
.row-top-blog .top-blog-inner .blog-search{
	width:100%;
	max-width:370px;
	flex-shrink:0;
}
.row-top-blog .top-blog-inner .blog-search form {
	position:relative;
	height:46px;
	width:100%;
}
.row-top-blog .top-blog-inner .blog-search form input{
	height:100%;
	width:100%;
	padding-right:50px;
	border:1px solid #ececec;
	border-radius:6px;
	margin:0;
}
.row-top-blog .top-blog-inner .blog-search form button{
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	min-height:unset;
	width:46px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#969696;
	font-size:22px;
}
.row-top-blog .top-blog-inner .blog-search .btn-toggle-mobile{
	display:none;

}
.row-top-blog .menu-cat{
	flex:1;
}
.row-top-blog .menu-cat ul{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	gap:15px 20px;
	margin:0;
}
.row-top-blog .menu-cat ul li{
	margin:0 !important;
}
.row-top-blog .menu-cat ul li a{
	font-size:18px;
	font-weight:700;
	transition:all 0.3s;
	display:flex;
	align-items:center;
	justify-content:center;
	white-space:nowrap;
	height:46px;
	padding:0 10px;
	color:#404041;
}
.row-top-blog .menu-cat ul li a:hover{
	color:var(--do);
	transform:scale(1.05);
}

h1.title-cat{
	font-size:22px;
	line-height:1.35;
	margin:0 0 16px;
}
#post-list .post-item .col-inner,
.related-posts .post-item .col-inner{
	background:#fff;
	border:1px solid #ececec;
	border-radius:6px;
	overflow:hidden;
}
#post-list .post-item .box-image .image-cover{
	padding-top:65% !important;
}
#post-list .post-item .col-inner:hover .box-image img{
	transform:scale(1.1);
}

.blog-wrapper > .row.row-large-t > .large-4.col{
	flex-basis: unset;
	width: 400px;
	max-width:unset;
	flex-shrink:0;
}
.blog-wrapper > .row.row-large-t > .large-8.col:not(.tai-lieu){
	flex-basis: unset;
	max-width: unset;
	flex:1;
}
/* Post sidebar */
aside{
	margin:0 !important;
}
.row-sidebar .col-content:last-child{
	padding-bottom:0;
}
.row-sidebar .title-sidebar p{
	margin:0 0 16px;
	font-size:22px;
	line-height:1.35;
	font-weight:700;
}
.row-sidebar .post-new .post-item{
	padding-bottom:0;
}
.row-sidebar .post-new .post-item .col-inner{
	padding:10px 0;
	border-bottom:1px dashed #ececec;
}
.row-sidebar .post-new .post-item:first-child .col-inner{
	padding-top:0;
}
.row-sidebar .post-new .post-item .box-image{
	display:none;
}
.row-sidebar .post-new .post-item .box-text {
	padding:0;
}
.row-sidebar .post-new .post-item .post-title{
	margin:0;
}
.row-sidebar .post-new .post-item .post-title a{
	font-size:16px;
	font-weight:600;
	color:#404041;
}
.row-sidebar .post-new .post-item .post-title a:hover{
	color:var(--do);
}
.row-sidebar .product-hot .col-inner{
	border-radius:6px;
	overflow:hidden;
}
.row-sidebar .product-hot .product-small :is(.before-box-img,.after-box-text){
	display:none;
}
.row-sidebar .product-hot .product-small .box-text{
	padding:10px;
	z-index:2;
}
.row-sidebar .product-hot .product-small .product-title{
	margin:0 0 5px;
}
.row-sidebar .product-hot .product-small .product-title a{
	font-size:17px;
	font-weight:700;
	color:#fff;
}
.row-sidebar .product-hot .product-small .overlay-tools{
	margin:0;
}
/* Chi tiết tin tức */
.blog-wrapper.blog-single{
	padding-top:0;
}
.entry-header-text-top{
	padding-bottom:15px;
}
.blog-single h1.entry-title{
	text-align:center;
	font-size:30px;
	line-height:1.35;
}
.date-blog{
	font-size:15px;
	text-align:center;
	color:#6d6d6d;
}
.date-blog i{
	font-size:14px;
}
.divider-s{
	height:2px;
	width:40px;
	background:#e81c24;
	margin:5px auto 0;
}
.related-posts h3.txt-title{
	font-size:24px;
	line-height:1.35;
	margin:0 0 15px;
	font-weight:600;
}

.row-end-post .col-btn > .col-inner{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:15px;
}
.row-end-post .col-btn a{
	margin:0;
	border-radius:5px;
	padding:4px 25px;
	color:#fff;
	font-size:16px;
	font-weight:500;
	box-shadow:none !important;
	border:1px solid #d19c25;
	min-width:200px;
}
.row-end-post .col-btn a.btn1{
	background-color:#d19c25;
}

.row-end-post .col-btn a.btn2{
	background-color:transparent;
	border-color:#fff;
}
.row-end-post .col-btn a:hover{
	background-color:var(--do);
	border-color:var(--do);
}

/* Trang 360 */
body.single-360 .blog-wrapper{
	padding:0;
}
body.single-360 .blog-wrapper :is(.row-top-blog,.post-sidebar){
	display:none;
}
body.single-360 .header-wrapper.stuck{
	display:none;
}
.blog-wrapper .row-iframe360{
	max-width:100%;
}
.blog-wrapper .row-iframe360 > .col{
	padding:0;
}
.blog-wrapper .row-iframe360 .iframe-360{
	height:100vh;
}
.blog-wrapper .row-iframe360 .iframe-360 iframe{
	width:100%;
	height:100%;
	border:none;
	margin:0;
}

/* Trang tài liệu */
.box-dk-tl{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
}
.box-dk-tl > div{
	width:calc(50% - 10px);
}
.box-dk-tl .box-form .txt-title{
	font-size:25px;
	font-weight:700;
	line-height:1.35;
	margin:0 0 20px;
}
.box-dk-tl .box-form h1{
	font-size:16px;
	font-weight:700;
	margin:0 0 20px;
}
.form-tl button[type=submit]{
	margin:0;
	width:100%;
	height:55px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:5px;
	background:var(--do);
	color:#fff;
	font-size:15px;
	font-weight:500;
}
.form-tl button[type=submit]:hover{
	background:#cb030b;
}
.form-tl button[type=submit] i{
	margin-right:5px;
}

/* Trang giới thiệu */
.sec-banner-gt .banner h1{
	font-size:40px;
	font-weight:700;
	margin:0 0 15px;
}
.sec-banner-gt .banner p{
	margin:0;
	font-size:18px;
}
.ul-tn-sm ul{
	margin:0;
	display:flex;
	justify-content:center;
}
.ul-tn-sm ul li{
	margin:0 !important;
	list-style:none;
	position:relative;
	padding:0 25px;
	display:flex;
	align-items:center;
}
.ul-tn-sm ul li:before{
	content:'';
	width:14px;
	height:14px;
	flex-shrink:0;
	background:var(--vang);
	margin-right:6px;
}
.counter-gioi-thieu .box-counter{
	width:max-content;
	max-width:100%;
	margin:0 auto;
	padding:0 15px 5px;
	background:url(/wp-content/uploads/2026/03/bg-coner.png) no-repeat;
	background-position:left bottom;
	background-size:35px;
}
.counter-gioi-thieu .box-counter h4{
	font-size:69px;
	color:var(--vang);
	line-height:1;
	margin:0 0 10px;
	position:relative;
}
.counter-gioi-thieu .box-counter h4:after{
	content:'+';

}
.counter-gioi-thieu .box-counter p{
	font-size:19px;
	font-weight:600;
	margin:0;
}
.sec-lvhd-gioi-thieu .icon-box .icon-box-img{
	width:60px !important;
	height:60px;
	background:var(--vang);
}
.sec-lvhd-gioi-thieu .icon-box .icon-box-img img{
	width:40px;
}
.sec-lvhd-gioi-thieu .banner-lv p{
	font-size:35px;
	font-weight:700;
	line-height:1.35;
}
.sec-lvhd-gioi-thieu .banner-lv .banner-bg:before{
	content: '';
	position: absolute;
	top: 33%;
	transform: translateY(-50%) skew(60deg);
	left: 0;
	width: 65%;
	height: 200%;
	background: #0e1a4a;
	z-index: 1;
	opacity:0.5;
}
.banner-layers{
	position:relative;
	z-index:2;
}
.sec-doitac-gioithieu .ga-doitac2 .box-image {
	padding-top:60px !important;
}
.sec-doitac-gioithieu .ga-doitac2 .box-image img{
	height:unset;
	width:unset;
	max-height:100%;
	max-width:100%;
	top: 50%;
	transform: translateY(-50%);
}


/* Danh mục sản phẩm */
body.archive :is(#main, #wrapper),body.single-post :is(#main, #wrapper){
	background-color:#F9F9F9 !important;
}
.category-page-row > .col.large-3{
	flex-basis: 20%;
	max-width: 20%;
}
.category-page-row > .col.large-9{
	flex-basis: 80%;
	max-width: 80%;
}
.woof_redraw_zone .woof_container{
	margin:0;
	padding:0;
}
.woof_redraw_zone select{
	margin:0;
}
.woof_redraw_zone :is(input:not([type=checkbox]),select){
	height:45px;
	box-shadow:none !important;
	border:1px solid #ececec;
}
#shop-sidebar{
	padding-top:15px;
}
#shop-sidebar .woof_redraw_zone .woof_container{
	margin-bottom:15px;
}
#shop-sidebar .woof_redraw_zone :is(input:not([type=checkbox]),select){
	border:none;
	border-radius:6px;
	border-bottom:2px solid var(--do);
}
#shop-sidebar .woof_redraw_zone .woof_list_checkbox li label{
	margin:0 0 0 10px;
	padding:0;
	font-size:18px;
	font-weight:400;
}
#shop-sidebar .woof_redraw_zone .woof_list_checkbox li + li{
	margin-top:12px !important;
}
.woof_list_checkbox li div {
	margin-top: 0;
}
.row-shop-sidebar .txt-title h4,.row-shop-sidebar .woof_container_inner h4{
	font-size:18px;
	line-height:1.35;
	margin:0 0 15px;
}
.row-shop-sidebar .txt-title h4 i{
	margin-right:6px;
}

.category-page-row .box-title-cat {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-bottom:20px;
}
.category-page-row .box-title-cat h1.title-danh-muc-sp{
	font-size:29px;
	margin:0;
}
form.woocommerce-ordering select{
	border-radius:6px;
	font-size:14px;
}
.category-page-row .box-title-cat .box-loc .woocommerce-result-count:not(.custom-result-label){
	display:none;
}


/* Chi tiết sản phẩm - Chi tiết Dự án */
.product-template-default .header-wrapper.stuck{
	position:relative;
	opacity:0;
	visibility:hidden;
}
.menu-fix-pro{
	position: sticky;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 9;
}
.sec-form-du-an .row-form > .col > .col-inner{
	padding:40px;
	overflow:hidden;
	background:#fff;
}
.sec-form-du-an .row-form .col-left > .col-inner{
	background:url('/wp-content/uploads/2026/03/bg-form-du-an.webp') no-repeat;
	background-size:cover;
	background-position:center;
	border-radius:15px 0 0 15px;
	padding:40px 30px;
}
.sec-form-du-an .row-form .col-right > .col-inner{
	border-radius:0 15px 15px 0;
}
.sec-form-du-an .logo-form img{
	max-width:100px;
	margin:0 auto;
	display:block;
}
.sec-form-du-an .icon-box .icon-box-img{
	width:18px !important;
}
.sec-form-du-an .icon-box .icon-box-text{
	padding-left:8px;
	padding-top:5px;
}
.sec-form-du-an .icon-box h3{
	font-weight:300;
	margin:0 0 5px;
	line-height:1;
	font-size:16px;
}
.sec-form-du-an .icon-box p{
	font-size:15px;
	line-height:1.35;
	margin:0;
	font-weight:300;
}
.sec-form-du-an form input[type=submit]{
	width:100%;
	height:60px;
}







.sec-top-page-pro .cap-top-title-product{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	padding-bottom:12px;
}
.sec-top-page-pro .cap-top-title-product :is(a,span){
	padding:6px 8px;
	font-size:13px;
	font-weight:500;
	background:#fff;
	color:#930b13;
	border:1px solid #930b13;
	line-height:1.35;
	border-radius:6px;
}
.sec-top-page-pro .cap-top-title-product span{
	background:#930b13;
	color:#fff;
}
h1.product-title{
	font-size:30px;
	line-height:1.2;
	margin:0 0 10px;
}
.vitri-sp > div + div{
	padding-top:5px;
}
.vitri-sp > div {
	font-size:18px;
}
.vitri-sp > div i{
	margin-right:5px;
	font-size:16px;
}
.menu-fix-pro {
	border-bottom:1px solid #ececec;
}
.menu-fix-pro .ux-menu{
	flex-direction:row;
	overflow:auto;
}
.menu-fix-pro .ux-menu a{
	min-height:unset;
	line-height:1.35;
	padding:0 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	height:60px;
	font-size:18px;
	font-weight:700;
	color:#404041;
	position:relative;
	white-space:nowrap;
}
.menu-fix-pro .ux-menu a:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:3px;
	background:#930b13;
	transition:all 0.3s;
	opacity:0;
	visibility:hidden;
}
.menu-fix-pro .ux-menu .ux-menu-link.active a:before,
.menu-fix-pro .ux-menu a:hover:before{
	opacity:1;
	visibility:visible;
}

.sec-tien-ich-pro .col-tienich{
	padding-bottom:0;
}
.sec-tien-ich-pro .col-tienich .icon-box{
	margin-bottom:15px;
}
.sec-tien-ich-pro .col-tienich .icon-box .icon-box-text{
	padding:0 0 0 5px;
}

.sec-mat-bang-pro{}
.tabbed-content > ul.nav-tabs li{
	margin:0 3px;
}
.tabbed-content > ul.nav-tabs li a{
	padding:10px 15px;
	background:#930b132e;
	font-size:14.4px;
	font-weight:500;
	color:#404041;
	border:none;
	border-radius:6px 6px 0 0;
}
.tabbed-content > ul.nav-tabs li.active a{
	color:#fff;
	background:#930b13;
}
.nav-tabs+.tab-panels{
	border:none;
	padding:0;
}

.sec-nha-mau-pro .post-item .col-inner{
	background:#404041;
}
.sec-nha-mau-pro .post-item .post-title{
	margin:0 0 20px;
}
.sec-nha-mau-pro .post-item .post-title a{
	font-size:16px;
	font-weight:600;
	color:#fff;
	min-height:44px;
}
.sec-nha-mau-pro .post-item .box-text{
	padding:20px;
}
.sec-nha-mau-pro .post-item a.button{
	padding:9px 30px;
	background:#e81c24;
	font-size:15px;
	font-weight:500;
	text-transform:initial;
	min-height:unset;
	line-height:1.35;
	border-radius:6px;
}

.sec-thu-vien-pro .post-tai-lieu .post-item .col-inner{
	border-radius:5px;
	overflow:hidden;
}
.sec-thu-vien-pro .post-tai-lieu .post-item .box-text{
	padding: 20px 20px 20px 20px;
	background-color: #40404178;
}
.sec-thu-vien-pro .post-tai-lieu .post-item .post-title a{
	font-size:16px;
	font-weight:600;
	color:#fff;
	text-shadow:none;
}
.sec-thu-vien-pro .post-tai-lieu .post-item a.button{
	border-radius:6px;
	font-size:16px;
	font-weight:400;
	padding:10px 20px;
	text-transform:initial;
	min-height:unset;
	line-height:unset;
	border:none;
	background-color:#e81c24;
}


.tabbed-content > ul.nav-outline{
	width:max-content;
	max-width:100%;
	margin:0 auto;
	background:#DEDEDE;
	border-radius:999px;
}
.tabbed-content > ul.nav-outline li a{
	padding:0 30px;
	height:58px;
	white-space:nowrap;
	font-size:18px;
	font-weight:600;
	color:#000;
	border:none;
	border-radius:999px;
}
.tabbed-content > ul.nav-outline li.active a{
	background:var(--xanh);
	color:#fff;
}

.row-sidebar-pro .col-content{
	padding-bottom:20px;
}
.row-sidebar-pro .col-content:last-child{
	padding-bottom:0;
}
.row-sidebar-pro .col-content > .col-inner{
	background:#fff;
	padding:30px;
	border-radius:10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / .1);
}
.row-sidebar-pro .col-txt-holine p{
	margin:0;
	font-size:18px;
	line-height:1.35;
}
.row-sidebar-pro .col-txt-holine p + p{
	margin-top:15px;
}
.row-sidebar-pro .col-txt-holine p i{
	width:22px;
	color:#930b13;
}
.row-sidebar-pro .col-btn .txt-title p{
	margin:0 0 20px;
	font-size:25px;
	font-weight:700;
	line-height:1.35;
}
.row-sidebar-pro .col-btn a.button{
	width:100%;
	margin:0;
	background-color:#fff;
	border:1px solid #930b13;
	color:#930b13;
	font-size:16px;
	font-weight:600;
	border-radius:6px;
	box-shadow:none !important;
	line-height:1.35;
	height:58px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.row-sidebar-pro .col-btn a.button.btn-popup{
	background-color:#930b13 !important;
	color:#fff;
	margin-bottom:20px;
}
.row-sidebar-pro .col-btn a.button:hover{
	transform:translatey(-3px);
}

.row-sidebar-pro .col-soso > .col-inner{
	display:flex;
	justify-content:space-between;
	padding:30px 30px 10px;
}
.row-sidebar-pro .col-soso > .col-inner > a{
	width:calc(100% / 4 - 5px);
	flex-shrink:0;
}
.row-sidebar-pro .col-soso .icon-box .icon-box-img{
	margin-bottom:10px;
}
.row-sidebar-pro .col-soso .icon-box p{
	margin:0;
	text-align:center;
}

.pum-container form input[type=submit]{
	width:100%;
	background-color:#e81c24;
	font-size:16px;
	font-weight:500;
}
.form-call-back p.label{
	font-size:18px;
	margin:0 0 5px;
}
.pum-close.popmake-close{
	margin:0;
	width:30px;
	height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
}


/* Trang form đăng ký ứng tuyển */
.form-ung-tuyen input[type=submit]{
	width:100%;
	font-weight:500;
	font-size:16px;
	background-color:#E81C24;
}

.btn-zalo-fix{
	width:max-content;
	position:fixed;
	left:15px;
	bottom:55px;
	z-index:9;
}
.btn-zalo-fix a{
	padding: 5px 8px;
	background: #ee0d17;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	border-radius: 6px;
}
.btn-hotline-fix{
	position:fixed;
	left:15px;
	bottom:0px;
	z-index:9;
}
.btn-hotline-fix a img{
	height:46px;
}

.btn-nhan-tin{
	position:fixed;
	top:50%;
	transform:translatey(-50%);
	right:0;
	z-index:9;
}
.btn-nhan-tin a {
	height: auto;
	background-color: var(--do);
	border-radius: 8px 0 0 8px;
	display: flex;
	padding: 10px 5px;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	position: relative;
	transition: all 0.3s;
	text-transform:uppercase;
	border:1px solid #fff;
	border-right:0;
}
.btn-nhan-tin a span{
	white-space: nowrap;
	font-weight: bold;
	writing-mode: vertical-rl;
	transform: rotateZ(180deg);
	font-size: 12px;
}

.form-popup-nhan-tin h3{
	font-size:24px;
	text-transform:uppercase;
	margin:0 0 10px;
	color:#fff;
	text-align:center;
}
.form-popup-nhan-tin p.sub-title{
	margin:0 0 20px;
	color:#fff;
	text-align:center;
}

.sidebar-menu li a{
	font-size:16px;
	color:var(--xanh);
	font-weight:500;
}



@media only screen and (max-width:1400px){
	.blog-wrapper > .row.row-large-t > .large-4.col {
		width: 350px;
	}
	.row-top-blog .top-blog-inner .blog-search {
		max-width: 320px;
	}
	.header-nav-main > li > a {
		padding-left:15px;
		padding-right:15px;
	}
	
}
@media only screen and (max-width:1200px){

	.category-page-row > .col.large-3,
	.category-page-row > .col.large-9{
		flex-basis: 100%;
		max-width: 100%;
	}
	.blog-wrapper > .row.row-large-t > .large-4.col{
		width: 300px;
	}
	.row-top-blog .top-blog-inner .blog-search {
		max-width: 270px;
	}
	#shop-sidebar {
		padding-top: 0;
	}
	#shop-sidebar .woof_redraw_zone{
		display:flex;
		flex-wrap:wrap;
		gap:0 15px;
		margin-right:-15px;
	}
	#shop-sidebar .woof_redraw_zone .woof_container{
		width:calc(100% / 3 - 15px);
	}
	#shop-sidebar .woof_redraw_zone .woof_container.woof_container_tinh_trang {
		width:100%;
	}
	#shop-sidebar .woof_redraw_zone .woof_container.woof_container_tinh_trang .woof_list_checkbox{
		display:flex;
		flex-wrap:wrap;
		gap:15px 30px;
	}
	#shop-sidebar .woof_redraw_zone .woof_container.woof_container_tinh_trang .woof_list_checkbox li{
		margin:0 !important;
	}
	.sec-tong-quan-pro :is(.col-left,.col-right){
		flex-basis: 100%;
		max-width: 100%;
	}
	.row-sidebar-pro .col-btn .row-con > .col{
		flex-basis: 50%;
		max-width: 50%;
	}
	.row-sidebar-pro .col-btn .txt-title p {
		margin: 0;
	}
	.row-top-f .col-content {
		flex-basis: calc(100% / 3);
		max-width: calc(100% / 3);
	}
}
@media only screen and (max-width:991px){

}
@media only screen and (max-width:849px){
	.order-1-tablet{
		order:-1;
	}
	.blog-wrapper > .row.row-large-t > .large-4.col {
		width: 100%;
	}
	.sec-banner-home{
		min-height: 700px !important;
	}
	.sec-banner-home .video-bg{
		display:block !important;
	}
	.sec-banner-home .txt-title h1 {
		font-size: 38px;
		line-height: 1.5;
		margin:0 0 25px;
	}
	.box-why .txt-number {
		width: 90px;
		height: 90px;
	}
	.map-lh {
		height: 450px;
	}

	#post-list .col.post-item{
		flex-basis: 50%;
		max-width: 50%;
	}
	.blog-wrapper .row-iframe360 .iframe-360{
		height:80vh;
	}
	.sec-lvhd-gioi-thieu .banner-lv p {
		font-size: 24px;
	}
	.counter-gioi-thieu .box-counter h4 {
		font-size: 46px;
	}
	.counter-gioi-thieu .box-counter p {
		font-size: 16px;
	}
	.post-tuyen-dung .post-item .box-image {
		width: 200px !important;
	}
	.sidebar-td .post-td-khac .post-item .box-image {
		width: 200px !important;
		min-height:150px;
	}
	.sec-form-du-an .row-form .col-left,
	.sec-form-du-an .row-title .col-left{
		flex-basis: 38%;
		max-width: 38%;
	}
	.sec-form-du-an .row-form .col-right,
	.sec-form-du-an .row-title .col-right{
		flex-basis: 62%;
		max-width: 62%;
	}
	.sec-form-du-an .row-form > .col > .col-inner {
		padding: 30px;
	}
	.sec-form-du-an .row-form .col-left > .col-inner {
		padding: 30px 20px;
	}
	.product-small .before-box-img .label .label-item.cat{
		display:none;
	}
	.row-sidebar .product-hot .product-small .box-image .image-cover{
		padding-top:130% !important;
	}
	.row-sidebar .product-hot .product-small .before-box-img{
		display: block;
	}
	.row-contact-lh {
		position: relative;
		left: unset;
		top: unset;
		transform: unset;
		margin-top: 15px;
	}
	.col-contact-lh > .col-inner{
		border-radius:10px;
	}
	.page-id-1082 .sec-form-f{
		padding-top:30px !important;
	}
}
@media only screen and (max-width:568px){
	.order-1{
		order:-1;
	}
	.btn-link-header{
		display:none;
	}
	.product-small .vitri-vl {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 12px !important;
	}
	.product-small .product-title a{
		font-size: 16px !important;
		font-weight: 600 !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.pro-overlay .product-small .box-text, .products .product-small .box-text {
		padding: 10px 5px;
	}
	.product-small .before-box-img .gia-du-an{
		display:none;
	}

	.product-small .before-box-img {
		align-items: flex-start;
		padding: 5px;
		flex-direction: column;
	}
	.product-small .before-box-img .label .label-item a {
		padding: 4px 5px;
		font-size: 11px;
		font-weight: 400;
		border: none;
		border-radius: 5px;
	}
	.row-top-f{
		padding-bottom:10px;
	}
	.row-top-f .col-content {
		flex-basis: calc(100% / 2);
		max-width: calc(100% / 2);
	}
	.name-f p {
		font-size: 28px;
	}
	.sec-banner-home{
		min-height:unset !important;
		padding-top:120px !important;
		padding-bottom:60px !important;
	}
	.sec-banner-home .goiy .list-keyword {
		display: flex;
		align-items: flex-start;
		gap: 10px;
		flex-direction: column;
	}
	.sec-banner-home .txt-sub-title p {
		font-size: 13.4px;
		margin: 0 0 15px;
	}
	.sec-banner-home .txt-title h1 {
		font-size: 18px;
	}
	.sec-banner-home form.project-product-search-form button[type=submit] {
		font-weight: 400;
		padding: 8px !important;
		font-size: 14px;
	}
	.sec-gioithieu-home .row-box {
		margin-top: 0;
	}
	.sec-gioithieu-home .row-box .box-item .box .box-text p {
		font-size: 14.4px;
		font-weight: 600;
	}
	.sec-banner-home form.project-product-search-form :is(input,button) {
		height: 45px !important;
	}
	.btn-link-section {
		padding: 10px 30px;
	}
	.ga-doitac .box-image {
		padding-top: 43% !important;
	}
	.row-slider.slider-btnnav-buttom button.flickity-button {
		width: 40px !important;
		height: 40px !important;
		font-size: 16px;
	}
	.box-sp-noibat .image-cover{
		padding-top: 75% !important;
	}
	.box-why .txt-number {
		width: 55px;
		height: 55px;
	}
	.box-why .txt-number p {
		font-size: 20px;
	}
	.map-lh {
		height: 350px;
	}

	.form-flex .r50 {
		width: 100%;
	}
	.row-top-blog .top-blog-inner .blog-search {
		max-width: unset;
		position:relative;
		width:30px;
		height:30px;
		background:transparent;
		border:1px solid #ccc;
		border-radius:5px;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.row-top-blog .top-blog-inner .blog-search form{
		position:absolute;
		right:-15px;
		width:100vw;
		background:#fff;
		z-index:5;
		padding:15px;
		height:unset;
		top:calc(100% + 15px);
		transition: all 0.3s;
		transform-origin: top center;
		transform: rotateX(90deg);
	}
	.row-top-blog .top-blog-inner .blog-search.active form{
		transform: rotateX(0deg);
	}
	.row-top-blog .top-blog-inner .blog-search form :is(input,button){
		height:40px;
	}
	.row-top-blog .top-blog-inner .blog-search form button{
		width:40px;
		right:15px;
		top:50%;
		transform:translatey(-50%);
		font-size:18px;
		background:#ececec;
		border-radius:0 5px 5px 0;
	}
	.row-top-blog .top-blog-inner .blog-search .btn-toggle-mobile{
		display:flex;
		width:100%;
		height:100%;
		align-items:center;
		justify-content:center;
		font-size:15px;
		color: #404041;
	}
	.row-top-blog .top-blog-inner .blog-search .btn-toggle-mobile.active i:before{
		content:'\f00d';
		font-family:'fontawesome';
	}


	.row-top-blog .menu-cat ul {
		gap: 12px 20px;
		flex-wrap:nowrap;
		overflow:auto;
	}
	.row-top-blog .menu-cat ul li a {
		font-size: 15px;
		font-weight: 500;
		padding:5px 0;
		height:unset;
	}
	#post-list .col.post-item{
		flex-basis: 100%;
		max-width: 100%;
	}
	.blog-wrapper .row-iframe360 .iframe-360{
		height:70vh;
	}
	.sec-banner-gt .banner h1 {
		font-size: 24px;
	}
	.sec-banner-gt .banner p {
		font-size: 14px;
	}
	.ul-tn-sm ul {
		display: block;
	}
	.ul-tn-sm ul li {
		padding: 0 0 5px;
		justify-content: center;
	}
	#shop-sidebar .woof_redraw_zone {
		margin-right: 0;
	}
	#shop-sidebar .woof_redraw_zone .woof_container {
		width: 100%;
	}
	.category-page-row .box-title-cat h1.title-danh-muc-sp {
		font-size: 26px;
	}
	.row-sidebar-pro .col-btn .row-con > .col {
		flex-basis: 100%;
		max-width: 100%;
	}
	.row-sidebar-pro .col-btn .txt-title p {
		margin: 0 0 15px;
		font-size:22px;
	}
	.row-sidebar-pro .col-btn a.button.btn-popup {
		margin-bottom: 15px;
	}
	.row-sidebar-pro .col-content > .col-inner {
		padding: 20px;
	}
	.row-sidebar-pro .col-soso .icon-box p {
		font-size: 14px;
	}
	.sec-top-page-pro .cap-top-title-product :is(a,span) {
		padding: 5px 8px 5px;
		font-size: 12px;
		border-radius: 5px;
	}
	.vitri-sp > div {
		font-size: 16px;
	}
	h1.product-title {
		font-size: 26px;
	}
	.menu-fix-pro .ux-menu a {
		padding: 0 15px;
		height: 50px;
		font-size: 16px;
		font-weight: 600;
	}
	.post-tuyen-dung .post-item .box{
		flex-direction:column;
	}
	.post-tuyen-dung .post-item .box-image {
		width: 100% !important;
		flex-shrink: 0;
		min-height: unset;;
	}
	.post-tuyen-dung .post-item .box-image .image-cover {
		padding-top: 75% !important;
		height: unset;
	}
	.post-tuyen-dung .post-item .box-text {
		flex-direction: column;
		padding: 15px 0 0;
	}
	.sidebar-td > .col-content > .col-inner {
		padding: 20px;
	}
	.sidebar-td .post-td-khac .post-item .box {
		flex-direction: column;
	}
	.sidebar-td .post-td-khac .post-item .box-image {
		width: 100% !important;
		min-height: unset;
	}
	.sidebar-td .post-td-khac .post-item .box-text {
		padding: 10px;
	}
	.banner-cat-tuyen-dung h1 {
		font-size: 30px;
	}
	.sec-form-du-an .row-form .col-left,
	.sec-form-du-an .row-title .col-left,
	.sec-form-du-an .row-form .col-right,
	.sec-form-du-an .row-title .col-right{
		flex-basis: 100%;
		max-width: 100%;
	}
	.sec-form-du-an .row-form > .col > .col-inner {
		padding: 30px 20px;
	}
	.sec-form-du-an .row-form .col-left > .col-inner {
		border-radius: 15px 15px 0 0;
	}
	.sec-form-du-an .row-form .col-right > .col-inner {
		border-radius: 0 0 15px 15px;
	}
	.sec-form-du-an form input[type=submit] {
		height: 50px;
	}
	.box-dk-tl > div {
		width: 100%;
	}
	.blog-wrapper.blog-single{
		/* 		padding-top:0; */
	}
	#top-link{
		width: 35px;
		height: 35px;
		bottom:50px;
	}
	.post-360-home .post-item .box-text{
		padding:10px 10px 15px;
	}
	.form-popup-nhan-tin h3 {
		font-size: 20px;
	}
	#popmake-1874{
		padding:25px 15px !important;
	}
	.blog-single h1.entry-title {
		font-size: 22px;
	}
	.related-posts h3.txt-title {
		font-size: 22px;
	}
	.row-end-post .col-btn > .col-inner {
		flex-direction: column;
	}

}
@media only screen and (max-width:410px){

}
