/*
Theme Name: WebOto.vn
Description: Website Toyota Việt Nam
Author: WebOto.vn
Author URI: https://weboto.vn/
Template: flatsome
Version: 3.0
*/
.title-form {
    background: #066fef;
    color: #ffffff;
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
	margin-bottom: 15px;
}
#tu-van form {
    margin-bottom: 0;
    padding: 15px;
}
#tu-van form select, #tu-van input[type=tel], #tu-van input[type=text], #tu-van input[type=email] {
    box-shadow: 0px 2px 2px rgba(0, 74, 113, 0.15);
    border-radius: 8px;
    padding: 5px 20px;
    border: 1px solid #e5e8eb;
    background: #ffffff;
    height: 35px;
}
#tu-van form textarea {
    margin-bottom: 0;
    max-height: 65px !important;
    height: 65px !important;
    min-height: inherit;
}
#tu-van form select {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://gialanbanh.vn/wp-content/themes/weboto-vn/assets/images/icon-select-arrow.svg);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: right 20px center;
}
#tu-van form .wpcf7-submit {
    background-color: #2081e2;
    color: #fff;
    padding: 16px 5px;
    margin: 0;
    width: 170px;
    text-transform: none;
    margin-right: 0;
    transition: 0.3s;
    line-height: 22px;
    border-radius: 8px;
    border: 0;
}


.single-product table tr {
	display: flex;
}
.single-product table td {
	width: 50%;
}
.single-product table h4 {
	margin-top: 0.5em;
}
.single-product table p {
    text-align: justify;
	min-height: 75px;
}
/*************** BLOG SINGLE.   ***************/
.blog-single .gallery-caption {
    margin-top: 5px;
}
.blog-single figure.gallery-item img {
    max-height: 200px;
    height: 200px;
}
.blog-single .entry-divider {
	display: none !important;
}
.blog-single .entry-header-text {
	padding-bottom: 0;
	margin-bottom: 0;
}
/*************** HEADER.   ***************/
button.mfp-close {
    background: #066fef;
    opacity: 1 !important;
}
#form-popup {
    max-height: 450px;
    overflow: hidden;
    height: 450px;
}
.form-popup img {
	height: 450px;
}
.form-popup .col-2 .wpcf7-submit {
    margin: 0;
    display: block;
    width: 100%;
    border-bottom: 5px solid #020941;
}
.chudong1 {
	white-space: nowrap;
    font-size: 22px;
    font-weight: bold;
    color: #ff0000;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, 1px 3px 13px #000;
}
.add {
    display: flex;
    align-items: center;
    justify-items: center;
	margin-top: 10px;
}
.add img {
    margin-right: 10px;
}
.add p {
    font-weight: bold;
	font-size: 14px;
}
.p-relative {
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
}
.p-absolute {
    position: absolute;
}
.hotline-top span {
    font-size: 18px;
    color: red;
    top: 27px;
}
.hotline-top strong {
    color: #111;
	font-size: 14px;
}
i.cdanh {
    font-size: 13px;
    bottom: 0;
    position: absolute;
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
    0% {
         opacity: 1.0;
    }
    50% {
         opacity: 0.0;
    }
    100% {
         opacity: 1.0;
    }
}
@-webkit-keyframes blinker {
    0% {
         opacity: 1.0;
    }
    50% {
         opacity: 0.0;
    }
    100% {
         opacity: 1.0;
    }
}
@keyframes blinker {
    0% {
         opacity: 1.0;
    }
    50% {
         opacity: 0.0;
    }
    100% {
         opacity: 1.0;
    }
}

.header-bottom-nav > li > a {
	color: #000000 !important;
}
.nav-box > li > a:hover, .nav-box > li.active > a {
	color: #ffffff !important;
}

