/*
Theme Name: vinfast2
Description: Giao diện website bán xe ô tô điện VinFast
Author: Minh Web
Author URI: https://minhweb.com/
Template: flatsome
Version: 3.0
*/


/*** START TOPBAR ***/
/* =========================================
   TOP BAR PREMIUM SCROLL - SHOWROOM STYLE
========================================= */

/* ===== Top bar layout ===== */
#top-bar .flex-row.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#top-bar .flex-col {
  flex: 1;
  min-width: 0;
}

#top-bar .flex-col.flex-left {
  flex: 0 1 auto;
}

#top-bar .flex-col.flex-right {
  flex: 0 0 auto;
}

#top-bar .header-block,
#top-bar .header-block-block-1 {
  width: 100%;
  max-width: 100%;
}

/* ===== Scroll container ===== */
.scroll-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  isolation: isolate;
}

/* Fade 2 đầu - sang hơn */
.scroll-container::before,
.scroll-container::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 60px;
  height: 100%;
  pointer-events: none;
}

.scroll-container::before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.28), transparent);
}

.scroll-container::after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.28), transparent);
}

/* ===== Scroll track ===== */
.scroll-content {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  width: max-content;
  animation: premiumTopbarScroll 32s linear infinite;
  will-change: transform;
  transform: translateZ(0);
}

/* Hover pause */
.scroll-container:hover .scroll-content {
  animation-play-state: paused;
}

/* ===== Scroll item ===== */
.scroll-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  white-space: nowrap;
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hover nhẹ sang hơn */
.scroll-item:hover {
  transform: translateY(-1px);
  opacity: 1;
}

/* Áp màu đồng bộ */
.scroll-item,
.scroll-item * {
  color: rgba(255, 255, 255, 0.96);
}

/* Strong nổi bật hơn */
.scroll-item strong {
  font-weight: 700;
  color: #ffffff;
}

/* SVG icon */
.scroll-item svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  opacity: 0.95;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}

/* ===== Dot vàng luxury ===== */
.scroll-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, #ffe082 0%, #fbbf24 60%, #f59e0b 100%);
  box-shadow:
    0 0 0 2px rgba(251, 191, 36, 0.10),
    0 0 8px rgba(251, 191, 36, 0.55),
    0 0 14px rgba(251, 191, 36, 0.30);
}

/* ===== Animation ===== */
@keyframes premiumTopbarScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 768px) {
  #top-bar .hide-for-medium {
    display: none;
  }

  .scroll-container::before,
  .scroll-container::after {
    width: 32px;
  }

  .scroll-content {
    gap: 24px;
    animation-duration: 24s;
  }

  .scroll-item {
    font-size: 11px !important;
    padding-left: 12px;
    letter-spacing: 0.1px;
  }

  .scroll-item svg {
    width: 13px;
    height: 13px;
  }

  .scroll-item::before {
    width: 4px;
    height: 4px;
  }
}
/*** END TOPBAR ***/
.icon-gift {
  display: inline-block;
  transform-origin: center;
  will-change: transform;
  animation: bounce-scale 1.2s ease-in-out infinite;
}

@keyframes bounce-scale {
  0%   { transform: scale(1); }
  20%  { transform: scale(1.15); }
  40%  { transform: scale(0.95); }
  60%  { transform: scale(1.10); }
  80%  { transform: scale(0.98); }
  100% { transform: scale(1); }
}

