/*
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:#ff0000;
	--vang:#ffc90f;
	--xanh:#0151b2;
	--cam:#f89f2b;
}
.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;
}
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:not([type=checkbox]),select){
	height:45px;
	border-radius:8px;
	border:1px solid #ddd;
	padding: 0 .75em;
}
form.wpcf7-form :is(input:not([type=submit]):focus,textarea:focus){
	border-color:var(--xanh);
}
form.wpcf7-form textarea{
	border-radius:6px;
}
.form-flex {
	display:flex;
	flex-wrap:wrap;
	column-gap:15px;
}
.form-flex .r100{
	width:100%;
}
.form-flex .r50{
	width:calc(50% - calc(15px / 2));
	flex-shrink:0;
}
.txt-jus{
	text-align:justify;
}
.txt-jus :is(h1,h2,h3,h4,h5,h6){
	text-align:left;
}
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;
}
.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%;
}
.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;
}
.blog-wrapper{
	padding-top:0;
	padding-bottom:0;
}
.blog-wrapper > .row{
	margin-top:0 !important;
}
.single-page{
	text-align:justify;
	padding-top:0;
}
.blog-share a{
	border-radius:5px !important;
}
#top-link{
	width: 40px;
	height: 40px;
	border-radius: 5px !important;
	border: 1px solid var(--xanh) !important;
	color: #fff !important;
	background: url(/wp-content/uploads/2025/12/top.png) var(--xanh);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 16px;
	min-width:unset;
}
table {
	border-collapse: collapse;
}
.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;
}
.post-item .col-inner{
	height:100%;
}
.post-item .box-image .image-cover{
	border-radius:5px;
}
.post-item .post-title{
	margin:0 0 7px;
}
.post-item .post-title a{
	margin:0;
	font-size:19px;
	font-weight:500;
	color:var(--xanh);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-item .post-title a:hover{
	color:var(--cam);
}
.post-item .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:15px;
}
#post-list .post-item .col-inner:hover .box-image img{
	transform:scale(1.1);
}
.box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text {
	vertical-align: top;
}
#comments{
	margin-bottom:0;
	margin-top:0;
}
#wpdcom {
	max-width: 100%;
	margin: 0 auto;
	padding:0;
}


.linkpage :is(a,span){
	font-size:14.4px;
	color:#000;
	transition:all 0.3s;
}
.linkpage a:hover{
	color:var(--cam);
}

/* Header */
.txt-top-header{
	display:flex;
	align-items:center;
}
.txt-top-header p{
	margin:0;
	white-space:nowrap;
	font-size:14px;
}
.txt-top-header p,.txt-top-header p a{
	color:#000;
}
.txt-top-header p a:hover{
	color:var(--cam);
}
.txt-top-header p + p{
	margin-left:20px;
}
.txt-top-header p a i{
	margin-right:5px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:12px;
	width:25px;
	height:25px;
	border-radius:50%;
	background:#dddddd75;
	transition:all 0.3s;
}

.menu-top a{
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	border-bottom:3px solid transparent;
	padding:6px 0;
	transition:all 0.3s;
}
.menu-top a:hover{
	border-color:var(--xanh);
}
.menu-top a + a{
	margin-left:10px;
}
.header-social-icons a{
	font-size:14px !important;
}

.header-nav-main.nav-right li.header-search-form {
	margin:0;
}
.header-nav-main.nav-right li.header-search{
	display:none;
}
.header-nav-main.nav-left li a{
	font-size:15.52px;
	color:#000;
}
.header-nav-main.nav-left > li{
	margin:0 8px;
}
.header-nav-main.nav-left > li > a{
	font-weight:600;
	color:var(--xanh);
	font-size:15px;
	position:relative;
	padding-left:5px;
	padding-right:5px;
}
.header-nav-main.nav-left > li:hover > a{
	color:var(--cam);
}
.header-nav-main.nav-left > li > a:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:3px;
	background:var(--cam);
	transition:all 0.3s;
}
.header-nav-main.nav-left > li:hover > a:before{
	width:100%;
}
li.header-search-form .searchform :is(input,button){
	height:40px;
	font-size:15px;
}
li.header-search-form .searchform input{
	border-radius:5px 0 0 5px;
	border-right:0;
	box-shadow:none;
}
li.header-search-form .searchform button{
	height:40px;
	border:none;
	border-radius:0 5px 5px 0;
	width:45px;
	font-size:14px;
	background-color:var(--xanh) !important;
}

