﻿@charset "utf-8";
:root {
    --main-color: #005E8F;
    /*#0082CB;*/
}
a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.btn-loading {
    width: 100%;
    height: 100%;
    background: #d11920;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    overflow: hidden;
    text-align: center;
    display: block;
}

.btn-sending {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    overflow: hidden;
    text-align: center;
    display: none
}

    .btn-sending.show {
        display: block
    }

body.over {
    overflow: hidden
}

@keyframes lds-ellipsis3 {
    0%,25% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        left: 100px
    }

    100% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0%,25% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        left: 100px
    }

    100% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes lds-ellipsis {
    0% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    25% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        left: 100px
    }

    75% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        left: 168px;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis {
    0% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    25% {
        left: 32px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        left: 100px
    }

    75% {
        left: 168px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        left: 168px;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.lds-ellipsis {
    position: relative
}

    .lds-ellipsis > div {
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 40px;
        height: 40px
    }

    .lds-ellipsis div > div {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: red;
        position: absolute;
        top: 100px;
        left: 32px;
        -webkit-animation: lds-ellipsis 4s cubic-bezier(0,0.5,0.5,1) infinite forwards;
        animation: lds-ellipsis 4s cubic-bezier(0,0.5,0.5,1) infinite forwards
    }

    .lds-ellipsis div:nth-child(1) div {
        -webkit-animation: lds-ellipsis2 4s cubic-bezier(0,0.5,0.5,1) infinite forwards;
        animation: lds-ellipsis2 4s cubic-bezier(0,0.5,0.5,1) infinite forwards;
        background: #ffffff;
    }

    .lds-ellipsis div:nth-child(2) div {
        -webkit-animation-delay: -2s;
        animation-delay: -2s;
        background: #ffffff;
    }

    .lds-ellipsis div:nth-child(3) div {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
        background: #ffffff;
    }

    .lds-ellipsis div:nth-child(4) div {
        -webkit-animation-delay: 0;
        animation-delay: 0;
        background: #ffffff;
    }

    .lds-ellipsis div:nth-child(5) div {
        -webkit-animation: lds-ellipsis3 4s cubic-bezier(0,0.5,0.5,1) infinite forwards;
        animation: lds-ellipsis3 4s cubic-bezier(0,0.5,0.5,1) infinite forwards;
        background: #ffffff;
    }

.lds-ellipsis {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px,-100px) scale(1) translate(100px,100px);
    transform: translate(-100px,-100px) scale(1) translate(100px,100px);
    margin: auto;
    margin-top: 14%
}

@keyframes lds-facebook_1 {
    0% {
        top: 36px;
        height: 128px
    }

    50% {
        top: 60px;
        height: 80px
    }

    100% {
        top: 60px;
        height: 80px
    }
}

@-webkit-keyframes lds-facebook_1 {
    0% {
        top: 36px;
        height: 128px
    }

    50% {
        top: 60px;
        height: 80px
    }

    100% {
        top: 60px;
        height: 80px
    }
}

@keyframes lds-facebook_2 {
    0% {
        top: 42px;
        height: 116px
    }

    50% {
        top: 60px;
        height: 80px
    }

    100% {
        top: 60px;
        height: 80px
    }
}

@-webkit-keyframes lds-facebook_2 {
    0% {
        top: 42px;
        height: 116px
    }

    50% {
        top: 60px;
        height: 80px
    }

    100% {
        top: 60px;
        height: 80px
    }
}

@keyframes lds-facebook_3 {
    0% {
        top: 48px;
        height: 104px
    }

    50% {
        top: 60px;
        height: 80px
    }

    100% {
        top: 60px;
        height: 80px
    }
}

@-webkit-keyframes lds-facebook_3 {
    0% {
        top: 48px;
        height: 104px
    }

    50% {
        top: 60px;
        height: 80px
    }

    100% {
        top: 60px;
        height: 80px
    }
}

.lds-facebook {
    position: relative
}

    .lds-facebook div {
        position: absolute;
        width: 30px
    }

        .lds-facebook div:nth-child(1) {
            left: 35px;
            background: #28292f;
            -webkit-animation: lds-facebook_1 1.4s cubic-bezier(0,0.5,0.5,1) infinite;
            animation: lds-facebook_1 1.4s cubic-bezier(0,0.5,0.5,1) infinite;
            -webkit-animation-delay: -.28s;
            animation-delay: -.28s
        }

        .lds-facebook div:nth-child(2) {
            left: 85px;
            background: #0a0a0a;
            -webkit-animation: lds-facebook_2 1.4s cubic-bezier(0,0.5,0.5,1) infinite;
            animation: lds-facebook_2 1.4s cubic-bezier(0,0.5,0.5,1) infinite;
            -webkit-animation-delay: -.14s;
            animation-delay: -.14s
        }

        .lds-facebook div:nth-child(3) {
            left: 135px;
            background: #464141;
            -webkit-animation: lds-facebook_3 1.4s cubic-bezier(0,0.5,0.5,1) infinite;
            animation: lds-facebook_3 1.4s cubic-bezier(0,0.5,0.5,1) infinite
        }

.lds-facebook {
    width: 51px !important;
    height: 51px !important;
    -webkit-transform: translate(-25.5px,-25.5px) scale(0.255) translate(25.5px,25.5px);
    transform: translate(-25.5px,-25.5px) scale(0.255) translate(25.5px,25.5px);
    margin: auto
}
/* CSS Document */
::selection {
    color: #000;
    background: #ffc22e;
}

::-moz-selection {
    color: #000;
    background: #ffc22e;
}

::-webkit-input-placeholder {
    color: #c9c9c9;
    text-overflow: ellipsis;
}

:-moz-placeholder {
    color: #ffc22e !important;
    text-overflow: ellipsis;
    opacity: 1;
}

::-moz-placeholder {
    color: #ffc22e !important;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ffc22e !important;
    text-overflow: ellipsis;
    opacity: 1;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(100,100,100,.9);
    -moz-box-shadow: inset 0 0 6px rgba(100,100,100,.9);
    box-shadow: inset 0 0 6px rgba(100,100,100,.9);
    background-color: rgba(100,100,100,.9);
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: var(--main-color);
    }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: none !important;
}


