@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;
}

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 {
  margin: 0 auto;

  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.section-title {
  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;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 450px) {
  .section-title {
    font-size: 18px;
    padding: 18px;
  }
}

.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: 600;
  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_bn {
  width: 195px;
  height: 40px;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .button--primary_bn {
    width: 150px;
    height: 30px;
    padding: 5px;
  }
}

@media (max-width: 768px) {
  .button--primary_bn {
    width: 120px;
    height: 25px;
    padding: 2px;
    margin-top: 5px;
  }
}

@media (max-width: 576px) {
  .button--primary_bn {
    width: 110px;
    height: 22px;
    padding: 0px;

  }
}

.button--primary_info {
  width: 195px;
  height: 35px;
  margin-top: 1rem;
  position: absolute;
  padding: 6px 20px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .button--primary_info {
    width: 130px;
    height: 28px;
    padding: 3px;
    font-size: 10px;
    margin-top: 4rem;
  }
}

@media (max-width: 768px) {
  .button--primary_info {
    width: 120px;
    height: 22px;
    padding: 0px;
    margin-top: 2.3rem;
  }
}

@media (max-width: 576px) {
  .button--primary_info {
    width: 110px;
    height: 22px;
    padding: 0px;

  }
}

@media (max-width: 450px) {
  .button--primary_info {
    width: 90px;
    height: 20px;
    padding: 0px;
    margin-top: 1rem;
    font-size: 7px;

  }
}

.button-plus {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px 8px 8px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 19.6px;
  padding: 9px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  width: 158px;
  height: 40px;
}

.button-plus:before {
  border-radius: 4px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  z-index: -1;
}

.button-plus:after {
  border-radius: 4px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.button-plus:hover:before {
  width: 100%;
}

.button-plus--primary {
  background-color: #ee0033;
  color: #fff;
}

.button-plus--primary:hover {
  border-color: #be0129;
  color: #fff;
}

.button-plus--primary:before {
  background-color: #be0129;
}

@media (max-width: 768px) {
  .button-plus--primary {
    margin-left: 33%;
  }
}

@media (max-width: 567px) {
  .button-plus--primary {
    margin-left: 27%;
  }
}

.button-plus--primary__info {
  background-color: #ee0033;
  color: #fff;
  margin-top: 3.8rem;
}

@media (max-width: 450px) {
  .button-plus--primary {
    margin-left: 17%;
  }

  .button-plus--primary__info {
    width: 130px;
  }
}

.button-plus--primary__info:hover {
  border-color: #be0129;
}

.button-plus--primary__info:before {
  background-color: #be0129;
}

.button--normal {
  background-color: #fff;
  border-color: #4b4b4b;
  color: #4b4b4b;
  width: 195px;
  margin: 2rem auto;
}

@media (max-width: 768px) {
  .button--normal {
    font-size: 18px;
  }
}

@media (max-width: 567px) {
  .button--normal {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .button--normal {
    width: 120px;
    height: 35px;
    font-size: 12px;
    padding: 5px;
    margin: 1.5rem auto;
  }
}

.button--normal:hover {
  background-color: #4b4b4b;
  color: #fff;
}

.button--normal:before {
  background-color: #4b4b4b;
}


/* CAROUSEL */
.What-is-viettel {
  background-color: #fbfbfb;

}

.banner-top {
  margin: 0 auto;

  max-width: 100%;
}

@media (min-width: 576px) {
  .banner-top {
    max-width: 760px;
  }
}

@media (min-width: 768px) {
  .banner-top {
    max-width: 991px;
  }
}

@media (min-width: 992px) {
  .banner-top {
    max-width: 1170px;
  }
}

@media (min-width: 1200px) {
  .banner-top {
    max-width: 1280px;
  }
}

@media (min-width: 1500px) {
  .banner-top {
    max-width: 1280px;
  }
}

.banner-intro img {
  object-fit: cover;
  margin: 0;
  max-width: 100%;
  background-position: center;
  background-size: cover;
}

@media (min-width: 1200px) {
  .banner-intro img {
    max-width: 100%;
    margin: 0 auto;
  }
}

.banner-content {
  position: relative;
  margin: -15% 0 0 52%;
  width: 40%;
}

.banner-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
  padding-right: 4rem;
}

@media (max-width: 992px) {
  .banner-content p {
    font-size: 14px;
    line-height: 18px;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .banner-content p {
    font-size: 12px;
    line-height: 14px;
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .banner-content p {
    font-size: 10px;
    line-height: 12px;
    padding-right: 0;
  }
}

@media (max-width: 450px) {
  .banner-content p {
    display: none;
  }
}

@media (max-width: 768px) {
  .banner-content p {
    font-size: 12px;
    line-height: 14px;
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .banner-content p {
    font-size: 10px;
    line-height: 12px;
    padding-right: 0;
  }
}

@media (max-width: 450px) {
  .banner-content p {
    display: none;
  }
}

.banner-bottom {
  margin-top: 11%;
}

.banner-bottom__container {
  margin: 0 3.5rem;
}
.banner-bottom_intro{
  overflow: hidden;
  border-radius: 28px 28px 0 0;
}
.banner-bottom_intro a img:hover{
  opacity: 0.8;
  transition: 0.9s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.banner-bottom_des {
  position: relative;
  text-align: center;
  width: 80%;
  margin: -25% 0 10.5% 10%;
}

.banner-bottom_des h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.11px;
  font-family: "FS PFBeauSansPro", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
}

.description-banner {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
  margin-top: 1.3rem;
}

.banner-bottom_number {
  margin-top: -3%;
  width: 100%;
  display: flex;
  background-color: #ffffff;
  align-items: center;
  text-align: center;
  padding: 0 2.5rem 1rem;
}

@media (max-width: 991px) {
  .banner-bottom_des {
    margin-bottom: 11%;
  }

  .banner-bottom_des h4 {
    font-size: 22px;
  }

  .description-banner {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
  }

  .banner-bottom_number {
    margin-top: -4%;
    padding: 0 2.5rem 1rem;
  }

}

@media (max-width: 768px) {
  .banner-bottom__container {
    margin: 0;
  }

  .banner-bottom_des {
    margin: -25% 0 12% 7%;
    width: 85%;

  }

  .banner-bottom_des h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .description-banner {
    font-size: 11px;
    line-height: 15px;
    margin-top: 0;
  }

  .banner-bottom_number {
    margin-top: -4.5%;
    padding: 0 1rem 0.8rem;
  }
}

@media (max-width: 567px) {
  .banner-bottom__container {
    margin: 0 2.5rem;
  }

  .banner-bottom_des {
    margin-bottom: 13%;

  }

  .description-banner {
    font-size: 9px;
    line-height: 11px;
    margin-top: 0;
  }

  .banner-bottom_number {
    margin-top: -5.5%;
    padding: 0 1rem 0.5rem;
  }

}

@media (max-width: 500px) {
  .banner-bottom_des {
    margin-bottom: 4%;

  }

  .banner-bottom_des h4 {
    font-size: 12px;
    line-height: 18px;
  }

  .description-banner {
    font-size: 8px;
  }
}

@media (max-width: 450px) {
  .banner-bottom__container {
    margin: 0 2rem;
  }

  .banner-bottom_number {
    padding: 0 1rem 1.8rem;
  }

  .description-banner {
    font-size: 6.5px;
    line-height: 10px;
  }

  .banner-bottom_number {
    margin-top: 7%;
  }
}

@media (max-width: 378px) {
  .banner-bottom_number {
    margin-top: -4%;
  }
}

.number-item {
  position: relative;
  width: calc(100% / 3);
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.number-item__img {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  align-items: center;
  justify-self: center;
  position: absolute;
  top: -45px;
  background-color: #ffffff;
}

.number-item__img:hover {
  border: 1px solid #ee0033;
}

.number-item__img img:hover {
  transition: 0.5s;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

@media (max-width: 576px) {

  .banner-content p {
    font-size: 10px;
    line-height: 12px;
    padding-right: 0;
  }
}

@media (max-width: 450px) {

  .banner-content p {
    display: none;
  }
}

.number-item__img img {
  object-fit: contain;
  position: absolute;
  top: 24px;
  left: 24px;
}

@media (max-width: 991px) {
  .number-item__img {
    width: 90px;
    height: 90px;
    top: -13%;
  }

  .number-item__img img {
    width: 65%;
    margin: -7px;
    top: 22px;
    left: 23px;
  }
}

@media (max-width: 768px) {
  .number-item__img {
    width: 65px;
    height: 65px;
    top: -15px;
  }

  .number-item__img img {
    width: 61%;
    margin: -11px;
  }
}

@media (max-width: 576px) {
  .number-item__img {
    width: 60px;
    height: 60px;
    top: -6%;
  }

  .number-item__img img {
    margin: -12.5px;
  }
}

@media (max-width: 450px) {
  .number-item__img {
    width: 45px;
    height: 45px;
  }

  .number-item__img img {
    width: 57%;
    margin: -15px;
  }

}

.number-item__info {
  margin-top: 6rem;
  word-wrap: break-word;
  height: 6rem;
}

.number-item__info h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36.4px;
  letter-spacing: 0.15px;
  font-family: "FS PFBeauSansPro", sans-serif;
  color: #2C2F31;
}

.number-item__info p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #2C2F31;
}

@media (max-width: 991px) {
  .number-item__info {
    margin-top: 5rem;
  }

  .number-item__info h3 {
    font-size: 20px;
  }

  .number-item__info p {
    font-size: 12px;

  }
}

@media (max-width: 768px) {
  .number-item {
    margin-left: 0;
  }

  .number-item__info {
    margin-top: 3.5rem;
  }


  .number-item__info h3 {
    font-size: 18px;
  }

  .number-item__info p {
    font-size: 12px;
    margin-left: -10px;

  }
}

@media (max-width: 567px) {
  .number-item__info h3 {
    font-size: 16px;
  }

  .number-item__info p {
    font-size: 11px;
    margin-left: -10px;

  }
}

@media (max-width: 450px) {
  .number-item__info {
    margin-top: 2.2rem;
  }

  .number-item__info h3 {
    font-size: 14px;
  }

  .number-item__info p {
    font-size: 10px;
    width: 90%;
    margin: 0 auto;

  }
}
@media (max-width: 375px) {
  .number-item__info h3 {
    font-size: 12px;
  }
}

/* MEMBER BENEFIT */
.membership-benefit {
  background-color: #fbfbfb;
}

.steps-custom {
  width: 65%;
  margin: 0 auto;
}

.steps-custom__list {
  margin: 0 auto;
  display: flex;
  width: 75%;
}
.steps-custom__item {
  position: relative;
  width: calc(100% / 5);
}

.steps-custom__link {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.steps-custom__icon img:hover {
  transition: 0.5s;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.steps-custom__name {
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 18px;
  line-height: 27px;
  align-items: center;
  font-weight: 700;
  color: #b5b4b4;
}
@media (max-width: 991px) {
  .steps-custom__list {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .steps-custom {
    width: 87%;
  }
  .steps-custom__list {
    width: 100%;
  }
}

.steps-custom__item {
  position: relative;
  width: calc(100% / 5);
}
@media (max-width: 576px) {
  .steps-custom__name {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .steps-custom__name {
    font-size: 14px;
    line-height: 22px;
  }

  .steps-custom__icon {
    width: 35px;
  }
}
@media (max-width: 392px) {
  .steps-custom__list {
    width: 85%;
    overflow: auto;
    white-space: nowrap;
  }
  .steps-custom__item {
    margin: 0 11px;
  }
}
.steps-custom__name:hover {
  color: #ee0033;
}

.steps-custom__item.active .steps-custom__name {
  color: #ee0033;
}

.benefit-member__detail {
  padding-bottom: 20px;
}

.benefit-member__intro {
  display: flex;
}

.benefit-member__img {
  position: relative;
  width: calc(40%);
  margin-top: 6%;
  margin-left: 1rem;
}

.benefit-member__img img:hover {
  opacity: 0.8;
}

.benefit-member__info {
  position: relative;
  width: calc(100% / 2 - 15px);
  margin: 30px auto;
}

.benefit-member__name {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "FS PFBeauSansPro", sans-serif;
  color: #2C2F31;
}

.benefit-member__list {
  display: grid;
  grid-gap: 10px 20px;
  grid-template-columns: 50% 50%;
  margin-bottom: 30px;
}

.benefit-member__item {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 10px 0 10px 10px;
  display: flex;
  flex-direction: column;
  color: #2C2F31;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}

@media (max-width: 768px) {
  .benefit-member__intro {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .benefit-member__img {
    width: calc(60%);
    margin-top: 30px;
  }

  .benefit-member__info {

    width: calc(75%);
    margin: 30px auto;
  }

  .benefit-member__name {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .benefit-member__item {
    padding: 10px 0 10px 0;
  }
}

@media (max-width: 576px) {
  .benefit-member__info {
    width: calc(80%);
    margin: 20px auto;
  }

  .benefit-member__list {
    grid-gap: 10px;
  }

  .benefit-member__item {
    padding: 10px;
  }
}

@media (max-width: 450px) {
  .benefit-member__list {
    grid-gap: 10px;
  }
}

.benefit-member__item p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #2C2F31;
}

/* TELECOM OFFER */

.telecom-orfer_theme {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(/images-viettel-plus/image-viettelplus-eng/home/bground1.png);
  height: 555px;
  background-color: #fbfbfb;
  background-size: 100% 100%;
  background-position: 50% 50%;
  width: 100%;
}

.telecom-orfer_content {
  padding-top: 20px;
}

.telecom-orfer_detail {
  position: relative;

  margin: 0 auto;
}

.telecom-orfer_list {
  display: flex;

  align-items: center;
}

.telecom-orfer_item {
  position: relative;
  width: calc(100% / 5);
  display: flex;
  flex-direction: column;
  align-items: center;

}

.telecom-orfer_img {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  align-items: center;
  justify-self: center;
  position: absolute;
  background-color: #ffffff;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;

}

.telecom-orfer_img:hover {
  border: 1px solid #2C2F31;
  background-color: #2C2F31;
  opacity: 0.8;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.telecom-orfer_img img {
  padding-top: 20px;
}

.telecom-orfer_img:hover .telecom-orfer_img img {
  opacity: 0.3;
}

.telecom-orfer_info {
  margin-top: 7rem;
  height: 7rem;
  text-align: center;
}

.telecom-orfer_info h3 {
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 18px;
  line-height: 27px;
  align-items: center;
  font-weight: 700;
  color: #2C2F31;
}

.telecom-orfer_info p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #2C2F31;
  padding: 0 0.8rem;
}

.telecom-orfer__active-hover {
  z-index: 2;
}

.telecom-orfer__active-hover p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 42%;
  left: 1.2rem;
  transition: 0.5s;
  opacity: 0;
}

.telecom-orfer_img:hover .telecom-orfer__active-hover p {
  opacity: 1;
}

@media (max-width: 991px) {
  .telecom-orfer_theme {
    height: 400px;
  }

  .telecom-orfer_detail {
    margin-top: -10px;
  }

  .telecom-orfer_img {
    width: 90px;
    height: 90px;
  }
  .telecom-orfer_img:hover {
    width: 90px;
    height: 90px;
  }
  .telecom-orfer_info {
    margin-top: 6rem;
  }

  .telecom-orfer_info p {
    display: none;
  }
  .telecom-orfer__active-hover p {
    left: 0.8rem;
  }
}

@media (max-width: 768px) {
  .telecom-orfer_theme {
    height: 350px;
  }

  .telecom-orfer_content {
    padding-top: 0;
  }

  .telecom-orfer_detail {
    margin-top: -20px;
  }

  .telecom-orfer_img {
    width: 70px;
    height: 70px;
  }

  .telecom-orfer_img img {
    width: 65%;
    margin: -8px;
  }
  .telecom-orfer_img:hover {
    width: 70px;
    height: 70px;
  }
  .telecom-orfer_info {
    margin-top: 4.5rem;
  }

  .telecom-orfer_info h3 {
    font-size: 16px;
  }
  .telecom-orfer__active-hover p {
   top: 35%;
    font-size: 12px;
  }
}

@media (max-width: 567px) {
  .telecom-orfer_theme {
    height: 220px;
  }

  .telecom-orfer_img {
    width: 60px;
    height: 60px;
  }

  .telecom-orfer_img img {
    margin: -10px;
  }
  .telecom-orfer_img:hover {
    width: 60px;
    height: 60px;
  }
  .telecom-orfer_info {
    margin-top: 4rem;
  }

  .telecom-orfer_info h3 {
    font-size: 14px;
  }
  .telecom-orfer__active-hover p {
    font-size: 11px;
    left: 0.5rem;
  }
}

@media (max-width: 450px) {
  .telecom-orfer_img {
    width: 50px;
    height: 50px;
  }

  .telecom-orfer_img img {
    margin: -12px;
  }
  .telecom-orfer_img:hover {
    width: 50px;
    height: 50px;
  }
  .telecom-orfer_info {
    margin-top: 3.5rem;
  }

  .telecom-orfer_info h3 {
    font-size: 13px;
  }
  .telecom-orfer__active-hover p {
    top: 24%;
    font-size: 9px;
  }

}

/* AFFILIATE OFFERS */
.affiliate-offer {
  background-color: #fbfbfb;
  margin-top: 5rem;
}

.affiliate_top {
  position: relative;
}

.affiliate_top p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #2C2F31;
  text-align: center;
  padding: 0 10%;
}

@media (max-width: 992px) {
  .affiliate-offer {
    margin-top: -1rem;
  }

}

.affiliate_product {
  position: relative;
  margin-top: 2.5rem;
  padding-bottom: 10px;
}

.affiliate_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
@media (max-width: 991px) {
  .affiliate_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .affiliate-offer {
    margin-top: 0.9rem;
  }

  .affiliate_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 567px) {
  .affiliate-offer {
    margin-top: -4.1rem;
  }
  .affiliate_top p {
    font-size: 14px;
  }

  .affiliate_product {
    margin: 1rem 2rem 0;
  }
  .affiliate_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.affiliate_detail {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px 0 12px 0;
  margin-top: -20px;
  padding: 12px 12px 12px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: centers;
}

.affiliate_detail:hover {
  border: 1px solid #ee0033;
  border-radius: 16px 0 12px 0;
}

.affiliate_img {
  border-radius: 8px 8px 8px 0;
  object-fit: cover;
}

.affiliate_label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee0033;
  border-radius: 8px 8px 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  padding: 5px 10px;
  position: absolute;

  z-index: 1;
}

.affiliate_label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-top: 12px solid #ee0033;
  clear: both;
}

@media (max-width: 991px) {
  .affiliate_label {
    font-size: 12px;
    line-height: 18px;
    padding: 2px 6px;
  }

  .affiliate_label::after {
    top: 22px;
    border-right: 8px solid transparent;
    border-top: 8px solid #ee0033;
  }
}

.affiliate_thumb {
  position: relative;
  width: calc(26%);
}

.affiliate_detail_info {
  margin: 6px 0 0 8px;
  margin-top: 6px;
}

.affiliate_price_value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #727272;
  text-align: center;
}

.affiliate_price {
  display: flex;
}

.affiliate_date {
  display: flex;
}

.affiliate_date_value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #727272;
  text-align: center;
  margin-left: 2px;
}
@media (max-width: 500px) {
  .affiliate_price_value {
    font-size: 14px;
  }

  .affiliate_date_value {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .affiliate_product {
    margin: 1rem 6px;
  }
  .affiliate_detail {
    flex-direction: column;
    padding: 5px;
  }
  .affiliate_thumb {
    margin: 0 auto;
  }
  .affiliate_detail_info {
    margin: 0 auto;
  }
  .affiliate_price_icon {
    width: 22px;
  }

  .affiliate_date_icon {
    width: 22px;
  }
}
/* INSTRUCTION */
.instruction {
  background-color: #fbfbfb;
  padding-bottom: 1.5rem;
}

.instruction-content {
  margin-top: -2rem;
}

.instruction-detail {
  margin-top: 30px;
}

.instruction-list {
  display: flex;
  width: 39.7%;
  margin-left: 51%;
  border-bottom: 1px solid #2C2F31;
}

@media (max-width: 1200px) {
  .instruction-list {
    width: 47.4%;
  }
}

.instruction-item_name:hover {
  text-decoration: none;
  color: #ee0033 !important;
  border-bottom: 1px solid #ee0033;
  cursor: pointer;
}

.instruction-item.active .instruction-item_name {
  color: #ee0033;
  border-bottom: 1px solid #ee0033;
}

.instruction-item_name {
  font-size: 16px;
  line-height: 19.6px;
  font-weight: 500;
  letter-spacing: 0.1px;
  font-family: "FS PFBeauSansPro", sans-serif;
  color: #2C2F31;
  text-align: center;
  margin-bottom: -1px;
  display: block;
  padding: 0 30px;
}

.instruction-intro.active {
  display: block;
}

.instruction-intro {
  display: none;
}

.instruction-intro.done {
  display: none;
}

@media (max-width: 992px) {
  .instruction-content {
    margin-top: 0;
  }

  .instruction-detail {
    margin: 0;
  }

  .instruction-list {
    margin: 0 auto;
    width: 65%;
    justify-content: space-between;
  }

  .instruction-item_name {
    padding: 0 30px;
    font-size: 14px;
  }
}

.instruction-intro_info {
  display: flex;

}

.instruction-intro_img {
  width: 48%;
}

.instruction-intro_img img:hover {
  opacity: 0.8;
}

.instruction-intro_step {
  margin: 3rem 2rem;
}

@media (max-width: 991px) {
  .instruction-intro_info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0 0;
    padding: 0 15px;
  }

  .instruction-intro_img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px 4rem;
    max-width: 100%;
    width: 100%;
  }

  .instruction-intro_step {
    margin: 1.5rem auto;
  }
}

@media (max-width: 768px) {
  .instruction-item_name {
    padding: 0 12px;
  }

  .instruction-intro_img {
    margin: 0 0 20px;
  }
}

@media (max-width: 536px) {
  .instruction-list {
    width: 66%;
  }

  .instruction-item_name {
    padding: 0 8px;
  }
}

@media (max-width: 450px) {
  .instruction-list {
    width: 69%;
  }

  .instruction-item_name {
    padding: 0 4px;
  }
}
@media (max-width: 400px) {
  .instruction-list {
    width: 77%;
  }
}
.box-guide__list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 360px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  width: 360px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .box-guide__list {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
}

.box-guide__item {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-guide__step {
  text-align: center;
}

.box-guide__item.active .box-guide__stt,
.box-guide__item:hover .box-guide__stt {
  background-color: #ee0033;
  color: #fff;
}

.box-guide__item.active .box-guide__name,
.box-guide__item:hover .box-guide__name {
  color: #ee0033;
}

.box-guide__item.active .box-guide__des,
.box-guide__item:hover .box-guide__des {
  color: #ee0033;
}

@media (max-width: 991px) {
  .box-guide__item:not(:last-child) {
    margin: 0 0 20px;
  }
}

.box-guide__stt {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(227, 227, 227, 0.58);
  color: #2C2F31;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 28px;

  padding: 5px;
  width: 40px;
}

@media (max-width: 991px) {
  .box-guide__stt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    font-size: 16px;
    height: 30px;
    margin: 0 10px 0 0;
    width: 30px;
  }
}

.box-guide__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: -9px 0 0 20px;
  display: block;
}

@media (max-width: 991px) {
  .box-guide__info {
    margin-left: -2px;
  }
}

.box-guide__name {
  color: #2C2F31;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 5px;
}

@media (max-width: 991px) {
  .box-guide__name {
    font-size: 16px;
    line-height: 24px;
  }
}

.box-guide__name:hover {
  color: #ee0033;
}

.box-guide__des {
  color: #2C2F31;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 5px 0 0;
}

@media (max-width: 991px) {
  .box-guide__des {
    font-size: 14px;
    line-height: 20px;
  }
}

.box-guide__app {
  -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;
  margin: 20px -8px 0;
}

.box-guide__app-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px;
}

.box-guide__app img:hover {
  opacity: 0.75;
}

.guide-sp {
  display: none;
  text-align: center;
  width: 100%;
}

@media (max-width: 991px) {
  .guide-sp {
    display: block;
    margin-top: -1.5rem;
  }

  .instruction-intro_step .button-plus--primary {
    margin-top: 2rem !important;
  }
}

@media (max-width: 768px) {
  .instruction-intro_step .button-plus--primary {
    width: 100%;
    margin-left: 0;
  }
}

.guide-sp .box-guide__app {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.guide-sp__detail {
  margin: -10px auto;
}

.guide-sp__detail .box-guide__name {
  color: #ee0033;
}

.guide-sp__detail .box-guide__des {
  color: #ee0033;
}

.guide-sp .box-guide__info.active {
  display: block;
}

.step-guide {
  -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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px 20px;
}

.step-guide__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(227, 227, 227, 0.58);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px;
  padding: 5px;
  position: relative;
  width: 40px;
}

.step-guide__item.active,
.step-guide__item.selected {
  background-color: #ee0033;
}

.step-guide__item.active .step-guide__value,
.step-guide__item.selected .step-guide__value {
  color: #fff;
}

.step-guide__value {
  color: #2C2F31;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

/* VT PARTNERS */
.viettel-partner {
  position: relative;
  background-color: #ffffff;
}

.vt-partner__top {
  display: flex;
  justify-content: space-around;
  align-items: center;

}

.viettel-partner .section-title {
  margin-left: -3rem;
}

.vt-partner__banner {
  border-radius: 30px 30px 30px 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.vt-partner__banner a img:hover{
  opacity: 0.8;
  transition: 0.9s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.vt-partner__content {
  float: right;
  margin-top: -18.5%;
  position: relative;
  width: 51%;
}

.vt-partner__des h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.11px;
  font-family: "FS PFBeauSansPro", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
}

.description {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
  margin-top: 1.7rem;
}

.vt-partner__name {
  font-size: 28px;
  font-weight: 700;
  font-family: "FS PFBeauSansPro", sans-serif;
  color: #ffffff;
  line-height: 42px;
  letter-spacing: 0.11px;
  padding: 0 22px 28px 0;
}

.vt-partner__info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "FS PFBeauSansPro", sans-serif;
  color: #ffffff;
}

.partners-viettel__detail {
  width: 60%;
}

.partners-viettel__detail .owl-carousel {
  display: block !important;
}

.lists-slider__item {
  margin-right: -4rem;
}

.partners-viettel__list {
  -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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -40px;
}

@media (max-width: 1200px) {
  .vt-partner__des h4 {
    font-size: 24px;
  }

  .description {
    font-size: 14px;
  }


}

@media (max-width: 991px) {
  .vt-partner__des h4 {
    font-size: 18px;
  }

  .description {
    font-size: 12px;
    margin-top: 0.1rem;
  }

  .vt-partner__content .button--primary_info {
    margin-top: 0.5rem;
  }


}

@media (max-width: 768px) {
  .vt-partner__top {
    flex-direction: column;
  }

  .vt-partner__content {
    margin-top: -19.7%;
  }

  .vt-partner__des h4 {
    font-size: 13px;
  }

  .description {
    font-size: 10px;
    line-height: 12px;
    margin-top: -5px;
  }

  .partners-viettel__detail {
    margin-bottom: 20px;
    margin-top: -10px;
    width: 90%;
  }

}

@media (max-width: 500px) {
  .vt-partner__content {
    margin-top: -21%;
  }

  .vt-partner__des h4 {
    font-size: 11px;
  }

  .description {
    font-size: 8px;
    line-height: 12px;
    margin-top: -5px;
  }
}

@media (max-width: 460px) {
  .vt-partner__content .button--primary_info {
    margin-top: 0;
  }
}

@media (max-width: 426px) {
  .vt-partner__des h4 {
    font-size: 10px;
  }

  .description {
    line-height: 10px;
  }
}
@media (max-width: 400px) {
  .vt-partner__des h4 {
    font-size: 8px;
    line-height: 20px;
  }
  .description {
    font-size: 7px;
  }
  .vt-partner__content .button--primary_info {
    width: 78px;
    height: 17px;
    line-height: 15px;
  }
}
.partners-viettel__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 120px;
  height: 67px;
  width: 100px;
  border-right: 1px solid #b5b4b4;

}

.partners-viettel__item:last-child {
  border-right: none;
}

.partners-viettel__thumb {
  width: 72px;
  margin: 0 auto;
}

.partners-viettel__thumb img {
  margin-top: 0;
}

.partners-viettel__item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.partners-viettel__item img:hover {
  opacity: 0.75;
}

.partners-viettel__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
  position: relative;
  z-index: -1;
}

.partners-viettel__images img {
  width: 100%;
}


.partners-viettel .lists-slider {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(210, 210, 210, 0.58);
  padding: 20px 45px;
}

.partners-viettel__detail .owl-carousel .owl-nav button.owl-prev {
  left: 20px !important;
}

@media (max-width: 1200px) {

  .owl-carousel {
    margin-top: 1rem;
  }
  .partners-viettel__detail .owl-carousel .owl-nav button.owl-next  {
    right: -35px !important;
  }
  .lists-slider__item {
    margin-left: 4rem;
    margin-right: 0;
  }

  .partners-viettel__detail {
    margin-bottom: 20px;

  }

  .partners-viettel__item {
    flex: 0 0 100px;
  }
}

@media (max-width: 992px) {
  .viettel-partner .section-title {
    font-size: 22px;
    padding: 10px 0;
    margin-left: -2rem;
  }

  .partners-viettel .lists-slider {
    padding: 20px 15px;
  }

  .partners-viettel__detail {
    width: 50%;
    margin-bottom: 0;

  }

  .partners-viettel__list {
    margin: 0 -10px;
  }

  .partners-viettel__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 5 - 20px);
    -ms-flex: 0 0 calc(100% / 5 - 20px);
    flex: 0 0 calc(100% / 5 - 20px);
    height: calc(100% / 5 - 20px);
    margin: 0 10px;
    width: calc(100% / 5 - 20px);
  }

  .partners-viettel__thumb {
    width: 100%;
    margin-left: -10px;
  }

  .partners-viettel__images img {
    height: 100%;

  }
  .partners-viettel__detail .owl-carousel .owl-nav button.owl-prev {
    left: 10px !important;
  }
}

