﻿html {
    background: none;
    background: #FFF;
}

body {
    font-family: "San Francisco Display";
    font-weight: 300;
    font-size: 12px;
    color: #191919;
}


    body header nav {
        display: none;
    }

    body header,
    body header .heading {
        background: #F4F4F4;
    }


.apple-section-title {
    margin: 0;
    padding: 12px 0 12px 0;
    font-size: 36px;
    color: #191919;
    gap: 8px;
    display: flex;
    justify-content: center;
    font-weight: 500;
}



.jssor-apple {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 1200px;
    height: 375px;
    overflow: hidden;
    visibility: hidden;
    border-radius: 10px;
}

.jssor-apple-container {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 1200px;
    height: 375px;
    overflow: hidden;
}

.applebullet .i:hover,
.applebullet .iav,
.applebullet .iav span {
    background: #fff !important
}

.slider-arr-l {
    left: 10px;
}

.slider-arr-r {
    right: 10px;
}


.apple-btn {
    background: #191919;
    border: 1px solid #191919;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.apple-btn-small {
    padding: 8px 15px;
}

.apple-btn:hover {
    background: #545454;
    border: 1px solid #545454;
}

.apple-btn-white {
    background: #fff;
    color: #191919;
    border: 1px solid #191919;
}

    .apple-btn-white:hover {
        background: #191919;
        border: 1px solid #191919;
        color: #fff;
    }


.apple-header {
    margin: auto;
    width: 1200px;
}

    .apple-header .container {
        display: flex;
    }

    .apple-header nav {
        width: 100%;
        font-weight: 600;
    }

        .apple-header nav ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: center;
            width: 100%;
            height: 60px;
        }

            .apple-header nav ul li {
                padding: 16px 0 16px 40px;
                flex-grow: 3;
                flex-shrink: 4;
            }

                .apple-header nav ul li a,
                .apple-header nav ul li a:link,
                .apple-header nav ul li a:visited {
                    font-size: 15px;
                    color: #333336;
                    line-height: 27px;
                }

                    .apple-header nav ul li a:hover,
                    .apple-header nav ul li.active a {
                    }

    .apple-header .logo a {
        display: flex;
        align-items: center;
    }

    .apple-header .logo i {
        font-size: 27px;
        margin-right: 10px;
    }

    .apple-header .logo a,
    .apple-header .logo a:link,
    .apple-header .logo a:visited {
    }

        .apple-header .logo a:hover {
            color: #B8B8B8;
        }

    .apple-header .logo span {
        display: block;
        line-height: 27px;
    }





.apple-newproduct {
}

    .apple-newproduct .row {
        display: grid;
        display: grid;
        grid-template-columns: repeat(8, minmax(0, 1fr));
        grid-gap: 12px;
    }

    .apple-newproduct .item {
        text-align: center;
        grid-row: span 2;
        grid-column: span 2;
    }

        .apple-newproduct .item .special-item {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            background: #F4F4F4;
            padding: 20px;
            color: #191919;
            border-radius: 10px;
            font-size: 20px;
            line-height: 30px;
            justify-content: flex-end;
        }

        .apple-newproduct .item h3 {
            margin-bottom: 40px;
        }

            .apple-newproduct .item h3 a strong {
                color: #191919;
                font-weight: 600;
                font-size: 24px;
            }

            .apple-newproduct .item h3 a:hover strong {
                color: #000;
            }

        .apple-newproduct .item img {
            /*max-width: 100%;*/
            /*width: 100%;*/
            border-radius: 10px;
        }


    .apple-newproduct .one-slot {
        grid-column: span 2;
        grid-row: span 1;
        width: 100%;
        height: 100%;
    }

        .apple-newproduct .one-slot a {
            flex-direction: row-reverse !important;
            align-items: center !important;
        }

            .apple-newproduct .one-slot a img {
                width: 100px;
                height: 100px;
            }

    .apple-newproduct .two-slot {
        grid-column: span 2;
        grid-row: span 2;
        width: 100%;
        height: 100%;
    }

        .apple-newproduct .two-slot a img {
            width: 200px;
            height: 200px;
        }
    .apple-newproduct .four-slot {
        grid-column: span 4;
        grid-row: span 2;
        width: 100%;
        height: 100%;
    }

        .apple-newproduct .four-slot a img {
            width: 100%;
            height: 100%;
        }
    .apple-newproduct .four-slotx1 {
        grid-column: span 4;
        grid-row: span 1;
        width: 100%;
        height: 100%;
    }

        .apple-newproduct .four-slotx1 a img {
            width: 100%;
            height: 100%;
        }
    .apple-newproduct .full-slot {
        grid-column: span 8;
        grid-row: span 1;
        width: 100%;
        height: 100%;
    }

        .apple-newproduct .full-slot a img {
            width: 100%;
            height: 100%;
        }
.apple-promote .row {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 25px;
}