/* loanding */
#fixed-left {
    position: fixed;
    top: 50%;
    z-index: 998;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    #fixed-left a {
        text-align: center;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: width .5s ease;
        background: red;
    }


        #fixed-left a:hover {
            width: 55px;
        }

        #fixed-left a:nth-child(2) {
            background: #ed7b16;
        }

        #fixed-left a:nth-child(3) {
            background: #3b5998;
        }

        #fixed-left a:last-child {
            background: #008fe5;
        }


.pagination {
    padding: 20px 0;
    display: table;
    margin: 0 auto;
}

.pagi {
    margin-bottom: 15px;
}

    .pagi nav ul {
        display: flex;
        list-style: none;
        margin-bottom: 0;
        gap: 7px;
        justify-content: center;
    }

        .pagi nav ul li a, .pagi nav ul li span {
            color: #312c2c;
            font-weight: 600;
            transition: ease-in-out .3s;
            border-color: #b4b4b4;
            padding: 5.5px 10px;
            text-align: center;
            font-size: 15px;
            border: 1px solid #d4d4d4;
            line-height: 18px;
            width: 31px;
            height: 31px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pagi nav ul li span {
            border-color: var(--main-color);
            color: var(--main-color);
        }

.pagination > li > a.active, .pagination > li > a:hover {
    border-color: var(--main-color);
    color: #333;
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
    border-radius: 0px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

a {
    color: #1f1f1f;
}

    a.img {
        display: block;
        overflow: hidden;
    }

._img {
    overflow: hidden;
}

    ._img img {
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        width: 100%;
    }

    ._img:hover img {
        transform: scale(1.05,1.05);
    }

a:hover {
    text-decoration: none;
    color: var(--main-color);
}

.tbl {
    display: table;
}

    .tbl > .tbl-cell {
        display: table-cell;
    }


.top-header {
    background: var(--main-color);
}

    .top-header ul {
        padding: 0;
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .top-header .right ul li {
        display: table-cell;
        vertical-align: middle;
        color: #ffffff;
        position: relative;
        padding: 0 12px;
        line-height: 24px;
    }

        .top-header .right ul li:after {
            content: '';
            height: 12px;
            width: 1px;
            background: #ffffff8c;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
        }

        .top-header .right ul li:last-child:after {
            width: 0
        }

    .top-header a {
        color: #ffffff;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .top-header a:hover {
            color: #fff901;
        }

    .top-header .left {
        display: flex;
        justify-content: end;
        gap: 15px;
        padding: 10px 0;
    }

        .top-header .left a {
            text-transform: uppercase;
            font-size: 14px;
        }

            .top-header .left a span {
            }


.sub-full {
    display: none
}

.top-header .right {
    float: right;
    width: 40%;
    text-align: right;
}


.main-heaeder {
    display: flex;
    gap: 15px;
}

.logo {
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 65/51;
}

    .logo img {
        max-width: 100%;
        max-height: 100%;
        width: initial;
        height: initial;
        object-fit: contain;
    }

#sticker {
    float: left;
}

header {
    position: sticky;
    z-index: 100;
    top: 0;
    background: #fff;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);
    transition: transform .5s ease;
}

    header.fixed {
        transform: translateY(-40px);
    }


#back-top {
    cursor: pointer;
    display: none;
    position: fixed;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    bottom: 73px;
    right: 10px;
    z-index: 999;
    background: var(--main-color)
}

    #back-top.show {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

.detail-content-right.an {
    display: none
}

.content-user button {
    margin: 10px 0
}


footer {
    overflow: hidden;
    border-top: 1px solid #eaeaea;
}

.footer {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

    .footer .item {
        width: 29%;
    }

        .footer .item:nth-child(2) {
            width: 41%;
        }

        .footer .item:last-child {
            width: 33%;
        }

        .footer .item ._img {
            width: 115px;
            margin: auto auto 15px auto;
            display: flex;
            align-items: center;
            justify-content: center;
            aspect-ratio: 115/90;
        }

            .footer .item ._img img {
                height: initial;
                width: initial;
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
            }

        .footer .item h3 {
            font-size: 15px;
            text-transform: uppercase;
            FONT-WEIGHT: 700;
            margin: 0;
            padding: 0 0 15px 0;
            line-height: 18px;
        }

        .footer .item ul {
            padding: 0;
            list-style: none;
            margin: 0;
        }

            .footer .item ul li {
                font-size: 14px;
                line-height: 24px;
                color: #514f4f;
            }

                .footer .item ul li a {
                    color: #514f4f
                }

                .footer .item ul li:hover a {
                    color: var(--main-color);
                }

    .footer .contact-ft ul li {
        position: relative;
        display: flex;
        align-items: center;
        gap: 5px;
    }


    .footer .submit-ft form {
        position: relative;
        margin-bottom: 15px;
    }

        .footer .submit-ft form .form-group {
            width: 100%;
        }

    .footer .submit-ft input {
        width: 100%;
        padding: 0;
        padding-left: 10px;
    }

    .footer .submit-ft button {
        position: absolute;
        top: 0;
        right: 0;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        z-index: 99;
    }

.submit-ft > span {
    position: relative;
    padding-left: 35px;
    display: block;
    margin-bottom: 7px;
}

    .submit-ft > span a {
        font-size: 18px;
        line-height: 24px;
        color: #000;
        font-weight: 700;
        padding-left: 5px;
    }

        .submit-ft > span a:hover {
            color: var(--main-color)
        }


    .submit-ft > span:last-child a {
        font-size: 14px;
        font-weight: 400;
        color: #004e8b
    }

        .submit-ft > span:last-child a:hover {
            color: var(--main-color)
        }

.bottom-footer {
    padding: 10px 0;
    background: var(--main-color);
}

    .bottom-footer .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bottom-footer .left p, .bottom-footer .left p a {
        color: #e4e4e4;
        padding: 0 0;
        margin: 0;
        margin-bottom: 0;
        font-size: 14px;
    }

        .bottom-footer .left p a:hover {
            color: orange
        }

    .bottom-footer .social {
        padding: 0 0px;
        display: flex;
        gap: 10px;
        align-items: center;
    }

        .bottom-footer .social a {
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 20px;
            position: relative;
            height: 29px;
            width: 29px;
            border: 1.5px solid #fff;
            border-radius: 50%;
        }

            .bottom-footer .social a:nth-of-type(5):hover {
                background: #E73072;
            }

            .bottom-footer .social a:nth-of-type(1):hover {
                background: #3b5999;
            }

            .bottom-footer .social a:nth-of-type(2):hover {
                background: #0084ff
            }

            .bottom-footer .social a:nth-of-type(3):hover {
                background: #dd4b39
            }

            .bottom-footer .social a:nth-of-type(4):hover {
                background: #cd201f;
            }

.banner-th img {
    width: 100%;
    height: initial;
}

.banner-th {
    position: relative;
    aspect-ratio: 1600/597;
    overflow: hidden;
}

    .banner-th .item {
        aspect-ratio: 1600/597;
    }

    .banner-th .lSSlideOuter .lSPager.lSpg {
        position: absolute;
        bottom: 14px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99;
    }

        .banner-th .lSSlideOuter .lSPager.lSpg > li a {
            background: #00000000;
            height: 19px;
            width: 19px;
            position: relative;
        }

            .banner-th .lSSlideOuter .lSPager.lSpg > li a:before {
                content: '';
                height: 9px;
                width: 9px;
                background: #7f776a;
                top: 50%;
                left: 50%;
                position: absolute;
                transform: translate(-50%,-50%);
                border-radius: 50%;
            }

        .banner-th .lSSlideOuter .lSPager.lSpg > li.active a, .banner-th .lSSlideOuter .lSPager.lSpg > li:hover a {
            border: 1px solid #7f776a;
        }

.tit-lg, .tit-lg h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
}

    .tit-lg span {
        color: var(--main-color);
        padding-left: 5px;
    }

.tit-h2 {
    font-weight: 900;
    font-size: 24px;
}

    .tit-h2 h2 {
        font-size: 24px;
        color: #373737;
        font-weight: 600;
        display: block;
        text-transform: uppercase;
        padding: 0 0 20px 0;
        text-align: left;
        margin: 0
    }

        .tit-h2 h2 span {
            color: var(--main-color);
        }

#RegisterEmail input.error, #RegisterEmail textarea.error {
    border: 1px solid #ff0000 !important;
}

