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

.iXs.icodtacOnline,
.iSm.icodtacOnline,
.iMd.icodtacOnline,
.iLg.icodtacOnline,
.iXl.icodtacOnline {
    background-image: url("../images/icons/icon-dtaconline.svg");
}

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

.tcList header i.icoToggle {
    position: absolute;
    top: 20px;
    right: 16px;
    background: url("../images/icons/ico-plusBlue.svg") center center no-repeat;
    background-size: 100% auto;
    transition: all 0.3s ease;
}

.tcList.active header i.icoToggle {
    background: url("../images/icons/ico-minusBlue.svg") center center no-repeat;
    background-size: 100% auto;
    transform: rotate(180deg);
}

.iXs.icodtacBranch,
.iSm.icodtacBranch,
.iMd.icodtacBranch,
.iLg.icdtacBranche,
.iXl.icodtacBranch {
    background-image: url("../images/icons/icon-dtac-branch.svg");
}

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

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

.iXs.icoCreditEnquiry,
.iSm.icoCreditEnquiry,
.iMd.icoCreditEnquiry,
.iLg.icoCreditEnquiry,
.iXl.icoCreditEnquiry {
    background-image: url("../images/icons/icon-credit-enquiry.svg");
}

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

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


.iXs.icoTell,
.iSm.icoTell,
.iMd.icoTell,
.iLg.icoTell,
.iXl.icoTell {
    background-image: url("../images/icons/ico-Tell.png");
    background-size: 100% auto;
    width: 18px;
    height: 14px;
}

.line-through {
    text-decoration: line-through;
}

.btnArrow {
    position: relative;
}

.btnArrow::after {
    content: "";
    width: 12px;
    height: 14px;
    right: 0;
    top: 50%;
    margin-top: -1px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    transform: translateY(-50%);
}

.btnArrow.btnBlue::after {
    background-image: url("../images/icons/arrowLink-blue.svg");
}