@media (max-width: 768px) {
  .owl-carousel {
    margin-top: 0;
  }

  .vt-partner__top {
    flex-direction: column;
  }

  .lists-slider__item {
    margin-right: 1.2rem;
    margin-top: 5px;
    margin-left: 3rem;

  }

  .partners-viettel__detail {
    margin-left: -20px;
    width: 90%;
  }

  .partners-viettel__item {
    height: 55px;
  }

  .partners-viettel__thumb {
    height: 55px;
  }
  .partners-viettel__detail .owl-carousel .owl-nav button.owl-prev {
    left: -12px !important;
    top: 55%;
  }
}

@media (max-width: 450px) {
  .vt-partner__banner {
    margin-top: -20px;
  }

  .partners-viettel__item {
    height: 40px;
  }

  .partners-viettel__thumb {
    height: 40px;
  }
}

.viettel-partner .owl-nav {
  display: block !important;
}

.viettel-partner .owl-nav {
  font-size: 30px;
  color: #CCCCCC;
}

.viettel-partner .owl-dot {
  display: none;
}

.partners-viettel__detail {
  position: relative;
  height: 75px;
}

.partners-viettel__detail:hover .nav-btn {
  visibility: visible;
  opacity: 1;

}

.nav-btn {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: #CCCCCC;
  border: 1px solid #E6E6E6;
}

