@font-face {
    font-family: "SVN-Gilroy";
    src: url("/assets/fonts/SVN-Gilroy-Bold.otf");
    font-weight: 700;
}
@font-face {
    font-family: "SVN-Gilroy";
    src: url("/assets/fonts/SVN-Gilroy-Regular.otf");
    font-weight: 400;
}
@font-face {
    font-family: "VIE-HandelGothic";
    src: url("/assets/fonts/VIE-HandelGothic-Bold.otf");
    font-weight: 700;
}
@font-face {
    font-family: "VIE-HandelGothic";
    src: url("/assets/fonts/VIE-HandelGothic-Medium.otf");
    font-weight: 500;
}
@font-face {
    font-family: "SF-Pro";
    src: url("/assets/fonts/SF-Pro-Display-Regular.otf");
    font-weight: 400;
}
@font-face {
    font-family: "SF-Pro";
    src: url("/assets/fonts/SF-Pro-Display-Bold.otf");
    font-weight: 700;
}
@font-face {
    font-family: "SF-Pro";
    src: url("/assets/fonts/SF-Pro-Display-Semibold.otf");
    font-weight: 600;
}
html {
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "SVN-Gilroy", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
    font-weight: 400;
    max-width: 1920px;
    margin: auto;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

#backtotop {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 2;
    background: #0B247A;
    color: #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#backtotop:hover {
    text-decoration: none;
}
@media (max-width: 575px) {
    #backtotop {
        right: 10px;
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
}

.lang-switcher a {
  font-family: "VIE-HandelGothic", sans-serif;
  font-weight: 500;
}

.lang-switcher a:hover, .lang-switcher a:active {
    text-decoration: none;
}

.banner-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 1080px;
    background-image: url("/images/esim/banner1.jpg");
}

.banner-background-en {
    background-image: url("/images/esim/banner1En.jpg");
}
@media (max-width: 992px) {
    .banner-background {
        min-height: auto;
        background: none;
        position: relative;
    }
    .lang-switcher {
        position: absolute;
        right: 80px;
        top: 50px;
        z-index: 1;
        font-size: 20px;
        color: #FFF;
    }
    .lang-switcher button {
        color: #FFF;
    }
}

@media (max-width: 992px) and (max-width: 575px) {
  .lang-switcher {
    top: 25px;
    right: 65px;
  }
}

@media (max-width: 992px) {
  .header-content-menu .lang-switcher {
    display: none;
  }
}

.lang-switcher {
  position: relative;
}
@media (max-width: 992px) {
  .lang-switcher {
    position: absolute;
  }
}
.lang-switcher .sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  right: 0;
  top: 2.25rem;
  width: 120px;
  background: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 0.5rem;
  width: 120px;
  min-width: unset;
  right: 0;
  top: 2.25rem !important;
}
.lang-switcher .sub-menu li {
  display: block;
  border-radius: 8px;
  position: relative;
}
.lang-switcher .sub-menu li a {
  color: #000;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  text-decoration: none;
}
.lang-switcher .sub-menu li a img {
  width: 24px;
  height: 16px;
  margin-right: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2px;
}
.lang-switcher .sub-menu li.is-active:after {
  content: "";
  position: absolute;
  background-image: url("../../../images/esim/down.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: auto;
  right: -10px;
  top: 0;
  width: 24px;
  height: 100%;
  display: flex;
  align-items: center;
}
/* .language-active {
    width: 30px;
    height: 20px;
} */
.menu-bar {
    position: absolute;
    right: 30px;
    color: #FFF;
    font-size: 30px;
    top: 45px;
    z-index: 4;
}
@media (max-width: 575px) {
    .menu-bar {
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 992px) {
    .header {
        position: absolute;
    }
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}
@media (max-width: 575px) {
    .header-content {
        padding: 30px 0;
    }
}
@media (max-width: 992px) {
    .header-content-logo {
        margin-left: 30px;
    }
}
@media (max-width: 575px) {
    .header-content-logo {
        width: 140px;
        margin-left: 20px;
    }
}
.header-content-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 992px) {
    .header-content-menu {
        padding-top: 70px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100vw;
        background-color: #FFF;
        height: 100vh;
        transition: all 0.5s ease;
        opacity: 0;
        visibility: hidden;
        z-index: 3;
    }
    .header-content-menu.active {
        visibility: visible;
        opacity: 1;
        transition: all 0.5s ease;
    }
    .header-content-menu.active ul li:last-child {
      display: none;
    }
    .header-content-menu.active ul {
        padding: 0;
    }
}
.header-content-menu ul {
    list-style: none;
    margin-bottom: 0;
}
.header-content-menu li {
    display: inline-block;
    margin-right: 10px;
}
@media (max-width: 992px) {
    .header-content-menu li {
        display: block;
        text-align: center;
        margin: 30px 0;
    }
}
.header-content-menu a {
    text-decoration: none;
    color: #fff;
    font-family: "VIE-HandelGothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .header-content-menu a:hover {
        background: #FFF;
        color: #0B247A;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-content-menu a {
        font-size: 14px;
        padding: 0;
    }
}
@media (max-width: 992px) {
    .header-content-menu a {
        color: #000;
    }
}