.apple-promote .item {
    text-align: center;
    position: relative;
}

    .apple-promote .item .cover {
        width: 100%;
        border-radius: 10px;
    }

        .apple-promote .item .cover img {
            width: 100%;
            border-radius: 10px;
        }






.apple-icon-utility .container {
    border: 1px solid #333;
    border-radius: 10px;
}

.apple-icon-utility .row {
    display: flex;
    justify-items: stretch;
    justify-content: space-around;
    padding: 25px 15px;
}

.apple-icon-utility .item {
    text-align: center;
    flex-grow: 3;
    padding: 0 20px;
    width: auto;
    border-right: 1px solid #333;
    display: flex;
}

    .apple-icon-utility .item:last-child {
        border: none;
    }

    .apple-icon-utility .item i {
        font-size: 35px;
        margin-right: 10px;
    }

    .apple-icon-utility .item span {
        margin: 0;
        padding: 0;
        font-size: 20px;
        font-weight: normal;
        line-height: 38px;
    }



.apple-product-category .apple-section-title {
    padding: 12px 0 12px 0;
}

.apple-product-category .lts-apple {
    padding: 30px 0;
    margin-right: -22px;
}

    .apple-product-category .lts-apple .item {
        width: calc(1/5*100% - (1 - 1/5)*18px);
        margin: 0 10px 10px 0;
        border: 1px solid #eee;
        box-shadow: none;
        padding: 2px 0 2px 0;
    }

.apple-product-category .apple-cover {
    margin: 0 auto;
    width: 1200px;
}

    .apple-product-category .apple-cover .apple-bg {
    }

        .apple-product-category .apple-cover .apple-bg img {
            max-width: 100%;
        }

.apple-product-category .lts-apple .item .img {
    width: 160px;
}

.apple-product-category .lts-apple .item a.title {
    font-size: 15px;
    margin: 15px 0;
}

.apple-product-category .lts-apple .item .apple-button {
    padding-top: 15px;
}

.apple-product-category .lts-apple .item .promote {
    top: 0;
}

.apple-product-category .more {
    text-align: center;
    padding-top: 10px;
    width: 100%;
    margin-bottom: -10px;
}

    .apple-product-category .more a {
        padding: 10px 40px;
        font-size: 15px;
        margin: 0 auto;
        color: #009981;
        font-weight: bold;
        display: inline-flex;
        border: 1px solid #009981;
        border-radius: 33px;
    }

        .apple-product-category .more a i {
            transform: rotate(90deg);
            display: block;
            margin-left: 10px;
        }

        .apple-product-category .more a:hover {
            color: #FFF;
            background: #009981;
        }

.lts-apple .item .sales,
.lts-apple .item .bag {
    background: #FD475A
}

