.howOwl {
    z-index: 0;
    position: relative;
}

.howOwl {
    z-index: 0;
    position: relative;
}

.howOwl.active {
    opacity: 1;
}

.howOwl {
    opacity: 0;
    transition: all 0.30s ease 0s;
}

.howOwl .owl-carousel {
    transition: all 0.15s ease 0s;
}

.navPack {
    padding: 0 12px 0 12px;
    margin: 24px -12px 0 -12px;
    display: flex;
    justify-content: start;
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.navPack::-webkit-scrollbar {
    display: none;
}

.navPack li {
    list-style: none;
    border-radius: 8px;
    border: 1px solid #DEE2E6;
    padding: 5px 8px;
}

.navPack li:nth-child(n+2) {
    margin-left: 12px;
}

.scPackGroup .container>header {
    display: flex;
    flex-direction: column;
}

.scPackGroup .container>header a {
    margin-top: 12px;
    text-decoration: underline;
}

.scPackGroup .packPrivilege {
    padding: 0 12px;
    margin: 0;
    border-radius: 8px;
    background-color: #F8F9FA;
    display: inline-flex;
}

.scPackGroup .packPrivilege li {
    list-style: none;
    // max-width: 56px;
}

.scPackGroup .packPrivilege li img {
    height: 60px;
    width: auto;
    max-width: unset;
}

// .scPackGroup .packPrivilege li:nth-child(n+2) {
//     margin-left: 8px;
// }

.packCard {
    width: 280px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.packCard header {
    padding: 4px;
}

.packCard header span {
    line-height: 18px;
}

.packCard header .packCardPrice {
    display: flex;
    justify-content: center;
    align-items: center;
}

.packCard .packCardDetail {
    background-color: #F8F9FA;
}

.packCard .packCardDetail .packCardNetCall {
    padding: 12px 12px 16px;
    display: flex;
    flex-direction: row;
}

.packCard .packCardDetail .packCardNetCall>div {
    width: 50%;
}

.packCard .packCardDetail .packCardNetCall .packCardNet>span {
    display: flex;
    align-items: center;
}

.packCard .packCardDetail .packCardNetCall .packCardNet>span i {
    margin-left: 8px;
}

.packCard .packCardDetail .packCardPrivilege {
    border-top: 1px solid #DEE2E6;
    padding: 16px 12px 12px;
}

.packCard .packCardDetail .packCardPrivilege li {
    display: flex;
    flex-direction: row;
}

.packCard .packCardDetail .packCardPrivilege li:nth-child(n+2) {
    margin-top: 12px;
}

.packCard .packCardDetail .packCardPrivilege li i {
    min-width: 24px;
    margin-right: 8px;
}

.packCard .buttonControl {
    padding: 16px 12px;
}

.scHowTo .nav {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 61px;
}

.scHowTo .nav::-webkit-scrollbar {
    display: none;
}

.scHowTo .nav li {
    display: inline-block;
}

.scHowTo .nav-link {
    padding: 0 4px;
    position: relative;
    border: none;
}

.scHowTo .nav-link span img {
    width: 60px;
}

.scHowTo .nav-tabs .nav-item.show .nav-link,
.scHowTo .nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
}

.scHowTo .nav-tabs .nav-item.show .nav-link::after,
.scHowTo .nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    // background: linear-gradient(90deg, rgba(250, 180, 22, 1) 0%, rgba(255, 107, 112, 1) 100%);
}

.cardHowTo {
    width: 230px;
}

.cardHowTo img {
    width: 230px !important;
    margin: 0 auto;
}

.cardHowTo span {
    display: block;
}

.cardHowTo>p {
    height: 120px;
    width: auto;
}

.wrapPackTable {
    max-width: 904px;
    margin: 0 auto;
}

.tableBetter.table {
    border-color: #FFFFFF;
    width: 904px;
}

.tableBetter.table thead {
    position: relative;
}

.tableBetter.table thead tr:last-child {
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.25);
}

.tableBetter.table tr th {
    vertical-align: middle;
}

.tableBetter.table .colPrice {
    height: 40px;
}