.banner-content {
    margin-top: 3%;
}
.banner-content-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner-content-text {
    color: #fff;
}
.banner-content-text h1 {
    font-family: "VIE-HandelGothic", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
}
.banner-content-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-family: "SF-Pro", sans-serif;
    font-weight: 700;
    border-radius: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    width: 48%;
    text-align: center;
    border: 1px solid #FFF;
    font-weight: 700;
    background-color: transparent;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.banner-content-btn a {
    color: #fff;
}
@media (max-width: 992px) {
    .banner-content-btn a {
        font-size: 14px;
    }
}
.banner-content-btn a:hover {
    text-decoration: none;
}
@media (max-width: 992px) {
    .banner-content-btn {
        width: auto;
        padding: 10px 40px;
        margin: 0 7.5px;
    }
}
@media (max-width: 375px) {
    .banner-content-btn {
        padding: 10px 20px;
    }
}
.banner-content-btn:hover {
    background: #FFF;
    color: #1492DF;
}
.banner-content-btn:hover a {
    color: #1492DF;
}
.banner-content-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 992px) {
    .banner-content-button {
        position: absolute;
        bottom: 20%;
        left: 50%;
        width: -moz-max-content;
        width: max-content;
        transform: translateX(-50%);
    }
}

.section-title h2 {
    font-family: "VIE-HandelGothic";
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    margin: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .section-title h2 {
        font-size: 54px;
    }
}
@media (max-width: 992px) {
    .section-title h2 {
        font-size: 36px;
    }
}
.section-title h2 span {
    color: #EC1C24;
}
.section-title h3 {
    font-size: 50px;
    color: #E6E6E6;
    line-height: 1;
    margin: 0;
}
@media (max-width: 390px) {
    .section-title h3 {
        font-size: 40px;
    }
}

.section-title-2 {
    text-align: center;
    position: relative;
}
@media (min-width: 1400px) {
    .section-title-2 {
        margin-bottom: -100px;
    }
}
@media (max-width: 992px) {
    .section-title-2 {
        margin-bottom: -50px;
    }
}
.section-title-2 h2 {
    font-family: "VIE-HandelGothic";
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    margin: 0;
    color: #0B247A;
}
@media (max-width: 992px) {
    .section-title-2 h2 {
        font-size: 32px;
    }
}
.section-title-2 h3 {
    font-family: "VIE-HandelGothic";
    font-size: 50px;
    color: #EC1C24;
    line-height: 1;
    margin: 0;
}
@media (max-width: 992px) {
    .section-title-2 h3 {
        font-size: 36px;
    }
}

