@charset "UTF-8";
/**
* @author DoanVH 
* @since May 2026
**/
@import url("../fonts/stylesheet.css");

html {
    scroll-behavior: smooth;
    /* scroll-behavior: auto; */
}

body {}

/* Camera Landing Page Styles */
.body-fpt-camera {
    background: #FAFAFC;
}

section {
    font: 400 16px/1.4 "Be Vietnam", sans-serif;
}

.section-row {
    padding: 40px 0;
}

#section-video-1.section-row {
    /* padding-top: 80px; */
    position: relative;
}

#to_section_video_1 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    visibility: hidden;
}

.section-row.section-last {
    padding-bottom: 80px;
}

.camera-landing {
    max-width: 1488px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 99;
}

.camera-landing .cat-title {
    padding-bottom: 40px;
}

.camera-landing .cat-title h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    color: #3D3D3D;
    text-align: center;
    margin: 0;

}

.camera-landing .cat-title h2 span {
    color: #F75501;
}

.camera-landing .cat-title h2 .color-blue {
    color: #27BBFF;
}

.camera-landing .cat-title h2 div {
    display: inline-block;
}

.camera-container {
    display: flex;
    flex-direction: row;
    gap: 24px;
    background: #fff;
    border-radius: 42px;
    padding: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    /* align-items: flex-start; */
}

/* Left Section - Main Product */
.camera-main {
    flex: 0 0 39%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: #FAFAFC;
    border-radius: 24px;
    padding: 56px;
    justify-content: space-between;
}

.camera-main .camera-text {
    text-align: center;
}

.camera-main .text-label {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.36px;
    text-align: center;
    text-transform: uppercase;
    color: #27BBFF;
    margin: 0;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.camera-main .text-label i {
    width: 22px;
    height: 22px;
    background: url('../images/icon-dot-blue.png') no-repeat center center;
    background-size: contain;
    display: flex;
}

.camera-main .text-title {
    font-size: 44px;
    font-weight: 700;
    color: #252525;
    line-height: 48px;
    margin: 0;
}

.camera-main .text-desc {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    line-height: 28px;
    margin: 8px 0 0;
}

/* Right Section - Features */
.camera-features {
    flex: 0 0 calc(61% - 24px);
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.camera-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
}

.camera-image img {
    width: auto;
    height: 390px;
    border-radius: 12px;
    object-fit: cover;
    margin: 0 auto;
}


.camera-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
}

.camera-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

.camera-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}




.buy-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    align-self: flex-start;
}

.buy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(76, 175, 80, 0.3);
}




.feature-card {
    flex: 0 0 calc(50% - 12px);
    /* display: flex; */
    display: block;
    /* gap: 16px; */
    background: #fcfcfc;
    border-radius: 24px;
    transition: all 0.3s ease;
    position: relative;
    height: 390px;
}


.feature-icon {
    flex-shrink: 0;
    width: 100%;
    max-height: 100%;
    border-radius: 24px;
    overflow: hidden;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section-video-2 .camera-main {
    order: 2;
}

#section-video-2 .camera-features {
    order: 1;
}




/* Video Section Z-index Management */
#section-video-2 {
    transition: z-index 0.3s ease;
}

#section-video-2.video-2-zindex {
    z-index: 20;
    position: relative;
}

#section-video-2 .camera-container {
    position: relative;
}

.to_section_video_2 {
    position: absolute;
    top: -80px;
    visibility: hidden;
}

/* Opacity transition for video sections */
#section-video-1 {
    transition: opacity 0.3s ease-in-out;
}

/* Video Controls Styles */
.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

/* Cho touch xuyên qua video xuống swiper slide để gesture vuốt hoạt động trên mobile.
   Controls (play/pause/mute) là sibling absolute nằm trên, vẫn click được. */
.camera-features .feature-card video {
    pointer-events: none;
}

/* Hint browser: vuốt ngang trong camera swiper = slider, vuốt dọc = scroll page */
.camera-features.swiper-camera-features,
.camera-features.swiper-camera-features .swiper-wrapper,
.camera-features.swiper-camera-features .swiper-slide {
    touch-action: pan-y;
}

.video-controls {
    position: absolute;
    /* top: 50%; */
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.video-wrapper:hover .video-controls {
    opacity: 1;
    pointer-events: auto;
}

.video-control-btn {
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: white;
}

.video-control-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

.video-control-btn svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    /* display: flex; */
    flex-shrink: 0;
    fill: currentColor;
}

