.iXs.icoClock,
.iSm.icoClock,
.iMd.icoClock,
.iLg.icoClock,
.iXl.icoClock {
  background-image: url("../images/icons/ico-clock.svg");
}

.iXs.icoNet,
.iSm.icoNet,
.iMd.icoNet,
.iLg.icoNet,
.iXl.icoNet {
  background-image: url("../images/icons/ico-net.svg");
}

.iXs.icoCall,
.iSm.icoCall,
.iMd.icoCall,
.iLg.icoCall,
.iXl.icoCall {
  background-image: url("../images/icons/ico-call.svg");
}

.iXs.icoStar,
.iSm.icoStar,
.iMd.icoStar,
.iLg.icoStar,
.iXl.icoStar {
  background-image: url("../images/icons/ico-star.svg");
}

.iXs.icoCheck,
.iSm.icoCheck,
.iMd.icoCheck,
.iLg.icoCheck,
.iXl.icoCheck {
  background-image: url("../images/icons/ico-check-pink.svg");
}

.scContent {
  display: flex;
  flex-direction: column;
}

.mainContent {
  overflow: inherit;
}

.bannerCarousel {
  position: relative;
}
.bannerCarousel .bannerMain {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .bannerCarousel .bannerMain {
    border-radius: 16px;
  }
}
.bannerCarousel .owl-dots .owl-dot {
  background: #ffffff !important;
  border-color: #F5F5F5 !important;
}
.bannerCarousel .owl-dots .owl-dot.active {
  background-color: #19aaf8 !important;
  border: 1px solid #19aaf8 !important;
}
.bannerCarousel.dotIn .owl-dots {
  position: absolute;
  bottom: 10px;
  max-width: max-content;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.gulfLandingPage {
  background: #2cb0f3 url("../images/bg-rainbow-mobile.webp") center top no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .gulfLandingPage {
    background: #fcfeff url("../images/bg-rainbow-desktop.webp") center bottom no-repeat;
    background-size: 100% auto;
  }
}

