.btn-row-capsule {
    margin-bottom: 56px;
}

.btn-row-capsule .btn-row-inner {
    display: -webkit-box;
}

.btn-row-capsule .btn-row-inner .btn-capsule {
    display: flex;
    align-items: center;
    border: 1px solid silver;
    height: 45px;
    margin-right: 12px;
    font-family: "better_togethermedium";
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
    transition: 0s;
    white-space: nowrap;
}

.btn-row-capsule .btn-row-inner .btn-capsule span {
    transition: 0s;
}

.btn-row-capsule .btn-row-inner .btn-capsule:focus {
    box-shadow: none;
}

.btn-row-capsule .btn-row-inner .btn-capsule.btn-capsule-text-ico>span {
    display: inline-block;
    width: -moz-max-content;
    width: max-content;
}

.btn-row-capsule .btn-row-inner .btn-capsule.btn-capsule-text-ico>span span {
    font-family: "better_togethermedium";
    font-size: 14px;
    line-height: 20px;
    color: #1a1c1e;
}

.btn-row-capsule .btn-row-inner .btn-capsule.btn-capsule-text-ico>span span:nth-child(2) {
    margin-left: 12px;
}

.btn-row-capsule .btn-row-inner .btn-capsule.btn-capsule-text-ico i {
    display: inline-block;
    height: 26px;
    position: relative;
    top: -2px;
}

.btn-row-capsule .btn-row-inner .btn-capsule.btn-capsule-text-ico i img {
    max-height: 26px;
    width: auto;
}

.btn-row-capsule .btn-row-inner .btn-capsule:hover,
.btn-row-capsule .btn-row-inner .btn-capsule.active {
    background-color: #e00000;
    color: #fff;
    border-color: #e00000;
    border-radius: 45px;
}

.btn-row-capsule .btn-row-inner .btn-capsule.btn-dtac:hover,
.btn-row-capsule .btn-row-inner .btn-capsule.btn-dtac.active {
    background: #10b9f2;
    border-color: #10b9f2;
    color: #fff;
}

.btn-row-capsule .btn-row-inner .btn-capsule:hover span,
.btn-row-capsule .btn-row-inner .btn-capsule.active span {
    color: #fff;
}