.single-product .glb .section-title, .single-product .glb .rmLine, .single-product .glb select, .single-product .tg .section-title, .single-product .tg .rmLine, .single-product .tg select {
    margin-bottom: 0;
}
.glb .row .col:last-child, .tg .row .col:last-child {
    padding-bottom: 0;
}
.glb > .col-inner, .tg > .col-inner {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.single-product .ss-cta .icon-box-img .icon {
    width: 32px;
    margin: 0 auto;
    display: inline-block;
}
.single-product .icon-box-img {
    display: inline-block;
    width: 100%;
    margin-bottom: 0 !important;
}
.single-product .icon-box-text {
    font-size: 14px;
}

del span.amount {
	color: #cccccc !important;
}
/*************** HEADER.   ***************/
#top-bar {
    position: relative;
    background-image: url(/wp-content/themes/vinfast2/assets/img/bg-top-bar.png);
    background-repeat: no-repeat;
    background-position: top center;
}
#masthead .html_topbar_left img {
    display: inline-block;
    width: 300px;
    height: auto;
    margin: 0;
}
.mb0 > p {
    margin-bottom: 0;
}
#top-bar {
	position: relative;
}
#top-bar::before{
  content: "";
  position: absolute;
  background: #004DA9;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  width: 10%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#top-bar::after{
  content: "";
  position: absolute;
  background: #004DA9;
  clip-path: polygon(20% 1%, 100% 0, 100% 100%, 0% 100%);
  width: 10%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#header-contact i {
    color: #004DA9;
	font-size: 18px !important;
}
#header-contact a {
    color: #ffffff;
    font-size: 16px;
}
.nav-divided>li+li>a:after {
    border: none !important;
}
#top-bar .social-icons {
	font-size: 16px !important;
}

.txt-ctkm p {
    font-size: 22px;
    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;
}

