/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.wpcf7-response-output{
	margin-top: 8px !important
}
.wpcf7-form .text-center.align-center p input {
    margin: 0;
}
.wpcf7-form .grid-3.grid-fw-mb p{
	grid-template-columns: 1fr !important;
	gap: 0;
}
ul, li, p{
	margin-bottom: 5px;
}
.hide-phone,
span.post_comments.op-7.block.is-xsmall {
	display: none;
}
div#zalo-vr{
	display: block;
}
div#zalo-vr {
    display: none;
}
.cta-form form{
	margin-bottom: 0;
}
.cta-form form input.wpcf7-form-control.wpcf7-submit.has-spinner{
	margin-bottom:0;
}
:root {
	--mau-nut-header: #ff4242;
	--font-title-italic: 'Lora', serif;
}

.custom-title-italic {
	font-family: var(--font-title-italic);
	font-style: italic;
}

.bg-wave{
	margin-top: -300px;
}
.image-wave{
	margin-top: 120px;
}
.col-flex .col-inner{
	display: flex;
	justify-content: center; 
	gap: 10px; 
	margin-bottom: 10px; 
}
.col-flex .col-inner .text{
	max-width: 50%;
	width: 50%; 
	flex-basis: 50%;
}
.col-flex .col-inner .img{
	width: 50%;
	max-width: 50%;
	flex-basis: 50%;
}
.tabbed-content.custom-tabs li{
	margin-bottom: 15px;
	background: #012235;
	border-radius: 0 30px;
	outline: none;
}
.tabbed-content.custom-tabs li:nth-child(even) {
	border-radius: 30px 0;
}
.tabbed-content.custom-tabs li:hover{
	background: yellow;
}
.tabbed-content.custom-tabs li:hover a{
	color: #012235;
}
.tabbed-content.custom-tabs li a{
	text-align: center;
	justify-content: center;
	color: yellow;
}
.tabbed-content.custom-tabs li a:before{
	display: none;
}
.nav-vertical+.tab-panels{
	border-left: unset;
}
.button-tabs{
	position: absolute;
	bottom: 105px; 
	max-width: 300px; 
	width: 100%;
}
/* Dự án bcons solary */
.video-9x16-container {
	position: relative;
	width: 100%;
	max-width: 360px; /* hoặc 100% tùy theo bố cục */
	margin: auto;
	padding-top: 177.77%; /* 9:16 = 16/9 * 100% */
	overflow: hidden;
}

.video-9x16-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.chinhsach-box{
	position: relative;
	width: 100%;
	border: 3px solid yellow;
	border-top: 0px;
	padding: 15px;
}
.chinhsach-box:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0%;
	width: 85%;
	height: 3px; 
	background: yellow;
}
.chinhsach-box h2{
	color: yellow;
}
.chinhsach-box p{
	color: #fff;
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: justify;
}
p.line{
	font-size: 1px; line-height: 1px;
}
.line{
	display: inline-block;
	width: 40%;
	height: 3px; 
	background: yellow;
}

.chinhsach-box .chinhsach-focus{
	color: yellow;
	font-size: 22px; 
	text-align: center;
	font-weight: bold;
}
.chinhsach-number{
	font-size: 90px;
	position: absolute;
	top: -80px;
	left: 10px;
	font-weight: bolder;
	color: yellow;
}
.chinhsach-box a.button.button {
	position: absolute;
	display: inline-block;
	right: 0;
	width: auto;
	font-size: 15px;
	border-radius: 99px;
}
.image-bdr {
	overflow: hidden;
	border: 5px solid yellow;
	border-radius: 1000px;
	filter: drop-shadow(rgb(0, 0, 0) -7px 15px 23px);
}