.wrap-tabs {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.wrap-tabs .tab-content {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    color: #303c46;
    width: 100%;
}

.wrap-tabs .tab-content.active {
    visibility: visible;
    position: relative;
    opacity: 1;
    transition: all 0.25s ease-in-out 0.25s;
}

.wrap-tabs .tab-content.active .tab-content-2.active {
    display: unset;
}

/* .wrap-tabs .tab-content.active .tab-content-2{
    display: none;
} */

@media (max-width: 767px) {
    .wrap-tabs {
        margin-left: -16px;
        margin-right: -16px;
        padding-bottom: 36px;
    }
}

@media (max-width: 991px) {
    .btn-row-capsule {
        position: relative;
        margin-bottom: 25px;
        height: 45px;
        overflow: hidden;
        margin-left: -16px;
        margin-right: -16px;
    }

    .btn-row-capsule .btn-row-inner {
        overflow-x: auto;
        padding-bottom: 0;
        padding-left: 16px;
    }
}

.tabs-compare-container {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.tabs-compare-container>.btn-row-capsule {
    width: 100%;
    display: flex;
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e5;
}

.tabs-compare-container>.btn-row-capsule .btn-row-inner {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tabs-compare-container>.btn-row-capsule .btn-capsule {
    padding: 0 32px;
    height: 100px;
    background: none;
    border: none;
    border-radius: 0;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    margin-right: 0;
}

.tabs-compare-container>.btn-row-capsule .btn::before {
    content: "";
    width: 24px;
    height: 24px;
    display: flex;
    margin-bottom: 2px;
    background: url(https://www.true.th/hubfs/assets_icons/ico-nav-compare.svg) center center/100% 100% no-repeat;
}

.tabs-compare-container>.btn-row-capsule .btn-product::before {
    content: "";
    width: 24px;
    height: 35px;
    display: flex;
    margin-bottom: 2px;
    background: url(https://www.true.th/hubfs/assets_pages/devices/images/icons/ico-device-product.svg) center center/100% 100% no-repeat;
    background-size: 100% auto;
}

.tabs-compare-container>.btn-row-capsule .btn-compare::before {
    content: "";
    width: 24px;
    height: 35px;
    display: flex;
    margin-bottom: 2px;
    background: url(https://www.true.th/hubfs/assets_pages/devices/images/icons/ico-device-compare.svg) center center/100% 100% no-repeat;
    background-size: 100% auto;
}

.tabs-compare-container>.btn-row-capsule .btn-price::before {
    content: "";
    width: 24px;
    height: 35px;
    display: flex;
    margin-bottom: 2px;
    background: url(https://www.true.th/hubfs/assets_pages/devices/images/icons/ico-device-price.svg) center center/100% 100% no-repeat;
    background-size: 100% auto;
}

.tabs-compare-container>.btn-row-capsule .btn-capsule span {
    display: flex;
    color: var(--primary-text-color);
    font-size: 24px;
    line-height: 37px;
    font-family: var(--font-medium);
    position: relative;
    padding-bottom: 8px;
    overflow: hidden;
}

.tabs-compare-container>.btn-row-capsule .btn-capsule span::after {
    content: "";
    width: 100%;
    height: 6px;
    border-radius: 6px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: rgba(0, 0, 0, 0);
}

.tabs-compare-container>.btn-row-capsule .btn-mobile::before {
    content: "";
    width: 19px;
    height: 34px;
    display: flex;
    margin-bottom: 2px;
    background: url(https://www.true.th/hubfs/assets_icons/ico-mobile.svg) center center / 100% 100% no-repeat;
    background-size: 100% auto;
}

.tabs-compare-container>.btn-row-capsule .btn-tablet::before {
    content: "";
    width: 30px;
    height: 40px;
    display: flex;
    margin-bottom: 2px;
    background: url(https://www.true.th/hubfs/assets_icons/ico-tablet.svg) center center / 100% 100% no-repeat;
    background-size: 100% auto;
}

.tabs-compare-container>.btn-row-capsule .btn-interbrand::before {
    content: "";
    width: 42px;
    height: 44px;
    display: flex;
    margin-bottom: 2px;
    background: url(https://www.true.th/hubfs/assets_icons/ico-interbrand.svg) center center / 100% 100% no-repeat;
    background-size: 100% auto;
}


.tabs-compare-container>.btn-row-capsule .btn-capsule:hover {
    background: none;
}

.tabs-compare-container>.btn-row-capsule .btn-capsule:hover span {
    color: var(--primary-text-color);
}

.tabs-compare-container>.btn-row-capsule .btn-capsule.active {
    background: none;
    border: none;
    border-radius: 0;
}

// .tabs-compare-container > .btn-row-capsule .btn-capsule.active::before {
//   background: url(https://www.true.th/hubfs/assets_icons/ico-nav-compare-active.svg)
//     center center/100% 100% no-repeat;
// }
.tabs-compare-container>.btn-row-capsule .btn-capsule.active span {
    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%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.tabs-compare-container>.btn-row-capsule .btn-capsule.active span::after {
    background: var(--primary-color);
}

@media only screen and (max-width: 991px) {
    .tabs-compare-container>.btn-row-capsule {
        height: auto;
    }

    .tabs-compare-container>.btn-row-capsule:has(.dp-webkit-box) {
        width: auto;
    }

    .tabs-compare-container>.btn-row-capsule .btn-row-inner.dp-webkit-box {
        display: -webkit-box;
    }

    .tabs-compare-container>.btn-row-capsule .btn-row-inner.dp-webkit-box .btn {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .tabs-compare-container>.btn-row-capsule .btn-capsule span {
        font-size: 18px;
        line-height: 30px;
    }
}

/*# sourceMappingURL=tabs.min.css.map */

/* Entertainment Tab in Tab */
.wrap-tabs.inner-entertianment .tab-content {
    position: relative;
    opacity: 1 !important;
    visibility: inherit;
}

.wrap-tabs .tab-content-2 {
    color: #303c46;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1) 0s;
    visibility: hidden;
    width: 100%;
}

.wrap-tabs .tab-content-2.active {
    opacity: 1;
    position: relative;
    visibility: visible;
}

/* .wrap-tabs .tab-content-2.active .slider-step-how-to .swiper-slide .steps {
  opacity: 1;
} */
.sc-swiper-card-slider .wrap-tabs {
    overflow: visible;
}