/*
Theme Name: Child Theme
Description: Web oto
Author: Trường Phong
Author URI: https://themewpgiare.com
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
	font-family: "UTMHanzel";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/themes/123web/assets/font/UTMHanzel.woff") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "UTMBanque";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/themes/123web/assets/font/UTMBanque.woff") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "UTMBanqueBold";
	font-weight: normal;
	font-style: normal;
	src: url("/wp-content/themes/123web/assets/font/UTMBanqueBold.woff") format("truetype");
	font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'UTMBanqueBold'
}
/*** MENU ***/
.header-nav.nav > li {
    padding: 0 4px;
	height: 100%
}

.header-nav.nav > li > a {
    font-size: 13px;
	font-family: 'UTMBanqueBold';
	height: 100%;
	transform: scaleY(1.2);
}
.header-nav.nav {
    height: 70px;
	justify-content: end;
}

.header-nav.nav.nav-right {
    justify-content: start;
}

.header-nav-main.nav-line-bottom > li > a:before {
    width: 70%;
}
/*** END MENU ***/

/*** HOME ***/
.tabCar h3 {
    font-weight: normal;
}
.tabCar .box-text p {
    color: #aeaeae;
	font-family: "UTMHanzel", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.box-blog-post .is-divider {
    background: transparent;
}
/*** SS CTA ***/
.ss-cta .icon-box {
    background: #bc202d;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ss-cta .icon-box h3 {
	color: #fff;
}
.ss-cta .icon-box .icon-box-img {
	padding: 15px;
    background: #fd8304;
}
.ss-cta .icon-box .icon-box-img img {
	padding: 0;
}
/*** PRODUCT PAGE ***/
.menuScroll ul {
	text-align: center;
	margin-bottom: 0;
}
.menuScroll ul li {
	list-style: none;
	display: inline-block;
	width: 15%;
}
.menuScroll ul li a {
	font-family: "UTMBanque", sans-serif;
	font-weight: bold;
	
}
.titleProductPage .section-title-normal {
	border: none !important;
}
.titleProductPage .section-title-normal span {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
	font-size: 60px;
}
.rowCar .box h3 {
    font-weight: normal;
}
.rowCar .box p {
	color: #aeaeae;
	font-family: "UTMHanzel", sans-serif;
	font-size: 14px;
}
.rowCar .box .box-text {
    min-height: 215px;
}
.titleRL b {
    background: transparent;
}
/*** FOOTER ***/
#footer .col {
    padding-bottom: 0;
}
#footer ul {
	list-style: none;
}
#footer ul li {
    margin-left: 16px;
    border: 0;
}
#footer ul li a, #footer p {
    font-size: 16px;
    padding: 0;
    padding-bottom: 2px;
	transition-duration: 200ms;

}
#footer .section-title-container {
	margin-bottom: 5px;
}
#footer li {
    list-style: disc;
}
#footer ul li a:hover {
    color: var(--fs-color-primary);
}
#footer .social-icons a {
    background: #fff;
}

#footer .social-icons i {
    color: #000;
}
#footer .menu li {
    margin-left: 0;
}
#footer .col1 i:before {
    font-family: FontAweSome;
    font-size: 14px;
	font-style: normal;
}

#footer .col1 li {
    list-style: none;
    margin-left: 0;
    display: flex;
	gap: 8px;
	font-size: 16px;
}
#footer .col1 .location-dot:before {
    content: '\f3c5';
}
#footer .col1 .phone:before {
    content: '\f095';
}
#footer .col1 .envelope:before {
    content: '\f0e0';
}
#footer .col1 .earth-americas:before {
    content: '\f57d';
}
body.body-scroll-lock--active .mfp-wrap {
    background: #333333e6;
}

/*** FORM POPUP ***/

.lightbox-content > * {
    color: #fff;
}

.lightbox-content label.form_label {
    color: #fff;
}

.form_custom .info {
    flex-wrap: wrap;
}

.form_custom .info .form_name input {
    margin-bottom: 0;
}
#bao-gia-uu-dai, #dang-ky-lai-thu {
	background: #212121;
}
#bao-gia-uu-dai .wpcf7-submit, #dang-ky-lai-thu .wpcf7-submit {
    background: #29487d;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}
#bao-gia-uu-dai span.titleF, #dang-ky-lai-thu span.titleF {
    background: #ff0000;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}