#RegisterEmail label.error {
    display: none !important;
}

.slider-product-th .item ._img {
    padding: 3px;
    aspect-ratio: 1;
}

    .slider-product-th .item ._img img {
        min-height: 100%;
        object-fit: cover
    }

    .slider-product-th .item ._img a {
        display: flex;
        border-radius: 15px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 0px 14px 0 rgba(228, 228, 217, 0.9);
        padding: 5px;
        align-items: center;
        justify-content: center;
    }

.slider-product-th .desc {
    padding: 15px 0;
}

    .slider-product-th .desc h3 {
        font-size: 14px;
        color: #373737;
        text-align: center;
        padding-bottom: 10px;
        margin: 0;
    }

        .slider-product-th .desc h3 a {
            overflow: hidden;
            word-wrap: break-word;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 1.4;
            font-weight: 600;
        }

    .slider-product-th .desc span {
        display: block;
        text-align: center;
        font-size: 16px;
        color: var(--main-color);
        font-weight: 700;
    }

.slider-product-th {
    position: relative;
    aspect-ratio: 1170/375;
}

.product .slider-product-th {
    aspect-ratio: initial;
}

.slider-product-th .action .prev,
.slider-product-th .action .next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider-product-th .action .prev {
    left: -30px;
}

.slider-product-th .action .next {
    right: -30px;
}

.product-hot {
    margin-bottom: 50px;
    overflow: hidden;
}

    .product-hot .tit-h2 h2 {
        text-align: center
    }

    .product-hot .content .lSSlideWrapper {
        position: initial
    }

    .product-hot .content .lSAction > a {
        width: 20px;
        height: 43px
    }

    .product-hot .content .lSAction > .lSPrev {
        background: url(../images/icon-left-th.png)no-repeat;
        transform: translateY(-50%);
        left: -32px;
        top: 45%;
    }

    .product-hot .content .lSAction > .lSNext {
        background: url(../images/icon-right-th.png)no-repeat;
        transform: translateY(-50%);
        right: -32px;
        top: 45%;
    }

.popup-vd {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s ease;
    display: flex;
}

    .popup-vd.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .popup-vd .bgblack {
        z-index: 102;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
    }

    .popup-vd .ifr-tv {
        z-index: 103;
        position: relative;
        width: 900px;
        height: initial;
        margin: auto;
        top: 0;
        max-width: calc(100% - 30px);
        z-index: 103;
        position: relative;
    }

        .popup-vd .ifr-tv iframe {
            width: 100%;
            height: 506px;
            border: 0;
        }

    .popup-vd .close-pu {
        right: 20px;
        top: 20px;
        color: #fff;
        cursor: pointer;
        opacity: 1;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0);
        border-radius: 100%;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        position: absolute;
        z-index: 1000;
    }

        .popup-vd .close-pu:before, .popup-vd .close-pu:after {
            display: block;
            content: " ";
            position: absolute;
            top: 14px;
            left: 23px;
            width: 4px;
            height: 22px;
            border-radius: 4px;
            background: #fff;
            -webkit-transition: background 0.2s ease-in-out;
            transition: background 0.2s ease-in-out;
        }

        .popup-vd .close-pu:before {
            transform: rotate(45deg);
        }

        .popup-vd .close-pu:after {
            transform: rotate(-45deg);
        }

.nonescroll {
    overflow: hidden;
}

.flex-video {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

    .flex-video .pagi {
        width: 100%;
    }

    .flex-video .item-video {
        width: calc((100% - 15px)/2);
    }

    .flex-video.flex-3 .item-video {
        width: calc((100% - 30px)/3);
    }

.item-video .img {
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 16/9;
    position: relative;
}

.no-image {
    background: #f1f1f1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-video .img .play {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.item-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-video iframe {
    width: 100%;
    height: 288px;
}

.item-video .desc {
    padding-top: 15px;
}

.item-video h3, .item-video h3 a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    height: 48px;
    overflow: hidden;
    margin: 0;
}

