.heading1{display:none;}
#categorymenu{margin-top:0;margin-bottom:10px;}
#maincontainer>.container-fluid{padding-left:0;padding-right:0;}
#maincontainer>.container-fluid>.col-md-12{padding-left:0;padding-right:0;margin-top:0;}
.contentpanel{padding:0;}
.breadcrumbs{display:none;}
.contentpanel>.content+a.btn{display:none;}
.col-md-12{position:static;}

/* #region Common*/
.BTS2026 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.BTS2026 {
    font-family: 'Inter', sans-serif;
    background-color: #deeaff;
}
.BTS2026 .layoutwrap {
    width: 100%;
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .BTS2026 .layoutwrap {
        max-width: 720px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .BTS2026 .layoutwrap {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .BTS2026 .layoutwrap {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .BTS2026 .layoutwrap {
        max-width: 1320px;
    }
}
/* #endregion Common*/

/* #region Banner */
.BTS2026 .banner {
    position: relative;
    text-align: center;
    background-color: #01286B;
    margin-bottom: -4px;
}
.BTS2026 .banner a{
    display: block;
}
.BTS2026 .banner img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* #endregion Banner */

/* #region Subscribe Bar */
.BTS2026 .subscribe-bar {
    position: absolute;
    bottom: 15%;
    left: 10%;
    width: 28%;
    max-width: 600px;
    min-width: 260px;
    background: #c7ecff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.BTS2026 .subscribe-title {
    display: none;
}
.BTS2026 .subscribe-form {
    display: flex;
    gap: 10px;
    height: 40px;
}
.BTS2026 .subscribe-input {
    flex: 1;
    border: none;
    border-right: none;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
    background: #fff;
}
.BTS2026 .subscribe-input:focus {
    border-color: #1a5fd1;
}
.BTS2026 .subscribe-btn {
    background: #155dfb;
    color: #fff;
    border: none;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}
.BTS2026 .subscribe-btn:hover {
    background: #1450b8;
}
@media (max-width: 768px) {
    .BTS2026 .subscribe-bar {
        position: static;
        transform: none;
        width: 100%;
        max-width: 100%;
        min-width: unset;
        border-radius: 0;
        box-shadow: none;
        background: #ef9559;
        gap: 8px;
    }
    .BTS2026 .subscribe-title {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        display: block;
    }
    .BTS2026 .subscribe-form {
        background: #00a23e;
        border-radius: 9999px;
        padding: 8px 8px;
        height: auto;
        gap: 8px;
        align-items: center;
    }
    .BTS2026 .subscribe-input {
        font-size: 13px;
        background: #e8f8ee;
        border: none;
        outline: none;
        padding: 12px 16px;
        flex: 1;
        border-radius: 9999px;
    }
    .BTS2026 .subscribe-input::placeholder {
        font-size: 11px;
        color: #888;
    }
    .BTS2026 .subscribe-btn {
        background: #111;
        color: #fff;
        border-radius: 9999px;
        padding: 12px 20px;
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
        flex-shrink: 0;
        border: none;
    }
}
/* #endregion Subscribe Bar */

/* #region Navigation */
.BTS2026 .navigation {
    background-color: #00a23e;
}
.BTS2026 .navigation.is-fixed {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 100;
}
.BTS2026 .navibar {
    padding: 25px 0;
}
.BTS2026 ul, .BTS2026 li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.BTS2026 .menu {
    display: flex;
    gap: 30px;
    font-size: 16px;
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.BTS2026 .menu-item a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}
.BTS2026 .menu-item.active a {
    background-color: #fff;
    color: #00a23e;
    border-radius: 20px;
    font-weight: 700;
}
.BTS2026 .menu-item {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .BTS2026 .navibar {
        padding: 12px 0;
    }
    .BTS2026 .menu {
        justify-content: flex-start;
        gap: 4px;
        font-size: 13px;
    }
    .BTS2026 .menu-item a {
        padding: 8px 10px;
    }
}
/* #endregion Navigation */

/* #region VerifyPass */
.BTS2026 .verifypass-section {
    background: #fffbe6;
    padding: 50px 0;
}
.BTS2026 .discount-container {
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    grid-template-rows: auto auto;
    gap: 20px 40px;
    align-items: center;
}
.BTS2026 .discount-title {
    grid-column: 1;
    grid-row: 1;
}
.BTS2026 .discount-title p {
    font-size: 36px;
    font-weight: 700;
    color: #0b3b82;
    line-height: 1.4;
}
.BTS2026 .discount-brand {
    color: #00a23e;
}
.BTS2026 .discount-action {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
}
.BTS2026 .btn-gradient {
    background: linear-gradient(90deg, #00d4b4 0%, #00b4d8 100%);
    color: #fff;
    border: none;
    border-radius: 9999px;
    padding: 14px 32px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: filter 0.2s, transform 0.2s;
    box-shadow: 0 4px 16px rgba(0, 180, 200, 0.35);
}
.BTS2026 .btn-gradient:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}
.BTS2026 .btn-gradient:hover {
    opacity: 0.85;
}
.BTS2026 .discount-card {
    grid-column: 2;
    grid-row: 1 / 3;
    background: #dceeff;
    padding: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.BTS2026 .discount-card::before {
    content: '📌';
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 32px;
    transform: rotate(15deg);
}
.BTS2026 .discount-section {
    font-size: 24px;
    color: #222;
    line-height: 1.5;
}
.BTS2026 .discount-section b {
    color: #00a23e;
    display: block;
    margin-bottom: 10px;
}
.BTS2026 .discount-section p {
    color: #222;
    font-size: 20px;
}
.BTS2026 .discount-section > a {
    color: #00a23e;
    text-decoration: underline;
    font-size: 24px;
}
.BTS2026 .discount-section ul {
    padding-left: 18px;
}
.BTS2026 .discount-section ul li {
    list-style: disc;
    color: #222;
    font-size: 20px;
}
@media (max-width: 768px) {
    .BTS2026 .verifypass-section {
        background-color: #fff;
        padding: 20px 0;
    }
    .BTS2026 .discount-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
    }
    .BTS2026 .discount-title {
        grid-column: 1;
        grid-row: auto;
        text-align: center;
    }
    .BTS2026 .discount-title p {
        font-size: 18px;
        text-align: center;
    }
    .BTS2026 .discount-action {
        grid-column: 1;
        grid-row: auto;
        text-align: center;
    }
    .BTS2026 .btn-gradient {
        font-size: 18px;
        padding: 10px 24px;
    }
    .BTS2026 .discount-card {
        grid-column: 1;
        grid-row: auto;
        text-align: center;
        padding: 18px;
    }
    .BTS2026 .discount-section {
        font-size: 18px;
    }
    .BTS2026 .discount-section p {
        font-size: 16px;
    }
    .BTS2026 .discount-section > a {
        font-size: 18px;
    }
    .BTS2026 .discount-section ul {
        text-align: left;
        display: inline-block;
    }
    .BTS2026 .discount-section ul li {
        font-size: 16px;
    }
}
/* #endregion VerifyPass */

/* #region top-product */
.BTS2026 .product-section {
    padding: 50px 0;
}
.BTS2026 .top-product {
    display: flex;
    flex-direction: column;
}
.BTS2026 .tp-card {
    background: #fff;
    box-shadow: 0 2px 12px rgba(11,59,130,0.08);
    display: flex;
}
.BTS2026 .tp-img-wrap {
    position: relative;
    flex: 0 0 55%;
}
.BTS2026 .tp-img-wrap .sh-card-img-swap {
    display: block;
    width: 100%;
}
.BTS2026 .tp-img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.BTS2026 .tp-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #00a86d;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 15px 10px;
}
.BTS2026 .tp-card-body {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.BTS2026 .tp-top-rated {
    font-size: 24px;
    font-weight: 700;
    color: #ed3700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.BTS2026 .tp-top-rated-icon {
    width: 20px;
    height: auto;
    display: inline-block;
}
.BTS2026 .tp-name {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
    margin-bottom: 20px;
}
.BTS2026 .tp-features {
    padding-left: 30px;
    margin-bottom: 16px;
    flex: 1;
}
.BTS2026 .tp-features li {
    list-style: disc;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}
.BTS2026 .tp-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 30px;
}
.BTS2026 .tp-price {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}
.BTS2026 .tp-original-price {
    font-size: 18px;
    color: #000;
    text-decoration: line-through;
}
.BTS2026 .tp-btn-wrap {
    display: flex;
    gap: 30px;
}
.BTS2026 .tp-btn {
    padding: 10px 35px;
    border-radius: 9999px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
    border: none;
    display: block;
    text-align: center;
}
.BTS2026 .tp-btn:hover {
    opacity: 0.85;
}
.BTS2026 .tp-btn-cart {
    background: #1b65c8;
    color: #fff;
}
.BTS2026 .tp-btn-order {
    background: #00a23e;
    color: #fff;
}
.BTS2026 .tp-edu-bar {
    background: #004d40;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 16px 0;
    line-height: 1.4;
}
.BTS2026 .tp-edu-bar b {
    color: #eeff00;
    font-weight: 700;
}
@media (max-width: 768px) {
    .BTS2026 .product-section {
        padding: 20px 0;
    }
    .BTS2026 .tp-card {
        flex-direction: column;
    }
    .BTS2026 .tp-img-wrap {
        flex: unset;
        width: 100%;
    }
    .BTS2026 .tp-badge {
        font-size: 16px;
        padding: 10px;
    }
    .BTS2026 .tp-card-body {
        padding: 20px;
    }
    .BTS2026 .tp-top-rated {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .BTS2026 .tp-name {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .BTS2026 .tp-features {
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .BTS2026 .tp-features li {
        font-size: 15px;
        line-height: 1.5;
    }
    .BTS2026 .tp-price-wrap {
        margin-bottom: 10px;
    }
    .BTS2026 .tp-price {
        font-size: 24px;
    }
    .BTS2026 .tp-original-price {
        font-size: 14px;
    }
    .BTS2026 .tp-btn-wrap {
        justify-content: center;
    }
    .BTS2026 .tp-btn {
        font-size: 16px;
        padding: 10px 30px;
    }
    .BTS2026 .tp-edu-bar {
        font-size: 12px;
        padding: 10px 0;
    }
}
/* #endregion top-product */

/* #region bottom-products */
.BTS2026 .bottom-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}
.BTS2026 .bp-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(11,59,130,0.08);
    display: flex;
    flex-direction: column;
}
.BTS2026 .bp-card-img-wrap {
    position: relative;
    background: #f5f8ff;
}
.BTS2026 .bp-card-img-wrap .sh-card-img-swap {
    display: block;
    width: 100%;
}
.BTS2026 .bp-card-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.BTS2026 .bp-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #00a86d;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 15px 10px;
}
.BTS2026 .bp-model {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    background: #fff4c2;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 40px 10px 15px;
    border-radius: 0 50px 0 0;
}
.BTS2026 .bp-card-body {
    flex: 1;
    padding: 20px 20px 0;
    display: flex;
    flex-direction: column;
}
.BTS2026 .bp-name {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: calc(1.4em * 2);
}
.BTS2026 .bp-features {
    flex: 1;
    padding-left: 30px;
    margin-bottom: 10px;
}
.BTS2026 .bp-features li {
    font-size: 18px;
    color: #333;
    line-height: 1.3;
    list-style: disc;
}
.BTS2026 .bp-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 15px;
}
.BTS2026 .bp-price {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}
.BTS2026 .bp-original-price {
    font-size: 18px;
    color: #000;
    text-decoration: line-through;
}
.BTS2026 .bp-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 15px;
}
.BTS2026 .bp-btn {
    text-align: center;
    padding: 10px 35px;
    border-radius: 9999px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
    border: none;
    display: block;
}
.BTS2026 .bp-btn:hover {
    opacity: 0.85;
}
.BTS2026 .bp-btn-cart {
    background: #1b65c8;
    color: #fff;
}
.BTS2026 .bp-btn-order {
    background: #00a23e;
    color: #fff;
}
.BTS2026 .bp-edu-bar {
    background: #004d40;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    margin: 0 -20px;
    line-height: 1.4;
}
.BTS2026 .bp-edu-bar b {
    font-weight: 700;
    color: #eeff00;
}
@media (max-width: 768px) {
    .BTS2026 .bottom-products {
        display: flex;
        grid-template-columns: unset;
        gap: 0;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-top: 20px;
    }
    .BTS2026 .bottom-products::-webkit-scrollbar {
        display: none;
    }
    .BTS2026 .bp-card {
        flex: 0 0 72vw;
        scroll-snap-align: start;
        margin-right: 12px;
    }
    .BTS2026 .bp-card:last-child {
        margin-right: 0;
    }
    .BTS2026 .bp-badge {
        font-size: 16px;
        padding: 10px;
    }
    .BTS2026 .bp-model {
        font-size: 17px;
        padding: 6px 25px 6px 10px;
    }
    .BTS2026 .bp-card-body {
        padding: 15px 15px 0;
    }
    .BTS2026 .bp-name {
        font-size: 16px;
    }
    .BTS2026 .bp-features {
        padding-left: 20px;
    }
    .BTS2026 .bp-features li {
        font-size: 15px;
    }
    .BTS2026 .bp-price-wrap {
        margin-bottom: 10px;
    }
    .BTS2026 .bp-price {
        font-size: 24px;
    }
    .BTS2026 .bp-original-price {
        font-size: 14px;
    }
    .BTS2026 .bp-btn-wrap {
        justify-content: center;
        gap: 20px;
    }
    .BTS2026 .bp-btn {
        font-size: 15px;
        padding: 10px 18px;
    }
    .BTS2026 .bp-edu-bar {
        font-size: 11px;
    }
}
/* #endregion bottom-products */