.flex.flex-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
section.section-chinhsach{
	margin-top: -300px;
}
.bcons-solary .info-banner .flex-wrapper span{
	font-size: 28px;
	line-height: 1.1;
}
.bcons-solary .info-banner .flex-wrapper span.biggest-number{
	font-size: 64px; 
	font-weight: bolder;
	color: yellow;
	text-shadow: 1px 1px 2px #000000;
}
.bcons-solary .info-banner{
	position: absolute;
	top: 0;
	right: 0px;
	transform: translate(-25%,80%);
	width: 100%;
	max-width: 450px;
	background-image: linear-gradient(rgb(5, 200, 222), rgb(255, 255, 255));
	box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
	border-radius: 8px;
}
/* End dự án bcons solary */
.nav .tab{
	border-color: 1px solid var(--primary-color);
}
.btn-animation{
	animation: zoomInOut 1.8s infinite; 
}
.header-sub span i.dashicons-bell{
	color: red;
	max-width: 16px;
	max-height: 16px; 
	font-size: 16px;
	animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
@keyframes zoomInOut {
	0% {
		transform: scale(0.9);  /* Kích thước ban đầu */
	}
	50% {
		transform: scale(1);  /* Phóng to */
	}
	100% {
		transform: scale(0.9);  /* Thu nhỏ lại */
	}
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready{
	position: fixed !important;
	top: 30px !important;
	width: 100%;
	overflow: scroll;
}
body.fixed_body{
	position: fixed !important;
	width: 100% !important;
}
/* Dự án bcons */
.lightbox-content{
	border-radius: 8px; 
	background: transparent;
}
button.mfp-close {
	color: #fff !important;
}
.row-nhanbanggia .col{
	overflow: hidden;
	border-radius: 8px;
}
.row-nhanbanggia .wpcf7-form .grid-3.grid-fw-mb p{
	grid-template-columns: 1fr;
}
span[data-name="checkbox-98"]{
	padding: 10px 15px;
	background: #fff;
	border-radius: 4px;
}
.row-nhanbanggia .img-inner.dark{
	border-radius: 4px; 
	overflow: hiddenl
}
.row-nhanbanggia form {
	padding-bottom: 0;
	margin-bottom: 0;
}
.row-nhanbanggia form .wpcf7-response-output {
	margin: 10px 0 5px 0;
	background: #fff;
	color: #222;
}
.row-nhanbanggia form input.wpcf7-form-control.wpcf7-text {
	padding-bottom: 0;
	margin-bottom: 0;
}
.row-nhanbanggia form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid{
	margin-bottom: 10px;
}
#taibanggia button.mfp-close {
	color: #fff !important;
}
.row-nhanbanggia form input[type="checkbox"] {
	padding: 0;
	margin: 0;
}
.row-nhanbanggia span.wpcf7-form-control.wpcf7-checkbox {
	display: grid;
	text-align: left;
}
.row-nhanbanggia span.wpcf7-list-item label{
	padding-bottom:0;
	margin-bottom: 0;
	color: #222;
}
.row-nhanbanggia form span.wpcf7-form-control-wrap{
	margin-bottom: 5px;
}
.row-nhanbanggia form input.wpcf7-form-control.wpcf7-submit.has-spinner{
	padding-bottom: 0;
	margin-bottom: 0;
}
.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* Tỷ lệ khung hình 16:9 */
	height: 0;
	overflow: hidden;
	pointer-events: none; /* Không cho phép click vào video */
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.wpcf7-form .grid-3.grid-fw-mb p {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}
/* End dự án bcons */
.text-p-0 p{
	padding-bottom: 0;
	margin-bottom: 0;
}
.wpcf7-spinner{
	display: none;
}
.wpcf7-form input{
	border-radius: 4px;
}
.is-divider{
	display: none;
}
.section-title-main span{
	position: relative;
}
.section-title-main span:after {
	content: "";
	display: table;
	clear: both;
	background: url(/wp-content/uploads/2025/06/line.webp);
	width: 100%;
	height: 20px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	padding-top: 0;
}
/* Trang chủ */
.flex-space .col-inner {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.home_blog-sc .box-text{
	padding-bottom: 0;
}
.home_blog-sc .blog--vertical .box-text{
	padding: 0 0 0 10px;
}
.custom_icb {
	align-items: center;
}
.custom_icb h2{
	margin-bottom: 0px;
}
/* End trang chủ */
/* Dự án */
.ux-menu.stack.stack-col.justify-start.duan__menu {
	position: static;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 15px;
	text-align: center;
	justify-content: center;
	background: red;
}
.ux-menu.stack.stack-col.justify-start.duan__menu.menu_fixed{
	position: fixed;
	top: 70px;
	width: 100%;
	z-index: 98;
}
.admin-bar .ux-menu.stack.stack-col.justify-start.duan__menu.menu_fixed{
	top: 100px;
}
.duan__menu a{
	display: block;
	padding: 7px 30px;
	font-weight: 700;
	text-transform: none;
	margin: 0;
	font-size: 16px;
	color: #fff;
	transition: all .3s ease-in-out;
}

.bg--dot{
	background: url('/wp-content/uploads/2025/06/bg.png');
}
/* End trang dự án */
/* Blog */
.blog-wrapper .post-sidebar.large-3.col{
	padding: 0;
}
.blog-wrapper .post-sidebar{
	padding-top: 0 !important;
}
.page-title.blog-featured-title .page-title-bg.fill {
	background: url(/wp-content/uploads/2025/06/wallpapersden.com_city-buildings.jpg);
	background-position: center;
}
.blog-wrapper.blog-archive #post-list p.from_the_blog_excerpt {
	display: none;
}
/* End blog */
/* Footer */
.absolute-footer.dark.medium-text-center.small-text-center{
	display: none;
}
.footer_blog .box-image{
	display: none;
}
.footer_blog .post-title:hover a{
	color: var(--primary-color);
}

/* End footer */

/* button contact */
footer{
	z-index: 999;
}
div#button-contact-vr {
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 9999;
}
#button-contact-vr .button-contact .phone-vr {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 90px;
	height: 90px;
	cursor: pointer;
	z-index: 11;

	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block
}