.item-video h3 {
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-video .desc .clock {
    display: flex;
    align-items: center;
    font-style: italic;
    gap: 5px;
}

.contact-th {
    background: #fff;
    background-size: cover;
    margin: 50px 0;
}

    .contact-th .flex-about {
        display: flex;
        gap: 30px;
        align-items: center;
    }

    .contact-th .item-left {
        width: 30.5%;
        aspect-ratio: 360/240;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: end;
    }

        .contact-th .item-left img {
            width: initial;
            height: initial;
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }

    .contact-th .item-right {
        width: calc(69.5% - 30px);
    }

.tit-lg {
    padding: 0 0 25px;
    margin: 0;
}

    .tit-lg h1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        margin: 0
    }


        .tit-lg h1 span {           
            color: var(--main-color);
            padding-left: 5px;
        }

.contact-th .item-right p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: justify;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.contact-th .item-right a {
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: var(--main-color);
    padding: 6.5px 20px;
    border-radius: 3px;
}

    .contact-th .item-right a:hover {
        background: #b94c0e;
    }

.news-th .content {
    overflow: hidden;
}

    .news-th .content .desc {
        padding: 23px 24px 23px 0;
    }

        .news-th .content .desc h3 {
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            height: 48px;
            overflow: hidden;
            margin: 0
        }

        .news-th .content .desc p {
            font-size: 14px;
            line-height: 24px;
            height: 70px;
            display: block;
            overflow: hidden;
        }

    .news-th .content .item img {
        width: 100%;
        object-fit: cover
    }

.clock {
    font-size: 14px;
    line-height: 24px;
    color: #414040;
    padding: 11px 0;
    display: flex;
    gap: 5px;
    align-items: center;
}

    .clock svg {
        fill: var(--main-color);
    }

/* sản phẩm */
.product .item ._img a {
    border-radius: initial
}

.toll-bar-1 ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: flex;
    gap: 10px;
    width: 100%;
}

    .toll-bar-1 ul li {
        font-size: 14px;
        line-height: 18px;
        color: #949494;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .toll-bar-1 ul li i {
            padding-left: 14px
        }

        .toll-bar-1 ul li a {
            color: #949494
        }

        .toll-bar-1 ul li:hover a {
            color: var(--main-color)
        }

/* chi tiết sản phẩm */
#imageGallery_details {
    margin-bottom: 10px;
}

    #imageGallery_details li {
        aspect-ratio: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.swiper-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: initial;
    height: initial;
}

.lSSlideOuter.vertical .lSGallery {
    left: 0;
}

.lSSlideOuter.vertical {
    position: relative;
    padding-right: 0 !important;
    padding-left: 105px;
    border: none;
}

    .lSSlideOuter.vertical .lSSlideWrapper {
        border: none;
    }

.slider-detail-product .lSPager li {
    border-radius: 0 !important;
    padding: 0 5px;
}

    .slider-detail-product .lSPager li a {
        width: 100%
    }

        .slider-detail-product .lSPager li a img {
            padding: 2px;
            border: 1px solid #cecece;
            width: 100%;
            height: 100%;
        }

    .slider-detail-product .lSPager li.active a img, .slider-detail-product .lSPager li:hover a img {
        padding: 2px;
        border: 1px solid #528f46
    }

.lSSlideOuter.vertical .lightSlider > * {
    padding: 2px; /* border:1px solid #441818 */
}

.slider-detail-product span.text-center {
    margin: 0 auto;
    display: block;
    padding-top: 10px;
}

    .slider-detail-product span.text-center img {
        padding-right: 10px
    }

.detail-content-right h3, .detail-content-right h1 {
    font-size: 23px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 15px 0;
}

.detail-content-right p {
    display: inline-block;
}

    .detail-content-right p span {
        font-size: 30px;
        font-weight: 600;
        color: var(--main-color);
    }

        .detail-content-right p span:nth-child(2) {
            font-size: 22px;
            color: #868686;
            text-decoration: line-through;
            padding-left: 11px;
            line-height: 42px;
        }

.detail-content-right ul {
    padding: 10px 15px;
    margin: 0;
}

    .detail-content-right ul span {
        font-weight: bold
    }

.detail-content-right .sl-sp {
    padding: 10px;
    background-color: #eff2f3;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
}

    .detail-content-right .sl-sp p {
        font-size: 14px;
        line-height: 30px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
    }

    .detail-content-right .sl-sp input {
        width: 80px;
        text-align: center;
        height: 32px;
    }

    .detail-content-right .sl-sp span {
        font-size: 14px;
        line-height: 30px;
        float: left;
    }

.detail-content-right .add span {
    float: left;
    background: var(--main-color);
    display: block;
    padding: 2px;
}

    .detail-content-right .add span:first-child {
        width: calc(60% - 4.5px);
        margin-right: 4.5px;
    }

    .detail-content-right .add span:last-child {
        width: calc(40% - 4.5px);
        margin-left: 4.5px;
    }

        .detail-content-right .add span:last-child a {
            background: var(--main-color);
            color: #fff;
            text-align: center;
        }

    .detail-content-right .add span a {
        display: block;
        font-size: 13px;
        line-height: 25px;
        color: var(--main-color);
        text-transform: uppercase;
        font-weight: 700;
        background: #fff;
        padding: 9px 18px;
        transition: all .5s ease-in-out;
    }

    .detail-content-right .add span:first-child a i {
        padding-right: 15px;
        font-size: 19px;
    }

    .detail-content-right .add span:first-child:hover a {
        background: var(--main-color);
        color: #fff
    }