.lts-apple .item .promote {
    background-image: linear-gradient(#545454, #303030);
}

    .lts-apple .item .promote a {
        color: #000 !important;
    }

    .lts-apple .item .promote ul li {
        font-size: 13px !important;
    }

.lts-apple .item .note {
    position: initial;
    top: 0;
    left: 0;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
}

.lts-apple .item .info {
    margin-bottom: 0px;
}

.text-red, .text-red * {
    color: #FD475A
}

.lts-apple .item .info .price {
    height: 30px;
}

    .lts-apple .item .info .price strong {
        font-size: 16px;
        display: block;
        clear: both;
    }

    .lts-apple .item .info .price strike {
        font-size: 14px;
        padding-top: 2px;
    }


.apple-service {
}

    .apple-service .bg-gray {
        background: #333333;
    }

        .apple-service .bg-gray .row {
            display: grid;
            grid-template-columns: auto auto;
            grid-gap: 20px;
            padding: 35px 0;
        }

            .apple-service .bg-gray .row .item {
                background: #fff;
                border-radius: 10px;
            }

                .apple-service .bg-gray .row .item .image {
                    position: relative;
                    height: 305px;
                }

                    .apple-service .bg-gray .row .item .image .bg {
                        position: absolute;
                        top: 25px;
                        left: 40px;
                    }

                    .apple-service .bg-gray .row .item .image .icon {
                        position: absolute;
                        right: 40px;
                        bottom: -90px;
                    }

    .apple-service .info {
        padding: 20px 40px;
        background: #F5F5F7;
        border-radius: 0 0 10px 10px;
        font-weight: 600;
    }

        .apple-service .info h4 {
            font-size: 40px;
            padding: 0;
            margin: 5px 0 20px 0;
        }

        .apple-service .info .description {
            line-height: 1.4;
            font-size: 15px;
            text-align: justify;
        }

        .apple-service .info .morelink {
            font-size: 15px;
            color: #191919;
            color: #009981;
        }

.footer-content {
    font-size: 14px;
    text-align: justify;
    line-height: 1.4;
}

.apple-icon-utility-v2 {
    margin-bottom: 20px !important
}

    .apple-icon-utility-v2 .container {
        border: 1px solid #333;
        border-radius: 10px;
    }

/*    .apple-icon-utility-v2 .row {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: center;
    }*/

/*    .apple-icon-utility-v2 .item {
        width: auto;
        display: flex;
        font-size: 15px;
        gap: 8px;
        background: #F3F3F3;
        padding: 12px;
        border-radius: 10px;
        align-items: center;
    }*/

        .apple-icon-utility-v2 .item i {
            font-size: 30px;
            height: 30px;
            padding: 10px;
            border-radius: 25px;
            color: #fff;
            background: linear-gradient(to bottom, #009981, #007260);
        }

        .apple-icon-utility-v2 .item span {
            margin: 0;
            padding: 0;
            font-size: 14px;
            font-weight: normal;
        }

            .apple-icon-utility-v2 .item span strong {
                margin: 0;
                padding: 0;
                font-size: 18px;
                font-weight: bold;
                line-height: 27px;
            }

        .apple-icon-utility-v2 .item img {
            max-width: 60px;
            margin-right: 15px;
        }

        .apple-icon-utility-v2 .item label {
            line-height: 1.5;
            display: block;
            padding-top: 5px;
        }

.apple-button-v2 {
    padding: 10px 0;
    text-transform: uppercase;
    display: block;
}

    .apple-button-v2 .apple-btn-v2 {
        border: none;
        font-family: "SFProDisplay";
        padding: 0;
        margin: 0;
        background: none;
        float: left;
        color: #009981;
        font-size: 12px !important;
        font-weight: normal;
        text-transform: uppercase;
    }

    .apple-button-v2 a,
    .apple-button-v2 a:link,
    .apple-button-v2 a:visited {
        display: block;
        float: right;
        color: #009981;
        font-size: 12px;
    }

        .apple-button-v2 a:hover,
        .apple-button-v2 .apple-btn-v2:hover {
            color: #006A5A;
        }

.apple-icon-utility-v3 {
    display: flex;
    justify-content: center;
    gap: 12px;
    height: 60px;
    align-items: center;
}

    .apple-icon-utility-v3 .horizon_spereate {
        content: '';
        height: 33px;
        width: 1px;
        background-color: #191919;
    }

.compare-link {
    text-align: right;
}

    .compare-link a,
    .compare-link a:link,
    .compare-link a:visited {
        font-size: 16px;
        color: #222;
        font-weight: bold;
    }

        .compare-link a:hover {
            color: #009981
        }

.apple-header-wrapper {
    position: relative;
    z-index: 1
}

.apple-header {
}

    .apple-header nav {
    }

        .apple-header nav li {
        }

            .apple-header nav li .sub {
                position: absolute;
                left: 0;
                right: 0;
                top: 59px;
                background: #fff;
                z-index: 99;
                color: #333338;
                padding: 15px 50px;
                width: 100%;
                display: none;
                z-index: 1001;
                /*transition: height 0.3s ease-in-out;*/ /* Thêm hiệu ứng thay đổi chiều cao */
            }

                .apple-header nav li .sub > div {
                    padding-left: 20%;
                }
                /*.apple-header nav li:hover .sub {display:block;}*/

                .apple-header nav li .sub p, .apple-header nav li .sub h3 {
                    margin: 0;
                    padding: 5px 0;
                }

                .apple-header nav li .sub,
                .apple-header nav li .sub a,
                .apple-header nav li .sub a:link,
                .apple-header nav li .sub a:visited {
                    font-size: 14px;
                    font-weight: normal;
                    white-space: nowrap;
                }

                    .apple-header nav li .sub h3 {
                        white-space: nowrap;
                    }

                        .apple-header nav li .sub h3 a,
                        .apple-header nav li .sub h3 a:link,
                        .apple-header nav li .sub h3 a:visited {
                            font-size: 20px;
                            font-weight: bold;
                        }

                            .apple-header nav li .sub h3 a:hover {
                            }

            .apple-header nav li:last-child .sub {
                right: 0;
            }

.lts-apple .item .info .price {
    display: flex;
    justify-content: space-around;
}

.head-link {
    display: flex;
    margin-bottom: -20px;
}

    .head-link .apple-head-links {
        flex-grow: 4;
        display: flex;
    }

    .head-link .compare-link {
        flex-grow: 1;
    }

    .head-link .apple-head-links a,
    .head-link .apple-head-links a:link,
    .head-link .apple-head-links a:visited {
        display: block;
        font-size: 13px;
        margin-right: 10px;
        border: 1px solid #ccc;
        background: #fff;
        padding: 5px 10px;
        border-radius: 8px;
        color: #333;
        white-space: nowrap;
    }

        .head-link .apple-head-links a:hover {
            background: #00483d;
            border-color: #00483d;
        }


/* Ẩn mũi tên khi không hover */
.slide-product-slick .slick-arrow {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Hiện mũi tên khi hover vào slider */
.slide-product-slick:hover .slick-arrow {
    opacity: 1;
}