.tableBetter.table tr td {
    padding: 0 10px;
}

.tableBetter.table .bd-b-2 {
    border-bottom: 2px solid #FFFFFF;
}

.tableBetter.table .bd-b-0 {
    border-bottom: none;
}


.tableBetter.table tr th.bRed,
.tableBetter.table tr td.bRed {
    background-color: #D41E29;
}

.tableBetter.table tr th.bRedDark,
.tableBetter.table tr td.bRedDark {
    background-color: #AE1D24;
}

.tableBetter.table tr th.bGrey,
.tableBetter.table tr td.bGrey {
    background-color: #D7D9D8;
}

.tableBetter.table tr th.bGreyDark,
.tableBetter.table tr td.bGreyDark {
    background-color: #C5C5C5;
}

.tableBetter.table tr th.bPinkLight,
.tableBetter.table tr td.bPinkLight {
    background-color: #F6BAC2;
}

.tableBetter .br-tl {
    border-top-left-radius: 12px;
}

.tableBetter .br-tr {
    border-top-right-radius: 12px;
}

.tableBetter .br-bl {
    border-bottom-left-radius: 12px;
}

.tableBetter .br-br {
    border-bottom-right-radius: 12px;
}

.tableBetter .imgLogo5g {
    width: 22px;
    margin: -1px 1px 0 0;
}

.tableBetter .imgLogoNetLifePlus {
    width: 80px;
}

.tableBetter .imgTrueCard {
    width: 77px;
}

.tableBetter .imgApp {
    width: 38px;
}

.popupBetter {
    max-width: 336px;
    width: 100%;
    padding: 0;
    border-radius: 16px;
}

.popupBetter header {
    padding: 13px 0;
    border-radius: 16px 16px 0 0;
}

.popupBetter.popupTc .content {
    padding: 12px;
    background-color: #FFFFFF;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.popupBetter .buttonControl {
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.popupBetter .buttonControl .btn:nth-child(n+2) {
    margin-top: 24px;
}

.is-compact .fancybox__content>.f-button.is-close-btn,
.fancybox__content>.f-button.is-close-btn {
    --f-button-bg: rgba(255, 255, 255, 0.6);
    --f-button-width: 24px;
    --f-button-height: 24px;
    --f-button-color: #000;
    --f-button-svg-width: 12px;
    --f-button-svg-height: 12px;
    top: -12px;
    right: -12px;
    border-radius: 100%;
    --f-button-hover-bg: rgba(255, 255, 255, 1);
    --f-button-hover-color: #000;
}

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

.tcList header {
    cursor: pointer;
    padding: 12px;
    position: relative;
}

.tcList header::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url('../images/icons/ico-arrow-accordion.svg') center center no-repeat;
    transform: rotate(-90deg);
    /* transition: all 0.3s ease; */
}

/* .tcList.active header::after {
    transform: rotate(-180deg);
} */

.tcList .content {
    display: none;
    padding: 12px;
}

.tableDefault {
    text-align: center;
    border: 1px solid #DEE2E6;
}

.tableDefault tbody tr td {
    position: relative;
}

.tableDefault tbody tr td:nth-child(1) {
    width: 33.33%;
}

.tableDefault tbody tr td:nth-child(n+2)::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background-color: #DEE2E6;
}

.tableDefault tbody tr:nth-child(even) {
    background-color: #F8F9FA;
}

.icoInternet {
    background-image: url(../images/icons/ico-internet-black.svg);
}

.PackMobileCare .btn {
    width: 100%;
    border-radius: 20px;
}

.-True.buttonControl .btn {
    background: #fff;
    border: 2px solid #ff0000;
    color: #ff0000;
    width: 100%;
}

.-True.buttonControl .btn:hover {
    background: #f00;
    color: #fff;
}

.PackMobileCare .-True.buttonControl {
    margin-left: 24px;
}