.tit-sale {
    overflow: hidden;
    clear: both;
    padding-top: 20px;
    padding-bottom: 10px;
}

    .tit-sale h3 {
        font-size: 18px;
        line-height: 30px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .tit-sale span {
        float: right;
        font-size: 15px;
        line-height: 29px;
    }

.sp-sale ul {
    list-style: none;
    padding: 0;
    border-top: 1px solid #e9eaee;
    border-bottom: 1px solid #e9eaee;
}

    .sp-sale ul li {
        padding: 10px 0;
        border-bottom: 1px dotted #d0d0d0;
        overflow: hidden
    }

        .sp-sale ul li:last-child {
            border: none
        }

        .sp-sale ul li ._img {
            border: 1px solid #eeeeee;
            width: 23.5%;
            float: left;
            overflow: hidden
        }

            .sp-sale ul li ._img:hover img {
                transform: scale(1.15,1.15)
            }

            .sp-sale ul li ._img img {
                width: 100%;
                transition: all .5s ease-in-out
            }

        .sp-sale ul li .text {
            width: 76.5%;
            float: left;
            padding-left: 12px;
            padding-top: 13px;
        }

            .sp-sale ul li .text a {
                font-size: 13px;
                line-height: 18px;
                color: #1f2c35;
                display: block;
                font-weight: 600;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                .sp-sale ul li .text a:hover {
                    color: var(--main-color)
                }

            .sp-sale ul li .text span {
                font-size: 15px;
                line-height: 24px;
                float: left;
                color: var(--main-color);
            }

                .sp-sale ul li .text span.old-price {
                    text-decoration: line-through;
                    font-weight: 400;
                    color: #6d6d6d;
                    padding-left: 10px;
                    font-weight: 500
                }

/* chi tiết tin tức */

.detail-news .content h1 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 14px;
    margin: 0
}

.detail-news .content p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    display: block;
    margin: 0
}

.detail-news .content span {
    font-weight: bold
}

.detail-news .content > a {
    margin: 20px 0;
    display: block
}

.detail-news .content > img {
    margin: 0 auto;
    display: block;
}

.detail-news .content ul {
    list-style: disc;
    padding: 0 0 0 20px;
}

    .detail-news .content ul li {
        margin-bottom: 10px;
    }

.tit-right h2 {
    font-size: 20px;
    font-family: "Muli";
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--main-color);
    text-transform: uppercase;
    display: inline-block;
}

.detail-news {
    padding-top: 10px;
    padding-bottom: 70px;
}

    .detail-news .content {
        width: 71%;
        float: left;
        padding-right: 30px
    }

        .detail-news .content h2 {
            font-size: 20px;
            margin-top: 0;
            font-weight: 700;
        }

        .detail-news .content h3 {
            font-size: 18px;
            margin-top: 0;
            font-weight: 700;
        }

    .detail-news .list-right {
        width: 29%;
        float: left;
    }

    .detail-news .list-new-right .item {
        padding: 12px 0;
        overflow: hidden;
        border-bottom: 1px solid #e0e0e0;
    }

        .detail-news .list-new-right .item:last-child {
            border: none
        }

    .detail-news .list-new-right ._img {
        padding: 1px;
        border: 1px solid #e6e6e6;
        width: 25%;
        float: left;
        max-height: 75px
    }

        .detail-news .list-new-right ._img:hover img {
            transform: scale(1.1,1.1)
        }

        .detail-news .list-new-right ._img img {
            width: 100%;
            transition: all .5s ease-in-out
        }

    .detail-news .list-new-right .desc {
        width: 74%;
        float: left;
        padding-left: 12px;
    }

        .detail-news .list-new-right .desc h3 {
            font-size: 14px;
            line-height: 20px;
            padding-bottom: 5px;
            margin: 0;
            max-height: 40px;
            overflow: hidden
        }

.other-news h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: "Muli";
    font-weight: bold;
    padding-left: 16px;
    margin-bottom: 20px;
    position: relative;
}

    .other-news h3::before {
        content: '';
        background: var(--main-color);
        height: 100%;
        width: 2px;
        position: absolute;
        top: 0;
        left: 0;
    }

.other-news ul {
    list-style: none;
    padding: 0
}

    .other-news ul li {
        font-size: 14px;
        line-height: 30px;
    }

        .other-news ul li i {
            padding-right: 8px
        }

.banner-ab img {
    width: 100%;
}

/* Liên hệ */
.content-contact {
    margin-bottom: 60px
}

    .content-contact .item-left iframe {
        width: 100%;
        height: 425px;
    }

    .content-contact .item-right h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        padding-bottom: 15px;
        display: block;
        margin: 0
    }

    .content-contact .item-right ul {
        list-style: none;
        padding: 0
    }

        .content-contact .item-right ul li {
            font-size: 14px;
            line-height: 24px;
            color: #555555;
            position: relative;
            padding-left: 29px;
            padding-bottom: 11px;
        }

            .content-contact .item-right ul li:nth-child(1)::before {
                background: url(../images/i-map.png)no-repeat
            }

            .content-contact .item-right ul li:nth-child(2)::before {
                background: url(../images/i-phone.png)no-repeat
            }

            .content-contact .item-right ul li.fax::before {
                background: url(../images/i-fax.png)no-repeat
            }

            .content-contact .item-right ul li.email::before {
                background: url(../images/i-mail.png)no-repeat
            }

            .content-contact .item-right ul li::before {
                content: '';
                width: 16px;
                height: 19px;
                position: absolute;
                left: 0;
                top: 5px;
            }

    .content-contact .item-right .form {
        border-bottom: 1px solid #e5e5e5;
    }

        .content-contact .item-right .form:last-child {
            padding-top: 22px;
            border: none
        }