/*** END FORM POPUP ***/
/*** AUTO POPUP ***/
#popupUuDai .wpcf7-submit {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 5px solid #5d1215;
}
#bao-gia-uu-dai .wpcf7-submit:before, #dang-ky-lai-thu .wpcf7-submit:before {
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s;
    animation-iteration-count: infinite;
    position: absolute;
    top: 0;
    left: -70%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0,
        #fafafa 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
    100% {
        left: 100%;
    }
}
@keyframes shine {
    100% {
        left: 100%;
    }
}
/*** start hotline ***/
.hotlinefix {
  position: fixed;
  bottom: 35px;
  left: 42px;
  z-index: 99;
}

.hotlinefix .phone {
  width: 220px;
  background: #FFF;
  border-radius: 39px;
  left: -30px;
  top: -29px;
  position: absolute;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}

.hotlinefix .phone p {
  line-height: 50px;
  margin: 0;
  padding: 0;
}

.hotlinefix .phone p a {
  font-style: inherit;
  color: #F00;
  text-shadow: none;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 66px;
  margin-left: 70px;
}

.circle-hotline {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #F00;
  -webkit-transition: height .25s ease, width .25s ease;
  transition: height .25s ease, width .25s ease;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  margin-top: 3px;
  margin-left: -3px;
}

.circle-hotline span {
  margin: 12px;
  display: inline-block;
  -webkit-animation: ring-anim 1s infinite ease-in-out;
  animation: ring-anim 1s infinite ease-in-out;
}

.circle-hotline img {
  width: 50px;
  max-width: 100%;
  height: auto;
}

.circle-hotline:before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.circle-hotline:after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.circle-hotline:before, .circle-hotline:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #F00;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes ring-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}
@keyframes ring-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}
/*** end hotline ***/
/*** POPUP BÃO GIÃ ***/
.btn-popup-report-price {
	display: block;
	height: 50px;
	position: fixed;
	bottom: 10px;
	background: #b70100;
	text-decoration: none;
	-webkit-box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	z-index: 999999999;
	color: #fff;
	font-weight: 700;
	font-size: 125%;
	border-radius: 25px;
	padding: 5px;
	-moz-animation-duration: 500ms;
	-moz-animation-name: calllink;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-webkit-animation-duration: 500ms;
	-webkit-animation-name: calllink;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-duration: 500ms;
	animation-name: calllink;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}    
.btn-popup-report-price {
	right: 0;
	width: 220px;
}    
.btn-popup-report-price em {
	position: relative;
	color: #b70100;
	font-size: 30px;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin-right: 5px;
}    
.btn-popup-report-price em:before {
	position: absolute;
	top: 5px;
	left: 4px;
}
.back-to-top {
	background: var(--fs-color-primary) !important;
	bottom: 100px
}
@keyframes calllink {
    0% {
        color: #eba11e;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #ebfa48;
    }
}
.back-to-top i {
    color: #fff !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	div#hidden-on-mobile {
		display: none;
	}
	.btn-popup-report-price {
		background: #2d96cd;
		width: 100%;
		border-radius: 0;
		bottom: 0;
		left: 0;
		height: 40px;
		text-align: center;
		padding: 0;
		font-size: 100%;
		line-height: 40px;
	}
	.btn-popup-report-price em {
		display: none;
	}
	.ss-cta .icon-box .icon-box-img {
		margin: 0;
		display: block;
		width: 100% !important;
	}
	.ss-cta .icon-box .icon-box-img img {
		padding: 0;
		width: 50%;
		display: flex;
		margin: 0 auto;
	}
	.ss-cta .icon-box .icon-box-text {
		padding-left: 0;
		text-align: center;
	}

}


/* CSS Bi */
.ss2 {
    padding-top: 60px !important;
}

.ss2 h2 {
    font-size: 32px;
}

.ss2 p {
    margin-bottom: 8px;
}

.form-cta .col-left {
    /* background: url('https://lynkco.giaodien.org/wp-content/uploads/2025/05/cta1.png') no-repeat; */
    /* display: block; */
    /* transform: skew(-20deg, 0) translateX(-45%); */
    transition: all 1.5s;
    overflow: hidden;
    flex-basis: 100%;
    max-width: 100%;
}

.form-cta .col-right {
    /* background: url('https://lynkco.giaodien.org/wp-content/uploads/2025/05/cta2.png') no-repeat; */
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    /* transform: skew(-20deg, 0) translateX(57%); */
    /* transform: skew(-20deg, 0deg) translateX(53%); */
    transition: all 1.5s;
    overflow: hidden;
    flex-basis: 100%;
    max-width: 100%;
}
.form-cta .col-left img {
    /* width: 100%; */
    /* transform: skew(20deg, 0) translateX(43%); */
}