@media (max-width:991px) {
    .scPage {
        overflow: hidden;
    }

    .scPackGroup {
        overflow: hidden;
    }

    .scPackGroup .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .scHowTo .howToSlide.owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .wrapPackTable {}

    .wrapPackTable .wrapInner {
        margin-right: -12px;
        overflow: scroll;
    }

    .wrapPackTable .tableBetter {
        margin-right: 12px;
    }

    .wrapPackTable .tableImg {
        width: 768px;
        margin-right: -12px;
    }

    .tcList header {
        padding: 12px 40px 12px 12px;
    }

    .popupBetter {
        max-height: 500px;
        overflow-x: visible;
        overflow-y: scroll;
        border-radius: 0 0 16px 16px;
        background: transparent;
        padding-top: 36px;
    }

    .is-compact .fancybox__content>.f-button.is-close-btn,
    .fancybox__content>.f-button.is-close-btn {
        top: 0;
        right: 0;
    }

    .btnHowto {
        padding: 2px 16px 2px 16px;
        width: max-content;
        margin: 0 auto;
        margin-top: 16px;
        border-radius: 24px;
    }

    .scHowTo .nav {
        display: flex;
        justify-content: space-evenly;
    }
    .cardHowTo>p {
        height: 180px;
        width: auto;
    }
}

@media (min-width:992px) {
    .navPack {
        justify-content: center;
    }

    .navPack li {
        min-width: 220px;
        text-align: center;
        padding: 0;
        transition: all 0.3s ease;
    }

    .navPack li:hover {
        color: #FF251B;
        border: 1px solid #FF251B;
    }

    .navPack li a {
        display: block;
        padding: 5px 0;
    }

    .scPackGroup .container {
        max-width: 904px;
        padding: 0;
    }



    // .scPackGroup .packPrivilege li {
    //     max-width: 60px;
    // }

    // .scPackGroup .packPrivilege li:nth-child(n+2) {
    //     margin-left: 16px;
    // }

    .packCardList.owl-carousel {
        display: flex;
        flex-wrap: wrap;
    }

    .packCard:nth-child(n+2) {
        margin-left: 32px;
    }

    .packCard:nth-child(3n+1) {
        margin-left: 0;
    }

    .packCard:nth-child(n+4) {
        margin-top: 32px;
    }

    .scHowTo .nav-link {
        min-width: 160px;
    }

    .tabHowTo {
        max-width: 964px;
        margin: 0 auto;
    }

    .howToSlide.owl-theme .owl-nav {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        width: 100%;
    }

    .cardHowTo {
        width: 300px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 18px;
        height: 32px;
        padding: 0;
        margin: 0;
        position: absolute;
    }

    .owl-theme .owl-nav [class*='owl-']:hover {
        background: url('../images/icons/ico-arrow-right.svg') center center no-repeat;
    }

    .owl-carousel .owl-nav button.owl-next {
        background: url('../images/icons/ico-arrow-right.svg') center center no-repeat;
        right: 0;
    }

    .owl-carousel .owl-nav button.owl-prev {
        background: url('../images/icons/ico-arrow-right.svg') center center no-repeat;
        transform: rotate(-180deg);
        left: 0;
    }

    .owl-carousel .owl-nav button span {
        display: none;
    }

    .owl-theme .owl-nav .disabled {
        opacity: 0;
    }

    .popupBetter {
        max-width: 500px;
    }

    .popupBetter.popupTc {
        max-width: 800px;
    }

    .scHowTo .nav {
        display: inline-flex;
        justify-content: center;
    }
}

.tabBanner>div {
    padding: 8px 0;
}

.tabBanner>div img {
    border-radius: 8px;
    overflow: hidden;
}

@media(min-width:768px) {
    .tabBanner {
        display: flex;
    }

    .tabBanner>div {
        width: 50%;
        padding: 8px;
    }
}



.packCategory .navCategory:hover .icoPackage {
    background-image: url(../images/icons/ico-packageGD.svg);
    transition: all 0.3s ease-in-out 0s;
}

.packCategory .navCategory:hover .icoGift {
    background-image: url(../images/icons/ico-giftGD.svg);
    transition: all 0.3s ease-in-out 0s;
}



