/*
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:#f72816;
	--vang:#e96d13;
	--xanh:#025295;
}
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;
}
.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,.is-divider{
	display:none !important;
}
input[type=submit]{
	margin:0;
}
.section-content{
	z-index:unset !important;
}
.dark, .dark p, .dark td{
	color:#fff !important;
}
.pd-b0{
	padding-bottom:0 !important;
}
.p-mb5 p{
	margin-bottom:5px;
}
.p-mb10 p{
	margin-bottom:10px;
}
.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-bottom:0;
	padding-top:0;
}
.single-page{
	text-align:justify;
	padding-top:0;
}
#top-link{
	width: 40px;
	height: 40px;
	border-radius: 5px !important;
	border: 1px solid var(--vang) !important;
	color: #fff !important;
	background: url(/wp-content/uploads/2025/07/top.png) var(--vang);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 16px;
}
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 iframe{
	width:100%;
	height:100%;
}
.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;
}

.slider-no-nav .flickity-button{
	display:none !important;
}
aside{
	margin-bottom:0 !important;
}
.box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text{
	vertical-align:top;
}
.icon-center .icon-box-text{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.ic-file p{
	margin:0 0 7px;
	font-size:14px;
	font-weight:500;
}
.ic-file a.btn-doawload{
	margin:0;
	border-radius:5px;
	min-height:unset;
	line-height:unset;
	padding:5px 25px;
	font-weight:400;
	font-size:14px;
}
.ic-file a.btn-doawload i:before{
	content:'\f0ed';
	font-family:'fontawesome';
}

/* Box product */
.product-small .box-image .vitri-product{
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	z-index:2;
	pointer-events:none;
	background:rgba(0,0,0,.5);
	padding:3px 5px;
}
.product-small .box-image .vitri-product span{
	color:#fff;
	font-size:14px;
}
.product-small .box-image .vitri-product span i{
	margin-right:5px;
}
.product-small .product-title a{
	font-size:16px;
	font-weight:700;
	color:#000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-small a.btn-view{
	font-size:13px;
	font-style:italic;
	text-decoration:underline;
	color:#000;
}
.product-small a.btn-view:hover{
	color:var(--vang);
}

/* Header */
.txt-title-header{
	font-size:27px;
	font-weight:600;
	color:var(--xanh);
}
.header-nav .searchform{
	border:1px solid var(--xanh);
}
.header-nav .searchform input[type=search]{
	border:none;
	width:300px;
}
.header-nav .searchform button[type=submit]{
	background-color:transparent !important;
	color:var(--xanh) !important;
	box-shadow:none !important;
	border:none;
	width:43px;
	position:relative;
}
.header-nav .searchform button[type=submit] i{
	font-size:14px !important;

}
.header-nav .searchform button[type=submit]:before{
	content:'';
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	left:0;
	width: 1px;
	height: 20px;
	background-color: #ccc;
}
.header-bottom-nav > li{
	margin:0;
}
.header-bottom-nav > li > a{
	padding-left:15px;
	padding-right:15px;
	transition:all 0.25s;
	font-size:14px;
	font-weight:600 !important;
}
ul.sub-menu{
	padding:0;
}
.header-nav ul.sub-menu li a{
	margin:0 !important;
	padding:10px 15px !important;
	font-size:13px;
	font-weight:500 !important;
	background:#337ab7;
	color:#fff !important;
}
.header-bottom-nav li:hover > a,
.header-nav ul.sub-menu li:hover > a{
	background:#f7f7f7;
	color:#000 !important;
}
.header-nav ul.sub-menu{
	opacity:0;
	visibility:hidden;
	left:0;
}
.header-nav li:hover > ul.sub-menu{
	opacity:1;
	visibility:visible;
}
.header-wrapper.stuck #masthead{
	display:none;
}

/* Footer */
.title-f{

}
.title-f p{
	width:max-content;
	max-width:100%;
	padding:0 0 10px;
	margin:0 0 15px;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	border-bottom:2px solid #dbf0ff;
	line-height:1.35;
}
.contact-f p{
	margin:0;
	font-size:14px;
}
.contact-f p + p{
	margin-top:8px;
}