/* #region compare-systems */
.BTS2026 .compare-systems {
    background-color: #fffbe6;
    padding-top: 50px;
}
.BTS2026 .compare-systems img {
    width: 100%;
    display: block;
}
.BTS2026 .product-list {
    display: flex;
    align-items: center;
    gap: 0;
}
.BTS2026 .match-title {
    font-size: 48px;
    font-weight: 800;
    color: #0b3b82;
    line-height: 1.2;
    flex: 0 0 29%;
}
.BTS2026 .product-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    flex: 0 0 65%;
}
.BTS2026 .product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    gap: 16px;
}
.BTS2026 .product-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.BTS2026 .product-card-btn {
    display: block;
    background: #1b65c8;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 9999px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: opacity 0.2s;
}
.BTS2026 .product-card-btn:hover {
    opacity: 0.85;
}
@media (max-width: 768px) {
    .BTS2026 .compare-systems {
        padding: 16px 0 0;
    }
    .BTS2026 .match-title {
        font-size: 18px;
        flex: 0 0 25%;
    }
    .BTS2026 .product-wrap {
        flex: 0 0 75%;
        gap: 6px;
    }
    .BTS2026 .product-card {
        gap: 8px;
    }
    .BTS2026 .product-card img {
        width: 100%;
    }
    .BTS2026 .product-card-btn {
        font-size: 8px;
        padding: 6px;
    }
}
/* #endregion compare-systems */

