/*
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{
	src: url('fonts/Muli-Regular.ttf');
	font-family: 'Muli-R';
}
@font-face{
	src: url('fonts/Muli-Bold.ttf');
	font-family: 'Muli-B';
}
@font-face{
	src: url('fonts/Muli-ExtraBold.ttf');
	font-family: 'Muli-ExB';
}
@font-face{
	src: url('fonts/Muli-Black.ttf');
	font-family: 'Muli-Black';
}
@font-face{
	src: url('fonts/Muli-Italic.ttf');
	font-family: 'Muli-I';
}
:root{
	--second: #dd721b;
	--third: #FF6B3E;
}
p, li, a, div{
	font-family: 'Muli-R';
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Muli-ExB' !important;
	font-weight: 400 !important;
}
strong, b{
	font-family: 'Muli-B' !important;
}
.header-nav.nav li a{
	font-family: 'Muli-ExB';
	font-size: 15px;
}
.header-nav.nav > li:before, .header-nav.nav > li:after, .header-nav.nav > li > a i{
	display: none;
}
.nav-spacing-large>li {
    margin: 0 17px;
}
.footer-secondary {
	display: none;
}
.copyright-footer{
	font-size: 13px;
	color: var(--primary-color);
}
.copyright-footer a{
	color: var(--primary-color);
}
.absolute-footer{
	padding: 10px 0;
}
.chantrang p, .chantrang li{
	margin-bottom: 5px;
	font-size: 15px;
}
.chantrang a{
	font-size: 15px;
}
.chantrang .social-icons a{
	margin-left: 0 !important;
	margin-right: 12px !important;
}
.td-foot .section-title{
	border-bottom:0;
}
.td-foot .section-title span{
	font-size: 18px; 
	font-weight: 400;
	font-family: 'Muli-B';
	letter-spacing: 0.5px;
	border-bottom: 0;
	position: relative;
	padding-bottom: 5px;
}
.td-foot .section-title span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    display: inline-block;
    background-color: var(--second);
}
.img-w img{
	filter: brightness(0) invert(1);
}
.formlh input, .formlh textarea{
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 5px; 
	box-shadow: none !important;
}
.formlh .row{
	margin: 0 !important;
}
.formlh .row input[type='submit']{
	width: 100%;
}
.formlh .row > div{
	padding: 0 8px;
}
.wpcf7-spinner{
	display: none;
}
.wpcf7-form.init{
	margin-bottom: 0;
}
.dangky h3{
	font-size: 22px;
	margin-bottom: 0;
}
.lienhe p{
	margin-bottom: 5px;
}
.lienhe .formlh input[type='submit'], .formdl input[type='submit']{
	text-transform: initial;
	font-weight: 400;
}
.text-map iframe{
	width: 100%;
	height: 700px;
}
.lienket-page h1, .shop-page-title h1{
	font-size: 34px; 
	font-family: 'Muli-Black' !important; 
	font-weight: 400;
	text-shadow: none;
	position: relative;
	color: #000;
	margin-bottom: 0;
	text-transform: uppercase;
}
.lienket-page h1:after, .shop-page-title h1:after {
    content: '';
    width: 70%;
    height: 3px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    bottom: -5px;
    left: 15%;
}
.doitac .box-text p{
	font-size: 22px;
	color: #003188; 
	font-family: 'Muli-B' !important;
}
.doitac .box-text{
	padding: 17px 0 0 0;
}
.doitac .box-text:before{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #16BBE1;
    height: 3px;
    width: 80px;
	display: block;
}
.section-title-container b{
	opacity: 0;
}
.section-title-container .section-title-main{
	font-family: 'Muli-ExB' !important;
	font-size: 27px;
}
.col-bot{
	padding-bottom: 0;
}
.daily > .col-inner > .row > div:first-child p{
	margin-bottom: 0;
	font-size: 18px;
	font-family: 'Muli-B' !important;
	line-height: 1.4em;
}

.align-middle {
    align-self: unset !important;
}
.formdl .row > div{
	padding: 0;
}
.formdl .row > div:first-child input{
	font-size: 16px;
	background-color: transparent;
	border-radius: 5px 0 0 5px;
}
.formdl input{
	height: 42px;
	border: 1px solid var(--primary-color);
	width: 100%;
}
.formdl input[type='submit']{
	border-radius: 0 5px 5px 0;
}
.lienket-page2 .page-title-inner{
	padding-top: 0;
	padding-bottom: 0;
}
.lienket-page2 .breadcrumbs, .lienket-page2 .breadcrumbs a, .lienket-page2 .breadcrumbs span{
	text-transform: initial;
	font-weight: 400;
	color: #000;
}
.blog-wrapper .lienket-page, .blog-archive .lk-post{
	display: none;
}
.blog-wrapper {
	padding-top: 0;
}
.blog-archive .archive-page-header{
	height: 120px;
	display: flex;
	background-image: url('/wp-content/uploads/2023/02/bg-archives.png');
	background-repeat: no-repeat;
	align-items: center;
	background-size: cover;
	background-position: 50% 50%;
}
.blog-archive .archive-page-header .col{
	padding-bottom: 0;
}
.blog-archive .archive-page-header h1{
	font-size: 34px; 
	font-family: 'Muli-Black' !important; 
	font-weight: 400;
	margin-bottom: 0;
}
.blog-archive .archive-page-header h1 span{
	font-family: 'Muli-Black' !important; 
	font-weight: 400;
	position: relative;
}
.blog-archive .archive-page-header h1 span:after {
    content: '';
    width: 70%;
    height: 3px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    bottom: -5px;
    left: 15%;
}
em{
	color: #f0506e !important;
}
.blog-wrapper > .row-large{
	padding-top: 20px;
}
.post-sidebar{
	padding-left: 0 !important;
}
.header-nav.nav .sub-menu{
	padding: 0;
	border: 0;
	background-color: rgba(255, 255, 255, 0.9);
}
.header-nav.nav .sub-menu li a{
	font-weight: 400;
	font-family: 'Muli-B' !important;
	font-size: 14.5px; 
	color: #111;
	padding: 12px 15px 10px 15px;
	margin: 0;
	border-bottom: 0;
}
.header-nav.nav .sub-menu li:hover a{
	background-color: #111;
	color: #fff;
}
.header-nav.nav > li > a:before {
    content: '';
    transition: all 0.2s;
    width: 0px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 9px;
    height: 2px;
    background-color: var(--second);
}
.header-nav.nav > li.active > a:before, .header-nav.nav > li:hover > a:before {
    width: 50%;
}
.blog-archive .post-item .is-divider{
	display: none;
}
.blog-archive .large-9 .post-item h5{
	font-size: 16px; 
	font-family: 'Muli-B' !important;
	margin-bottom: 10px;
	line-height: 1.4em;
}
.blog-archive .post-item .image-cover{
	padding-top: 65% !important;
}
.blog-archive .post-item .from_the_blog_excerpt {
	margin-bottom: 7px;
	font-size: 15px;
}
.view{
	font-size: 13px;
	margin-bottom: 10px;
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
}
.btn-post button{
    margin: 0;
    font-size: 13px;
    border-radius: 99px;
    background-color: var(--third);
    color: #fff;
    text-transform: initial;
    font-weight: 400;
    min-height: 26px;
    padding: 0 8px;
    line-height: 25px;
}
.blog-archive .large-9 .post-item .box{
	border-bottom: 1px solid #c4c4c478;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.blog-archive .large-9 .post-item .box .box-text{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.blog-archive .large-9 .post-item{
	padding-bottom: 0;
}
.blog-single h6.entry-category, .blog-single .entry-header-text .is-divider{
	display: none;
}
.blog-single .entry-header-text h1{
	font-size: 24px;
	font-family: 'Muli-B' !important;
	margin-bottom: 15px;
}
.blog-single .article-inner h2, .blog-single .article-inner h3, .blog-single .article-inner h4, .blog-single .article-inner h5, .blog-single .article-inner h6{
	font-family: 'Muli-B' !important;
}
.tt-post{
	display: flex;
	justify-content: space-between;
}
.tt-post > div{
	font-size: 15px;
	line-height: 1.2em;
}
.blog-single  .entry-header-text{
	padding-bottom: 0;
	border-bottom: 1px solid #c4c4c478;
}
.entry-content.single-page P{
	text-align: justify;
}
.btn-post button:hover{
	background-color: transparent;
	border: 1px solid #555;
	color: #555;
}
.btn-top a{
	display: flex;
	align-items: center;
}
.btn-top a span{
	color: #fff;
	font-size: 13px; 
	font-family: 'Muli-B' !important;
}
.btn-top a img{
	margin-right: 10px;
}
.header-top .mobile-nav{
	justify-content: left;
}
.header-top .flex-row > div:nth-child(3){
	width: 50%;
}
.header-top .account-item:before, .header-top .account-item:after {
	display: none;
}
.header-top .account-item a:before{
	content: '';
	display: inline-block;
	background-image: url('/wp-content/uploads/2023/02/svgexport-4.png');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	border: 1px solid #ffffff;
	border-radius: 99px;
}
.header-top .account-item a span{
	color: #fff;
	font-size: 13px;
	font-family: 'Muli-B' !important;
}
.shop-page-title .page-title-inner{
	min-height: 120px;
}
.shop-page-title .breadcrumbs{
	display: none;
}
.woocommerce .lienket-page{
	display: none;
}
.product-small.box .name a{
	font-size: 16px;
	color: #000;
	display: block;
	 display: -webkit-box;
	 height: 47px;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
	 text-overflow: ellipsis;
	line-height: 1.4em;
	margin-bottom: 5px;
	font-family: 'Muli-B' !important;
}
.product-small.box:hover .name a{
	color: var(--second);
}
.product-small.box .price .amount{
	font-size: 16px; 
}
.product-small.box .price .amount bdi, .product-small.box .price .amount span, .sec-sp .price .amount bdi, .sec-sp .price .amount span {
	font-family: 'Muli-B' !important; 
	font-weight: 400;
	color: #EE0000;
}
.product-small.box .box-text{
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.btn-sp {
	margin-top: 10px !important; 
	border-radius: 99px;
	border: 1px solid var(--second);
	color:  var(--second);
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	padding: 4px 20px 3px 20px;
	font-size: 14px;
}
.product-small.box:hover .btn-sp{
	background-color: var(--second);
	transition: all 0.3s ease-in-out;
	color: #fff;
}
.product-small.box .gia{
	display: none;
}
.sec-sp h1.product-title{
	font-size: 28px; 
	font-family: 'Muli-B' !important;
}
.sec-sp .price{
	font-size: 24px;
	margin-bottom: 20px;
}
.vertical-thumbnails::-webkit-scrollbar { 
  width: 0 !important;
  display: none; 
}
.col-ga-sp .large-10{
	padding-bottom: 0;
}
.woocommerce-product-gallery .image-tools{
	display: none;
}
.ttsp .short{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.ttsp .short p{
	margin-bottom: 10px;
	font-size: 15px;
}
.ttsp table td{
	border: 0;
	font-size: 15px;
	padding: 3px 0;
	color: #000;
}
.ttsp table tr td:first-child{
	font-family: 'Muli-B' !important;
}
.ttsp table{
	margin-bottom: 5px;
}
.ttsp .like{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 7px;
    padding-bottom: 5px;
}
.woocommerce-Tabs-panel h2, .woocommerce-Tabs-panel h3, .woocommerce-Tabs-panel h4, .woocommerce-Tabs-panel h5, .woocommerce-Tabs-panel h6{
	font-family: 'Muli-B' !important;
}
.woocommerce-Tabs-panel p, .woocommerce-Tabs-panel li{
	margin-bottom: 5px;
	text-align: justify;
}
aside .is-divider{
	display: none;
}
aside{
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
.widget_custom_html{
	padding: 10px;
}
.widget_custom_html .textwidget{
	font-size: 0;
}
.widget-title {
	display: block;
	font-family: 'Muli-ExB'; 
	background-color: #000;
	color: #fff;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	text-align: center;
	letter-spacing: 0;
}
.widget_products .product-title, .tt-side h5{
	font-size: 12px;
	font-family: 'Muli-B' !important;
	
	display: block;
	 display: -webkit-box;
	 max-width: 100%;
	 height: 34px;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
	 text-overflow: ellipsis;
	line-height: 1.4em;
	color: #000;
	transition: all 0.3s ease-in-out;
}
.product_list_widget li:hover .product-title{
	color: var(--second);
	transition: all 0.3s ease-in-out;
}
.widget_products a{
	margin-bottom: 0 !important;
}
.widget_products .product_list_widget{
	padding: 10px;
}
.widget_products .gia{
	display: none;
}
.widget_products .amount{
	font-size: 13px;
	color: #EE0000;
}
.tt-side .btn-post{
	display: none;
}
.tt-side .box-text{
	padding: 0 0 0 15px;
}
.tt-side{
	padding: 10px !important;
}
.tt-side .view{
	font-size: 12px;
}
.tt-side .post-item:last-child{
	padding-bottom: 0;
}
.row-loai{
	margin: 0 !important;
}
.col-loai{
	padding: 0 !important;
}
.col-100 .col-inner{
	height: 100%;
}
.text-biet{
	padding: 10px 0;
	position: relative;
}
.text-biet p{
	margin-bottom: 10px;
}
.text-biet:before {
    content: '';
    background-image: url('/wp-content/uploads/2023/02/line1.png');
    width: 100%;
    height: 2px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.text-biet:after {
    content: '';
    background-image: url('/wp-content/uploads/2023/02/line1.png');
    width: 100%;
    height: 2px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
}
.col-icon .icon-box-text{
	display: flex;
	align-items: center;
}
.tintuc-home .image-cover{
	border-radius: 6px;
}
.tintuc-home .is-divider, .tintuc-home .btn-post{
	display: none;
}
.tieude span{
	position: relative;
	padding: 0 40px;
	background-color: #fff;
}
.sec1 .tieude span{
	background-color: #f5f5f5;
}
.tieude span:after, .tieude span:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 23px;
    background-repeat: no-repeat;
}
.tieude span:before {
    background-image: url('/wp-content/uploads/2023/02/ico-left.png');
    left: 5px;
}
.tieude span:after {
    background-image: url('/wp-content/uploads/2023/02/ico-right.png');
    right: 5px;
}
.tieude .section-title:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--second);
    display: aboveblock;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.blog-single .entry-content iframe{
	width: 100%;
	height: 600px;
}
.hinhanh .box{
	box-shadow: 0 0 0 1px #ddd;
}
.text-gt p, .text-gt li{
	margin-bottom: 7px;
}
.blog-share{
	text-align: left;
}
.blog-share .is-divider{
	min-width: 100%;
	height: 1px;
	background-color: #eee;
}
.blog-share .social-icons{
	font-size: 15px;
}
.blog-share .social-icons i{
	top: -0.5px;
}
.tintuc-home .overlay-icon{
	background-image: url('/wp-content/uploads/2023/02/play-btn.png');
	background-repeat: no-repeat;
	width: 80px;
	height: 60px;
	background-size: contain;
	border-radius: 0;
	border: 0;
	background-color: transparent !important;
}
.tintuc-home .overlay-icon i{
	display: none;
}
.tintuc-home .box-image{
	padding-bottom: 12px;
}
.tintuc-home .box-image:after{
	content: '';
	display: block;
	width: 40%;
	height: 2px;
	background-color: #16BBE1;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tintuc-home .box-text{
	padding: 5px 0;
}
.tintuc-home h5{
	font-size: 15px; 
	transition: all 0.3s ease-in-out;
	
	display: block;
	 display: -webkit-box;
	 height: 42px;
	 line-height: 1.4em;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
	 text-overflow: ellipsis;
	margin-bottom: 5px;
}
.tintuc-home .box:hover h5{
	color: var(--second);
	transition: all 0.3s ease-in-out;
}
.khachhang .icon img{ 
	border-radius: 99px;
	padding-top: 0;
}
.text-icon{
	position: relative;
	padding: 25px 60px;
}
.text-icon p{
	margin-bottom: 2px;
}
.text12 p{
	font-size: 17px;
	font-family: 'Muli-B' !important;
}
.text-icon:after {
    content: '';
    background-image: url('/wp-content/uploads/2023/02/quotes-right.png');
    width: 50px;
    height: 42px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.khachhang .icon-box-img img{
	height: 152px !important;
	object-fit: cover;
}
.text-icon:before {
    content: '';
    background-image: url('/wp-content/uploads/2023/02/quotes-left.png');
    width: 50px;
    height: 42px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.ga-dt img{
	border: 1px solid #ccc;
	border-radius: 6px;
	object-fit: contain;
	padding: 5px;
}
.ga-dt .box-text{
	padding: 5px 0;
}
.ga-dt .box-text h3{
	font-size: 15px;
	margin-bottom: 5px;
	color: #222;
}
.ga-dt .box-text h4{
	font-size: 15px;
	margin-bottom: 5px;
	color: #EE0000;
}
.ga-dt .box-text p{
	font-size: 14px;
	margin-bottom: 0px;
	color: #999;
}

.ga-dt .flickity-button{
	display: none !important;
}
blockquote{
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}
.btn-slide .flickity-button{
	opacity: 1 !important;
}
.btn-slide .flickity-button svg{
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.btn-slide .flickity-button svg path{
	opacity: 0 !important;
}
.btn-slide .flickity-button.next svg{
	background-image: url('/wp-content/uploads/2025/11/icon-next.png');
}
.btn-slide .flickity-button.previous svg{
	background-image: url('/wp-content/uploads/2025/11/icon-prev.png');
} 
.woocommerce-tabs ul.tabs{
	border-bottom: 2px solid #000;
}
.woocommerce-tabs ul.tabs li{
	margin-left: 0;
}
.woocommerce-tabs ul.tabs a:before{
	display: none;
}
.woocommerce-tabs ul.tabs a{
	padding: 8px 20px 5px 20px;
	font-family: 'Muli-B' !important;
	text-transform: initial;
	font-size: 14px;
	color: #000;
	transition: all 0.3s ease-in-out;
	border-radius: 6px 6px 0 0;
}
.woocommerce-tabs ul.tabs li:hover a, .woocommerce-tabs ul.tabs li.active a{
	background-color: #000;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.cart > button{
	height: 50px;
	border-radius: 6px;
	border: 1px solid #000;
	font-size: 14px !important;
	margin-bottom: 0;
	background-color: transparent !important;
	color: #000;
	line-height: 50px;
	font-family: 'Muli-B' !important;
	font-weight: 400;
	box-shadow: none !important;
	min-width: 200px;
}
.cart .wpcbn-btn{
	border: 1px solid var(--second);
	color: var(--second);
}
.cart > button:hover{
	background-color: #000 !important;
}
.cart .wpcbn-btn:hover{
	background-color: var(--second) !important;
	color: #fff;
}
.single-product .cart input{
	height: 50px;
}
.single-product .cart .minus{
	border-radius: 6px 0 0 6px;
}
.single-product .cart .plus{
	border-radius: 0 6px 6px 0;
}
.nav-pagination>li>span, .nav-pagination>li>a{
	border-radius: 0;
	border-width: 1px;
	line-height: 32px;
	font-weight: 400;
}
@media only screen and (min-width: 850px){
	.nav-divided>li+li>a:after {
		top: 20px;
		border-left: 1px solid #ccc;
		height: 23px;
		margin-top: -7px;
		left: -17px;
	}
}
@media only screen and (min-width: 577px){
	.formlh .row input{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 850px){
	.text-map iframe{
		width: 100%;
		height: 500px;
	}
	.lienket-page h1, .blog-archive .archive-page-header h1{
		font-size: 27px;
	}
	.lienket-page h1:after{
		width: 100px;
		left: 50%;
		transform: translatex(-50%);
	}
	.doitac .box-text p{
		font-size: 18px;
	}
	.post-sidebar{
		padding-left: 15px !important;
	}
}
@media only screen and (max-width: 576px){
	.formlh .row > div{
		padding: 0;
	}
	.text-map iframe{
		width: 100%;
		height: 300px;
	}
	.section-title-container .section-title-main{
		font-size: 24px;
	}
	.daily > .col-inner > .row > div:first-child p{
		margin-bottom: 20px;
	}
	.blog-single .entry-content iframe{
		height: 230px;
	}
	.cart > button{
		margin-bottom: 10px;
	}
}

/*btn-fixed*/
.socialfix {
    position: fixed;
    right: -100px;
    top: 200px;
    z-index: 999;
}
.socialfix ul {
    margin: 0;
    padding: 0;
}
.socialfix li {
    list-style: none;
    display: block;
    margin: 5px 0 5px 0;
    background: rgba(0,0,0,.2);
    width: 170px;
    text-align: left;
    padding: 10px 7px;
    border-radius: 30px 0 0 30px;
    transition: all 1s;
}
.socialfix li a {
    color: #fff;
}
.socialfix li a span{
	position: relative;
	top: 2px;
}
.socialfix li a img {
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 22px;
    background: #fff;
    transform: rotate(0);
	object-fit: contain;
}
.socialfix li:hover {
    transform: translate(-90px,0);
    background: #000;
}
.socialfix li:hover img {
    transform: rotate(360deg);
    transition: all 1s;
}
.text-gioithieu h3{
	font-size: 19px;
	margin-bottom: 0px;
}
.contact-f p{
	margin:0;
}
.contact-f p + p{
	margin-top:10px;
}
.contact-f p i{
	width:20px;
}
@media only screen and (max-width:849px){
	.sec-danh-muc-home .row-danh-muc :is(.col-1,.col-2) .img .img-inner{
		padding-top:360px !important;
	}
	.sec-danh-muc-home .row-danh-muc .col-3 .img .img-inner{
		padding-top:unset !important;
	}
	.sec-danh-muc-home .row-danh-muc .col-3 .img img{
		position:relative;
	}
}