.prev-slide {
  left: 2rem;
}

.next-slide {
  right: -2rem;
}

@media (max-width: 1200px) {
  .prev-slide {
    margin: 15px 0;
  }

  .next-slide {
    margin: 15px 0;
  }
}

@media (max-width: 992px) {
  .nav-btn {
    width: 30px;
    height: 30px;
  }

  .prev-slide {
    left: 5px;
    margin: 0;
  }

  .next-slide {
    right: -2.2rem;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .prev-slide {
    left: 0;
    margin: -5px 0;
  }

  .next-slide {
    right: -1.2rem;
    margin: -5px 0;
  }
}

@media (max-width: 567px) {
  .prev-slide {
    margin: -5px 0 0 15px;
  }

  .next-slide {
    margin: -5px 15px 0 0;
  }
}

@media (max-width: 450px) {
  .nav-btn {
    width: 25px;
    height: 25px;
  }

  .prev-slide {
    margin: -15px 0 0 15px;
  }

  .next-slide {
    margin: -15px 15px 0 0;
  }
}

/* FAQ */
.faq-plus {
  background-color: #fbfbfb;
  padding: 40px;
  position: relative;
}

.faq-plus .section-title {
  margin: 0 0 25px;
}

.faq-plus__item {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px 8px 8px 0;
  cursor: pointer;
}

.faq-plus__item:hover {
  border: 1px solid #ee0033;
}

.faq-plus__item:not(:last-child) {
  margin: 0 0 25px;
}

@media (max-width: 991px) {
  .faq-plus__item:not(:last-child) {
    margin: 0 0 15px;
  }
}

.faq-plus__item.active .faq-plus__name {
  color: #26292b;
}

.faq-plus__item.active .faq-plus__icon::before {
  font-family: 'FontAwesome';
  content: "^";
  transform: rotate(0deg);
  font-size: 14px;
  color: #ee0033;
}

.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;
  height: 72px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .faq-plus__top {
    height: auto;
    padding: 15px;
  }
}

