main#page-home {
    overflow: hidden;
}

.header-menu > nav > ul > li.current-post-ancestor > a,
.header-menu > nav > ul > li.current-product-ancestor > a,
.header-menu > nav > ul > li.current-menu-item > a,
.header-menu nav ul li.current_page_item a {
	color: var(--color-red);
}

.header-menu nav ul li a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
}
.article-grid>.row {
    gap: 30px 0;
}
.wrap-tab-contact {
	overflow: hidden;
}
.wrap-tab-contact .tabs-list {
	margin-top: 20px;
}

.wrap-tab-contact .tabs-list ul {
	display: flex;
	gap: 18px;
	align-items: center;
}

.wrap-tab-contact .tabs-list ul li {
	border: 1px solid #000;
    padding: 8px;
    border-radius: 10px;
}

.wrap-tab-contact .tabs-list ul li {
	font-weight: 500;
}
.wrap-tab-contact .tabs-list ul li.active {
	border: 1px solid var(--color-red);
}
.wrap-tab-contact .tabs-list ul li.active a {
	color: var(--color-red);
}
.wrap-tab-contact .tabs-list .map-location {
	padding: 10px;
	height: 400px;
}
.mv__video {
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wrap-banner .slide-banner .home-cols-1 .swiper-pagination-bullet {
	width: 40px;
    height: 7px;
    border-radius: 10px 10px;
	background: white;
	opacity: 1;
}
.wrap-banner .slide-banner .home-cols-1 .swiper-pagination-bullet-active {
	background: var(--color-red);
}
.logo-footer-main {
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}

.logo-footer-main img {
	width: 200px;
	object-fit: cover;
}

.header-menu nav ul li.menu-item-has-children ul li {
	padding: 0;
}

.ctnr .wrap-address {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.transpi__social-icon li {
	background: var(--color-red);
	padding: 10px;
	border-radius: 50%;
	line-height: 0px !important;
}

.servicer .servicer-item {
	align-items: center;
}
.about-block.sec-bggray .about-block__img img {
	height: 328px;
	width: 100%;
	object-fit: cover;
}
.header-menu nav{
	display: flex;
}
.btn-search-header {
	position: relative;
	margin-left: 65px;
}
.section-banner img,
.section-banner video {
	height: 355px;
	object-fit: cover;
	width: 100%;
}

.header-menu nav ul li .fa-chevron-down {
	margin-left: 2px;
}

.btn-search-header svg {
    width: 17px;
    height: 21px;
    position: relative;
    top: 0px;
}
.btn-search-header svg {
    fill: var(--color-red);
}
.header-menu nav ul li:last-child {
	margin-left: 0 !important;
}
.box-menu-c2-mobiles li {
    border-bottom: unset !important;
}
.mv__video video {
	width: 100%;
    object-fit: cover;
    height: 610px;
    overflow: hidden;
}

.sec-info .info-grid__icon img {
	width: 35px;
	height: 35px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.servicer-item__img img {
	filter: brightness(0) invert(1);
}
.about-info {
    padding: 80px 0;
}
.about-what {
    padding: 50px 0 100px;
    background: #FBFBFB;
}
.about-what__row {
	gap: 20px 0;
}

.about-what__img,
.about-what__img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.about-what__item {
	background: white;
	padding: 32px;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

.about-what__item:not(:last-child) {
	margin-bottom: 16px;
}

.about-what__icon {
	width: 72px;
	height: 72px;
	color: var(--color-red);
	border-radius: 50%;
	border: 1px solid currentColor;
}

.about-what__icon svg,
.about-what__icon img {
	width: 40px;
	fill: currentColor;
}

.about-what__ct {
	width: calc(100% - 90px);
}

.about-what__ct-ttl {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-red);
	margin-top: 0;
}

.about-what__ct-brief {
	font-size: 14px;
}
.about-block {
    padding: 60px 0;
    background-color: #FBFBFB;
}
.about-vision {
    padding: 60px 0;
}
.about-block__ttl {
    font-size: 26px;
    font-weight: 700;
    color: var(--color-red);
}
.about-block__subttl {
    font-size: 16px;
    font-weight: 700;
}
.about-block__subttl:not(:last-child) {
    margin-bottom: 25px;
}

.mv-product{
	position: relative;
	z-index: 1;
}
.mv-product::before {
	content: "";
	background: linear-gradient(70deg, #000000 0%, #7600002B 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.mv-product__ct{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 3;
	color: white;
}
.mv-product__ct-ttl{
	font-size: 55px;
	font-weight: 700;
}
.mv-product__ct-brief{
	font-size: 16px;
	margin-bottom: 25px;
}
.mv-product__img img{
	width: 100%;
	height: 550px;
	object-fit: cover;
}
.title-categorys-tops p {
    color: var(--color-red);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.title-categorys-tops ul li a i {
    font-size: 16px;
    color: var(--color-red);
    margin-right: 10px;
}

.title-categorys-tops ul li a {
    font-size: 15px;
    font-weight: 500;
}

.title-categorys-tops ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
    margin-bottom: 20px;
}
.post-sidebar__img {
    width: 33%;
}
.list-post-typer a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-post-typer .title-categorys-tops ul li {
    border-bottom: none;
}
.post-sidebar__item:not(:last-child) {
    margin-bottom: 20px;
}
.post-sidebar__ct {
    width: calc(67% - 16px);
}
.post-sidebar__ct-ttl {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis;
}
.date-post {
    color: #adadad;
    font-size: 13px;
    font-weight: 400;
}
.sec-blog-detail {
    padding: 50px 0;
}
.panel-sidebar:not(:last-child) {
    margin-bottom: 40px;
}
.panel-sidebar__ttl {
    color: var(--color-red);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.detail-socail {
    gap: 5px;
}
.detail-socail__item {
    color: var(--color-red);
    border: 1px solid currentColor;
    flex: 1;
}
.detail-socail__icon {
    width: 43px;
    min-height: 43px;
    height: 100%;
    background: var(--color-red);
    color: white;
}
.detail-socail__text {
    width: calc(100% - 50px);
    padding: 5px 10px;
}
.detail-socail__icon svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}
.box-event-post {
    margin-top: 30px;
}
.box-event-post .title-events {
    color: var(--color-red);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.item-event-post {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.images-event-posts {
    width: 30%;
}
.content-events-post {
    width: 68%;
}
.content-events-post a {
    color: var(--color-red);
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 6px;
}
a.btn-next-postk {
    margin-top: 11px;
    font-size: 15px;
}
.content-events-post a {
    color: var(--color-red);
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 6px;
}
.panel-sidebar__register input {
    color: #59585b;
    height: 47px;
    border: 1px solid #333;
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.panel-sidebar__btn {
    width: 100%;
    gap: 5px;
    padding: 12px 17px !important;
}
.panel-sidebar__btn-icon {
    width: 15px;
    color: inherit;
}
.panel-sidebar__btn-icon svg {
    fill: currentColor;
}
.layout-contact {
    padding: 60px 0;
}

.contact-address p {
    position: relative;
    padding-left: 62px;
    border-left: 2px solid #59585B80;
    margin-bottom: 25px;
}
.contact-address p img {
    position: absolute;
    left: 15px;
    top: 10px;
    margin-left: 0;
    width: 30px !important;
}
.contact-socail p:not(:last-child) {
    margin-bottom: 10px;
}
.layout-contact .layout-contact__ttl {
    color: var(--color-red);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
}
.form-contact .form-group label {
    display: inline-block;
    line-height: 1.1;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #A32523FF;
    font-size: min(20vw, 16px);
    margin-bottom: 10px;
    padding-top: 10px;
}
.form-contact .form-group input {
    padding: 12px 5px 12px 5px;
    height: 35px;
    font-size: 16px;
}
.form-contact .form-control {
    border: 1px solid #666;
}
.layout-contact .form-contact {
    background: #FBFBFBFF;
    padding: 20px 50px;
}
.form-privacy {
    font-size: 12px;
}
.form-contact .btn-lienhe {
    display: block;
    margin: 0 auto;
    background: transparent;
}
.form-contact .btn-lienhe {
    padding: 5px 20px;
    font-size: 17px;
    color: var(--color-red);
    border: 1px solid #666;
}
.contact-map {
    line-height: 0;
}

.contact-map iframe {
	width: 100%;
}
.header-menu nav ul li .fa-chevron-down {
    font-size: 10px;
}

.sec-search {
    padding: 50px 0;
}
.article-grid__item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.article-grid__img {
    position: relative;
}
.article-grid__img::before {
    content: "";
    padding-top: calc((3 / 4)* 100%);
    display: block;
}
.article-grid__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-grid__cate {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: var(--color-red);
    color: white;
    border-radius: 0px;
    font-size: 10px;
    padding: 5px;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
}
.article-grid__ct {
    padding: 20px;
}
.article-grid__ttl {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-red);
    margin-top: 0;
}
.article-grid__date {
    border-top: 1px solid #a32523;
    padding: 10px 20px;
    font-size: 13px;
    color: #59585b;
}

.sec-search .article-grid__brief p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.search.search-results .mv-page {
    text-align: center;
}

.popup-cart-mobile {
	max-width: 450px;
	height: auto;
	background: #fff;
	width: 100%;
	top: 35% !important;
	left: 50%;
	width: 100%;
	position: fixed;
	visibility: hidden;
	transform: translate(-50%, -35%);
	border-radius: 7px;
	overflow: hidden;
	display: none
}

.popup-cart-mobile.active {
	visibility: visible;
	z-index: 9999;
	display: block
}

@media (min-width: 767px) {
	.popup-cart-mobile {
		min-width: 450px
	}
}

.popup-cart-mobile .header-popcart .top-cart-header span {
	display: block;
	padding: 10px;
	background: linear-gradient(182deg, #0ea04b 0%, #0ea04b 52%, #61a83e 82%);
	font-weight: bold;
	color: #fff;
	padding-left: 35px
}

.popup-cart-mobile .header-popcart .top-cart-header span svg {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 10px;
	filter: invert(1)
}

.popup-cart-mobile .media-content {
	display: flex;
	padding: 10px;
	border-bottom: 1px solid #1e3e95;
	margin-bottom: 10px
}

.popup-cart-mobile .media-content .thumb-1x1 {
	width: 70px
}

.popup-cart-mobile .media-content .thumb-1x1 img {
	max-width: 100%;
	max-height: 100%
}

.popup-cart-mobile .media-content .body_content {
	width: calc(100% - 70px);
	padding-left: 15px
}

.popup-cart-mobile .media-content .body_content h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
	padding: 0px;
	min-height: unset;
}

.popup-cart-mobile .media-content .body_content .product-new-price {
	margin-top: 0;
	font-size: 16px;
	font-weight: 400;
	display: block
}

.popup-cart-mobile .media-content .body_content .product-new-price b {
	margin-right: 15px;
	color: #233c95;
}

.popup-cart-mobile .media-content .body_content .product-new-price span {
	color: #979797;
	background: none;
	padding: 0;
	font-size: 14px;
	display: block
}

.popup-cart-mobile .noti-cart-count {
	font-size: 14px;
	color: #000;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 10px
}

.popup-cart-mobile .noti-cart-count span {
	display: inline-block;
	background: none;
	color: #243d96;
	padding: 0
}

.popup-cart-mobile .iconclose {
	position: absolute;
	right: 10px;
	top: 6px
}

.popup-cart-mobile .iconclose svg {
	filter: invert(1);
	width: 15px;
	height: 15px;
	transition: transform 0.3s
}

.popup-cart-mobile .iconclose:hover svg {
	transform: rotate(90deg)
}

.popup-cart-mobile .bottom-action {
	padding: 0 10px 10px;
	display: inline-block;
	width: 100%
}

@media (min-width: 992px) {
	.popup-cart-mobile .bottom-action {
		display: flex;
		justify-content: space-between
	}

}

.popup-cart-mobile .bottom-action {
	padding: 0 10px 10px;
	display: inline-block;
	width: 100%
}

@media (min-width: 992px) {
	.popup-cart-mobile .bottom-action {
		display: flex;
		justify-content: space-between
	}
}

.popup-cart-mobile .tocontinued {
	background: rgb(251, 134, 11);
	font-weight: 400;
	line-height: 38px;
	display: block;
	padding: 0px 20px;
	border: solid 1px rgb(251, 134, 11);
	color: #fff;
	border-radius: 0;
	height: 40px;
	margin-bottom: 6px;
	margin-top: 0px;
	clear: both;
	text-align: center;
	border-radius: 40px;
	cursor: pointer
}

.popup-cart-mobile .tocontinued:hover,
.popup-cart-mobile .tocontinued:active {
	background: linear-gradient(182deg, #0ea04b 0%, #0ea04b 52%, #61a83e 82%);
	border: solid 1px #213b93;
}

@media (min-width: 992px) {
	.popup-cart-mobile .tocontinued {
		width: calc(50% - 5px);
		margin-bottom: 0px
	}
}

.popup-cart-mobile .checkout {
	height: 40px;
	line-height: 38px;
	width: 100%;
	background: linear-gradient(182deg, #0ea04b 0%, #0ea04b 52%, #61a83e 82%);
	border-radius: 0;
	padding: 0px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	border: solid 1px #008b4b;
	float: right;
	border-radius: 40px
}

.popup-cart-mobile .checkout:hover,
.popup-cart-mobile .checkout:active {
	background: rgb(251, 134, 11);
	border: solid 1px rgb(251, 134, 11);
	color: #fff;
}

.el-floating-chat-item__icon img {
	filter: brightness(0) invert(1);
}

.about-service__img::before {
    padding-top: calc((3 / 5)* 100%) !important;
}
.about-service__img img {
	object-fit: cover !important;
}
.product-column__brief {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.footer-copyright p a:hover{
	color: #fff;
}

.wrap-lag-menu {
	display: flex;
	align-items: center;
}

.wrap-lag-menu .wpml-ls-flag {
	width: 35px;
	object-fit: cover;
}

.hidden-desktop-lan {
	display: none;
}

.icon-menu-nav-mobile li.active a {
	color: var(--color-red);
}


@media (min-width: 992px) {
	.popup-cart-mobile .checkout {
		width: calc(50% - 5px);
		margin-bottom: 0px
	}
}

@media (max-width: 1024px) {
	.mv__video video,
	.mv__video img {
		height: 500px;
	}
	.about-block.sec-bggray .about-block__img img {
		height: auto;
	}
	.about-info {
		padding: 40px 0;
	}
	.about-what {
		padding: 50px 0 0;
	}
	.about-info__img {
		padding-top: 40px;
	}
	.about-service {
		padding: 20px 0 60px !important;
	}
	
}

@media (max-width: 992px) {
	.page-template-page-home p {
		font-size: 14px !important;
	}
	.hidden-mobile-lan {
		display: block;
	}
	.detail-socail__text,
	.hidden-desktop-lan {
		display: none;
	}
	.layout-contact .form-contact {
		padding: 20px 15px;
	}
	.form-privacy {
		padding-bottom: 10px;
	}
	.detail-socail__item {
		flex: none;
	}
}

@media (max-width: 768px) {
	section.header-mobile {
		position: fixed !important; 
		width: 100%;
		background: #fff;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
}

@media (max-width: 480px) {
	.popup-cart-mobile {
		max-width: 300px
	}
}
.backdrop__body-backdrop___1rvky {
	position: fixed;
	opacity: 0;
	width: 100%;
	left: 0;
	top: 0 !important;
	right: 0;
	bottom: 0;
	background-color: #363636;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.backdrop__body-backdrop___1rvky.active{
	visibility: visible;
	opacity: .4;
}
.popup-cart-mobile.active {
visibility: visible;
z-index: 999999 !important;
}