/* #region video section */
.BTS2026 .video-section {
    padding: 50px 0;
    background-color: #fffbe6;
}
.BTS2026 .video-header {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.BTS2026 .video-title {
    font-size: 50px;
    font-weight: 700;
    color: #0B3B82;
    text-wrap: balance;
}
.BTS2026 .sh-video-wrap {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.BTS2026 .sh-video-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.BTS2026 .sh-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.85);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    pointer-events: none;
}
.BTS2026 .sh-play-btn::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #0b3b82;
    margin-left: 4px;
}
.BTS2026 .sh-video-wrap:hover .sh-play-btn {
    background: rgba(255,255,255,1);
}
.BTS2026 .sh-video-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
}
.BTS2026 .sh-video-modal.active {
    display: flex;
}
.BTS2026 .sh-video-modal-inner {
    position: relative;
    width: fit-content;
    height: fit-content;
}
.BTS2026 .sh-video-modal-inner video {
    display: block;
    max-width: 90vw;
    max-height: 70vh;
    width: auto;
    height: auto;
    border-radius: 8px;
}
.BTS2026 .sh-video-modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,0.5);
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
@media (max-width: 768px) {
    .BTS2026 .video-section {
        padding: 10px 0 30px;
    }
    .BTS2026 .video-title {
        font-size: 22px;
    }
    .BTS2026 .video-header {
        margin-bottom: 20px;
    }
    .BTS2026 .sh-video-modal-inner video {
        max-width: 95vw;
    }
}
/* #endregion video section */

