@import "fonts/iconfont/iconfont.css";
@import "fonts/iconfont/iconfont.css";

@font-face {
  font-family: "FS PFBeauSansPro";
  src: local("FS PFBeauSansPro BoldItalic"),
    url("../fonts/FS%20PFBeauSansPro-BoldItalic.html") format("opentype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "FS PFBeauSansPro";
  src: local("FS PFBeauSansPro Light"),
    url("../fonts/FS%20PFBeauSansPro-Light.html") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "FS PFBeauSansPro";
  src: local("FS PFBeauSansPro Bbook"),
    url("../fonts/FS%20PFBeauSansPro-Bbook.html") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "FS PFBeauSansPro";
  src: local("FS PFBeauSansPro SemiBold"),
    url("../fonts/FS%20PFBeauSansPro-SemiBold.html") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "FS PFBeauSansPro";
  src: local("FS PFBeauSansPro Bold"),
    url("../fonts/FS%20PFBeauSansPro-Bold.html") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "FS PFBeauSansPro";
  src: local("FS PFBeauSansPro SemiBoldItalic"),
    url("../fonts/FS%20PFBeauSansPro-SemiBoldItalic.html") format("opentype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "FS PFBeauSansPro";
  src: local("FS PFBeauSansPro BbookItalic"),
    url("../fonts/FS%20PFBeauSansPro-BbookItalic.html") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "FS PFBeauSansPro";
  src: local("FS PFBeauSansPro LightItalic"),
    url("../fonts/FS%20PFBeauSansPro-LightItalic.html") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "FS PFBeauSansPro";
  src: local("FS PFBeauSansPro Italic"),
    url("../fonts/FS%20PFBeauSansPro-Italic.html") format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "FS PFBeauSansPro";
  src: local("FS PFBeauSansPro Regular"),
    url("../fonts/FS%20PFBeauSansPro-Regular.html") format("opentype");
  font-weight: 400;
  font-style: normal;
}

::-webkit-scrollbar {
  background-color: inherit;
  height: 2px;
  position: absolute;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #b5b4b4;
  border-radius: 10px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

button,
a,
input,
select,
textarea {
  outline: none;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

body {
  background: #f5f5f5;
  font-family: "FS PFBeauSansPro", sans-serif;
}

img,
iframe,
video {
  max-width: 100%;
  margin-top: 0;
}

.img-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.img-hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

.img-hover img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.container-sme {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 480px) {
  .container-sme {
    padding: 0 16px;
  }
}

@media (min-width: 480px) {
  .container-sme {
    max-width: 450px;
  }
}

@media (min-width: 576px) {
  .container-sme {
    max-width: 560px;
  }
}

@media (min-width: 768px) {
  .container-sme {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container-sme {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-sme {
    max-width: 1140px;
  }
}

.container-sme-mb {
  margin: 0 auto;
  font-family: "FS PFBeauSansPro", sans-serif;
  width: 100%;
}

@media (max-width: 575px) {
  .container-sme-mb {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 576px) {
  .container-sme-mb {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-sme-mb {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-sme-mb {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-sme-mb {
    max-width: 1140px;
  }
}

.section-title__sme {
  color: #2C2F31;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  word-break: break-word;
  padding: 30px 0;
  position: relative;
  text-transform: uppercase;
}
.cl-white {
  color: white;
}

@media (max-width: 991px) {
  .section-title__sme {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}

.button {
  background-color: #fff;
  border-radius: 8px 8px 8px 0;
  border: 1px solid transparent;
  color: #ee0033;
  cursor: pointer;
  display: block;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 20px;
  padding: 9px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

@media (max-width: 992px) {
  .button {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .button {
    font-size: 10px;
  }
}

.button:before {
  border-radius: 8px 8px 8px 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  z-index: -1;
}

.button:after {
  border-radius: 8px 8px 8px 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.button:hover:before {
  width: 100%;
}
.button--primary {
  background-color: #ee0033;
  border-color: #ee0033;
  color: #fff;
}
.button--primary__register {
  width: 123px;
  height: 40px;
  background-color: #ee0033 !important;
  color: #fff !important;
  padding: 8px !important;
}
.button--primary:before {
  background-color: #be0129;
}
.button--primary__register:hover {
  border-color: #be0129;
}

.button--primary__register:before {
  background-color: #be0129;
}

.banner-button .button--primary_info {
  width: 203px;
  height: 56px;
  background-color: #fff;
  color: #ee0033;
  padding: 15px;
  font-size: 18px;
  line-height: 27px;
}

.button--normal {
  background-color: #fff;
  border-color: #4b4b4b;
  color: #4b4b4b;
  width: 264px;
  margin-right: 20px;
  z-index: 2;
}

.button-plus--primary {
  background-color: #ee0033;
  color: #fff;
  width: 264px;
  z-index: 2;
}

.button-plus--primary:hover {
  border-color: #be0129;
}

.button-plus--primary:before {
  background-color: #be0129;
}

@media (max-width: 768px) {
  .button--normal,
  .button-plus--primary {
    font-size: 16px;
  }
}

@media (max-width: 567px) {
  .button--normal,
  .button-plus--primary {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .button--normal,
  .button-plus--primary {
    width: 150px;
    height: 40px;
    font-size: 12px;
    padding: 8px;
  }
}

@media (max-width: 415px) {
  .button--normal,
  .button-plus--primary {
    width: 100%;
    height: 40px;
    font-size: 12px;
    padding: 8px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.button--normal:hover {
  background-color: #4b4b4b;
  color: #fff;
}

.button--normal:before {
  background-color: #4b4b4b;
}

@media (max-width: 992px) {
  .banner-button .button--primary_info {
    height: 40px;
    padding: 5px;
  }
}

@media (max-width: 768px) {
  .banner-button .button--primary_info {
    height: 38px;
    padding: 4px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .banner-button .button--primary_info {
    height: 30px;
    width: 130px;
    padding: 0px;
    font-size: 12px;
  }
}

@media (max-width: 415px) {
  .banner-button .button--primary_info {
    height: 40px;
    width: 180px;
    padding: 4px;
    font-size: 18px;
  }
}

/* BANNER */
.banner-sme-ftth {
  margin: 0 auto;
  max-width: none;
  height: 500px;
}

.banner-camera__sme {
  margin-top: -22.5%;
}

.banner-img {
  height: 500px;
  position: relative;
  z-index: 2;
}

.banner-img__mobile {
  display: none;
}

.banner-img .image-pc {
  object-fit: cover;
  margin: 0;
  max-width: 100%;
  background-position: center;
  background-size: cover;
  height: 500px;
}

.banner-info-ftth {
  position: relative;
  top: -25rem;
  z-index: 3;
  left: 0;
}

.banner-info__large {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  font-family: "FS PFBeauSansPro", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  width: 43%;
}

.banner-info__small {
  font-family: "FS PFBeauSansPro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.15px;
  color: #ffffff;
  width: 50%;
 margin-top: 2.2rem;
}

@media (max-width: 991px) {
  .banner-info-ftth {
    top: -19rem;
  }

  .banner-info__large {
    font-size: 36px;
    line-height: 45px;
    width: 60%;
  }

  .banner-info__small {
    font-size: 18px;
    line-height: 28px;
    width: 52%;
  }
  .banner-sme-ftth,
  .banner-img,
  .banner-img .image-pc {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .banner-info-ftth {
    top: -16rem;
  }

  .banner-info__large {
    font-size: 26px;
    line-height: 32px;
  }

  .banner-info__small {
    font-size: 16px;
    line-height: 24px;
    width: 36%;
  }
}

@media (max-width: 576px) {
  .banner-info-ftth {
    top: -16rem;
  }

  .banner-info__large {
    font-size: 22px;
    line-height: 24px;
  }

  .banner-info__small {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 480px) {
  .banner-info {
    margin-left: 14px;
  }
  .banner-info-ftth{
    top: -11rem !important;
  }
  .banner-info__text {
    font-size: 18px;
    line-height: 22px;
  }

  .banner-info__large {
    font-size: 20px;
    width: 90% !important;
    margin: 0 auto;
    letter-spacing: 0.15px;
  }

  .banner-info__small {
    font-size: 18px;
    line-height: 27px;
    width: 70%;
    letter-spacing: 0.15px;
    font-weight: 500;
    margin-top: 20px !important;
  }

  .info__camera {
    font-size: 12px;
    line-height: 18px;
    width: 58%;
  }

  .banner-icon {
    margin-top: -0.9rem;
  }

  .banner-icon__circle {
    width: 24px;
    height: 24px;
  }

  .banner-icon__item {
    padding-right: 0.5rem;
  }

  .banner-icon__circle img {
    width: 65%;
  }

  .banner-icon__circle .lock {
    width: 49%;
    margin: 4px 6px;
  }

  .banner-icon__circle .user {
    width: 52%;
    margin: 5px 6px;
  }

  .banner-icon__text {
    margin-left: 7px;
  }

  .banner-button {
    margin-top: -2.3rem;
  }
}

@media (max-width: 415px) {
  .banner-img__mobile {
    display: block;
  }

  .banner-img__mobile img {
    width: 100%;
  }

  .banner-info {
    margin-left: 10px;
    margin-top: -29%;
  }

  .banner-camera__sme {
    margin-top: -43%;
  }

  .banner-info__text {
    font-size: 24px;
    line-height: 33px;
  }

  .banner-info__large {
    font-size: 24px;
    line-height: 34px;
  }

  .info__camera {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
  }

  .banner-icon {
    margin-top: 0.7rem;
  }

  .banner-icon__circle {
    width: 32px;
    height: 32px;
  }

  .banner-icon__circle .lock {
    margin: 4px 8px;
  }

  .banner-icon__circle .user {
    margin: 5px 8px;
  }

  .banner-button {
    margin-top: -1rem;
  }
}

/* INTRODUCE */
.introduce {
  margin-top: 4rem;
}

.introduce-content {
  position: relative;
}

.introduce-theme {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12rem;
}

.introduce-theme img {
  position: relative;
  transform: rotate(2deg);
  /* margin-top: -24%; */
  z-index: 1;
}

.introduce-header__camera {
  margin-top: 1.5rem;
}

.intro-info {
  width: 67%;
  margin: -1rem auto;
}

.intro-info-vess {
  width: 68%;
}

.intro-des {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #2C2F31;
  margin-top: 10px;
}

.intro-des:first-child {
  margin-bottom: 2rem;
}

.intro-image {
  margin: 1rem auto;
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.circle {
  z-index: 1;
  position: relative;
  margin-top: -3%;
}

.kyc {
  position: absolute;
  top: 10.2%;
  left: 50%;
  transform: translateX(-50%);
  width: 370px;
  z-index: 9;
}

.ftth {
  position: absolute;
  top: 14.1%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.intro-info__button {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .intro-image {
    margin-top: -3rem;
  }
  .intro-info {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .introduce-cammera .introduce-theme img {
    margin-top: -22%;
  }

  .intro-info {
    width: 95%;
  }

  .intro-image {
    height: 680px;
  }
}

@media (max-width: 576px) {
  .introduce-cammera .introduce-theme img {
    margin-top: -9%;
  }

  .intro-info {
    width: 90%;
  }
}

@media (max-width: 500px) {
  .intro-image {
    height: 640px;
  }
}

@media (max-width: 415px) {
  .intro-image {
    margin-top: 9rem;
  }

  .intro-info__button {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }

  .image-contract {
    margin-top: 7rem;
  }
}

/* ADVANTAGE */
.advantage {
  position: absolute;
  top: 52.5%;
  background-color: #fdf1f1;
  z-index: 2;
  width: 100%;
}

.advan-images {
  text-align: center;
}

.advan-intro {
  position: relative;
  margin-top: -26%;
}

.advan-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 4.5rem;
}

.list-five {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}

.list-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 10rem;
}

.list-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.list-two .advan-item {
  text-align: left;
}

.list-two .intro-des {
  text-align: left;
}

.advan-item {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  text-align: center !important;
  align-items: center;
  width: 68%;
  margin: auto;
}
.advan-item .advan-item-img {
  height: 110px;
  width: 110px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
}
.advan-item .advan-item-img img {
  width: 82px;
  height: auto;
  max-width: 90px;
  margin: auto;
}
.owl-item:last-child .advan-item-img img {
  width: 60px;
}
@media (max-width: 1200px) {
  .advantage {
    padding-bottom: 3.2rem;
  }

  .advan-intro {
    margin-top: -32%;
  }

  .advan-list {
    margin-bottom: -0.5rem;
  }
}

@media (max-width: 991px) {
  .advantage {
    padding-bottom: 3rem;
  }

  .advan-intro {
    margin-top: -42%;
  }

  .list-three {
    grid-gap: 20px;
  }
}

@media (max-width: 768px) {
  .advantage {
    top: 340px;
  }

  .advan-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0.5rem;
  }

  .list-five .advan-item:last-child {
    margin-left: 55%;
  }
}

@media (max-width: 567px) {
  .advantage {
    top: 300px;
  }
}

@media (max-width: 500px) {
  .advantage {
    top: 260px;
  }
}

@media (max-width: 480px) {
  .advan-item {
    width: 92%;
  }

  .intro-des {
    font-size: 16px;
  }
}

@media (max-width: 415px) {
  .list-two {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }

  .list-two .advan-item {
    text-align: center;
    width: 100%;
  }

  .list-two .intro-des {
    text-align: center;
  }
}

/* FEATURE */
.feature {
  position: relative;
  margin-top: 0rem;
}

.feature-mar,
.feature-contact {
  margin-top: 4rem;
}

.feature-ess {
  margin-top: 6rem;
}

.feature-contract {
  margin-top: 13rem;
}

.feature-theme {
  position: absolute;
}

.feature-intro {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-around;
  text-align: center;
  align-items: center;
}

.feature-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  width: 35%;
  margin-left: 7%;
  margin-right: 15%;
}

.feature-intro__item {
  display: flex;
  height: 110px;
}

.intro__item-general {
  height: auto;
}

.feature-intro__step {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  width: 55%;
}

.step-circle {
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-radius: 50%;
  margin-bottom: 24px;
  cursor: pointer;
}

.feature-info__stt {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  color: #2C2F31;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40 px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40 px;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-bottom: 1.9rem;
  transform: translate(2.5px, 2.2px);
  margin-left: 0.8px;
}

.feature-line {
  padding: 26px 0px;
  border: 1px solid #d1d1d1;
  background-color: #d1d1d1;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.feature-intro__item.active .step-circle {
  background-color: #fff;
  border: 1.5px solid #ee0033;
}

.feature-intro_item.active .feature-info_stt {
  background-color: #ee0033;
  color: #fff;
  border: 1px solid #fff;
  transform: translate(1px, 1.4px);
}

.feature-intro__item.active .feature-line {
  border: 1px solid #ee0033;
  background-color: #ee0033;
}

.feature-intro__item:hover .step-circle {
  background-color: #fff;
  border: 1.5px solid #ee0033;
}

.feature-intro_item:hover .feature-info_stt {
  background-color: #ee0033;
  color: #fff;
  border: 1px solid #fff;
  transform: translate(1px, 1.4px);
}

.feature-intro__item:hover .feature-line {
  border: 1px solid #ee0033;
  background-color: #ee0033;
}

.feature-info__des {
  margin: 0.2rem 0 0 1.7rem;
  z-index: 9;
}

.feature-info__text {
  text-align: initial;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #2C2F31;
  cursor: pointer;
}

.feature-intro_item.active .feature-info_text {
  color: #ee0033;
}

.feature-intro_item:hover .feature-info_text {
  color: #ee0033;
}

@media (max-width: 1200px) {
  .feature {
    margin-top: -1.5rem;
  }
}

@media (max-width: 991px) {
  .feature-intro {
    width: 95%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .feature {
    margin-top: 15rem;
  }

  .feature-general {
    margin-top: 3rem;
  }

  .feature-intro {
    width: 90%;
  }

  .feature-slide {
    display: none;
  }

  .feature-intro__step {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    width: 95%;
  }
}

@media (max-width: 576px) {
  .feature-info__text {
    font-size: 16px;
  }

  section.feature-contract {
    margin-top: 22rem;
  }
}

@media (max-width: 480px) {
  .feature {
    margin-top: 11rem;
  }

  .feature-general {
    margin-top: 0rem;
  }

  .feature-intro {
    margin: 0;
    width: 95%;
  }
}

@media (max-width: 435px) {
  .feature-general {
    margin-top: 4.5rem;
  }
}

@media (max-width: 415px) {
  .feature-info__des {
    margin: 0.2rem 0 0 1rem;
  }

  .feature-info__text {
    font-size: 14px;
  }
}

@media (max-width: 385px) {
  .feature {
    margin-top: 13.5rem;
  }

  .feature-general {
    margin-top: 6.5rem;
  }
}

@media (max-width: 330px) {
  .feature-intro__step {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .feature-info__des {
    margin: 0.2rem 0 0 10px;
  }

  section.feature-contract {
    margin-top: 25rem;
  }
}

/* packdata */
.packdata-background {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 72px;
  background-color: #ee0033;
  background-image: url("/images/sme/smev3/packdata.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-left: 18px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  padding-top: 10px;
}

.packdata-background__title {
  font-family: "FS PFBeauSansPro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #ffffff;
}
.packdata-background__subtitle-mb,
.packdata-background__subtitle-pc,
.packdata-background__subtitle {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding-bottom: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.packdata-ceta .packdata-background__subtitle {
  padding: 5px 10px 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: unset;
}
.ftth-packdata {
  background-image: url("../images/bg-pack-main.png");
  position: relative;
  padding: 20px 0px;
  top: 12rem;
}

.ftth-packdata .item-packdata-css {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/bg-csc.png");
}

.ftth-packdata .owl-carousel.owl-hidden {
  opacity: 1;
}
.ftth-packdata .tab-nav {
  text-align: center;
}

.ftth-packdata .tab-nav .tab-title {
  display: inline-flex;
  border-bottom: 1px solid #2C2F31;
  margin-bottom: 20px;
}

.vcontact-des-tabtop {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #2C2F31;
  width: 60%;
  margin: auto;
  margin-bottom: 20px;
}

.ftth-packdata .tab-nav .tab-title li a {
  padding: 0 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #2C2F31;
}

.ftth-packdata .tab-nav .tab-title li.active a {
  color: #ee0033;
  border-bottom: 1px solid #ee0033;
}

.ftth-packdata .tab-nav .tab-title li.active a:hover,
.ftth-packdata .tab-nav .tab-title li a:hover {
  color: #ee0033;
  border-bottom: 1px solid #ee0033;
}

.packdata-main {
  background-color: #fff;
  padding: 0 18px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 0px 0px 8px 8px;
}

.packdata-main__intro {
  padding-bottom: 8px;
  border-bottom: 1px solid #d1d1d1;
}

.packdata-main__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.packdata-main__intro-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2C2F31;
  flex: 1;
}

.packdata-main__intro-title .packdata-main__intro-title-sale {
  background: #ee0033;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  padding: 2px 5px;
}

.packdata-main__intro-number {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #2C2F31;
}

.packdata-main__intro-number span {
  font-weight: 400;
  text-decoration: line-through;
  padding-right: 5px;
}

.packdata-main-price .packdata-main__item {
  padding-top: 16px;
}

.packdata-main-price-intro {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
}

.packdata-main-price .packdata-vat {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.item-content .packdata-main__price-old {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: line-through;
  color: #2C2F31;
  margin-top: -13px;
}

.packdata-main__price-vat {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #2C2F31;
  white-space: nowrap;
}

.item-content .packdata-main__price-new {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 30px;
  color: #2C2F31;
}
.packdata-main-button .button {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 9px 0;
  border-radius: 8px 8px 8px 0px;
  justify-content: space-around;
  margin: 10px 0;
}

.packdata-main-button .button--primary {
  background-color: #ee0033;
  margin-top: 25px;
  width: 100%;
}

.packdata-main-button .button--normal,
.packdata-main-button .button--normal__plus {
  background-color: #fff;
  color: #2C2F31;
  border: 1px solid #2C2F31;
}

.packdata-des-title {
  display: flex;
  align-items: flex-start;
}

.packdata-des-title img {
  width: 12px !important;
  height: 12px;
}

.packdata-des-title p {
  display: flex;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2C2F31;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  justify-content: space-between;
}

.packdata-main-des .packdata-des-title:last-child p {
  display: flex;
  justify-content: space-between;
}

.packdata-des-title img {
  margin-top: 5px;
  margin-right: 5px;
}

.packdata-des-title p a.packdata-des-link {
  color: #ee0033;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.sme-care {
  margin-top: 30px;
}
.sme-care__item a img {
  max-height: 300px;
  height: 300px;
  object-fit: cover;
}

.video-guide .video-guide__content {
  max-width: 852px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #000;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -45px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -45px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  align-items: center;
  background-color: #ccc;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 36px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 36px;
  z-index: 1000;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #fff;
  border-color: #ee0033;
  color: #ee0033;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.sme-care__intro {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    180.2deg,
    rgba(176, 0, 0, 0) 0.17%,
    #b00000 99.83%
  );
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.sme-care__intro p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #ffffff;
}

.sme-packagedata-content-mobile .packdata-background {
  background-image: url("/images/sme/smev3/pakemobile.png");
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 15px;
}

.sme-packagedata-content-mobile .packdata-background__title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  letter-spacing: 0.15px;
  color: #ffffff;
}

.sme-packagedata-content-mobile .packdata-background__subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.15px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.sme-packagedata-content-mobile .packdata-main {
  padding: 10px;
}

.sme-packagedata-content-mobile .packdata-main__price-mobile {
  background: #e4e4e4;
  border-radius: 8px;
  padding: 0 10px;
}

.sme-packagedata-content-mobile .packdata-main__price-mobile-item {
  padding-top: 10px;
}

.sme-packagedata-content-mobile .packdata-main__price-mobile-item:last-child {
  padding-bottom: 10px;
}

.sme-packagedata-content-mobile .packdata-main__price-mobile-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #2C2F31;
}

.sme-packagedata-content-mobile .packdata-main__price-mobile-number {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #2C2F31;
}

.packdata-main__price-mobile-des {
  display: none;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #727272;
}

.sme-packagedata-content-mobile .packdata-main-des-mobile {
  padding-top: 16px;
}

.sme-packagedata-content-mobile .packdata-main-des-mobile-list {
  flex-wrap: wrap;
  display: flex;
}

.sme-packagedata-content-mobile .packdata-main-des-mobile-item {
  width: 50%;
  margin-top: 10px;
  padding-right: 10px;
}

.sme-packagedata-content-mobile .packdata-main-des-mobile-name {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #2C2F31;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.sme-packagedata-content-mobile .packdata-main-des-mobile-content {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #2C2F31;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.sme-packagedata-content-mobile .packdata-main-des-mobile-note {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #727272;
  padding-top: 16px;
}

.packdata-mobile-main-button a.button {
  margin: 8px 0;
}

.banner-system {
  position: relative;
  padding-top: 10px;
}

.banner-system .banner-system__text {
  padding-left: 68px;
  padding-top: 34px;
  position: absolute;
  top: 0;
  width: 65%;
}

.banner-system img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  min-height: 160px;
  max-height: 160px;
}
.banner-system .banner-system-img-pc {
  display: block;
}
.banner-system .banner-system-img-mobile {
  display: none;
}
.banner-system h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 25.9406px;
  line-height: 36px;
  text-transform: uppercase;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.banner-system .banner-system__text p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.banner-system .button {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ee0033;
  background: #ffffff;
  border-radius: 8px 8px 8px 0px;
  padding: 8px 45px;
  margin-top: 11px;
  display: inline-block;
  width: auto;
}

.banner-system .button--primary:hover {
  color: #fff;
}

/* responsive */
@media (max-width: 1199px) {
  .sme-care__item a img {
    max-height: 290px;
    height: 290px;
  }

  .item-content .packdata-main__price-new {
    font-size: 29px;
    line-height: 29px;
  }
}

@media (max-width: 1112px) {
  .packdata-background__title {
    font-size: 25px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .packdata-background__title {
    font-size: 25px;
    line-height: 32px;
  }

  .video-guide .video-guide__content {
    width: 100%;
  }

  .sme-care__item a img {
    max-height: 265px;
    height: 265px;
  }

  .item-content .packdata-main__price-new {
    font-size: 31px;
    line-height: 31px;
  }
  .sme-care {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .ftth-packdata .tab-nav {
    white-space: nowrap;
    overflow: auto;
    white-space: nowrap;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }

  .ftth-packdata .tab-nav::-webkit-scrollbar {
    width: 0 !important;
    display: none;
  }
  .sme-care__item a img {
    max-height: 275px;
    height: 275px;
  }
}

@media (max-width: 739px) {
  .packdata-background__title {
    font-size: 22px;
  }
  .packdata-background__subtitle-mb,
  .packdata-background__subtitle-pc,
  .packdata-background__subtitle {
    font-size: 15px;
  }

  .packdata-main__intro-title,
  .packdata-main__intro-number {
    font-size: 15px;
  }

  .packdata-main__intro-title .packdata-main__intro-title-sale {
    font-size: 13px;
  }
  .video-guide__content video,
  .video-guide__content iframe {
    height: 350px !important;
  }

  .banner-system .banner-system__text {
    padding-left: 27px;
    padding-top: 21px;
  }

  .banner-system h1 {
    font-size: 20.9406px;
    line-height: 32px;
  }

  .banner-system .banner-system__text p {
    font-size: 14.9406px;
    line-height: 32px;
  }

  .banner-system img {
    min-height: 150px;
  }

  .item-content .packdata-main__price-new {
    font-size: 32px;
    line-height: 32px;
  }

  .item-content .packdata-main__price-old {
    font-size: 15px;
  }
}

@media (max-width: 619px) {
  .packdata-main {
    padding: 0 10px;
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .packdata-main__item {
    padding: 6px 0;
  }

  .packdata-main__intro-title,
  .packdata-main__intro-number {
    font-size: 13px;
  }

  .packdata-main__intro-title .packdata-main__intro-title-sale {
    font-size: 10px;
    padding: 1px 2px;
  }

  .packdata-main__intro-number span {
    font-size: 11px;
    padding-right: 2px;
  }
  .video-guide__content video,
  .video-guide__content iframe {
    height: 300px !important;
  }

  .item-content .packdata-main__price-new {
    font-size: 31px;
    line-height: 31px;
  }
}

@media (max-width: 575px) {
  .banner-system img {
    border-radius: 0;
  }

  .item-content .packdata-main__price-new {
    font-size: 28px;
    line-height: 28px;
  }
  .sme-care {
    margin-top: 0px;
  }
  .background_footer-vMarketing {
    margin-top: 0px;
  }
  .sme-care__item a img {
    max-height: 250px;
    height: 250px;
  }
}

@media (max-width: 451px) {
  .banner-system {
    display: block;
  }

  .banner-system img {
    border-radius: 0;
  }
  .banner-system .banner-system-img-mobile {
    display: block;
  }
  .banner-system .banner-system-img-pc {
    display: none;
  }
  .video-guide__content video,
  .video-guide__content iframe {
    height: 275px !important;
  }

  .banner-system .banner-system__text {
    padding-left: 20px;
  }

  .item-content .packdata-main__price-new {
    font-size: 24px;
    line-height: 30px;
  }

  .item-content .packdata-main__price-old {
    font-size: 14px;
  }

  .banner-system .button {
    padding: 7px 35px;
    font-size: 13px;
  }
}

@media (max-width: 356px) {
  .banner-system h1 {
    font-size: 14px;
    line-height: 21px;
  }

  .banner-system .banner-system__text p {
    font-size: 12.9406px;
    line-height: 18px;
  }

  .banner-system-button {
    top: 59px;
  }

  .banner-system-button .button {
    font-size: 12px;
  }

  .sme-packagedata-content-mobile .packdata-background__subtitle,
  .sme-packagedata-content-mobile .packdata-background__title {
    font-size: 16px;
  }
  .video-guide__content video,
  .video-guide__content iframe {
    height: 250px !important;
  }

  .item-content .packdata-main__price-new {
    font-size: 22px;
    line-height: 22px;
  }

  .banner-system .button {
    padding: 6px 10px;
    font-size: 12px;
  }
}

/* ------------------------------------------------------------------------------- */
/* MCC */
/* --------------------------------------------------------------------------------- */
.packdata-main-des .packdata-main-des-mcc {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #ee0033;
  padding: 10px 0;
}

.content-footer-mcc {
  position: relative;
  padding-left: 0;
  padding-top: 0;
}

.background-mcc {
  background-image: url("/images/sme/smev3/background.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -90px;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

@media (max-width: 451px) {
  .packdata-main-des .packdata-main-des-mcc {
    display: none;
  }

  .tabcontent1-list-desktop .packdata-main-button {
    padding-bottom: 12px;
  }
}

/* -------------------------------------------------------------------------------- */
/* VMARKETING */
/* --------------------------------------------------------------------------------- */
.background_footer-vMarketing {
  background-image: url("/images/sme/smev3/background.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
  margin-top: 40px;
}

.background_footer-vEss .video-guide,
.background_footer-vMarketing .video-guide {
  padding-top: 40px;
}

.sme-care .section-title {
  padding-top: 55px;
}

.banner-system-vMarketing {
  margin-top: 40px;
}

@media (max-width: 575px) {
  .background-mcc,
  .background_footer-vEss,
  .background_footer-vMarketing {
    background-image: none;
  }
  .banner-system {
    padding-top: 17px;
  }
  .background_footer-vMarketing .container-sme-mb {
    display: flex;
    flex-direction: column;
  }

  .background_footer-vEss .container-sme-mb .video-guide,
  .background_footer-vMarketing .container-sme-mb .video-guide {
    order: 2;
  }

  .background_footer-vEss .container-sme-mb .banner-system-vMarketing,
  .background_footer-vMarketing .container-sme-mb .banner-system-vMarketing {
    order: 1;
  }

  .background_footer-vEss .video-guide,
  .background_footer-vMarketing .video-guide {
    padding-top: 0;
  }
}

/* --------------------------------------------------------------------------------- */
/* CLOUD-CA */
/* --------------------------------------------------------------------------------- */
.background_footer-ca {
  background-image: url("/images/sme/smev3/backgroundca.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
  margin-top: 40px;
}

.customer-support-ca-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.customer-support-ca-content .support-item-ca {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-left: 4px solid #2C2F31;
  padding: 14px 20px;
  border-radius: 0 8px 8px 0;
}

.customer-support-ca-content .support-item-ca a img {
  width: 50px;
  height: 50px;
}

.customer-support-ca-content .support-item-ca a p.support-item-ca-name {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #2C2F31;
}

@media (max-width: 991px) {
  .customer-support-ca-content .support-item-ca {
    padding: 10px 12px;
  }

  .customer-support-ca-content .support-item-ca a img {
    width: 40px;
    height: 40px;
  }

  .customer-support-ca-content .support-item-ca a p.support-item-ca-name {
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .customer-support-ca-content {
    display: flex;
    flex-direction: column;
  }

  .customer-support-ca-content .support-item-ca {
    margin: 10px 0;
    padding: 14px 20px;
  }

  .customer-support-ca-content .support-item-ca a p.support-item-ca-name {
    font-size: 18px;
    line-height: 27px;
  }
}

/* ------------------------------------------------------------------------------------ */
/* V-CONTACT */
/* ------------------------------------------------------------------------------------ */
.background_footer-vcontact {
  background-image: url("/images/sme/smev3/background.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
  margin-top: -70px;
}

.background_footer-vcontact .video-guide {
  padding-top: 70px;
}

.sme-care .section-title {
  padding-top: 55px;
}

.sme-packagedata-content.sme-packagedata-content-mobile {
  display: none;
}

.packdata-main__intro-number-vcontact {
  color: #ee0033;
  text-decoration: underline;
  width: 40%;
}

.packdata-main__intro-title-vcontact {
  width: 55%;
  padding-right: 20px;
}

.ftth-packdata .tab-nav {
  text-align: center;
}

.ftth-packdata .tab-nav .tab-title {
  display: inline-flex;
  border-bottom: 1px solid #2C2F31;
  margin-bottom: 20px;
  padding: 0;
  overflow-x: clip;
  overflow-y: hidden;
}

.vcontact-des-tabtop {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #2C2F31;
  width: 60%;
  margin: auto;
  margin-bottom: 20px;
}

.ftth-packdata .tab-nav .tab-title li a {
  padding: 0 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #2C2F31;
}

.ftth-packdata .tab-nav .tab-title li.active a {
  color: #ee0033;
  border-bottom: 1px solid #ee0033;
}

.ftth-packdata .tab-nav .tab-title li.active a:hover,
.ftth-packdata .tab-nav .tab-title li a:hover {
  color: #ee0033;
  border-bottom: 1px solid #ee0033;
}

.packdata-main__intro-name-vcontact {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #2C2F31;
  padding: 7px 0;
}

.packdata-main-vContact .packdata-main__intro {
  border-bottom: 0px solid #ccc;
}

@media (max-width: 1200px) {
  .packdata-main__intro-title-vcontact {
    width: 58%;
  }

  .background_footer-sipTrunk {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .vcontact-des-tabtop {
    width: 100%;
    padding: 0 15px;
  }

  .ftth-packdata .tab-nav {
    white-space: nowrap;
    overflow: auto;
    white-space: nowrap;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }

  .ftth-packdata .tab-nav::-webkit-scrollbar {
    width: 0 !important;
    display: none;
  }
}

@media (max-width: 575px) {
  .background_footer-vcontact {
    background-image: none;
    margin-top: 10px;
  }

  .background_footer-sipTrunk .container-sme-mb,
  .background_footer-vEss .container-sme-mb,
  .background_footer-vMarketing .container-sme-mb,
  .background_footer-vcontact .container-sme-mb {
    display: flex;
    flex-direction: column;
  }

  .background_footer-sipTrunk .container-sme-mb .video-guide,
  .background_footer-vcontact .container-sme-mb .video-guide {
    order: 2;
  }

  .background_footer-vEss .container-sme-mb .banner-system-vMarketing,
  .background_footer-sipTrunk .container-sme-mb .banner-system-vMarketing,
  .background_footer-vcontact .container-sme-mb .banner-system-vMarketing {
    order: 1;
    margin-top: 0;
  }

  .background_footer-vcontact .video-guide {
    padding-top: 0;
  }
}

@media (max-width: 451px) {
  .sme-packagedata-content.sme-packagedata-content-pc {
    display: none;
  }

  .sme-packagedata-content.sme-packagedata-content-mobile {
    display: block;
  }

  .vcontact-des-tabtop {
    display: none;
  }
}

/* camera nd10 */
.background_footer-cameraND {
  background-image: url("/images/sme/smev3/background.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
  margin-top: -70px;
  padding-top: 100px;
}
.sme-device {
  display: none;
}
.sme-device__item {
  margin: 0 2px;
  background: #ffffff;
  border: 1px solid #b5b4b4;
  border-radius: 12px 12px 12px 0px;
}

.sme-device__link {
  display: flex;
  height: 215px;
}

.sme-device__link img {
  object-fit: none;
}

.sme-device__intro {
  padding: 0 22px;
  padding-bottom: 40px;
}

.sme-device-rate {
  display: flex;
}

.sme-device-rate-star {
  display: flex;
  align-items: center;
}

.sme-device-rate-star img {
  width: 14px !important;
  height: 14px;
}

.sme-device-rate-text {
  margin-left: 8px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2C2F31;
}

.sme-device__intro-title {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.15px;
  color: #2C2F31;
}
.camera-nd .owl-carousel .owl-dots {
  bottom: -10px;
}

.camera-nd .video-guide {
  display: none;
}

@media (max-width: 575px) {
  .background_footer-cameraND .container-sme-mb {
    display: flex;
    flex-direction: column;
  }
  .sme-device {
    display: block;
  }
  .background_footer-cameraND .container-sme-mb .video-guide {
    order: 2;
  }

  .background_footer-cameraND .container-sme-mb .banner-system-camera {
    order: 1;
    margin-top: 0;
  }
  .camera-nd .video-guide {
    display: block;
  }
}
@media (max-width: 451px) {
  .background_footer-cameraND {
    padding-top: 50px;
    margin-top: 23px;
    background-image: url("/images/sme/smev3/bannerCameramb.png");
  }
}

/* sip trunk */
.background_footer-sipTrunk {
  background-image: url("/images/sme/smev3/background.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
  margin-top: 40px;
}

.background_footer-sipTrunk .video-guide {
  padding-top: 40px;
}

.sme-care .section-title {
  padding-top: 55px;
}

.banner-system-vMarketing {
  margin-top: 40px;
}

.sme-packagedata-content.sme-packagedata-content-mobile {
  display: none;
}

.packdata-main__intro-number-siptrunk {
  color: #ee0033;
  text-decoration: underline;
  width: 40%;
}

.packdata-main__intro-title-siptrunk {
  width: 55%;
  padding-right: 20px;
}

.ftth-packdata .tab-nav {
  text-align: center;
}

.ftth-packdata .tab-nav .tab-title {
  display: inline-flex;
  border-bottom: 1px solid #2C2F31;
  margin-bottom: 20px;
  overflow-x: visible;
  overflow-y: visible;
}

.sipTrunk-des-tabtop {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #2C2F31;
  width: 48%;
  margin: auto;
  margin-bottom: 20px;
}

.ftth-packdata .tab-nav .tab-title li a {
  padding: 0 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #2C2F31;
}

.ftth-packdata .tab-nav .tab-title li.active a {
  color: #ee0033;
  border-bottom: 1px solid #ee0033;
}

.ftth-packdata .tab-nav .tab-title li.active a:hover,
.ftth-packdata .tab-nav .tab-title li a:hover {
  color: #ee0033;
  border-bottom: 1px solid #ee0033;
}

.ftth-packdata-permanent {
  width: 70%;
  margin: auto;
}

.packdata-background-permanent {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 72px;
  background-image: url("/images/sme/smev3/siptrunktab2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-left: 18px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  padding-top: 10px;
}

.packdata-main-permanent {
  padding: 18px 14px;
  background-color: #fff;
}

.packdata-main-permanent__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e4e4e4;
  border-radius: 8px;
  padding: 8px;
}

.packdata-main-permanent-des--name,
.packdata-main-permanent__price--title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2C2F31;
}

.packdata-main-permanent-des--content,
.packdata-main-permanent__price--number {
  font-family: "FS PFBeauSansPro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2C2F31;
}

.packdata-main-permanent-des--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.packdata-main-permanent-des--list-item {
  display: flex;
  flex-direction: column;
}
.packdata-main-permanent-des--list-item:last-child
  .packdata-main-permanent-des--item {
  border-right: 0px solid #b5b4b4;
}
.packdata-main-permanent-des--item {
  border-right: 1px solid #b5b4b4;
  text-align: center;
  margin: 10px 0;
  padding: 0 10px;
}

.packdata-main-permanent-des--note {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #727272;
  margin: 20px 0;
}

.packdata-main-permanent-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.packdata-main-permanent-button .button {
  width: 50%;
}

.packdata-main-permanent-button .button--primary {
  width: 50%;
  margin-right: 10px;
}
.packdata-background__subtitle-mb {
  display: none;
}
.packdata-ceta {
  padding-bottom: 8rem;
}
@media (max-width: 1200px) {
  .packdata-main__intro-title-siptrunk {
    width: 58%;
  }

  .sipTrunk-des-tabtop {
    width: 65%;
  }

  .ftth-packdata-list .ftth-packdata-permanent {
    width: 75%;
  }
}

@media (max-width: 901px) {
  .ftth-packdata-list .ftth-packdata-permanent {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .background_footer-sipTrunk {
    margin-top: 0;
  }

  .ftth-packdata-permanent {
    width: 100%;
  }

  .sipTrunk-des-tabtop {
    width: 100%;
    padding: 0 15px;
  }

  .ftth-packdata .tab-nav {
    white-space: nowrap;
    overflow: auto;
    white-space: nowrap;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }

  .ftth-packdata .tab-nav::-webkit-scrollbar {
    width: 0 !important;
    display: none;
  }

  .background_footer-sipTrunk .video-guide {
    padding-top: 20px;
  }

  .sme-packagedata-content .owl-carousel .owl-stage-outer {
    padding: 0 0 10px;
  }
}

@media (max-width: 575px) {
  .background_footer-sipTrunk {
    background-image: none;
  }

  .background_footer-sipTrunk .container-mb {
    display: flex;
    flex-direction: column;
  }

  .background_footer-sipTrunk .container-mb .video-guide {
    order: 2;
  }

  .background_footer-sipTrunk .container-mb .banner-system-vMarketing {
    order: 1;
  }

  .background_footer-sipTrunk .video-guide {
    padding-top: 0;
  }

  .packdata-main-permanent-des--content,
  .packdata-main-permanent__price--number {
    font-size: 12px;
  }

  .packdata-main-permanent-des--name,
  .packdata-main-permanent__price--title {
    font-size: 13px;
  }
  .packdata-ceta {
    padding-bottom: 2rem;
  }
}

@media (max-width: 451px) {
  .sme-packagedata-content.sme-packagedata-content-pc {
    display: none;
  }

  .sme-packagedata-content.sme-packagedata-content-mobile {
    display: block;
  }
  .packdata-background-permanent {
    background-image: url("/images/sme/smev3/pakemobile.png");
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .packdata-background__title {
    flex: 1;
  }
  .packdata-background__subtitle-mb {
    padding-right: 8px;
    padding-bottom: 0;
  }
  .sipTrunk-des-tabtop {
    display: none;
  }
  .packdata-main__price-mobile-des {
    display: block;
  }
  .packdata-main-permanent__price--item {
    display: flex;
    flex-direction: column;
  }
  .packdata-main-permanent-des--list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .packdata-main-permanent-des--list-item {
    display: flex;
    flex-direction: row;
  }
  .packdata-main-permanent-des--item {
    text-align: left;
    border-right: 0px solid #b5b4b4;
  }
  .packdata-main-permanent-des--item:first-child {
    width: 45%;
  }
  .packdata-main-permanent-des--item:last-child {
    width: 55%;
  }
  .packdata-background__subtitle-mb {
    display: block;
  }
  .packdata-background__subtitle-pc {
    display: none;
  }
  .packdata-main-permanent__price {
    flex-direction: column;
    align-items: flex-start;
  }
  .packdata-main-permanent-button .button--normal {
    display: none;
  }
  .packdata-main-permanent-button .button--primary {
    width: 100%;
  }
  .packdata-main-permanent-des--name,
  .packdata-main-permanent__price--title {
    font-size: 12px;
    line-height: 18px;
  }
  .packdata-main-permanent-des--content,
  .packdata-main-permanent__price--number {
    font-size: 14px;
    line-height: 20px;
  }
}

/* ESS */
.background_footer-vEss {
  background-image: url("/images/sme/smev3/background.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
  margin-top: 40px;
}

/* V CONTRACT */
@media (max-width: 991px) {
  .banner-system__text-vcontract {
    padding-left: 18px;
    padding-top: 15px;
  }

  .banner-system .banner-system__text-vcontract h1 {
    font-size: 21.9406px;
    line-height: 27px;
  }

  .banner-system .banner-system__text-vcontract p {
    font-size: 14px;
    line-height: 16px;
  }

  .banner-system .banner-system__text-vcontract .button {
    padding: 8px 20px;
  }
}

@media (max-width: 739px) {
  .banner-system__text-vcontract {
    padding-left: 18px;
    padding-top: 15px;
  }

  .banner-system .banner-system__text-vcontract h1 {
    font-size: 17px;
    line-height: 25px;
  }

  .banner-system .banner-system__text-vcontract p {
    font-size: 12px;
    line-height: 14px;
  }

  .banner-system .banner-system__text-vcontract .button {
    padding: 7px 15px;
    margin-top: 6px;
  }
}
/* EKYC */
div.banner-system-ekyc {
  display: none;
}
@media (max-width: 451px) {
  div.banner-system-ekyc {
    display: block;
  }
}
/* dang ky nhan tu van */
.d-flex {
  display: flex;
}
.sme-advise_label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  color: #2C2F31;
}
.sme-advise_input {
  height: 40px;
  border: 1px solid #d1d1d1;
  border-radius: 8px 8px 8px 0px !important;
}
.sme-advise_txt_required {
  color: #ee0033;
}
.sme .modal-back {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 25;
  overflow: scroll;
}
.sme .modal-back .modal-advise {
  width: 800px;
  margin: 5vh auto;
  background-color: #ffffff;
  border-radius: 14px 14px 14px 0px;
  position: relative;
}
.sme-advise_desc {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2C2F31;
}
.sme-advise_title_name {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ee0033;
  margin-left: 12px;
}
.sme .modal-back .modal-advise .close-x {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.sme .modal-back .modal-advise .modal-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: #2C2F31;
  padding-top: 30px;
  padding-bottom: 20px;
}

.sme .modal-back .modal-advise .btn-box {
  text-align: center;
  padding-bottom: 31px;
  margin-top: 36px;
}

.sme .modal-back .modal-advise .btn-box .continue {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.sme .modal-back .modal-advise .btn-box .btn-border {
  border-radius: 8px;
  border-bottom-left-radius: 0px;
  width: 195px;
  height: 40px;
  margin: 0 7px;
  background: #ee0033;
}

.sme-col-md {
  width: 50%;
  margin-bottom: 12px;
}

.sme .modal-back .modal-advise .information_sme {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;

  color: #2C2F31;
}

.sme .modal-back .modal-advise .col-left-sme {
  margin-bottom: 12px;
}

.sme .modal-back .modal-advise .col-right-sme {
  margin-bottom: 12px;
}

.sme .modal-back .modal-advise .captcha_popup .form-capcha {
  margin-bottom: 12px;
}

.sme .modal-back .modal-advise .form_popup_sme {
  padding: 0 40px;
}
.sme .modal-advise select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 10px;
  /* width: 100%; */
  line-height: 20px;
  /* padding: 15px 16px; */
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 16px);
  background-position-y: 46%;
  font-weight: 500;
  color: #727272 !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  background-position-y: 46% !important;
  background-position-x: calc(100% - 16px) !important;
}
.ml-12 {
  margin-left: 12px;
}
@media (max-width: 991px) {
  .sme .modal-back .modal-advise {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .sme .modal-back .notification {
    width: 70% !important;
  }
}

@media (max-width: 564px) {
  .sme .modal-back .modal-advise .btn-box .btn-border {
    width: 40%;
  }

  .sme .modal-back .modal-advise {
    width: 90%;
  }

  .show_popup .d-flex {
    flex-direction: column;
  }

  .d-flex .sme-col-md {
    width: 100%;
  }

  .d-flex .ml-12 {
    margin-left: 0;
  }

  .show_popup .captcha_popup .d-flex {
    flex-direction: row;
  }

  .captcha_popup .d-flex .ml-12 {
    margin-left: 12px;
  }
  .sme .modal-back .modal-advise {
    width: 90%;
  }
  .show_popup .d-flex {
    flex-direction: column;
  }
  .d-flex .sme-col-md {
    width: 100%;
  }
  .d-flex .ml-12 {
    margin-left: 0;
  }
  .show_popup .captcha_popup .d-flex {
    flex-direction: row;
  }
  .captcha_popup .d-flex .ml-12 {
    margin-left: 12px;
  }
  .form-capcha .form-capcha__images {
    width: 75%;
  }
  .sme .modal-back .modal-advise .captcha_popup .form-capcha {
    justify-content: flex-start !important;
  }
}

@media (max-width: 426px) {
  .sme .modal-back .modal-advise {
    width: 95%;
  }
  .sme .modal-back .modal-advise .form_popup_sme {
    padding: 0 15px;
  }
  .sme .modal-back .modal-advise .captcha_popup .form-capcha {
    justify-content: flex-start !important;
    padding: 5px 5px;
  }
  .form-capcha .form-icon {
    width: 21px;
    height: 21px;
    right: 7px;
  }
  .form-capcha .form-icon--primary {
    font-size: 9px;
  }
  .form-capcha .form-capcha__images {
    width: 68%;
  }
  .form_popup_sme .col-right-sme .sme-advise_desc {
    display: flex;
  }
  .form_popup_sme .col-right-sme .sme-advise_title_name {
    margin-left: 0;
  }
}

/* */
.regulation-group__vtp {
  /* background: #FFFFFF; */
  border-radius: 16px;
  padding: 1.875rem;
  margin-top: 12.25rem;
}

.regulation-group__vtp .title-vtp__new {
  text-align: left;
}

.faq-plus__list {
  margin-top: 1.875rem;
}

.faq-plus__item {
  background-color: #fff;
  cursor: pointer;
}

.faq-plus__item:not(:last-child) {
  margin: 0 0 15px;
}

.faq-plus__top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0.75rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}

.faq-plus__name {
  font-family: "FS PFBeauSansPro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #727272;
}

.faq-plus__des {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2C2F31;
  font-family: "Roboto", sans-serif;
  margin-top: 12px;
  margin-left: 5px;
}

.faq-plus__item.active .faq-plus__top {
  border: 1px solid #d74a5a;
}

.faq-plus__item.active .faq-plus__name {
  background: linear-gradient(172.26deg, #de4a5c 11.62%, #ac1827 87.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-plus__info {
  display: none;
}

.faq-plus__icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d74a5a;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 24px;
}

.faq-plus__item i {
  font-size: 6px;
}

.faq-plus__item.active i {
  transform: rotate(-180deg);
}

.tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  color: #ffffff;
}

/* Style the buttons that are used to open the tab content */
.tab span {
  text-align: center;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  padding: 0px 30px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

/* Change background color of buttons on hover */
.tab span:hover {
  border-bottom: 1px solid white;
}

/* Create an active/current tablink class */
.tab span.active {
  color: #fff;
  border-bottom: 1px solid white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}
.tabcontent.active {
  display: block;
}

.business-content {
  display: flex;
  position: relative;
  height: 350px;
  margin: 20px 0px;
  margin-top: 45px;
}

.business-content .business-content-line {
  background-image: url("../images/image 17.png");
  background-size: 100%;
  height: 100%;
  width: 50%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 24px;
}

.business-content-line span {
  display: flex;
  align-items: center;
  color: white;
  font-weight: 500;
  font-size: 16px;
  margin: 4px 0px;
}
.business-content-line span svg {
  margin-right: 5px;
}
.business-content:nth-child(1) {
  background-repeat: no-repeat;
  background-image: url(../images/bg-trial-1.png);
  background-size: 100% 100%;
}

@media (max-width: 550px) {
  .business-content:nth-child(1) {
    flex-direction: column;
    width: 100%;
    padding: 0;
    background-image: none;
  }
  .business-content {
    height: auto;
    border-radius: 0px;
  }
  .business-content:nth-child(1) .business-content-banner {
    width: 100%;
    display: block;
    height: 250px;
    min-height: 250px;
    background-size: 100% 100%;
    border-radius: 0px;
  }
  .business-content .business-content-banner2 {
    display: none;
    background-image: url("../images/bg-5.png");
    background-size: cover;
    height: 250px;
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .business-content-banner2::before {
    background: linear-gradient(
      180.14deg,
      rgba(176, 0, 0, 0) 0.13%,
      #a50202 99.87%
    );
    content: "";
    width: 250px;
    height: inherit;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
  }
  .business-content .business-content-line {
    background-image: none;
    height: 100%;
    width: calc(100% - 24px);
    border-radius: 0px;
    padding-left: 0;
    padding-top: 25px;
  }
  .business-content-line span {
    display: flex;
    align-items: normal;
    margin: 4px 0px;
    z-index: 1;
  }
}
.business-content:nth-child(2) {
  position: relative;
}
.business-content:nth-child(2) {
  background-image: url("../images/bg-trial-2.png");
}

.business-content .business-content-banner {
  display: none;
  background-image: url("../images/bg-4.png");
  background-size: cover;
  height: 250px;
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.business-content-banner::before {
  background: linear-gradient(
    180.14deg,
    rgba(176, 0, 0, 0) 0.13%,
    #a50202 99.87%
  );
  content: "";
  width: 250px;
  height: inherit;
  position: absolute;
  top: 0;
  transform: rotate(90deg);
}
.business-content-line2 span {
  display: flex;
  align-items: center;
  color: white;
  font-weight: 500;
  font-size: 16px;
  margin: 4px 0px;
  z-index: 1;
}
.business-content-line2 span svg {
  margin-right: 5px;
}

.business-content .business-content-line2 {
  background-image: url("../images/image 17.png");
  background-size: 100%;
  height: 100%;
  width: 45%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 550px) {
  .business-content:nth-child(2) {
    background-image: none;
  }

  .business-content .business-content-banner2 {
    display: block;
  }
  .business-content .business-content-line2 {
    background-image: none;
    height: 50%;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    position: static;
    padding-top: 25px;
  }
  .business-content-line2 span {
    display: flex;
    align-items: normal;
    margin: 4px 0px;
    z-index: 1;
  }
}

.business-content-2-content {
  margin-bottom: 4.5rem;
}
.business-content-2-content .item-partner {
  text-align: center;
}
.business-content-2-content .item-partner label {
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
}
.business-content-2-content .partner-logo {
  width: 100px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}
.business-content-2-content .partner-logo img {
  width: 69px;
  height: auto;
}
.business-content-2-content .partner-line {
  position: absolute;
  width: 199%;
  border: 2px dashed rgba(255, 255, 255, 0.6);
  right: -197px;
  z-index: 1;
}
.business-content-2-item {
  display: flex;
  align-self: flex-start;
}
.icon-content {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ce676a;
  position: relative;
}
.business-content-2-content2 {
  height: auto;
  display: flex;
  margin: 50px 0px;
  margin-bottom: 4rem;
}
.business-content-2-content2-img {
  background-image: url("../images/wifii.png");
  width: 50%;
  height: 420px;
}
.business-content-2-content2-content {
  /* background-image: url('../images/wifii.png'); */
  width: 50%;
  height: 100%;
}

.business-content-2-content2-content span {
  display: flex;
  align-items: flex-start;
  color: white;
  letter-spacing: 0.15px;
  margin: 10px 0px;
}
.svg-content {
  width: 34px;
  min-width: 34px;
  height: 34px;
  margin-right: 16px;
}
.svg-content img {
  width: 34px;
  height: 34px;
}
.business-content-2-content2-content-process {
  position: relative;
  color: white;
  margin-left: 40px;
}
.business-content-2-content2-content-process label {
  display: flex;
  margin: 15px 0px;
  align-items: flex-start;
  gap: 5px;
  width: 90%;
}

@media (max-width: 550px) {
  .business-content-2-content2 {
    flex-direction: column;
    height: auto;
    min-height: 400px;
  }
  .business-content-2-content2-img {
    background-image: url("../images/wifii.png");
    width: 100%;
    height: 300px;
    background-size: cover;
  }
  .business-content-2-content2-content {
    /* background-image: url('../images/wifii.png'); */
    width: 100%;
    height: 100%;
  }

  .business-content-2-content2-content span {
    display: flex;
    align-items: normal;
    color: white;
    letter-spacing: 0.15px;
    margin: 10px 0px;
  }
  .business-content-2-content2-content .svg-content {
    width: 34px;
    margin-right: 10px;
  }

  .business-content-2-content2-content-process {
    position: relative;
    color: white;
    margin-left: 40px;
  }
  .business-content-2-content2-content-process label {
    display: flex;
    margin: 15px 0px;
    align-items: center;
    gap: 5px;
    width: 90%;
  }
}

.line {
  height: 44px;
  width: 1px;
  background-color: white;
  position: absolute;
  bottom: -44px;
}

.business-content-2-content2-imgzaaa {
  background-image: url("../images/bg-3.png");
  width: 50%;
  height: 420px;
  margin-top: -35px;
  background-repeat: no-repeat;
}

@media (max-width: 550px) {
  .business-content-2-content2-imgzaaa {
    width: 100%;
    height: 200px;
    background-size: cover;
  }
}

.tab1 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.tab-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c4c4c4;
  width: 70%;
  border-radius: 30px;
}

/* Style the buttons that are used to open the tab content */
.tab1 span {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 5px;
  width: 50%;
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: white;
  border-radius: 30px;
}

/* Change background color of buttons on hover */
.tab1 span:hover {
  border-radius: 30px;
  background: #ee0033;
}

/* Create an active/current tablink class */
.tab1 span.active {
  border-radius: 30px;
  background: #ee0033;
}

/* Style the tab content */
.tabcontent1 {
  display: none;
  border-top: none;
}
.tabcontent1.active {
  display: block;
}
.tabcontent1-list {
  display: flex;
  gap: 30px;
  margin: 40px 0px;
}

.tabcontent1-list .item-content {
  background: #ffffff;
  border-radius: 8px;
  margin: 0px 15px;
}

.tabcontent1-list .item-content .info {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  gap: 16px;
  align-items: stretch;
  position: relative;
}
.tabcontent1-list .item-content .info .content-item {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 550px) {
  .tab1 {
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
  }
  .tab-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c4c4c4;
    width: 100%;
    border-radius: 30px;
  }

  /* Style the buttons that are used to open the tab content */
  .tab1 span {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px;
    text-align: center;
    width: 50%;
    display: flex;
    justify-content: center;
    font-weight: 700;
    color: white;
    border-radius: 30px;
  }

  /* Change background color of buttons on hover */
  .tab1 span:hover {
    border-radius: 30px;
    background: red;
  }

  /* Create an active/current tablink class */
  .tab1 span.active {
    border-radius: 30px;
    background: red;
  }

  /* Style the tab content */
  .tabcontent1 {
    display: none;
    border-top: none;
  }

  .tabcontent1-list {
    display: flex;
    gap: 30px;
    margin: 21px 0px 35px;
  }

  .tabcontent1-list .item-content {
    background: #ffffff;
    border-radius: 8px;
    height: auto;
    margin: 0px ;
  }

  .tabcontent1-list .item-content .info {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    gap: 25px;
    align-items: center;
    position: relative;
  }
  .tabcontent1-list .item-content .info .content-item {
    display: flex;
    justify-content: space-between;
  }
  .item-select{
    padding: 15px !important;
  }
}

.content-item-border {
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

.content-item-price {
  padding: 0px 15px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 15px;
}
.content-item-price span:nth-child(1) {
  font-weight: 400;
  text-decoration: line-through;
  color: #2C2F31;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.content-item-price .price-item {
  color: #2C2F31;
  font-weight: 400;

  display: flex;
}

.content-item-price .price-item span:nth-child(1) {
  display: flex;
  gap: 10px;
  flex-direction: column;
  text-decoration: none;
}
.content-item-price .price-item span:nth-child(2) {
  font-weight: 700;
  font-size: 34px;
}
.tabcontent1-list .item-content .info label {
  color: #2C2F31;
  font-weight: 700;
}
.tabcontent1-button {
  background: #ee0033;
  color: white;
  font-weight: 700;
  width: calc(97% -30px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 15px;
  padding: 15px 0px;
  border-radius: 8px 8px 8px 0px;
}
.item-content .tabcontent1-title {
  font-weight: 700;
  color: white;
  font-size: 24px;
  height: 72px;
  background-image: url("../images/packdata.png");
  display: flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: calc(100%-15px);
  padding-left: 15px;
}
.item-select {
  border: 1px solid #d1d1d1;
  min-height: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0px 15px;
  color: #2C2F31;
  font-weight: 700;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 20px;
  margin-bottom: 12px;
}
.item-select-icon {
  position: absolute;
  right: 10px;
  top: 15px;
}
.item-select-icon i {
  color: #ee0033;
  font-size: 6px;
}
.item-select.active {
  border: 1px solid #ee0033;
}

.item-select.active .item-select-icon {
  transform: rotate(180deg);
}
.item-select-class {
  display: none;
  font-weight: 400;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2C2F31;
}

#resource-slider {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 13em;
  margin: auto;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
}

#resource-slider .arrow {
  cursor: pointer;
  position: absolute;
  width: 2em;
  height: 100%;
  padding: 0;
  margin: 0;
  outline: 0;
  background: transparent;
}

#resource-slider .arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}

#resource-slider .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0.75em;
  height: 0.75em;
  margin: auto;
  border-style: solid;
}

#resource-slider .prev {
  left: 0;
  bottom: 0;
}

#resource-slider .prev:before {
  left: 0.25em;
  border-width: 3px 0 0 3px;
  border-color: #333 transparent transparent #333;
  transform: rotate(-45deg);
}

#resource-slider .next {
  right: 0;
  bottom: 0;
}

#resource-slider .next:before {
  right: 0.25em;
  border-width: 3px 3px 0 0;
  border-color: #333 #333 transparent transparent;
  transform: rotate(45deg);
}

#resource-slider .resource-slider-frame {
  position: absolute;
  top: 0;
  left: 2em;
  right: 2em;
  bottom: 0;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  overflow: hidden;
}

#resource-slider .resource-slider-item {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25%;
  height: 100%;
}

#resource-slider .resource-slider-inset {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0.5em 0.25em;
  overflow: hidden;
}

@media (max-width: 60em) {
  #resource-slider .resource-slider-item {
    width: 33.33%;
  }
  #resource-slider {
    height: 16em;
  }
}

@media (max-width: 45em) {
  #resource-slider .resource-slider-item {
    width: 50%;
  }
}

@media (max-width: 30em) {
  #resource-slider .resource-slider-item {
    width: 100%;
  }
  #resource-slider {
    height: 19em;
  }
}

.slick-dots {
  display: flex !important;
  gap: 5px;
  justify-content: center;
}
.ftth-packdata {
  background-size: 100% 100%;
}


@media (max-width: 600px) {
  .regulation-group__vtp {
    padding: 0;
  }
  .banner-info__large {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    background-size: 100% 100%;
  }
  .banner-info__small {
    text-align: center;
  }
  .banner-img .image-pc {
    display: none !important;
  }
  .banner-img .img-pc {
    display: block !important;
    background-image: url("../images/banner-mobile.png");
    height: 500px;
    background-size: 100% 100%;
  }
  .banner-info-ftth {
    top: -8rem;
  }
}
.banner-img .img-pc {
  display: none;
}
.content-item span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2C2F31;
}
.intro-ftth {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  height: 54px;
  text-align: center;
  color: #2C2F31;
  margin-top: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.advan-info {
  margin-top: 37px;
}
.section-title__ftth {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 65px;
  padding-bottom: 20px;
}
.business-content-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.15px;
  color: #ffffff;
}
.section-title__wifi {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 55px 0;
}
.business-content-sub-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
}
.ftth__wrapper {
  overflow: hidden;
}
.tab1 span.tabs-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.faq-list {
  background: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 8px 8px 8px 0;
}
.ftth__wrapper {
  background-color: #fbfbfb;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .ftth-packdata {
    top: 8rem;
  }
  .regulation-group__vtp {
    margin-top: 8.25rem;
  }
}
@media (max-width: 991px) {
  .introduce {
    margin-top: 1.5rem;
  }
  .advan-item {
    width: 80%;
  }
  .business-content-2-content .partner-line {
    display: none;
  }
  .section-title__ftth {
    font-size: 35px;
    line-height: 40px;
    margin-top: 35px;
  }
  .tab span {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    padding: 7px 25px;
  }

  .business-content-title {
    font-size: 17px;
    line-height: 24px;
  }
  .svg-content img {
    width: 30px;
    height: 30px;
  }
  .svg-content {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .section-title__wifi {
    font-size: 26px;
    line-height: 33px;
  }
  .business-content-2-content .partner-logo {
    width: 80px;
    height: 80px;
  }
  .business-content-2-content .item-partner label {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
  }
  .business-content-2-content2-img {
    background-image: url(../images/wifii.png);
    width: 300px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
  }
  .business-content-2-content2-imgzaaa {
    background-repeat: no-repeat;
    width: 300px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
  }
  .business-content-2-content2 {
    height: auto;
    align-items: center;
    margin-bottom: 6rem;
  }
  .tab1 span.tabs-title {
    font-size: 17px;
    line-height: 27px;
  }
  .tab-cont {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .tab1 span.tabs-title {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 40px;
  }
  .ftth {
    width: 59.5%;
  }
  .section-title__ftth {
    font-size: 29px;
    line-height: 31px;
    margin-top: 20px;
  }
  .section-title__wifi {
    font-size: 23px;
    line-height: 25px;
    padding: 40px 0;
  }
  .ftth-packdata {
    top: 10rem;
  }
  .ftth {
    width: 478px;
    top: 11.5%;
  }
  .business-content-2-content2-imgzaaa {
    width: 50%;
    height: 330px;
  }
  .business-content-2-content2-img {
    width: 50%;
    height: 330px;
  }
}
@media (max-width: 600px) {
  .ftth-packdata {
    background-image: url(../images/bg-pack-main-mb.png);
  }
  .business-content-2-content2-content {
    margin-top: 10px;
  }
  .business-content-2-content2 {
    align-items: center;
  }
  .banner-info__small {
    margin: auto;
  }
  .introduce {
    margin-top: 1.5rem;
  }
  .section-title__ftth {
    font-size: 26px;
    line-height: 36px;
    margin-top: 15px;
  }
  .business-content-title {
    font-size: 16px;
  }
  .business-content-2-content2 {
    height: auto;
    align-items: center;
    margin-bottom: 3rem;
  }
  .packdata-main__intro-title,
  .packdata-main__intro-number {
    font-size: 16px;
  }
  .tab-cont {
    width: 100%;
  }
  .banner-sme-ftth,
  .banner-img,
  .banner-img .image-pc {
    height: 500px;
  }
  .ftth-packdata {
    top: 8rem;
  }
}
@media (max-width: 567px) {
  .ftth {
    width: 402px;
  }
  .intro-image {
    margin-top: -1rem;
  }
  .advan-info {
    margin-top: 0;
  }
  .intro-ftth{
    height: auto;
  }
  #owl-carousel-advan .owl-dots{
    bottom: -15px;
  }
}
@media (max-width: 550px) {
  .business-content-2-content2-img,
  .business-content-2-content2-imgzaaa {
    width: 100%;
    height: 400px;
    margin: auto;
  }
}

@media (max-width: 500px) {
  .ftth__wrapper{
    background-color: #f3f3f3;
  }
  .ftth {
    width: 336px;
  }
  .intro-image {
    margin-top: 2rem;
  }
  .faq-list{
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .intro-image {
    margin-top: -2rem;
  }
  .advantage {
    position: absolute;
  }
  .advan-images img {
    display: block;
  }
  .circle {
    display: block;
    z-index: 1;
    position: relative;
    margin-top: -3%;
    top: 31px;
  }
  .regulation-group__vtp .container-sme{
   padding: 0;
  }
  .tab-cont{
    margin: 0 16px;
  }
  .frequently-question{
    padding: 0 16px;
  }
  .tabcontent1{
    margin-left: 30px;
  }
  .packdata-main__intro-title, .packdata-main__intro-number{
    font-size: 13px;
    line-height: 24px;
  }
  .packdata-main__price-title{
    font-size: 14px;
    line-height: 24px;
  }
  .packdata-main__price-vat{
    font-size: 11px;
    line-height: 18px;
  }
  .item-content .tabcontent1-title{
    height: 43px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
  }
}

@media (max-width: 450px) {
  .business-content-2-content {
    margin-bottom: 1.5rem;
  }
  .ftth {
    width: 244px;
    top: 19.7%;
  }
  .tab span {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    padding: 7px 45px;
    text-align: center;
  }
  .section-title__wifi {
    width: 71%;
    margin: auto;
  }
  .ftth-packdata {
    top: 5rem;
  }
  .business-content-2-content2-imgzaaa{
    height: 308px;
  }
  .business-content-2-content2{
    margin-top: 10px;
  }
  .regulation-group__vtp {
    margin-top: 5rem;
  }
}
@media (max-width: 410px) {
  .tab1 span.tabs-title {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 25px;
  }
  .tab span {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    padding: 7px 26px;
    text-align: center;
  }
}
@media (max-width: 372px) {
  .tab span {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    padding: 7px 20px;
    text-align: center;
  }
  .section-title__wifi {
    width: 90%;
    margin: auto;
  }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
button.owl-dot {
  margin: 0 3px;
}
button.owl-dot span {
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 63px;
  display: inline-block;
}
button.owl-dot.active span {
  background: #fff;
}
#owl-carousel-banner .owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: left;
}
#owl-carousel-banner button.owl-dot span {
  background: rgba(255, 255, 255, 0.8);
}

#owl-carousel-banner button.owl-dot.active span {
  background: #ff4f74;
}
#owl-carousel-advan button.owl-dot span {
  background: rgba(238, 0, 51, 0.3);
}

#owl-carousel-advan button.owl-dot.active span {
  background: #ee0033;
}

#owl-carousel-advan .owl-dots {
  margin-top: 20px;
}
#business-content-2-content .owl-dots {
  margin-top: 20px;
}
#owl-carousel-banner .owl-dots {
  width: 1140px;
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  right: 0;
}
@media (min-width: 480px) {
  #owl-carousel-banner .owl-dots {
    width: 450px;
  }
}
@media (min-width: 576px) {
  #owl-carousel-banner .owl-dots {
    width: 560px;
  }
}
@media (min-width: 768px) {
  #owl-carousel-banner .owl-dots {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #owl-carousel-banner .owl-dots {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  #owl-carousel-banner .owl-dots {
    width: 1140px;
  }
}

/* modal */
.modal.modal--internet {
  display: flex;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 25;
  justify-content: center;
  padding: 0;
  max-width: 100%;
}
.modal--internet .modal__content {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: none;
  margin: 0 auto;
  max-width: 422px;
  padding: 0 30px;
  position: relative;
}

.modal__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 0;
  padding-bottom: 0;
}
.modal__close {
  font-size: 0;
  margin-right: -15px;
}
.modal__close i {
  color: #576c8a;
  font-size: 22px;
}
.modal__body {
  padding: 0 0 24px;
}
.modal-images {
  text-align: center;
  margin-top: 4px;
}
.modal-images img {
  width: 80px;
  height: 80px;
}
.main {
  background-color: #fbfbfb;
  width: 100%;
  z-index: 1;
}
.modal-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #2C2F31;
  margin-top: 16px;
}
.order-code {
  font-family: "SF Pro Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #2C2F31;
  margin-top: 16px;
}
.modal-table {
  width: 70%;
  margin: auto;
  margin-top: 28px;
}
.modal-table .title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #2C2F31;
  width: 55%;
font-family: "FS PFBeauSansPro", sans-serif;
}
.modal-table .info {
  font-family: "SF Pro Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #2C2F31;
}
.note {
  margin-top: 44px;
}
.note1 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #2C2F31;
  font-family: "SF Pro Text", sans-serif;
}
.note1 .note-link {
  color: #ee0033;
}
.note2 {
  font-family: "SF Pro Text";
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #2C2F31;
  margin-top: 16px;
}
.modal-table tr {
  margin-top: 7px;
}
@media (max-width: 450px) {
  .modal-table {
    width: 100%;
  }
  .note {
    margin-top: 16px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #727272;
  }
  .note2 {
    font-size: 10px;
    line-height: 16px;
  }
}
.internet-register {
  padding: 20px 0 60px;
}
.internet-register .nav-pills {
  margin: 0 auto 30px;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 991px) {
  .internet-register .nav-pills {
    max-width: 100%;
  }
}
.internet-register__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0 0;
}
@media (max-width: 991px) {
  .internet-register__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0 0;
  }
}
.internet-register__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% - 360px - 30px);
}
@media (max-width: 991px) {
  .internet-register__left {
    width: 100%;
  }
}
.internet-register__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 360px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  margin: 0 0 0 30px;
  width: 360px;
}
@media (max-width: 991px) {
  .internet-register__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 30px 0 0;
    width: 100%;
  }
}
.internet-info {
  background-color: #fff;
  padding: 25px;
}
@media (max-width: 991px) {
  .internet-info {
    padding: 15px;
  }
}
.internet-info__title {
  color: #2C2F31;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .internet-info__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.internet-info__sub {
  color: #2C2F31;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin: 0 0 13px;
}
@media (max-width: 991px) {
  .internet-info__sub {
    font-size: 16px;
    line-height: 24px;
  }
}
.internet-info__des {
  color: #2C2F31;
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0 15px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991px) {
  .internet-info__des {
    font-size: 14px;
    line-height: 20px;
  }
}
.internet-info__link {
  color: #ee0033;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-weight: 600;
  margin: 0 0 0 5px;
  text-decoration: underline;
}
.internet-info__link:hover {
  color: #d11313;
}
.internet-info__row:not(:last-child) {
  margin: 0 0 30px;
}
.internet-info .form-capcha {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
}
.internet-info .form-capcha__images {
  height: 38px;
}
@media (min-width: 576px) {
  .modal--internet .modal__content {
    max-width: 551px;
  }
}
@media (max-width: 991px) {
  .modal--internet .modal__content {
    padding: 0 20px;
    margin: 0 15px;
  }
}
.modal--internet .modal__body {
  padding: 0 20px 30px;
}
@media (max-width: 991px) {
  .modal--internet .modal__body {
    padding: 0 0 30px;
  }
}
.modal--internet .modal__body--success {
  padding: 0 40px 35px;
}
@media (max-width: 991px) {
  .modal--internet .modal__body--success {
    padding: 0 0 30px;
  }
}
.modal--internet .form-result {
  padding: 15px 12px;
}
.modal--internet .form-result__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 991px) {
  .modal--internet .form-result__name {
    font-size: 14px;
    line-height: 20px;
  }
}
.modal-internet__title {
  color: #2C2F31;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .modal-internet__title {
    font-size: 18px;
    line-height: 28px;
  }
}
.modal-internet__sub {
  color: #2C2F31;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .modal-internet__sub {
    font-size: 16px;
    line-height: 24px;
  }
}
.modal-internet__des {
  color: #2C2F31;
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .modal-internet__des {
    color: #000;
    font-size: 14px;
    line-height: 20px;
  }
}
.modal-internet__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0;
}
.modal-internet__images--success {
  color: #58b84f;
}
.modal-internet__images--warning {
  color: #d11313;
}
.modal-internet__images i {
  font-size: 70px;
}
.modal-internet__choosen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 20px;
  max-width: 360px;
  width: 100%;
}
@media (max-width: 991px) {
  .modal-internet__choosen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 15px;
    max-width: 100%;
  }
}
.modal-internet__choosen .radio-custom1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 26px;
}
@media (max-width: 991px) {
  .modal-internet__choosen .radio-custom1 {
    width: 100%;
  }
  .modal-internet__choosen .radio-custom1:not(:last-child) {
    margin: 0 0 12px;
  }
}
.modal-internet__choosen .radio-custom1 input:checked ~ .checkmark ~ span {
  font-weight: 400;
}
.modal-internet__form {
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
}
@media (max-width: 991px) {
  .modal-internet__form {
    max-width: 100%;
  }
}
.modal-internet__select {
  margin: 25px 0 20px;
}
@media (max-width: 991px) {
  .modal-internet__select {
    margin: 15px 0 0;
  }
}
.modal-internet__select-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal-internet__select-item:not(:last-child) {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .modal-internet__select-item:not(:last-child) {
    margin: 0 0 15px;
  }
}
.modal-internet__select-item.active .modal-internet__select-link,
.modal-internet__select-item:hover .modal-internet__select-link {
  border-color: #ee0033;
  color: #ee0033;
}
.modal-internet__select-link {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 10px 10px 10px 0;
  color: #2C2F31;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 20px;
  text-align: center;
  width: 100%;
}
.modal-internet__row:not(:last-child) {
  border-bottom: 1px solid #eee;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.modal-internet__list {
  margin: 0 20px;
}
@media (max-width: 991px) {
  .modal-internet__list {
    margin: 0 15px;
  }
}
.modal-internet__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-internet__item:not(:last-child) {
  margin: 0 0 5px;
}
.modal-internet__name {
  color: #2C2F31;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 175px;
  -ms-flex: 0 0 175px;
  flex: 0 0 175px;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 20px;
}
@media (max-width: 991px) {
  .modal-internet__name {
    font-size: 12px;
    line-height: 18px;
  }
}
.modal-internet__value {
  color: #2C2F31;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 24px;
  margin: 0 0 0 20px;
}
@media (max-width: 991px) {
  .modal-internet__value {
    font-size: 12px;
    line-height: 18px;
  }
}
.modal-internet__noti {
  color: #2C2F31;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  margin: 15px 0 0;
  text-align: center;
}
@media (max-width: 991px) {
  .modal-internet__noti {
    font-size: 10px;
    line-height: 16px;
  }
}
.modal-internet__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0;
}
@media (max-width: 991px) {
  .modal-internet__btn {
    margin: 25px 0 0;
  }
}
.modal-internet__btn .button {
  width: 360px;
}
@media (max-width: 991px) {
  .modal-internet__btn .button {
    width: 100%;
  }
}
.modal-internet__btn--2column {
  margin: 30px -8px 0;
}
.modal-internet__btn--2column .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 2 - 16px);
  -ms-flex: 0 0 calc(100% / 2 - 16px);
  flex: 0 0 calc(100% / 2 - 16px);
  margin: 0 8px;
  width: calc(100% / 2 - 16px);
}