.br20 {
    border-radius: 20px;
    overflow: hidden;
}
@keyframes j {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1
	}

	to {
		transform: scale(2);
		-webkit-transform: scale(2);
		opacity: 0
	}
}
.banner-video-button a i.icon-play {
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 80px;
}
.banner-video-button a.button {
    display: inline-block;
    width: 80px;
    height: 80px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #d70c19;
    z-index: 2;
    margin: 0;
    border: none;
}
.banner-video-button a.button:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.banner-video-button a.button:after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation-delay: 1s;
}
.banner-video-button a.button:after, .banner-video-button a.button:before {
    content: "";
    position: absolute;
    top: calc(50% - 48px);
    left: calc(50% - 48px);
    width: 96px;
    height: 96px;
    background: rgba(215,12,25,.4);
    -webkit-animation-name: j;
    animation-name: j;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.blog-posts-home-1 .is-divider, .blog-posts-home-2 .is-divider {
    display: none;
}
.custom-product-page .section-title-normal span {
    margin-right: 0;
}
.gny {
    color: #ff0000;
}
.price .amount {
    color: #ff0000;
    font-weight: normal;
}
ins .amount {
    font-weight: 700 !important;
	text-shadow: 1px 1px 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,3px 3px 5px gray !important;
}
.product-small .box-image:hover::after{
	top: 0;
    bottom: 0;
}
.product-small .box-image:hover::before{
	left: 0;
    right: 0;
}
.product-small .box-image::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #004DA9;
    border-bottom: solid 1px #004DA9;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.product-small .box-image::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #004DA9;
    border-right: solid 1px #004DA9;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}



.banner-xem-xe-tu-van-vien {
    background-image: url(/wp-content/themes/vinfast2/assets/img/bg-top-bar.png);
    background-repeat: no-repeat;
    background-position: center;
}
.banner-xem-xe-tu-van-vien .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.col-deal .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-xem-xe {
    position: relative;
    background-image: url(/wp-content/uploads/2024/01/banner-xem-xe.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.col-deal li {
    background: #000000;
    border-radius: 99px;
    padding: 5px 15px;
    border: 1px solid #ffffff;
    list-style: none;
    margin-left: 0 !important;
}


.banner-xem-xe:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.75);
}


.ss-news .post-item > .col-inner {
    border-radius: 15px !important;
    overflow: hidden;
    border-color: #004DA9;
}
.ss-news .post-item:hover .post-title {
	color: #000;
}
.ss-news .post-title {
	color: #004DA9;
}
.ss-quy-trinh .img {
    border-radius: 100%;
    overflow: hidden;
    z-index: 2;
    border-width: 15px;
    border-color: rgba(0,0,0,0.2);
    border-style: solid;
}
.ss-quy-trinh .promo02__marker {
    color: #004DA9;    
    position: absolute;
    top: -60px;
    left: 2px;
    z-index: 1;
    font-size: 400px;
    font-weight: 400;
    line-height: 1;
}
.bg-text {
    background: #F5F5F5;
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.image-border-bottom img {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.image-border {
    border-radius: 15px;
    overflow: hidden;
}
.ss-cta .col .col-inner {
    border-radius: 8px !important;
    overflow: hidden !important;
}


.ss-cta .col:hover .col-inner {
	background: linear-gradient(247.66deg,#004DA9 0%,#fff 64.56%);
    z-index: 1;
}
.ss-cta .col:hover .icon-box-img {
    filter: brightness(0) invert(1);
}
.ss-cta .icon-box-text p {
	margin-bottom: 0;
}
/*** PAGE BẢNG GIÁ ***/
.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;
}
/*** PAGE CONTACT ***/
.background-contact-form form {
    background: url(/wp-content/uploads/2024/06/background-contact-form.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px;
    margin: 0 auto;
}
.background-contact-form input.wpcf7-submit {
    background: url(/wp-content/uploads/2024/06/button-dang-ky-ngay.png) no-repeat;
    height: 47px;
    width: 200px;
    background-size: cover;
    border: none;
    box-shadow: none;
    margin: 0 auto;
    text-indent: -9999px;
    color: transparent;
	display: block;
}
.background-contact-form  select.wpcf7-select, .background-contact-form .wpcf7-text {
    border: none;
    border-radius: 5px !important;
}
.background-contact-form span.wpcf7-spinner {
    display: none;
}
/*** POPUP ***/
.phoneshowallcall:hover {
	color: #fff;
}
.phoneshowallcall {
    width: 210px;
    display: block;
    background: #004DA9;
    color: #fff;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
}
.phoneshowallcall strong {
    line-height: 40px;
    display: block;
    float: left;
    width: 40px;
    text-align: center;
    margin: 5px;
    border-radius: 50%;
    background: #fff;
    color: #004DA9;
    font-size: 30px;
}
.phoneshowallcall span {
    display: block;
    float: left;
    font-size: 15px;
    line-height: 14px;
    margin: 5px 10px 2px 5px;
    margin-left: 5px;
}
.phoneshowallcall b span {
    font-size: 20px;
}
.phoneshowallcall b {
    display: block;
    font-size: 20px;
    float: left;
}
.popup-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.popup-info ul li {
    color: #5a5a5a;
    padding-left: 0;
    text-align: left;
    margin: 3px 0;
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.popup-banner {
    padding: 5px 20px;
}
.gradient-heading-pop {
    font-weight: 600;
    line-height: auto;
    text-align: center;
    background: linear-gradient(45deg,#ff8a00,#e52e71,#044bea,#7a00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 300%;
    animation: gradient-text 8s ease infinite;
    border: dashed 1px #908787;
    padding: 10px;
    font-size: 15px;
}
.gradient-heading-pop p {
    margin: 0;
}
/*** END POPUP ***/
/*** BTN ***/
a.btn-dktv {
    background: linear-gradient(90deg, #DAB055 -2.48%, #F5D77F 40.72%, #F5D77F 84.51%, #B07515 112.71%);
    border-radius: 5rem;
    font-size: 1.3rem;
    color: #004DA9;
    animation: lantoa 1.5s ease-in-out infinite both;
    border: 0;
	font-weight: 500;
}
@-webkit-keyframes lantoa {
    0% {
        box-shadow: 0px 0px 0 0px #f5d77f;
    }
    100% {
        box-shadow: 0px 0px 0 20px rgb(206 173 81 / 0%);
    }
}
/*** SINGLE PRODUCT ***/
.product-short-description {
    padding: 15px;
    border-radius: 15px;
    background: linear-gradient(145deg, #fff, #e6e6e6);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .15), -10px -10px 20px rgba(0,0,0,.5);
    transition: box-shadow .4s ease, transform .4s ease;
}
.product-short-description ol, .product-short-description ul {
    list-style: none;
    margin-bottom: 0;
}
.product-short-description>ul>li {
    list-style: none;
    background: rgba(0, 0, 0, .05);
    border-radius: 7px;
    padding: 5px;
    font-size: 14px;
    white-space: nowrap;
}
.product-short-description>ul>li:before {
    background: url(/wp-content/uploads/2025/01/star.svg) left center no-repeat;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 10px;
}




.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;
}
.item-model p {
    margin-bottom: 0;
}
.item-model h4 {
	color: #004DA9;
	margin-bottom: 0;
}
.item-model {
    border: 1px solid #004DA9;
    border-radius: 5px;
    margin-bottom: 15px;
    border-bottom: 3px solid #ff0000;
}
.item-model:last-child {
	margin-bottom: 0;
}
/*** THANK YOU ***/
.rmLine b {
    background: transparent;
}
.rmLine span, .rmLine .section-title-normal {
    border: none;
}
.shadow-solution > .col-inner {
	position: relative;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 4px #00000040;
	border-radius: 20px;
	background-color: #ffffff;
}
.shadow-solution > .col-inner .img {
    border-radius: 9999px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 4px #00000040;
    width: 120px !important;
    height: 120px;
    padding: 20px;
    margin-top: -60px;
    background: #ffffff;
}
.shadow-solution input[type=text], .shadow-solution input[type="email"], .shadow-solution textarea {
    border-radius: 5px;
	margin-bottom: 0;
}
.bongmo .col-inner:before {
    content: "";
    opacity: .1;
    background-color: rgb(68 73 77 / 1);
    border-radius: 20px;
    width: calc(100% - 100px);
    height: 110%;
    display: block;
    z-index: -10;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
/*** END THANK YOU ***/
/*** FOOTER ***/
.absolute-footer.dark {
    color: #ffffff;
}
.menu-footer-dong-xe .widget {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.menu-footer-dong-xe ul li a::after {
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #979797;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}
.menu-footer-dong-xe ul li a:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.menu-footer-dong-xe ul li a:hover {
	color: #979797 !important;
}
.menu-footer-dong-xe ul li a {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
    color: #ffffff !important;
	display: inline-block;
	position: relative;
}
.menu-footer-dong-xe ul li {
    border-top: none !important;
}
#footer {
    background: #252728;
}
#footer h4 {
    color: #fff;
	border: none;
	position: relative;
	z-index: 1;
}
#footer h4::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 2px;
    background: #979797;
    bottom: 0;
    left: 0;
}
#footer h4::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    bottom: 0;
    left: 18px;
}
#footer h4 .section-title-main {
	margin: 0;
}
#footer .wpcf7-text, #footer .wpcf7-tel {
    border: 1px solid #004DA9 !important;
	border-radius: 8px;
	padding: 20px 10px !important;
	background: #E6F9FF !important;
	color: #333 !important;
	height: 45px;
}
#footer .wpcf7-submit {
    display: flex;    
    margin: 0 auto;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border: 0;
    border-radius: 5rem;
    font-size: 1.4rem;
    font-weight: 500;
	background: #004DA9;
	animation: lantoa 1.5s ease-in-out infinite both;	
}
#footer span.wpcf7-spinner {
    display: none;
}

#footer .wpcf7 form .wpcf7-response-output {
	color: #fff;
}

.absolute-footer {
    position: relative;
	z-index: 1;
	padding: 28px 0;
}
.absolute-footer::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #004DA9;
    width: 50%;
    height: 100%;
    clip-path: polygon(10% 1%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.wpcf7-spinner {
    display: none;
}

.txt-rmb p {
    margin-bottom: 0;
}


/* ===== INPUT HỌ VÀ TÊN ===== */
.wpcf7-text[name="your-name"] {
    width: 100%;
    height: 44px;

    padding: 0 12px 0 48px !important;

    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;

    font-size: 14px;
    color: #333;

    /* icon user */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.7 0 5-2.3 5-5s-2.3-5-5-5-5 2.3-5 5 2.3 5 5 5zm0 2c-3.3 0-10 1.7-10 5v3h20v-3c0-3.3-6.7-5-10-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 18px;

    transition: all 0.25s ease;
}

.wpcf7-text[name="your-name"]::placeholder {
    color: #999;
}

.wpcf7-text[name="your-name"]:hover {
    border-color: #aaa;
}

.wpcf7-text[name="your-name"]:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.1);

    /* icon đổi màu */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007bff' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.7 0 5-2.3 5-5s-2.3-5-5-5-5 2.3-5 5 2.3 5 5 5zm0 2c-3.3 0-10 1.7-10 5v3h20v-3c0-3.3-6.7-5-10-5z'/%3E%3C/svg%3E");
}