/* Liên hệ */
.form-lh input[type=submit]{
	width:100%;
}
.ic-lh .icon-box-img{
	height: 48px;
	width: 48px !important;
	border-radius: 50%;
	background: #F5F2EA;
}
.ic-lh .icon-box-img img {
	width: 28px;
}
.ic-lh h3{
	font-size:18px;
	margin:0 0 6px;
	line-height:1.35;
	font-weight:600;
	color:#013a67;
}
.ic-lh p{
	margin:0;
	line-height:1.35;
}
.map-lh{
	height:450px;
}

/* Chuyên mục */
.row-sidebar > .col-content{
	padding-bottom:0;
}
.row-sidebar > .col-content + .col-content{
	padding-top:30px;
}
.row-sidebar .title-sidebar{
	margin:0 0 10px;
	padding:8px 15px;
	background:var(--xanh);
}
.row-sidebar .title-sidebar p{
	margin:0;
	text-transform:uppercase;
	color:#fff;
	font-size:17px;
	font-weight:600;
}
.row-sidebar .post-sb .post-item .box{
	display:flex;
}
.row-sidebar .post-sb .post-item .box-image{
	width:35%;
	flex-shrink:0;
}
.row-sidebar .post-sb .post-item .box-text{
	padding:0 0 0 12px;
}
.row-sidebar .post-sb .post-item .post-title a{
	font-size:15px;
}
.row-sidebar .post-sb .post-item .from_the_blog_excerpt{
	display:none;
}
.row-sidebar .post-sb .post-item {
	padding-bottom:0;
	margin-bottom:15px;
}
.row-sidebar .post-sb .post-item .col-inner{
	padding-bottom:15px;
	border-bottom:1px solid rgba(0,0,0,0.15);
}
.row-sidebar .post-sb .post-item:last-child {
	margin-bottom:0;
}
.row-sidebar .post-sb .post-item:last-child .col-inner{
	padding-bottom:0;
	border-bottom:0;
}
aside{
	margin-bottom:0 !important;
}

/* Chi tiết bài viết */
article.post{
	margin-bottom:0 !important;
}
.date-view{
	border-bottom:1px solid #ececec;
	padding-bottom:15px;
}
.date-view span{
	font-size:14.4px;
	margin-right:20px;
	display:inline-block;
	color:#7b7b7b;
}
.date-view span i{
	margin-right:5px;
}

/* Footer */
.sec-footer{
	border-top:1px solid rgba(0,0,0,0.05);
}
.title-f{
	margin:0 0 15px;
	background:var(--xanh);
	padding:5px 15px;
}
.title-f p{
	margin:0;
	font-size:17px;
	font-weight:600;
	color:#fff;
}
.contact-f p i{
	width:20px;
}
.follow-f > span,
.title-form-f p{
	display:block;
	font-size:18px;
	font-weight:600;
	color:#033967;
	margin:0 0 6px;
	line-height:1.5;
}
.follow-f a{
	border-radius:5px !important;
}
.form-dk-tin > p{
	display:flex;
}
.form-dk-tin input{
	margin:0;
	height:42px;
}
.form-dk-tin input[type=email]{
	border-radius:5px 0 0 5px !important;
	border-right:0 !important;
}
.form-dk-tin input[type=submit]{
	font-weight:500;
	font-size:14px;
	background-color:var(--xanh) !important;
	color:#fff;
	border:none !important;
	border-radius:0 5px 5px 0 !important;
}

/* Trang chủ */
.title-sec-tt{
	border-bottom:3px solid #F5F5F5;
	margin:0 0 20px;
}
.title-sec-tt h2{
	font-size:22px;
	text-transform:uppercase;
	line-height:1.35;
	margin:0;
	padding:0 0 6px;
	position:relative;
	width:max-content;
	max-width:100%;
	font-weight:600;
}
.title-sec-tt h2:before{
	content:'';
	position:absolute;
	left:0;
	bottom:-3px;
	width:100%;
	height:3px;
	background:var(--cam);
}
.post-home .post-item .post-title a{
	font-size:16px;
}
.post-home .post-item .from_the_blog_excerpt{
	font-size:14.4px;
	-webkit-line-clamp: 2;
}
.post-home-top .post-item .post-title a{
	font-size:22px;
}
.post-home-top .post-item .from_the_blog_excerpt{
	font-size:15.52px;
}
.post-home-sidebar .post-item,
.post-home-inline .post-item{
	padding-bottom:0;
	margin-bottom:12px;
}
.post-home-sidebar .post-item .col-inner,
.post-home-inline .post-item .col-inner{
	padding-bottom:13px;
	border-bottom:1px solid #ececec;
}
.post-home-sidebar .post-item:last-child .col-inner,
.post-home-inline .post-item:last-child .col-inner{
	border-bottom:0;
}

