/*
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&display=swap');
:root{
	--do:#b20000;
	--vang:#f8d531;
	--xanh: #169a83;
}
.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;
}
h1,h2,h3,h4,h5,h6{
	font-weight:500;
}
b,strong{
	font-weight:bold;
}
form{
	margin:0 !important;
}
form input:not([type=submit]),textarea,select{
	box-shadow:none !important;
}
form.wpcf7-form :is(input:not([type=checkbox]),select){
	height:42px;
	width:100%;
}
form.wpcf7-form :is(input,textarea,select){
	border-radius:5px;
}
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,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;
}
.p-mb0 p,.title-mb0 :is(h1,h2,h3,h4,h5,h6),.ul-mb0 ul{
	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%;
}
.row-full-width{
	margin-left:0 !important;
	margin-right:0 !important;
}
.img-h100 :is(.img,.img-inner){
	height:100%;
}
.img-h100 img{
	height:100%;
	object-fit:cover;
}
.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;
}
.footer-primary{
	padding:10px 0 15px;
	border-top:1px solid rgba(255,255,255,0.3);
}
.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(--do) !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: 16px;
	min-width:unset;
	bottom:70px;
}
table {
	border:1px solid #000;
	border-collapse: collapse;
}
table :is(td,th){
	border:1px solid #000;
	padding:10px !important;
	color:initial;
}
.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;
}
.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;
}
a.button{
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;
}
a.button.is-large{
	font-size:20px;
}
.post-item .col-inner{
	height:100%;
}
.post-item .post-title{
	margin:0 0 7px;
}
.post-item .post-title a{
	margin:0;
	font-size:17px;
	font-weight:500;
}
.post-item .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-style .post-item .col-inner{
	background:#fff;
	border-radius:10px;
	overflow:hidden;
}
.post-style .post-item .box-text{
	padding:15px 15px 20px;
}
.slider .post-item .post-title a{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Header */
.header-nav-main > li{
	margin:0 12px;
}
.header-nav-main > li > a{
	font-size:14.6px;
	font-weight:600;
	color:#fff !important;
}
.header-nav-main > li:hover > a{
	color:#e9a92f !important;
}

.header-button a{
	border-radius:10px !important;
	padding:10px 20px;
	background-color:#e19d14;
	line-height:1.35 !important;
	border:none;
	font-size:14.5px;
	font-weight:600;
}

/* Tin tức */
.blog-wrapper.blog-archive h1.page-title {
	font-size:20px;
}

.row-sidebar > .col-content:last-child{
	padding-bottom:0;
}
.row-sidebar .title-sidebar {
	position:relative;
	padding:0 0 12px;
	margin:0 0 20px;
}
.row-sidebar .title-sidebar:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:40px;
	height:3px;
	background:rgba(0,0,0,0.1);
}
.row-sidebar .title-sidebar p{
	padding:0;
	text-transform:uppercase;
	font-size:17px;
	font-weight:600;
	margin:0;
	line-height:1.35;
}
.row-sidebar .post-tt .post-item + .post-item .col-inner{
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #ececec;
}
.row-sidebar .post-tt .post-item .box{
	display:flex;
}
.row-sidebar .post-tt .post-item .box-image{
	width:70px !important;
	display:block;
	flex-shrink:0;
}
.row-sidebar .post-tt .post-item .box-text{
	padding:0 0 0 12px;
}
.row-sidebar .post-tt .post-item .post-title{
	margin:0;
}
.row-sidebar .post-tt .post-item .post-title a{
	font-size:14.4px;
	font-weight:400;
}

article.post{
	margin:0;
}





/* Footer */
.contact-f p{
	margin:0;
}
.contact-f p+p{
	margin-top:12px;
}
.contact-f p i{
	width:20px;
	font-size:15px;
}
.title-f{
	margin:0 0 25px;
	position:relative;
	padding-bottom:12px;
}
.title-f:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:40px;
	height:3px;
	background:rgba(255,255,255,0.6);
}
.title-f p{
	margin:0;
	text-transform:uppercase;
	font-size:17px;
	line-height:1.35;
	font-weight:600;
}
.menu-f .ux-menu-link + .ux-menu-link{
	margin-top:15px !important;
}
.menu-f a{
	padding:0;
	min-height:unset;
	line-height:1.35;
}
.menu-f a i{
	width:unset;
	transition:all 0.3s;
	margin-right:3px;
	transform:translatey(1px);
}
.menu-f a:hover i{
	transform:translatex(3px) translatey(1px);
}