.header-bottom-nav > li:not(.html) > a::before {
    width: 0;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.header-bottom-nav > li:not(.html).active > a::before,
.header-bottom-nav > li:not(.html) > a:hover::before {
    width: 100%;
}

.html.custom a.btn-gd:after {
    content: "\f30b";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
}
a.btn-gd::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
    opacity: 1 !important;
    -webkit-transform: translate(-105%, 0) !important;
    transform: translate(-105%, 0) !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
}
a.btn-gd:hover::before {
    opacity: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
.html.custom a.btn-gd:hover {
    background: #16327a !important;
}
/*************** HOMEPAGE.   ***************/
.model-car-price table td {
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding-left: 15px;
}
.model-car-price table td:last-child {
	border-right: 1px solid #ececec;
}
.model-car-price {
    border: 1px solid #066fef;
    border-top: 3px solid #066fef;
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 15px 0 0 0;
}
.model-car-price table thead {
    background: #066fef;
    color: #ffffff;
}
.model-car-price table thead th {
	text-align: center;
}
.model-car-price table {
    margin-bottom: 0;
}
.model-car-price table tr:nth-child(even) {
	background: #e8e8e8;
}



.slider .flickity-button {
    background: #000;
    width: 50px;
    height: 50px;
}
.slider .flickity-button:hover .arrow {
	fill: #FFFFFF !important;
}
.carTitle {
    font-size: 16px;
    font-family: tcomSans,Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 24px;
    color: #282f42;
    padding: 0 0 10px;
    position: relative;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: uppercase;
    text-align: left;
}
.carTitle:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    background: #00095b;
    height: 3px;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
}
.carTitle:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 32px;
    width: 56px;
    height: 3px;
    background: #333;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
}
.carDescription, .carPrice {
    margin-top: 10px !important;
}
.ctTitle .section-title b {
    background: #00095b;
    opacity: 1;
}
.posts-vertical .is-divider {
	background: transparent;
}
.posts-vertical .post-item {
	
}
.posts-vertical .post-item .col-inner {
	border-radius: 11px;
	box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	overflow: hidden;
}
/*************** CTA.   ***************/
.ss-cta a.button {
    margin-bottom: 0;
	border: 2px solid #FFFFFF;
}
.ss-cta {
	position: relative;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 40px 0px 70px 0px;
}
.ss-cta .elementor-shape-bottom {
    bottom: -1px;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ss-cta .elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.ss-cta .elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
	height: 65px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ss-cta .elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}
@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}
@-webkit-keyframes swell {
  0%,100% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -22px, 0);
    transform: translate3d(0, -22px, 0);
  }
}
@keyframes swell {
  0%,100% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -22px, 0);
    transform: translate3d(0, -22px, 0);
  }
}
.ocean {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 263px;
  left: 0;
}
.ocean .wave {
  content: "";
  display: block;
  position: absolute;
  bottom: 14px;
  width: 6400px;
  height: 200px;
  background: url("/wp-content/themes/weboto-vn/assets/images/wave.svg") repeat-x 0 100%;
  z-index: 1;
  -webkit-animation: wave 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ocean .wave-white {
  background: url("/wp-content/themes/weboto-vn/assets/images/wave-white.svg") repeat-x 0 100%;
}
.ocean .wave-tr {
  background: url("/wp-content/themes/weboto-vn/assets/images/wave-tr.svg") repeat-x 0 100%;
}
.ocean .wave-1 {
  bottom: 0;
}
.ocean .wave-2 {
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite,swell 7s ease -1.25s infinite;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite,swell 7s ease -1.25s infinite;
}
.ocean .wave-3 {
  -webkit-animation: wave 4s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.225s infinite,swell 4s ease -1.25s infinite;
  animation: wave 4s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.225s infinite,swell 4s ease -1.25s infinite;
}
.ocean .wave-4 {
  -webkit-animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.225s infinite,swell 4s ease -1.25s infinite;
  animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.225s infinite,swell 4s ease -1.25s infinite;
}
.ocean.wave-bottom {
  bottom: 90px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wave-wrapper {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 130px;
  overflow: hidden;
  z-index: 0;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#00095b), color-stop(28%, var(--primary, #00095b)));
  background: linear-gradient(180deg, #00095b 0%, var(--primary, #00095b) 28%);
}
.wave-bg {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  width: 6400px;
  height: 150px;
  background: url("/wp-content/themes/weboto/assets/img/wave-white.svg") repeat-x 0 100%;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.wave-bg-bottom {
  height: 146px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wave-xs {
  height: 5rem;
}
.wave-xs .ocean {
  height: 5rem;
  bottom: -20px;
}
.wave-xs .ocean .wave {
  bottom: -24px;
  height: 100px;
}
.row-profile .icon-box {
    margin-bottom: 10px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.row-profile .icon-box:hover .icon-box-text {
	color: #ed1c24;
}
.row-header-menu .header-title {
	text-transform: none !important;
    font-size: 14px;
}
/*************** CATEGORIES.   ***************/
#uu-dai-chung {
	position: relative;
	padding: 15px;
}
#uu-dai-chung h2 {
    color: #993300;
    text-align: center;
}
#uu-dai-chung li {
    list-style: none;
}
#uu-dai-chung .border-comet {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ffe387;
    z-index: 2;
    pointer-events: none;
}
#uu-dai-chung .border-comet img {
    mix-blend-mode: screen;
    position: absolute;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0;
    width: 15%;
}
#uu-dai-chung .border-comet img.comet-01 {
    -webkit-animation-name: cometBorderLeft;
   	animation-name: cometBorderLeft;
   	top: 0;
}
#uu-dai-chung .border-comet img.comet-02 {
   	-webkit-animation-name: cometBorderRight;
    animation-name: cometBorderRight;
    bottom: 0;
}
#uu-dai-chung .border-comet img.comet-03 {
    -webkit-animation-name: cometBorderBottom;
    animation-name: cometBorderBottom;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0;
}
#uu-dai-chung .border-comet img.comet-04 {
    -webkit-animation-name: cometBorderTop;
    animation-name: cometBorderTop;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    right: 0;
}
@-webkit-keyframes cometBorderLeft {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(650%) translateY(-50%);
	}
}
@keyframes cometBorderLeft {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(650%) translateY(-50%);
	}
}
@-webkit-keyframes cometBorderRight {
	0% {
		opacity: 0;
		transform: translateX(650%) translateY(50%);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(50%) translateY(50%);
	}
}
@keyframes cometBorderRight {
	0% {
		opacity: 0;
		transform: translateX(650%) translateY(50%);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(50%) translateY(50%);
	}
}
@-webkit-keyframes cometBorderBottom {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(650%) rotate(90deg);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(-50%) translateY(50%) rotate(90deg);
	}
}
@keyframes cometBorderBottom {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(650%) rotate(90deg);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(-50%) translateY(50%) rotate(90deg);
	}
}
@-webkit-keyframes cometBorderTop {
	0% {
		opacity: 0;
		transform: translateX(50%) translateY(-50%) rotate(90deg);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(50%) translateY(650%) rotate(90deg);
	}
}
@keyframes cometBorderTop {
	0% {
		opacity: 0;
		transform: translateX(50%) translateY(-50%) rotate(90deg);
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 0;
		transform: translateX(50%) translateY(650%) rotate(90deg);
	}
}