/* #region blog */
.BTS2026 .blog-section {
    padding: 50px 0;
}
.BTS2026 .blog-header {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.BTS2026 .blog-title {
    font-size: 50px;
    font-weight: 700;
    color: #0B3B82;
    text-wrap: balance;
}
.BTS2026 .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.BTS2026 .blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(11,59,130,0.08);
    display: flex;
    flex-direction: column;
}
.BTS2026 .blog-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.BTS2026 .blog-card-body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.BTS2026 .blog-card-subtitle {
    padding: 10px 20px;
    background-color: #92baff;
    color: #0b3b82;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.BTS2026 .blog-card-title {
    font-size: 20px;
    font-weight: 500;
    color: #0b3b82;
    padding: 20px 20px 30px;
    flex: 1;
}
.BTS2026 .blog-btn {
    display: block;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
    color: #fff;
    background-color: #1b65c8;
}
.BTS2026 .blog-btn:hover {
    opacity: 0.85;
}
@media (max-width: 768px) {
    .BTS2026 .blog-section {
        padding: 30px 0;
    }
    .BTS2026 .blog-title {
        font-size: 22px;
    }
    .BTS2026 .blog-header {
        margin-bottom: 20px;
    }
    .BTS2026 .blog-grid {
        display: flex;
        gap: 0;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .BTS2026 .blog-grid::-webkit-scrollbar {
        display: none;
    }
    .BTS2026 .blog-card {
        flex: 0 0 75vw;
        scroll-snap-align: start;
        margin-right: 12px;
    }
    .BTS2026 .blog-card:last-child {
        margin-right: 0;
    }
    .BTS2026 .blog-card-subtitle {
        font-size: 14px;
    }
    .BTS2026 .blog-card-title {
        font-size: 16px;
        padding: 16px 16px 20px;
    }
    .BTS2026 .blog-btn {
        padding: 8px 24px;
        font-size: 14px;
    }
}
/* #endregion blog */

/* #region common-swiper */
.BTS2026 .swiper {
    background-color: #fffbe6 !important;
}
.BTS2026 .sh-swiper-wrapper {
    position: relative;
}
.BTS2026 .sh-swiper .swiper-slide {
    height: auto;
    display: flex;
}
.BTS2026 .sh-swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2470e2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s, opacity 0.2s;
    flex-shrink: 0;
}
.BTS2026 .sh-swiper-btn:hover {
    background: #1a5abf;
}
.BTS2026 .sh-swiper-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}
.BTS2026 .sh-swiper-btn svg {
    width: 22px;
    height: 22px;
}
.BTS2026 .sh-swiper-prev {
    left: -60px;
}
.BTS2026 .sh-swiper-next {
    right: -60px;
}
@media (max-width: 768px) {
    .BTS2026 .sh-swiper-prev,
    .BTS2026 .sh-swiper-next {
        display: none;
    }
    .BTS2026 .sh-swiper .swiper-slide {
        width: auto;
    }
}
/* #endregion common-swiper */