/* ===== INPUT SỐ ĐIỆN THOẠI ===== */
.wpcf7-tel[name="your-tel"] {
    width: 100%;
    height: 44px;

    padding: 0 12px 0 48px !important;

    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;

    font-size: 14px;
    color: #333;

    /* icon phone */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M7 2C5.9 2 5 2.9 5 4v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H7zm5 19c-.83 0-1.5-.67-1.5-1.5S11.17 18 12 18s1.5.67 1.5 1.5S12.83 21 12 21zm4-4H8V5h8v12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 18px;

    transition: all 0.25s ease;
}

.wpcf7-tel[name="your-tel"]::placeholder {
    color: #999;
}

.wpcf7-tel[name="your-tel"]:hover {
    border-color: #aaa;
}

.wpcf7-tel[name="your-tel"]:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.1);

    /* icon đổi màu */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007bff' viewBox='0 0 24 24'%3E%3Cpath d='M7 2C5.9 2 5 2.9 5 4v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H7zm5 19c-.83 0-1.5-.67-1.5-1.5S11.17 18 12 18s1.5.67 1.5 1.5S12.83 21 12 21zm4-4H8V5h8v12z'/%3E%3C/svg%3E");
}






@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.ss-quy-trinh .flickity-viewport {
		overflow: visible !important;
	}
	.ss-quy-trinh .promo02__marker {
		font-size: 320px;
		top: -50px;
	}
	.flickity-page-dots .dot.is-selected {
		background-color: #ffc513;
		border-color: #ffffff;
	}
	.flickity-page-dots .dot {
		border-color: #ffffff;
		opacity: 1;
	}
	.slider-cam-ket .col-inner {
		border-radius: 20px;
		overflow: hidden;
		padding: 15px 15px 15px 15px;
	}
	.slider-cam-ket .flickity-page-dots {
		bottom: 0 !important;
	}
	.slider-cam-ket .flickity-page-dots .dot {
		border-color: #000;
		opacity: .5;
	}
	.ss-news p.from_the_blog_excerpt {
		display: none;
	}
	.ss-news .box-image {
		float: left;
		width: 35% !important;
		height: auto;
	}
	.ss-news .box-text {
		float: right;
		width: 65%;
		padding-bottom: 0;
		padding-top: 0;
	}
	.ss-news .blog-posts-home-1 > .post-item {
		padding-bottom: 0;
	}
	#lich-tra-no {
		display: block !important;
		overflow-x: scroll;
	}
}



@media screen and (max-width: 767px) {
  .mfp-content input[type="text"],
  .mfp-content input[type="email"],
  .mfp-content input[type="tel"],
  .mfp-content input[type="url"],
  .mfp-content input[type="number"],
  .mfp-content input[type="search"],
  .mfp-content input[type="password"],
  .mfp-content textarea,
  .mfp-content select {
    font-size: 16px !important;
  }
}