.btnHowto {
    background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(90deg, #f00 10%, #ff00a6 50%, #00a6ff 90%) border-box;
    color: #313149;
    border: 1px solid transparent;
    resize: none;
    line-height: 26px;
    padding: 2px 16px 2px 16px;
    border-radius: 16px;
    min-width:163px;
    margin-left: 32px;
}

.scMenu {
    background: linear-gradient(45deg, rgb(255 0 0 / 10%) 0%, rgb(255 0 166 / 10%) 46%, rgb(0 166 255 / 10%) 78%, rgb(0 166 255 / 10%) 100%);
}

.packCategory .innerWrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
}

.packCategory .navCategory {
    display: flex;
    width: 96px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 14px 0 6px;
    margin: 0 12px;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

.packCategory .navCategory:hover span,
.packCategory .navCategory.active span {
    background: linear-gradient(90deg, #FF0000 10%, #FF00A6 50%, #00A6FF 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
}

.packCategory .navCategory.active span {
    font-family: "better_togethermedium" !important;
    position: relative;
}

.packCategory .navCategory:hover {
    background: linear-gradient(90deg, #FF0000 0%, #FF0000 15%, #FF00A6 45%, #00A6FF 85%, #00A6FF 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: 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;
}

.packCategory .navCategory {
    position: relative;
    z-index: 1;
    height: 100px;
}

.scHowTo .nav-tabs .nav-link,
.navButton {
    position: relative;
}

.packCategory .navCategory.active,
.packCategory .navCategory:hover,
.scHowTo .nav-tabs .nav-link.active,
.scHowTo .nav-tabs .nav-link:hover {
    background: linear-gradient(90deg, #FF0000 0%, #FF0000 15%, #FF00A6 45%, #00A6FF 85%, #00A6FF 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: 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;
}

.scHowTo .nav-tabs .nav-link {
    height: 100%;
}

.navButton.active::after,
.packCategory .navCategory.active::after,
.packCategory .navCategory:hover::after,
.scHowTo .nav-tabs .nav-link.active::after,
.scHowTo .nav-tabs .nav-link:hover::after {
    visibility: visible;
    width: 100%;
}

.navButton::after,
.packCategory .navCategory::after,
.scHowTo .nav-tabs .nav-link::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(90deg, #f00 10%, #ff00a6 50%, #00a6ff 90%) 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;
}

.scHowTo .nav-tabs .nav-link span {
    display: flex;
    justify-content: center;
}

.boxTrueVisions {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0px 0px 1px rgb(40 41 61 / 4%), 0px 2px 4px rgb(96 97 112 / 16%);
    margin-bottom: 50px;
}

.bannerChanel {
    background: #ccc;
    width: 100%;

    max-width: 100%;
}

.bannerChanel.bg {
    height: 410px;
}

.navCategory .inner-tabs-control .navButton {
    margin: 0 16px;
    border: none;
    background: transparent;
}

.Channel {
    position: relative;
}

.Channel p.innerChannel {
    display: flex;
    flex-direction: column;
    background: url(../images/icons/iconVisions.svg) center center no-repeat;
    background-size: 100% auto;
    width: 100px;
    height: 100px;
    /* position: absolute; */
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    justify-content: center;
    padding-bottom: 20px;
    margin-right: 30px;
}

.Channel p.innerChannel span {
    line-height: 1 !important;
}

.ChannelWrapper {

    color: #313149;
    border: 1px solid transparent;
    background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(90deg, #f00 10%, #ff00a6 50%, #00a6ff 90%) border-box;
    border-bottom-left-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
    overflow: hidden !important;
    border-top: none;
}

.ChannelWrapper .imagesChannel {
    display: flex;
    flex-wrap: wrap;
}

imagesChannel img {
    width: auto;
    height: 60px;
}

.ChannelWrapper .imagesChannel>div {
    width: 33.33%;
    margin: 0 12px;
}

.headPopup {
    position: relative;
    z-index: 1;
}

.headPopup:before {
    background: linear-gradient(90deg, #f00 10%, #ff00a6 40%, #00a6ff 70%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: -1;
}

.headPopup img {
    width: auto;
    height: 60px;
}

.cardPartner {
    max-width: 320px;
    width: 100%;
    border: 1px solid rgba(222, 226, 230, 1);
    border-radius: 8px;
    overflow: hidden;
}

.cardPartner .Header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border: 1px solid rgba(222, 226, 230, 1);
    background: linear-gradient(0deg, #DEE2E6, #DEE2E6), linear-gradient(0deg, #F8F9FA, #F8F9FA);
}

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

.tabsContents.active {
    opacity: 1;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
    -webkit-transition: all 0.2s ease 0.2s;
}

.detailTabs {
    z-index: 1;
}

.tabsWrapper {
    display: flex;
    justify-content: center;
}

.navCategory .inner-tabs-control {
    border-bottom: 1px solid rgba(222, 226, 230, 1);
}

.navCategory .navButton img {
    height: 60px;
    width: auto;
}

.navCategory .navButton {
    margin: 0 16px;
}


.icoArrow {
    background-image: url(../images/icons/ico-arrow-accordion.svg);
}

.indexPage {
    position: relative;
}

@media screen and (min-width:768px) {
    .ChannelWrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ChannelWrapper .imagesChannel>div {
        width: auto;
    }

    .ChannelWrapper .imagesChannel>div img {
        height: 60px;
        width: auto;
    }

    .headPopup img {
        width: auto;
        height: 80px;
    }

    .listChannel img {
        width: auto;
        height: 60px;
        margin: 0 4px;
    }

    .cardPartner .Header {
        flex-direction: column;
    }

    .listChannel {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .popupBetter.innerWrapper {
        max-width: 930px;
    }

    .popupBetter.innerWrapper>.content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 16px 16px;
    }

    .popupBetter.popupTc .content {
        padding: 16px;
    }

    .cardPartner {
        max-width: 230px;
        margin-bottom: 16px;
    }

    .popupBetter.innerWrapper .cardPartner .content {
        padding: 12px 8px;
    }

    .detailTabs .btn-tabs-control.fixed {
        top: 25px;
    }

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

    .scPackGroup .container>header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .scPackGroup .container>header a {
        margin-top: 0;
    }
}

@media screen and (min-width:992px) {
    .popupBetter.innerWrapper>.content {
        padding: 24px 64px;
    }

    .cardPartner {
        max-width: 250px;
    }

    .listChannel img {
        margin: 0 8px;
    }

    .cardPartner {
        margin: 0 8px 16px 8px;
    }

    .popupBetter.innerWrapper>.content {
        justify-content: flex-start;
    }
}

@media screen and (max-width:991px) {
    .popupBetter.popupTc {
        overflow: unset;
        padding-top: 0;
    }

    .popupBetter.popupTc>.content {
        height: 400px;
        overflow-y: scroll;
    }

    .is-compact .fancybox__content>.f-button.is-close-btn,
    .fancybox__content>.f-button.is-close-btn {
        top: -10px;
    }

    .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
        padding-top: 0;
    }

    .btnHowto {
        margin-top: 0;
        margin: 0;
    }
}

.popupBetter.innerWrapper {
    background: #fff;
    padding-top: 0;
    border-radius: 24px;
}


@media screen and (max-width:767px) {
    .boxTrueVisions {
        border-radius: 16px;
    }

    .ChannelWrapper {
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }

    .ChannelWrapper {
        padding: 0 16px;
    }

    .ChannelWrapper .imagesChannel>div {
        width: 33%;
        margin: 0;
    }

    .Channel p.innerChannel {
        width: 70px;
        height: 70px;
        padding-bottom: 12px;
        margin-right: 20px;
    }

    .imagesChannel img {
        width: auto;
        height: 60px;
    }

    .listChannel {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .listChannel img {
        width: 22%;
        margin: 0 4px;
    }

    .is-compact .fancybox__content>.f-button.is-close-btn,
    .fancybox__content>.f-button.is-close-btn {
        top: -10px;
        right: -10px;
    }


    .popupBetter.innerWrapper {
        overflow: unset;
    }

    .popupBetter.popupTc>.content {
        height: 350px;
        overflow-y: scroll;
    }

    .popupBetter.popupTc .content {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .popupBetter.innerWrapper {
        border-radius: 16px;
    }

    .cardPartner {
        margin-bottom: 16px;
    }

    .cardPartner:last-child {
        margin-bottom: 0;
    }

    .navTabs .inner-tabs-control.fixed .tabs-container {
        padding-top: 20px;
    }

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


    .navCategory .cateWrapper {
        background: transparent;
    }

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

    .icoChannel {
        display: inline-block;
        width: auto;
    }

    .centerChannel {
        display: inline-block;
        width: 70%;
    }

    .ChannelWrapper .btn {
        display: flex;
        justify-content: center;
        width: 100%;
        min-width: 100%;
    }

    .scTVS header img {
        height: 90px;
        width: auto;
    }

    .scPackGroup .container>header a {
        margin-top: 0;
        text-decoration: underline;
        margin: 6px 0 4px 0;
    }


    .scPackGroup .packPrivilege {
        display: flex;
        margin: 0 auto;
        justify-content: center;
        width: max-content;
    }

    .scHowTo .nav {
        display: inline-flex;
        justify-content: space-evenly;
    }

    .scHowTo .nav-tabs .nav-link {
        position: relative;
        // min-width: 85px;
    }

    .scHowTo .nav-tabs .nav-link span {
        display: flex;
        justify-content: center;
    }

    .-True.buttonControl .btn {
        width: auto;
        min-width: auto;
        max-width: max-content;
    }

    .PackMobileCare .-True.buttonControl {
        margin-left: 0;
        margin-bottom: 16px;
        display: flex;
        justify-content: center;
    }

    .btnHowto {
        margin: 0 auto;
        margin-top: 16px;
    }
    .tabsWrapper {
        justify-content: space-evenly;
    }
    .navCategory .inner-tabs-control .navButton {
        margin: 0;
    }
    .navCategory .navButton img {
        height: 50px;
    }
}

/*backtotop*/

.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #335dff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.back-to-top:focus {
    color: #fff;
}

.back-to-top.show {
    bottom: 40px;
    right: 40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.back-to-top.show:hover {
    color: #fff;
    bottom: 30px;
    opacity: 1;
}

.arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
    position: absolute;
    width: 12px;
    height: 12px;
    background-size: contain;
    transform: rotate(-90deg);
    top: 30%;
    left: 40%;
}

.arrow:nth-child(2) {
    top: 42%;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: rotate(-90deg) translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: rotate(-90deg) translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: rotate(-90deg) translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: rotate(-90deg) translateX(0px) scale(1);
    }
}

.back-to-top:hover .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.back-to-top:hover .arrow:nth-child(2) {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.ClicktoTop {
    background: #f5f5f5;
    border-radius: 50%;
}

.ClicktoTop i {
    transform: rotate(-180deg);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.table .table-package-container .table-package tr .-Rotate {
    padding: 0 !important;
    white-space: normal !important;
    width: 10% !important;
    position: relative;
}

// .table .table-package-container .table-package tr .-Rotate>span {
//     transform: rotate(-90deg);
//     display: inline-block;
//     white-space: normal;
// }
.table .table-package-container .table-package tr .-Rotate span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 20px;
    width: 100%;
}

.table .table-package-container .table-package tr .-Rotate span::after {
    content: "AdditionalData";
    position: absolute;
    color: #fff;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 20px;
    width: 50%;
    top: 50%;
    transform: rotate(-90deg);
    display: inline-block;
}

@media only screen and (max-width: 575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .back-to-top.show {
        bottom: 10px;
        right: 10px;
    }

    .back-to-top.show:hover {
        bottom: 10px;
    }

    .arrow {
        top: 27%;
        left: 37%;
    }
}

@media only screen and (max-width: 1400px) {
    .table .table-package-container .table-package tr .-Rotate {
        padding: 20px !important;
    }

}

.tabHowTo {
    position: relative;
}

.tabHowTo.tab-content>.tab-pane {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tabHowTo.tab-content>.tab-pane.active {
    display: block;
    position: relative;
    opacity: 1;
    transition: all 0.3s ease-in-out 0.05s;
}

.table .table-package-container .table-package tr td img {
    height: 60px;
    width: auto;
    max-width: unset;
}