.form-cta .col-right img {
    /* width: 100%; */
    /* transform: skew(20deg, 0) translateX(-53%); */
}

.form-cta {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.form-cta > * {
    position: relative;
}
.about {min-height: 900px;}

.about h3 {
    font-size: 2em;
	line-height: 1.3;
    color: #fff;
}

.about h3:first-child {
    margin-bottom: 0;
}

.about h3 span {
    color: #dc1860;
}

.about .large-12 .col-inner {
    width: 50%;
    margin: 0 auto;
    color: #fff;
}

a.button.primary,.wpcf7-submit  {
    background: rgba(255, 255, 255, 0.3) !important;
    border-left: 5px solid var(--fs-color-primary) !important;
    height: 48px !important;
    line-height: 45px !important;
    position: relative !important;
    overflow: hidden !important; 
}

.wpcf7-submit {
	width: 30%;
}

.button.primary:before,.wpcf7-submit:before {
    content: '';
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--fs-color-primary);
    z-index: 0;
    transition: width 0.4s ease; 
}

.button.primary:hover:before,.wpcf7-submit:hover:before {
    width: 100%;
}

.button.primary,.wpcf7-submit {
    z-index: 1;
    color: #fff;
}
.button.primary > * {
    position: relative;
    z-index: 2;
}
.custom-cform7-buttons {
	margin-top: 20px;
	display: flex;
	gap: 10px;
}

.custom-popup {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.6);
}

.custom-popup-content {
	background: #212121;
    box-shadow: 0 0 6px #767070;
    padding: 40px;
    margin: 10% auto;
    width: 90%;
    max-width: 800px;
    border-radius: 1px;
    position: relative;
}

.custom-popup-content label,.custom-popup-content span,.custom-popup-content span.wpcf7-list-item-label {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

.form_custom .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.form_custom .info div {
    width: 100%;
}

.custom-popup-content h3 {
    font-size: 24px;
    color: #fff;
}

.custom-popup-content label {
	font-size: 16px
}

.close-popup {
	position: absolute;
	top: 10px; right: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #aaa;
	cursor: pointer;
}

.contact3 .col-inner {
    background: #333;
    padding: 60px 100px;
}

.contact2,.contact2 .col {
    padding-bottom: 0 !important;
}

.archive main#main,.post-template-default main#main,.page-template-default main#main {
    background: #000;
}

.archive main#main > *,.post-template-default main#main > *,.page-template-default main#main > *,
.page-template-default main#main h1, .page-template-default main#main .tabbed-content  h2, .page-template-default main#main .tabbed-content  h3, .page-template-default main#main .tabbed-content  h4, .page-template-default main#main .tabbed-content  h5, .page-template-default main#main .tabbed-content  h6{
    color: #fff;
}

.archive main#main h5.post-title,.post-template-default main#main h1.entry-title,.post-template-default .entry-meta a,.entry-content.single-page > * {
    color: #fff;
}
.archive main#main ul.page-numbers a,.archive main#main ul.page-numbers span {
    border: 0;
    background: none;
}
.post-template-default main#main .entry-category a {
	color: #eee
}

.entry-content.single-page a {
	color: var(--fs-color-primary)
}
.post-template-default main#main h1.entry-title {
    font-size: 2em;
}

.post-template-default main#main .entry-divider.is-divider.small {
    display: none;
}

.block_widget .box-image {
}

.block_widget .box-text a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.block_widget .box-text .is-divider {
    display: none;
}

.post-sidebar.large-3.col {
    padding-left: 15px;
    padding-right: 0;
}

.block_widget .col.post-item {
    padding-bottom: 8px;
}

.widget .is-divider {
    background: #eee;
}

.widget.block_widget span.widget-title {
    font-family: 'UTMBanqueBold';
}

#cate-info {
    background: url('/wp-content/uploads/2025/05/contact-bg.jpeg') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#cate-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
}
#cate-info h1.cat-title {
    color: #fff;
}

#cate-info div {
	text-align: center;
    z-index: 9;
}

#cate-info nav.rank-math-breadcrumb a, #cate-info nav.rank-math-breadcrumb span {
    color: #fff;
}

.archive .row.align-center {
    padding-top: 60px;
}

.archive .page-wrapper {
    padding-top: 0;
}

#footer h5 {
    font-size: 18px;
    text-transform: uppercase;
}
.social-icons.share-icons a {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    border-left: 0 !important;
    border-radius: 100%;
}