.form-contact {
    background: url(../images/bg-contact.png)no-repeat;
    background-size: cover;
    text-align: center;
    padding: 76px 0 92px
}

    .form-contact .item {
        width: 630px;
        margin: 0 auto
    }

    .form-contact span a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        background-color: var(--main-color);
        font-size: 16px;
        line-height: 24px;
        padding: 8px 0;
        display: block;
        clear: both;
        text-align: center;
        transition: all .5s ease-in-out;
        position: relative;
        z-index: 2
    }

    .form-contact span:hover a::before {
        content: '';
        transform: scaleX(1);
    }

    .form-contact span a::before {
        content: '';
        transform: scaleX(0);
        background: #103d77;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all .5s ease-in-out;
    }

    .form-contact h3 {
        color: #fff;
        font-family: "Muli";
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .form-contact .col-sm-7 {
        margin: 0 auto
    }

    .form-contact .contact-form {
        margin: 0 auto
    }

        .form-contact .contact-form input, .form-contact .contact-form textarea {
            border-radius: 0;
            background: #fff;
            height: 39px;
            border: none;
            color: #000
        }

            .form-contact .contact-form input::placeholder, .form-contact .contact-form textarea::placeholder {
                font-size: 14px;
                line-height: 24px;
                color: #000
            }

        .form-contact .contact-form textarea {
            height: 93px !important
        }

.tit-H1 {
    padding-bottom: 9px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    z-index: -1;
}

    .tit-H1 h1 {
        font-weight: bold;
        font-size: 22px;
        line-height: 24px;
        display: block;
        float: left;
        margin: 0
    }

    .tit-H1 span {
        float: left;
        line-height: 30px;
        padding-left: 9px;
    }

    .tit-H1 h1::before {
        content: '';
        background: var(--main-color);
        width: 48px;
        height: 2px;
        position: absolute;
        bottom: -3px;
        left: 0;
    }


.fb-comments iframe {
    width: 100% !important
}

.other-news {
    margin-top: 15px
}

.addthis_button_google_plusone {
    width: 35px !important
}

.like-share {
    margin-bottom: 10px
}

span.old-price {
    font-weight: 100 !important;
    color: #333 !important;
    text-decoration: line-through;
}

.tab-detail .desc {
    padding-top: 10px
}

.tab-detail .nav {
}

    .tab-detail .nav li {
    }

        .tab-detail .nav li.active a {
            color: #fff;
            background: var(--main-color);
            border-color: transparent;
        }

        .tab-detail .nav li a {
            font-weight: 700;
            text-transform: uppercase;
            color: #333333;
        }

/* .giỏ hàng */
.cart {
    padding-bottom: 67px
}

    .cart .checkout-left {
        width: 73%;
        float: left;
        padding-right: 17px;
    }

    .cart .checkout-right {
        width: 27%;
        float: left;
        background: #f5f5f5;
        padding: 15px;
        border: 1px solid #eeeeee;
    }

.body-tab-card .item .sl {
    display: table;
    list-style: none;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.sl li {
    border: 1px solid #dfdfdf;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .sl li span {
        width: 34px;
        display: block;
        cursor: pointer;
        font-size: 21px;
        color: #333;
    }

    .sl li:first-child {
        color: #ccc;
    }

    .sl li input {
        color: #333;
        width: 40px;
        line-height: 29px;
        text-align: center;
        border: none;
    }

    .sl li:last-child {
        color: #288ad6;
    }

.checkout-left table {
    width: 100%;
    overflow-x: auto;
}

.checkout-left thead {
    background: #f5f5f5;
    border: 1px solid #ededed;
}

    .checkout-left thead th {
        font-size: 14px;
        line-height: 18px;
        font-family: "Muli";
        font-weight: bold;
        padding: 10px 0;
        text-align: center;
    }

        .checkout-left thead th:first-child {
            padding-left: 23px;
            text-align: left;
        }

.checkout-left tbody {
    border: 1px solid #ededed
}

    .checkout-left tbody td {
        max-height: 88px;
        overflow: hidden;
        text-align: center;
    }

        .checkout-left tbody td:first-child {
            padding-left: 20px
        }

        .checkout-left tbody td p {
            color: var(--main-color);
            font-weight: 900;
            font-size: 16px
        }

.checkout-left ._img {
    width: 68px;
    float: left;
    padding: 10px 0
}

.checkout-left img {
    width: 100%;
}

.checkout-left h3 {
    float: left;
    font-size: 14px;
    max-height: 88px;
    font-family: "Muli";
    padding-left: 15px;
    margin: 0;
    display: block;
    line-height: 88px;
}

.checkout-right .head-tab-r {
    border-bottom: 1px solid #d8d8d8;
    color: #333;
}

    .checkout-right .head-tab-r p {
        width: 50%;
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
    }

    .checkout-right .head-tab-r span {
        width: 50%;
        display: inline-block;
        text-align: right;
        font-weight: 700;
        font-size: 17px;
        line-height: 42px;
    }

.checkout-right .body-tab-r {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .checkout-right .body-tab-r p {
        font-weight: 700;
        width: 50%;
        display: inline-block;
        font-size: 14px;
    }

        .checkout-right .body-tab-r p span {
            font-weight: normal;
            display: block;
            line-height: 18px;
            font-size: 12px;
            font-style: italic;
        }

    .checkout-right .body-tab-r > span {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        color: var(--main-color);
        line-height: 42px;
        text-align: right;
        font-size: 23px;
        font-weight: 700;
        float: right;
    }

.btn_thanh_toan {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    transition: all .5s ease-in-out
}

    .btn_thanh_toan:hover {
        background: var(--main-color);
        color: #fff
    }

.checkout-right > span {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    color: #555555;
    display: block;
    text-align: center;
    margin-top: 14px;
}

    .checkout-right > span i {
        color: var(--main-color);
        padding-left: 8px
    }

/* giỏ hàng */
.tit {
    background: #f5f5f5;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    padding: 11px 20px;
}

    .tit h3 {
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        font-family: "Muli";
        color: #000;
        padding-left: 22px;
        position: relative;
    }

        .tit h3::before {
            content: "\f0da";
            font: normal normal normal 14px/1 FontAwesome;
            color: #fff;
            background: var(--main-color);
            width: 15px;
            height: 15px;
            text-align: center;
            line-height: 15px;
            position: absolute;
            top: 2px;
            left: 0;
            border-radius: 50%;
        }

.checkout-left .item-left {
    border: 1px solid #ececec
}

    .checkout-left .item-left .check-box {
        padding: 29px 46px;
    }

.form-deli {
    padding: 26px 23px;
    overflow: hidden;
}

    .form-deli .form-group input, .form-deli .form-group select {
        height: 40px;
        box-shadow: initial;
    }

.finish {
    padding-top: 15px;
    padding-bottom: 20px;
}

    .finish > a {
        font-size: 14px;
        line-height: 36px;
        color: var(--main-color);
    }

        .finish > a:hover {
            color: var(--main-color)
        }

        .finish > a i {
            padding-right: 9px
        }

    .finish > span {
        float: right;
    }

        .finish > span a {
            background: var(--main-color);
            color: #fff;
            display: block;
            font-size: 14px;
            line-height: 36px;
            padding: 3px 44px;
            border-radius: 4px;
            border: 1px solid var(--main-color);
            transition: all .5s ease-in-out
        }

            .finish > span a:hover {
                background: #cd4c02;
            }

.checkout-right .tit {
    background: var(--main-color);
}

.gh-2 {
    border: none !important;
    padding: 0 !important;
}

    .gh-2 .tit h3 {
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        display: block;
        font-family: "Muli";
        padding-left: 0;
        float: left;
        margin: 0;
    }

        .gh-2 .tit h3:before {
            display: none
        }

    .gh-2 .tit span {
        float: left;
        padding-left: 5px;
        color: #fff
    }

    .gh-2 .sp-tab-r {
        clear: both;
        overflow: hidden;
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 15px;
        margin-top: 15px
    }

    .gh-2 .desc {
        padding: 15px;
        border: 1px solid #eeeeee;
    }

    .gh-2 .sp-tab-r ._img {
        border: 1px solid #ededed;
        width: 27%;
        float: left;
    }

        .gh-2 .sp-tab-r ._img img {
            width: 100%;
        }

    .gh-2 .sp-tab-r .text {
        padding-left: 15px;
        float: left;
        width: 73%;
    }

        .gh-2 .sp-tab-r .text h3 {
            font-size: 14px;
            line-height: 18px;
            color: #1f2c35;
            font-weight: 700;
            padding-bottom: 5px;
        }

        .gh-2 .sp-tab-r .text p {
            color: var(--main-color);
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
        }

            .gh-2 .sp-tab-r .text p span {
                font-size: 14px;
                line-height: 18px;
                color: #555555;
                float: right
            }

    .gh-2 .desc > p {
        padding: 20px;
        margin-top: 15px;
        border-radius: 8px;
        background: #fff;
        background-image: url(../images/bg-dasher.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

        .gh-2 .desc > p span {
            font-size: 14px;
            line-height: 24px;
            color: #555555;
        }

/* lịch sử đơn hàng */
.tit-left {
    background: var(--main-color);
}

    .tit-left h3 {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        display: block;
        padding: 10px 20px;
        font-weight: bold
    }

.menu-left ul {
    padding: 15px 0 15px 30px;
    border: 1px solid #ddd
}

    .menu-left ul li {
        list-style: square;
        font-size: 14px;
        line-height: 24px;
    }

        .menu-left ul li.active a {
            color: var(--main-color);
        }

.content-right {
    padding-bottom: 40px
}

    .content-right h1 {
        font-size: 22px;
        line-height: 26px;
        font-weight: bold;
        padding-bottom: 14px;
    }

    .content-right thead tr th {
        color: #fff;
        background: var(--main-color);
        text-align: center
    }

    .content-right .form-content span {
        display: block;
        text-align: center;
        padding: 10px 20px;
    }

        .content-right .form-content span a {
            color: #fff;
            font-size: 14px;
            line-height: 24px;
            padding: 10px 20px;
            background: var(--main-color);
            margin: 0 auto;
            border-radius: 5px;
        }

/* Đănh nhập */
.step-content {
    margin-bottom: 15px;
}

    .step-content .form_login > p {
        font-weight: bold;
        font-size: 16px;
        line-height: 43px;
        text-align: center;
        margin: 20px 0;
    }

    .step-content .form_login form {
        margin: 0 50px;
    }

        .step-content .form_login form .user_name {
            border: 1px solid #cccccc;
            margin-bottom: 10px;
            border-radius: 5px;
            padding: 0 15px;
            width: 100%;
            line-height: 38px;
            font-size: 16px;
        }

        .step-content .form_login form .check_radio {
            padding: 10px 0;
        }

            .step-content .form_login form .check_radio label {
                width: 100%;
                font-weight: normal;
                line-height: 22px;
                margin: 5px 0;
                font-size: 14px;
                padding-left: 30px;
                position: relative;
            }

                .step-content .form_login form .check_radio label span {
                    position: absolute;
                    width: 22px;
                    height: 22px;
                    border: 1px solid #e7e7e7;
                    background: #fff;
                    border-radius: 11px;
                    left: 0;
                    top: 0;
                    cursor: pointer;
                    transition: all .35s;
                }

                .step-content .form_login form .check_radio label input[type='radio'] {
                    position: absolute;
                    visibility: hidden;
                    top: 1px;
                    left: 4px;
                }

                    .step-content .form_login form .check_radio label input[type='radio']:checked ~ span {
                        border: 6px solid var(--main-color);
                    }

        .step-content .form_login form button[type='button'], .step-content .form_login form button[type='submit'], .step-content .form_login form button[type='reset'] {
            width: 100%;
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            line-height: 43px;
            font-weight: 700;
            border-radius: 5px;
            background: var(--main-color);
            border: none;
        }

        .step-content .form_login form button[type='reset'] {
            background-color: var(--main-color);
        }

        .step-content .form_login form > span {
            position: relative;
            width: 100%;
            height: 1px;
            background: #e7e7e7;
            display: block;
            margin: 30px 0;
        }

            .step-content .form_login form > span > p {
                position: absolute;
                left: 50%;
                transform: translate(-50%,0);
                font-size: 14px;
                line-height: 20px;
                top: -10px;
                padding: 0 5px;
                color: #9ca3af;
                background: #ffffff;
            }

        .step-content .form_login form .login_mxh {
            display: block;
            overflow: hidden;
        }

            .step-content .form_login form .login_mxh .btn_mxh {
                border: 1px solid #39579a;
                border-radius: 5px;
                width: calc(50% - 10px);
                float: left;
                text-align: center;
                text-transform: uppercase;
                background: #39579a;
            }

                .step-content .form_login form .login_mxh .btn_mxh a {
                    color: #fff;
                    line-height: 36px;
                    padding-left: 25px;
                    position: relative;
                    display: table;
                    margin: 0 auto;
                }

                    .step-content .form_login form .login_mxh .btn_mxh a::before {
                        content: '';
                        position: absolute;
                        width: 25px;
                        height: 36px;
                        background: url(../images/ic_fb2.png)center left no-repeat;
                        top: 0;
                        left: 0;
                    }

                .step-content .form_login form .login_mxh .btn_mxh:last-child {
                    border-color: #dddddd;
                    float: right;
                    background: #fff;
                }

                    .step-content .form_login form .login_mxh .btn_mxh:last-child a {
                        color: #333;
                    }

                        .step-content .form_login form .login_mxh .btn_mxh:last-child a::before {
                            background: url(../images/ic_g2.png)center left no-repeat;
                        }

        .step-content .form_login form .back_ {
            color: #333;
            display: inline-block;
            line-height: 37px;
            margin: 10px 0;
        }

            .step-content .form_login form .back_ i {
                padding-right: 10px;
                color: #a9a3af;
            }

.table_gh {
    border: 1px solid #e7e7e7;
}

    .table_gh .title {
        display: block;
        margin-bottom: 0;
        background: #f6f6f6;
        width: 100%;
        font-family: 'Arial-Bold';
        font-size: 14px;
        line-height: 43px;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 30px;
    }

        .table_gh .title:first-child {
            padding-left: 10px;
            text-transform: uppercase;
        }

    .table_gh .form-dc {
        padding: 20px 0px;
    }

        .table_gh .form-dc p {
            margin-bottom: 10px;
            padding-left: 30px;
            padding-right: 20px;
            width: 100%;
            display: flex;
        }

            .table_gh .form-dc p > span {
                width: 155px;
                float: left;
                display: block;
            }

            .table_gh .form-dc p label {
                width: calc(100% - 155px);
                float: left;
                margin: 0;
                position: relative;
            }

                .table_gh .form-dc p label input, .table_gh .form-dc p label textarea, .table_gh .form-dc p label select {
                    width: 100%;
                    padding: 0 10px;
                    border: 1px solid #ccc;
                    line-height: 29px;
                    min-height: 29px;
                    border-radius: 5px;
                    display: inline-block;
                    font-weight: normal;
                }

                .table_gh .form-dc p label.checkbox {
                    width: 100%;
                    margin-top: 15px;
                    margin-bottom: 5px;
                }

                    .table_gh .form-dc p label.checkbox input[type='checkbox'] {
                        float: left;
                        width: 16px;
                        margin: 0;
                        height: 16px;
                        margin-right: 14px;
                        line-height: 20px;
                        min-height: 16px;
                        display: block;
                        position: relative;
                    }

                    .table_gh .form-dc p label.checkbox span {
                        width: calc(100% - 30px);
                        float: left;
                        font-weight: normal;
                    }

                .table_gh .form-dc p label#datetime-picker {
                    position: relative;
                }

        .table_gh .form-dc button[type='submit'] {
            margin: 20px auto;
            padding: 0 35px;
            color: #Fff;
            text-transform: uppercase;
            font-weight: bold;
            background: #e42e2e;
            line-height: 36px;
            border-radius: 5px;
            display: block;
        }

/* Đăng ký */
.login_page .form_login {
    padding-bottom: 20px
}

    .login_page .form_login p {
        margin: 15px 0 0 0 !important
    }

.login_page .table_gh {
    height: 258px
}

.reset_page .table_gh {
    height: 200px !important
}

.reset_page .table_gh_reset {
    height: 275px !important;
    margin-top: 15px;
    padding-top: 15px
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.login_page .step-content .form_login form .login_mxh .btn_mxh {
    width: 100% !important;
    margin-bottom: 20px;
}

.news-th .content .item .video iframe {
    width: 100% !important;
    height: 200px
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
    overflow: hidden !important
}


/*Custom css*/
.detail-video .content {
    width: 100%;
    padding: 0;
}

    .detail-video .content .video {
        width: 100%;
    }

    .detail-video .content iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 16/10;
        padding: 0;
    }

.phone-footer {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

    .phone-footer a {
        font-weight: 700;
        font-size: 16px;
    }

.fanpage .iframe {
    overflow: hidden;
    aspect-ratio: 16/9;
}

.fanpage iframe {
    width: 100%;
    height: 100%;
}

.tab-content .item-first {
    display: table;
    width: 100%;
}

    .tab-content .item-first ._img {
        width: calc(50% - 10px);
        float: left
    }

    .tab-content .item-first .desc {
        width: calc(50% + 10px);
        float: left
    }

    .tab-content .item-first ._img img {
        width: 100%;
        transition: all .5s ease-in-out;
        max-height: 425px;
        object-fit: cover;
    }

    .tab-content .item-first .desc {
        padding: 15px 30px 15px;
    }

        .tab-content .item-first .desc h1 {
            font-size: 20px;
            font-weight: 900;
            padding-bottom: 25px;
        }

            .tab-content .item-first .desc h1 a {
                color: #333;
                max-height: 52px;
                overflow: hidden;
                display: block;
                line-height: 26px;
            }

            .tab-content .item-first .desc h1:hover a {
                color: var(--main-color)
            }

        .tab-content .item-first .desc p {
            font-size: 14px;
            line-height: 24px;
            margin: 25px 0 35px;
            display: block;
            max-height: 72px;
            overflow: hidden;
        }

        .tab-content .item-first .desc a.view {
            color: var(--main-color);
            font-size: 14px;
            line-height: 24px;
            text-transform: uppercase;
            font-weight: bold;
            padding: 5px 25px;
            border: 1px solid var(--main-color);
            margin-top: 35px;
        }

            .tab-content .item-first .desc a.view:hover {
                background: var(--main-color);
                color: #fff
            }

.list-content {
    padding-top: 20px;
}

    .list-content .col-xs-12 {
        padding: 0 10px
    }

    .list-content ._img {
        overflow: hidden;
        display: block;
        height: 185px;
    }

    .list-content .desc {
        padding: 15px 10px !important
    }

    .list-content ._img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .5s ease-in-out;
    }

    .list-content ._img:hover img {
        transform: scale(1.1,1.1)
    }

    .list-content .desc h3 {
        padding-bottom: 15px;
    }

.list-product {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}

    .list-product .item-list {
        width: calc((100% - 75px)/4);
    }

@media(max-width:991px) {
    .tab-content .item-first ._img {
        width: 100%;
    }

    .tab-content .item-first .desc {
        width: 50%;
        display: table
    }

    .list-content .col-xs-12:first-child, .list-content .col-xs-12:last-child, .list-content .col-xs-12 {
        padding: 10px
    }

    .list-product {
        grid-template-columns: calc(100%/3) calc(100%/3) calc(100%/3)
    }

    #sticker .socials > li {
        width: 20%
    }
}

@media(max-width:700px) {
    .list-product {
        margin: 0;
        column-gap: 15px;
    }

        .list-product .item-list {
            width: calc((100% - 15px) / 2);
        }
}