.menu-f a{
	padding:0;
	min-height:unset;
	line-height:unset;
	font-size:14px;
	color:#fff !important;
}
.menu-f a:hover{
	text-decoration:underline;
}
.menu-f .ux-menu-link + .ux-menu-link{
	margin-top:8px !important;
}
.col1f > .col-inner{
	padding-right:50px;
}

.sec-linkpage .col-content > .col-inner{
	border-bottom:1px solid #eeeeee;
}
.linkpage :is(span,a){
	font-size:14px;
}
.post-sidebar{
	border:none !important;
}
/* Box post */
.post-item .box-text-inner {
	display:flex;
	flex-direction:column;
}
.post-item .post-title{
	margin:0 0 8px;
	font-weight:700;
	font-size:18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	order:1;
	transition:all 0.2s;
}
.post-item .post-title:hover{
	color:var(--xanh);
}
.post-item .date-post{
	font-size:14px;
	order:2;
	margin:0 0 7px;
	color:#535353;
}
.post-item .date-post i{
	margin-right:5px;
}
.post-item .from_the_blog_excerpt {
	margin:0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	order:3;
}
.post-item .btn-link{
	text-align:right;
	padding:7px 0 0;
	order:6;
}
.post-item .data-tuyendung{
	order:5;
	gap:30px;
	display:none;
}
.post-item .data-tuyendung .item p{
	margin:0;
}
.post-item .data-tuyendung .item p + p{
	margin-top:3px;
}
.post-item .data-tuyendung .item p span{
	font-weight:600;
	color:var(--xanh);
}
.post-item .data-tuyendung .item.date-end p span{
	display:block;
}

.post-item .btn-link span{
	font-style:italic;
	text-decoration:underline;
	color:var(--vang);
}
.post-item .btn-link span:hover{
	color:var(--xanh);
}
.nav-pagination {
	margin:30px 0 0 !important;
}
.nav-pagination li{
	margin:0 !important;
}
.nav-pagination li + li{
	margin-left:-1px !important;
}
.nav-pagination li :is(span,a){
	border-radius:0 !important;
	width:34px;
	height:34px;
	border:1px solid #ddd;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0;
	font-size:14px;
	font-weight:400;
}
.nav-pagination li i{
	top:unset;
}
.nav-pagination li:first-child :is(span,a){
	border-radius:3px 0 0 3px !important;
}
.nav-pagination li:last-child :is(span,a){
	border-radius:0 3px 3px 0 !important;
}