.form-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.form-customize {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  line-height: 20px;
  padding: 15px 16px;
  background: #fff url(../images/select.png) no-repeat;
  background-position-x: calc(100% - 16px);
  background-position-y: 46%;
  font-weight: 500;
  color: #576c8a;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.form-customize .label-title {
  color: #2C2F31;
  display: inline-block;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  position: relative;
  word-break: break-word;
}
@media (max-width: 575px) {
  .form-customize .label-title {
    font-size: 14px;
  }
}
.form-customize .required {
  color: #f25151;
  margin-left: 2px;
  position: absolute;
  top: -2px;
}
.form-customize .form-control {
  background-color: #fff;
  border-radius: 8px 8px 8px 0;
  border: 1px solid #d1d1d1;
  color: #2C2F31;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 24px;
  padding: 9px 30px 9px 15px;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (max-width: 575px) {
  .form-customize .form-control {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 40px 10px 15px;
  }
}
.form-customize .form-control::-webkit-input-placeholder {
  color: #b5b4b4;
}
.form-customize .form-control::-moz-placeholder {
  color: #b5b4b4;
}
.form-customize .form-control:-ms-input-placeholder {
  color: #b5b4b4;
}
.form-customize .form-control::placeholder {
  color: #b5b4b4;
}
@media (max-width: 575px) {
  .form-customize .form-control::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .form-customize .form-control::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .form-customize .form-control:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .form-customize .form-control::placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-customize .form-control:focus {
  border-color: #58b84f;
}
.form-customize .form-control:disabled {
  background-color: #e4e4e4;
  color: #727272;
  opacity: 1;
}
.form-customize .form-control:disabled::-webkit-input-placeholder {
  color: #727272;
}
.form-customize .form-control:disabled::-moz-placeholder {
  color: #727272;
}
.form-customize .form-control:disabled:-ms-input-placeholder {
  color: #727272;
}
.form-customize .form-control:disabled::placeholder {
  color: #727272;
}
.form-customize textarea.form-control {
  min-height: 150px;
}
.form-customize__des {
  color: #2C2F31;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  margin: 0 0 3px;
}
.form-customize__link {
  color: #ee0033;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: underline;
}
.form-customize .error-text {
  color: #ff0000;
  font-size: 13px;
  font-style: italic;
  margin-top: 8px;
  word-break: break-word;
}
.form-customize--error .form-control {
  border-color: #ff0000;
}
.form-customize--error .form-control:focus {
  border-color: #ff0000;
}
.form-2column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .form-2column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.form-2column .form-customize {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 2 - 30px);
  -ms-flex: 0 0 calc(100% / 2 - 30px);
  flex: 0 0 calc(100% / 2 - 30px);
  margin: 0 15px 15px;
  width: calc(100% / 2 - 30px);
}
@media (max-width: 767px) {
  .form-2column .form-customize {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 15px;
    width: 100%;
  }
}
div.error {
  color: #ff0000;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 0 0 3px;
}
.note-text {
  color: #727272;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  margin: 8px 0 0;
  font-family: "Roboto", sans-serif;
}

.order-internet {
  background-color: #fff;
  border-radius: 8px 8px 8px 0;
  padding: 30px 28px;
}
@media (max-width: 991px) {
  .order-internet {
    padding: 30px 15px;
  }
}
.order-internet__title {
  color: #2C2F31;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 25px;
  text-align: center;
}
@media (max-width: 991px) {
  .order-internet__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.order-internet__list {
  margin: 20px 0 0;
}
.order-internet__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order-internet__item:not(:last-child) {
  margin: 0 0 20px;
}
.order-internet__item.last {
  border-top: 1px solid #d1d1d1;
  padding: 20px 0 0;
}
.order-internet__name {
  color: #727272;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
}
.order-internet__value {
  color: #2C2F31;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 0 10px;
}
.order-internet__value.total {
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.order-internet__info {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 0 0px;
}
.order-internet__info .order-internet__value {
  margin: -3px 0 2px;
}
.order-internet__note {
  color: #727272;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  margin: 2px 0 0;
}
.order-internet__btn {
  margin: 30px 0 0;
}
.content {
  max-width: 100%;
  margin: 0 auto;
  width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}
.pathway {
  padding: 30px 0;
}
@media (max-width: 991px) {
  .pathway {
    padding: 15px 0;
  }
}
.pathway ul li {
  display: inline;
  font-size: 16px;
}
.pathway ul li a {
  color: #2C2F31;
}
.pathway ul li a:hover {
  color: #ee0033;
}
.pathway ul li span {
  padding: 0 5px;
}
.pathway ul li strong {
  color: #ee0033;
  font-weight: 400;
}
.pathway ul li i.icon-i-next {
  font-size: 12px;
  vertical-align: middle;
}

.internet-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #2C2F31;
  text-transform: uppercase;
}
.modal-btn {
  width: 80%;
  margin: auto;
  margin-top: 28px;
}
.form-customize-2 {
  display: flex;
  width: 100%;
}
.order-internet__name-mb,
.order-internet__title-mb {
  display: none;
}
.order-internet__btn-mb {
  display: none;
}
@media (max-width: 767px) {
  .form-customize-2 {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .form-2column .form-customize {
    margin-bottom: 12px;
  }
  .internet-info__row:not(:last-child) {
    margin: 0 0 23px;
  }
  .note-text {
    font-family: "SF Pro Text", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11.5px;
    line-height: 155%;
    color: #727272;
  }
  .form-2column .form-customize-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .form-customize-2 .form-customize:first-child {
    margin-right: 5px;
  }
  .form-customize-2 .form-customize:last-child {
    margin-left: 5px;
  }
  .order-internet {
    background: #ffffff;
    border: 1.2px solid #e6e6e6;
    border-radius: 8px 8px 8px 0px;
    padding: 22px 0px;
  }
  .order-internet__item.last .order-internet__name,
  .order-internet__title {
    display: none;
  }
  .order-internet__title-mb {
    font-family: "SF Pro Text", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #2C2F31;
    margin-bottom: 14px;
    display: block;
    padding: 0 16px;
  }
  .order-internet__item {
    padding: 0 16px;
  }
  .order-internet__name-mb {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2C2F31;
    display: block;
  }
  .order-internet__item.last {
    flex-direction: column;
    align-items: center;
  }
  .order-internet__btn {
    display: none;
  }
  .order-internet__btn-mb {
    display: block;
    margin-top: 25px;
  }
  .order-internet__btn-mb .button {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .order-internet__item.last .order-internet__info {
    align-items: center;
  }
  .order-internet__note {
    display: none;
  }
  .order-internet__value.total {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ee0033;
  }
}