.faq-plus__name {
  color: #26292b;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 24px;
  margin: 0 20px 0 0;
}

@media (max-width: 991px) {
  .faq-plus__name {
    font-weight: 400;
  }
}

.faq-plus__icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #ee0033;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 20px;
}

.faq-plus__icon::before {
  font-family: 'FontAwesome';
  content: "^";
  transform: rotate(180deg);
  font-size: 14px;
  color: #ee0033;
}

.faq-plus__info {
  display: none;
  margin: 0 0 20px;
  padding: 0px 30px 0;
}

@media (max-width: 991px) {
  .faq-plus__info {
    padding: 0px 15px 0;
  }
}

.faq-plus__des {
  color: #2C2F31;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.09px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 24px;
  padding-right: 20%;
}

.faq-plus__des:not(:last-child) {
  margin: 0 0 15px;
}

@media (max-width: 991px) {
  .faq-plus__des:not(:last-child) {
    margin: 0 0 10px;
  }
}
@media (max-width: 450px) {
  .faq-plus {
    padding: 0;
    padding-bottom: 20px;
  }
}

/* Footer */
.footer {
  padding: 0px !important;
  position: relative;
}

.footer {
  background: #f2f2f2 !important;
  color: #000000 !important;
}

.footer {
  background: #ee0033;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding: 25px 0px 20px;
  font-style: normal;
  font-weight: normal;
}