.cGradientNewCoXl {
    background: linear-gradient(90deg, #FF0000 0%, #FF0000 20%, #FF00A6 40%, #00A6FF 70%, #00A6FF 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cGradientNewCoM {
    background: linear-gradient(90deg, #FF0000 40%, #FF0000 40%, #FF00A6 45%, #00A6FF 60%, #00A6FF 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cGradientNewCoS {
    background: linear-gradient(90deg, #FF0000 0%, #FF0000 15%, #FF00A6 45%, #00A6FF 85%, #00A6FF 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cGradientNewCoXs {
    background: linear-gradient(90deg, #FF0000 0%, #FF0000 14%, #FF00A6 25%, #00A6FF 78%, #00A6FF 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cGradientNewCo {
    background: linear-gradient(90deg, #FF0000 0%, #FF0000 20%, #FF00A6 40%, #00A6FF 70%, #00A6FF 0%);
    /* // background: linear-gradient(45deg, #ED1C24 0%, #ED1C24 30%, #FF0064 45%, #00C8FF 60%, #00C8FF 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bGradientNewCo {
    background: linear-gradient(90deg, #FF0000 15%, #FF0000 20%, #FF00A6 50%, #00A6FF 85%, #00A6FF 50%);
}

/* style header footer */
.main-header {
    display: flex;
    height: 80px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.logo {
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    width: 38px;
    justify-content: center;
}

.logo img {
    width: 100%;
    align-self: center;
}

.main-header .container {
    position: relative;
}

.select-language {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 5;
    padding: 12px;
    border: 1px solid rgba(240, 240, 240, 0);
}

.select-language.active {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid rgba(240, 240, 240, 1);
}

.select-language.active .dropdownLanguage {
    position: relative;
    display: flex;
}

.select-language .buttonLanguage {
    display: flex;
    cursor: pointer;
    width: 32px;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    padding-top: 4px;
    color: rgba(118, 118, 118, 1);
    border: 1px solid rgba(118, 118, 118, 1);
}

.select-language .dropdownLanguage {
    display: none;
    position: relative;
    left: 0;
    right: 0;
    margin: 12px auto 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.select-language .dropdownLanguage a {
    display: flex;
    width: 32px;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 50%;
    text-decoration: none;
    overflow: hidden;
    padding-top: 4px;
    color: rgba(118, 118, 118, 1);
    border: 1px solid rgba(118, 118, 118, 1);
}

.bannerMain {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

footer {
    padding: 20px 15px;
    border-top: 1px solid #D6D6D6;
}

@media only screen and (max-width: 991px) {
    .main-header {
        height: 64px;
    }
}

@media (min-width: 992px) {
    .bannerHero {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 767px) {
    .bannerHero {
        padding-left: 0;
        padding-right: 0;
    }

    .select-block .select-default {
        width: 100%;
    }
}

.wrap-box-db {
    display: inline-block;
    padding-right: 16px;
}

@media (max-width: 767px) {
    .bannerHero {
        padding-left: 0;
        padding-right: 0;
    }
}

.wrap-box-db {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .table-package .owl-theme .owl-nav {
        position: absolute;
        top: 52.5%;
        width: 100%;
        left: 0;
    }

    .btn.btnCategory {
        font-size: 14px;
    }
}

.cRed {
    color: #ff0000;
}

.table-slider .table-package-container .table-package tr td {
    vertical-align: middle;
}

.tcList .content li>a {
    display: inline-block !important;
}

.buttonLinks .btn {
    color: #000000;
}

.buttonLinks .btn.active {
    color: #ffffff;
}

.awImagesPopup {
    max-width: 700px;
    padding: 0;
    border-radius: 8px;
}

.fancybox-slide--html .awImagesPopup .fancybox-close-small {
    top: 20px;
    right: 20px;
}

.table-bank-2020 tbody tr:first-child td {
    width: 100%;
}

.tabS9 .sec-onlinestore .center-inner {
    min-height: auto;
}

.sec-onlinestore .center-inner ul {
    padding: 0;
    padding-bottom: 16px;
    margin: 0;
}

.sec-onlinestore .center-inner ul li {
    list-style: none;
    padding: 4px 0;
    position: relative;
    padding-left: 30px;
}

.sec-onlinestore .center-inner ul li i {
    position: absolute;
    top: 2px;
    left: 0;
}

.sec-onlinestore .center-inner ul li {
    list-style: none;
    padding: 4px 0;
    position: relative;
    padding-left: 30px;
}

.sec-onlinestore .center-inner ul li i {
    position: absolute;
    top: 2px;
    left: 0;
}

.table-package-container .table-title tr th div {
    font-size: 16px !important;
}

.inner-topic h3 span {
    font-size: unset;
    line-height: 1;
}

.scPre-order {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.scPre-order .-Wrap {
    max-width: 735px;
    width: 100%;
    box-shadow: -1px 4px 8px rgba(96, 97, 112, 0.16);
    background: rgba(231, 238, 244, 0.4);
    border-radius: 8px;
}

.scPre-order .-Wrap .innerWrap {
    border-bottom: 1px solid #d6d6d6;
}

/* scBoxSet */
.scBoxSet .innerSet {
    margin: 0;
    padding: 0;
}

.scBoxSet .innerSet li {
    list-style: none;
}

.en .scBoxSet .innerSet .iconItem {
    max-width: 330px;
    width: 100%;
}

.scBoxSet .innerSet .iconItem .-images {
    background: #00c8ff;
    width: 100%;
    text-align: center;
}

.scBoxSet .innerSet .iconItem .items-device {
    background: #e8fdff;
    text-align: center;
    width: 100%;
    min-height: 120px;
}

.scBoxSet .innerSet .iconItem .items-device p a {
    cursor: pointer;
}

.fancybox__slide {
    padding: 15px;
}

/* .scBoxSet .innerSet .iconItem .items-device {
              display: flex;
              flex-direction: column;
              text-align: center;
          } */
.scBoxSet .innerSet .iconItem {
    border-radius: 15px;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
    overflow: hidden;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 8px;
}

.scBoxSet .innerSet .iconItem .items-device p:last-child span {
    letter-spacing: 0.25px;
}

.scBoxSet .innerSet .iconItem .items-device p span.letter {
    letter-spacing: 0.5px;
    padding-bottom: 4px;
    display: inline-block;
}

.table-slider .owl-carousel {
    display: block;
}

.scBoxSet .innerSet.owl-carousel {
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.scBoxSet .innerSet .iconItem img {
    height: 50px;
    width: auto;
    margin: 0 auto;
}

.tcShopdeemeekuen {
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
}

.cBlue- {
    color: #00c8ff;
}

.remark {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
}

.dtaconlinestore {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
}

.dtaconlinestore p.detail {
    background: #fff;
}

.dtaconlinestore p.head {
    background: #00c8ff;
    color: #fff;
}

.tableDtacDefault .tableBank .table tbody td:first-child {
    width: 95px;
}

.table-bank-2020 tbody td:nth-child(2) {
    padding: 0 !important;
    padding-right: 12px !important;
}

.table-bank-2020 tbody tr td:last-child {
    padding-right: 0 !important;
}

.table-bank-2020 tbody tr td {
    padding-right: 12px !important;
}

@media (min-width: 768px) {
    .tableDtacDefault .tableBank .table tbody td:first-child {
        width: 125px;
    }

    .sec-onlinestore .center-inner {
        min-height: 80px;
        height: 100%;
    }

    .sec-onlinestore .top-inner .text {
        min-height: 56px;
        height: auto;
    }

    .popupPackSlider .innerWrapper .cardDevice {
        margin: 0 16px;
    }
}

@media (max-width: 767px) {
    .popupPackSlider .innerWrapper .cardDevice {
        margin-right: 16px;
    }

    .table-package-container .table-title tr:nth-child(3) th div,
    .table-package-container .table-title.customer tr:nth-child(1) th div {
        font-size: 14px !important;
    }

    .scBoxSet .innerSet .iconItem img {
        height: 45px;
    }

    .scPre-order .btnControl a {
        width: 100%;
    }

    .dtaconlinestore {
        margin-top: 30px;
        border-radius: 8px;
    }

    .sec-onlinestore {
        margin: 0 auto;
    }

    .scPre-order .-Wrap {
        max-width: 380px;
        width: 100%;
        margin: 0 auto;
    }

    .sec-onlinestore {
        max-width: 380px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .scBoxSet .innerSet .iconItem .items-device {
        min-height: 115px;
    }

    .tableBank .table img {
        height: 50px;
        width: auto;
    }
}

@media (max-width: 480px) {
    .wrap-box-db {
        width: 100%;
    }
}

.scBoxSet .innerSet .iconItem .-images {
    height: 50px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scBoxSet .innerSet .iconItem .-images p {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 1 !important;
}

.scBoxSet .innerSet .iconItem .items-device img {
    height: 50px;
    width: auto;
}

.scBoxSet .innerSet .iconItem img {
    margin: 0 auto;
}

.scBoxSet .innerSet .iconItem .-images .icoCreditCard {
    margin-right: 8px;
}

.scBoxSet .innerSet .iconItem img.icoCreditCard {
    height: auto;
    width: 31px;
    margin: 0 auto;
}

.navCategory .cateWrapper {
    display: flex;
    width: 100%;
}

.navCategory .cateWrapper .btn {
    height: 42px;
    min-width: 186px;
    justify-content: center;
}

.navCategory {
    margin-right: 0;
}

.btnArrow.btnBlue {
    color: #007ad0 !important;
}

@media only screen and (max-width: 767px) {
    .navCategory .cateWrapper .btn {
        min-width: 160px;
    }
}

.deviceSlide .cardDevice {
    width: 288px;
    min-width: inherit;
    max-width: 100%;
    text-align: left;
}

.RDetail .RHead {
    padding: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
}

.RDetail .RHead p {
    padding-left: 4px;
}

.RDetail .RList {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 8px;
    border-radius: 0 0 8px 8px;
}

.deviceSlide .owl-carousel .owl-stage {
    margin: 0 auto;
}

.owl-carousel .owl-item {
    /* width: 288px !important; */
}

.devicePrice>p>u {
    text-decoration: line-through;
}

.devicePrice .btnControl a {
    width: 100%;
}

.item.cardGiftset {
    padding: 2px;
    background: linear-gradient(90deg, #ff0000 15%, #ff0000 20%, #ff00a6 50%, #00a6ff 85%, #00a6ff 50%);
    border-radius: 12px;
    width: 300px;
    max-width: 100%;
}

.item.cardGiftset .wrapGiftset .textItem.cardLink {
    justify-content: space-between;
}

.cardGiftset .wrapGiftset {
    border-radius: 8px;
    background: #fff;
    padding: 12px;
}

.cardGiftset .wrapGiftset .textLink {
    color: #19aaf8;
}

.cardGiftset .wrapGiftset .imagesItem img {
    max-width: 120px;
    width: 100%;
    /* height: 100%; */
}

.cardGiftset .wrapGiftset .imagesItem {
    display: flex;
    align-items: center;
    height: 120px;
    width: 100%;
}

.cardGiftset .wrapGiftset .textItem {
    /* display: flex;
              flex-wrap: wrap;*/
    display: flex;
    flex-direction: column;
    min-height: 130px;
    max-height: 150px;
    overflow: hidden;
    /* align-content: flex-start; */
}

.en .cardGiftset .wrapGiftset .textItem {
    min-height: 185px;
    max-height: 200px;
}

.time-presale {
    padding: 2px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
}

.time-presale:hover {
    background: linear-gradient(270deg, #ff0000 10%, #ff00a6 50%, #00a6ff 90%);
}

.time-presale:hover .button-control {
    background: #fff;
}

.time-presale .button-control {
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
    border-radius: 4px;
}

.time-presale .button-control a {
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.time-presale .button-control a:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ff0000 15%, #ff0000 20%, #ff00a6 50%, #00a6ff 85%, #00a6ff 50%);
}

.time-presale .button-control a:hover::after {
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.time-presale .button-control a:hover span {
    background: linear-gradient(90deg, #ff0000 15%, #ff0000 20%, #ff00a6 50%, #00a6ff 85%, #00a6ff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.time-presale .button-control a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ff0000 15%, #ff0000 20%, #ff00a6 50%, #00a6ff 85%, #00a6ff 50%);
    transition: all 0.3s ease-in-out 0s;
    z-index: 0;
}

.time-presale .button-control a span {
    color: #fff;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .bannerHero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .contentTradein {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .dtaconlinestore .btn {
        width: 100%;
    }
}

.navCategory {
    margin-right: 0;
    display: flex;
    flex-direction: column;
}

.cateWrapper .navButtons:last-child {
    margin-right: 0;
}

.cateWrapper .navButtons {
    display: flex;
    flex-direction: column;
    margin-right: 16px;
    align-items: center;
    text-align: center;
    color: #1a1a1a;
    padding: 10px 8px;
    min-width: 99px;
    min-height: 99px;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    text-decoration: none;
    transition: all 0.35s ease-in-out 0s;
    background: #fff;
}

.cateWrapper .navButtons span {
    margin-top: 8px;
    justify-content: center;
    display: flex;
    min-width: 83px;
}

.cateWrapper .navButtons:hover,
.cateWrapper .navButtons.active {
    background: #e7eef4;
    border-color: #d6d6d6;
    color: #1a1a1a;
}

.scbtnControl .btnControl a {
    margin-bottom: 8px;
    color: #fff;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .cateWrapper .navButtons {
        width: 104px;
        margin-bottom: 0;
    }

    .scbtnControl .btnControl a {
        margin-right: 8px;
        max-width: 190px;
        width: 100%;
        color: #fff;
        margin-bottom: 0;
    }

    .scbtnControl .btnControl a:last-child {
        margin-right: 0;
    }
}

.tcList {
    border: transparent;
    border-bottom: 1px solid #DEE2E6;
}


.tcList .content ol {
    counter-reset: item;
}

.tcList .content ol>li {
    display: block;
}

.tcList .content ol>li:before {
    content: counters(item, ".") " . ";
    counter-increment: item;
}

.dtac-2020_tabs-control,
.btn-tabs-control {
    /* border-bottom: 1px solid #e4e4e4; */
    display: inline-block;
    width: 100%;
    text-align: left;
}

#tab-fixed.inner-tabs-control,
#tab2-fixed.inner-tabs-control {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

// #tab-fixed.inner-tabs-control .container,
// #tab2-fixed.inner-tabs-control .container {
//   padding: 0;
// }

.dtac-2020_tabs-control .inner-tabs-control,
.btn-tabs-control .inner-btn-tabs-control {
    z-index: 5 !important;
    overflow: visible;
}

.tabs-container.tabs-icon {
    bottom: 0;
    background-color: #fff;
    /* border-bottom: 1px solid #dee2e6; */
}

.inner-tabs-control.fixed .tabs-container.tabs-icon,
.inner-btn-tabs-control.fixed .tabs-container.tabs-icon {
    padding: 0;
}

@media only screen and (min-width: 992px) {

    .dtac-2020_tabs-control .inner-tabs-control,
    .btn-tabs-control .inner-btn-tabs-control {
        position: relative;
        top: 0;
        z-index: 200;
        width: 100%;
        transition: all 0.1s ease-in-out 0s;
    }

    .inner-tabs-control.fixed,
    .inner-btn-tabs-control.fixed {
        position: fixed;
        top: 0;
        z-index: 200;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .tcList:nth-child(n+2) {
        margin-top: 16px;
    }
}

.navTabs .inner-tabs-control {
    animation-name: inherit;
}

.navTabs .inner-tabs-control.fixed .tabsWrapper {
    position: static;
}

.navCategory .cateWrapper {
    position: relative;
    z-index: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
}

.navCategory .cateWrapper::-webkit-scrollbar {
    display: none;
}

.navTabs .inner-tabs-control.fixed .tabs-container {
    border-bottom: none;
    position: relative;
    z-index: 999999;
}

.navTabs .inner-tabs-control.fixed {
    animation: showTabs 0.35s linear 0s 1 forwards;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

.navTabs .inner-tabs-control.fixed::before {
    content: "";
    position: absolute;
    left: -1000px;
    right: -1000px;
    background: #fff;
    height: 60px;
}

section.scContent.scBannerHero {
    z-index: 0;
    position: relative;
}

.detailTabs .btn-tabs-control {
    animation-name: inherit;
}

.detailTabs .btn-tabs-control.fixed {
    animation: showTabs 0.35s linear 0s 1 forwards;
    z-index: 999999999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

@media only screen and (min-width: 768px) {
    .detailTabs .btn-tabs-control.fixed {
        top: 25px;
    }

    .tabsContent .btn-tabs-control .inner-btn-tabs-control a {
        width: auto;
    }

    .contentTradein {
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 767px) {
    .navTabs .inner-tabs-control.fixed .tabs-container {
        padding-top: 20px;
    }

    .detailTabs .detailTabs .btn-tabs-control.fixed {
        top: 90px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .en .tabsControl .navTabs.Tabs_1 .navButton {
        height: 80px;
        line-height: 1;
        min-width: 85px;
        width: 100%;
    }

    .navCategory .cateWrapper {
        background: transparent;
    }

    .navCategory,
    navButtons {
        z-index: 0 !important;
        position: relative !important;
    }

    .detailTabs #tabs-2 .detailTabs .btn-tabs-control.fixed {
        top: 75px;
    }

    .contentTradein {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

@keyframes showTabs {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.PackMobileCare {
    position: relative;
    z-index: 5;
}

.navCategory .cateWrapper {
    position: relative;
    z-index: 0;
}

.detailTabs {
    z-index: 5;
}

.PackMobileCare.active {
    margin-top: 200px;
}

.tableDtacDefault thead tr th {
    background: transparent;
}

.tableDtacDefault thead tr th,
.tableDtacDefault tbody tr td,
.tableDtacDefault tfoot tr td {
    padding: 8px 12px;
    border: none;
}

.tableDtacDefault thead tr th {
    vertical-align: middle;
}

.packMnp .packageSlider .cardDevice {
    width: 320px;
}

@media only screen and (max-width: 767px) {
    .PackMobileCare.active {
        margin-top: 260px;
    }
}

.scPre-order {
    border-radius: 8px;
}

.sec-onlinestore {
    border-radius: 8px;
    padding: 16px;
}

.deviceSlide .cardDevice {
    padding: 24px 16px 16px;
}

.scTradein .buttonControl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.scTradein .buttonControl .btn {
    width: 100%;
    max-width: 100%;
}

.scTradein .buttonControl .btn:first-child {
    margin-bottom: 12px;
}

.scTradein .buttonControl .btn.btnOutline {
    background: #ffffff;
}

.specailGiftSlide .owl-carousel.owl-drag .owl-item {
    display: flex;
}

.specailGiftSlide .owl-carousel .owl-stage {
    display: flex;
}

.specailGiftSlide .wrapGiftset {
    height: 100%;
}

.AppleService .cardGiftset .wrapGiftset .imagesItem img {
    transition: all 0.35s ease-in-out 0s;
}

.AppleService .cardGiftset:hover .wrapGiftset .imagesItem img {
    max-width: 145px;
}

.AppleService .cardGiftset .wrapGiftset .imagesItem {
    justify-content: center;
}

.AppleService .cardGiftset .wrapGiftset .textItem {
    min-height: 70px;
    max-height: 100px;
}

.AppleService .item.cardGiftset {
    background: #e5e5e5;
    box-shadow: 3px 2px 6px 0px rgba(96, 97, 112, 0.16);
}

.AppleService .owl-carousel .owl-stage {
    display: flex;
    padding-bottom: 10px;
}

.cardDevice {
    box-shadow: 0px 4px 8px 0px rgba(96, 97, 112, 0.16);
}

.PackMobileCare .owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
    padding-left: 5px;
}

.PackMobileCare .navCategory .cateWrapper {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 5px;
}

.PackMobileCare .navTabs .tabsWrapper {
    justify-content: flex-start !important;
}

.PackMobileCare .navTabs .navButton,
.PackMobileCare .navTabs .navButton1,
.PackMobileCare .navTabs .navButtons {
    width: auto;
}

.PackMobileCare .navTabs .navButton {
    width: 50%;
}

.PackMobileCare .navTabs .navButton.active span {
    font-family: "better_togethermedium" !important;
}

.PackMobileCare .tabs-container.tabs-icon {
    border-bottom: none;
}

.PackMobileCare .navCategory .cateWrapper .btn {
    padding: 0 16px;
    border-radius: 8px;
    height: 44px;
    min-height: inherit;
    align-items: center;
    min-width: inherit;
    justify-content: center;
    background: #ffffff;
    border-width: 2px;
    margin-right: 8px;
    width: auto;
    white-space: nowrap;
    box-shadow: 0px 2px 4px 0px rgba(96, 97, 112, 0.16);
}

.PackMobileCare .navCategory .cateWrapper .btn.active {
    /* border-color: #007ad0; */
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 166, 1) 50%, rgba(0, 166, 255, 1) 100%) border-box;
    color: #1a1a1a;
    border: 2px solid transparent;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
}

.PackMobileCare .cateWrapper .navButtons span {
    min-width: inherit;
    margin-top: 0;
}

.PackMobileCare .tableDtacDefault thead tr th {
    width: 50%;
    letter-spacing: 0.4px;
    font-weight: normal;
    padding: 8px 2px;
}

.PackMobileCare .tableDtacDefault tbody tr:nth-child(odd) td {
    background: none;
}

.PackMobileCare .tableDtacDefault tbody tr:last-child td {
    border-bottom: none;
}

.PackMobileCare .tableDtacDefault tbody tr td {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: "better_togethermedium" !important;
    border-bottom: 1px solid #e5e5e5;
}

.PackMobileCare .tableDtacDefault tbody tr td:last-child {
    background: rgba(231, 238, 244, 0.4);
    color: #007ad0;
}

.PackMobileCare .packageSlider .cardDevice .packshot {
    max-width: 225px;
    width: 100%;
}

.PackMobileCare .packageSlider .detail u {
    text-decoration: line-through;
}

.PackMobileCare .packageSlider .cardDevice {
    width: 288px;
    min-width: inherit;
    max-width: inherit;
}

.PackMobileCare .packNewNumber .tableDtacDefault thead tr th {
    width: auto;
    padding: 8px;
}

.PackMobileCare .cardDevice .devicePrice thead th {
    vertical-align: middle;
}

.specialBox {
    display: flex;
    padding: 4px;
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(90deg, #ff0000 15%, #ff0000 20%, #ff00a6 50%, #00a6ff 85%, #00a6ff 50%);
}

.specialBox .wrapper {
    display: flex;
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    flex-direction: column;
    background: #ffffff;
    align-items: center;
    justify-content: center;
}

.specialBox .wrapper .img {
    display: flex;
    width: 40px;
}

.specialBox .wrapper .img img {
    width: 100%;
}

.specialBox .wrapper .text {
    display: inline-block;
    margin-top: 8px;
}

.specialBox .wrapper .text span {
    margin: 0 4px;
}

.bankPromotion {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bankContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.bankContainer .promotionGroup {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 328px;
    margin: 24px auto 16px;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
}

.bankContainer .promotionGroup .head {
    display: flex;
    padding: 3px;
    border-radius: 100px;
    max-width: 300px;
    width: 100%;
    margin: -24px auto 0;
    background: linear-gradient(90deg, #ff0000 15%, #ff0000 20%, #ff00a6 50%, #00a6ff 85%, #00a6ff 50%);
}

.bankContainer .promotionGroup .head .wrapper {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 6px 8px;
    flex-direction: column;
    background: #ffffff;
    border-radius: 100px;
}

.bankContainer .promotionGroup .imageBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 16px 24px 14px;
}

.bankContainer .promotionGroup .imageBox .img {
    display: flex;
    width: 80px;
    align-self: flex-start;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bankContainer .promotionGroup .imageBox .img:nth-child(3n) {
    margin-right: 0;
}

.bankContainer .promotionGroup .imageBox .img:last-child {
    margin-right: 0;
}

.bankContainer .promotionGroup .imageBox .img img {
    width: 100%;
    align-self: center;
}

.headTitle {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.PackMobileCare .headTitle {
    align-items: flex-start;
}

.PackMobileCare .detailTabs .owl-carousel {
    display: flex;
    opacity: 0;
}

.PackMobileCare .detailTabs .owl-carousel.owl-loaded {
    display: block;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}

.PackMobileCare .detailTabs .owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}

.PackMobileCare .detailTabs .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}

.PackMobileCare .detailTabs .packageSlider .sliderControl {
    position: relative;
    padding-bottom: 20px;
}

.popupPackSlider {
    border-radius: 16px;
    // padding: 32px 0 32px 16px;
    padding: 12px;
    background: #ffffff;
    width: 328px;
}

.popupPackSlider .innerWrapper {
    opacity: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    transition: all 0.35s ease 0s;
}

.popupPackSlider .innerWrapper.active {
    opacity: 1;
}

.popupPackSlider .innerWrapper .cardDevice {
    overflow: hidden;
    width: 288px;
    min-width: inherit;
    max-width: inherit;
}

.popupPackSlider .owl-carousel .owl-stage {
    display: flex;
    margin: 0 auto;
}

.popupPackSlider .headTitle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-right: 16px;
}

.popupPackSlider .cateWrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.popupPackSlider .cateWrapper .btn {
    padding: 0 16px;
    border-radius: 8px;
    height: 44px;
    min-height: inherit;
    align-items: center;
    min-width: inherit;
    justify-content: center;
    background: #ffffff;
    border-width: 2px;
    margin-right: 8px;
    max-width: max-content;
    width: auto;
    white-space: nowrap;
    box-shadow: 0px 2px 4px 0px rgba(96, 97, 112, 0.16);
}

.popupPackSlider .cateWrapper .btn span {
    min-width: inherit;
    margin: 0 auto;
}

.popupPackSlider .cateWrapper .btn:last-child {
    margin-right: 0;
}

.popupPackSlider .cateWrapper .btn.active {
    border-color: #007ad0;
}

.popupPackSlider .owl-carousel {
    display: flex;
    opacity: 0;
}

.popupPackSlider .owl-carousel.owl-loaded {
    display: block;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}

.popupPackSlider .owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}

.popupPackSlider .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}

.popupPackSlider .packageSlider .sliderControl {
    position: relative;
    padding-bottom: 20px;
}

.popupPackSlider .tableDtacDefault .table thead th {
    vertical-align: middle;
}

.popupPackSlider .tableDtacDefault .table tbody td {
    background: none;
    font-size: 16px;
    width: 33.3333%;
    padding: 8px 6px;
    font-family: "better_togethermedium" !important;
    border-bottom: 1px solid #e5e5e5;
}

.popupPackSlider .tableDtacDefault .table tbody td:last-child {
    background: #ffffff !important;
    color: #000000;
}

.popupPackSlider .tableDtacDefault .table tbody td:nth-child(3) {
    background: #f5f8fb !important;
    color: #007ad0;
}

.popupPackSlider .fancybox-close-small {
    display: flex;
    width: 24px;
    height: 24px;
    top: 32px;
    right: 16px;
    background: url("../images/icons/ico-close.svg") center center/100% no-repeat;
}

.popupPackSlider .fancybox-close-small svg {
    display: none;
}

.PackMobileCare .cardDevice {
    overflow: hidden;
}

.bankCredit .tableBank td {
    vertical-align: top;
}

.bankCredit thead tr th {
    background: #f5f5f5;
}

.devicePrice thead.bGradientNewCo {
    background: none;
}

.devicePrice thead.bGradientNewCo tr {
    background: url("../images/bg-gradient.jpg") center center/cover no-repeat;
}

.devicePrice thead.bGradientNewCo th {
    background: none;
}

.devicePrice .table.bgGradient {
    background: url("../images/bg-gradient.jpg") center center/100% auto repeat-y;
}

.devicePrice .table.bgGradient td {
    background: #ffffff !important;
}

.devicePrice .table.bgGradient td:last-child {
    background: #f5f8fb !important;
    color: #007ad0;
}

.packMnp .packageSlider .cardDevice {
    width: 330px;
}

.packMnp .packageSlider .table tbody td:first-child {
    color: #007ad0;
    font-family: "better_togethermedium" !important;
}

.packMnp .packageSlider .table thead th {
    width: 20%;
}

.packMnp .packageSlider .table thead th:nth-child(3) {
    width: 150px;
}

.cardDevice {
    height: 100%;
}

.cardDevice .detail {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cardDevice .detail .deviceModel {
    margin-bottom: auto;
}

.devicePrice .table {
    text-align: center;
}

.PackMobileCare .owl-carousel .owl-stage {
    display: flex;
}

@media only screen and (min-width: 480px) {
    .scTradein .buttonControl .btn {
        width: 260px;
    }

    .en .scTradein .buttonControl .btn {
        width: 270px;
    }

    .navCategory .navTabs .navButton {
        width: auto;
        margin-right: 16px;
    }

    .popupPackSlider .cateWrapper {
        justify-content: center;
    }

    .popupPackSlider {
        width: 450px;
    }
}

@media only screen and (min-width: 767px) {
    .scTradein .buttonControl .btn {
        margin: 0 6px !important;
    }

    .deviceSlide .owl-carousel .owl-stage {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .deviceSlide .owl-carousel.owl-drag .owl-item:last-child {
        margin-right: 0 !important;
    }

    .PackMobileCare .navCategory .cateWrapper {
        padding-bottom: 0;
    }

    .PackMobileCare .navCategory .cateWrapper .btn {
        margin-right: 16px;
    }

    .bankContainer {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .bankContainer .bankWrapper {
        padding: 32px;
        border-radius: 16px;
        width: 100%;
        border: 1px solid #e5e5e5;
    }

    .bankContainer .promotionGroup {
        max-width: calc(50% - 14px);
    }

    .bankContainer .promotionGroup:first-child {
        max-width: calc(100% - 14px);
    }

    .bankContainer .promotionGroup .head {
        max-width: max-content;
    }

    .bankContainer .promotionGroup .head .wrapper {
        padding: 6px 12px;
    }

    .bankContainer .promotionGroup .imageBox .img:nth-child(3n) {
        margin-right: 8px;
    }

    .popupPackSlider {
        width: 700px;
    }
}

@media only screen and (min-width: 1200px) {
    .bankContainer .promotionGroup {
        max-width: calc(25% - 14px);
    }

    .bankContainer .promotionGroup:first-child .imageBox .img {
        width: 80px;
    }

    .bankContainer .promotionGroup .imageBox {
        padding: 24px 10px;
    }

    .bankContainer .promotionGroup .imageBox .img {
        width: 65px;
        margin-right: 8px;
    }

    .popupPackSlider {
        width: 928px;
        padding: 32px 0 32px 32px;
    }

    .popupPackSlider .headTitle {
        padding-right: 32px;
    }
}

.popupPackSlider .cardDevice .deviceModel {
    height: 100%;
}

.popupPackSlider .tableDtacDefault .table tbody tr td:first-child {
    border-left: none;
}

.popupPackSlider .tableDtacDefault .table tbody tr td {
    border-left: 1px solid #e5e5e5;
}

.popupPackSlider .cardDevice .deviceModel {
    height: 100%;
}

.popupPackSlider .tableDtacDefault .table tbody tr td:first-child {
    border-left: none;
}

.popupPackSlider .tableDtacDefault .table tbody tr td {
    border-left: 1px solid #e5e5e5;
}

.awImagesPopup {
    max-width: 700px;
    padding: 0;
    border-radius: 8px;
}

.popupPackSlider.awImagesPopup {
    padding: 0;
}

.tradeIn-term .row {
    padding-left: 20px !important;
}

.contentTradein .inner {
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 166, 1) 50%, rgba(0, 166, 255, 1) 100%) border-box;
    color: #1a1a1a;
    border: 2px solid transparent;
    border-radius: 8px;
    // display: inline-block;
}


@media(max-width:767px) {
    .tradeIn-term ul {
        padding: 0 !important;
    }

    .popupPackSlider.awImagesPopup {
        padding: 0;
    }

    .popupPackSlider.awImagesPopup .fancybox-close-small {
        top: 20px;
        right: 20px;
    }

    .popupPackSlider {
        border-radius: 16px;
        padding: 12px;
        background: #ffffff;
        width: 350px;
    }

    .headDetail {
        padding: 12px 8px;
        border: 1px solid #ebebeb;
        /* transition: box-shadow 0.3s ease; */
        /* box-shadow: 1px 1px 1px 1px rgba(96, 97, 112, 0.16); */
    }

    .inner-tabs-control.fixed,
    .inner-btn-tabs-control.fixed {
        top: 50px !important;
    }
}

.heroCarousel .owl-dots .owl-dot {
    border: 1px solid #cccccc !important;
}

.headDetail {
    padding: 12px;
    border: 2px solid #ebebeb;
    border-radius: 4px;
}


.tabsContents {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.tabsContents.active {
    opacity: 1;
    position: relative;
    z-index: 1;
}

.tabsContents.active {
    transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
    -webkit-transition: all 0.2s ease 0.2s;
}

.tabsContent1 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.tabsContent1.active {
    opacity: 1;
    position: relative;
    z-index: 1;
}

.tabsContent1.active {
    transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
    -webkit-transition: all 0.2s ease 0.2s;
}

.wrapGiftset i {
    display: inline-block;
}

.pageTrue .owl-dots .owl-dot.active {
    width: 20px;
    background-color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
}

.tablePackNewCo .table-package-container {
    width: 100%;
    max-width: 100%;
}

.tablePackNewCo .table-package-container .table-package {
    background: #d9eefd;
}

.tablePackNewCo .table-package-container th,
.tablePackNewCo .table-package-container td {
    font-size: 14px !important;
    white-space: nowrap;
    vertical-align: middle;
}

@media only screen and (min-width:992px) {
    .tablePackNewCo {
        max-width: 970px;
        width: 100%;
        margin: 0 auto;
    }
}

.table-bordered td {
    background: #fff6f6;
}

.table-bordered td.HlBlue {
    background: #A3DEFF;
    border-radius: 12px;
    overflow: hidden;
}

.table-bordered td.HlGray {
    background: #E5E5E5;
    border-radius: 12px;
    overflow: hidden;
}

.table-bordered td,
.table-bordered th {
    border: 4px solid #fff;
}

.table-bordered td,
.table-bordered th {
    border-radius: 12px;
    overflow: hidden;
}

.tableicons {
    display: flex;
    justify-content: center;
    align-items: center;
}


.table-bordered td,
.table-bordered th {
    vertical-align: middle !important;
    font-size: 12px;
    white-space: nowrap;
}

.table-bordered td i.iCons {
    text-align: center;
    width: 100%;
}

.table thead th img {
    height: 24px;
    width: auto;
}

.table thead th .icondtacRW {
    height: 32px;
}


.table-package-container .iconTrue,
.table-package-container .iconTrueIdPremier {
    width: 100px
}

.table-package-container .icoFreeDataRoaming,
.table-package-container .icoGamingNation,
.table-package-container .icoNetFree {
    width: 32px;
}

.table-package-container .iconPlusNewCo {
    width: 12px;
}

.table-package-container .icoPotatoCorner {
    width: 90px;
}

.table-package-container .listIco {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-package-container .listIco li {
    list-style: none;
    margin: 0 2px;
    background-color: #FFFFFF;
}

.table-package-container .listIco li .iXl {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
}

.table-package-container .listIco li .iXl.icoWeTvvip {
    width: 52px;
    height: 18px;
    background-size: 52px 18px;
}

.table-package-container .listIco li .iXl.icoViuPM {
    width: 26px;
    height: 18px;
    background-size: 28px 18px;
}

.remarkUnderTable img {
    height: 24px;
    width: auto;
}

.remarkUnderTable img.logoWeTv {
    height: 32px;
    width: auto;
}

.table-package-container {
    max-width: 100%;
}

@media(min-width:480px) and (max-width:600px) {
    .packPostpaid>header {
        max-width: 340px;
        width: 100%;
        margin: 0 auto;
    }
}

@media(min-width:768px) {

    .table-bordered td,
    .table-bordered th {
        white-space: nowrap;
    }
}


@media(min-width:992px) {
    .table {
        max-width: 970px;
        width: 100%;
        margin: 0 auto;
    }

    .table-responsive {
        overflow-x: hidden;
    }
}

@media(max-width:767px) {
    .table .container {
        padding-right: 0;
    }
}