.video-control-btn svg * {
    vector-effect: non-scaling-stroke;
}

.play-icon {
    display: block;
}

.pause-icon {
    display: none;
}

.video-control-btn.playing .play-icon {
    display: none;
}

.video-control-btn.playing .pause-icon {
    display: block;
}

.mute-icon {
    display: none;
}

.unmute-icon {
    display: block;
}

.video-control-btn.muted .mute-icon {
    display: block;
}

.video-control-btn.muted .unmute-icon {
    display: none;
}



/* Animation Classes */
.fade-in {
    animation: fadeIn 0.6s ease-in;
}

.slide-in-left {
    animation: slideInLeft 0.8s ease-out;
}

.slide-in-right {
    animation: slideInRight 0.8s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ----------------------- */

/* Đây là css cho swiper-normal-fpt-cmr, ko liên quan swiper có video */

/* Swiper navigation buttons */
.swiper-default-fptcmr .swiper-button-prev,
.swiper-default-fptcmr .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    margin-top: -20px;
}

.swiper-default-fptcmr .swiper-button-prev:after,
.swiper-default-fptcmr .swiper-button-next:after {
    font-size: 20px;
    color: #333;
    width: 40px;
}

.swiper-default-fptcmr .swiper-button-prev:hover,
.swiper-default-fptcmr .swiper-button-next:hover {
    background: #f5f5f5;
    transform: scale(1.1);
}

.swiper-default-fptcmr .swiper-button-prev {
    /* left: -20px; */
}

.swiper-default-fptcmr .swiper-button-next {
    /* right: -20px; */
}

/* Swiper container */
.swiper-default-fptcmr {
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}

.swiper-default-fptcmr .swiper-slide {
    width: 342px;
    min-width: 342px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto;
}

.swiper-default-fptcmr .swiper-wrapper {
    padding: 8px 0 24px;
}

