@charset "UTF-8";
.font-buenos-light {
  font-family: "VN-KiaSignature-Light";
}

.font-buenos-bold {
  font-family: "VN-KiaSignature-Bold";
}

.font-buenos-re {
  font-family: "VN-KiaSignature-Regular";
}

.font-sfu-bold {
  font-family: "SFUHelveticaBold";
}

.font-sfu-black {
  font-family: "SFUHelveticaBlack";
}

.font-kia-bold {
  font-family: "VN-KiaSignature-Bold";
}

.font-kia-light {
  font-family: "VN-KiaSignature-Light";
}

.font-kia-re {
  font-family: "VN-KiaSignature-Regular";
}

.primary-color {
  color: #06141f;
}

p {
  margin: 0;
  padding: 0;
}

.color-gray {
  color: #919191;
}

.container-remake {
  width: 90%;
  max-width: 1680px;
  margin: 0 auto;
}
@media only screen and (min-width: 1599px) and (max-width: 1601px) {
  .container-remake {
    width: 80%;
  }
}
@media (max-width: 1366px) {
  .container-remake {
    width: 90%;
  }
}
@media (max-width: 1280px) {
  .container-remake {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .container-remake {
    width: 90%;
  }
}

.font18 {
  font-size: 15px;
}
@media (max-width: 1440px) {
  .font18 {
    font-size: 13px;
  }
}

.font20 {
  font-size: 20px;
}
@media (max-width: 1919px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 1601px) {
  .font20 {
    font-size: 15px;
  }
}
@media (max-width: 1599px) {
  .font20 {
    font-size: 14px;
  }
}
@media (max-width: 1439px) {
  .font20 {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .font20 {
    font-size: 13px;
  }
}

.font25 {
  font-size: 25px;
}
@media (max-width: 1919px) {
  .font25 {
    font-size: 20px;
  }
}
@media (max-width: 1601px) {
  .font25 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .font25 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .font25 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .font25 {
    font-size: 16px;
    line-height: 17px;
  }
}

.font30 {
  font-size: 30px;
}
@media (max-width: 1919px) {
  .font30 {
    font-size: 25px;
  }
}
@media (max-width: 1601px) {
  .font30 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .font30 {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .font30 {
    font-size: 15px;
  }
}

.font40 {
  font-size: 40px;
}
@media (max-width: 1919px) {
  .font40 {
    font-size: 30px;
  }
}
@media (max-width: 1601px) {
  .font40 {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .font40 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .font40 {
    font-size: 20px;
  }
}

.font50 {
  font-size: 50px;
}
@media (max-width: 1919px) {
  .font50 {
    font-size: 40px;
  }
}
@media (max-width: 1601px) {
  .font50 {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  .font50 {
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  .font50 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .font50 {
    font-size: 20px;
  }
}

.font60 {
  font-size: 55px;
}
@media (max-width: 1919px) {
  .font60 {
    font-size: 50px;
  }
}
@media (max-width: 1679px) {
  .font60 {
    font-size: 45px;
  }
}
@media (max-width: 1599px) {
  .font60 {
    font-size: 40px;
  }
}
@media (max-width: 1366px) {
  .font60 {
    font-size: 35px;
  }
}
@media (max-width: 1279px) {
  .font60 {
    font-size: 33px;
  }
}
@media (max-width: 995px) {
  .font60 {
    font-size: 33px;
  }
}
@media (max-width: 480px) {
  .font60 {
    font-size: 27px;
  }
}

.font80 {
  font-size: 55px;
}
@media (max-width: 1919px) {
  .font80 {
    font-size: 50px;
  }
}
@media (max-width: 1679px) {
  .font80 {
    font-size: 45px;
  }
}
@media (max-width: 1599px) {
  .font80 {
    font-size: 40px;
  }
}
@media (max-width: 1366px) {
  .font80 {
    font-size: 35px;
  }
}
@media (max-width: 1279px) {
  .font80 {
    font-size: 33px;
  }
}
@media (max-width: 995px) {
  .font80 {
    font-size: 33px;
  }
}
@media (max-width: 995px) {
  .font80 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .font80 {
    font-size: 27px;
  }
}

.fit-cover {
  object-fit: cover;
}

.font15 {
  font-size: 15px;
}
@media (max-width: 1366px) {
  .font15 {
    font-size: 13px;
  }
}

.font16 {
  font-size: 16px;
}
@media (max-width: 1366px) {
  .font16 {
    font-size: 13px;
  }
}

@font-face {
  font-family: "BuenosAiresTTF-Light";
  src: url("../fonts/BuenosAiresTTF-Light.eot");
  src: url("../fonts/BuenosAiresTTF-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BuenosAiresTTF-Light.woff") format("woff"), url("../fonts/BuenosAiresTTF-Light.ttf") format("truetype"), url("../fonts/BuenosAiresTTF-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BuenosAiresTTF-Bold";
  src: url("../fonts/BuenosAiresTTF-Bold.eot");
  src: url("../fonts/BuenosAiresTTF-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BuenosAiresTTF-Bold.woff") format("woff"), url("../fonts/BuenosAiresTTF-Bold.ttf") format("truetype"), url("../fonts/BuenosAiresTTF-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BuenosAiresTTF-Regular";
  src: url("../fonts/BuenosAiresTTF-Regular.eot");
  src: url("../fonts/BuenosAiresTTF-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BuenosAiresTTF-Regular.woff") format("woff"), url("../fonts/BuenosAiresTTF-Regular.ttf") format("truetype"), url("../fonts/BuenosAiresTTF-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SFUHelveticaBlack";
  src: url("../fonts/SFUHelveticaBlack.eot");
  src: url("../fonts/SFUHelveticaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUHelveticaBlack.woff") format("woff"), url("../fonts/SFUHelveticaBlack.ttf") format("truetype"), url("../fonts/SFUHelveticaBlack.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SFUHelveticaBold";
  src: url("../fonts/SFUHelveticaBold.eot");
  src: url("../fonts/SFUHelveticaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUHelveticaBold.woff") format("woff"), url("../fonts/SFUHelveticaBold.ttf") format("truetype"), url("../fonts/SFUHelveticaBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "VN-KiaSignature-Bold";
  src: url("../fonts/VN-KiaSignature-Bold.eot");
  src: url("../fonts/VN-KiaSignature-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/VN-KiaSignature-Bold.woff") format("woff"), url("../fonts/VN-KiaSignature-Bold.ttf") format("truetype"), url("../fonts/VN-KiaSignature-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "VN-KiaSignature-Light";
  src: url("../fonts/VN-KiaSignature-Light.eot");
  src: url("../fonts/VN-KiaSignature-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/VN-KiaSignature-Light.woff") format("woff"), url("../fonts/VN-KiaSignature-Light.ttf") format("truetype"), url("../fonts/VN-KiaSignature-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "VN-KiaSignature-Regular";
  src: url("../fonts/VN-KiaSignature-Regular.eot");
  src: url("../fonts/VN-KiaSignature-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/VN-KiaSignature-Regular.woff") format("woff"), url("../fonts/VN-KiaSignature-Regular.ttf") format("truetype"), url("../fonts/VN-KiaSignature-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BuenosAiresTTF-Light";
  src: url("../fonts/BuenosAiresTTF-Light.eot");
  src: url("../fonts/BuenosAiresTTF-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BuenosAiresTTF-Light.woff") format("woff"), url("../fonts/BuenosAiresTTF-Light.ttf") format("truetype"), url("../fonts/BuenosAiresTTF-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BuenosAiresTTF-Bold";
  src: url("../fonts/BuenosAiresTTF-Bold.eot");
  src: url("../fonts/BuenosAiresTTF-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BuenosAiresTTF-Bold.woff") format("woff"), url("../fonts/BuenosAiresTTF-Bold.ttf") format("truetype"), url("../fonts/BuenosAiresTTF-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BuenosAiresTTF-Regular";
  src: url("../fonts/BuenosAiresTTF-Regular.eot");
  src: url("../fonts/BuenosAiresTTF-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BuenosAiresTTF-Regular.woff") format("woff"), url("../fonts/BuenosAiresTTF-Regular.ttf") format("truetype"), url("../fonts/BuenosAiresTTF-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SFUHelveticaBlack";
  src: url("../fonts/SFUHelveticaBlack.eot");
  src: url("../fonts/SFUHelveticaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUHelveticaBlack.woff") format("woff"), url("../fonts/SFUHelveticaBlack.ttf") format("truetype"), url("../fonts/SFUHelveticaBlack.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SFUHelveticaBold";
  src: url("../fonts/SFUHelveticaBold.eot");
  src: url("../fonts/SFUHelveticaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUHelveticaBold.woff") format("woff"), url("../fonts/SFUHelveticaBold.ttf") format("truetype"), url("../fonts/SFUHelveticaBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "VN-KiaSignature-Bold";
  src: url("../fonts/VN-KiaSignature-Bold.eot");
  src: url("../fonts/VN-KiaSignature-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/VN-KiaSignature-Bold.woff") format("woff"), url("../fonts/VN-KiaSignature-Bold.ttf") format("truetype"), url("../fonts/VN-KiaSignature-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "VN-KiaSignature-Light";
  src: url("../fonts/VN-KiaSignature-Light.eot");
  src: url("../fonts/VN-KiaSignature-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/VN-KiaSignature-Light.woff") format("woff"), url("../fonts/VN-KiaSignature-Light.ttf") format("truetype"), url("../fonts/VN-KiaSignature-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "VN-KiaSignature-Regular";
  src: url("../fonts/VN-KiaSignature-Regular.eot");
  src: url("../fonts/VN-KiaSignature-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/VN-KiaSignature-Regular.woff") format("woff"), url("../fonts/VN-KiaSignature-Regular.ttf") format("truetype"), url("../fonts/VN-KiaSignature-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.header-pc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
  height: 85px;
  z-index: 222;
}
.header-pc .header-pc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header-pc .header-pc-wrap .list-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-pc .header-pc-wrap .list-menu li {
  margin-left: 70px;
}
@media (max-width: 1366px) {
  .header-pc .header-pc-wrap .list-menu li {
    margin-left: 50px;
  }
}
.header-pc .header-pc-wrap .list-menu li .menu1 {
  width: 70px;
}
.header-pc .header-pc-wrap .list-menu li .menu2 {
  width: 33px;
}
.header-pc .header-pc-wrap .list-menu li .menu3 {
  width: 28px;
}
.header-pc .header-pc-wrap .list-menu li .menu4 {
  width: 45px;
}
@media (max-width: 1440px) {
  .header-pc .header-pc-wrap .list-menu li .menu1 {
    width: 65px;
  }
  .header-pc .header-pc-wrap .list-menu li .menu2 {
    width: 30px;
  }
  .header-pc .header-pc-wrap .list-menu li .menu3 {
    width: 25px;
  }
  .header-pc .header-pc-wrap .list-menu li .menu4 {
    width: 42px;
  }
}
.header-pc .header-pc-wrap .list-menu li a {
  color: #08141e;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-pc .header-pc-wrap .list-menu li a .img {
  height: 37px;
  margin-bottom: 3px;
  display: flex;
  align-items: flex-end;
}
.header-pc .header-pc-wrap .list-menu li a p {
  font-size: 13px;
}
@media (max-width: 1440px) {
  .header-pc .header-pc-wrap .list-menu li a p {
    font-size: 13px;
  }
}
@media (max-width: 1279px) {
  .header-pc .header-pc-wrap .list-menu li a p {
    font-size: 12px;
  }
}
.header-pc .header-pc-wrap .list-menu li p {
  border-bottom: 1px solid #fff;
}
.header-pc .header-pc-wrap .list-menu li p:after {
  display: block;
  content: "";
  border-bottom: solid 1px black;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.header-pc .header-pc-wrap .list-menu li p:hover:after {
  transform: scaleX(1);
}
.header-pc .header-pc-wrap .list-menu li p:after {
  transform-origin: 0% 50%;
}
.header-pc .header-pc-wrap .list-menu li.active p {
  border-bottom: 1px solid black;
  transition: transform 250ms ease-in-out;
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.header-pc .header-pc-wrap .list-menu li.chose-car a {
  font-size: 15px;
  background: #08141e;
  color: #fff;
  padding: 12px 40px 10px;
}
@media (max-width: 1440px) {
  .header-pc .header-pc-wrap .list-menu li.chose-car a {
    padding: 12px 25px 10px;
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .header-pc .header-pc-wrap .list-menu li.chose-car a {
    font-size: 13px;
    padding: 12px 20px 10px;
  }
}
@media (max-width: 1024px) {
  .header-pc {
    display: none;
  }
}

.header-mobie {
  display: none;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: #fff;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .header-mobie {
    display: block;
  }
}
.header-mobie .header-logo img {
  width: 85px;
}
.header-mobie .header-mobie-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mobie .header-mobie-wrap i {
  font-size: 20px;
}
.header-mobie .header-mobie-wrap .right {
  visibility: hidden;
}
@media (max-width: 768px) {
  .header-mobie .header-mobie-wrap .right {
    visibility: inherit;
  }
}
.header-mobie .content-show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #06141f;
  display: none;
}
.header-mobie .content-show .close-menu {
  font-size: 25px;
  margin-top: 10px;
  margin-left: 20px;
  color: #fff;
}
.header-mobie .content-show ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  padding-top: 50px;
  flex-direction: column;
  list-style: none;
}
.header-mobie .content-show ul li {
  margin-bottom: 20px;
}
.header-mobie .content-show ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 5px;
}
.header-mobie .content-show ul li .img img {
  filter: invert(1);
}
.header-mobie .content-show ul li a {
  color: #fff;
  text-decoration: none;
}
.header-mobie .content-show ul li.chose-car {
  margin-top: 20px;
}
.header-mobie .content-show ul li.chose-car a {
  border: 1px solid #fff;
  padding: 10px 25px;
}

.fixed-button {
  position: fixed;
  z-index: 10;
  right: 20px;
  top: 45%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 480px) {
  .fixed-button {
    right: 7px;
  }
}
.fixed-button a {
  text-decoration: none;
}
.fixed-button .item-bt {
  background: #828a90;
  border-radius: 25px;
  width: 40px;
  margin-bottom: 10px;
}
.fixed-button .item-bt:hover {
  width: 175px;
  padding: 0px 0px 0px 20px;
}
.fixed-button .item-bt .bttun-to-top {
  font-size: 10px;
}
.fixed-button .icon-phoner i {
  transform: rotate(-45deg);
}
.fixed-button .wrap-buttonn {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  background: #828a90;
  width: 175px;
  border-radius: 25px;
  height: 40px;
  padding: 0px 15px 0 15px;
}
.fixed-button .wrap-buttonn p {
  margin-top: 2px;
  font-size: 11px;
}
@media (max-width: 1024px) {
  .fixed-button .wrap-buttonn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0px 15px 0 14px;
  }
  .fixed-button .wrap-buttonn p {
    display: none;
  }
}
.fixed-button .wrap-button {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
}
.fixed-button .wrap-button p.show-p {
  display: none;
  animation: slide-ngang 0.9s ease-out;
  font-size: 11px;
}
.fixed-button .wrap-button p.bttun-to-top {
  font-size: 12px;
}
.fixed-button .wrap-button .img-bt {
  background: #828a90;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.fixed-button .wrap-button .img-bt img {
  width: 80%;
}
.fixed-button .item-bt:hover .show-p {
  display: block;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  #fullpage {
    overflow: hidden;
  }

  .fancybox-toolbar {
    top: 60px;
  }
}
.fixed-bgg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 88888888888888;
  display: none;
}

.dangky {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: transparent;
  display: none;
}
.dangky .select2-container--default .select2-selection--single {
  padding-top: 20px;
  padding-bottom: 5px;
  border-top: none;
  border-right: none;
  border-left: none;
  height: auto;
  border-radius: 0;
  font-size: 20px;
  border-bottom: 2px solid #ccc;
  font-family: "BuenosAiresTTF-Light";
}
@media (max-width: 1680px) {
  .dangky .select2-container--default .select2-selection--single {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .dangky .select2-container--default .select2-selection--single {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .dangky .select2-container--default .select2-selection--single {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .dangky .select2-container--default .select2-selection--single {
    font-size: 13px;
  }
}
.dangky .select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 1px;
  top: unset;
}
.dangky .form-dangky {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 38%;
  padding: 50px;
}
@media (max-width: 1440px) {
  .dangky .form-dangky {
    padding: 40px;
  }
}
@media (max-width: 1366px) {
  .dangky .form-dangky {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .dangky .form-dangky {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .dangky .form-dangky {
    padding: 40px;
  }
}
.dangky .form-dangky .close-dangky {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 25px;
  color: #06141f;
}
.dangky .form-dangky h3 {
  font-size: 40px;
  color: #06141f;
  text-align: center;
}
@media (max-width: 1680px) {
  .dangky .form-dangky h3 {
    font-size: 35px;
  }
}
@media (max-width: 1366px) {
  .dangky .form-dangky h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .dangky .form-dangky h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.dangky .form-dangky .contact-form-row {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .dangky .form-dangky .contact-form-row {
    margin-bottom: 20px;
  }
}
.dangky .form-dangky .contact-form-row .contact-column-12 {
  width: 100%;
}
.dangky .form-dangky .contact-form-row .contact-column-12 .contact-form-group {
  width: 100%;
}
.dangky .form-dangky .contact-form-row .contact-column-12 .contact-form-group p {
  color: red;
}
.dangky .form-dangky .contact-form-row .contact-column-12 .contact-form-group label {
  width: 100%;
}
.dangky .form-dangky .contact-form-row .contact-column-12 .contact-form-group input {
  width: 100%;
  outline: 0;
  border-width: 0 0 2px;
  border-color: #ccc;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1440px) {
  .dangky .form-dangky .contact-form-row .contact-column-12 .contact-form-group input {
    padding-top: 12px;
  }
}
.dangky .form-dangky .contact-form-row .contact-column-12 .contact-form-group input:focus-visible {
  border-top: none;
}
.dangky .form-dangky .contact-form-row .contact-column-12 .contact-form-group input:focus {
  border-color: #06141f;
}
.dangky .form-dangky .contact-form-row .contact-column-12 .contact-form-group select {
  width: 100%;
  outline: 0;
  border-width: 0 0 2px;
  padding-top: 15px;
  padding-bottom: 5px;
  border-color: #ccc;
}
.dangky .form-dangky .contact-form-row .contact-column-12 .contact-form-group select:focus {
  border-color: #06141f;
}
.dangky .form-dangky .contact-form-group-bt {
  width: 100%;
}
.dangky .form-dangky .contact-form-group-bt button {
  width: 100%;
  background: #06141f;
  color: #fff;
  border: none;
  outline: none;
  height: 50px;
  margin-top: 20px;
}
@media (max-width: 1680px) {
  .dangky .form-dangky .contact-form-group-bt button {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .dangky .form-dangky .contact-form-group-bt button {
    height: 40px;
  }
}

.camon, .please-select-product {
  z-index: 99999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(6, 20, 31, 0.8);
  color: #fff;
  max-width: 500px;
  padding: 30px;
  height: 200px;
  animation: slide-upp 0.9s ease-out;
  display: none;
  animation: slide-upp 0.9s ease-out;
  display: none;
}
@media (max-width: 1024px) {
  .camon, .please-select-product {
    width: 70%;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .camon, .please-select-product {
    width: 90%;
    font-size: 15px;
    height: 300px;
  }
}
.camon .popup-content, .please-select-product .popup-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1111;
  position: relative;
}
@media (max-width: 480px) {
  .camon .popup-content, .please-select-product .popup-content {
    font-size: 15px;
  }
}
.camon .close-popup, .camon .close-popup-please-select-product, .please-select-product .close-popup, .please-select-product .close-popup-please-select-product {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  z-index: 1;
}

.active-popup:after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  z-index: 0;
  z-index: 111110;
  background-color: rgba(0, 0, 0, 0.5);
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  position: absolute;
  z-index: -214271176753545217;
  padding: 50%;
  max-height: 150px;
}
@media (max-width: 1279px) {
  .select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    max-height: 140px;
  }
}
.select2-container--open .select2-dropdown--above {
  top: 0%;
}
.select2-container--open .select2-dropdown--below {
  top: 50%;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 100px;
}
@media (max-width: 1279px) {
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 80px;
  }
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  height: 40px;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  opacity: 0.7;
  border: none;
  border-radius: 5px;
}

@media (max-width: 480px) {
  .select2-container--default .select2-search--dropdown .select2-search__field {
    height: 25px !important;
  }
}

@media (max-width: 480px) {
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 70px;
    font-size: 11px;
  }
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 40px;
  border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "VN-KiaSignature-Regular";
  font-size: 13px;
}
@media (max-width: 480px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 11px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

#moveTop {
  position: fixed;
  z-index: 10000;
  bottom: 15%;
  background-color: transparent;
  border: none;
  outline: none;
  color: white;
  right: 20px;
  padding: 5px 10px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  #moveTop {
    right: 7px;
  }
}
#moveTop .arrow {
  font-size: 20px;
  display: inline-block;
  animation: top 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 50px;
  text-align: center;
}
@media (max-width: 480px) {
  #moveTop .arrow {
    width: 35px;
  }
}
#moveTop .arrow img {
  transform: rotate(-180deg) translateX(-20%);
}

#moveDown {
  position: fixed;
  z-index: 10000;
  top: 75%;
  background-color: transparent;
  border: none;
  outline: none;
  right: 20px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
}
@media (max-width: 1366px) {
  #moveDown {
    top: 70%;
  }
}
@media (max-width: 480px) {
  #moveDown {
    right: 7px;
    top: 80%;
  }
}
#moveDown .text {
  margin-right: 7px;
  font-size: 14px;
}
#moveDown .arrow {
  animation: down 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 45px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 1280px) {
  #moveDown .arrow {
    width: 40px;
  }
}
@media (max-width: 480px) {
  #moveDown .arrow {
    width: 35px;
  }
}
#moveDown div.mouse-container {
  position: relative;
  display: block;
  height: 35px;
  margin-right: 7px;
}
#moveDown div.mouse {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 70px;
  height: 35px;
  border: solid 2px #fff;
  border-radius: 25px;
}
#moveDown div.mouse span.scroll-down {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 17% auto auto 15px;
}
@keyframes down {
  0% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
@keyframes top {
  0% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.select2 {
  width: 100% !important;
}

@media screen and (max-width: 480px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}
.fb_dialog_content iframe {
  bottom: 50px !important;
}
@media (max-width: 480px) {
  .fb_dialog_content iframe {
    right: 6px !important;
  }
}

.tuvanngay {
  position: fixed;
  bottom: 23px;
  font-size: 15px;
  right: 10px;
  background-image: linear-gradient(to right, #004aa1, #00e8e2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 480px) {
  .tuvanngay {
    font-size: 13px;
  }
}

.banner-start {
  position: fixed;
  inset: 0;
  z-index: 999999;
  height: 100vh;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-start .logo-start {
  position: absolute;
  top: 5%;
  left: 5%;
}
@media (max-width: 480px) {
  .banner-start .logo-start img {
    width: 100px;
    height: auto;
  }
}
.banner-start .wrap-starts {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  height: 100%;
  justify-content: center;
}
.banner-start .wrap-starts .title-start {
  webkit-animation: fadeDown;
  animation: fadeDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.banner-start .wrap-starts .title-start img {
  max-width: 80%;
}
.banner-start .wrap-starts .cars-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.banner-start .wrap-starts .cars-wrap .car-k5 {
  webkit-animation: fadeLeft;
  animation: fadeLeft;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 55%;
}
.banner-start .wrap-starts .cars-wrap .car-k5 img {
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
.banner-start .wrap-starts .cars-wrap .car-k5 img:hover {
  transform: scale(1.05) translateX(5%);
}
.banner-start .wrap-starts .cars-wrap .car-k3 {
  width: 45%;
  webkit-animation: fadeRight;
  animation: fadeRight;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.banner-start .wrap-starts .cars-wrap .car-k3 img {
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
.banner-start .wrap-starts .cars-wrap .car-k3 img:hover {
  transform: scale(1.05) translateX(-5%);
}
.banner-start .wrap-starts .cars-wrap .link-car {
  color: #fff;
  margin-top: 30px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.banner-start .wrap-starts .cars-wrap .link-car:hover {
  letter-spacing: 4px;
}
@media (max-width: 390px) {
  .banner-start .wrap-starts .cars-wrap .link-car {
    font-size: 12px;
  }
}
.banner-start .wrap-starts .cars-wrap .link-car::before {
  position: absolute;
  bottom: 120%;
  width: 100%;
  height: 1px;
  background: #707070;
  content: "";
}
.banner-start .wrap-starts .cars-wrap .link-car::after {
  position: absolute;
  top: 120%;
  width: 100%;
  height: 1px;
  left: 0;
  background: #707070;
  content: "";
}

@keyframes fadeDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 30px;
  }
}
.section1 {
  position: relative;
  background-size: cover;
  background-position: bottom;
  text-transform: uppercase;
  height: 608px !important;
  background-position: center center;
  background-size: contain;
  background-color: black;
  background-repeat: no-repeat;
}
.section1 .s1-pc {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .section1 .s1-pc {
    display: none;
  }
}
.section1 .s1-pc .logo-pc {
  position: absolute;
  top: 12%;
  left: 48.5%;
  transform: translateX(-50%);
}
.section1 .s1-pc .logo-pc img {
  width: 250px;
}
.section1 .s1-pc .number-wrap {
  position: absolute;
  bottom: 40px;
  left: 6%;
  display: flex;
  align-items: baseline;
  color: #fff;
}
.section1 .s1-pc .number-wrap .access {
  width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1440px) {
  .section1 .s1-pc .number-wrap .access1 img {
    width: 60px;
  }
}
@media (max-width: 1440px) {
  .section1 .s1-pc .number-wrap .access2 img {
    width: 33px;
  }
}
.section1 .s1-pc .number-wrap p.number {
  font-size: 20px;
  margin: 5px 0;
}
@media (max-width: 1440px) {
  .section1 .s1-pc .number-wrap p.number {
    font-size: 18px;
  }
}
.section1 .s1-pc .number-wrap p.desc {
  font-size: 13px;
}
@media (max-width: 1440px) {
  .section1 .s1-pc .number-wrap p.desc {
    font-size: 12px;
  }
}
.section1 .s1-pc .wrap-kp {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.section1 .s1-pc .wrap-kp .icon-kp {
  animation: MoveUpDown 1.5s linear infinite;
  position: absolute;
  left: -30px;
  bottom: 0;
}
.section1 .s1-pc .wrap-kp .icon-kp img {
  width: 50px;
}
.section1 .s1-pc .wrap-kp .chu img {
  width: 300px;
}
.section1 .s1-mobie {
  display: none;
}
@media (max-width: 1024px) {
  .section1 .s1-mobie {
    display: block;
  }
  .section1 .s1-mobie .img-pri-s1 {
    width: 100%;
    position: relative;
  }
  .section1 .s1-mobie .img-pri-s1 img.bg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .section1 .s1-mobie .img-pri-s1 img.bg {
    height: 97vh;
  }
}
@media (max-width: 1024px) {
  .section1 .s1-mobie .img-pri-s1 .mobie-kp {
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
  }
  .section1 .s1-mobie .img-pri-s1 .mobie-kp .wrap-kp {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .section1 .s1-mobie .img-pri-s1 .mobie-kp .wrap-kp .icon-kp {
    animation: down 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    position: relative;
    left: 11px;
  }
  .section1 .s1-mobie .img-pri-s1 .mobie-kp .wrap-kp .icon-kp img {
    width: 35px;
  }
  .section1 .s1-mobie .img-pri-s1 .mobie-kp .wrap-kp .chu img {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .section1 .s1-mobie .img-pri-s1 .s1-icon-mobie {
    position: absolute;
    bottom: 21%;
    left: 0;
    right: 0;
  }
  .section1 .s1-mobie .img-pri-s1 .s1-icon-mobie .access img {
    width: 50px;
  }
  .section1 .s1-mobie .img-pri-s1 .s1-icon-mobie .client img {
    width: 35px;
  }
  .section1 .s1-mobie .img-pri-s1 .s1-icon-mobie .top {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    align-items: center;
    color: #fff;
    text-align: center;
    margin-left: -10%;
    margin-right: -10%;
  }
  .section1 .s1-mobie .img-pri-s1 .s1-icon-mobie .top > div {
    padding-left: 10%;
    padding-right: 10%;
  }
  .section1 .s1-mobie .img-pri-s1 .s1-icon-mobie .top p.number {
    font-size: 13px;
    margin: 4px 0;
  }
  .section1 .s1-mobie .img-pri-s1 .s1-icon-mobie .top p.desc {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .section1 .s1-mobie .img-pri-s1 .s1-icon-mobie .top p.desc {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1024px) {
  .section1 .s1-mobie .img-pri-s1 .center {
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 72%;
    left: 50%;
    transform: translateX(-50%);
  }
  .section1 .s1-mobie .img-pri-s1 .center img {
    width: 100%;
  }
  .section1 .s1-mobie .img-pri-s1 .center h3 {
    width: 100%;
    font-size: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .section1 .s1-mobie .img-pri-s1 .bottom {
    padding: 10px 0 15px;
    margin: 0;
    list-style: none;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    color: #a3a5a9;
    align-items: baseline;
  }
  .section1 .s1-mobie .img-pri-s1 .bottom .img-con img {
    filter: invert(1);
    width: 45px;
  }
  .section1 .s1-mobie .img-pri-s1 .bottom .img-con2 img {
    filter: invert(1);
    width: 27px;
  }
  .section1 .s1-mobie .img-pri-s1 .bottom .img-con3 img {
    filter: invert(1);
    width: 23px;
  }
  .section1 .s1-mobie .img-pri-s1 .bottom .img-con4 img {
    filter: invert(1);
    width: 35px;
  }
  .section1 .s1-mobie .img-pri-s1 .bottom .item {
    width: 33.3%;
    height: 100%;
  }
  .section1 .s1-mobie .img-pri-s1 .bottom .item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .section1 .s1-mobie .img-pri-s1 .bottom .item a .wrap-a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 5px;
  }
  .section1 .s1-mobie .img-pri-s1 .bottom .item .img {
    width: 100%;
    height: 45%;
    text-align: center;
    align-items: flex-end;
    display: flex;
  }
  .section1 .s1-mobie .img-pri-s1 .bottom .item .img img {
    max-height: 100%;
    display: flex;
    margin: 0 auto;
  }
  .section1 .s1-mobie .img-pri-s1 .bottom .item p {
    margin-top: 5px;
  }
  .section1 .s1-mobie .img-pri-s1 .bottom p {
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    color: #fff;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .section1 .s1-mobie .img-pri-s1 .bottom p {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  .section1 .s1-mobie .img-pri-s1 .bottom p {
    font-size: 10px;
  }
}

.count-down {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1000000000000000100;
  height: 100%;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 999999999999999999;
}
@media (max-width: 1023px) {
  .count-down {
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1000000000000000100;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 999999999999999999;
    overflow-y: scroll;
    padding: 50px 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .count-down {
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1000000000000000100;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 999999999999999999;
    overflow-y: unset;
    padding: 0;
    overflow: hidden;
  }
}
.count-down .content-count-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.count-down .content-count-down .contact-form-group {
  position: relative;
}
.count-down .content-count-down .loading {
  position: absolute;
  right: 0;
  top: 0;
}
.count-down .content-count-down .loading img {
  width: 40px;
  height: 40px;
}
.count-down .content-count-down h3.top {
  font-size: 60px;
}
@media (max-width: 1680px) {
  .count-down .content-count-down h3.top {
    font-size: 50px;
  }
}
@media (max-width: 1600px) {
  .count-down .content-count-down h3.top {
    font-size: 45px;
  }
}
@media (max-width: 1366px) {
  .count-down .content-count-down h3.top {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .count-down .content-count-down h3.top {
    font-size: 40px;
  }
}
@media (max-width: 723px) {
  .count-down .content-count-down h3.top {
    font-size: 29px;
  }
}
.count-down .content-count-down h3.top {
  margin-bottom: 0;
}
.count-down .content-count-down h3.bot {
  font-size: 39px;
  margin-bottom: 35px;
  margin-top: 3px;
}
@media (max-width: 1680px) {
  .count-down .content-count-down h3.bot {
    font-size: 32px;
  }
}
@media (max-width: 1600px) {
  .count-down .content-count-down h3.bot {
    font-size: 29px;
  }
}
@media (max-width: 1366px) {
  .count-down .content-count-down h3.bot {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .count-down .content-count-down h3.bot {
    font-size: 26px;
  }
}
@media (max-width: 723px) {
  .count-down .content-count-down h3.bot {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .count-down .content-count-down h3.bot {
    margin-bottom: 30px;
  }
}
.count-down .content-count-down ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.count-down .content-count-down ul li {
  margin: 0 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.count-down .content-count-down ul li p:first-child {
  font-size: 120px;
  line-height: 90px;
  margin: 30px 0;
  min-width: 240px;
  height: 70px;
  padding: 0;
  display: block;
  text-align: center;
}
@media (max-width: 1680px) {
  .count-down .content-count-down ul li p:first-child {
    font-size: 90px;
    line-height: 60px;
    height: 40px;
  }
}
@media (max-width: 1600px) {
  .count-down .content-count-down ul li p:first-child {
    font-size: 70px;
    height: 30px;
    min-width: 220px;
  }
}
@media (max-width: 1366px) {
  .count-down .content-count-down ul li p:first-child {
    min-width: 200px;
    font-size: 60px;
    height: 30px;
  }
}
@media (max-width: 1279px) {
  .count-down .content-count-down ul li p:first-child {
    font-size: 60px;
    line-height: 50px;
    height: 30px;
    min-width: 190px;
  }
}
@media (max-width: 1024px) {
  .count-down .content-count-down ul li p:first-child {
    font-size: 60px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .count-down .content-count-down ul li p:first-child {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .count-down .content-count-down ul li p:first-child {
    font-size: 55px;
  }
}
.count-down .content-count-down ul li p:last-child {
  font-size: 40px;
}
@media (max-width: 1600px) {
  .count-down .content-count-down ul li p:last-child {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .count-down .content-count-down ul li p:last-child {
    font-size: 25px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .count-down .content-count-down ul li p:last-child {
    font-size: 20px;
    margin-top: -15px;
  }
}
@media (max-width: 1024px) {
  .count-down .content-count-down ul {
    width: 90%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .count-down .content-count-down ul li {
    width: 25%;
    margin: 0px;
  }
}
.count-down h5 {
  font-size: 35px;
  margin: 60px 0 20px;
}
@media (max-width: 1680px) {
  .count-down h5 {
    font-size: 30px;
  }
}
@media (max-width: 1600px) {
  .count-down h5 {
    font-size: 25px;
  }
}
@media (max-width: 1366px) {
  .count-down h5 {
    font-size: 25px;
    margin: 35px 0 10px;
  }
}
@media (max-width: 1279px) {
  .count-down h5 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .count-down h5 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .count-down h5 {
    font-size: 13px;
  }
}
.count-down form {
  width: 40%;
}
.count-down form input[type=number]::-webkit-inner-spin-button,
.count-down form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.count-down form input::-webkit-outer-spin-button,
.count-down form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.count-down form input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 1600px) {
  .count-down form {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .count-down form {
    width: 70%;
  }
}
@media (max-width: 723px) {
  .count-down form {
    width: 95%;
    height: auto;
  }
}
.count-down .contact-form-row {
  width: 100%;
  height: 40px;
  font-size: 13px;
  color: #444;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .count-down .contact-form-row {
    font-size: 11px;
  }
}
@media (max-width: 1440px) {
  .count-down .contact-form-row {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .count-down .contact-form-row {
    height: 40px;
    margin-bottom: 2%;
  }
}
.count-down .contact-form-row .contact-column-6 {
  width: 49%;
  height: 100%;
}
.count-down .contact-form-row .contact-column-6 select {
  width: 100%;
}
.count-down .contact-form-row .contact-column-12 {
  width: 100%;
  height: 100%;
}
.count-down .contact-form-row .contact-column-12 .tinh {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  flex-wrap: wrap;
}
.count-down .contact-form-row .contact-column-12 .tinh .add-item {
  width: 32%;
  position: relative;
}
@media (max-width: 480px) {
  .count-down .contact-form-row .contact-column-12 .tinh .add-item1 {
    width: 100%;
    margin-bottom: 2%;
  }
}
.count-down .contact-form-row .contact-column-12 .tinh .add-item2 {
  width: 32%;
  height: 100%;
}
@media (max-width: 480px) {
  .count-down .contact-form-row .contact-column-12 .tinh .add-item2 {
    width: 49%;
  }
}
.count-down .contact-form-row .contact-column-12 .tinh .add-item3 {
  width: 32%;
  height: 100%;
}
@media (max-width: 480px) {
  .count-down .contact-form-row .contact-column-12 .tinh .add-item3 {
    width: 49%;
  }
}
.count-down .contact-form-row .contact-column-12 .tinh select {
  width: 100%;
  height: 100%;
}
.count-down .contact-form-row .contact-column-12 .tinh input {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  outline: none;
  border-radius: 5px;
  border: none;
  opacity: 0.7;
  font-size: 13px;
}
@media (max-width: 480px) {
  .count-down .contact-form-row .contact-column-12 .tinh input {
    font-size: 11px;
  }
}
.count-down .contact-form-row .contact-column-12 .tinh input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1;
  /* Firefox */
}
.count-down .contact-form-row .contact-column-12 .tinh input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444;
}
.count-down .contact-form-row .contact-column-12 .tinh input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #444;
}
.count-down .contact-form-row .contact-form-group {
  width: 100%;
  height: 100%;
}
.count-down .contact-form-row .contact-form-group input {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  outline: none;
  border-radius: 5px;
  border: none;
  opacity: 0.7;
}
.count-down .contact-form-row .contact-form-group input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1;
  /* Firefox */
}
.count-down .contact-form-row .contact-form-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444;
}
.count-down .contact-form-row .contact-form-group input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #444;
}
.count-down div.error:hover p.error-msg {
  opacity: 1;
}
.count-down .error p.request {
  font-size: 11px;
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  width: 100%;
  background: red;
  z-index: 1;
  border-radius: 0 0 3px 3px;
  color: #fff;
  padding: 5px;
  visibility: unset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  transition: all linear 0.3s;
  opacity: 0;
}
.count-down div.error input {
  border: 1px solid red !important;
}
.count-down div.error:hover p.request {
  opacity: 1;
  visibility: unsetl;
}
.count-down .contact-form-row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.count-down .contact-form-group-bt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .count-down .contact-form-group-bt {
    margin-top: 65px;
  }
}
.count-down .contact-form-group-bt button {
  width: 32%;
  color: #fff;
  background: #3371b0;
  border: none;
  outline: none;
  border-radius: 4px;
  height: 45px;
}
@media (max-width: 1440px) {
  .count-down .contact-form-group-bt button {
    height: 45px;
    width: 32%;
  }
}
@media (max-width: 480px) {
  .count-down .contact-form-group-bt button {
    height: 40px;
    width: 32%;
  }
}

#myVideo {
  object-fit: cover;
  width: 100vw;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.animated-modal-tk {
  z-index: 111;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #06141f;
  color: #fff;
  width: 450px;
  padding: 30px;
  height: 250px;
  opacity: 0.9;
  transform: translate(-50%, -50%);
  animation: slide-upp 0.9s ease-out;
  display: none;
}
.animated-modal-tk h2 {
  font-size: 20px;
}
@media (max-width: 480px) {
  .animated-modal-tk {
    width: 90%;
    font-size: 15px;
    height: 300px;
  }
}
.animated-modal-tk .popup-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .animated-modal-tk .popup-content {
    font-size: 15px;
  }
}
.animated-modal-tk .popup-content .close-popup {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
}

@keyframes slide-upp {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slide-right {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
.count-down .contact-form-row .contact-form-group {
  position: relative;
}

.section2 {
  background: #06141f;
}
@media (max-width: 1024px) {
  .section2 .container-remake {
    width: 100%;
  }
}
.section2 .section2-wrap {
  display: flex;
  justify-content: space-between;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section2 .section2-wrap {
    height: auto;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.section2 .section2-wrap .left {
  width: 517px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1919px) {
  .section2 .section2-wrap .left {
    width: 32%;
  }
}
@media (max-width: 1024px) {
  .section2 .section2-wrap .left {
    width: 100%;
    padding: 0 5%;
    margin-top: 30px;
  }
}
.section2 .section2-wrap .right {
  width: 1078px;
  position: relative;
}
.section2 .section2-wrap .right .mobie-showw2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1919px) {
  .section2 .section2-wrap .right {
    width: 64%;
  }
  .section2 .section2-wrap .right img {
    height: 100vh;
    width: 100%;
  }
}
@media (max-width: 1919px) and (max-width: 1024px) {
  .section2 .section2-wrap .right img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media (max-width: 1024px) {
  .section2 .section2-wrap .right {
    width: 100%;
  }
}
.section2 .section2-wrap h2 {
  margin-bottom: 80px;
  text-align: start;
  width: 100%;
  color: #fff;
}
@media (max-width: 1680px) {
  .section2 .section2-wrap h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1366px) {
  .section2 .section2-wrap h2 {
    margin-bottom: 20px;
  }
}
.section2 .section2-wrap .desc p {
  line-height: 36px;
  color: #fff;
  text-align: justify;
  margin-bottom: 55px;
}
@media (max-width: 1680px) {
  .section2 .section2-wrap .desc p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1440px) {
  .section2 .section2-wrap .desc p {
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .section2 .section2-wrap .desc p {
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .section2 .section2-wrap .desc p {
    margin-bottom: 20px;
  }
}
.section2 .section2-wrap .desc p:last-child {
  margin-bottom: 0px;
}

.tt-test {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #ccc;
  font-size: 10px;
  z-index: 22;
}
@media (max-width: 1024px) {
  .tt-test {
    display: none;
  }
}

.tt-test2 {
  color: #444;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active .icontab {
  display: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active .icontab-active {
  display: block;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link .icontab {
  display: block;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link .icontab-active {
  display: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item:last-child {
  margin-bottom: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  color: #838a8f;
  border: none;
}
.nav-tabs .nav-item.show .nav-link p.top,
.nav-tabs .nav-link p.top {
  margin-bottom: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  border: none;
}

.section3 {
  background: #06141f;
  color: #fff;
}
.section3 .logok3 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .section3 .logok3 {
    display: none;
  }
}
.section3 .logok3 img {
  width: 320px;
}
@media (max-width: 1366px) {
  .section3 .logok3 img {
    width: 300px;
  }
}
.section3 .tab-pane.active {
  animation: slide-down 0.9s ease-out;
}
.section3 .tab-content {
  position: relative;
}
.section3 .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all linear 0.3s;
  display: block;
}
.section3 .tab-pane:nth-child(1) {
  position: unset;
}
.section3 .tab-pane.active {
  opacity: 1;
  z-index: 1;
  transition: all linear 0.3s;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section3 .section3-wrap {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section3 .section3-wrap .none-pc br {
  display: none;
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .none-pc br {
    display: block;
  }
}
@media (max-width: 1024px) {
  .section3 .section3-wrap {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section3 .section3-wrap .nav-tabs {
  border-bottom: none;
}
.section3 .section3-wrap .nav-tabs .nav-item.show .nav-link,
.section3 .section3-wrap .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.section3 .section3-wrap .nav-tabs .nav-item.show .nav-link,
.section3 .section3-wrap .nav-tabs .nav-link.active .icontab {
  display: none;
}
.section3 .section3-wrap .nav-tabs .nav-item.show .nav-link,
.section3 .section3-wrap .nav-tabs .nav-link.active .icontab-active {
  display: block;
}
.section3 .section3-wrap .nav-tabs .nav-item.show .nav-link,
.section3 .section3-wrap .nav-tabs .nav-link .icontab {
  display: block;
}
.section3 .section3-wrap .nav-tabs .nav-item.show .nav-link,
.section3 .section3-wrap .nav-tabs .nav-link .icontab-active {
  display: none;
}
.section3 .section3-wrap .nav-tabs .nav-item.show .nav-link,
.section3 .section3-wrap .nav-tabs .nav-item {
  margin-bottom: 100px;
  z-index: 2;
}
@media only screen and (min-width: 1025px) and (max-height: 767px) {
  .section3 .section3-wrap .nav-tabs .nav-item.show .nav-link,
.section3 .section3-wrap .nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1680px) {
  .section3 .section3-wrap .nav-tabs .nav-item.show .nav-link,
.section3 .section3-wrap .nav-tabs .nav-item {
    margin-bottom: 60px;
  }
}
@media (max-width: 1366px) {
  .section3 .section3-wrap .nav-tabs .nav-item.show .nav-link,
.section3 .section3-wrap .nav-tabs .nav-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .nav-tabs .nav-item.show .nav-link,
.section3 .section3-wrap .nav-tabs .nav-item {
    margin-bottom: 0px;
  }
}
.section3 .section3-wrap .nav-tabs .nav-item.show .nav-link,
.section3 .section3-wrap .nav-tabs .nav-item:last-child {
  margin-bottom: 0px;
}
.section3 .section3-wrap .nav-tabs .nav-item.show .nav-link,
.section3 .section3-wrap .nav-tabs .nav-link {
  color: #838a8f;
  border: none;
}
.section3 .section3-wrap .nav-tabs .nav-item.show .nav-link p.top,
.section3 .section3-wrap .nav-tabs .nav-link p.top {
  margin-bottom: 0px;
}
.section3 .section3-wrap .nav-tabs .nav-item.show .nav-link,
.section3 .section3-wrap .nav-tabs .nav-link:hover {
  border-color: transparent;
  border: none;
}
.section3 .section3-wrap .list-tab-section3 {
  display: flex;
  flex-direction: column;
  position: relative;
  display: none;
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .list-tab-section3 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .section3 .section3-wrap .list-tab-section3 li {
    width: 23%;
  }
  .section3 .section3-wrap .list-tab-section3 li a.nav-link {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .section3 .section3-wrap .list-tab-section3 {
    margin-bottom: 20px;
  }
}
.section3 .section3-wrap .list-tab-section3 .border-dotter {
  width: 3px;
  bottom: -50px;
  position: absolute;
  left: 31px;
  top: -50px;
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .list-tab-section3 .border-dotter {
    display: none;
  }
}
.section3 .section3-wrap .list-tab-section3 .border-dotter-mb {
  display: none;
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .list-tab-section3 .border-dotter-mb {
    display: block;
    position: absolute;
    top: 85%;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.section3 .section3-wrap .list-tab-section3 .item-tab-wrap {
  display: flex;
  align-items: center;
}
.section3 .section3-wrap .list-tab-section3 .item-tab-wrap .left {
  margin-right: 30px;
  background: #06141f;
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .list-tab-section3 .item-tab-wrap .left {
    margin-right: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .list-tab-section3 .item-tab-wrap {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .list-tab-section3 .item-tab-wrap .right {
    height: 60px;
  }
}
.section3 .section3-wrap .content-tab-section3 {
  flex: 1;
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 {
    width: 100%;
  }
}
.section3 .section3-wrap .content-tab-section3 .tab-pane.active {
  animation: slide-ngang 0.9s ease-out;
}
@keyframes slide-ngang {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.section3 .section3-wrap .content-tab-section3 .car-name {
  position: absolute;
  top: 125%;
  width: 100%;
  left: 0;
  text-align: center;
}
.section3 .section3-wrap .content-tab-section3 .car-name h4 {
  margin-bottom: 5px;
}
.section3 .section3-wrap .content-tab-section3 .car-name p.desc {
  font-size: 15px;
}
@media (max-width: 1440px) {
  .section3 .section3-wrap .content-tab-section3 .car-name p.desc {
    font-size: 13px;
  }
}
@media (max-width: 1366px) {
  .section3 .section3-wrap .content-tab-section3 .car-name {
    top: 122%;
  }
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .car-name {
    top: 130%;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap {
    flex-wrap: wrap;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car {
    width: 100%;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color {
  position: relative;
  width: 85%;
}
@media (max-width: 480px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .cloudimage-360 {
  width: 70%;
  height: 35vh;
}
@media (max-width: 1440px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .cloudimage-360 {
    height: 33vh;
  }
}
@media (max-width: 1366px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .cloudimage-360 {
    height: 30vh;
  }
}
@media (max-width: 1279px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .cloudimage-360 {
    height: 20vh;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .cloudimage-360 .cloudimage-inner-box {
  width: 70%;
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .cloudimage-360 canvas {
  height: auto;
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .cloudimage-360 {
    height: auto;
  }
}
@media (max-width: 1366px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .cloudimage-360 canvas {
    width: 100%;
    height: auto;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color img.img-car {
  width: 70%;
  display: flex;
  margin: 70px auto 0;
}
@media (max-width: 480px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color img.img-car {
    margin: 10px auto 0;
  }
}
@media (max-width: 480px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .ring360 img {
    width: 60px;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .color-car-title {
  position: absolute;
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1366px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .color-car-title {
    top: 130%;
  }
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .color-car-title {
    top: 120%;
  }
}
@media (max-width: 768px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .color-car-title {
    top: 127%;
  }
}
@media (max-width: 480px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .color-car-title {
    top: 129%;
  }
}
@media (max-width: 400px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .item-car-color .color-car-title {
    top: 130%;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .ring360 {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .ring360 {
    margin-top: 60px;
  }
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .ring360 img {
    width: 60px;
  }
}
@media (max-width: 1366px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .ring360 {
    margin-top: 70px;
  }
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .ring360 img {
    width: 70px;
  }
}
@media (max-width: 1279px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .ring360 {
    margin-top: 90px;
  }
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .ring360 img {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .ring360 {
    margin-top: 10px;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-color-car {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-color-car {
    margin-top: 20px;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-color-car img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (max-width: 1366px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-color-car li img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-color-car {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-color-car li a.nav-link {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) and (max-width: 390px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-color-car li {
    width: 35px;
  }
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-color-car li img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1024px) and (max-width: 1366px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-color-car li img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 1280px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-color-car li img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-color-car li img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 390px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-color-car li img {
    width: 25px;
    height: 25px;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-content {
  position: relative;
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 65%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all linear 0.3s;
  display: block;
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-pane {
    transition: none;
    width: 100%;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-pane:nth-child(1) {
  position: unset;
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-pane:nth-child(1) {
    transform: translateX(0%);
    left: 0;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car #tabcar01.tab-pane {
  width: 50%;
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car #tabcar01.tab-pane .cloudimage-360 {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car #tabcar01.tab-pane {
    transition: none;
    width: 80%;
  }
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car #tabcar01.tab-pane .cloudimage-360 {
    padding-top: 25px;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car #tabcar05.tab-pane {
  width: 50%;
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car #tabcar05.tab-pane .cloudimage-360 {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car #tabcar05.tab-pane {
    transition: none;
    width: 80%;
  }
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car #tabcar05.tab-pane .cloudimage-360 {
    padding-top: 25px;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .slider-car .tab-pane.active {
  opacity: 1;
  z-index: 1;
  transition: 0;
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .desc-car {
  width: 15%;
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .desc-car {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 100px 0 30px 0;
    justify-content: center;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .desc-car {
    margin-top: 85px;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .desc-car .desc-car-item {
  text-align: end;
  margin-bottom: 90px;
}
@media only screen and (min-width: 1025px) and (max-height: 767px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .desc-car .desc-car-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1680px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .desc-car .desc-car-item {
    margin-bottom: 60px;
  }
}
@media (max-width: 1366px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .desc-car .desc-car-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .desc-car .desc-car-item {
    width: 23%;
    text-align: center;
    margin: 0 10px;
  }
}
@media (max-width: 400px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .desc-car .desc-car-item p.top {
    font-size: 17px;
  }
}
@media (max-width: 350px) {
  .section3 .section3-wrap .content-tab-section3 .content-tab-wrap .desc-car .desc-car-item p.top {
    font-size: 15px;
  }
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .desc-car .desc-car-item p.bottom {
  color: #838a8f;
}
.section3 .section3-wrap .content-tab-section3 .content-tab-wrap .desc-car .desc-car-item:last-child {
  margin-bottom: 0;
}

.section4 {
  width: 100%;
}
.section4 .video {
  width: 100%;
  position: relative;
}
.section4 .video .button-video {
  position: absolute;
  top: 50%;
  left: 50%;
}
.section4 .video .button-video img {
  width: 70px;
  height: 70px;
}
.section4 .video img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom left;
}
@media (max-width: 1024px) {
  .section4 .video {
    display: none;
  }
}
.section4 .videomobie {
  display: none;
}
@media (max-width: 1024px) {
  .section4 .videomobie {
    display: block;
  }
  .section4 .videomobie img {
    width: 100%;
  }
}

.opacity-0 {
  opacity: 0;
}

.section5 {
  background: #06141f;
}
.section5 .container-remake {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .section5 .container-remake {
    width: 100%;
  }
}
.section5 .section5-wrap {
  padding-top: 100px;
  position: relative;
}
.section5 .section5-wrap .section5-abso-mobie {
  display: none;
}
@media (max-width: 1024px) {
  .section5 .section5-wrap .section5-abso-mobie {
    display: block;
  }
  .section5 .section5-wrap .section5-abso-mobie img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .section5 .section5-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section5 .section5-top {
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .section5 .section5-top {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .section5 .section5-top {
    padding-left: 0px;
    margin-bottom: 30px;
    padding: 0 5%;
  }
}
.section5 .section5-top p {
  color: #838a8f;
}
.section5 .section5-top h3 {
  color: #fff;
  margin-top: 5px;
}
@media only screen and (min-width: 1599px) and (max-width: 1601px) {
  .section5 .section5-top h3 {
    margin-top: 5px;
  }
}
@media (max-width: 1366px) {
  .section5 .section5-top h3 {
    margin-top: 5px;
  }
}
.section5 .section5-tab {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 1366px) {
  .section5 .section5-tab {
    margin-top: 0px;
  }
}
.section5 .section5-tab .section5-abso {
  position: absolute;
  bottom: 75%;
  right: 0;
  width: 50%;
}
.section5 .section5-tab .section5-abso .content-s5-tab {
  color: #fff;
}
.section5 .section5-tab .section5-abso .content-s5-tab img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
}
@media (max-width: 1366px) {
  .section5 .section5-tab .section5-abso .content-s5-tab img {
    height: 30vh;
  }
}
@media (max-width: 1024px) {
  .section5 .section5-tab .section5-abso .content-s5-tab img {
    height: auto;
  }
}
.section5 .section5-tab .section5-abso .content-s5-tab p {
  font-size: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .section5 .section5-tab .section5-abso .content-s5-tab p {
    font-size: 13px;
  }
}
@media (max-width: 1366px) {
  .section5 .section5-tab .section5-abso .content-s5-tab p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .section5 .section5-tab .section5-abso .content-s5-tab p {
    width: 90%;
    display: flex;
    margin: 0 auto;
    text-align: justify;
    height: auto;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .section5 .section5-tab .section5-abso {
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
  }
}
.section5 .section5-tab .section5-abso img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section5 .section5-tab .section5-tab-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 47vh;
}
@media (max-width: 1366px) {
  .section5 .section5-tab .section5-tab-wrap {
    height: 45vh;
  }
}
@media (max-width: 1279px) {
  .section5 .section5-tab .section5-tab-wrap {
    height: 40vh;
  }
}
@media (max-width: 1024px) {
  .section5 .section5-tab .section5-tab-wrap {
    flex-wrap: wrap;
    height: auto;
  }
}
.section5 .section5-tab .section5-tab-wrap .left-pri {
  width: 64%;
  height: 100%;
  color: #fff;
}
@media (max-width: 1024px) {
  .section5 .section5-tab .section5-tab-wrap .left-pri {
    width: 100%;
    height: auto !important;
    margin-top: 15px;
  }
}
.section5 .section5-tab .section5-tab-wrap .left-pri img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .section5 .section5-tab {
    flex-wrap: wrap;
    height: auto;
  }
}
.section5 .section5-tab .tab-pane.active {
  animation: slide-up 0.9s ease-out;
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section5 .section5-tab .tab-content-s6 {
  width: 100%;
}
.section5 .section5-tab .tab-content-s6 .tab-content-s6-item {
  width: 100%;
  position: relative;
}
.section5 .section5-tab .tab-content-s6 .tab-content-s6-item .content-ab {
  position: absolute;
  right: 0;
  width: 50%;
  bottom: 67%;
}
@media (max-width: 1366px) {
  .section5 .section5-tab .tab-content-s6 .tab-content-s6-item .content-ab {
    width: 43%;
  }
}
.section5 .section5-tab .tab-content-s6 .tab-content-s6-item .content-ab img {
  width: 100%;
}
@media (max-width: 1680px) {
  .section5 .section5-tab .tab-content-s6 .tab-content-s6-item .content-ab {
    bottom: 67%;
  }
}
@media (max-width: 1024px) {
  .section5 .section5-tab .tab-content-s6 .tab-content-s6-item .content-ab {
    position: relative;
    right: unset;
    top: unset !important;
    width: 100%;
  }
  .section5 .section5-tab .tab-content-s6 .tab-content-s6-item .content-ab img {
    width: 100%;
  }
}
.section5 .section5-tab .tab-content-s6 .tab-content-s6-item .content-ab p {
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 15px;
  display: flex;
  align-items: flex-end;
  height: 63px;
}
@media (max-width: 1366px) {
  .section5 .section5-tab .tab-content-s6 .tab-content-s6-item .content-ab p {
    padding-right: 0;
    font-size: 13px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1279px) {
  .section5 .section5-tab .tab-content-s6 .tab-content-s6-item .content-ab p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .section5 .section5-tab .tab-content-s6 .tab-content-s6-item .content-ab p {
    padding: 0 5%;
    margin: 30px 0;
    font-size: 13px;
  }
}
.section5 .section5-tab .tab-content-s6 .tab-content-s6-item .img-pri {
  width: 64%;
}
@media (max-width: 1024px) {
  .section5 .section5-tab .tab-content-s6 .tab-content-s6-item .img-pri {
    width: 100%;
  }
}
.section5 .section5-tab .tab-content-s6 .tab-content-s6-item .img-pri img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section5 .section5-tab .tab-menu-s6 {
  width: 32%;
  position: relative;
  margin-top: 7%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1680px) {
  .section5 .section5-tab .tab-menu-s6 {
    margin-top: 8%;
  }
}
@media (max-width: 1500px) {
  .section5 .section5-tab .tab-menu-s6 {
    margin-top: 8%;
  }
}
@media (max-width: 1366px) {
  .section5 .section5-tab .tab-menu-s6 {
    margin-top: 7%;
  }
}
@media (max-width: 1200px) {
  .section5 .section5-tab .tab-menu-s6 {
    margin-top: 6%;
    transform: translateY(0%);
  }
}
.section5 .section5-tab .tab-menu-s6 a.active p.top {
  font-family: "VN-KiaSignature-Bold";
}
@media (max-width: 1024px) {
  .section5 .section5-tab .tab-menu-s6 {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 5%;
  }
  .section5 .section5-tab .tab-menu-s6 li {
    width: 23%;
  }
  .section5 .section5-tab .tab-menu-s6 li a.nav-link {
    padding: 0;
  }
}
.section5 .section5-tab .tab-menu-s6 .border-dotter {
  width: 3px;
  bottom: -23px;
  position: absolute;
  left: 29px;
  top: -15px;
}
@media (max-width: 1680px) {
  .section5 .section5-tab .tab-menu-s6 .border-dotter {
    top: -17px;
  }
}
@media (max-width: 1440px) {
  .section5 .section5-tab .tab-menu-s6 .border-dotter {
    bottom: -20px;
    top: -16px;
  }
}
@media (max-width: 1366px) {
  .section5 .section5-tab .tab-menu-s6 .border-dotter {
    left: 25px;
    bottom: -10px;
    top: -9px;
  }
}
@media (max-width: 1024px) {
  .section5 .section5-tab .tab-menu-s6 .border-dotter {
    display: none;
  }
}
.section5 .section5-tab .tab-menu-s6 .border-dotter-mb {
  display: none;
}
@media (max-width: 1024px) {
  .section5 .section5-tab .tab-menu-s6 .border-dotter-mb {
    display: block;
    position: absolute;
    top: 82%;
    left: 5%;
    right: 5%;
    height: 1px;
  }
}
.section5 .section5-tab .tab-menu-s6 li {
  z-index: 2;
  margin: 5px 0;
}
@media (max-width: 1600px) {
  .section5 .section5-tab .tab-menu-s6 li {
    margin: 4px 0;
  }
}
@media (max-width: 1440px) {
  .section5 .section5-tab .tab-menu-s6 li {
    margin: 0px 0;
  }
}
@media (max-width: 1366px) {
  .section5 .section5-tab .tab-menu-s6 li {
    margin: -1px 0;
  }
}
.section5 .section5-tab .tab-menu-s6 .item-tab-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .section5 .section5-tab .tab-menu-s6 .item-tab-wrap {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .section5 .section5-tab .tab-menu-s6 .item-tab-wrap .right {
    height: 40px;
  }
}
.section5 .section5-tab .tab-menu-s6 .item-tab-wrap .left {
  margin-right: 40px;
  background: #06141f;
}
@media (max-width: 1366px) {
  .section5 .section5-tab .tab-menu-s6 .item-tab-wrap .left {
    margin-right: 15px;
  }
  .section5 .section5-tab .tab-menu-s6 .item-tab-wrap .left img {
    width: 25px;
  }
}
@media (max-width: 1024px) {
  .section5 .section5-tab .tab-menu-s6 .item-tab-wrap .left {
    margin-right: 0;
    margin-top: 20px;
  }
}

:root {
  --height-header: 5vw;
}

.section6 {
  background-size: cover;
}
.section6 .content {
  height: calc(100vh - var(--height-header));
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .section6 .content {
    display: none;
  }
}
.section6 .content .top img {
  width: 60%;
  display: flex;
  margin: 0 auto;
}
.section6 .content .bottom {
  color: #fff;
}
.section6 .content .bottom .link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section6 .content .bottom .link a {
  color: #fff;
  padding: 10px 35px 7px;
  border: 1px solid #fff;
}
.section6 .img-mobie {
  display: none;
}
@media (max-width: 1024px) {
  .section6 .img-mobie {
    display: block;
    width: 100%;
  }
}

.section7 {
  background: #06141f;
}
@media (max-width: 1024px) {
  .section7 .container-remake {
    width: 100%;
  }
}
.section7 .fp-tableCell {
  vertical-align: bottom;
}
.section7 .section7-wrap {
  height: calc(100% - 85px - 10vh);
}
@media only screen and (max-width: 1440px) {
  .section7 .section7-wrap {
    height: calc(100% - 85px - 8vh);
  }
}
@media only screen and (max-width: 1200px) {
  .section7 .section7-wrap {
    height: calc(100% - 85px - 5vh);
  }
}
.section7 .section7-wrap .top {
  width: 50%;
}
.section7 .section7-wrap .top h3 {
  font-size: 50px;
  margin-top: 5px;
}
@media (max-width: 1680px) {
  .section7 .section7-wrap .top h3 {
    font-size: 45px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1599px) and (max-width: 1601px) {
  .section7 .section7-wrap .top h3 {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  .section7 .section7-wrap .top h3 {
    font-size: 40px;
  }
}
@media (max-width: 1366px) {
  .section7 .section7-wrap .top h3 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .section7 .section7-wrap .top h3 {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  .section7 .section7-wrap .top h3 {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .section7 .section7-wrap .top {
    width: 45%;
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .section7 .section7-wrap .top {
    margin-left: 0;
    padding: 0 5%;
    width: 100%;
  }
}
.section7 .section7-wrap .top p {
  color: #838a8f;
}
.section7 .section7-wrap .top h3 {
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1680px) {
  .section7 .section7-wrap .top h3 {
    margin-bottom: 59px;
  }
}
@media only screen and (min-width: 1599px) and (max-width: 1601px) {
  .section7 .section7-wrap .top h3 {
    margin-bottom: 70px;
  }
}
@media (max-width: 1366px) {
  .section7 .section7-wrap .top h3 {
    margin-bottom: 40px;
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  .section7 .section7-wrap .top h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .section7 .section7-wrap .top h3 {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .section7 .section7-wrap .top h3 br {
    display: none;
  }
}
.section7 .owl-carousel.owl-drag .owl-item {
  opacity: 0.4;
  transition: all 0.2s ease-in;
  transform: scale(0.8);
  height: 100%;
}
.section7 .owl-carousel.owl-drag .owl-item.center {
  opacity: 1;
  transform: scale(1);
}
.section7 .owl-carousel button.owl-dot {
  margin: 0 30px;
  outline: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #838a8f;
}
@media (max-width: 1440px) {
  .section7 .owl-carousel button.owl-dot {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .section7 .owl-carousel button.owl-dot {
    margin: 0 7px;
  }
}
.section7 .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .section7 .owl-carousel .owl-dots {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
.section7 .owl-carousel .owl-dots button.owl-dot.active {
  background: #d25145;
  padding: 5px;
  border: 1px solid #d25145;
  border-radius: 50%;
  position: relative;
}
.section7 .owl-carousel .owl-dots button.owl-dot.active::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid #d25145;
}
.section7 .owl-carousel .owl-stage-outer {
  overflow: inherit;
  margin-bottom: 15px;
  height: 100%;
}
.section7 .owl-carousel .owl-stage {
  height: 100%;
}
.section7 .owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 1024px) {
  .section7 .owl-carousel .owl-nav {
    display: none;
  }
}
.section7 .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 10%;
  outline: none;
}
.section7 .owl-carousel .owl-nav .owl-prev .prev-slide {
  color: #fff;
  font-size: 22px;
  background: #828a90;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section7 .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 10%;
  outline: none;
}
.section7 .owl-carousel .owl-nav .owl-next .next-slide {
  color: #fff;
  font-size: 22px;
  background: #828a90;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section7 .section7-carousel {
  height: 45vh;
}
@media (max-width: 1279px) {
  .section7 .section7-carousel {
    height: 45vh;
  }
}
@media (max-width: 1024px) {
  .section7 .section7-carousel {
    height: auto;
  }
}
.section7 .item-slider {
  position: relative;
  height: 100%;
}
.section7 .item-slider .button-video3 {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .section7 .item-slider .button-video3 {
    top: 35%;
  }
}
.section7 .item-slider .button-video3 img {
  width: 70px;
  height: 70px;
}
.section7 .item-slider img {
  height: 100%;
  object-fit: cover;
}
.section7 .item-slider .content {
  position: absolute;
  top: unset !important;
  bottom: 112%;
  left: 50%;
  color: #fff;
  width: 44vw;
}
@media (min-width: 1921px) {
  .section7 .item-slider .content {
    width: 40vw;
  }
}
@media only screen and (min-width: 1599px) and (max-width: 1601px) {
  .section7 .item-slider .content {
    width: 40vw;
  }
}
@media (max-width: 1366px) {
  .section7 .item-slider .content {
    width: 40vw;
  }
}
@media (max-width: 1280px) {
  .section7 .item-slider .content {
    width: 42.5vw;
  }
}
.section7 .item-slider .content h5 br {
  display: none;
}
@media (max-width: 1024px) {
  .section7 .item-slider .content h5 br {
    display: block;
  }
}
@media (max-width: 1024px) {
  .section7 .item-slider .content {
    position: relative;
    left: unset;
    bottom: unset;
    width: 100%;
    margin-top: 20px;
    top: unset !important;
  }
}
@media (max-width: 767px) {
  .section7 .item-slider .content {
    padding: 0 5%;
  }
}
.section7 .item-slider .content .desc {
  margin-top: 25px;
}
@media (max-width: 1440px) {
  .section7 .item-slider .content .desc {
    margin-top: 15px;
  }
}
.section7 .item-slider .content .desc p:first-child {
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .section7 .item-slider .content .desc p:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 1440px) {
  .section7 .item-slider .content .desc p {
    font-size: 13px;
  }
}
.section7 .item-slider .border {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #838a8f;
}
@media (max-width: 1680px) {
  .section7 .item-slider .border {
    height: 50px;
  }
}
@media (max-width: 1366px) {
  .section7 .item-slider .border {
    height: 35px;
  }
}
@media (max-width: 1024px) {
  .section7 .item-slider .border {
    bottom: unset;
  }
}
.section7 .owl-carousel.owl-drag .owl-item.center .content {
  opacity: 1;
}
.section7 .owl-carousel.owl-drag .owl-item .content {
  opacity: 0;
}
.section7 .owl-carousel.owl-drag .owl-item.center .border {
  opacity: 1;
}
.section7 .owl-carousel.owl-drag .owl-item .border {
  opacity: 0;
}

.section8-wrap {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .section8-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
}
.section8-wrap .tab-pane.active {
  animation: slide-down 0.9s ease-out;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section8-wrap .left-s8 {
  width: 37%;
}
@media (max-width: 1366px) {
  .section8-wrap .left-s8 {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .section8-wrap .left-s8 {
    width: 100%;
  }
}
.section8-wrap .left-s8 .top {
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .section8-wrap .left-s8 .top {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .section8-wrap .left-s8 .top {
    margin-bottom: 30px;
  }
}
.section8-wrap .left-s8 .top h3 {
  color: #06141f;
  font-size: 50px;
  margin-top: 5px;
}
@media (max-width: 1680px) {
  .section8-wrap .left-s8 .top h3 {
    font-size: 45px;
  }
}
@media (max-width: 1500px) {
  .section8-wrap .left-s8 .top h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1599px) and (max-width: 1601px) {
  .section8-wrap .left-s8 .top h3 {
    font-size: 38px;
  }
}
@media (max-width: 1366px) {
  .section8-wrap .left-s8 .top h3 {
    font-size: 38px;
  }
}
@media (max-width: 1360px) {
  .section8-wrap .left-s8 .top h3 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .section8-wrap .left-s8 .top h3 {
    font-size: 33px;
  }
}
@media (max-width: 480px) {
  .section8-wrap .left-s8 .top h3 {
    font-size: 26px;
  }
}
@media (max-width: 380px) {
  .section8-wrap .left-s8 .top h3 {
    font-size: 25px;
  }
}
.section8-wrap .left-s8 .top p {
  color: #838a8f;
  margin-bottom: 15px;
}
.section8-wrap .left-s8 .bottom .tab-menu-s8 {
  display: flex;
  flex-direction: column;
  position: relative;
}
.section8-wrap .left-s8 .bottom .tab-menu-s8 a.active p.top {
  font-family: "VN-KiaSignature-Bold";
}
@media (max-width: 1024px) {
  .section8-wrap .left-s8 .bottom .tab-menu-s8 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .section8-wrap .left-s8 .bottom .tab-menu-s8 li {
    width: 23%;
  }
  .section8-wrap .left-s8 .bottom .tab-menu-s8 li a.nav-link {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .section8-wrap .left-s8 .bottom .tab-menu-s8 {
    margin-bottom: 20px;
  }
}
.section8-wrap .left-s8 .bottom .tab-menu-s8 .border-dotter {
  width: 3px;
  bottom: -20px;
  position: absolute;
  left: calc(1rem + 16px);
  top: -18px;
}
@media (max-width: 1024px) {
  .section8-wrap .left-s8 .bottom .tab-menu-s8 .border-dotter {
    display: none;
  }
}
.section8-wrap .left-s8 .bottom .tab-menu-s8 .border-dotter-mb {
  display: none;
}
@media (max-width: 1024px) {
  .section8-wrap .left-s8 .bottom .tab-menu-s8 .border-dotter-mb {
    display: block;
    position: absolute;
    top: 84%;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.section8-wrap .left-s8 .bottom .tab-menu-s8 li {
  z-index: 2;
  margin: 20px 0;
}
@media (max-width: 1600px) {
  .section8-wrap .left-s8 .bottom .tab-menu-s8 li {
    margin: 10px 0;
  }
}
@media (max-width: 1366px) {
  .section8-wrap .left-s8 .bottom .tab-menu-s8 li {
    margin: 5px 0;
  }
}
.section8-wrap .left-s8 .bottom .tab-menu-s8 li a.active {
  color: black;
  font-weight: bold;
}
.section8-wrap .left-s8 .bottom .tab-menu-s8 .item-tab-wrap {
  display: flex;
  align-items: center;
}
.section8-wrap .left-s8 .bottom .tab-menu-s8 .item-tab-wrap .left {
  margin-right: 30px;
  background: #fff;
}
@media (max-width: 1024px) {
  .section8-wrap .left-s8 .bottom .tab-menu-s8 .item-tab-wrap .left {
    margin-right: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .section8-wrap .left-s8 .bottom .tab-menu-s8 .item-tab-wrap {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .section8-wrap .left-s8 .bottom .tab-menu-s8 .item-tab-wrap .right-content {
    height: 70px;
  }
}
.section8-wrap .right {
  width: 60%;
}
@media (max-width: 1366px) {
  .section8-wrap .right {
    width: 58%;
  }
}
@media (max-width: 1024px) {
  .section8-wrap .right {
    width: 100%;
  }
}
.section8-wrap .right .img {
  position: relative;
}
.section8-wrap .right .img .kovideo {
  display: none;
}
.section8-wrap .right .img .button-video2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section8-wrap .right .img .button-video2 img {
  width: 60px;
  height: 60px;
}
.section8-wrap .right .novideo .videoco {
  display: none;
}
.section8-wrap .right .item-right {
  width: 100%;
}
.section8-wrap .right .item-right img {
  width: 100%;
}
.section8-wrap .right .item-right p {
  margin-top: 20px;
  color: #06141f;
  height: 70px;
}

@media (max-width: 1024px) {
  .fancybox-container {
    z-index: 1111;
    overflow: hidden;
  }
}

.fancybox-navigation .fancybox-button--arrow_left {
  background: #828a90;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  left: 10%;
  padding: 0;
  color: #fff;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 10px;
    width: 40px;
    height: 40px;
  }
}

.fancybox-button.fancybox-button--arrow_right {
  background: #828a90;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  right: 10%;
  padding: 0;
  color: #fff;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .fancybox-button.fancybox-button--arrow_right {
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

.animated-modal {
  max-width: 900px;
  width: 900px;
  border-radius: 10px;
  overflow: hidden;
  max-height: 750px;
  padding: 40px;
  transition: all 0.7s;
}
@media (max-width: 1680px) {
  .animated-modal {
    max-height: 700px;
  }
}
@media (max-width: 1400px) {
  .animated-modal {
    max-width: 700px;
    width: 700px;
    max-height: 550px;
  }
}
@media (max-width: 1024px) {
  .animated-modal {
    width: 90%;
    max-height: 500px;
    padding: 15px;
  }
}
.animated-modal h2 {
  text-align: center;
  width: 100%;
}
.animated-modal .popup-content {
  width: 100%;
  overflow-y: unset;
}
.animated-modal .popup-content img {
  width: 100%;
  margin-top: 20px;
}
.animated-modal .popup-content p {
  text-align: justify;
}

.section9 {
  background: #06141f;
}
@media (max-width: 1024px) {
  .section9 .container-remake {
    width: 100%;
  }
}
.section9 .section9-wrap {
  padding-top: 80px;
}
@media (max-width: 1366px) {
  .section9 .section9-wrap {
    padding-top: 90px;
  }
}
@media (max-width: 1024px) {
  .section9 .section9-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section9 p.font30 {
  color: #838a8f;
}
@media (max-width: 1024px) {
  .section9 p.font30 {
    padding: 0 5%;
  }
}
.section9 h3 {
  color: #fff;
  margin-bottom: 25px;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .section9 h3 {
    padding: 0 5%;
  }
}
.section9 .list-image {
  display: flex;
  justify-content: space-between;
  max-height: 60vh;
  height: 60vh;
}
@media (max-width: 1024px) {
  .section9 .list-image {
    flex-wrap: wrap;
    max-height: unset;
    height: auto;
  }
}
.section9 .list-image .left {
  height: 100%;
  width: 50%;
  padding-bottom: 15px;
  padding-right: 15px;
}
@media (max-width: 1366px) {
  .section9 .list-image .left {
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .section9 .list-image .left {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
    height: auto;
  }
}
.section9 .list-image .left .item-top {
  width: 100%;
  height: 100%;
}
.section9 .list-image .left .item-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .section9 .list-image .left .item-top img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.section9 .list-image .left .list-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.section9 .list-image .left .list-bottom .list-bottom-item {
  width: 32.5%;
}
.section9 .list-image .left .list-bottom .list-bottom-item img {
  width: 100%;
}
.section9 .list-image .right {
  height: 100%;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 15px;
}
@media (max-width: 1366px) {
  .section9 .list-image .right {
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .section9 .list-image .right {
    width: 100%;
    margin: 0;
    padding-bottom: 15px;
    height: auto;
  }
}
.section9 .list-image .right > div {
  height: 50%;
}
@media (max-width: 1024px) {
  .section9 .list-image .right > div {
    height: auto;
  }
}
.section9 .list-image .right > div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .section9 .list-image .right > div img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.section9 .list-image .right .item-cova img {
  object-fit: contain;
  background: black;
}
@media (max-width: 1024px) {
  .section9 .list-image .right .item-cova img {
    background: none;
  }
}
.section9 .list-image .right .item-right {
  width: 50%;
}
@media (max-width: 1024px) {
  .section9 .list-image .right .item-right {
    width: 100%;
  }
}
.section9 .list-image .right .item-right img {
  width: 100%;
}
.section9 .list-image .right .item-right2 {
  width: 100%;
}
.section9 .list-image .right .item-right:nth-child(1) {
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .section9 .list-image .right .item-right:nth-child(1) {
    padding-right: 0px;
    padding-bottom: 10px;
  }
}
.section9 .list-image .right .item-right:last-child {
  padding-bottom: 0;
  padding-top: 15px;
}
@media (max-width: 1024px) {
  .section9 .list-image .right .item-right:last-child {
    padding-top: 10px;
  }
}

.animated-modal2 {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 480px) {
  .animated-modal2 {
    padding: 0;
    max-height: 100%;
  }
}
.animated-modal2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50vw - 4.6px);
  height: 100%;
  background-color: #000912;
  z-index: 0;
}
.animated-modal2 img {
  z-index: 2;
  position: relative;
}
@media (max-width: 480px) {
  .animated-modal2 img {
    object-fit: inherit;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .animated-modal2 .fancybox-close-small svg,
.animated-modal2 .fancybox-close-small i {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .animated-modal2:after {
    display: none;
  }
  .animated-modal2 img {
    height: auto;
  }
}

.section10-wrap {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .section10-wrap {
    padding-top: 30px;
  }
}
.section10-wrap h3 {
  margin: 5px 0 25px 0;
  text-align: center;
}
@media only screen and (min-width: 1599px) and (max-width: 1601px) {
  .section10-wrap h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .section10-wrap h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1366px) {
  .section10-wrap h3 {
    margin-bottom: 15px;
  }
}

.list-section10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 1024px) {
  .list-section10 {
    flex-wrap: wrap;
  }
}
.list-section10 .item {
  width: 25%;
  margin: 0 10px;
}
.list-section10 .item h5 {
  margin-top: 5px;
}
@media only screen and (min-width: 1599px) and (max-width: 1601px) {
  .list-section10 .item h5 {
    margin-top: 0px;
  }
}
@media (max-width: 1366px) {
  .list-section10 .item h5 {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .list-section10 .item {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .list-section10 .item {
    width: 100%;
  }
}
.list-section10 .item .top {
  background: #06141f;
  padding: 20px 0;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1599px) and (max-width: 1601px) {
  .list-section10 .item .top {
    padding: 20px 0;
  }
}
@media (max-width: 1440px) {
  .list-section10 .item .top {
    padding: 20px 0;
  }
}
@media (max-width: 1366px) {
  .list-section10 .item .top {
    padding: 15px 0;
  }
}
@media (max-width: 1024px) {
  .list-section10 .item .top {
    padding: 25px 0;
  }
}
.list-section10 .item .bottom {
  background: #f7f7f7;
  padding: 25px;
}
@media only screen and (min-width: 1599px) and (max-width: 1601px) {
  .list-section10 .item .bottom {
    padding: 20px 15px;
  }
}
@media (max-width: 1440px) {
  .list-section10 .item .bottom {
    padding: 20px;
  }
}
@media (max-width: 1366px) {
  .list-section10 .item .bottom {
    padding: 15px;
  }
}
.list-section10 .item .bottom img {
  width: 60%;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .list-section10 .item .bottom img {
    width: 55%;
  }
}
.list-section10 .item .bottom .content-item {
  margin-top: 10px;
}
@media only screen and (min-width: 1599px) and (max-width: 1601px) {
  .list-section10 .item .bottom .content-item {
    margin-top: 10px;
  }
}
@media (max-width: 1440px) {
  .list-section10 .item .bottom .content-item {
    margin-top: 10px;
  }
}
.list-section10 .item .bottom .content-item p.title {
  margin-bottom: 20px;
  color: #06141f;
  text-align: center;
}
@media (max-width: 1366px) {
  .list-section10 .item .bottom .content-item p.title {
    margin-bottom: 10px;
  }
}
.list-section10 .item .bottom .content-item .register {
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #06141f;
  padding: 15px 0 10px;
  background: #06141f;
  color: #fff;
}
.list-section10 .item .bottom .content-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 155px;
  line-height: 23px;
  overflow-y: auto;
}
@media (max-width: 1680px) {
  .list-section10 .item .bottom .content-item ul {
    height: 150px;
    line-height: 20px;
  }
}
@media (max-width: 1440px) {
  .list-section10 .item .bottom .content-item ul {
    height: 130px;
    line-height: 20px;
  }
}
@media (max-width: 1366px) {
  .list-section10 .item .bottom .content-item ul {
    height: 127px;
  }
}
@media (max-width: 1280px) {
  .list-section10 .item .bottom .content-item ul {
    height: 120px;
  }
}
.list-section10 .item .bottom .content-item ul li {
  color: #06141f;
}
@media (max-width: 1366px) {
  .list-section10 .item .bottom .content-item ul li {
    font-size: 12px;
  }
}
@media (max-width: 413px) {
  .list-section10 .item .bottom .content-item ul li {
    margin: 5px 0;
    font-size: 13px;
  }
}
.list-section10 .item .bottom .content-item .row-price {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .list-section10 .item .bottom .content-item .row-price {
    font-size: 16px;
  }
}
.list-section10 .item .bottom .content-item .row-price .price {
  margin-left: 5px;
}
.list-section10 .item .bottom .content-item .content-bottom {
  display: flex;
  justify-content: space-between;
}
.list-section10 .item .bottom .content-item .content-bottom .bt-left a {
  color: #06141f;
  text-decoration: none;
}
.list-section10 .item .bottom .content-item .content-bottom .bt-left a span {
  margin-left: 5px;
}
.list-section10 .item .bottom .content-item .content-bottom .bt-right a {
  color: #06141f;
  text-decoration: none;
}
.list-section10 .item .bottom .content-item .content-bottom .bt-right a span {
  margin-left: 5px;
}

@media only screen and (max-height: 650px) {
  .list-section10 .item .bottom .content-item ul {
    height: 80px;
    overflow-y: scroll;
  }
}
.scrollable-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scrollable-content::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
.scrollable-content::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

#animatedModal101 {
  overflow: hidden;
}
@media (max-width: 1024px) {
  #animatedModal101 {
    overflow: inherit;
  }
}

.form-buy-car {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.form-buy-car .font-mobie-small {
  font-size: 11px;
}
@media (max-width: 480px) {
  .form-buy-car .font-mobie-small {
    font-size: 10px;
  }
}
.form-buy-car .left {
  width: 50%;
  height: 100%;
  overflow: hidden;
  padding: 100px 70px 40px 70px;
  background: #fff;
}
@media (max-width: 1680px) {
  .form-buy-car .left {
    padding: 80px 50px 30px 50px;
  }
}
@media (max-width: 1368px) {
  .form-buy-car .left {
    padding: 60px 30px 20px 30px;
  }
}
.form-buy-car .left .text-mobie {
  display: none;
}
@media (max-width: 1024px) {
  .form-buy-car .left .text-mobie {
    display: block;
    font-size: 10px;
    text-align: center;
  }
}
.form-buy-car .left .box-des {
  align-self: flex-start;
}
.form-buy-car .left .tt-test {
  color: unset;
}
.form-buy-car .left .box-main {
  height: 90%;
  overflow: hidden;
}
.form-buy-car .left .box-main .logo-pc {
  height: 20%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1024px) {
  .form-buy-car .left .box-main .logo-pc {
    height: auto;
  }
}
.form-buy-car .left .box-main .logo-pc img {
  width: 35%;
}
@media (max-width: 1024px) {
  .form-buy-car .left .box-main .logo-pc img {
    width: 100%;
  }
}
.form-buy-car .left .box-main .chose-car-color {
  height: 80%;
}
.form-buy-car .left .box-main .chose-car-color .tab-content {
  height: 50%;
}
.form-buy-car .left .box-main .chose-car-color .tab-content .tab-pane {
  height: 100%;
  text-align: center;
}
.form-buy-car .left .box-main .chose-car-color .tab-content .tab-pane img {
  max-height: 100%;
  max-width: 100%;
}
.form-buy-car .left .box-main .chose-car-color .left-bottom {
  padding-top: 50px;
}
@media (max-width: 1368px) {
  .form-buy-car .left .box-main .chose-car-color .left-bottom {
    padding-top: 20px;
  }
}
.form-buy-car .left .box-main .chose-car-color .left-bottom .nav-tabs {
  justify-content: center;
}
@media (max-width: 1368px) {
  .form-buy-car .left .box-main .chose-car-color .left-bottom .nav-tabs li a {
    padding: 0.25rem 0.5rem;
  }
}
.form-buy-car .left .box-main .chose-car-color .left-bottom .nav-tabs li a:focus {
  border: none;
  outline: none;
}
.form-buy-car .left .box-main .chose-car-color .left-bottom .nav-tabs li a img {
  border: 1px solid #727272;
}
.form-buy-car .left .box-main .chose-car-color ul {
  align-items: center;
}
.form-buy-car .left .box-main .chose-car-color ul li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all linear 0.3s;
}
@media (max-width: 1680px) {
  .form-buy-car .left .box-main .chose-car-color ul li img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1368px) {
  .form-buy-car .left .box-main .chose-car-color ul li img {
    width: 30px;
    height: 30px;
  }
}
.form-buy-car .left .box-main .chose-car-color ul li a.active img {
  transform: scale(1.3, 1.3);
}
.form-buy-car .right {
  width: 50%;
  z-index: 2;
  height: 100vh;
  overflow-y: auto;
  background: #06141f;
  position: relative;
  padding: 70px 100px;
}
@media (max-width: 1680px) {
  .form-buy-car .right {
    padding: 30px 20px;
  }
}
@media (max-width: 1368px) {
  .form-buy-car .right {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .form-buy-car .right {
    padding: 20px;
  }
}
.form-buy-car .right .form .customner__city label.error {
  display: none !important;
}
.form-buy-car .right .form .customer__district label.error {
  display: none !important;
}
.form-buy-car .right .form .customer__ward label.error {
  display: none !important;
}
.form-buy-car .right .form .city label.error {
  left: -43%;
  top: 72%;
}
@media (max-width: 995px) {
  .form-buy-car .right .form .city label.error {
    left: 0;
    top: -101%;
  }
}
.form-buy-car .right .form .showroom label.error {
  left: -43%;
  top: 72%;
}
@media (max-width: 995px) {
  .form-buy-car .right .form .showroom label.error {
    left: 0;
    top: -102%;
  }
}
.form-buy-car .right .form__input {
  display: grid;
  align-items: center;
  grid-template-columns: 25% 75%;
  margin-bottom: 15px;
  position: relative;
}
.form-buy-car .right .form__input label.error {
  position: absolute;
  color: #ac2b31;
  top: 66%;
}
@media (max-width: 1440px) {
  .form-buy-car .right .form__input label.error {
    font-size: 11px;
  }
}
@media (max-width: 995px) {
  .form-buy-car .right .form__input label.error {
    top: -26%;
    font-size: 11px;
  }
}
.form-buy-car .right .form__input input,
.form-buy-car .right .form__input select {
  border: 1px solid #fff;
  background-color: transparent;
  color: white;
  padding: 5px;
  border-radius: unset;
}
.form-buy-car .right .form__input input:focus,
.form-buy-car .right .form__input select:focus {
  border-color: white;
  outline: none;
}
.form-buy-car .right .form__input input::placeholder,
.form-buy-car .right .form__input select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
.form-buy-car .right .form__input input:-ms-input-placeholder,
.form-buy-car .right .form__input select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.form-buy-car .right .form__input input::-ms-input-placeholder,
.form-buy-car .right .form__input select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.form-buy-car .right .form__input [type=date] {
  color: #fff;
}
.form-buy-car .right .form__input [type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.form-buy-car .right .form .dropdown {
  background-color: transparent;
  border-radius: unset;
  border-color: #ffffff;
  min-width: unset;
  display: flex;
  align-items: flex-end;
  line-height: 1.2;
  padding-left: 5px;
}
.form-buy-car .right .form .dropdown:hover {
  border-color: #ffffff;
}
.form-buy-car .right .form .dropdown .icon {
  color: #ffffff;
}
.form-buy-car .right .form .dropdown .text {
  color: #ffffff;
  left: 0px;
}
.form-buy-car .right .form .dropdown .default {
  color: #ffff;
}
.form-buy-car .right .form__position {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 995px) {
  .form-buy-car .right .form__position {
    width: 100%;
  }
}
.form-buy-car .right .form__position .item-right {
  flex: 0 0 75%;
  max-width: 75%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 32% 32% 32%;
}
.form-buy-car .right .form__position .item-right select {
  border: 1px solid #fff;
  background-color: transparent;
  color: white;
  padding: 5px;
}
.form-buy-car .right .form__position .item-right select:focus {
  border-color: white;
  outline: none;
}
.form-buy-car .right .form__infoMore {
  margin-bottom: 15px;
}
.form-buy-car .right .form__infoMore--wrap {
  padding-bottom: 15px;
  border-bottom: 1px solid #666b71;
  width: 90%;
  margin: 0 auto 15px;
}
@media (max-width: 995px) {
  .form-buy-car .right .form__infoMore--wrap {
    width: 100%;
  }
}
.form-buy-car .right .form__infoMore p.mt-3 {
  font-size: 11px;
}
.form-buy-car .right .form__infoMore ul {
  padding-left: 15px;
}
.form-buy-car .right .form__infoMore ul li {
  display: flex;
  grid-template-columns: 70% 30%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 1199px) {
  .form-buy-car .right .form__infoMore ul li {
    grid-template-columns: 60% 40%;
  }
}
@media (max-width: 768px) {
  .form-buy-car .right .form__infoMore ul li {
    display: flex;
  }
}
.form-buy-car .right .form__infoMore ul li::before {
  content: "•";
  color: #ffffff;
  display: inline-block;
  position: absolute;
  left: -1rem;
}
.form-buy-car .right .form__total-cost {
  margin-bottom: 30px;
}
.form-buy-car .right .form__total-cost .item {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto auto 15px;
}
.form-buy-car .right .form__total-cost p {
  font-style: italic;
}
.form-buy-car .right .form__checkbox {
  display: flex;
  align-items: center;
}
.form-buy-car .right .form__checkbox input {
  background: transparent;
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
}
.form-buy-car .right .form__btnSubmit {
  text-align: center;
  margin-top: 30px;
}
.form-buy-car .right .form__btnSubmit button {
  padding: 20px 30px;
  border: none;
  background-color: white;
  color: black;
}
@media (max-width: 1024px) {
  .form-buy-car {
    height: auto;
    display: block;
    overflow: inherit;
  }
  .form-buy-car .left,
.form-buy-car .right {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .form-buy-car .left {
    padding: 30px 10px;
  }
  .form-buy-car .left p.text-center {
    margin-bottom: 12px;
  }
  .form-buy-car .left .box-main .logo-pc {
    width: 50%;
    height: 16vw;
    margin: 0 auto;
  }
  .form-buy-car .left .box-des {
    display: none;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .form-buy-car .right .form .form__infoMore {
    padding: 0;
  }
}
@media (max-width: 1024px) and (max-width: 995px) {
  .form-buy-car .right .form .form__infoMore .form__infoMore--wrap {
    padding: 0px 0px 15px 0px;
  }
  .form-buy-car .right .form .form__infoMore .form__infoMore--wrap p.mt-3 {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .form-buy-car .right .form__input {
    flex-wrap: wrap;
    display: flex;
  }
  .form-buy-car .right .form__input input,
.form-buy-car .right .form__input select {
    width: 100%;
    padding: 10px 15px;
    border-radius: unset;
  }
  .form-buy-car .right .form__input option {
    color: #666b71;
  }
}
@media (max-width: 1024px) {
  .form-buy-car .right .form__position .item-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .form-buy-car .right .form__position .item-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form-buy-car .right .form__position .item-right .customner__city {
    width: 100%;
    margin-bottom: 15px;
  }
  .form-buy-car .right .form__position .item-right .customer__district,
.form-buy-car .right .form__position .item-right .customer__ward {
    width: 49%;
    margin-bottom: 15px;
  }
}

.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  color: #fff;
}

.error-js {
  width: 100%;
}

.error-active {
  width: 100%;
  position: relative;
}
.error-active input,
.error-active .selection {
  border-color: red !important;
}
.error-active .error-msg {
  opacity: 1;
  visibility: unset;
}

.error-msg {
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  width: 100%;
  background: red;
  z-index: 1;
  border-radius: 0 0 3px 3px;
  color: #fff;
  padding: 5px;
  visibility: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  transition: all linear 0.3s;
  opacity: 0;
}

.form-car .form__input label {
  margin-right: 10px;
  margin-bottom: 0;
}
.form-car .form__input input {
  font-family: "VN-KiaSignature-Light";
  font-size: 12px;
}
.form-car .ui.search {
  font-size: 12px;
}
.form-car .menu .item {
  font-size: 12px !important;
}

@media screen and (max-width: 1024px) {
  .form-car .form__input label {
    height: auto;
  }

  .form-buy-car .right .form__total-cost .item {
    width: 100%;
  }
  .form-buy-car .right .form__total-cost .item span {
    font-size: 13px;
  }
  .form-buy-car .right .form__total-cost .item span#car_price_total {
    font-size: 16px;
  }
}
.sectionCar-carousel .owl-nav {
  display: none;
}
.sectionCar-carousel .owl-dots {
  display: flex;
  justify-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.sectionCar-carousel button.owl-dot {
  outline: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 1rem;
  background: #838a8f;
}
.sectionCar-carousel button.owl-dot.active {
  background: #d25145;
  padding: 5px;
  border: 1px solid #d25145;
  border-radius: 50%;
  position: relative;
}
.sectionCar-carousel button.owl-dot.active::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid #d25145;
}

@media (max-width: 1024px) {
  .none-mobiee {
    display: none !important;
  }
}

.mobie-showw {
  display: none;
}
@media (max-width: 1024px) {
  .mobie-showw {
    display: block;
  }
}
.mobie-showw .tt-text-mobie {
  display: flex;
  color: #ccc;
  font-size: 8px;
  width: 90%;
  display: flex;
  margin: 0 auto;
  margin-bottom: 10px;
}
.mobie-showw .tt-text-mobie2 {
  color: #444;
}

.section11 {
  background: #06141f;
  color: #FFF;
}
@media (max-width: 1024px) {
  .section11 .s11-pc {
    display: none;
  }
}
.section11 .s11-mobie {
  display: none;
}
@media (max-width: 1024px) {
  .section11 .s11-mobie {
    display: block;
  }
}
.section11 h3 {
  text-align: center;
  margin-bottom: 30px;
}
.section11 .section11-wrap {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .section11 .section11-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section11 .owl-carousel .owl-stage-outer {
  overflow: inherit;
  height: 100%;
}
.section11 .owl-carousel .owl-stage {
  height: 100%;
}
.section11 .owl-carousel.owl-drag .owl-item {
  height: 100%;
}
.section11 .section11-carou {
  height: 60vh;
}
@media (max-width: 1366px) {
  .section11 .section11-carou {
    height: 50vh;
  }
}
@media (max-width: 1024px) {
  .section11 .section11-carou {
    height: auto;
  }
}
.section11 .section11-carou .item-slider {
  height: 100%;
}
.section11 .section11-carou .item-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section11 .owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 1024px) {
  .section11 .owl-carousel .owl-nav {
    display: none;
  }
}
.section11 .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 10%;
  outline: none;
}
.section11 .owl-carousel .owl-nav .owl-prev .prev-slide {
  color: #fff;
  font-size: 22px;
  background: #828a90;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section11 .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 10%;
  outline: none;
}
.section11 .owl-carousel .owl-nav .owl-next .next-slide {
  color: #fff;
  font-size: 22px;
  background: #828a90;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section11 .owl-carousel.owl-drag .owl-item {
  opacity: 0.4;
  transition: all 0.2s ease-in;
  transform: scale(0.8);
  height: 100%;
}
.section11 .owl-carousel.owl-drag .owl-item.center {
  opacity: 1;
  transform: scale(1);
}

.section12 {
  background: #222222;
}
@media only screen and (min-width: 1599px) and (max-width: 1601px) {
  .section12 .container-remake {
    width: 90%;
  }
}
@media (max-width: 1366px) {
  .section12 .container-remake {
    width: 85%;
  }
}
.section12 .section12-wrap {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
}
.section12 .section12-wrap .social-ft {
  display: flex;
  margin-top: 15px;
}
.section12 .section12-wrap .social-ft .item-social1 {
  margin-right: 15px;
}
.section12 .section12-wrap .social-ft img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .section12 .section12-wrap {
    flex-wrap: wrap;
  }
  .section12 .section12-wrap .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .section12 .section12-wrap .footer-menu, .section12 .section12-wrap .policy {
    width: 100%;
    margin-bottom: 20px;
  }
  .section12 .section12-wrap .right {
    width: 100%;
  }
  .section12 .section12-wrap .footer-menu ul {
    display: flex;
    justify-content: flex-start;
  }
}
.section12 .section12-wrap h3 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .section12 .section12-wrap h3 {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .section12 .section12-wrap h3 {
    font-size: 12px;
  }
}
.section12 .section12-wrap p {
  color: #919191;
  font-size: 15px;
}
@media (max-width: 1440px) {
  .section12 .section12-wrap p {
    font-size: 13px;
  }
}
@media (max-width: 1366px) {
  .section12 .section12-wrap p {
    font-size: 11px;
  }
}
.section12 .section12-wrap .item-left {
  margin-bottom: 10px;
}
.section12 .section12-wrap .allright {
  margin-top: 10px;
}
.section12 .section12-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section12 .section12-wrap ul li {
  font-size: 15px;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .section12 .section12-wrap ul li {
    font-size: 13px;
  }
}
@media (max-width: 1366px) {
  .section12 .section12-wrap ul li {
    font-size: 11px;
    margin-right: 15px;
  }
}
.section12 .section12-wrap ul li a {
  color: #919191;
  text-decoration: none;
}
.section12 .section12-wrap .right .right-item {
  margin-bottom: 10px;
}
.section12 .section12-wrap .right a {
  font-size: 15px;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .section12 .section12-wrap .right a {
    font-size: 13px;
  }
}
@media (max-width: 1366px) {
  .section12 .section12-wrap .right a {
    font-size: 11px;
  }
}
.section12 .section12-wrap .right .social {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}
.section12 .section12-wrap .right .social .item-social {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section12 .section12-wrap .right .social .item-social a {
  color: #fff;
}
.section12 .section12-wrap .right .social .item-social a i {
  font-size: 21px;
}
.section12 .section12-wrap .right .app-kia {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.section12 .section12-wrap .right .app-kia .qr-code {
  margin-right: 20px;
}
.section12 .section12-wrap .right .app-kia .qr-code img {
  width: 95px;
  height: 95px;
}
.section12 .section12-wrap .right .app-kia .app-store .item-app-t {
  margin-bottom: 15px;
}

.container-popup {
  /* reset input */
}
.container-popup .popup.popup-alert-success {
  visibility: unset;
}
.container-popup .popup-alert {
  visibility: hidden;
  width: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
@media screen and (max-width: 600px) {
  .container-popup .popup-alert {
    width: 300px;
  }
}
.container-popup .popup-alert .header-pop {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #06141f;
  background-position: center;
  position: relative;
}
.container-popup .popup-alert .header-pop .logo-popup {
  width: 100%;
  text-align: center;
}
.container-popup .popup-alert .header-pop .logo-popup img {
  width: 80px;
  margin: 30px auto;
}
.container-popup .popup-alert .header-pop .close-img {
  width: 100%;
}
.container-popup .popup-alert .header-pop .close-img img {
  width: 30px;
  z-index: 3;
  position: absolute;
  right: 2%;
  bottom: 60%;
}
@media screen and (max-width: 600px) {
  .container-popup .popup-alert .header-pop .close-img img {
    width: 20px;
  }
}
.container-popup .popup-alert .body-pop {
  background-image: url("../../../images/background-popup.png");
  background-position: center;
}
@media screen and (max-width: 400px) {
  .container-popup .popup-alert .body-pop {
    padding: 10px;
  }
}
.container-popup .popup-alert .body-pop .form-popup {
  padding: 2%;
  color: #181818;
}
.container-popup .popup-alert .body-pop .form-popup h4 {
  color: #181818;
}
@media screen and (max-width: 400px) {
  .container-popup .popup-alert .body-pop .form-popup {
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
  }
}
.container-popup .popup-alert .body-pop .form-popup form {
  padding: 5% 0%;
  text-align: center;
}
.container-popup .popup-alert .body-pop .form-popup form .form__group {
  padding-bottom: 5%;
}
.container-popup .popup-alert .body-pop .form-popup form .form__group label {
  color: white;
}
.container-popup .popup-alert .body-pop .form-popup form .form__group input {
  border-radius: unset;
  font-size: 14px;
}
.container-popup .popup-alert .body-pop .form-popup form .form__group select {
  font-size: 14px;
}
.container-popup .popup-alert .body-pop .form-popup form .submit-popup {
  align-self: center;
  border-radius: 50px;
  background: #06141f;
  color: white;
}
@media screen and (max-width: 400px) {
  .container-popup .popup-alert .body-pop .form-popup form .submit-popup {
    border-radius: 0;
    width: 100%;
  }
}
.container-popup .popup {
  visibility: hidden;
  width: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .container-popup .popup {
    width: 90%;
  }
}
.container-popup .popup .header-pop {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #06141f;
  background-position: center;
  position: relative;
}
.container-popup .popup .header-pop .logo-popup {
  width: 100%;
  text-align: center;
}
.container-popup .popup .header-pop .logo-popup img {
  width: 80px;
  margin: 30px auto;
}
.container-popup .popup .header-pop .close-img {
  width: 100%;
}
.container-popup .popup .header-pop .close-img img {
  width: 30px;
  z-index: 3;
  position: absolute;
  right: 2%;
  bottom: 60%;
}
@media screen and (max-width: 600px) {
  .container-popup .popup .header-pop .close-img img {
    width: 20px;
  }
}
.container-popup .popup .body-pop {
  background-color: #eeeeee;
}
@media screen and (max-width: 400px) {
  .container-popup .popup .body-pop {
    padding: 10px;
  }
}
.container-popup .popup .body-pop .form-popup {
  padding: 4%;
  color: #181818;
}
.container-popup .popup .body-pop .form-popup h4 {
  color: #181818;
}
@media screen and (max-width: 400px) {
  .container-popup .popup .body-pop .form-popup {
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
  }
}
.container-popup .popup .body-pop .form-popup form {
  text-align: center;
}
.container-popup .popup .body-pop .form-popup form .form__group label {
  color: #181818;
}
.container-popup .popup .body-pop .form-popup form .form__group input {
  border-radius: unset;
  font-size: 14px;
}
.container-popup .popup .body-pop .form-popup form .form__group select {
  font-size: 14px;
}
.container-popup .popup .body-pop .form-popup form .submit-popup {
  align-self: center;
  border-radius: 50px;
  background: #06141f;
  color: white;
}
@media screen and (max-width: 400px) {
  .container-popup .popup .body-pop .form-popup form .submit-popup {
    border-radius: 0;
    width: 100%;
  }
}
.container-popup .form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 15px;
  width: 100%;
}
.container-popup .form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #9b9b9b;
  outline: 0;
  font-size: 12px;
  color: #181818;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.container-popup .form__field::placeholder {
  color: transparent;
}
.container-popup .form__field:placeholder-shown ~ .form__label {
  font-size: 12px;
  cursor: text;
  top: 20px;
}
.container-popup .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #9b9b9b;
}
.container-popup .form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 1.5px;
  border-image-slice: 1;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #f51747;
}
.container-popup .form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #cc1b1b;
  font-weight: 700;
}
.container-popup .form__field:required, .container-popup .form__field:invalid {
  box-shadow: none;
}
.container-popup form .mess_error {
  padding: 5px;
  background-color: #cc1b1b;
  color: #fff;
  text-align: left;
  font-size: 13px;
}
.container-popup .form-background {
  width: 100%;
  height: 600px;
  text-align: center;
  position: relative;
}
.container-popup .form-background .form-centered {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  max-width: 35%;
}
@media only screen and (max-width: 991px) {
  .container-popup .form-background .form-centered {
    max-width: 80%;
  }
}
.container-popup .form-background .form-centered .question-text {
  color: #fff;
  font-size: 20px;
}
@media only screen and (max-width: 750px) {
  .container-popup .form-background .form-centered .question-text {
    font-size: 12px;
  }
}
.container-popup .form-background .form-centered .form-submit {
  margin-top: 20px;
  padding: 5px 13px;
  font-size: 9px;
  align-self: center;
  color: #fff;
  border-radius: 49px;
  background-image: #06141f;
}
.container-popup select {
  /* styling */
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.container-popup select > option {
  color: black;
}
.container-popup select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
  border-radius: unset;
}
.container-popup select.minimal:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 0.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.container-popup .menu.transition.visible .item {
  font-family: "VN-KiaSignature-Light";
}
.container-popup .form__field.minimal .text {
  font-family: "VN-KiaSignature-Light";
}

/*# sourceMappingURL=common.css.map */