.tabs-version-car li a {
    border: 1px solid #00095b;
    color: #00095b;
}
.tabs-version-car li {
    margin-right: 5px;
}
.tabs-version-car h2 {
    color: #00095B;
    text-align: center;
}
/*** COLOR ***/
.swatch-images .list-thumbnail {
	margin: 20px 0 0 0;
	display: flex;
    justify-content: center;
}
.swatch-images .list-thumbnail ul {
	margin: -4px;
	padding: 0;
	list-style: none;
	display: inline;
}
.swatch-images .list-thumbnail ul li {
	float: left;
	margin: 4px;
}
.swatch-images .list-thumbnail ul li .thumbnail {
	border-radius: 50%;
	padding: 1px;
	border: none;
}
.swatch-images .list-thumbnail ul li a.active span {
	border-width: 2px;
	border-style: solid;
	border-color: #ffab00;
}
.swatch-images .list-thumbnail ul li a span {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 2px solid #ccc;
}
.swatch-images .list-thumbnail ul li a.active span {
	border: 2px solid #ffab00;
}
.swatch-images .list-thumbnail ul li:hover a span {
    border: 3px solid #0f2c4e;
}
/*** END COLOR ***/
.bg-step-1, .bg-step-2, .bg-step-3, .bg-step-4, .bg-step-5, .bg-step-6, .bg-step-7, .bg-step-8 {
	padding: 5px;
}
.so-sanh-car .ss-head {
	text-align: center;
}
.so-sanh-car .ss-tieude {
	font-size: 16px;
}
.so-sanh-car .ss-tieude, .so-sanh-car .ss-head {
    color: #00095B;
}
.so-sanh-car .ss-noidung p {
    font-size: 14px;
	margin-bottom: 0;
}
.so-sanh-car img {
    aspect-ratio: 16/9;
}