.footer {
  background: #EE0033;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding: 25px 0px 20px;
  font-style: normal;
  font-weight: normal;
  font-family: "Roboto";
  letter-spacing: 0.1px;
}

.footer {
  padding: 0px !important;
  position: relative;
}

.footer {
  background: #f2f2f2 !important;
  color: #000000 !important;
}

.footer {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-family: "Roboto";
  letter-spacing: 0.1px;
}

.footer .footer-pc {
  display: block;
}

.footer .footer-content .footer-top {
  background: #f2f2f2 !important;
  padding-top: 36px;
}

.footer .footer-content .footer-top {
  background: #EE0033;
}

.footer .content {
  max-width: 100%;
  margin: 0 auto;
  width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer .footer-content .footer-top .footer-inner {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: left;
  margin: 0 -15px;
}

.footer .footer-content .footer-top .column.first .infotop {
  color: #000000 !important;
}

.footer .footer-content .footer-top .column.first .infotop {
  width: 300px;
  max-width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  margin-bottom: 20px;
  word-wrap: break-word;

}

.footer .footer-content .footer-top .column.first .infotop span {
  font-weight: 500;
}

.logo-fotter {
  margin-left: 0px !important;
  margin-bottom: 10px;
}

.footer p {
  margin: 0px;
}

.footer .footer-content .footer-top .column .menu {
  margin-bottom: 30px;
}

.footer .footer-content .footer-top .column .menu p {
  color: #000000 !important;
}

.footer .footer-content .footer-top .column .menu .sub-menu li {
  line-height: 18px;
}

.footer .footer-content .footer-top .column .menu {
  margin: 2.8rem 0;
}

.footer .footer-content .footer-top .column .menu p {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  margin-bottom: 15px;

}

/* .column{
  margin-top: 2.8rem;
} */

.footer .footer-content .footer-top .column .menu .sub-menu li {
  line-height: 18px;
}

.footer .footer-content .footer-top .column .menu .sub-menu li a {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.1px;
  color: #000000;
}

.footer .footer-content .footer-bottom {
  position: absolute;
  width: 100%;
  left: 0px;
}

.footer .footer-content .footer-bottom {
  background: #EE0033;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}

.footer .footer-content .footer-bottom .content .address-support {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.footer .footer-content .footer-bottom .content .address-support li:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}

.footer .footer-content .footer-bottom .content .address-support li {
  display: block;
  text-align: left;
  line-height: unset !important;
}

.footer .footer-content .footer-bottom .content .address-support li img {
  margin-right: 5px;
}

.footer .footer-content .footer-top .column.first .infobellow {
  font-size: 12px;
}



.link-social li {
  display: inline;
  padding: 0px 3px;
}

.footer .footer-sp {
  display: none;
  text-align: left;
}

.logo-fotter {
  margin-left: 0px !important;
  margin-bottom: 10px;
}

.footer p {
  margin: 0px;
}

.footer-sp .link-social {
  margin: 0;
}

.footer-sp .link-social li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}

.link-social li a {
  color: #fff;
  font-size: 20px;
}

.footer-sp .link-social img {
  width: 24px;
}

.footer a.sitemap {
  text-decoration: underline;
}



@media (max-width: 991px) {
  .footer .footer-pc {
    display: none;
  }

  .logo-fotter {
    margin-left: 0px !important;
    margin-bottom: 10px;
  }

  .footer .footer-sp {
    display: block !important;
  }

  .logo-fotter {
    margin-left: 0px !important;
    margin-bottom: 10px;
  }

  .footer .footer-top .footer-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .footer-top .footer-inner .column {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer .footer-top .footer-inner {
    flex-wrap: wrap;
  }

  .footer .footer-top .footer-inner .column {
    width: 50%;
    margin-bottom: 20px;
  }

  .logo-fotter {
    margin-left: 0px !important;
    margin-bottom: 10px;
  }

  .footer .footer-sp {
    padding-top: 20px;
  }

}