.blogs .top {
    display: flex;
    gap: 30px;
}

.blogs .list .item-image img {
	border-radius: 12px
}

.blogs .list .left .item-image img {
    width: 100%;
}

.blogs .list .left,.blogs .list .right {
    flex-basis: 50%;
    max-width: 50%;
}

.blogs .list .item-text h2 {
    font-size: 22px;
}

.blogs .list .item-text .desc {
    font-size: 16px;
    margin-bottom: 16px;
}

.blogs .list .left .item-text {
    padding-top: 16px;
}

.blogs .list .item-text  .created-date {
    margin-bottom: 8px;
    font-style: italic;
}

.blogs .list .right .item-image, .blogs .list .bottom .item-image {
    flex-basis: 36%;
    overflow: hidden;
    position: relative;
}

.blogs .list .bottom .item-image {
	flex-basis: 140px;
}

.blogs .list .right .item-text {
    flex-basis: 64%;
}

.blogs .list .bottom .item-text {
    flex-basis: 60%;
}

.blogs .list .right .item {
    gap: 16px;
	align-items: center;
}

.blogs .list .right .item-text h2, .blogs .bottom .item-text h2 {
    font-size: 16px;
}

.blogs .list .item-text .created-date {
	font-size: 12px
}

.blogs .list .right .item-image img {
    height: 120px;
	object-fit: cover;
}

.blogs .list .bottom .item-image img {
	height: 90px;
	width: 140px;
	object-fit: cover;
}

.blogs .list .right {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
}

.blogs .bottom {
    display: flex;
    gap: 16px;
	padding-top: 20px;
}

.blogs .bottom .item {
    gap: 16px;
}
div#cate-info h1.cat-title {
    margin-bottom: 0;
}
.bi_slider_custom {
    padding-bottom: 60px !important;
}
.bi_slider_custom p.number {
    font-size: 200px;
    font-weight: 900;
    font-family: 'UTMBanqueBold';
    line-height: 1;
    margin-bottom: 0;
}

.bi_slider_custom h6.title {
    font-size: 16px;
    text-transform: none;
    margin-top: 30px;
}

.bi_slider_custom .swiper-pagination span:first-child:before,.bi_slider_custom .swiper-pagination span:nth-child(2):before,.bi_slider_custom .swiper-pagination span:nth-child(3):before,.bi_slider_custom .swiper-pagination span:nth-child(4):before,.bi_slider_custom .swiper-pagination span:nth-child(5):before {
    content: '01';
    font-size: 20px;
    /* width: 30px; */
    /* height: 30px; */
    display: block;
    position: absolute;
    top: 0;
    left: -18px;
    font-size: 24px;
    font-family: 'UTMBanqueBold';
}

.bi_slider_custom .swiper-pagination span {
    position: relative;
    margin: 0 100px !important;
}

.bi_slider_custom .swiper-pagination span:nth-child(2):before {
    content: '03';
}

.bi_slider_custom .swiper-pagination span:nth-child(3):before {
    content: '05';
}

.bi_slider_custom .swiper-pagination span:nth-child(4):before {
    content: '06';
}

.bi_slider_custom .swiper-pagination span:nth-child(5):before {
    content: '09';
}

.bi_slider_custom .swiper-pagination {
    height: 60px;
    padding-top: 20px;
    position: relative;
}

.bi_slider_custom .swiper-pagination:before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #aaa;
    position: absolute;
    top: 34px;
}

.bi_slider_custom .swiper-pagination-bullet {
    background: #ddd;
    opacity: 1;
    border-radius: 0;
}

.bi_slider_custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--fs-color-primary);
}