ul.cat-more {
    list-style: none;
	margin-top: 15px;
}
ul.cat-more li {
    display: block;
    font-weight: 700;
    color: #28548b;
    padding-left: 36px;
    background: url(data:image/gif;base64,R0lGODlhHgAUAOZjAP7+/v7+//7//QBDcPz////9/v3//v/+/f7+/FSDoQBDbhFQe///+4inu+7y9f/++/v////9/93m7YenvKnA0ABDbUV2l4invMzZ4pm0xwBCcrnM2lWCn9zl7ABEbv/+/N3m6+z19CNagdzl6szZ4SJcgjVpjiRbgRJQd+7y8+/y90Z0lRBPe7vN2QNDcfDx9arBz4movQBFcSNdgoiovQBCcUN1lrrM2BJPe8va4e3y+MvY4Jm0xf7/+v/9/ER1lWaOp97l64imvqrB0Yemuv/8/zVnjM7Y4gFEcc3a42ePqRBRe/3//ABCb/Dx83ibsbrM2jJpj3iatRNReiJchDBrjUJ3l8za44envgNAbf7/+1WCoQBDcs7Y4f3+///+//7//////f///////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFCNThEN0E0NzEzNjExRTlCM0M4RThDQTgxMEExMEZGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFCNThEN0E1NzEzNjExRTlCM0M4RThDQTgxMEExMEZGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUI1OEQ3QTI3MTM2MTFFOUIzQzhFOENBODEwQTEwRkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUI1OEQ3QTM3MTM2MTFFOUIzQzhFOENBODEwQTEwRkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQFCgBjACwAAAAAHgAUAAAH/4BfYl9hAmJgYWFfABBig46QkZKQiQWIYF9gYAcAhJOfjh+DjYmOYWIFYl4EoKA0Fz5gEWBiBhgwAgBiAa2TYVBcPyOnhF0aTw6IvZIfYDc4U1gGsl8ZAzMUy5MFYRJRSCUtkBgnGhwgYgcGYhGCn4q8YUQDNRYdYQQqCQMDFzqnYh6A+iKAlq4jJprIABKEyZcGKDwsmAAGAsBJArQUEBQGTAMPA2ykANPDSQIFLqToalWEliESVRRY2OAIwJAlCpR0eCDg4idBACZUoJIBUxgHCbKsSKJr5QFQpyRYqSDkBZgHYa6IYMFjFxgCBL48BQVmxwIjOaad2rCAQwhKDDcg0QK1JQYtd2IaUOCoTZKDTIcE3T2Eqa8jWokQ7Kr5SIxPw4NOMQgAGMFcyJA8Ta58GbPnXoEAACH5BAUKAGMALAAAAAAYABMAAAf/gGJhX2JfYQJiYGGDABBihY+RkQGPiwWKYF9gYAcAhpKSYB+FjouVYgViXgSgkak0Fz5gEWBiBhgwAgBilK2VUFw/I2GFYV0aTw6KvmIAH2A3OFNYBrNfGQMzFMyuYRJRSCUtkRgnGhwgYgcGYhGEi1+UYUQDNRYdYQQqCQMDFzrExDwQQ+CLgFq7jphoIgNIECZfGqDwsGACGAjEDGop8A5MAw8DbKQA08NJAgUupOyKVKQWIhJVFFjY8AjAkCUKlHR4ICAgIkIAJlSgkiFTGAcJsqxIsmvlgVMSrFQQ8gLMgzBXRLDgwQsMgYJPH4HZscBIjmrENizgECJSGAaRMmrV2hKjFqFHDSi840bMgaZEhOwmysRsk6AwCHjVhCSIm6RPDAL8RVDLcSTIkmtRZhYIACH5BAUKAGMALAEAAAAZABMAAAf/gGJiYV9iX2ECYmBhhAAQgoWCkpIBgowFi2BfYGAHAIeToWAfho+MlmIFYl4EoZOqNBc+YBFgYgYYMAIAYpWukmFQXD8jYYZhXRpPDou/ggAfYDc4U1gGtF8ZAzMUzq9hElFIJS2SGCcaHCBiBwZiEZGMX5VhRAM1Fh1hBCoJAwMXdBgT80AQgS8CbPE6YqKJDCBBmHxpgMLDgglgIAxEqKVAoTBgGngYYCMFmB5OEihwIYXXpCK2EpGoosDChmdDlihQ0uGBgIFiEhUCMKEClQyawjhIkGVFEl4uDwATI8FKBSEvwDwIc0UECx69wBA4KFUSmB0LjOS4ZmzDAg4hN4AxMCvI1pYYtiKJaUDho7dBYhxsUlQoryJN3jgNCoOg1zNDqP5KAsUgwGAEtiRPNlb5cmZXgQAAIfkEBQoAYwAsAwAAABkAEwAAB/+AYmJhX2JfYQJiYGGEABCChYKSkgGCjAWLYF9gYAcAh5OhYB+Gj4yWYgViXgShk6o0Fz5gEWBiBhgwAgBila6SYVBcPyNhhmFdGk8Oi7+CAB9gNzhTWAa0XxkDMxTOr2ESUUglLZIYJxocIGIHBmIRkYxflWFEAzUWHWEEKgkDAxd0GBPzQBCBLwJs8TpiookMIEGYfGmAwsOCCWAgDESopUChMGAaeBhgIwWYHk4SKHAhhdekIrYSkaiiwMKGZ0OWKFDS4YGAgWISFQIwoQKVDJrCOEiQZUUSXi4PABMjwUoFIS/APAhzRQQLHr3AEDgoVRKYHQuM5LhmbMMCDiE3gDEwK8jWlhi2IolpQOGjt0FiHGxSVCivIk3eOA0Kg6DXM0Oo/koCxSDAYAS2JE82VvlyZleBAAAh+QQFCgBjACwFAAAAGQATAAAH/4BiYmFfYl9hAmJgYYQAEIKFgpKSAYKMBYtgX2BgBwCHk6FgH4aPjJZiBWJeBKGTqjQXPmARYGIGGDACAGKVrpJhUFw/I2GGYV0aTw6Lv4IAH2A3OFNYBrRfGQMzFM6vYRJRSCUtkhgnGhwgYgcGYhGRjF+VYUQDNRYdYQQqCQMDF3QYE/NAEIEvAmzxOmKiiQwgQZh8aYDCw4IJYCAMRKilQKEwYBp4GGAjBZgeThIocCGF16QithKRqKLAwoZnQ5YoUNLhgYCBYhIVAjChApUMmsI4SJBlRRJeLg8AEyPBSgUhL8A8CHNFBAsevcAQOChVEpgdC4zkuGZswwIOITeAMTAryNaWGLYiiWlA4aO3QWIcbFJUKK8iTd44DQqDoNczQ6j+SgLFIMBgBLYkTzZW+XJmV4EAACH5BAUKAGMALAcAAAAXABMAAAf/gGJiYV9iX2ECYmBhhAAQgoWCkmIBgowFi2BfYGAHAIeTkmAfho+MlmIFYl4EoYKqNBc+YBFgYgYYMAIAlK6WUFw/I2GGYV0aTw6LvgAfYDc4U1gGtF8ZAzMUvpIFYRJRSCUtkhgnGhwgYgcGkoxflWFEAzUWHWEEKgkDAxc6xIIEvgiwxeuIiSYygARh8qUBCg8LJtgyJEBLgUJhwDTwMMBGCjA9nCRQ4EIKL0FFbCUiUUWBhQ2CAAxZokBJhweJxCQqBGBCBSoZNIVxkCDLiiS8TqKSYKWCkBdgHoS5IoIFD0pgCAQUtWOBkRzUiG1YwCFEOwaTbG2JYSuSmAYUKTBuI+Zgk6JCbRVp8sVpUBgEvcTwivRvGyRiDALYRTDR8GExiRc3lhQIADs=) 0 1px no-repeat;
}
ul.cat-more li a {
	color: #2980b9;
}
.tax-product_cat .box-text-products {
    background: #042f65;
}
.tax-product_cat .box-text-products a {
    color: #FFFFFF;
}
.tax-product_cat .box-text-products .price .amount {
    -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;
}
@keyframes calllink {
    0% {
		color: #eba11e;
	}
    50% {
		color: #fff;
	}
    100% {
		color: #ebfa48;
	}
}
.btn-hotline a, .btn-baogia a {
	display: block;
	overflow: hidden;
	padding: 10px 0;
	border-radius: 4px;
	font-size: 120%;
	line-height: normal;
	text-align: center;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.btn-hotline a {
	background-color: #fd6e1d !important;
}
.btn-baogia a {
	background-color: #288ad6 !important;
}
/*************** SINGLE PRODUCT.   ***************/
.productBreadcrumbs {
    height: 40px;
    line-height: 40px;
}
.productBreadcrumbs p {
	margin-bottom: 0;
}
.colRightContent {
	padding: 20px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.colRightContent h1.product-title {
    color: #00095b;
    margin-bottom: 0;
}
.colRightContent .product-price-container {
	height: 40px;
}
.colRightContent .star-rating span:before {
	color: #f0c808 !important;
}
.colRightContent .price {
	margin-bottom: 0;
	line-height: 25px;
	font-size: 18px;
}
.colRightContent .amount {
	position: relative;
    color: #FF0000;
}
.colRightContent .woocommerce-Price-currencySymbol {
    font-size: 12px;
    top: -10px;
    position: absolute;
}
.colRightContent h2 {
    font-size: 120%;
    line-height: 1.2;
    font-weight: 700!important;
    font-style: normal!important;
    border-left: 3px solid #00095b;
    padding: 2px 0 2px 10px;
}
.colRightContent #comments h3 {
    color: #f44336;
    position: relative;
    text-transform: uppercase;
    font-size: 125%;
    font-weight: bold;
    padding: 8px 0;
    display: block;
    border-bottom: 2px solid #f44336;
}
.archive .price-wrapper .price {
    color: #ffffff;
}
.woocommerce-shop .price {
    color: #000000 !important;
}
/*************** FOOTER.   ***************/
.ss-footer-bottom {
    background: url(/wp-content/themes/weboto-vn/assets/images/bg-footer-bottom.png) top right;
}
.ss-footer-middle {
	background-image: linear-gradient(248deg, rgb(14, 113, 184) 0%, #000 100%);
}
.col-logo-footer {
    border-top: 3px solid #00095b;
    background: #e8e8e8;
    margin-top: -3px;
}
.footer-address {
	background: #e8e8e8 url(/wp-content/themes/weboto-vn/assets/images/bg-footer-bottom-2.png) no-repeat scroll center center;
    background-repeat: no-repeat;
	z-index: 99999999;
    margin-bottom: -3px;
}
.absolute-footer {
    border-top: 3px solid #fff;
}



#footer h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    background: url(/wp-content/themes/weboto-vn/assets/images/bg-title.png) left bottom no-repeat;
}
#footer .widget {
    padding: 0;
    margin-bottom: 0;
}
#footer ul li {
    margin-left: 0;
    font-size: 15px;
	border: none;
	color: #000000;
}
#footer ul li i {
    width: 30px;
    height: 30px;
    background: #00095b;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#footer ul li a {
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
    line-height: 20px;
    padding: 4px 0 4px 16px;
    background: url(assets/images/icon-list.png) no-repeat left 10px;
}
/*************** PAGE CONTACT.   ***************/
.rmLine span, .rmLine .section-title-normal {
    border: none;
}
.rmLine b {
    background: transparent;
}
.bgCorner {
    background: #ffffff;
    border-radius: 10px;
}
.bgCorner > .col {
	padding-top: 15px;
}