/* Trang chủ */
.form-dk input{
	height:45px !important;
}
.form-dk input[type=submit]{
	background-color:#F58632 !important;
}
.row-form-page .form-dk{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:15px;
}
.row-form-page .form-dk .row-input{
	width:calc(100% / 4 - 10px);
}
.row-form-page .form-dk .row-input input{
	margin:0;
}
.tongquan-home table :is(td,th){
	border-color:rgba(255,255,255,0.6);
	padding: 10px 10px !important;
	font-weight: normal;
	font-size: 16px;
}
.col-multi-btn > .col-inner{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}
.col-multi-btn a.button{
	margin:0;
}
.col-br-10 > .col-inner{
	border-radius:10px;
	overflow:hidden;
}
.col-br-10-10-0-0 > .col-inner{
	border-radius:10px 10px 0 0;
	overflow:hidden;
}
.col-br-15-15-0-0 > .col-inner{
	border-radius:15px 15px 0 0;
	overflow:hidden;
}
.col-br-15 > .col-inner{
	border-radius:15px;
	overflow:hidden;
}
.btn-zoom{
	animation: btn-zoom 0.8s alternate infinite ease-in;
}

.mobile-sidebar .sidebar-menu li a{
	font-size:15px;
	font-weight:400;
	color:var(--xanh);
}
.mobile-sidebar .sidebar-menu .nav-sidebar > li > a{
	font-size:16px;
	font-weight:600;
}


.social {
	position: fixed;
	bottom: 40%;
	right: 0;
	z-index: 9;
}
.social .bg-social + .bg-social{
	margin-top: 10px;
}
.social .bg-social a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:45px;
	height:45px;
	background-color: var(--xanh);
	border: 1px solid #fff;
	border-right: 0;
	transition:all 0.3s;
}
.social .bg-social a:hover{
	background:#e19d14;
}
.social i{
	font-size: 20px;
	color: #fff;
}
.btn_fix {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9;
	display:flex;
	align-items:center;
	gap:10px;
}
.btn_fix a{
	background:#e19d14;
	border-radius:99px;
	padding:8px 30px;
	font-weight:600;
	color:#fff;
	font-size:20px;
	transition:all 0.3s;
}
.btn_fix a.popup{
	background:var(--do);
}
.btn_fix a i{
	margin-right:5px;
}
.btn_fix a:hover{
	background:#B47E10;
}
.btn_fix a.popup:hover{
	background:#8E0000;
}
.pum-close.popmake-close{
	margin:0;
	width:40px;
	height:40px;
}
.form-popup h3.txt-title{
	font-weight:600;
	color:#fff;
	margin:0 0 10px;
	line-height:1.35;
	text-align:center;
	font-size:24px;
}
.form-popup p.txt-note-title{
	text-align:center;
	color:#fff;
	margin:0 0 30px;
	font-size:15px;
}
.form-popup p.label{
	color:#fff;
	font-weight:500;
	margin:0 0 6px;
	font-size:17px;
}
.form-popup .wpcf7-checkbox{
	display:block;
	padding:20px;
	background:#fff;
	border-radius:10px;
}
.form-popup .wpcf7-checkbox .wpcf7-list-item{
	display:block;
	margin:0;
}
.form-popup .wpcf7-checkbox .wpcf7-list-item label{
	margin:0;
}
.wpcf7-list-item-label{
	font-size:16px;
	font-weight:500;
}
.form-popup input[type=submit]{
	margin-top:15px;
	background-color:var(--do) !important;
}
@keyframes btn-zoom{
	0% {
		transform: scale(.9);
	}
	100% {
		transform: scale(1);
	}
}
.uu-diem {
	display: flex;
	align-items: center
}

.uu-diem .number {
	color: var(--vang);
	font-size: 100px;
	font-weight: 800;
	line-height: 1.1;
	font-family: "Wix Font",sans-serif!important
}

.uu-diem .txt p {
	color: var(--vang);
	font-family: "Wix Madefor Display",sans-serif;
	padding-left: 20px
}

.uu-diem .txt p.txt1,.txt-tienich p.txt1 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.5
}

.uu-diem .txt p.txt2,.txt-tienich p.txt2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.5
}
@media only screen and (max-width:1200px){

	.header-nav-main > li {
		margin: 0 8px;
	}
	.header-nav-main > li > a {
		font-size: 14px;
		font-weight: 500;
	}
}
@media only screen and (max-width:849px){
	a.button.is-large {
		font-size: 18px;
	}
	.col-multi-btn > .col-inner {
		justify-content: center;
	}
	.uu-diem {
        justify-content: center;
    }
	    .uu-diem .txt p.txt1, .txt-tienich p.txt1 {
        font-size: 32px;
    }
}
@media only screen and (max-width:568px){
	.row-form-page .form-dk .row-input {
		width: 100%;
	}
	a.button.is-large {
		font-size: 16px;
	}
	.btn_fix{
		right:unset;
		left:0;
		bottom:0;
		width:100%;
		padding:0 5px 5px;
	}
	.btn_fix a{
		font-size:16px;
		border-radius: 99px;
		padding: 9px 5px;
		font-weight: 500;
		text-align: center;
		width: 50%;
		/* 		animation: unset !important; */
	}
	.footer-primary{
		padding:10px 0 60px;
	}
		.uu-diem {
		flex-direction: column;
	}
}
@media only screen and (max-width:440px){

}