.phone-vr-circle-fill {
	width: 65px;
	height: 65px;
	top: 12px;
	left: 12px;
	position: absolute;
	box-shadow: 0 0 0 0 #c31d1d;
	background-color: rgba(230,8,8,0.7);
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animuiion: zoom 1.3s infinite;
	animation: zoom 1.3s infinite
}
#phone-vr .phone-vr-circle-fill{
	background: #FF5280;
	box-shadow: 0 0 0 0 rgba(160, 51, 255, 0.6); /* phù hợp với màu trung tâm gradient */
	background: linear-gradient(135deg, #00B2FF 0%, #A033FF 50%, #FF5280 100%);
}
#phone-vr .phone-vr-img-circle {
	background-color: #e60808;
	background: linear-gradient(135deg, #00B2FF 0%, #A033FF 50%, #FF5280 100%);
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 25px;
	left: 25px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phone-vr-circle-fill 1s infinite ease-in-out
}

.phone-vr-img-circle a {
	display: block;
	line-height: 37px
}

.phone-vr-img-circle img {
	max-height: 25px;
	max-width: 27px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	border-radius: 99px;
}

@keyframes phone-vr-circle-fill {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}

@-webkit-keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

.phone-bar a {
	position: fixed;
	bottom: 25px;
	left: 30px;
	z-index: -1;
	color: #fff;
	font-size: 16px;
	padding: 8px 15px 7px 50px;
	border-radius: 100px;
	white-space: nowrap
}

.phone-bar a:hover {
	opacity: .8;
	color: #fff
}

@media(max-width: 736px) {
	.phone-bar {
		display:none
	}
}

#zalo-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196F3;
	background-color: rgba(33,150,243,0.7)
}

#zalo-vr .phone-vr-img-circle {
	background-color: #2196F3
}

#viber-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #714497;
	background-color: rgba(113,68,151,0.8)
}

#viber-vr .phone-vr-img-circle {
	background-color: #714497
}

#contact-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196F3;
	background-color: rgba(33,150,243,0.7)
}

#contact-vr .phone-vr-img-circle {
	background-color: #2196F3
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #1fd744;
	background-color: #590000
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
	background: #1cd741
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 50%
}

#gom-all-in-one #phone-vr {
	transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all
}