.ctList ul li i {
    width: 30px;
    height: 30px;
    background: #00095b;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.ctList ul li {
    margin-left: 0;
    font-size: 15px;
	border: none;
	list-style: none;
}
.ss-form input, .ss-form select {
    margin-bottom: 0 !important;
}
.ss-form .wpcf7-submit {
    margin-right: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 5px solid #ab0a0a;
    background: #ff0000 !important;
}
/*************** INCLUDE.   ***************/
.bgNews {
    background-color: #f2f5f8;
	padding: 9px 0;
}
.bgNews p {
	margin-bottom: 0;
}
/*** HOTLINE ***/
.btn-popup-report-price {
	display: block;
	height: 50px;
	position: fixed;
	bottom: 10px;
	background: #2980b9;
	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: #2980b9;
	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;
}
@keyframes calllink {
    0% {
        color: #eba11e;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #ebfa48;
    }
}
/*** HOTLINE ***/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.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;
	}
	
	.colRightContent {
		border: none;
		box-shadow: none;
	}
	.productBreadcrumbs {
		line-height: normal !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.posts-vertical .post-item {
		padding-bottom: 15px;
	}
	.posts-vertical .box-blog-post {
		display: flex;
		background: #EEEEEE;
		height: 90px;
		max-height: 90px;
		overflow: hidden;
	}
	.posts-vertical .is-divider {
		display: none;
	}
	.posts-vertical .post-item .box-image {
		width: 35%;
		display: inline-block;
	}
	.posts-vertical .post-item .image-cover {
		height: 90px;
	}
	.posts-vertical .post-item .box-text {
		width: 65%;
		display: inline-block;
		text-align: justify;
		padding: 5px;
	}
	.single-product table tr {
		flex-direction: column;
	}
	.single-product table td {
		width: 100% !important;
	}
	
	/*** CAT ***/
	.tabs-version-car ul {
		overflow-x: scroll;
		overflow-y: auto;
		display: block !important;
		white-space: nowrap;
	}
}