.scVideo {
  text-align: center;
}
.scVideo .vdoWrapper {
  display: flex;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .scVideo .vdoWrapper {
    max-width: 768px;
  }
}
.scVideo .vdoWrapper .innerWrapper {
  display: flex;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
}
.scVideo .vdoWrapper .innerWrapper iframe {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.scCard .cardWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cardUnlimited {
  display: flex;
  margin-bottom: 16px;
}
.cardUnlimited .innerCard {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  width: 328px;
  border: 1px solid #D6D6D6;
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 8px;
  overflow: hidden;
}
.cardUnlimited .innerCard .imgCard {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.cardUnlimited .innerCard .contentCard {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.cardUnlimited .innerCard .contentCard .headCard {
  display: flex;
  flex-direction: column;
}
.cardUnlimited .innerCard .contentCard .titleTime {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cardUnlimited .innerCard .contentCard .titleTime p {
  display: flex;
}
.cardUnlimited .innerCard .contentCard .titleTime i {
  margin-right: 8px;
}
.cardUnlimited .innerCard .contentCard .bodyCard {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.cardUnlimited .innerCard .contentCard .bodyCard .packDetail {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
}
.cardUnlimited .innerCard .contentCard .bodyCard .packDetail li {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.cardUnlimited .innerCard .contentCard .packHilight {
  display: flex;
  padding: 10px;
  border-radius: 4px;
}
.cardUnlimited .innerCard .contentCard .packHilight ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: calc(100% - 16px);
  padding-left: 8px;
  list-style: none;
}
.cardUnlimited .innerCard .contentCard .packHilight ul li {
  display: flex;
  position: relative;
  padding-left: 12px;
  flex-direction: column;
}
.cardUnlimited .innerCard .contentCard .packHilight ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #767676;
  position: absolute;
  left: 0;
  top: 8px;
}
.cardUnlimited .innerCard .contentCard .footerCard {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.cardUnlimited .innerCard .contentCard .footerCard .innerFooter {
  display: flex;
  flex-direction: column;
  width: calc(100% - 130px);
}
.cardUnlimited .innerCard .contentCard .footerCard .totalCustomer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cardUnlimited .innerCard .contentCard .footerCard .specialPrice {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.cardUnlimited .innerCard .contentCard .footerCard .specialPrice p {
  display: flex;
  align-items: baseline;
}
.cardUnlimited .innerCard .contentCard .footerCard .specialPrice .lineThrough {
  text-decoration: line-through;
}
.cardUnlimited .innerCard .contentCard .footerCard .buttonControl {
  display: flex;
  width: 130px;
  justify-content: flex-end;
}
.cardUnlimited.soldOut {
  position: relative;
}
.cardUnlimited.soldOut::before {
  content: "";
  width: 128px;
  height: 124px;
  position: absolute;
  top: -11px;
  left: -10px;
  z-index: 1;
  background: url("../images/label-sold-out.png") center center no-repeat;
  background-size: 100% auto;
}
.cardUnlimited.soldOut .innerCard .imgCard {
  background: #000000;
}
.cardUnlimited.soldOut .innerCard .imgCard img {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .cardUnlimited .innerCard {
    width: 350px;
  }
}
@media only screen and (min-width: 991px) {
  .cardUnlimited {
    width: max-content;
    margin-right: 32px;
    margin-bottom: 32px;
  }
  .cardUnlimited:nth-child(2n) {
    margin-right: 0;
  }
}

.popupTheme {
  padding: 32px 0 !important;
  box-shadow: none;
}

.popupTheme .popupInner {
  border-radius: 8px;
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 992px) {
  .popupTheme .popupInner {
    width: 352px;
    padding: 24px 16px;
  }
}

.fancybox-content {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  top: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.fancybox-slide--html .fancybox-close-small svg {
  transform: scale(1.8);
}
.fancybox-slide--html .fancybox-close-small path {
  fill: #FFFFFF;
}

.titleHead {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.titleHead .tHead {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media only screen and (min-width: 992px) {
  .titleHead .tHead .tContent {
    margin-left: 8px;
  }
}
.titleHead.txtCenter {
  justify-content: center;
  text-align: center;
}
.titleHead.txtCenter h3 {
  width: 100%;
  justify-content: center;
}

.titlePage .titleBody {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
.titlePage .titleBody .cols {
  width: 100%;
  display: flex;
  margin-bottom: 12px;
}
.titlePage .titleBody .cols:last-child {
  margin-bottom: 0;
}
.titlePage .titleBody .cols > p {
  width: calc(100% - 42px);
}
.titlePage .titleBody [class*=ico] {
  margin-right: 8px;
}
.titlePage .titleBody .cols-thunder {
  display: flex;
  width: 100%;
  margin-top: 12px;
  flex-direction: column;
}
.titlePage .titleBody .cols-thunder figure {
  display: flex;
  width: 60px;
  margin-right: 10px;
}
.titlePage .titleBody .cols-thunder figure img {
  align-self: center;
}
.titlePage .titleBody .cols-thunder > p {
  display: inline-block;
  width: calc(100% - 60px);
}
.titlePage .titleBody .cols-thunder .innerCols {
  display: flex;
  width: 100%;
}
.titlePage .button-control {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 16px;
}
.titlePage .button-control .btn {
  width: 100%;
}

.listCaution {
  display: flex;
  margin-top: 16px;
  flex-direction: column;
}
.listCaution ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.listCaution ul li {
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
}
.listCaution ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: #1A1A1A;
  border-radius: 50%;
}

.scTerms .tcList .content {
  padding-top: 0;
}
.scTerms .tcList .content ul {
  margin-bottom: 0;
}
.scTerms .disc {
  list-style: disc;
}

.balloonWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.cardBalloon {
  display: flex;
  margin-bottom: 42px;
  width: 100%;
}
.cardBalloon:nth-child(2n) .innerBalloon .imgBox {
  order: 2;
}
.cardBalloon:nth-child(2n) .innerBalloon .contentBox {
  padding-left: 0;
  padding-right: 20px;
}
.cardBalloon:last-child {
  margin-bottom: 0;
}
.cardBalloon .innerBalloon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cardBalloon .innerBalloon .imgBox {
  display: flex;
  width: 120px;
  height: 120px;
  position: relative;
}
.cardBalloon .innerBalloon .imgBox > img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cardBalloon .innerBalloon .imgBox .tails {
  position: absolute;
  z-index: 0;
}
.cardBalloon .innerBalloon .imgBox .tails.t-1 {
  right: -8px;
  bottom: -66px;
}
.cardBalloon .innerBalloon .imgBox .tails.t-2 {
  left: -82px;
  bottom: -40px;
}
.cardBalloon .innerBalloon .imgBox .tails.t-3 {
  right: -80px;
  bottom: -38px;
}
.cardBalloon .innerBalloon .imgBox .tails.t-4 {
  left: 10px;
  bottom: -76px;
}
.cardBalloon .innerBalloon .contentBox {
  display: flex;
  width: calc(100% - 120px);
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .cardBalloon {
    max-width: 280px;
  }
  .cardBalloon .innerBalloon {
    flex-direction: column;
    justify-content: flex-start;
  }
  .cardBalloon .innerBalloon .imgBox {
    margin-bottom: 24px;
  }
  .cardBalloon .innerBalloon .contentBox {
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .cardBalloon:nth-child(2n) .innerBalloon .imgBox {
    order: 0;
  }
  .cardBalloon:nth-child(2n) .innerBalloon .contentBox {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .cardBalloon {
    max-width: 256px;
    margin-bottom: 0;
    margin-right: 32px;
  }
  .cardBalloon:last-child {
    margin-right: 0;
  }
}

.tableWrapper {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #19AAF8;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tableWrapper .tbHead {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.tableWrapper .tbBody {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.tableWrapper .tbBody .tdRow {
  justify-content: center;
  align-items: center;
}
.tableWrapper .thBox,
.tableWrapper .tdBox {
  display: flex;
  padding-left: 4px;
  padding-right: 4px;
  width: 50px;
}
.tableWrapper .thBox:first-child,
.tableWrapper .tdBox:first-child {
  padding-left: 12px;
}
.tableWrapper .thBox:first-child .tbInner,
.tableWrapper .tdBox:first-child .tbInner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.tableWrapper .thBox .tbInner,
.tableWrapper .tdBox .tbInner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tableWrapper .thBox {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tableWrapper .tdBox {
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: top;
}
.tableWrapper .tdBox .tbInner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tableWrapper .thRow,
.tableWrapper .tdRow {
  display: flex;
  width: 100%;
}
.tableWrapper .thRow .thBox:first-child,
.tableWrapper .thRow .tdBox:first-child,
.tableWrapper .tdRow .thBox:first-child,
.tableWrapper .tdRow .tdBox:first-child {
  width: calc(100% - 200px);
}
.tableWrapper .thRow {
  background: #FFFC88;
}
.tableWrapper .thRow .thBox:nth-child(2n) {
  background: #FDFDC9;
}
.tableWrapper .tdRow {
  background: #FFFFFF;
}
.tableWrapper .tdRow:nth-child(2n) {
  background: #a3deff;
  background: linear-gradient(90deg, rgba(163, 222, 255, 0.4990371148) 0%, rgba(231, 238, 244, 0.5046393557) 100%);
}
.tableWrapper .tbInner {
  display: flex;
  flex-direction: column;
}
.tableWrapper .tbInner > p {
  white-space: nowrap;
}
.tableWrapper .tbInner > span {
  white-space: nowrap;
}
.tableWrapper .tdBox {
  justify-content: center;
}
.tableWrapper .tdBox:first-child {
  justify-content: flex-start;
}
.tableWrapper .tdBox .tbInner p {
  margin-bottom: 0;
}
.tableWrapper .tdBox .tbInner > span {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .deviceWrapper .cardDevice:nth-child(2n) {
    margin-right: 16px;
  }

  .thunderBox {
    max-width: max-content;
    margin: 0 auto;
  }

  .listThunder ul {
    display: flex;
    flex-wrap: wrap;
  }
  .listThunder ul li {
    width: 50%;
  }
  .listThunder ul li:last-child {
    margin-bottom: 20px;
  }

  .titlePage .titleBody .cols > p {
    display: block;
  }

  .titlePage .titleBody.cols-3 .cols {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .listAppThunder {
    max-width: max-content;
    margin: 0 auto;
  }

  .titlePage .titleBody .cols-thunder {
    flex-direction: row;
    margin-bottom: 32px;
  }

  .titlePage .button-control {
    max-width: max-content;
  }
}
@media only screen and (min-width: 992px) {
  .mg-t-0D {
    margin-top: 0 !important;
  }

  .pd-t-0D {
    padding-top: 0 !important;
  }

  .titlePage {
    padding-bottom: 64px;
  }
  .titlePage .titleBody {
    max-width: 928px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .titlePage .titleBody .cols {
    width: max-content;
    margin: 0 60px;
  }
  .titlePage .titleBody .cols-thunder {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
  }
  .titlePage .titleBody .cols-thunder figure {
    margin-bottom: 0;
  }
  .titlePage .titleBody .cols-thunder .innerCols {
    width: max-content;
    margin-left: 64px;
    margin-top: 0;
    align-items: center;
  }
  .titlePage .titleBody .cols-thunder .button-control {
    margin-top: 0;
    width: max-content;
  }

  .listCaution ul li {
    padding-left: 30px;
  }
  .listCaution ul li::before {
    width: 4px;
    height: 4px;
    top: 10px;
    left: 12px;
  }

  .tablePackage {
    width: 736px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tablePackage .titleHead {
    width: calc(100% - 704px);
    text-align: left;
    align-items: flex-start;
    padding-right: 32px;
    margin-bottom: 0 !important;
  }
  .tablePackage .titleHead .tHead {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .tablePackage .tableWrapper {
    width: 100%;
    overflow: hidden;
  }

  .scTerms .container {
    max-width: 768px;
  }

  .titlePage .titleBody {
    max-width: 960px;
  }

  .titlePage .titleBody.cols-3 {
    justify-content: space-between;
  }
  .titlePage .titleBody.cols-3 .cols {
    margin: 0;
  }

  .titlePage .titleBody .icoCredit {
    width: 48px;
  }

  .titlePage .titleBody .cols > p {
    width: calc(100% - 56px);
  }

  .tableWrapper {
    border-radius: 15px;
  }

  .tableWrapper .thBox,
.tableWrapper .tdBox {
    width: 92px;
  }

  .tableWrapper .thRow .thBox:first-child,
.tableWrapper .thRow .tdBox:first-child,
.tableWrapper .tdRow .thBox:first-child,
.tableWrapper .tdRow .tdBox:first-child {
    width: calc(100% - 368px);
    align-items: center;
    justify-content: flex-start;
  }

  .tableWrapper .thBox {
    justify-content: center;
  }

  .balloonWrapper {
    max-width: 590px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .scDevices .container {
    max-width: 1152px;
  }

  .scDevices .deviceWrapper {
    max-width: 100%;
  }

  .deviceWrapper .cardDevice:nth-child(3n) {
    margin-right: 16px;
  }

  .tablePackage .titleHead {
    width: calc(100% - 704px);
  }

  .balloonWrapper {
    max-width: 100%;
    padding: 0;
  }

  .scCard {
    position: relative;
  }

  .scCard .cardWrapper {
    max-width: 760px;
    margin: 0 auto;
  }

  .heroBanner,
.scBreadCrumb {
    background-color: #ffffff;
  }

  .scVideo {
    position: relative;
    overflow: inherit;
  }
  .scVideo > .container {
    position: relative;
    z-index: 1;
  }
  .scVideo::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: -300px;
    left: 0;
    z-index: 0;
    background: white;
    background: linear-gradient(180deg, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  .d-xxs-none {
    display: none !important;
  }

  .d-xxs-block {
    display: block !important;
  }

  .tcList header {
    padding-left: 32px;
    padding-right: 25px;
  }

  .tcList header i.icoSearchBill {
    position: absolute;
    top: 16px;
    left: 6px;
    width: 24px;
    height: 24px;
    background-size: 100% auto;
  }

  .tcList header i.icoToggle {
    right: 12px;
  }

  .cardDevice .devicePrice a {
    min-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tableWrapper .thBox,
.tableWrapper .tdBox {
    width: 80px;
  }

  .tableWrapper .thRow .thBox:first-child,
.tableWrapper .thRow .tdBox:first-child,
.tableWrapper .tdRow .thBox:first-child,
.tableWrapper .tdRow .tdBox:first-child {
    width: calc(100% - 320px);
    align-items: center;
    justify-content: flex-start;
  }

  .tableWrapper .thBox {
    justify-content: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
  .cardUnlimited .innerCard {
    width: 100%;
  }

  .tableWrapper .tbInner > p {
    white-space: normal;
  }

  .tableWrapper .iMd {
    background-size: 16px auto;
  }
}