.post-home-sidebar .post-item .box{
	display:flex;
}
.post-home-sidebar .post-item .box-image{
	width:30% !important;
}
.post-home-sidebar .post-item .box-text {
	padding:0 0 0 15px;
}
.post-home-sidebar .post-item .from_the_blog_excerpt  {
	display:none;
}
.post-home-inline .post-item .box{
	display:flex;
}
.post-home-inline .post-item .box-image{
	width:33% !important;
}
.post-home-inline .post-item .box-text {
	padding:0 0 0 15px;
}
.post-home-inline .post-item .post-title a{
	font-size:20px;
}
.post-home-video .post-item .post-title a{
	font-size:18px;
}
.post-home-video .post-item .box-text {
	padding:15px 0 0;
}
.post-home-video .post-item .box-image:before{
	content: '\f03d';
	font-family: 'fontawesome';
	position: absolute;
	bottom: 3px;
	right: 3px;
	z-index: 1;
	display: block;
	background: rgb(0 0 0 / 40%);
	line-height: 1;
	padding: 3px 6px;
	border-radius: 5px;
	color: #fff;
	font-size: 11px;
}


.icon-menu ,.mobile-nav .icon-search{
	font-size:20px !important;
	color:var(--xanh);
}
.icon-menu {
	font-size:24px !important;
}
.sidebar-menu li a{
	font-size:16px;
	font-weight:600;
	color:var(--xanh);
}


/* Tài liệu */
.box-hang .box .box-text{
	padding:0;
}
.box-hang .box .box-text a.button{
	margin:0;
	width:100%;
	background-color:#eee !important;
	font-size:16px;
	font-weight:500;
	color:var(--xanh);
	border:none;
	box-shadow:none !important;
	min-height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
	line-height:1.35;
	text-transform:initial;
}

.list-tai-lieu > .col-inner{
	display:flex;
	flex-wrap:wrap;
	gap:0 15px;
}
.list-tai-lieu > .col-inner .box{
	width:calc(50% - calc(15px / 2));
	margin:0;
	border-bottom:1px solid #ececec;
	padding:15px 0;
	display:flex;
}
.list-tai-lieu .box .box-image{
	width:120px !important;
	flex-shrink:0;
}
.list-tai-lieu .box .box-text{
	padding:0 0 0 12px;
}
.list-tai-lieu .box .box-text a{
	margin:0;
}
.list-tai-lieu .box .box-text p{
	margin:0;
	font-size:18px;
	font-weight:500;
	line-height:1.35;
}
.list-tai-lieu .icon-box{
	margin-top:5px;
}
.list-tai-lieu .icon-box .icon-box-img img{
	padding:0;
}
.list-tai-lieu .icon-box .icon-box-text{
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:0 0 0 5px;
}
.list-tai-lieu .icon-box p{
	font-size:15px !important;
	font-weight:400 !important;
	line-height:1.3 !important;
}
.list-tai-lieu a:hover .icon-box p{
	text-decoration:underline;
}




@media only screen and (max-width:1200px){
	#logo {
		width: 95px !important;
	}
	.header-nav-main.nav-left > li {
		margin: 0 12px;
	}
	.header-nav-main.nav-right li.header-search{
		display:block;
	}
	.header-nav-main.nav-right li.header-search-form {
		display:none;
	}
	li.header-search-form .searchform input {
		max-width: 200px;
	}
	li.header-search-lightbox i.icon-search{
		font-size:18px !important;
		color:var(--xanh);
	}
}
@media only screen and (max-width:991px){
	.header-nav-main.nav-left > li {
		margin: 0 10px;
	}
}
@media only screen and (max-width:849px){
	.row-sidebar .post-sb .post-item .from_the_blog_excerpt {
		display: -webkit-box;
		-webkit-line-clamp: 2;
	}
	.post-home .post-item .post-title a {
		font-size: 18px !important;
	}
	.post-home-sidebar .post-item .from_the_blog_excerpt  {
		display:-webkit-box;
	}
	.list-tai-lieu .box .box-text p {
		font-size: 16px;
	}
	.list-tai-lieu .icon-box p {
		font-size: 14px !important;
	}
}
@media only screen and (max-width:568px){
	.form-flex .r50 {
		width: 100%;
	}
	.map-lh{
		height:300px;
	}
	.box-hang .box .box-text a.button{
		font-size:14.4px;
	}
	.list-tai-lieu > .col-inner .box{
		width:100%;
		margin:0;
		border-bottom:1px solid #ececec;
		padding:15px 0;
	}
	.list-tai-lieu .box .box-image {
		width: 80px !important;
	}
	.list-tai-lieu .box .box-text {
		padding: 0 0 0 6px;
	}
}