#gom-all-in-one #zalo-vr {
	transition: 1s all;
	-moz-transition: 1s all;
	-webkit-transition: 1s all
}

#gom-all-in-one #viber-vr {
	transition: 1.3s all;
	-moz-transition: 1.3s all;
	-webkit-transition: 1.3s all
}

#gom-all-in-one #contact-vr {
	transition: 1.6s all;
	-moz-transition: 1.6s all;
	-webkit-transition: 1.6s all
}

#button-contact-vr.active #gom-all-in-one .button-contact {
	margin-left: -100%
}

#all-in-one-vr .phone-bar {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	color: #fff;
	padding: 5px 15px 5px 48px;
	border-radius: 50px;
	margin-left: -64px;
	width: max-content;
	cursor: pointer
}

#popup-showroom-vr,div#popup-form-contact-vr {
	display: none
}

#popup-showroom-vr.active,div#popup-form-contact-vr.active {
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 99999
}

.bg-popup-vr {
	position: absolute;
	left: 0;
	top: 0;
	background: #820000;
	width: 100%;
	height: 100vh
}

.content-popup-vr {
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 95%;
	border-radius: 5px;
	box-shadow: 0 0 14px 5px #000;
	max-width: 600px;
	display: flex
}

.content-popup-vr input,.content-popup-vr textarea {
	width: 100%;
	max-height: 100px;
	min-height: 38px;
	border: 1px solid #b1b1b1;
	margin-bottom: 10px;
	padding: 0 7px;
	background: #fff
}

.content-popup-vr label {
	width: 100%
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
	max-width: fit-content;
	padding: 5px 32px 2px;
	background: #2196f3;
	border: 0;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	margin: 10px auto 0;
	display: block;
	box-shadow: 0 0 5px 1px #000;
	font-weight: 400;
	min-height: auto;
	line-height: 30px
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
	opacity: .7
}

.content-popup-vr .close-popup-vr {
	font-family: sans-serif;
	width: 23px;
	height: 23px;
	background: #000;
	position: absolute;
	top: -10px;
	right: -10px;
	color: #fff;
	text-align: center;
	line-height: 23px;
	font-size: 17px;
	border-radius: 50%;
	cursor: pointer
}

.content-popup-vr .close-popup-vr:hover {
	background: #b50000
}

.content-popup-vr .content-popup-div-vr {
	width: 100%;
	padding: 25px
}

.content-popup-vr .content-popup-img-vr {
	width: 100%;
	max-width: 45%;
	border-radius: 10px 0 0 10px;
	overflow: hidden
}

#loco-top,#loco-bottom {
	display: block
}

#loco-top .content-popup-img-vr,div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
	max-width: 100%;
	text-align: center
}

#contact-showroom.no-event a {
	pointer-events: none
}

.content-popup-vr .content-popup-div-vr ul {
	color: #333;
	list-style: none;
	font-size: 15px
}

@media(max-width: 673px) {
	div#popup-form-contact-vr .content-popup-vr {
		display:block
	}

	div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
		max-width: 100%;
		display: none
	}
}
#facebook-vr .phone-vr-circle-fill {
	background-color: rgba(59,89,152,0.7);
	box-shadow: 0 0 0 0 rgba(59,89,152,0.7);
}

#facebook-vr .phone-vr-img-circle {
	background-color: #3B5998;
}
/* End button contact */
/*  */
.echbay-sms-messenger div.phonering-alo-zalo, 
.echbay-sms-messenger div.phonering-alo-alo {
	background-color:#0084ff
}
.echbay-sms-messenger div.phonering-alo-sms {
	background-color:#f60
}
.echbay-sms-messenger div.phonering-alo-messenger {
	background-color:#e60f1e
}

.echbay-sms-messenger {
	width:45px;
	text-align: center;
	right:20px;
	position: fixed;
	bottom:60px;
	z-index: 999;
	display:block;
}
.echbay-sms-messenger a {
	line-height:45px;
	color: transparent;
	display:block;
}
.echbay-sms-messenger div {
	margin: 14px 0;
	background: #0084FF center no-repeat;
	background-size: 70%;
	border-radius: 50%;
	box-shadow: 0 3px 10px #888;
}