/* Row sidebar */
.row-sidebar .col-content > .col-inner{
	box-shadow:0 0 5px #ccc;
}
.row-sidebar .txt-title{
	margin-bottom:6px;
}
.row-sidebar .txt-title p{
	background:var(--xanh);
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	margin:0;
	padding:10px 15px;
}
.ic-title{
	background:var(--xanh);
	padding:10px 15px;
	margin-bottom:10px;
}
.ic-title p{
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	margin:0;
}
.ic-title .icon-box-img{
	width:16px !important;
}
.ic-title .icon-box-img img{
	padding-top:0;
	transform:translatey(-1px);
}
.ic-title .icon-box-text{
	padding:0 0 0 7px !important;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.row-sidebar .menu-item a i,
.row-sidebar .menu-item a:hover{
	color:var(--xanh);
}
.row-sidebar .menu-item a i:before{
	content:'\f14a';
	font-family:'Fontawesome';
}
.row-sidebar .menu-item a {
	padding:5px 5px 5px 10px;
	font-size:14px;
}
.row-sidebar .row.row-pro{
	padding: 0 10px;
}
.row-sidebar .row.row-pro .flickity-page-dots{
	position:relative;
	left:unset;
	right:unset;
	padding:0 0 10px;
}
.row-sidebar .product-small .product-title a{
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}
.row-sidebar .post-item .col-inner{
	padding:0 10px;
}
.row-sidebar .post-item .box-text{
	padding:0 0 0 10px;
}
.row-sidebar .post-item .post-title{
	margin:0;
	font-size:14px;
	font-weight:400;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.row-sidebar .post-item :is(.date-post,.btn-link){
	display:none;
}
.row-sidebar .post-item{
	padding-bottom:10px !important;
}

.blog-wrapper .row-post{
	margin-top:10px !important;
}
.title-cat,
.title-style-border{
	border-bottom:1px solid #ccc;
	margin:0 0 15px;
}
.title-cat h1,
.title-style-border :is(h1,h2){
	margin:0;
	width:max-content;
	max-width:100%;
	padding:0 0 10px;
	position:relative;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
}
.title-cat h1:before,
.title-style-border :is(h1,h2):before{
	content:'';
	position:absolute;
	left:0;
	bottom:-1px;
	width:100%;
	height:2px;
	background:#025295;
}
.blog-archive .list-post .post-item .box-text{
	padding:0 0 0 25px;
}
.blog-archive .list-post .post-item .col-inner{
	padding: 15px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 3px rgba(0, 0, 0, .2);
	border-radius:5px;
}
.blog-archive .list-post .post-item .box-image{
	width:25% !important;
}
.blog-archive .list-post .post-item .box-image .image-cover{
	padding-top:75% !important;
}
.blog-archive .list-post .post-item .from_the_blog_excerpt {
	-webkit-line-clamp: 2;
}
.blog-archive .list-post .post-item:last-child{
	padding-bottom:0;
}
.blog-archive .list-post .post-item .col-inner:hover .box-image img{
	transform:scale(1.1);
}
.blog-archive .list-post .post-item .post-title:hover{
	color:var(--xanh);
}
.blog-single h1.entry-title{
	font-size:24px;
	font-weight:500;
}
.blog-single .date-single{
	padding:5px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	font-size:14px;
	color:#535353;
}
.blog-single .date-single i{
	margin-right:5px;
}
.rpbt_shortcode h3{
	border-bottom:1px solid #ccc;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	margin:0 0 15px;

}
.rpbt_shortcode h3 span{
	padding:0 0 8px;
	width:max-content;
	max-width:100%;
	border-bottom:2px solid #025295;
	display:block;
	transform:translatey(1px);
}
.related-gallery .gallery-item{
	padding:0;
}
.related-gallery.owl-carousel{
	margin:0;
}
.related-gallery .owl-item .gallery-item{
	max-width: 100%;
}
.related-gallery .gallery-item .gallery-icon a{
	padding-top:75%;
	position:relative;
	overflow:hidden;
	display:block;
}
.related-gallery .gallery-item .gallery-icon a img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.related-gallery .gallery-item figcaption{
	text-align:left !important;
	padding:10px 0 0;
}
.related-gallery .gallery-item figcaption a{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:16px;
	font-weight:500;
	margin:0 0 6px;
	color:#000 !important;
	line-height:1.3;
	transition:all 0.2s;
}
.related-gallery .gallery-item figcaption a:hover{
	color:var(--xanh) !important;
}
.related-gallery .gallery-item figcaption p.the_excerpt{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:14px;
	margin:0;
}
.related-gallery .gallery-item time{
	margin: 0 0 7px;
	color:#535353;
}
.related-gallery .gallery-item time:before{
	content:'\f073';
	font-family:'fontawesome';
	margin-right:5px;
	display:inline-block;
}
.related-gallery .owl-nav button{
	font-size:16px !important;
	width:30px;
	height:30px;
	border-radius:5px !important;
	background:var(--vang) !important;
	color:#fff !important;
}
.related-gallery .owl-nav button.owl-prev{
	left:0;
}
.related-gallery .owl-nav button.owl-next{
	right:0;
}
article{
	margin-bottom:0 !important;
}

/* Tuyển dụng */
.category-36 .list-post .post-item :is(.date-post, .from_the_blog_excerpt ){
	display:none;
}
.category-36 .list-post .post-item .data-tuyendung{
	display:flex;
	justify-content:space-between;
}
.category-36 .list-post .post-item .btn-link {
	text-align: left;
	padding-top:15px;
}
.category-36 .list-post .post-item .btn-link span{
	display:inline-block;
	padding:5px 10px 7px;
	border:1px solid var(--xanh);
	font-style:unset;
	text-decoration:unset;
	line-height:1.35;
	border-radius:5px;
	color:var(--xanh);
	transition:all 0.3s;
}
.category-36 .list-post .post-item .btn-link span:hover{
	background:var(--xanh);
	color:#fff;
}
.box-form-ung-tuyen{
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
	margin-bottom:30px;
}
.box-form-ung-tuyen h3.txt-title{
	text-align:center;
	padding:8px 15px;
	color:#fff;
	background:var(--xanh);
	font-weight:600;
	text-transform:uppercase;
	margin:0;
}
.box-form-ung-tuyen .form-ung-tuyen{
	padding:30px;
}
.form-ung-tuyen {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.form-ung-tuyen input:not([type=file]){
	height:42px;
	border-radius:5px;
}
.form-ung-tuyen .btn-submit{
	width:100%;
}
.form-ung-tuyen input[type=submit]{
	display:table;
	margin:0 auto;
	padding-left:30px;
	padding-right:30px;
	text-transform:capitalize;
}
.form-ung-tuyen p.label{
	font-size:16px;
	margin: 0 0 5px;
}

/* các trang lĩnh vực hoạt động */
.row-linhvuc-khac .box-linh-vuc .box p,
.row-linhvuc-khac .box-linh-vuc .box p a{
	margin:0;
	font-size:15px;
	font-weight:700;
	color:#000;
	display:block;
}
.row-linhvuc-khac .box-linh-vuc .box p a:hover{
	color:var(--xanh);
}



















/* Liên hệ */
.tab-lh ul.nav li{
	margin:0 15px;
}
.tab-lh ul.nav li a{
	font-size:16px;
	font-weight:600;
}
.contact-lh h1{
	font-size:20px;
	margin:0 0 15px;
}
.contact-lh p{
	margin:0 0 8px;
}
.title-form-lh h3{
	font-size:20px;
	margin:0 0 20px;
}
.title-form-lh p{
	font-size:16px;
	font-weight:400;
	margin:0 0 15px;
}
.form-lh{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.form-lh input{
	height:40px;
}
.form-lh :is(input,textarea){
	border-radius:5px;
}
.form-lh input[type=submit]{
	height:45px;
	padding-right:25px;
	padding-left:25px;
}
form .row-input{
	width:100%;
}
form .row-input.r50{
	width:calc(50% - 15px);
}
form p.label{
	font-size:15px;
	font-weight:500;
	margin:0 0 5px;
}
form p.label span{
	color:var(--do);
}
form input[type=submit]{
	font-weight:600;
	background-color:var(--xanh) !important;
}
.map-lh{
	height:336px;
}



/* Trang chủ */
.product-slider-home .product-small .product-title a {
	font-size: 15px;
	font-weight: 600;
}
.sec-tintuc-home .post-item :is(.date-post,.btn-link){
	display:none;
}
.sec-tintuc-home .from_the_blog_excerpt {
	-webkit-line-clamp: 2;
	font-size:14px;
}
.sec-tintuc-home .post-1 .post-item .post-title {
	font-size:16px;
	-webkit-line-clamp: 2;
}
.sec-tintuc-home .post-2 .post-item .box-text{
	padding:0 0 0 10px;
}
.sec-tintuc-home .post-2 .post-item .post-title {
	margin:0 0 5px;
	font-size:14px;
	-webkit-line-clamp: 1;
}
.sec-tintuc-home .post-2 .from_the_blog_excerpt {
	font-size:13px;
}
a.button.btn-link{
	background-color:transparent !important;
	min-height:unset;
	line-height:unset;
	box-shadow:none !important;
	font-size:14px;
	font-weight:400;
	font-style:italic;
	border:none;
	padding:0;
	margin:0;
	color:var(--xanh);
}
a.button.btn-link:hover{
	color:var(--vang);
}
a.button.btn-link span{
	text-decoration:underline !important;
}
.sec-tintuc-home a.button.btn-link{
	float: inline-end;
}
.form-lh-right .row-input-submit > p{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.form-lh-right .row-input-submit a.btn-hotline{
	background:var(--do);
	border-radius:99px;
	color:#fff;
	padding:5px 8px 5px 5px;
	display:flex;
	align-items:center;
	font-size:14px;
	height: fit-content;
}
.form-lh-right .row-input-submit a.btn-hotline i{
	width:28px;
	height:28px;
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	color:var(--do);
	border-radius:50%;
	margin-right:5px;
	font-size:16px;
}
.form-lh-right input[type=submit]{
	border-radius:5px;
	font-weight:500;
	text-transform:initial;
}
.ga-doitac .gallery-col .col-inner{
	height:100%;
	border:1px solid #ccc;
	border-radius:5px;
	padding:10px;
}
.ga-doitac .gallery-col .box img{
	top:50%;
	left:50%;
	bottom:unset;
	transform:translate(-50%,-50%);
	width:unset;
	height:unset;
	max-height:100%;
	max-width:100%;
}







/* Danh mục sản phẩm */
.row-title-single-pro{
	padding-top:10px;
}
.category-page-row{
	padding-top:10px;
}

.danhmuc-sidebar .menu-shortcode li{
	margin:0 !important;
}
.danhmuc-sidebar .menu-shortcode li a{
	display:block;
	font-size:16px;
}
.danhmuc-sidebar .menu-shortcode li.menu-item-has-children > a{
	color:#000;
}
.danhmuc-sidebar .menu-shortcode li a img{
	width:15px;
	margin-right:5px;
}
.danhmuc-sidebar .menu-shortcode .sub-menu li a{
	font-size:14px;
}
.danhmuc-sidebar .menu-shortcode .sub-menu {
	margin-left:20px;
}
.danhmuc-sidebar .menu-shortcode .sub-menu a:before{
	content: '\f14a';
	font-family: 'Fontawesome';
	margin-right:5px;
	color:var(--xanh);
}


/* Chi tiết dự án */
.ga-img-product{
	margin-bottom:10px;
}
.ga-img-product .box-img{
	position:relative;
	padding-top:56.25%;
}
.ga-img-product .box-img img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.product-thumb-slider .item {
	cursor: pointer;
	opacity: 0.6;
	padding: 2px;
}
.product-thumb-slider .owl-item.current .item {
	border: 2px solid var(--vang);
	opacity: 1;
}
.product-thumb-slider .item {
	position:relative;
	padding-top:56.25%;
}
.product-thumb-slider .item img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.product-title-container h1{
	padding:5px 20px;
	background:var(--xanh);
	color:#fff;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	margin:20px 0;
}
.thong-tin-du-an{
	/* 	padding:15px;
	border:1px solid #ccc; */
}
.related-products-wrapper{
	margin-top:30px;
	border:none;
}
.related-products-wrapper h3{
	max-width:100%;
	font-size:24px;
	text-transform:initial;
}
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content{
	width:100%;
	max-width:300px;
}
.mobile-sidebar .nav-sidebar > li > a{
	font-size:15px;
	font-weight:600 !important;
	color:var(--xanh);
}
tr,td{
	border:1px solid #e2e2e2;
}
td{
	padding:10px !important;
}
th,td{
	font-size:16px;
	color:#000;
}
@media only screen and (max-width:1200px){
	.col1f > .col-inner {
		padding-right: 0;
	}
	.col1f{
		max-width: 45%;
		flex-basis: 45%;
	}
	.col2f{
		max-width: 25%;
		flex-basis: 25%;
	}
	.col3f{
		max-width: 30%;
		flex-basis: 30%;
	}
	.header-bottom-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
	}
	.title-f p {
		font-size: 17px;
	}
	#logo {
		margin-right: 15px;
	}
	.txt-title-header {
		font-size: 20px;
	}
	.header-nav .searchform input[type=search] {
		width: 250px;
	}
	.blog-archive .list-post .post-item .box-image {
		width: 30% !important;
	}

}
@media only screen and (max-width:849px){
	.order-1-tablet{
		order:-1;
	}
	.header-wrapper.stuck #masthead{
		display:block;
	}
	.col1f{
		max-width: 100%;
		flex-basis: 100%;
	}
	.col2f,.col3f{
		max-width: 50%;
		flex-basis: 50%;
	}
	.danhmuc-sidebar .menu-shortcode{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.danhmuc-sidebar .menu-shortcode > li{
		width:calc(50% - 15px);
	}
	.header-main li.html.custom {
		display: block;
	}
	#logo {
		margin-right: 5px;
	}
	.icon-menu{
		font-size: 30px !important;
		color: var(--xanh);
	}
	.header-bottom{
		background-color:#fff !important;
	}
	li.header-search-form{
		width:unset;
		flex:1;
	}
	.header-bottom-nav li.nav-icon > a{
		padding-left:0;
	}
	.header-bottom-nav li.nav-icon{
		margin-right:15px;
	}

}
@media only screen and (max-width:568px){
	.order-1{
		order:-1;
	}
	.txt-title-header {
		font-size: 18px;
		line-height: 1.35;
	}
	.col2f,.col3f{
		max-width: 100%;
		flex-basis: 100%;
	}
	form .row-input.r50 {
		width: 100%;
	}
	.map-lh{
		height:300px;
	}
	.blog-archive .list-post .post-item .box-image {
		width: 100% !important;
	}
	.blog-archive .list-post .post-item .box-image .image-cover {
		padding-top: 56.25% !important;
	}
	.blog-archive .list-post .post-item .box-text {
		padding: 15px 0 0;
	}
	.post-item .post-title {
		font-weight: 600;
		font-size: 16px;
	}
	.sec-tintuc-home .post-1 .post-item{
		padding-bottom:0;
	}
	.sec-tintuc-home .post-1 .post-item .image-cover{
		padding-top:56.25% !important;
	}
	.sec-tintuc-home .post-item .box-text,
	.row-sidebar .post-item .box-text{
		padding: 10px 0 20px !important;
	}
	.sec-tintuc-home .post-item .post-title {
		font-size: 16px !important;
		-webkit-line-clamp: 2 !important;
	}
	.sec-tintuc-home .from_the_blog_excerpt{
		font-size:14px !important;
	}
	.title-cat h1, .title-style-border :is(h1,h2) {
		font-size: 18px;
	}
	.row-sidebar .post-item .post-title {
		font-size: 16px;
		font-weight: 500;
	}
	.row-linhvuc-khac .box-linh-vuc .box p, .row-linhvuc-khac .box-linh-vuc .box p a {
		font-size: 16px;
		font-weight: 600;
	}
	.danhmuc-sidebar .menu-shortcode > li{
		width:100%;
	}
	.product-small .box-image .vitri-product span {
		font-size: 12px;
	}

	.post-style-row .post-item .box{
		display:flex;
	}
	.post-style-row .post-item .box-image{
		display:block;
		width:107px !important;
		flex-shrink:0;
	}
	.post-style-row .post-item .box-image .image-cover{
		padding-top:75% !important;
	}
	.post-style-row .post-item .box-text{
		padding:0 0 0 10px !important;
	}
	.post-style-row .post-item .post-title{
		-webkit-line-clamp: 1 !important;
		font-size:15px !important;
		font-weight:600;
	}
	.post-style-row .post-item .from_the_blog_excerpt{
		font-size:13.4px !important;
	}
	.post-style-row.post-tuyendung-home .post-title{
		-webkit-line-clamp: 2 !important;
	}
	.box-form-ung-tuyen .form-ung-tuyen {
		padding: 20px;
	}
	.blog-single h1.entry-title {
		font-size: 22px;
	}
	.category-36 .list-post .post-item .data-tuyendung {
		flex-direction: column;
		gap: 10px;
	}
	.post-item .data-tuyendung .item.date-end p span {
		display: inline-block;
	}


}
@media only screen and (max-width:440px){
	.contact-lh h1 {
		font-size: 17px;
	}
	.txt-title-header {
		font-size: 16px;
	}
}