/* #region catalog-title */
.BTS2026 .catalog-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fffbe6;
    padding: 30px 0;
}
.BTS2026 .catalog-title .main-title {
    font-size: 48px;
    font-weight: 700;
    color: #0b3b82;
    text-align: center;
}
.BTS2026 .catalog-title-icon {
    height: 80px;
    width: auto;
    flex-shrink: 0;
}
.BTS2026 .catalog-title-icon-left {
    margin-right: 20px;
}
.BTS2026 .catalog-title-icon-right {
    margin-left: 20px;
}
@media (max-width: 768px) {
    .BTS2026 .catalog-title {
        padding: 15px 0;
    }
    .BTS2026 .catalog-title .main-title {
        width: 60%;
        font-size: 20px;
    }
    .BTS2026 .catalog-title-icon {
        height: 40px;
    }
    .BTS2026 .catalog-title-icon-left {
        margin-right: 0px;
    }
    .BTS2026 .catalog-title-icon-right {
        margin-left: 0px;
    }
}
/* #endregion catalog-title */

/* #region service-section */
.BTS2026 .service-section img {
    width: 100%;
    display: block;
}
/* #endregion service-section */

/* #region ending banner */
.BTS2026 .ending-banner {
    /* padding-top: 50px; */
}
.BTS2026 .ending-banner img {
    width: 100%;
    display: block;
}
/* #endregion ending banner */