/* Icon background images */
.echbay-sms-messenger div.phonering-alo-alo {
	background-image: url(/wp-content/uploads/2025/07/call.webp);
}
.echbay-sms-messenger div.phonering-alo-sms {
	background-image: url(/wp-content/uploads/2025/07/mail.webp);
	background-color: #f60;
	background-size: 60%;
}
.echbay-sms-messenger div.phonering-alo-zalo {
	background-image: url(/wp-content/uploads/2025/07/zalo.webp);
}
.echbay-sms-messenger div.phonering-alo-messenger {
	background-image: url(/wp-content/uploads/2025/07/messenger.webp);
	background-color: #e60f1e;
}

/* Chỉ hiển thị trên PC - ẩn trên mobile */
@media (max-width: 768px) {
	.mfp-container{
		padding: 10px !important;
	}
	.echbay-sms-messenger {
		display: none !important;
	}
	div#logo{
		margin-right: 0;
	}
	.header-sub span{
		font-weight: bold;
		font-size: 15px;
	}
	.admin-bar .ux-menu.stack.stack-col.justify-start.duan__menu.menu_fixed {
		top: 72px;
	}
}
/* footer contact buttons */
@media (min-width: 822px) and (max-width: 849px) {
	.header-wrapper{
		background: #fff972;
	}
	.flex-col.show-for-medium.flex-right{
		width: 100%;
	}
	.flex-col.show-for-medium.flex-left{
		flex: 1;
		flex-basis: 100%;
		width: 100%;
	}
	li.html.custom.html_topbar_left {
		width: 100%;
		text-align: center;
	}
	.header-sub span{
		font-weight: bold;
		font-size: 22px;
	}
	.header-sub span a{
		color: rgb(30, 43, 59);
	}
	.header-sub {
		display: inline-flex;
		flex-direction: column;
		padding: 5px 15px;
		gap: 5px;
		border-radius: 99px;
		border: 2px solid #222;
		background: var(--mau-nut-header);
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.header-sub span i.dashicons-bell {
		font-size: 26px;
		max-width: 18px; 
		max-height: 18px;
	}
}
@media only screen and (max-width: 821px){
	.header-bg-color.fill{
		display: none;
	}
	.image-wave {
		margin-top: 200px;
	}
	.bcons-solary .info-banner{
		position: relative;
		margin: 15px auto 0 auto;
		width: 95%;
		max-width: 95%;
		transform: unset;
	}
	.admin-bar .ux-menu.stack.stack-col.justify-start.duan__menu.menu_fixed {
		top: 70px;
	}
	.header-wrapper{
		background: #fff972;
	}
	/* 	trang chủ */
	.icon-box.featured-box.custom_icb.icon-box-left.text-left {
		justify-content: center;
	}
	.custom_icb .icon-box-text {
		flex-basis: 100%;
		width: 100%;
		padding-left: 0 !important;
		text-align: center;
		margin-top: 5px;
	}
	/* 	end trang chủ */
	.flex-col.show-for-medium.flex-right{
		width: 100%;
	}
	.flex-col.show-for-medium.flex-left{
		flex: 1;
		flex-basis: 100%;
		width: 100%;
	}
	li.html.custom.html_topbar_left {
		width: 100%;
		text-align: center;
	}
	.header-sub span{
		font-weight: bold;
		font-size: 22px;
	}
	.header-sub span a{
		color: #fff;
	}
	.header-sub {
		display: inline-flex;
		flex-direction: column;
		padding: 5px 15px;
		gap: 5px;
		border-radius: 99px;
		border: 2px solid #fff;
		background: var(--mau-nut-header);
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.header-sub span i.dashicons-bell {
		font-size: 26px;
		max-width: 18px; 
		max-height: 18px;
		color: #fff;
	}
	.header-sub {
		animation: zoomInOut 1.8s infinite;
		box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.7);
	}

}
@media (min-width: 768px) and (max-width: 1024px) {
	.bcons-solary .info-banner{
		transform: translate(-10%, 30%);
	}
}
@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.flex-wrap--mb,
	.flex-wrap--mb .col-inner{
		flex-wrap: wrap !important;
	}
}
@media (max-width: 768px) {
	.header-sub span {
		font-weight: bold;
		font-size: 18px;
	}
}
@media only screen and (max-width: 541px){
	a.button.fw-mb{
		width: 100%;
	}
	.gallery-uni .gallery-col.col{
		padding-bottom: 5px;
	}
	.col-mb-0.col{
		padding-bottom: 5px !important;
		margin-bottom: 5px !important;
	}
	.bcons-tdh .nav {
		justify-content: center;
	}
	.bcons-tdh .nav .tab a span{
		font-size: 12px;
	}
	.col-flex .col-inner{
		flex-wrap: wrap;
	}
	.col-flex .col-inner .text,
	.col-flex .col-inner .img{
		max-width: 100%;
		width: 100%;
		flex-basis: 100%;
	}
	.chinhsach-headline{
		padding-bottom: 20px;
	}
	.video-9x16-container{
		max-width: 95%;
	}
	li.html.custom.html_topbar_left {
		text-align: center;
	}
	.logo a {
		width: 50px;
		height: 50px;
	}
	a.button.small-mb {
		font-size: 15px;
	}
	.mfp-wrap {
		top: 0 !important;
	}
	.btn__noti .col-inner{
		padding-left: 10px; 
		padding-right: 10px;
	}
	.btn__noti .col-inner a{
		margin: 0 0 10px 0;
		font-size: 14px;
	}
	.hidden__mobile{
		display: none;
	}
	.duan__menu a{
		padding: 7px 0;
	}
	.admin-bar .ux-menu.stack.stack-col.justify-start.duan__menu.menu_fixed {
		top: 70px;
	}
	.home_blog-sc .box-text,
	.home_blog-sc .blog--vertical .box-text{
		padding: 10px 0;
		background: #eee;
		border-radius: 0 0 8px 8px;
		margin-bottom: 10px;
	}
	.home_blog-sc .box-text-inner.blog-post-inner{
		padding: 0px 15px;
	}
	.home_blog-sc .post-title {
		font-size: 16px;
	}
	.wpcf7-form .grid-3.grid-fw-mb p{
		grid-template-columns: 1fr;
		gap: 0;
	}
	.header-sub span {
		font-size: 16px;
	}
	.header-sub span i.dashicons-bell {
		font-size: 16px;
		max-width: 16px; 
		max-height: 16px;
	}
}
@media screen and (max-width: 540px){
	.header-sub span{
		font-size: 13px;
	}
}
@media screen and (max-width: 481px){
	.header-sub span {
		font-size: 12px;
	}
	#logo{
		width: 40px !important;
	}
	#logo a{
		width: 40px; 
		height: 40px;
	}
	.header-sub{
		gap: 0;
		padding: 5px;
	}
}
@media screen and (max-width: 400px){
	.header-sub span{
		font-size: 11px;
	}
}
@media screen and (max-width: 381px){
	.header-sub span{
		font-size: 10px;
	}
}

@media screen and (max-width: 351px){
	.duan__menu a {
		font-size: 14px;
	}
	.header-sub span {
		font-size: 9px;
	}
}
@media screen and (max-width: 331px){
	.header-sub span {
		font-size: 8px;
	}
}
@media screen and (max-width: 321px){
	.ux-menu.stack.stack-col.justify-start.duan__menu.menu_fixed a{
		font-size: 13px;
	}
	li.html.custom.html_topbar_left {
		font-size: 11px;
	}
	.header-sub span{
		font-size: 7px;
	}
	.header-sub span i.dashicons-bell{
		font-size: 11px; 
		width: 11px; 
		height: 11px;
	}
} 
@media screen and (max-width: 300px){
	.header-sub span{
		font-size: 7px;
	}
}
@media screen and (max-width: 280px){
	.header-sub span{
		font-size: 6px;
	}
}
@media screen and (max-width: 260px){
	.header-sub span{
		font-size: 5px;
	}
}