.section-1 .section-title {
    text-align: center;
}
.section-1-content-list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 992px) {
    .section-1-content-list {
        display: block;
    }
}
.section-1-content-list-item {
    background-image: url("/images/esim/bg-icon1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    min-height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
    .section-1-content-list-item {
        flex-direction: row-reverse;
        min-height: auto;
        justify-content: space-between;
        padding: 10px 20px;
        margin-bottom: 10px;
    }
}
.section-1-content-list-item .icon {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-1-content-list-item .content p {
    margin: 0;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    color: #0B247A;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .section-1-content-list-item .content p {
        font-size: 20px;
    }
}
@media (max-width: 992px) {
    .section-1-content-list-item .content p {
        text-align: left;
    }
}
@media (max-width: 390px) {
    .section-1-content-list-item .content p {
        font-size: 20px;
    }
}
.section-1-content-list-item .content p.sub {
    padding-top: 5px;
    font-weight: 400;
    font-size: 16px;
}
@media (max-width: 575px) {
    .section-1-content-list-item .content p.sub {
        padding-top: 5px;
        font-size: 14px;
    }
}
.section-1-content-list-item:hover {
    background-image: url("/images/esim/bg-icon3.jpg");
}
.section-1-content-list-item:hover .icon svg [fill="#0B247A" i] {
    fill: #FFF;
    transition: fill 0.3s ease;
}
.section-1-content-list-item:hover .content p {
    margin: 0;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .section-1-content-list-item:hover .content p {
        font-size: 20px;
    }
}
@media (max-width: 992px) {
    .section-1-content-list-item:hover .content p {
        text-align: left;
    }
}
@media (max-width: 390px) {
    .section-1-content-list-item:hover .content p {
        font-size: 19px;
    }
}
.section-1-content-list-item:hover .content p.sub {
    font-weight: 400;
    font-size: 16px;
}
@media (max-width: 575px) {
    .section-1-content-list-item:hover .content p.sub {
        padding-top: 5px;
        font-size: 14px;
    }
}

.section-2 {
    padding-top: 70px;
}
@media (max-width: 992px) {
    .section-2 {
        padding-bottom: 50px;
    }
}
.section-2-list {
    margin-top: -200px;
    position: relative;
    z-index: 1;
}
.section-2-list-item {
    background-image: url(/images/esim/mobile/bg1.png);
    background-size: 100% 100%;
    padding: 10px 30px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #0B247A;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "VIE-HandelGothic";
    font-size: 16px;
}

.section-title-3 {
    padding-top: 70px;
    padding-bottom: 20px;
}
@media (max-width: 992px) {
    .section-title-3 {
        padding-top: 50px;
    }
}
.section-title-3 h2 {
    font-family: "VIE-HandelGothic";
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    margin: 0;
    color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .section-title-3 h2 {
        font-size: 54px;
    }
}
@media (max-width: 992px) {
    .section-title-3 h2 {
        font-size: 36px;
    }
}
@media (max-width: 420px) {
    .section-title-3 h2 {
        font-size: 30px;
    }
}
.section-title-3 h2 span {
    color: #EC1C24;
    line-height: 1;
    margin: 0;
}

.section-3 {
    background-image: url("/images/esim/bannerthietbihotroesim.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 870px;
}
.section-3-en {
    background-image: url("/images/esim/bannerthietbihotroesimEn.jpg");
}
.section-3 .tab-brand-phone {
    display: flex;
    justify-content: space-around;
}
.section-3 .tab-brand-phone-item img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(89%) saturate(2143%) hue-rotate(187deg) brightness(93%) contrast(102%);
}
.section-3 .tab-brand-phone-item.active img {
    filter: unset;
}
@media (max-width: 992px) {
    .section-3 {
        background-image: url("/images/esim/mobile/bgthietbiesim.jpg");
        background-position: bottom;
        min-height: 1300px;
    }
    .section-3-en {
        background-image: url("/images/esim/mobile/bgthietbiesimEn.jpg");
    }
}
@media (min-width: 575px) and (max-width: 768px) {
    .section-3 {
        min-height: 1100px;
    }
}
@media (max-width: 575px) {
    .section-3 {
        background-image: url("/images/esim/mobile/bgthietbiesim.jpg");
        min-height: 850px;
    }
    .section-3-en {
        background-image: url("/images/esim/mobile/bgthietbiesimEn.jpg");
    }
}
@media (max-width: 480px) {
    .section-3 {
        min-height: 780px;
    }
}
@media (max-width: 992px) {
    .section-3 .section-title-3 {
        text-align: center;
        padding-top: 30px;
    }
}
.section-3-item {
    margin-bottom: 30px;
}
@media (max-width: 992px) {
    .section-3-item {
        margin: 0;
    }
}
.section-3-item .icon {
    padding-bottom: 10px;
}
@media (max-width: 992px) {
    .section-3-item .icon {
        display: none;
    }
}
@media (max-width: 992px) {
    .section-3-item .content {
        display: none;
        text-align: center;
        font-size: 14px;
        margin-top: 30px;
    }
}
.section-3-item .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.section-3-item .content ul li {
    margin: 0;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
}
@media (max-width: 575px) {
    .section-3-item .content ul li {
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .section-3-item .content.active {
        display: block;
    }
}

@media (max-width: 768px) {
    .mobile-break {
        display: block;
    }
}
.step-4-content-step-description-mobile {
    display: none;
}
@media (max-width: 992px) {
    .step-4-content-step-description-mobile {
        display: block;
    }
}
.step-4-content-step-description-mobile .step-number {
    display: flex;
    justify-content: center;
}
.step-4-content-step-description-mobile .step-number .number {
    font-family: "VIE-HandelGothic";
    color: #FFF;
    width: 27px;
    height: 27px;
    background: #0B247A;
    text-align: center;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 5px 30px 5px;
    font-size: 14px;
    transition: all 0.1s ease-in-out;
}
.step-4-content-step-description-mobile .step-number .number.active {
    background: #EC1C24;
}
.step-4-content-step-description-mobile .step-number .number.complete {
    border-radius: 50%;
}
.step-4-content-step-description-mobile .step-content-text {
    font-size: 20px;
    font-family: "VIE-HandelGothic";
    transition: all 0.5s ease-in-out;
    display: none;
}
@media (max-width: 575px) {
    .step-4-content-step-description-mobile .step-content-text {
        font-size: 16px;
    }
}
.step-4-content-step-description-mobile .step-content-text.active {
    transition: all 0.1s ease-in-out;
    display: block;
}

.section-4 .section-title-3 {
    text-align: center;
}
.section-4 .section-title-3 h2 {
    color: #0B247A;
}
.section-4-content-step-1, .section-4-content-step-2 {
    background-color: #EFEFEF;
    border-radius: 10px;
    padding: 10px 50px;
    margin-top: 30px;
}
@media (max-width: 992px) {
    .section-4-content-step-1, .section-4-content-step-2 {
        padding: 10px 20px;
        position: relative;
    }
}
.section-4-content-step {
    display: flex;
    align-items: center;
    /*font-family: "VIE-HandelGothic";*/
}
@media (max-width: 992px) {
    .section-4-content-step {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}
.section-4-content-step .stt {
    font-size: 173px;
    font-weight: 700;
    color: #EC1C24;
    line-height: 1;
    width: 30%;
    font-family: "VIE-HandelGothic";
}
@media (min-width: 992px) and (max-width: 1200px) {
    .section-4-content-step .stt {
        font-size: 120px;
    }
}
@media (max-width: 992px) {
    .section-4-content-step .stt {
        font-size: 90px;
        text-align: end;
        position: absolute;
        right: 20px;
        width: auto;
        top: 10px;
    }
}
@media (max-width: 992px) {
    .section-4-content-step .stt-content {
        margin-right: auto;
    }
}
.section-4-content-step .stt-content-1 {
    color: #404040;
    font-size: 24px;
    font-weight: 700;
    font-family: "VIE-HandelGothic";
}
@media (min-width: 992px) and (max-width: 1200px) {
    .section-4-content-step .stt-content-1 {
        font-size: 18px;
    }
}
.section-4-content-step .stt-content-2 {
    color: #0B247A;
    font-size: 36px;
    font-weight: 700;
    font-family: "VIE-HandelGothic";
}
@media (min-width: 992px) and (max-width: 1200px) {
    .section-4-content-step .stt-content-2 {
        font-size: 24px;
    }
}
@media (max-width: 992px) {
    .section-4-content-step .stt-content-2 {
        font-size: 24px;
        padding-top: 70px;
        line-height: 1.3;
    }
}
.section-4 .tab-action {
    display: flex;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}
@media (max-width: 992px) {
    .section-4 .tab-action {
        background-color: #fff;
        border-radius: 10px;
        justify-content: center;
        padding: 10px 0;
        width: -moz-max-content;
        width: max-content;
    }
}
.section-4 .tab-action-item {
    margin: 0 10px;
    display: flex;
    align-items: center;
    color: #868686;
    line-height: 1;
}
.section-4 .tab-action-item .icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #868686;
    border-radius: 5px;
    width: 33px;
    height: 33px;
    font-size: 13px;
}
.section-4 .tab-action-item .icon i {
    font-size: 20px;
}
.section-4 .tab-action-item .text {
    font-size: 13px;
    font-family: "SF-Pro";
    font-weight: 700;
}
.section-4 .tab-action-item.active .icon {
    color: #FFF;
    border-color: #0B247A;
    background-color: #0B247A;
}
.section-4 .tab-action-item.active .text {
    color: #0B247A;
}

.slider-toogle {
    display: none;
}
.slider-toogle.active {
    display: block;
}

.slider-hdsd .slick-slide {
    display: flex;
    justify-content: center;
}
@media (max-width: 992px) {
    .slider-hdsd .slick-slide img {
        max-width: 80%;
    }
}

.slider-hdsd .slick-dots {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
.slider-hdsd .slick-dots li {
    margin-right: 10px;
    list-style: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.slider-hdsd .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(57, 180, 255, 0.3);
    border: none;
}
.slider-hdsd .slick-dots li.slick-active button {
    background: #EC1C24;
}

.slider-hdsd .slick-prev, .slider-hdsd .slick-next {
    border: none;
    position: absolute;
    top: 50%;
    background: transparent;
    z-index: 10;
}

.slider-hdsd .slick-prev {
    left: -20px;
}

.slider-hdsd .slick-next {
    right: -20px;
}

.slider-hdsd .slick-prev::before, .slider-hdsd .slick-next::before {
    color: #fff;
}

.section-5 .section-title-3 {
    padding-top: 70px;
    text-align: center;
}
@media (max-width: 992px) {
    .section-5 .section-title-3 {
        padding-top: 50px;
    }
}
.section-5 .section-title-3 h2 {
    color: #0B247A;
}
.section-5 .iframe-youtube {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.section-5 .iframe-youtube video {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
/*.section-5 .iframe-youtube::before {*/
/*    content: "";*/
/*    display: block;*/
/*    padding-top: 65%;*/
/*}*/
.section-5 .iframe-youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.section-6 {
    background-image: url("/images/esim/bggiacuocesim.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    margin-top: 100px;
}
@media (max-width: 992px) {
    .section-6 {
        padding-bottom: 50px;
        margin-top: 50px;
    }
}
.section-6 .section-title-3 {
    text-align: center;
}
.section-6-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 992px) {
    .section-6-list {
        display: block;
    }
}
.section-6-list-item {
    cursor: pointer;
    background-image: url("/images/esim/bggiacuoc1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
    /*font-family: "VIE-HandelGothic";*/
    font-size: 16px;
    font-weight: 700;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 202px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
    .section-6-list-item {
        min-height: 150px;
        margin-bottom: 10px;
    }
}
.section-6-list-item .t1 {
    color: #0B247A;
}
.section-6-list-item .price {
    font-size: 32px;
    color: #EC1C24;
    padding: 5px 0 10px 0;
}
.section-6-list-item .price span {
    font-size: 16px;
}
.section-6-list-item .t2 {
    font-weight: 400;
}
.section-6-list-item:hover {
    background-image: url("/images/esim/bggiacuoc2.jpg");
    color: #FFF;
}
.section-6-list-item:hover .t1 {
    color: #FFF;
}
.section-6-list-item:hover .price {
    color: #fff;
}

.section-7 .section-title-3 {
    text-align: center;
}
.section-7 .section-title-3 h2 {
    color: #0B247A;
}
.section-7-content {
    margin-bottom: 100px;
}
@media (max-width: 992px) {
    .section-7-content {
        margin-bottom: 40px;
    }
}
.section-7-content-page {
    display: none;
    transition: all 0.5s ease-in-out;
    min-height: 350px;
}
@media (min-width: 991px) and (max-width: 1200px) {
    .section-7-content-page {
        min-height: 375px;
    }
}
@media (max-width: 991px) {
    .lang-switcher .sub-menu li.is-active:after {
        right: -5px;
    }
}
@media (max-width: 575px) {
    .section-7-content-page {
        min-height: 400px;
    }
}
.section-7-content-page-item {
    border: 1px solid #E6E6E6;
    margin-bottom: 5px;
}
.section-7-content-page-item-title {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: transparent;
    color: #0B247A;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.section-7-content-page-item-title .icon {
    color: #EC1C24;
}
.section-7-content-page-item-title .text {
    font-weight: 700;
    /*font-family: "VIE-HandelGothic";*/
}
@media (max-width: 992px) {
    .section-7-content-page-item-title .text {
        font-size: 14px;
    }
}
.section-7-content-page-item-text {
    display: none;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
    font-family: "SVN-Gilroy", sans-serif ;
    font-size: 16px;
    padding: 20px 10px;
}
@media (max-width: 992px) {
    .section-7-content-page-item-text {
        font-size: 14px;
    }
}
.section-7-content-page-item-text p {
    margin: 0;
}
.section-7-content-page-item-text ul {
    padding-left: 20px;
}
.section-7-content-page-item-text li {
    list-style: none;
}
.section-7-content-page-item-text a {
    color: #000;
}
.section-7-content-page-item-text a:hover {
    text-decoration: none;
    color: #0B247A;
}
.section-7-content-page-item.active .section-7-content-page-item-title {
    background-color: #0B247A;
    color: #fff;
}
.section-7-content-page-item.active .section-7-content-page-item-text {
    display: block;
    transition: all 0.5s ease-in-out;
}
.section-7-content-page.active {
    display: block;
    transition: all 0.5s ease-in-out;
}

.page-content {
    position: relative;
}

.page-action {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    cursor: pointer;
}
@media (min-width: 400px) and (max-width: 768px) {
    .page-action {
        justify-content: start;
    }
}
.page-action-btn {
    color: #0B247A;
    border: 1px solid #0B247A;
    text-align: center;
    height: 44px;
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    border-radius: 5px;
    font-weight: 600;
    font-family: "SF-Pro";
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.page-action-btn:hover {
    background-color: #0B247A;
    color: #fff;
}
.page-action-btn:hover img {
    filter: brightness(0) saturate(1%) invert(100%) hue-rotate(120deg) brightness(93%) contrast(102%);
}
.page-action-next {
    padding: 0 40px;
    margin-left: 20px;
}
.page-action-next img {
    transform: rotate(180deg);
    margin-left: 5px;
}
@media (max-width: 575px) {
    .page-action-next {
        height: 35px;
        display: flex;
        margin-left: 10px;
        align-items: center;
        padding: 0 20px;
        font-size: 14px;
    }
    .page-action-next img {
        padding-left: 5px;
    }
}
.page-action-previous {
    width: 47px;
    height: 44px;
}
@media (max-width: 575px) {
    .page-action-previous {
        height: 35px;
        width: 40px;
    }
}

.page-number {
    height: 40px;
    font-family: "VIE-HandelGothic";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
@media (max-width: 400px) {
    .page-number {
        position: relative;
        top: unset;
        transform: unset;
        right: unset;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.page-number input {
    width: 30px;
    border: 1px solid #E6E6E6;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px;
}

.footer {
    background-image: url(/images/esim/bgfooter.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 30px 0;
    font-family: "VIE-HandelGothic";
    font-weight: 400;
    color: #fff;
    line-height: 1;
}
@media (max-width: 992px) {
    .footer {
        background-image: url(/images/esim/mobile/bgfooter.jpg);
    }
}
.footer-title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 20px;
}
@media (max-width: 992px) {
    .footer-title {
        text-align: center;
        font-size: 20px;
    }
}
.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer ul li {
    list-style: none;
    padding: 10px 0;
}
.footer ul li a {
    color: #fff;
}
.footer ul li a:hover {
    text-decoration: none;
}
.footer .social {
    display: flex;
}
@media (max-width: 992px) {
    .footer .social {
        justify-content: center;
    }
}
.footer .social a {
    padding-right: 10px;
}
.footer .store-download {
    display: flex;
}
@media (max-width: 992px) {
    .footer .store-download {
        justify-content: center;
    }
}
.footer .store-download a {
    padding-right: 5px;
}
.footer-info-item {
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.footer-info-item .icon {
    padding-right: 10px;
}
@media (max-width: 575px) {
    .footer-info-item .text {
        font-size: 14px;
    }
}
.footer-info-item-2 {
    display: flex;
}
@media (max-width: 575px) {
    .footer-info-item-2 {
        justify-content: space-between;
    }
}
.footer p.giay-chung-nhan {
    padding-top: 20px;
    line-height: 1.4;
}
@media (max-width: 575px) {
    .footer p.giay-chung-nhan {
        font-size: 14px;
    }
}

.border-top {
    margin-top: 30px;
    border-top: 1px solid #FFF;
}

.copyright {
    background-color: #0A1D5E;
    text-align: center;
    line-height: 1;
    font-family: "VIE-HandelGothic";
    color: #FFF;
    padding: 10px 0;
}
@media (max-width: 575px) {
    .copyright {
        font-size: 14px;
    }
}

.section-mobile {
    padding-bottom: 50px;
}
.section-mobile h1 {
    text-align: center;
    color: #0B247A;
    font-weight: 700;
    font-family: "VIE-HandelGothic";
    font-size: 36px;
}
.section-mobile h1 span {
    color: #EC1C24;
}
.section-mobile p {
    font-size: 14px;
    text-align: justify;
}

.vector-step {
    position: relative;
}
.vector-step-item {
    cursor: pointer;
    position: absolute;
    width: 198px;
    /*font-family: "VIE-HandelGothic";*/
    font-weight: 400;
}
.vector-step-item .stt {
    width: 34px;
    height: 34px;
    font-size: 18px;
    background-color: #0B247A;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    transition: all 0.25s ease-in-out;
}
.vector-step-item .text {
    padding-top: 10px;
    line-height: 1.2;
    /*text-align: justify;*/
    font-size: 16px;
    transition: all 0.25s ease-in-out;
}
.vector-step-item.active .stt {
    background-color: #EC1C24;
    transition: all 0.25s ease-in-out;
}
.vector-step-item.active .text {
    color: #EC1C24;
    transition: all 0.25s ease-in-out;
}
.vector-step-1 {
    top: -8px;
    left: 30px;
}
.vector-step-2 {
    top: -8px;
    right: 30px;
}
.vector-step-3 {
    top: 197px;
    right: 30px;
}
.vector-step-4 {
    top: 197px;
    left: 30px;
}
.vector-step-5 {
    top: 407px;
    right: 30px;
}
.vector-step-6 {
    top: 407px;
    left: 30px;
}
.vector-step-7 {
    top: 585px;
    right: 30px;
}
.vector-step-8 {
    top: 575px;
    left: 30px;
}
.vector-step-8 .stt {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
@media (min-width: 991px) and (max-width: 1200px) {
    .vector-step-1 {
        top: -8px;
        left: 30px;
    }
    .vector-step-2 {
        top: -8px;
        right: 30px;
    }
    .vector-step-3 {
        top: 157px;
        right: 30px;
    }
    .vector-step-4 {
        top: 157px;
        left: 30px;
    }
    .vector-step-5 {
        top: 330px;
        right: 30px;
    }
    .vector-step-6 {
        top: 330px;
        left: 30px;
    }
    .vector-step-7 {
        top: 475px;
        right: 30px;
    }
    .vector-step-8 {
        top: 465px;
        left: 30px;
    }
    .vector-step-8 .stt {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
}/*# sourceMappingURL=style.css.map */

@media (max-width: 350px) {
    .section-4-content-step .stt-content-2 , .section-4-content-step .stt-content-1 {
        font-size: 22px;
    }
    .section-4-content-step {
        flex-direction: row;
    }
    .section-4 .tab-action-item {
        margin: 0 3px;
    }

}
