/*
Theme Name: 123Web
Description: Web Ôtô KIA
Author: WebOto.vn
Author URI: https://weboto.vn/
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;
}
/*** MENU ***/
.header-main .nav > li > a {
    font-family: "UTMBanqueBold",sans-serif;
}
/*** END MENU ***/
body {
	font-family: "utm-avo", sans-serif
}

.nav>li>a {
	font-family: "utm-avo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.tab a span,
.heading-font {
	font-family: "UTMHanzel", sans-serif;
	font-weight: normal;
}
/*** 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: 0;
    border: 0;
}
#footer ul li a {
	font-size: 12px;
	padding: 0;
}
#footer .section-title-container {
	margin-bottom: 5px;
}
/*** FORM POPUP ***/
#bao-gia-uu-dai, #dang-ky-lai-thu {
	background: #f9f9f9;
}
#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 {
	bottom: 100px;
	background: #ac2b31 !important;
}
@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;
	}

}