.c-red-gradient {
  background: linear-gradient(336deg,#00a5ff -3.01%,#1c8be5 -0.11%,#4d5db7 4.52%,#713b95 9.16%,#872781 13.21%,#90207a 15.53%,#a31a64 18.42%,#c41040 25.37%,#de0924 31.74%,#f00410 38.69%,#fb0104 45.06%,red 52.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 7px;
}
.-pd-start-list {
  padding-inline-start: 30px !important;
}
.-pd-start-15 {
  padding-inline-start: 15px !important;
}
.-pd-start-0 {
  padding-inline-start: 0px !important;
}
.-list li {
  margin-bottom: 8px;
}
.-list li:last-child {
  margin-bottom: 0px;
}
.btn-blue-outline {
  border: 1px solid #10b9f2;
  color: #10b9f2;
  font-family: var(--font-medium);
}
.btn-blue-outline:hover {
  color: #10b9f2;
  background: rgba(16, 185, 242, 0.1);
}

.group-txt {
  display: flex;
}
.group-txt .box-head {
  width: 25%;
}
.group-txt .box-txt {
  width: 75%;
}
.label-head {
  background-color: #003E92;
  color: #fff;
  width: fit-content;
  padding: 10px 12px;
  border-radius: 60px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  font-family: "better_togethermedium";
}
.label-head .icon-head {
  width: 40px;
}
.label-head .txt-free {
  background-color: #ffd50a;
  padding: 0 4px;
  color: #000000;
  margin-right: 5px;
}
.group-txt .mb-8 {
  margin-bottom: 8px !important;
}
.group-txt .mb-16 {
  margin-bottom: 16px !important;
}
.group-txt .row-button {
  display: flex;
  gap: 16px;
}
.calls-txt {

}
.calls-txt .press {
  margin-right: 15px;
  vertical-align: sub;
}
.calls-txt .num {
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 14px;
  display: inline-block;
  min-width: 35px;
  text-align: center;
  margin-right: 3px;
  vertical-align: top;
  color: var(--primary-color);
}
.calls-txt .icon-tel {
  background: var(--primary-color);
}
.calls-txt .icon-tel img {
  margin-top: -3px;
  
}
.calls-box {
  display: flex;
}

.calls-box .press {
  width: 8%;
  text-wrap: nowrap;
}

.calls-box .calls {
  width: 92%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.calls-box .btn.btn-primary-outline {
  cursor: default;
}

.calls-box .btn.btn-primary-outline:hover {
  background: var(--white-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  cursor: default;
}

.wrap-tc .tc-list {
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(309.52deg, #00C8FF -13.26%, #07C0F8 -7.38%, #1DACE8 0.45%, #408BCC 9.26%, #6F60A9 20.03%, #B3207A 31.78%, #CC1550 40.59%, #E20B2D 49.4%, #F20514 57.23%, #FB0105 65.06%, #FF0000 70.94%) border-box;
}
.wrap-tc .tc-list header {
  position: relative;
  padding: 20px 50px 20px 30px;
  cursor: pointer;
  font-size: 18px;
}
.wrap-tc .tc-list header .ico-caret {
  display: flex;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(0deg);
  background: url(/hubfs/45457732/assets_pages/ir/package-roaming/icon-angle-down-red.svg) center center no-repeat;
  background-size: 100% auto;
  transition: all 0.35s ease;
}
.wrap-tc .tc-list.active header .ico-caret {
  transform: translateY(-50%) rotate(-180deg);
}
.wrap-tc .tc-list .content {
  padding: 5px 30px 30px;
}
.wrap-tc .tc-list .content ol, .wrap-tc .tc-list .content ul {
  padding-inline-start: 30px;
}
.wrap-tc .tc-list .content ol li , .wrap-tc .tc-list .content ul li {
  margin-bottom: 8px;
}
.wrap-tc .tc-list .content ol li:last-child , .wrap-tc .tc-list .content ul li:last-child {
  margin-bottom: 8px;
}
.filter-img-white {
  filter: brightness(0) invert(1);
}
/*--- nav tabs ---*/
.nav-tabs-head {
    margin-bottom: 56px;
    display: flex;
    justify-content: center;
  }
  .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    border-bottom: 1px solid #e2e2e5;
    padding: 0 32px;
  }
  .nav-tabs .nav-item {
    text-align: center;
    font-family: "better_togethermedium";
    font-size: 20px;
    padding-bottom: 5px;
    cursor: pointer;
    position: relative;
  }
  .nav-tabs .nav-item.active .nav-name {
    background: linear-gradient(336deg, #00a5ff -3.01%, #1c8be5 -0.11%, #4d5db7 4.52%, #713b95 9.16%, #872781 13.21%, #90207a 15.53%, #a31a64 18.42%, #c41040 25.37%, #de0924 31.74%, #f00410 38.69%, #fb0104 45.06%, red 52.01%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-tabs .nav-item:after {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  visibility: hidden;
  background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(336deg, #00a5ff -3.01%, #1c8be5 -0.11%, #4d5db7 4.52%, #713b95 9.16%, #872781 13.21%, #90207a 15.53%, #a31a64 18.42%, #c41040 25.37%, #de0924 31.74%, #f00410 38.69%, #fb0104 45.06%, red 52.01%) border-box;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 10;
}
.nav-tabs .nav-item:hover .nav-name {
    background: linear-gradient(336deg, #00a5ff -3.01%, #1c8be5 -0.11%, #4d5db7 4.52%, #713b95 9.16%, #872781 13.21%, #90207a 15.53%, #a31a64 18.42%, #c41040 25.37%, #de0924 31.74%, #f00410 38.69%, #fb0104 45.06%, red 52.01%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-tabs .nav-item.active:after {
  visibility: visible;
  width: 100%;
}
.nav-tabs .nav-item:hover:after {
  visibility: visible;
  width: 100%;
}
.nav-tabs .nav-item .nav-icon {
  filter: brightness(0%);
}
.nav-tabs .nav-item.active .nav-icon {
  filter: unset;
}
.nav-tabs .nav-item:hover .nav-icon {
  filter: unset;
}

.nav-travel-pack .nav-travel-pack {
  font-size: 24px;
}
/*--- !nav tabs ---*/

/*--- section heading ---*/
.sc-heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 16px;
}
.sc-heading .box-label {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.sc-heading .txt-label {
  padding: 8px 24px 8px 24px;
  background: linear-gradient(90deg, #FFC800 0.28%, #FFBB08 100.28%);
  color: #fff;
  border-radius: 50px;
  line-height: 1;
}
/*--- !section heading ---*/


/*--- section package ---*/
.sc-travel-pack .pack-list {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-bottom: 50px;
}
.card-pack-travel {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  width: 342px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.04);
  transition: all .3s cubic-bezier(0, 0, .5, 1);
}
.card-pack-travel:hover {
  transform: scale3d(1.03, 1.03, 1.03);
  box-shadow: 0px 5.2px 31.2px 0px #0000004D;
}
.card-pack-travel .pack-title {
  padding: 16px 24px;
  text-align: center;
}
.card-pack-travel .pack-title .name {
  font-size: 24px;
  font-family: "better_togethermedium";
}
.card-pack-travel .pack-title .desc {
  color: #303C4661;
}
.card-pack-travel .pack-detail {
  padding: 24px;
  background: #F0F0F3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.card-pack-travel .pack-detail .days {
  display: flex;
  /* width: calc(100% - 110px); */
}
.card-pack-travel .pack-detail .txt-num {
  font-size: 30px;
}
.card-pack-travel .pack-detail .txt-unit {
  font-size: 16px;
}
.card-pack-travel .pack-detail .days div:first-child {
  position: relative;
  padding-right: 8px;
  margin-right: 4px;
}
.card-pack-travel .pack-detail .days div:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 1px;
  height: 25px;
  background: #303c46;
}
.card-pack-travel .pack-button {
  padding: 16px 24px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
.card-pack-travel .pack-country {
  padding: 8px 24px 0;
  text-align: center;
}
.card-pack-travel .pack-country .country-support {
  font-size: 20px;
  font-family: "better_togetherbold";
}
.card-pack-travel .pack-country .country-name {
  margin-bottom: 8px;
}
.card-pack-travel .pack-country  .icon-angle-right {
  margin-left: 5px;
  margin-top: -2px;
}
.card-pack-travel .row-details {
  padding-bottom: 20px;
}

.sc-sale-talk {
  display: flex;
  gap: 24px;
}
.sc-sale-talk .item {
  width: 50%;
  padding: 16px 24px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.sc-sale-talk .item .row-img {
  width: 25%;
  text-align: center;
}
.sc-sale-talk .item .row-img img {
  max-width: 110px;
}

.sc-sale-talk .item .row-detail {
  width: 75%;
}
.sc-sale-talk .item .row-detail .txt-title {
  font-size: 34px;
  font-family: "better_togethermedium";
  margin-bottom: 5px;
}
.sc-sale-talk .item .row-detail .txt-desc {
  font-size: 20px;
  font-family: "better_togethermedium";
}

.sc-sale-talk .esim-box {
  background: #242424;
  color: #fff;
}

.sc-sale-talk .stroe-box {
  background: linear-gradient(309.52deg, #00C8FF -13.26%, #07C0F8 -7.38%, #1DACE8 0.45%, #408BCC 9.26%, #6F60A9 20.03%, #B3207A 31.78%, #CC1550 40.59%, #E20B2D 49.4%, #F20514 57.23%, #FB0105 65.06%, #FF0000 70.94%);
  color: #fff;
}
.sc-sale-talk .logo-stroe {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  margin-top: -5px;
}
.sc-sale-talk .stroe-box .txt-title {
  display: flex;
  gap: 8px;
}
/*--- !section package ---*/

/*--- how to ---*/
.sc-howto {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 10px;
  justify-content: center;
}
.sc-howto .item {
  width: calc((100% - 40px) / 5);
  /* padding: 0 10px; */
  text-align: center;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  gap: 24px;
}
/*--- !how to ---*/
/*--- distributor ---*/
.distributor-box {
  background: #fff;
  border-radius: 24px;
  padding: 45px;
}
.distributor-box .item-list {
  display: flex;
  gap: 8px;
  font-size: 20px;
  align-items: center;
  font-family: "better_togetherbold"
}
.distributor-box .item-list .icon-check {
  width: 18px;
  height: 18px;
  margin-top: -3px;
}
/*--- !distributor ---*/

/*--- section call center ---*/
.sc-call-center {
  display: flex;
  gap: 24px;
}
.sc-call-center .call-center-item {
  width: 50%;
  background: #fff;
  border-radius: 16px;
  padding: 24px 32px;
}
.sc-call-center .call-center-item .txt-head {
  font-size: 28px;
  font-family: "better_togethermedium" !important;
  margin-bottom: 16px;
}
.sc-call-center .call-center-item .row-call {
  display: flex;
  gap: 16px;
  align-items: center;
}
.sc-call-center .call-center-item .row-call a {
  display: flex;
  gap: 5px;
  align-items: center;
}
.sc-call-center .call-center-item .row-call a img {
  margin-top: -2px;
}
/*--- !section call center ---*/

/*--- manual ---*/
.content-manual {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.content-manual .item-content {
  padding-bottom: 32px;
  border-bottom: 1px solid #ddd;
}
.content-manual .item-content:first-child {
  padding-top: 16px;
}
.content-manual .item-content:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.content-manual .calls-box .press {
  width: auto;
  padding-right: 20px;
}
.content-manual .example-box {
  background: #F7F7F7;
  padding: 24px 16px;
}
.content-manual .btn.btn-primary-outline {
  cursor: default;
}

.content-manual .btn.btn-primary-outline:hover {
  background: var(--white-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  cursor: default;
}
/*--- !manual ---*/

/*--- sc-card-coverflow ---*/
.pack-head-box {
  color: var(--white-color);
}
.pack-head-box .c-light-red {
  color: #FFB4A8;
}

.pack-head-box .icon-go-travel {
  max-width: 280px;
}

.insurance-box {
  background: linear-gradient(137.97deg, #FFFFFF 42.36%, #FFD8E7 63.92%, #E7DEFF 78.35%, #BEE9FF 100%) padding-box, linear-gradient(309.52deg, #00C8FF -13.26%, #07C0F8 -7.38%, #1DACE8 0.45%, #408BCC 9.26%, #6F60A9 20.03%, #B3207A 31.78%, #CC1550 40.59%, #E20B2D 49.4%, #F20514 57.23%, #FB0105 65.06%, #FF0000 70.94%) border-box;
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 15px 24px;
  width: fit-content;
  color: #303C46;
}
.insurance-box .title-box {
  margin-bottom: 5px;
}
.insurance-box .title-box .icon-gift {
  margin-top: -7px;
  margin-right: 5px;
}
.insurance-box ul {
  padding-inline-start: 50px;
}

.sc-card-coverflow {
      position: relative;
}
.sc-card-coverflow .swiper-ir-pack .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
  width: 312px !important;
}
.sc-card-coverflow .swiper-button-next {
  width: 45px;
  height: 45px;
  font-weight: 700;
  background: #fff;
  border-radius: 30px;
  position: absolute;
  right: -20px;
  box-shadow: 0px 2px 4px 0px #60617029;
}
.sc-card-coverflow .swiper-button-next:after {
  font-size: 22px;
  font-weight: 700;
  color: red;
}
.sc-card-coverflow .swiper-button-prev {
  width: 45px;
  height: 45px;
  font-weight: 700;
  background: #fff;
  border-radius: 30px;
  position: absolute;
  left: -20px;
  box-shadow: 0px 2px 4px 0px #60617029;
}
.sc-card-coverflow .swiper-button-prev:after {
  font-size: 22px;
  font-weight: 700;
  color: red;
  margin-left: -7px;
}
/*--- !sc-card-coverflow ---*/

/*--- distribution ---*/
.distribution-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }
  .distribution-box .distribution-list {
    max-width: 700px;
    width: 100%;
  }
  .distribution-box .distribution-list .txt-head {
    font-size: 24px;
    font-family: "better_togethermedium";
    margin-bottom: 16px;
  }
  .distribution-box .distribution-list .shop-list {
    display: flex;
    gap: 32px;
    justify-content: center;
  }
  .distribution-box .distribution-list .shop-logo {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    justify-content: center;
  }
  .distribution-box .distribution-list .shop-logo img {
    width: 100px;
    border-radius: 24px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.04);
  }
  .distribution-box .distribution-list .shop-name {
    text-align: center;
    font-family: "better_togethermedium";
  }
/*--- !distribution ---*/

.addon-pack-slide .pd {
  padding: 35px 0px;
}

.manual-tel-sms {
  background: #fff;
    border: 1px solid #f0f0f3;
    border-radius: 16px;
    overflow: hidden;
    padding: 24px 32px;
    margin: 0 16px;
}

@media (max-width: 991px) {
 .sc-card-coverflow {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 40px; */
  }
  .sc-travel-pack .pack-list {
    flex-wrap: wrap;
  }
  /* .pack-head-box {
    margin-bottom: 40px;
  } */
  .sc-roaming-pack .pack-head-box {
    margin-bottom: 40px;
  }
  .sc-howto { 
    row-gap: 30px;
  }
  .sc-howto .item {
    width: calc((100% - 20px) / 3);
  }
  /* .sc-roaming-pack .row {
    flex-direction: column-reverse;
  } */
  .addon-pack-slide .ao-slide-package {
    padding-right: 20px;
  }
  .addon-pack-slide .pd {
    padding: 35px 10px;
  }
}

@media (max-width: 768px) {
  .sc-card-coverflow .swiper-button-next {
    right: -7px;
  }
  .sc-card-coverflow .swiper-button-prev {
    left: -7px;
  }
  .sc-sale-talk {
    flex-wrap: wrap;
  }
  .sc-sale-talk .item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sc-heading .box-label {
    flex-direction: column;
    gap: 16px;
  }
  .sc-call-center {
    flex-wrap: wrap;
  }
  .sc-call-center .call-center-item {
    width: 100%;
  }
  .sc-privileges .privileges-head {
    padding-top: 120px;
    padding-bottom: 250px;
  }
  .group-txt {
    flex-direction: column;
    gap: 24px;
  }
  .group-txt .box-head {
    width: 100%;
  }
  .group-txt .box-txt {
    width: 100%;
  }
  .group-txt .box-txt .row {
    gap: 16px;
  }
  .nav-tabs .nav-item {
    font-size: 16px;
  }
  .terms-container {
    padding: 0;
  }
  .content-manual .btn.btn-primary-outline {
    font-size: 12px;
    padding: 5px 10px;
  }

  .calls-box {
    align-items: flex-start !important;
  }

  .calls-box .btn.btn-primary-outline {
    font-size: 12px;
    padding: 5px 10px;
  }
  .calls-box .calls img {
    width: 35px;
  }
  .label-head {
    font-size: 14px;
    padding: 7px 12px;
  }
  .label-head .icon-head {
    width: 30px;
  }
}

@media (max-width: 575px) {
  .sc-howto .item {
    width: calc((100% - 10px) / 2);
  }
  .sc-howto .item:last-child {
    width: 60%;
  }
  .sc-card-coverflow .swiper-ir-pack .swiper-slide {
    width: 230px !important;
  }
  .sc-sale-talk .item {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .nav-tabs .nav-item {
    font-size: 14px;
  }
  .sc-sale-talk .item {
    padding: 16px 5px;
  }
  .sc-sale-talk .item .row-img img {
    max-width: 80px;
  }
  .sc-sale-talk .item .row-detail .txt-title {
    font-size: 24px;
  }
  .sc-sale-talk .item .row-detail .txt-desc {
    font-size: 18px;
  }
  .sc-sale-talk .stroe-box .txt-title {
    flex-direction: column;
  }
  .sc-roaming-pack .row-card {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-card-coverflow .swiper-button-next {
    right: 5px;
    width: 35px;
    height:35px;
  }
  .sc-card-coverflow .swiper-button-next:after {
    font-size: 16px;
  }
  .sc-card-coverflow .swiper-button-prev {
    width: 35px;
    height: 35px;
    left: 5px;
  }
  .sc-card-coverflow .swiper-button-prev:after {
    font-size: 16px;
  }
  .addon-pack-slide .ao-slide-package {
    margin-top: 0 !important;
  }
  .distribution-box .distribution-list .shop-logo img {
    width: 60px;
    border-radius: 16px;
  }
  .distributor-box {
    padding: 30px;
  }
  .distributor-box .item-list {
    font-size: 18px;
  }
      .calls-box .calls img {
        width: 28px;
    }
}