.toggle-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.toggle-img > * {
    position: relative;
}
.toggle-img .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.toggle-img .top-img {
    display: none;
}
.toggle-img .bottom-img {
    display: none;
}
.toggle-img .btn-box {
    position: absolute;
    z-index: 100;
}
.toggle-img .first-btn {
    top: 40%;
    left: 60%;
    transform: skew(20deg);
}
.toggle-img .second-btn {
    bottom: 18%;
    right: 60%;
    transform: skew(20deg);
    text-align: right;
}
.toggle-img .left-img {
    display: block;
    transform: skew(-20deg, 0) translateX(-50%);
    transition: all 1.5s;
    overflow: hidden;
    margin-left: -4px;
    margin-top: -4px;
}
.toggle-img .left-img img {
    width: 100%;
    transform: skew(20deg, 0) translateX(46%);
}
.toggle-img .right-img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skew(-20deg, 0) translateX(57%);
    transition: all 1.5s;
    overflow: hidden;
}
.toggle-img .right-img img {
    width: 100%;
    transform: skew(20deg, 0) translateX(-53%);
}
.toggle-img .second-btn a {
    margin: 0;
}
.bi_cta h4 {
    font-size: 28px;
	text-transform: capitalize;
    color: #fff;
}
@media (min-width: 850px) {
    .toggle-img {
        height: auto !important;
    }
}
@media (max-width: 849px) {
    .toggle-img {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .toggle-img .left-img {
        display: none;
    }
    .toggle-img .right-img {
        display: none;
    }
    .toggle-img .top-img {
        display: block;
        width: 100%;
        transform: skew(0, -15deg) translateY(-50%);
        overflow: hidden;
    }
    .toggle-img .top-img img {
        width: 100%;
        transform: skew(0, 15deg) translateY(50%);
    }
    .toggle-img .bottom-img {
        display: block;
        width: 100%;
        transform: skew(0, -15deg) translateY(-50%);
        overflow: hidden;
    }
    .toggle-img .bottom-img img {
        width: 100%;
        transform: skew(0, 15deg) translateY(-50%);
    }
    .toggle-img .first-btn {
        text-align: center;
        top: unset;
        bottom: 10%;
        left: 50%;
        transform: skew(0, 15deg) translateX(-50%);
    }
    .toggle-img .second-btn {
        text-align: center;
        right: 50%;
        top: 40%;
        bottom: unset;
        transform: skew(0, 15deg) translateX(50%);
    }
}
@media (max-width: 549px) {
    .toggle-img .second-btn {
        top: 15%;
    }
}

.custom-product-page .prod-header .section-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.custom-product-page .prod-header {
    background: #333;
}

.custom-product-page .prod-header .section-content .page-title-inner {
    padding-top: 0;
}

.custom-product-page .prod-header .section-content .custom-special-price {
    color: #fff;
    font-size: 14px;
    font-style: italic;
}
.custom-product-page .prod-header .section-content .custom-special-price span {
    font-size: 18px;
    font-weight: 700;
}

.prod-info {
    position: relative;
}

.prod-info .col-inner #info{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 20%;
}
.prod-info .col-inner #info,.prod-info .col-inner #info h2 {
    color: #fff;
}

.prod-info .col-inner #info h2 .info {
    display: flex;
}

.prod-info .col-inner #info .info {
    display: flex;
	gap: 40px
}

.prod-info .col-inner .image {
    position: relative;
	display: flex;
    align-items: center;
}

.prod-info .col-inner .image:before {
    content: '';
    background: hsl(0deg 0% 0% / 40%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.custom-special-info div {
    font-size: 22px;
    font-weight: 600;
}

.custom-special-info p {
    font-size: 12px;
}

.custom-special-info div {
    font-size: 22px;
    font-weight: 600;
}

.custom-special-info p {
    font-size: 12px;
}

.prod-info .col-inner #info .info .custom-special-info div:before {
    content: '';
    width: 1px;
    height: 36px;
    display: block;
    position: absolute;
    left: -20px;
    background: #fff;
}

.prod-info .col-inner #info .info .custom-special-info div {
    position: relative;
}

.prod-info .col-inner #info .info div:first-child .custom-special-info div:before {
    display: none;
}

.single-product .product-short-description {
    background: #333;
    padding: 60px 120px;
}

.single-product .product-short-description p {
    margin-bottom: 0;
}
.custom-product-page ul.tabs.wc-tabs.product-tabs {
    justify-content: center;
}

.custom-product-page ul.tabs.wc-tabs.product-tabs li a::before {
    display: none;
}

.custom-product-page ul.tabs.wc-tabs.product-tabs li a {
    font-size: 28px;
	font-family: 'UTMBanqueBold';
    text-transform: capitalize;
    padding-top: 0;
}

.custom-product-page .content .section-content .row .col.large-12 {
    max-width: 80%;
    margin: 0 auto;
}

.custom-product-page .woocommerce-tabs .large-10.col {
    max-width: 100%;
    padding: 0;
}
.car-select h4 {
    font-size: 28px;
    text-align: center;
    margin-bottom: -44px;
    padding-top: 40px;
	color: #fff;
}
.car-select p {
    color: #fff;
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
}
.phong-car-switcher {
    padding-top: 0 !important;
}
.header-nav.nav ul.sub-menu.nav-dropdown {
    border: 0;
    padding: 8px;
    background: #111;
}