/* ---------- Slide Combo Camera */
.swiper-default-fptcmr .div-card {
    border-radius: 32px;
    padding: 32px;
    min-height: 200px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    background: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* top  */
.swiper-default-fptcmr .div-card .row-top {
    text-align: center;
}

.swiper-default-fptcmr .div-card .row-top .label {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #27BBFF;
}

.swiper-default-fptcmr .div-card .row-top .title {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #3D3D3D;
    margin: 6px 0 10px;
}

.swiper-default-fptcmr .div-card .row-top .desc {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    margin: 0;
}

/* middle  */
.swiper-default-fptcmr .div-card .row-middle {
    margin-top: 12px;
}

.swiper-default-fptcmr .div-card .row-middle .img-product {
    width: 100%;
    max-width: 278px;
    height: auto;
    margin: 0 auto;
    display: block;
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.swiper-default-fptcmr .div-card .row-middle .img-product:hover {
    transform: scale(1.08);
}

/* bottom  */
/* ------------ */
.bottom-price-buy {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    margin-top: 12px;
}

.bottom-price-buy .div-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bottom-price-buy .div-price .price {
    font-weight: 600;
    font-size: 18px;
    color: #3D3D3D;
    margin: 0;
    line-height: 18px;
}

.bottom-price-buy .div-price .price span {
    font-size: 14px;
    font-weight: 500;
    color: #888888;
}

.bottom-price-buy .div-price .label-promotion {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #F75501 url('../images/icon-local-activity.png') 3px center no-repeat;
    background-size: auto 16px;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 0px 4px 0 23px;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
}

/* ----------  */



.swiper-default-fptcmr .div-card .label-promotion img {}

.swiper-default-fptcmr .div-card .label-promotion:hover {
    transform: translateY(-1px);
}

/* ---------- END Slide Combo Camera */

/* button default */
.btn-buy.style-fptcmr,
.btn-bn-orange,
.btn-bn-blue {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: auto;
    height: 40px;
    padding: 0 20px;

    border-radius: 999px;

    background:
        url('../images/btn-bg-small.png') center center repeat,
        linear-gradient(180deg,
            #ff8a1e 0%,
            #ff6500 45%,
            #ff5a00 100%);

    background-size: auto 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    text-decoration: none;

    cursor: pointer;
    overflow: hidden;

    box-shadow:
        0 0 0 4px rgba(255, 125, 40, 0.16),
        0 13px 15px rgba(255, 110, 20, 0.35),
        inset 0 8px 20px rgba(255, 255, 255, 0.25),
        inset 0 -10px 20px rgba(255, 120, 0, 0.35);
    border: 1px solid rgba(255, 237, 220, 0.7);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


/* glow ngoài */
.btn-buy.style-fptcmr::before,
.btn-bn-orange::before,
.btn-bn-blue::before {
    content: "";
    position: absolute;
    inset: -10px;

    border-radius: inherit;

    background: rgba(255, 145, 70, 0.12);

    z-index: -2;
}

/* viền sáng */
.btn-buy.style-fptcmr::after,
.btn-bn-orange::after,
.btn-bn-blue::after {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: inherit;
    pointer-events: none;
}

/* hover */
.btn-buy.style-fptcmr:hover,
.btn-bn-orange:hover,
.btn-bn-blue:hover {
    color: #fff;
    text-decoration: none;

    transform: translateY(-0.3px) scale(1);

    box-shadow:
        0 0 0 6px rgba(255, 125, 40, 0.12),
        0 13px 20px rgba(255, 110, 20, 0.25),
        inset 0 8px 20px rgba(255, 120, 0, 0.35),
        inset 0 -10px 20px rgba(255, 120, 0, 0.35);
}

/* click */
.btn-buy.style-fptcmr:active,
.btn-bn-orange:active,
.btn-bn-blue:active {
    transform: scale(.98);
}

/* End button default */
.camera-container .bottom-price-buy .btn-buy.style-fptcmr,
.style-fptcmr.btn-big {
    font-size: 18px;
    height: 56px;
    padding: 0 48px;
    background:
        url('../images/btn-bg.png') center center repeat,
        linear-gradient(180deg,
            #ff8a1e 0%,
            #ff6500 45%,
            #ff5a00 100%);
    background-size: auto 56px;

    box-shadow:
        0 0 0 6px rgba(255, 125, 40, 0.19),
        0 24px 50px rgba(255, 110, 20, 0.55),
        inset 0 8px 20px rgba(255, 255, 255, 0.25),
        inset 0 -10px 20px rgba(255, 120, 0, 0.35);
    border: 1px solid rgba(255, 237, 220, 0.7);
}

.style-fptcmr.btn-big:hover {
    box-shadow:
        0 0 0 6px rgba(255, 125, 40, 0.16),
        0 24px 44px rgba(255, 110, 20, 0.4),
        inset 0 8px 20px rgba(255, 255, 255, 0.25),
        inset 0 -10px 20px rgba(255, 120, 0, 0.35);
}


.camera-container .bottom-price-buy .btn-buy.style-fptcmr {
    padding: 0 32px;
}

/* end button  */

/* ---------- Slide Combo Interenet Camera  */
.div-internet-cmr {
    border-radius: 32px;
    padding: 16px 16px 24px;
    min-height: 200px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    display: flex;
}

.div-internet-cmr .content-inner {
    margin-left: auto;
    margin-right: auto;
    /* width: calc(100% - 32px); */
}

/* middle  */
.div-internet-cmr .row-image {}

.div-internet-cmr .row-image .img-product {
    width: 100%;
    max-width: 310px;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 24px;
}

.div-internet-cmr .row-text {
    margin-top: 16px;
}

.div-internet-cmr .row-text .title {
    color: #3D3D3D;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    margin-bottom: 8px;
}

.div-internet-cmr .row-text .title span {
    color: #F75501;
    font-size: 16px;
    font-weight: 700;
}

.div-internet-cmr .row-text .price {
    font-size: 24px;
    font-weight: 700;
    color: #4564ED;
    margin-bottom: 8px;
    line-height: 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.div-internet-cmr .row-text .price span {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 400;
}

/* .tooltip-container */
.div-internet-cmr .tooltip-container {
    position: relative;
    display: flex;
    cursor: pointer;
    margin-left: 8px;
}

.div-internet-cmr .tooltip-container .icon-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: url('../images/icon-info.png') center center no-repeat;
    background-size: contain;
    border-radius: 50%;
    color: #666;
    font-size: 10px;
    position: relative;
}

.div-internet-cmr .tooltip-container i {
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #333;
    position: absolute;
    top: -12px;
    left: 13px;
    /* display: none; */
    visibility: hidden;

    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.div-internet-cmr .tooltip-container:hover i {
    /* display: block; */
    visibility: visible;
    opacity: 1;
}

.div-internet-cmr .tooltip-container .icon-info i::before {
    /* content: "i";
    font-style: normal;
    font-weight: bold; */
}

.div-internet-cmr .row-text .tooltip-text {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 12px 16px;
    border-radius: 8px;
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.div-internet-cmr .row-text .tooltip-text::after {
    /* content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #333; */
}

.div-internet-cmr .tooltip-container:hover+.tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* ---------- END Slide Combo Interenet Camera ------------------------------*/

/* div-list-items viết ở đây */
.div-list-items {
    margin-top: 16px;
    max-height: 113px;
    overflow-y: auto;
    padding-right: 8px;
    position: relative;
}

/* Custom scrollbar */
.div-list-items::-webkit-scrollbar {
    width: 8px;
}

.div-list-items::-webkit-scrollbar-track {
    /* background: #ff0000; */
    border-radius: 4px;
}

.div-list-items::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
}

.div-list-items::-webkit-scrollbar-thumb:hover {
    background: #c2c2c2;
}

.div-list-items .list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.div-list-items .list-items li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #3D3D3D;
    margin-bottom: 4px;
    position: relative;
    padding-left: 32px;
    display: flex;
    align-items: center;
}

.div-list-items .list-items li::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url('../images/icon-check.svg') center no-repeat;
    background-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
}


/* Row buy  */
.div-internet-cmr .row-bottom {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding: 8px 0px 0;
}

.div-internet-cmr .row-bottom .link-detail {
    font-size: 14px;
    font-weight: 600;
    color: #888888;
    border-bottom: 1px solid #888888;
}








/* canh giữa  */
.swiper-default-fptcmr .swiper-wrapper.center-swper {
    justify-content: center;
}

/* --------- ở desktop ẩn tạm 2 button next và prev, khi figma cần mở thì mở lại  */
.swiper-default-fptcmr .swiper-button-prev {
    display: none;
}

.swiper-default-fptcmr .swiper-button-next {
    display: none;
}

/* --------- END ẩn tạm 2 button next và prev, khi figma cần mở thì mở lại  */




/* -------- gauge styles  */
/* Speed Box Styles */
.speed-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding: 12px;
    background-color: #F7F7F8;
    border-radius: 8px;
    /* border: 1px solid #e9ecef; */
    box-shadow: 0px 0px 4px 0px #0000000A inset;
    position: relative;
}

.speed-info {
    flex: 1;
    /* padding-right: 65px; */
    width: 100%;
    max-width: calc(100% - 68px);
}

.speed-info .title {
    font-size: 14px;
    margin: 0 0 8px 0;
    color: #333;
    font-weight: 400;
}

.speed-values {
    display: flex;
    gap: 4px;
    margin: 0;
}

.speed-values span.down,
.speed-values span.up {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.speed-values span.down i,
.speed-values span.up i {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    display: inline-block;
}

.speed-values span.down i {
    /* background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3V11M8 11L5 8M8 11L11 8' stroke='%233D3D3D' stroke-width='1.5' stroke-linecap='round' /%3E%3C/svg%3E") center/cover no-repeat; */
    background: url('../images/gray-down-icon.svg') center/cover no-repeat;
}

.speed-values span.up i {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11V3M8 3L5 6M8 3L11 6' stroke='%233D3D3D' stroke-width='1.5' stroke-linecap='round' /%3E%3C/svg%3E") center/cover no-repeat;
    Background: url('../images/gray-up-icon.svg') center/cover no-repeat;
}

.speed-values span.down b,
.speed-values span.up b {
    font-weight: 700;
}

/* Gauge Styles */
.gauge-66 {
    width: 66px;
    height: 38.5px;
    position: relative;
        position: absolute;
    right: 12px;
}

.gauge svg {
    display: block;
    width: 100%;
    height: 100%;
}

.gauge .progress {
    transition: stroke-dashoffset 1.2s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.gauge .needle {
    transition: transform 1.2s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.gauge .percent-badge {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 40%);
    background: #fff;
    border: 1px solid #ddd;
    padding: 2px 6px;
    border-radius: 999px;
    font-size: 10px;
    color: #555;
    display: none;
}

/* -------- end gauge styles  */











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

.cmr-pt28 {
    padding-top: 28px;
}

/* Responsive Design */
@media (max-width: 1440px) {
    .camera-container {
        align-items: flex-start;
    }

    .feature-card {
        height: auto;
    }
}

@media (max-width: 1366px) {
    .camera-main .text-title {
        font-size: calc(44px * 0.7);
        /* line-height: 36px; */
    }
}

@media (max-width: 1200px) {
    .camera-container {
        gap: 28px;
        padding: 40px;
    }

    .camera-title {
        font-size: 28px;
    }

    .camera-subtitle {
        font-size: 20px;
    }

    .camera-main {
        padding: 16px;
    }

    .feature-card {
        height: auto;
    }
    #combo-net-camera .swiper-slide:last-child,
    #combo-camera .swiper-slide:last-child {
        margin-right: 0!important;
    }
    
}

@media (max-width: 1024px) {
    .camera-container .bottom-price-buy .btn-buy.style-fptcmr {
        /* height: 48px;
        padding: 0 24px; */
    }
    .camera-image img {
        width: 300px;
        height: 300px;
        object-fit: cover;
    }
    .section-row {
        padding: 30px 0;
    }
    .camera-landing .cat-title h2{
        font-size: 31px;
        line-height: 40px;
    }
    .camera-container .bottom-price-buy .btn-buy.style-fptcmr, 
    .style-fptcmr.btn-big {
        height: 48px;
        padding: 0 24px;
    }
}

@media (max-width: 992px) {
    .camera-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 30px;
    }

    .camera-main {
        order: 1;
    }

    .camera-features {
        order: 2;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .camera-image {
        max-width: 300px;
    }

    .camera-landing .cat-title h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 834px) {
    .camera-landing .cat-title h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 768px) {
    .section-row {
        padding: 20px 0;
    }

    .camera-landing {
        padding: 0 15px;
    }

    .camera-container {
        padding: 20px;
        gap: 30px;
    }

    .camera-title {
        font-size: 24px;
    }

    .camera-subtitle {
        font-size: 18px;
    }

    .camera-features {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        gap: 0;
    }



    .price-amount {
        font-size: 24px;
    }

    .buy-button {
        padding: 14px 24px;
        font-size: 16px;
    }

    .camera-container {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .camera-features.swiper {
        width: 100%;
        overflow: hidden;
    }

    /* Custom swiper 768 */
    .camera-features.swiper {
        width: 100%;
        overflow: hidden;
    }

    .camera-features.swiper .swiper-wrapper {
        align-items: stretch;
    }

    .camera-features.swiper .feature-card.swiper-slide {
        width: 312px;
        flex: 0 0 auto;
        height: auto;
    }

    .camera-features.swiper .feature-card.swiper-slide:not(:last-child) {
        margin-right: 16px;
    }

    #section-video-2 .camera-main {
        order: 1;
    }

    #section-video-2 .camera-features {
        order: 2;
    }

    /* Nav + pagination #sw-indoor-camera, #sw-outdoor-camera (<=768) */
    .camera-features.swiper-camera-features {
        position: relative;
        padding-bottom: 52px;
    }

    .camera-features.swiper-camera-features .swiper-camera-controls {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        z-index: 12;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        width: 100%;
        max-width: 200px;
        pointer-events: none;
    }

    .camera-features.swiper-camera-features .swiper-camera-controls>* {
        pointer-events: auto;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0;
    }

    .camera-features.swiper-camera-features .swiper-pagination-fraction {
        position: static;
        width: auto;
        color: #666666;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
    }

    .camera-features.swiper-camera-features .swiper-button-prev,
    .camera-features.swiper-camera-features .swiper-button-next {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #f0f0f0;
        border: 2px solid #ffffff;
        box-shadow: none;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .camera-features.swiper-camera-features .swiper-button-next {}

    .camera-features.swiper-camera-features .swiper-button-prev:after,
    .camera-features.swiper-camera-features .swiper-button-next:after {
        font-size: 14px;
        font-weight: 900;
        /* color: rgba(75, 77, 80, 0.6); */
        color: #4B4D5099;
    }

    .camera-features.swiper-camera-features .swiper-button-prev.swiper-button-disabled,
    .camera-features.swiper-camera-features .swiper-button-next.swiper-button-disabled {
        opacity: 0.45;
    }

    .camera-features.swiper-camera-features .swiper-button-prev:hover,
    .camera-features.swiper-camera-features .swiper-button-next:hover {
        border-color: #F75501;
    }

    .camera-container .bottom-price-buy .btn-buy.style-fptcmr {
        height: 44px;
        font-size: 14px;
        padding: 0 20px;
    }
}
@media (max-width: 540px) {
    .camera-landing .cat-title h2 div {
        display: block;
    }

    .camera-landing .cat-title {
        padding: 0 10px 24px;
    }

    .camera-landing .cat-title h2 {
        font-size: 26px;
        line-height: 33px;
    }

    /* Custom swiper 540 */
    .camera-features.swiper {
        width: 100%;
        overflow: hidden;
    }

    .camera-features.swiper .swiper-wrapper {
        align-items: stretch;
    }

    .camera-features.swiper .feature-card.swiper-slide {
        width: 90%;
        flex: 0 0 auto;
    }

    .camera-features.swiper .feature-card.swiper-slide:not(:last-child) {
        margin-right: 16px;
    }

    .feature-icon {
        width: 312px;
        height: 312px;
        width: 100%;
        height: 100%;
    }

    .div-internet-cmr .row-text .title {
        font-size: 24px;
    }

    .swiper-default-fptcmr {
        padding: 0;
        overflow: visible;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .swiper-default-fptcmr .swiper-button-prev,
    .swiper-default-fptcmr .swiper-button-next {
        display: none;
    }

    .swiper-default-fptcmr .div-card .row-middle .img-product {
        max-width: 100%;
    }

    .div-internet-cmr .row-image .img-product {
        max-width: 100%;
    }


    .camera-main .text-label {
        font-size: 14px;
    }

    .camera-main .text-title {
        font-size: 28px;
        line-height: 42px;
    }

    .camera-main .text-label i {
        width: 18px;
        height: 18px;
    }

    .camera-main .text-desc {
        line-height: 20px;
        margin-top: 4px;
    }

    .camera-landing {
        /* padding: 0; */
    }

    .swiper-default-fptcmr.sw-honor {
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .camera-image {
        max-width: 250px;
    }

    .price-amount {
        font-size: 20px;
    }


}

@media (max-width: 390px) {
    .feature-icon {
        width: 100%;
        height: auto;
    }
}

/* Award Item Styles */
.swiper-default-fptcmr.sw-honor {}

.swiper-default-fptcmr.sw-honor .swiper-slide {
    width: 460px;
}
@media (max-width: 1440px) {
    .swiper-default-fptcmr.sw-honor .swiper-slide {
        width: 444px;
    }
}
@media (max-width: 1024px) {
    .swiper-default-fptcmr.sw-honor .swiper-slide {
        width: calc(380px + 5vw);
    }
}
.swiper-default-fptcmr.sw-honor .swiper-slide:not(:last-child) {
    /* margin-right: 22px; */
}
.swiper-default-fptcmr.sw-honor .swiper-slide:last-child {
    /* margin-right: 0 !important; */
}
.swiper-default-fptcmr.sw-honor .div-card {
    min-height: auto;
    gap: 0;

    box-shadow: 0px 5px 6px 2px rgba(0, 0, 0, 0.04);
    /* 540: 0px 4px 4px 1px rgba(0, 0, 0, 0.04) */
}

.award-item {
    position: relative;
}

/* .award-item > div, */
.award-item .heading-text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

/* .award-item > div > div, */
.award-item .heading-text div {
    flex: 1;
}

.sw-honor .award-category {
    color: #27BBFF;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.sw-honor .award-title {
    font-size: 22px;
    font-weight: 700;
    color: #252525;
    line-height: 1.3;
    margin: 0;
}

.sw-honor .award-description {
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
    margin: 0;
    border-top: 1px solid #E7E7E7;
    padding-top: 24px;
}

.sw-honor .award-trophy {
    width: auto;
    height: 87px;
    object-fit: contain;
    margin-left: 16px;
}

/* Custom page và next-prev  */
.sw-honor .swiper-pagination-fraction {
    bottom: 4px;
    position: relative;
    z-index: 9;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}

.swiper-default-fptcmr.sw-honor .swiper-button-next,
.swiper-default-fptcmr.sw-honor .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 93%;
    position: absolute;
    z-index: 19;
    background: #f0f0f0;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
}

.swiper-default-fptcmr.sw-honor .swiper-button-next:hover,
.swiper-default-fptcmr.sw-honor .swiper-button-prev:hover {
    border-color: #F75501;
}

.swiper-default-fptcmr.sw-honor .swiper-button-next.swiper-button-disabled,
.swiper-default-fptcmr.sw-honor .swiper-button-prev.swiper-button-disabled {
    border: 2px solid #fff;
}

.swiper-default-fptcmr.sw-honor .swiper-button-next {
    right: 45.2%;
}

.swiper-default-fptcmr.sw-honor .swiper-button-prev {
    left: 45.2%;
}

.swiper-default-fptcmr .swiper-button-prev:after,
.swiper-default-fptcmr .swiper-button-next:after {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4B4D5099;
    font-size: 14px;
    font-weight: 900;
    margin-top: 2px;
}

@media (max-width: 1366px) {
    .swiper-default-fptcmr.sw-honor .swiper-button-next {
        right: 43%;
    }

    .swiper-default-fptcmr.sw-honor .swiper-button-prev {
        left: 43%;
    }
}

@media (max-width: 1024px) {
    .swiper-default-fptcmr.sw-honor .swiper-button-next {
        right: 42%;
    }
    .swiper-default-fptcmr.sw-honor .swiper-button-prev {
        left: 42%;
    }
}

@media (max-width: 768px) {
    .swiper-default-fptcmr.sw-honor {
        padding-top: 24px;
    }

    .swiper-default-fptcmr.sw-honor .swiper-slide {
        width: 420px;
    }

    .sw-honor .award-title {
        font-size: 19px;
    }

    .sw-honor .award-description {
        padding-top: 10px;
    }

    .swiper-default-fptcmr.sw-honor .div-card {
        padding: 20px 22px;
    }
}

@media (max-width: 540px) {
    .swiper-default-fptcmr.sw-honor {
        gap: 0;
        padding-top: 20px;
        padding-bottom: 12px;
    }

    .swiper-default-fptcmr.sw-honor .swiper-slide {
        width: 100%;
    }

    .swiper-honor-award .swiper-slide {
        /* width: 100% !important;
        flex: 0 0 auto !important; */
    }

    .swiper-honor-award .swiper-wrapper {
        /* overflow-x: hidden; */
    }

    .swiper-honor-award {
        /* overflow: hidden; */
    }

    .swiper-default-fptcmr.sw-honor .div-card {
        box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.04);
    }

    .swiper-default-fptcmr.sw-honor .swiper-button-next {
        right: 31%;
    }

    .swiper-default-fptcmr.sw-honor .swiper-button-prev {
        left: 31%;
    }

    .swiper-default-fptcmr.sw-honor .swiper-button-next,
    .swiper-default-fptcmr.sw-honor .swiper-button-prev {
        top: 92%;
    }

    .swiper-default-fptcmr .swiper-button-prev:after,
    .swiper-default-fptcmr .swiper-button-next:after {
        margin-top: 2px;
    }

    .style-fptcmr.btn-big {
        padding: 0 28px;
        font-size: 14px;
        height: 40px;
    }

    .award-category {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .award-title {
        font-size: 16px;
    }

    .award-description {
        font-size: 13px;
    }

    .award-trophy {
        width: 32px;
        height: 32px;
        margin-left: 0;
        margin-top: 8px;
    }

    .sw-honor .swiper-pagination-fraction {
        bottom: -6px;
    }
}




section.bg_cb_net_cmr {
    padding: 0;
    margin-bottom: 40px;
    margin-top: 16px;
}

.bg_cb_net_cmr {
    background: #F3F3F3;
}

.bg_cb_net_cmr .orange-bg-internet {
    background: #eea764 url("../images/sec-orange-internet.jpg") center no-repeat;
    min-height: 400px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

@media screen and (max-width: 540px) {
    .bg_cb_net_cmr .orange-bg-internet {
        background: url("../images/sec-orange-internet-m.jpg") center no-repeat;
        background-size: cover;
        min-height: 582px;
    }
}

.bg_cb_net_cmr .box-container {
    width: 1440px;
    margin: 0 auto;
    min-height: 843px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bg_cb_net_cmr .box-container .flex-items {
    max-width: 688px;
}

.bg_cb_net_cmr .box-container .flex-items .title {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
    text-align: center;
}

.bg_cb_net_cmr .box-container .flex-items .box-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 24px;
    padding-bottom: 12px;
}

.bg_cb_net_cmr .box-container .flex-items .box-items .item {
    padding: 20px;
    width: calc(50% - 12px);
    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1019607843);
    -webkit-box-shadow: 0px 2.04px 32.65px -4.08px rgba(16, 24, 40, 0.0392156863);
    box-shadow: 0px 2.04px 32.65px -4.08px rgba(16, 24, 40, 0.0392156863);
    border: 1px solid rgba(255, 255, 48, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bg_cb_net_cmr .box-container .flex-items .box-items .item img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg_cb_net_cmr .box-container .flex-items .box-items .item h5 {
    color: #FFFF30;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 8px 0 4px;
}

.bg_cb_net_cmr .box-container .flex-items .box-items .item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}


@media screen and (max-width: 1440px) {
    .bg_cb_net_cmr .box-container {
        width: calc(100% - 30px);
    }
}
@media screen and (max-width: 1200px) {

    .bg_cb_net_cmr .box-container {
        min-height: 730px;
    }
}
@media screen and (max-width: 1024px) {
    .bg_cb_net_cmr .box-container .flex-items .title {
        font-size: 31px;
        line-height: 40px;
    }
}

@media screen and (max-width: 834px) {
    .bottom-price-buy .div-price .label-promotion {
        font-size: 10px;
        letter-spacing: -0.5px;
    }
    .bottom-price-buy .div-price .price {
        font-size: 16px;
    }
    .camera-container .bottom-price-buy .btn-buy.style-fptcmr {
        font-size: 15px;
        padding: 0 10px;
        line-height: 1;
    }
    .camera-main .text-title {
        font-size: calc(35px * 0.7);
    /* line-height: 36px; */
    }
    .camera-container {
        padding: 22px;
        gap: 22px;
    }
    .camera-main {
        gap: 24px;
        width: 35%;
    }
    .camera-main .text-desc {
        margin-top: 0;
    }
    .swiper-default-fptcmr.sw-honor .swiper-button-next, 
    .swiper-default-fptcmr.sw-honor .swiper-button-prev {
        top: 94%;
    }
    .swiper-default-fptcmr.sw-honor .swiper-button-next {
        right: 40%;
    }
    .swiper-default-fptcmr.sw-honor .swiper-button-prev {
        left: 40%;
    }
    .swiper-default-fptcmr .div-card {
        padding: 28px 20px;
    }
    .sw-honor .award-title {
        font-size: 19px;
    }
}
@media screen and (max-width: 768px) {
    .bg_cb_net_cmr .box-container .flex-items {
        margin: 0 auto;
        max-width: 100%;
    }

    .bg_cb_net_cmr .box-container {
        padding: 32px 0 32px 0;
        min-height: 764px;
    }

    .bg_cb_net_cmr .box-container .flex-items .title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 32px;
        line-height: 33px;
    }

    .camera-main {
        gap: 20px;
        width: 60%;
    }

    .camera-image img {
        max-height: 300px;
    }
    
}

@media screen and (max-width: 540px) {
    .bg_cb_net_cmr .box-container {
        width: 100%;
        min-height: 748px;
        align-items: flex-start;
        padding-top: 44px;
    }

    .bg_cb_net_cmr .box-container .flex-items .title {
        padding-left: 16px;
        padding-right: 16px;
        width: calc(100vw - 6px);
        font-size: 26px;
    }

    .camera-main {
        width: 100%;
    }

    .section-video-1 .camera-main {
        padding: 0;
    }
    .swiper-default-fptcmr.sw-honor .swiper-button-next {
        right: 33%;
    }
    .swiper-default-fptcmr.sw-honor .swiper-button-prev {
        left: 33%;
    }
}

@media (max-width: 540px) {
    .bg_cb_net_cmr .box-container .flex-items .box-items {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding-inline: 16px;
        scroll-padding-inline: 16px;
    }

    .bg_cb_net_cmr .box-container .flex-items .box-items .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 272px;
        flex: 0 0 272px;
        min-width: 260px;
        scroll-snap-align: start;
        padding: 16px;
    }

    .bg_cb_net_cmr .box-container .flex-items .box-items .item img {
        width: 52px;
        height: 52px;
    }

    .bg_cb_net_cmr .box-container .flex-items .box-items .item h5 {
        font-size: 16px;
        line-height: 25px;
        margin: 3px 0 1px;
    }

    .bg_cb_net_cmr .box-container .flex-items .box-items .item p {
        font-size: 14px;
        line-height: 20px;
    }

    .bg_cb_net_cmr .box-container .flex-items .box-items::-webkit-scrollbar {
        display: none;
    }
}