.header-nav.nav ul.sub-menu.nav-dropdown a {
    font-size: 12px;
	font-family: 'UTMBanqueBold';
    color: #fff;
}
.header-nav.nav ul.sub-menu.nav-dropdown a:hover {
	color: var(--fs-color-primary);
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border:none
}
.home-slider ol.flickity-page-dots li.dot {
    border-radius: 0;
    width: 3px;
    height: 16px;
    border: 0;
    margin: 0 4px;
    transform: skewX(-16deg);
}

.home-slider ol.flickity-page-dots li.dot.is-selected {
    height: 28px;
    margin-left: 6px;
    margin-right: 2px;
}
.prod-info .image img {
    max-width: 100%;
    width: 100%;
}
.bi_slider_custom span {
    font-size: 14px;
}

.bi_slider_custom a.btn {
    font-size: 14px;
    display: block;
    background: #333;
    width: 120px;
    margin: 8px auto 0;
    padding: 8px;
}

.bi_slider_custom a.btn:hover {
    background: var(--fs-color-primary);
}

@media (max-width: 48em) {
	.ss2 h2 {
    font-size: 24px;
    padding-left: 12px;
    padding-right: 12px;
}

.bi_slider_custom p.number {
    font-size: 100px;
}

.bi_slider_custom h6.title {
    font-size: 12px;
    line-height: 1.6;
}

.bi_slider_custom .swiper-pagination span {
    margin: 0 24px !important;
}

.bi_slider_custom .swiper-pagination:before {
    top: 32px;
}
	.about {
    min-height: 400px;
}

.about h3 {
    font-size: 28px;
}

.about .large-12 .col-inner {
    width: 100%;
}
.bi_cta h4 {
    font-size: 24px;
}	
.blogs .top {
    display: block;
}

.blogs .list .left, .blogs .list .right {
    max-width: 100%;
}

.blogs .list .item-text h2 {
    font-size: 18px;
}

.blogs .list .item-text .desc {
    font-size: 14px;
}

.blogs .list .right .item-image img {
    height: 80px;
}

.blogs .list .right .item-text h2, .blogs .bottom .item-text h2 {
    font-size: 14px;
}

.blogs .list right .item-text .created-date,.blogs .list right .item-text .created-date {}

.blogs .list .right .item-text .created-date,.blogs .list .bottom .item-text .created-date {
    margin-bottom: 0;
}

.blogs .bottom {
    flex-wrap: wrap;
}

.blogs .list .bottom .item-image {
    flex-basis: 36%;
}

.blogs .list .bottom .item-image img {
    height: 80px;
}

.blogs .list .bottom .item-text {
    flex-basis: 64%;
}	
.contact3 .col-inner {
    padding: 24px;
}	
.post-template-default main#main h1.entry-title {
    font-size: 22px;
}

.post-sidebar.large-3.col {
    padding-right: 15px;
}
.block_widget .col.post-item .box.box-vertical {
    display: flex;
    gap: 12px;
}

.block_widget .col.post-item .box.box-vertical .box-image {
    max-width: 30%;
}	
.custom-product-page .content .section-content .row .col.large-12 {
    max-width: 100%;
}

.single-product .product-short-description {
    padding: 30px;
}
	.custom-product-page .prod-header .section-content {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding: 20px 15px;
}

.custom-product-page .prod-header .section-content .page-title-inner {
    padding: 0;
    margin-bottom: -12px;
}

.custom-product-page .prod-header .section-content .page-title-inner .title-wrapper {
    text-align: left !important;
}
.prod-info .col-inner #info {
    top: 0;
    left: 15px;
	height: 100%;
}

.prod-info .col-inner #info .info {
    display: block;
}

.prod-info .col-inner #info .info .custom-special-info {
    text-align: left !important;
}

.custom-special-info div {
    font-size: 14px;
}

.custom-special-info p {
    margin-bottom: 4px;
	font-size:10px
}

.car-select h4 {
    font-size: 20px;
    margin-bottom: -24px;
    padding-top: 16px;
}

.phong-car-switcher {
    padding-bottom: 0 !important;
}
.phong-car-options {
    padding-bottom: 0;
}	

.car-select .col.large-12 {
    padding-bottom: 0;
}
	
.bi_cta {
    margin-bottom: -694px;
}	
.mfp-content li a {
    font-size: 14px;
    font-family: 'UTMBanqueBold';
    color: #333;
}	
	.ss-cta {display:none}	
}

/* /CSS Bi */