.list-products {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

    .list-products:after {
        clear: both;
        display: block;
    }

    .list-products .layout_latest {
        float: inherit !important;
        display: inline-block;
        vertical-align: top;
        padding-top: 0px;
        padding-bottom: 20px;
        position: relative;
        max-width: 100%;
        margin-bottom: 5px;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        padding: 0px 10px !important;
        margin-top: 15px;
    }

        .list-products .layout_latest:after {
            content: "";
            clear: both;
            display: block;
        }

        .list-products .layout_latest > div > .image_container {
            display: inline-block;
            text-align: center;
            padding: 0px;
            position: relative;
            overflow: hidden;
        }

            .list-products .layout_latest > div > .image_container a {
                display: block;
                position: relative;
                z-index: 11;
                overflow: hidden;
                border: 1px rgba(0, 0, 0, 0.20) solid;
                padding: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

                .list-products .layout_latest > div > .image_container a:before, .list-products .layout_latest > div > .image_container a:after {
                    content: "";
                    opacity: 0;
                    pointer-events: none;
                    z-index: 3;
                    position: absolute;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    -webkit-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                .list-products .layout_latest > div > .image_container a:before {
                    top: 4px;
                    left: 4px;
                    right: 100%;
                    bottom: 100%;
                    border-top: 7px solid rgba(255, 255, 255, 0.5);
                    border-left: 7px solid rgba(255, 255, 255, 0.5);
                    border-bottom: 7px solid transparent;
                    border-right: 7px solid transparent;
                }

                .list-products .layout_latest > div > .image_container a:after {
                    left: 100%;
                    top: 100%;
                    bottom: 4px;
                    right: 4px;
                    border-bottom: 7px solid rgba(255, 255, 255, 0.5);
                    border-right: 7px solid rgba(255, 255, 255, 0.5);
                    border-top: 7px solid transparent;
                    border-left: 7px solid transparent;
                }

        .list-products .layout_latest:hover > div > .image_container a:after {
            opacity: 1;
            top: 50%;
            left: 50%;
            -webkit-box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.15);
            box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.15);
        }

        .list-products .layout_latest:hover > div > .image_container a:before {
            opacity: 1;
            bottom: 50%;
            right: 50%;
            -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15);
            box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15);
        }

        .list-products .layout_latest:hover figure img {
            transform: scale(1.1);
        }

        .list-products .layout_latest > div > .image_container span img {
            transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

        .list-products .layout_latest > div > .image_container .img-back img {
            display: block;
            position: absolute;
            top: 0;
            left: -120%;
        }

        .list-products .layout_latest > div > .image_container:hover .img-front img {
            -ms-transform: scale(0, 0);
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
        }

        .list-products .layout_latest > div > .image_container:hover .img-back img {
            left: 0%;
        }

        .list-products .layout_latest .parent {
            position: relative;
            z-index: 0;
            display: inline-block;
            vertical-align: top;
        }

        .list-products .layout_latest div > h2 {
            font-size: 1.2em;
            line-height: 1em;
            margin: 10px 0px 10px 0px;
            position: relative;
            display: block;
        }

            .list-products .layout_latest div > h2 a {
                font-size: 1em;
                color: #020202;
                padding: 0px;
                display: block;
                font-weight: bold;
                position: relative;
                z-index: 2;
                text-align: center;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 20px;
                -webkit-line-clamp: 2;
                height: 40px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
            }

        .list-products .layout_latest:hover div > h2 a {
            text-decoration: none;
            color: var(--primary-color);
        }

        .list-products .layout_latest .infomation .child .prices-row {
            display: inline-block;
            vertical-align: top;
            height: 36px;
            line-height: 36px;
        }

        .list-products .layout_latest .discount-flag {
            display: block;
            position: absolute;
            background: #f00;
            box-shadow: 0px 1px 2px #FFF;
            width: 40px;
            height: 40px;
            font-weight: bold;
            text-align: center;
            line-height: 40px;
            color: #FFF;
            z-index: 100;
            font-size: 1em;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            top: 5px;
            right: 5px;
        }

        .list-products .layout_latest figure .featured-flag {
            display: block;
            width: 50px;
            height: 50px;
            position: absolute;
            right: 0px;
            top: 0px;
            background: url("../../files/system/img/general/new-flag.gif") center center no-repeat;
            z-index: 1;
        }

    .list-products > .child {
        position: relative;
        display: block;
        clear: both;
        margin-bottom: 15px;
    }

        .list-products > .child:after {
            content: "";
            clear: both;
            display: block;
        }

    .list-products .layout_latest .infomation {
        display: block;
        text-align: center;
        position: relative;
    }

        .list-products .layout_latest .infomation .control-item.text-center {
            text-align: -webkit-center;
        }

        .list-products .layout_latest .infomation .child {
            display: block;
            margin-bottom: 10px;
        }

            .list-products .layout_latest .infomation .child > span {
                color: #ABABAB;
                display: block;
                font-size: 0.9em;
            }

                .list-products .layout_latest .infomation .child > span:after {
                    content: ":";
                    padding-right: 5px;
                }

            .list-products .layout_latest .infomation .child > .discount-flag {
                display: inline-block;
                background: #0087e2;
                padding: 0px 3px;
                color: #FFF;
                margin-left: 10px;
            }

                .list-products .layout_latest .infomation .child > .discount-flag:after {
                    display: none;
                }

        .list-products .layout_latest .infomation .price-old strong {
            text-decoration: line-through;
        }

        .list-products .layout_latest .infomation .prices strong {
            color: #FFF;
            font-weight: normal;
            font-size: 0.8em;
        }

            .list-products .layout_latest .infomation .prices strong.prices-btn {
                color: #f00;
                font-weight: bold;
                font-size: 14px;
                display: inline-block;
            }

    .list-products .layout_latest .prices-main {
        font-size: 1.1em;
    }

.detail-products .discount-flag {
    display: block;
    position: absolute;
    background: #f00;
    box-shadow: 0px 1px 2px #FFF;
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    z-index: 100;
    font-size: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 5px;
    right: 25px;
}

.list-products .layout_latest figure img {
    max-width: 100% !important;
    height: auto !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.list-products .empty {
    text-align: inherit;
    padding: 15px;
    text-align: center;
}

.list-products .teaser-category {
    padding: 10px 15px 30px 15px;
}

.list-products h1 {
    padding-left: 15px;
    padding-right: 15px;
}

.list-products .layout_latest .infomation .control-btn {
    background: red;
    padding: 5px;
    color: #FFF;
    text-decoration: none;
    width: fit-content;
    display: block;
    font-size: 13px;
    border-radius: 6px;
}

    .list-products .layout_latest .infomation .control-btn .icon-shop {
        background: url("../../files/system/img/general/cart-product.png") center center no-repeat;
        padding: 0px 14px;
        background-size: 20px;
    }

    .list-products .layout_latest .infomation .control-btn:hover {
        background: #f00;
    }

.imgContainerBanner {
    padding: 10px;
}

    .imgContainerBanner img {
        width: 100%;
        object-fit: cover;
    }

.detail-products {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .detail-products .head_container_div {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .detail-products .infomation > h1 {
        display: block;
        font-size: 1.8em;
        line-height: 1.2em;
        color: #020202;
        font-weight: bold;
    }

    .detail-products .ver {
        height: 230px
    }

    .detail-products .infomation > .child {
        padding: 3px 0px;
        font-size: 1em;
        margin-bottom: 5px;
    }

        .detail-products .infomation > .child > span:after {
            content: ": ";
            padding-right: 5px;
        }

        .detail-products .infomation > .child > strong {
            color: #737373;
            font-weight: bold;
        }

        .detail-products .infomation > .child.price-old > strong {
            text-decoration: line-through;
        }

        .detail-products .infomation > .child.prices-new > strong {
            color: #f00;
            font-size: 1.2em;
            font-weight: bold;
            margin-top: 8px;
        }

    .detail-products .infomation > .control {
        display: block;
        position: relative;
        margin-bottom: 10px;
    }

        .detail-products .infomation > .control span {
            display: inline-block;
            padding: 5px 0px;
            font-weight: bold;
            font-size: 1.2em;
            color: #000;
        }

        .detail-products .infomation > .control .product-number {
            background: #fff;
            width: 60px;
            display: inline-block;
            text-align: center;
            border: none;
            height: 35px;
            border: 1px solid;
        }

        .detail-products .infomation > .control button {
            background: #f00;
            color: #FFF;
            border: none;
            vertical-align: top;
            border-radius: 0px;
            padding: 10px 15px;
            min-width: fit-content;
            position: relative;
            text-transform: uppercase;
            font-weight: bold;
            display: block;
            margin-top: 20px;
            border-radius: 6px;
        }

            .detail-products .infomation > .control button:before {
                content: "";
                background: url("../../files/system/img/general/cart-product.png") center center no-repeat;
                padding: 0px 14px;
                background-size: 20px;
            }

            .detail-products .infomation > .control button:hover {
                background: #ca0000;
            }

    .detail-products .back a.btn-default {
        color: var(--secondaru-color);
        background-color: var(--primary-color);
    }

    .detail-products .jumpToLogin {
        padding: 5px 0px 15px 0px;
    }

        .detail-products .jumpToLogin a {
            background: #ffa129;
            color: #FFF;
            font-size: 1.5em;
            padding: 10px 20px;
            text-align: center;
            display: block;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            box-shadow: 2px 2px 0px 0px #ab6000
        }

            .detail-products .jumpToLogin a:hover {
                background: #ffa129;
                text-decoration: none;
            }

    .detail-products .infomation > .control span.nut {
        width: 30px;
        height: 35px;
        line-height: 36px;
        cursor: pointer;
        font-size: 22px;
        font-weight: bold;
        padding: 0px;
        vertical-align: middle;
        background: #8686869c;
    }

    .detail-products .infomation > .control span.number-minus {
        text-align: right;
        padding-right: 11px;
    }

    .detail-products .infomation > .control span.number-add {
        text-align: left;
        padding-left: 8px;
    }

    .detail-products .slick-slider {
        display: block;
        margin-bottom: 15px;
    }

    .detail-products .thumbdiv .slick-track {
        margin: 0px auto;
    }

    .detail-products .thumbdiv .slick-slide {
        opacity: 1;
    }

    .detail-products .thumbdiv .slick-current {
        opacity: 1;
    }

    .detail-products .thumbdiv .slick-slide img {
        border: 1px solid #e8e8e8;
    }

    .detail-products .tab-control * {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .detail-products .tab-control ul {
        display: block;
        list-style: none;
        margin: 10px 0px;
        padding: 0px;
    }

        .detail-products .tab-control ul li, .detail-products .tab-control > h2 {
            padding: 8px 15px;
            margin: 10px 0px 10px 0px;
            background: #EEE;
            position: relative;
            border: 1px solid #DDD;
            font-size: 1.1em;
            display: block;
            font-weight: bold;
            cursor: pointer;
        }

            .detail-products .tab-control > h2:after {
                content: "+";
                position: absolute;
                right: 15px;
                top: 10px;
            }

        .detail-products .tab-control ul li {
            display: inline-block;
            width: 49%;
            text-align: center;
        }

            .detail-products .tab-control ul li.active, .detail-products .tab-control > h2.active {
                background: #fff;
                border-bottom-color: transparent;
            }

                .detail-products .tab-control > h2.active:after {
                    content: "_";
                }

    .detail-products .tab-control div.div-teaser {
    }

    .detail-products .tab-control div.active {
        display: block !important;
    }

    .detail-products .infomation > .control .product-unit {
        width: auto;
        max-width: 100%;
        display: inline-block;
        margin-right: 10px;
        color: #000;
        width: 60px;
        height: 44px;
    }

.cloudzoom-blank > div:nth-child(3) {
    display: none !important;
}

.tab-controls-products {
    margin-bottom: 15px;
}

    .tab-controls-products .resp-tabs-list .resp-tab-active {
        color: #d40500;
    }

    .tab-controls-products .resp-tabs-list li {
        color: #000;
        font-size: 1.2em;
        text-transform: uppercase;
    }

.list-products .slick-initialized .slick-slide {
    display: inline-block;
    text-align-last: center;
}

.detail-products .slick-initialized .slick-slide a {
    text-align-last: center;
    width: 100%;
    display: block;
}

@media screen and (max-width: 767px) {
    .list-products .layout_latest {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

.list-news-scroll {
    display: block;
    padding-bottom: 15px;
}

    .list-news-scroll:after {
        content: "";
        clear: both;
        display: block;
    }

    .list-news-scroll .content, .list-news-teaser .content {
        display: block;
        position: relative;
    }

.news-list .layout_latest .content {
    box-sizing: border-box;
    padding: 10px;
    box-shadow: -2px 0px 20px 0px rgba(0,0,0,0.1);
}

.news-list .layout_latest .image_container img {
    width: 100%;
    transform: scale(1.04);
    transition: all 0.5s;
}

.news-list .layout_latest:hover .image_container img {
    transform: scale(1.1);
}

.list-news-scroll .layout_latest {
    max-width: 100%;
    position: relative;
    padding-bottom: 30px;
}

    .list-news-scroll .layout_latest:after {
        content: "";
        display: block;
        clear: both;
        float: inherit !important;
    }

    .list-news-scroll .layout_latest > div {
        display: block;
        position: relative;
    }

        .list-news-scroll .layout_latest > div.clearfix {
            padding: 0px;
        }

    .list-news-scroll .layout_latest h2, .list-news-teaser .layout_latest h2 {
        font-size: 1em;
        margin-top: 10px;
    }

        .list-news-scroll .layout_latest h2 a {
            font-size: 1em;
            color: #000;
            display: block;
            font-weight: bold;
            position: relative;
            margin-bottom: 10px;
            text-transform: none;
            line-height: 1.4em;
            z-index: 1;
            margin-top: 0px;
            padding-bottom: 0px;
        }

            .list-news-scroll .layout_latest h2 a:hover, .list-news-scroll .layout_latest:hover h2 a {
                text-decoration: none;
                color: var(--primary-color);
            }

    .list-news-scroll .layout_latest a {
        text-align: center;
        position: relative;
        overflow: hidden;
        display: inline-block;
        z-index: 1;
    }

    .list-news-scroll .layout_latest a {
        overflow: hidden;
        position: relative;
        display: block;
    }

.list-news-scroll .padding-bottom {
    padding-bottom: 30px;
}

.list-news-flex .layout_latest {
    padding-bottom: 15px;
}

    .list-news-flex .layout_latest .aniview {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .list-news-flex .layout_latest .aniview > a {
            width: 200px;
            display: block;
        }

        .list-news-flex .layout_latest .aniview .image_container img {
            width: 100%;
            overflow: hidden;
        }

        .list-news-flex .layout_latest .aniview > .content {
            width: calc(100% - 200px);
            padding-left: 15px;
        }

            .list-news-flex .layout_latest .aniview > .content > h2 {
                font-weight: 700;
                font-size: 1.2rem;
            }

.news-list .layout_latest {
    text-align: left;
    margin-top: 2px;
}

    .news-list .layout_latest p.info {
        text-align: right;
        font-weight: bold;
    }

    .news-list .layout_latest .teaser {
        line-height: 1.4em;
        position: relative;
        overflow: hidden;
        text-align: justify;
    }

    .news-list .layout_latest h2 {
        font-weight: normal;
        margin-bottom: 15px;
        margin-top: 10px;
    }

        .news-list .layout_latest h2 a {
            text-align: center;
            text-transform: none;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 20px;
            -webkit-line-clamp: 2;
            height: 40px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-transform: uppercase;
            color: #020202;
        }

    .news-list .layout_latest .more {
        text-align: right;
        padding-top: 15px;
    }

        .news-list .layout_latest .more > span {
            display: inline-block;
            padding: 3px 10px;
            background: #EAEAEA;
            color: #00135D
        }

        .news-list .layout_latest .more i {
            padding-right: 5px;
            color: #0b3a00;
        }

        .news-list .layout_latest .more a {
            color: #000;
            text-transform: none;
            font-size: 0.9em;
        }

.icongray .layout_latest h2 a {
    text-transform: uppercase;
}

.icongray .layout_latest figure img {
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -ms-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.icongray .layout_latest:hover figure img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.news-reader-product, .news-reader-product .layout_full {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

    .news-reader .layout_full > h1, .news-reader-product .layout_full > h1, .news-reader .layout_full h1 {
        font-size: 1.8em;
        margin-bottom: 20px;
        margin-top: 0px;
        color: #000;
        font-weight: 700;
    }

.news-reader .slick-slider {
    display: block;
    margin-bottom: 15px;
}

.news-reader .thumbdiv .slick-track {
    margin: 0px auto;
}

.news-reader .thumbdiv .slick-slide {
    opacity: 0.5;
}

.news-reader .thumbdiv .slick-current {
    opacity: 1;
}

.news-reader .thumbdiv .slick-slide img {
    border: 1px solid #e8e8e8;
}

.news-related {
    margin-bottom: 15px;
}

p.empty {
    display: block;
    clear: both;
}

.news-related a {
    color: #11a4be;
}

.related-content {
    display: block;
    margin: 15px 0px;
    padding: 15px;
    background: #f5f5f5;
}

.reader-news > .back a {
    display: inline-block;
    padding: 10px 20px;
    background: #020202;
    color: #FFF;
    text-decoration: none;
    clear: both;
    border-radius: 4px;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .news-list .layout_latest p.info {
        float: right;
        margin-left: 15px;
        background: #d0d0d0;
        color: #FFF;
        padding: 5px;
        font-weight: normal;
    }
}

@media screen and (max-width: 767px) {
    .list-news-flex .layout_latest .aniview > a {
        width: 100%;
    }

    .list-news-flex .layout_latest .aniview > .content {
        width: 100%;
    }

    .list-news-scroll .layout_latest figure {
        text-align: center;
        float: inherit;
        width: 100%;
    }

    .list-news-scroll .layout_latest .tooltip-inner, .list-news-scroll .layout_latest .tooltip {
        display: none
    }

    .news-list-ul > h2, .news-related > h2 {
        float: inherit;
    }

    .list-news-scroll.news-list .layout_latest figure a {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 640px) {
    .reader-news .pdf_link {
        display: block;
        position: relative;
        text-align: right;
    }

    .news-list .layout_latest .teaser {
        overflow: inherit;
    }
}

@media screen and (max-width: 420px) {
    .list-news-scroll .layout_latest figure {
        text-align: center;
        float: inherit;
    }
}

.block-color .layout_latest > div {
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.block-color .layout_latest h2 {
    position: relative;
    display: block;
    margin: 0px;
}

    .block-color .layout_latest h2 a {
        font-size: 1.2em;
        color: #000;
        line-height: 1.2em;
        padding: 10px;
        margin: 0px;
        font-weight: bold;
        position: relative;
        z-index: 2;
        background: rgba(230, 230, 230, 0.64);
        display: block;
    }

        .block-color .layout_latest h2 a:hover, .block-color .layout_latest:hover h2 a {
            text-decoration: none;
            color: #fff;
            background: var(--primary-color);
        }

.block-color .layout_latest div.content .teaser {
    color: #005277;
    text-align: right;
}

.block-color .layout_latest figure a {
    overflow: hidden;
    position: relative;
    display: block;
}

    .block-color .layout_latest figure a img {
        -webkit-transition: -webkit-transform 0.7s ease;
        -moz-transition: -moz-transform 0.7s ease;
        transition: transform 0.7s ease;
    }

.block-color .layout_latest:hover figure a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.block-color .layout_latest:hover div.content .teaser {
    color: #000;
}

.block-color .layout_latest {
    text-align: center;
}

.block-color .layout_latest {
    padding: 10px;
    padding-bottom: 20px;
}

.block-color .slick-initialized .slick-slide {
    margin: 0px;
}

.block-color .slick-prev, .block-color .slick-next {
    right: 0px;
    left: inherit;
    display: block !important;
    position: absolute;
    top: 0px;
    height: 30px;
    width: 30px;
    background: none;
}

.block-color .slick-prev {
    right: 32px;
}

    .block-color .slick-prev:before, .block-color .slick-next:before {
        font-family: "fontdl";
        color: #fff;
        position: absolute;
        left: 0px;
        height: 100%;
        width: 100%;
        text-align: center;
        line-height: 30px;
        margin: 0px;
        top: 0px;
        background: rgba(0, 0, 0, 0.6);
        opacity: 1;
    }

    .block-color .slick-prev:before {
        content: "\E80E";
    }

.block-color .slick-next:before {
    content: "\E80F";
}

.block-color .layout_latest .content {
    position: relative;
    display: block;
}

@charset "UTF-8";

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    padding: 0px 10px;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before, .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: #1f2533;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -5px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -5px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -5px;
}

[dir="rtl"] .slick-next {
    left: -5px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000;
    opacity: .9;
    filter: alpha(opacity = 90)
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin-top: 20px;
    background: #000
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    border: 5px solid #FFF;
    background: #fff
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #FFF
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0;
    color: #FFF
}

#cboxLoadingGraphic {
    background: url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0
}

    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0
    }

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

    #cboxPrevious:hover {
        background-position: bottom left
    }

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

    #cboxNext:hover {
        background-position: bottom right
    }

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px
}

    #cboxClose:hover {
        background-position: bottom center
    }

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

    .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
        transform-style: preserve-3d
    }

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}

    .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: none
    }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper: :before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper: :before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
        opacity: 0;
        cursor: auto;
        pointer-events: none
    }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: 'next'
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

    .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
        display: none !important
    }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
        display: block
    }

    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0
}

    .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
        width: var(--swiper-pagination-progressbar-size,4px);
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

    .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
        display: none !important
    }

    .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        position: absolute;
        left: var(--swiper-scrollbar-sides-offset,1%);
        bottom: var(--swiper-scrollbar-bottom,4px);
        top: var(--swiper-scrollbar-top,auto);
        z-index: 50;
        height: var(--swiper-scrollbar-size,4px);
        width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
    }

    .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
        position: absolute;
        left: var(--swiper-scrollbar-left,auto);
        right: var(--swiper-scrollbar-right,4px);
        top: var(--swiper-scrollbar-sides-offset,1%);
        z-index: 50;
        width: var(--swiper-scrollbar-size,4px);
        height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
    }

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

    .swiper-fade .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

.swiper-cube {
    overflow: visible
}

    .swiper-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-cube.swiper-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        opacity: .6;
        z-index: 0
    }

        .swiper-cube .swiper-cube-shadow:before {
            content: '';
            background: #000;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            filter: blur(50px)
        }

    .swiper-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-flip {
    overflow: visible
}

    .swiper-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

    .swiper-cards .swiper-slide {
        transform-origin: center bottom;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden
    }

.news-orders select, .news-orders input[type="text"], .news-orders input[type="password"], .news-orders input[type="email"], .news-orders textarea {
    border: 1px solid #ddd;
    padding: 10px;
    color: #000;
}

.news-orders .woocommerce-info {
    color: #1A8E14;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.news-orders .customer_details label {
    display: block;
    margin: 0 0 5px
}

.news-orders .customer_details .inline-block {
    display: inline-block
}

.news-orders .customer_details .margin-bottom-0 {
    margin-bottom: 0px
}

.news-orders .customer_details .font-weight-none {
    font-weight: normal
}

.news-orders .customer_details input[type="text"], .news-orders .customer_details textarea {
    margin-bottom: 10px;
    width: 100%
}

.news-orders p.error, .news-orders abbr {
    color: #F00
}

.news-orders > h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #d30000;
    font-weight: bold;
    position: relative;
    font-size: 1.5em;
}

.news-orders .headline {
    font-size: 1.5em;
    color: #5e1a71
}

.news-orders > h2:after {
    max-width: 250px;
    width: 100%;
    content: "";
    bottom: 0px;
    left: 0px;
    border-bottom: 1px solid #c1c1c1;
    display: block;
    position: absolute;
}

.news-orders .book-now-submit {
    text-align: right;
    margin-bottom: 15px;
}

.news-orders span.input-group {
    position: relative;
}

    .news-orders span.input-group:after {
        content: "";
        position: absolute;
        z-index: 1;
        right: 7px;
        top: 50%;
        width: 25px;
        height: 26px;
        margin-top: -13px;
        font-family: 'fontdl';
        content: "";
        text-align: center;
    }

.news-orders span.group-billing-date:after {
    content: "\F271";
}

.news-orders span.group-billing-email:after {
    content: "\E80D";
}

.news-orders span.group-billing-name:after {
    content: "\E813";
}

.news-orders span.group-billing-phone:after {
    content: "\E83D";
}

.news-orders span.group-billing-address:after {
    content: "\E81A";
}

.news-orders span.group-billing-promotion:after {
    content: "\E81E";
}

.news-orders .place-order > *:not(:last-child) {
    margin-right: 5px;
}

.news-orders .place-order > *:last-child {
    margin-left: -5px;
}

.btn-vnpay {
    position: relative;
    width: 120px;
    height: 32px;
    text-indent: -9999px;
    border: 0;
    outline: none !important;
}

    .btn-vnpay::after {
        content: "";
        background: url("../../files/system/img/general/ic-vn-pay.png") no-repeat;
        background-size: 100% 100%;
        display: block;
        opacity: initial;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 32px;
        opacity: 1;
    }

.h-payment, .payment {
    display: none !important;
}

.cart-button {
    position: relative;
    z-index: 1;
    text-align: left;
}

    .cart-button > .content {
        display: none;
        background: #F7F6F6;
        padding: 10px;
    }

        .cart-button > .content.empty {
            display: none !important;
        }

        .cart-button > .content .item {
            display: block;
            text-align: left;
            border-bottom: 1px solid #ECECEC;
            box-shadow: 0px 1px 0px 0px #FFF;
            margin-bottom: 5px;
        }

            .cart-button > .content .item:after {
                content: "";
                clear: both;
                display: block;
            }

            .cart-button > .content .item img {
                float: left;
                margin: 3px 10px 3px 0px;
            }

            .cart-button > .content .item .headline {
                display: block;
                color: #4E4E4E;
                font-weight: normal;
            }

            .cart-button > .content .item span {
                display: block;
                font-size: 0.8em;
                color: #C5B2B4;
                text-align: right;
            }

        .cart-button > .content .total {
            display: block;
            text-align: center;
            color: #BD1B29;
            font-size: 1.2em;
            margin: 10px 0px;
        }

        .cart-button > .content .orders-button {
            display: block;
        }

            .cart-button > .content .orders-button a {
                display: block;
                text-align: center;
                background: #5F7979;
                color: #FFF;
                text-decoration: none;
                padding: 10px 5px;
            }

                .cart-button > .content .orders-button a:hover {
                    background: #fa0000;
                }

    .cart-button > span {
        display: block;
        cursor: pointer;
        font-size: 1.2em;
        background: none;
        color: #fff;
        padding: 7px 0px;
        width: fit-content;
        float: right;
    }

        .cart-button > span i {
            margin: 0 5px;
        }

        .cart-button > span b {
            position: absolute;
            right: -7px;
            top: -5px;
            display: block;
            width: 20px;
            background: var(--secondary-color);
            font-size: 13px;
            color: #fff;
            -moz-border-radius: 100%;
            border-radius: 100%;
            height: 20px;
            line-height: 20px;
            text-align: center;
        }

    .cart-button:hover > span {
        color: var(--secondary-color);
    }

.cart-order-list {
    position: relative;
    display: block;
    max-width: 1080px;
    margin: auto;
}

    .cart-order-list .content {
        background: #FFF;
        color: #000;
    }

    .cart-order-list > h2 {
        display: block;
        font-size: 1.5em;
        color: #BD1B29;
    }

    .cart-order-list input[type=text] {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding-left: 5px;
        padding-right: 5px;
        color: #444;
    }

    .cart-order-list .total h2 {
        color: #BD1B29;
        font-size: 1.5em;
    }

    .cart-order-list .control .btn {
        margin: 15px 5px;
    }

    .cart-order-list .table-responsive {
        background: #FFF;
        color: #444;
    }

        .cart-order-list .table-responsive .table {
            margin-bottom: 0;
        }

            .cart-order-list .table-responsive .table a {
                font-weight: bold;
                font-size: 1.2em;
                color: #000;
            }

    .cart-order-list select {
        height: 30px;
        display: inline-block;
        width: 120px;
        max-width: 99%;
        color: #444;
    }

.send-mail-cart .items .total h2 {
    display: block;
    margin: 0px 0px 15px 0px;
    padding: 10px;
    background: #e20000;
    color: #FFF;
    font-size: 1.5em;
    text-align: center;
}

.send-mail-cart .item:after {
    content: "";
    clear: both;
    display: block;
}

.send-mail-cart .items {
    background: rgba(247, 247, 247, 0.82);
    color: #444;
}

.send-mail-cart .item {
    padding: 5px;
    border-bottom: 1px dotted #DCDCDC;
}

    .send-mail-cart .item a {
        float: left;
        margin-right: 10px
    }

    .send-mail-cart .item .name {
        display: block;
        color: #BD1B29;
    }

    .send-mail-cart .item .prices {
        display: block;
        color: #757575;
        font-size: 0.8em;
    }

.send-mail-cart .payment {
    display: block;
    margin-bottom: 15px;
    padding: 0;
}

.send-mail-cart h2.h-payment {
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #FFF;
    font-size: 1.2em;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.send-mail-cart .payment .method {
    padding: 0px 10px;
}

.send-mail-cart .payment label {
    font-weight: normal;
    display: block;
    position: relative;
    overflow: hidden;
}

.send-mail-cart .payment input {
    margin-right: 10px;
    float: left;
}

.send-mail-cart .payment .active label, .send-mail-cart .payment label:hover {
    font-weight: bold;
}

.send-mail-cart .payment .info-payment {
    display: none;
    margin-left: 20px;
    color: #777;
    padding: 10px;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.send-mail-cart .payment .active .info-payment {
    display: block;
}

.cart-order-list .warning {
    color: #F00;
}

@media screen and (min-width: 768px) {
    .cart-button:hover > div.content {
        display: block;
        position: absolute;
        min-width: 250px;
        right: 0px;
        top: 35px;
    }

    .rTable {
        display: table;
        width: 100%;
    }

    .rTableRow {
        display: table-row;
    }

    .rTableHeading {
        display: table-header-group;
        background-color: #ddd;
    }

    .rTableCell, .rTableHead, .rTableRow-bottom {
        padding: 5px 10px;
        border-bottom: 1px dashed #d8d8d8;
    }

    .rTableHead {
        padding-top: 15px;
        padding-bottom: 15px;
        color: #444;
    }

    .rTableCell, .rTableHead {
        display: table-cell;
    }

    .rTableRow-bottom {
        display: block;
    }

    .rTableHeading {
        display: table-header-group;
        background-color: #ddd;
        font-weight: bold;
    }

    .rTableFoot {
        display: table-footer-group;
        font-weight: bold;
        background-color: #ddd;
    }

    .rTableBody {
        display: table-row-group;
    }

    .rTable:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .rstt {
        width: 50px;
        text-align: center;
    }

    .rimage {
        width: 125px;
        text-align: center;
    }

    .rdongia {
        width: 100px;
        text-align: right;
    }

    .rsoluong {
        width: 100px;
        text-align: right;
    }

    .rgiamgia {
        width: 100px;
        text-align: right;
    }

    .rthanhtien {
        width: 120px;
        text-align: right;
    }

    .rxoa {
        width: 50px;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .icon-search > span {
        margin-top: 1px !important;
    }

    .cart-button > span {
        margin-top: 9px;
    }

    .cart-button {
        right: 5px;
        position: absolute;
        top: 20px;
        right: 10px;
    }

        .cart-button > span {
            color: #000;
        }
}

@media screen and (max-width: 767px) {
    .cart-button > span b {
        right: 0px;
        top: 0px;
        width: 15px;
        font-size: 11px;
        height: 15px;
        line-height: 15px;
    }

    .cart-button:hover > .content, .cart-button > .active {
        display: block;
        position: absolute;
        right: 0px;
        min-width: 320px;
        z-index: 1000;
    }

    .cart-button > span {
        display: inline-block;
        padding: 7px 10px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: none;
    }

        .cart-button > span > i {
            color: var(--primary-color);
            font-size: 25px;
        }

    .rTableRow {
        padding: 15px 15px 15px 100px;
        border-bottom: 1px dashed #d8d8d8;
        position: relative;
        z-index: 1;
    }

        .rTableRow:after {
            content: "";
            position: absolute;
            top: 0px;
            left: 85px;
            right: 0px;
            bottom: 0px;
            z-index: -1;
            background: #f3f3f3;
        }

    .rimage {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .rdongia, .rgiamgia {
        font-size: 0.9em;
        color: #555;
    }

    .rxoa {
        position: absolute;
        left: 20px;
        bottom: 20px;
        z-index: 5;
    }

    .rsoluong {
        margin-top: 10px;
        position: relative;
        display: block;
        background: #eaeaea;
        text-align: center;
    }

        .rsoluong input {
            background: none !important;
            border: none;
            text-align: center;
            display: inline-block !important;
            vertical-align: top;
            height: 40px !important;
            font-weight: bold;
            color: #777 !important;
            width: 40% !important;
        }

        .rsoluong .pre, .rsoluong .next {
            content: "";
            display: inline-block;
            width: 27%;
            text-align: center;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            cursor: pointer;
            vertical-align: top;
        }
}

@media screen and (max-width: 600px) {
    .cart-button:hover > .content, .cart-button > .active {
        display: block;
        position: fixed;
        right: 0px;
        left: 0px;
        min-width: 320px;
        z-index: 1000;
    }

    .cart-order-list .control .btn {
        margin: 5px;
    }
}

:root {
    --primary-color: #f10079;
    --secondary-color: #fac80f;
}

@font-face {
    font-family: 'montserrat';
    src: url("../../files/system/fonts/montserrat-regular.ttf") format("truetype");
}

@font-face {
    font-family: 'montserrat';
    src: url("../../files/system/fonts/montserrat-bold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: 'montserrat';
    src: url("../../files/system/fonts/montserrat-bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: 'montserrat';
    src: url("../../files/system/fonts/montserrat-light.ttf") format("truetype");
    font-weight: 300;
}

body, html {
    color: #000;
    font-family: 'montserrat',sans-serif;
    font-size: 16px;
    line-height: 1.4em;
}

figure {
    margin: 0px;
    padding: 0px;
    position: relative
}

a, a:hover, a:focus {
    color: #000;
    text-decoration: unset !important;
}

h1, h2, h3, h4, h5, h6, .title-headdline {
    font-style: normal;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.2em;
}

body iframe, .fb_iframe_widget > span {
    max-width: 100% !important
}

body {
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0px !important;
    background-attachment: fixed;
    position: relative;
    min-height: 100%;
}

    body:after {
        clear: both;
        content: "";
    }

.relative {
    position: relative;
}

#wrapper {
    position: relative;
    clear: both;
    overflow-x: visible;
}

    #wrapper:after {
        content: "";
        clear: both;
        display: block;
    }

.text-left {
    text-align: left !important;
}

.relative {
    position: relative;
}

select[disabled=disabled], input[disabled=disabled] {
    background-color: #EBEBE4
}

.block {
    display: block
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.flex {
    display: flex;
}

table {
    border-width: 1px;
    border-spacing: 0px;
    border-style: none;
    border-color: gray;
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

th {
    background: #ddd;
    color: #222;
    padding: 10px;
    text-align: left;
    border: 1px solid #ccc;
}

td {
    padding: 10px;
    border: 1px solid #ccc;
}

tr:nth-child(2n) {
    background: #eaeaea;
}

.table > h2, .table > h1 {
    color: #800000;
    font-size: 2em
}

.table > table {
    margin: 10px auto;
    display: table;
    border-collapse: collapse;
    border-spacing: 0px;
    border-color: gray;
    border: 1px solid #666
}

    .table > table tr td {
        border: 1px solid #DDD;
        padding: 5px 10px
    }

    .table > table tr th {
        border: 1px solid #DDD;
        padding: 5px 10px;
        background-color: #F5F5F5
    }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important
}

.table-red tr:nth-child(2n) {
    background: #f00;
    color: #FFF;
}

.table-red th, .table-red td {
    border-color: #F00 !important;
}

.border-none table, .border-none table th, .border-none table td, .border-none table tr {
    border-collapse: collapse;
    border-spacing: 0px;
    border: none !important;
    background: none !important;
}

.padding-bs-0 {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto
}

.padding-bs-left {
    padding-right: 0px
}

.mod_newsreader img, .ce_text img, #footer img, .img-reponsive img, figure img {
    max-width: 100% !important;
    height: auto;
}

.invisible, .tags-article {
    display: none !important
}

#main {
    margin-bottom: 0px;
}

    #main > .inside:after {
        clear: both;
        content: "";
        display: block
    }

.img-border {
    display: inline-block;
    margin-left: -4px;
    float: inherit;
    text-align: center;
}

    .img-border img {
        border: 1px solid #E8E8E8;
    }

.overflow {
    overflow: hidden !important;
    display: block;
    position: relative;
}

#header:not(.stuck) .logo a img {
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

#container {
    padding-top: 15px;
    margin-bottom: 15px;
    margin-top: 0px;
}

    #container:after, #header:after {
        clear: both;
        content: "";
        display: block;
    }

.slick-dots {
    display: none !important;
}

.div-padding {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
}

.slider-home {
    display: block;
    margin-bottom: 0px;
    font-size: 18px;
    position: relative;
}

#footer {
    position: relative;
}

    #footer .footer-address {
        padding-bottom: 10px;
    }

        #footer .footer-address h1, #footer .footer-address h2, #footer .footer-address h3 {
            margin-top: 0px
        }

    #footer .block-footer p {
        padding: 0px;
        margin: 0px 0px;
        line-height: 1.2em;
    }

    #footer .copyright, #footer .copyright a {
        color: #000;
        font-size: 14px;
        text-align: center;
    }

        #footer .copyright p {
            margin: 0px;
            padding: 12px 0px;
        }

    #footer.fixbottom {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    #footer .footer-copyright {
        color: #020202;
    }

.footer-icon {
    background-color: #fff;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 120px 0;
    position: relative;
    z-index: 1;
    padding: 25px 0px 5px 0;
    position: relative;
    display: block;
    background-image: url("../../files/system/img/general/bg-footer-left.png"), url("../../files/system/img/general/bg-footer-right.png");
    background-position: left -100px top, right -120px bottom -25px;
    background-repeat: no-repeat, no-repeat;
}

    .footer-icon::before {
        background-image: linear-gradient(to right, #932b86, #c22578, #e3356d, #f49d18, #f9cf0f);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 5px;
        width: 100%;
    }

.footer-bottom {
}

.footer-icon .line-top {
    padding-top: 30px;
}

.footer-icon * {
    line-height: 1.1em;
    color: #020202;
}

.footer-icon a:hover {
    color: var(--primary-color);
    text-decoration: unset !important;
}

.footer-icon h3 {
    font-size: 1.4em;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: bold;
}

    .footer-icon h3:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0px;
        z-index: 1;
        width: 70px;
        height: 3px;
        background-image: linear-gradient(to right, #932b86, #c22578, #e3356d, #f49d18, #f9cf0f);
    }

    .footer-icon h3 span {
        color: #020202;
    }

.footer-icon .button-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 3px;
    margin-bottom: 10px;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

    .footer-icon .button-social a:hover {
        color: #f00;
        border-color: #f00;
        text-decoration: none;
    }

.line-footer h4 {
    color: #fff;
    font-size: 30px;
    margin: 0px;
    margin-top: 10px;
}

    .line-footer h4 img {
        display: inline-block;
        margin-left: 10px;
    }

.line-footer p {
    color: #fff;
    font-size: 1.2em;
    font-size: 1.4em;
    font-weight: 700;
}

.about-home:before {
    content: "";
    background: url("../../files/system/img/general/ngoac-1.png") center center no-repeat;
    background-size: 50px;
    position: absolute;
    width: 70px;
    height: 70px;
    top: -28px;
    left: 0px;
}

.about-home p {
    position: relative;
}

    .about-home p img {
        position: absolute;
    }

    .about-home p:nth-child(1) {
        text-indent: 3.5em;
    }

.nav-footer {
    padding-bottom: 15px;
}

    .nav-footer ul {
        display: block;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .nav-footer ul li {
            display: block;
            position: relative;
            padding: 8px 0px 8px 20px;
        }

            .nav-footer ul li a, .nav-footer ul li span {
                display: block;
            }

                .nav-footer ul li a:before, .nav-footer ul li span:before {
                    font-family: "Font Awesome 5 Pro";
                    content: '\f105';
                    position: absolute;
                    left: 5px;
                    top: 8px;
                    font-size: 9px;
                }

                .nav-footer ul li a:hover, .nav-footer ul li span {
                    color: #020202;
                    text-decoration: none;
                }

.break-line {
    border-top: 1px solid #E6D600;
    border-bottom: 1px solid #FFF9AA;
    margin-top: 15px;
}

#top-link-block {
    bottom: 80px;
    right: 0;
    position: fixed;
    z-index: 900;
    opacity: 0
}

    #top-link-block > a {
        background: url("../../files/system/img/general/back-top.png") center top no-repeat;
        padding-top: 30px;
        width: 64px;
        display: block;
        text-align: center;
        text-indent: 1000px;
    }

.background-bre {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .background-bre .brebrum-image {
        width: 100%;
        position: relative;
        top: 0;
        vertical-align: middle;
    }

        .background-bre .brebrum-image img {
            width: 100%;
            min-height: 180px;
            object-fit: cover;
        }

    .background-bre .brebrum-text {
        color: var(--secondary-color);
        font-weight: 700;
        vertical-align: middle;
        position: relative;
        z-index: 1;
        position: absolute;
        top: 50%;
        right: 10%;
        padding-left: 25px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: right;
    }

        .background-bre .brebrum-text .info-more {
            font-size: 30px;
            line-height: 1.5;
            text-transform: uppercase;
            background: linear-gradient(to left, var(--primary-color) 50%, var(--secondary-color) 50%);
            -webkit-background-clip: text;
            color: transparent;
            white-space: nowrap;
            display: inline-block;
            font-weight: bold;
        }

        .background-bre .brebrum-text ul {
            font-size: 18px;
            text-transform: capitalize;
            margin-top: 30px;
            width: 100%;
            padding: 0;
            list-style: none;
            display: flex;
            justify-content: right;
        }

.menu-brebrum ul li:after, .menu-brebrum ul li i:after {
    content: "\bb";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.menu-brebrum ul li.last:after {
    display: none
}

.background-bre .brebrum-text ul a {
    color: var(--secondary-color);
    font-weight: bold;
}

#left, #right {
    vertical-align: top;
    padding-top: 0px;
}

    #left > .inside, #right > .inside {
        position: relative;
        float: left;
        width: 100%
    }

        #left > .inside:after, #right > .inside:after {
            content: "";
            display: block;
            clear: both
        }

.block-menu {
    display: block;
    position: relative;
    margin-bottom: 15px;
    background: #f6cf04 url("../../files/system/img/general/bg-title.png") center top no-repeat;
    background-size: contain;
    padding: 15px 15px 15px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#left .bg-none, #right .bg-none {
    box-shadow: none;
    padding: 0px;
    border: none
}

#left > .inside img, #right > .inside img, .block-menu img {
    max-width: 100% !important;
    height: auto !important
}

#left .block-menu > h1, .block-menu > h2 {
    display: block;
    position: relative;
    line-height: 1.2em;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    color: #003a52;
    font-weight: bold;
    padding: 14px 10px 12px 10px;
    text-align: center;
}

    .block-menu > h2 span {
        display: block;
    }

.block-menu > div.content-main, .block-menu > .navbar {
    padding: 15px;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.block-menu > .marquee-wrap {
    margin-left: 5px !important;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.block-menu a {
    color: #000;
}

.fb_iframe_widget {
    display: block !important
}

    .fb_iframe_widget iframe {
        max-width: 100% !important;
        display: block;
        margin: 0px auto;
        top: 0px;
    }

    .fb_iframe_widget > span {
        width: 100%
    }

.background-none {
    background: none !important;
    border: none !important;
    box-shadow: none;
}

.block-menu.empty-none {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    padding-bottom: 0px !important;
}

.padding-none {
    padding: 0px !important;
}

.block-menu.block-ads img {
    display: block;
    margin: 0px auto 5px auto
}

.block-video {
    display: block;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

    .block-menu select, .block-video select {
        display: block;
        width: 100%;
        margin: 5px auto 0px auto;
        border: 1px solid #DDD;
        height: 34px;
        color: #000;
    }

    .block-menu iframe, .block-video iframe {
        max-width: 100% !important;
        display: block;
        margin: 0px auto;
    }

.link-website-select option {
    padding: 2px;
    text-align: center;
}

.contact-online-div .content-main .rows > div.icon-full .info {
    color: #949494;
}

.contact-online-div .content-main .hotline .title {
    color: #EF0000;
    padding-right: 5px
}

.pagination {
    display: block;
    clear: both;
}

    .pagination > p {
        display: block;
        border-bottom: 3px double #e2e2e2;
        text-align: center;
        font-weight: bold;
        color: #000;
        padding-bottom: 5px;
    }

    .pagination ul {
        list-style: none;
        padding: 0px;
        margin: 10px 0px;
        text-align: center
    }

        .pagination ul li {
            display: inline-block;
            white-space: normal;
            padding: 5px 1px;
        }

            .pagination ul li a, .pagination ul li span {
                display: block;
                padding: 2px 7px;
                background: none;
                color: #000;
            }

                .pagination ul li span, .pagination ul li a:hover {
                    background: #ca0000;
                    color: #FFF;
                }

.background-menu {
    background: #FFF;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.csticky-div .hidden-csticky {
    display: none !important;
}

.skiptranslate {
    display: none !important;
}

#wrapper .hidden-wrapper {
    display: none;
}

.icon-search {
    vertical-align: top;
    padding-top: 0px;
    padding-left: 0px;
}

    .icon-search .block-absolute-search {
        display: none;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.4s ease;
        -ms-transition: -ms-transform 0.4s ease;
        transition: transform 0.4s ease;
        position: fixed;
        z-index: 9999;
        margin: 0px !important;
        background: rgba(0, 0, 0, 0.85);
        left: 0px;
        color: #FFF;
        top: 0px;
        width: 100%;
        height: 100%;
    }

        .icon-search .block-absolute-search.active {
            display: block;
            opacity: 1;
        }

        .icon-search .block-absolute-search > div {
            position: fixed;
            margin: 0px !important;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            display: -webkit-box !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: -webkit-flex !important;
            display: flex !important;
            -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
            flex-direction: row !important;
            -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
            -webkit-box-pack: center !important;
            -moz-box-pack: center !important;
            -webkit-justify-content: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            -webkit-box-align: center !important;
            -moz-box-align: center !important;
            -webkit-align-items: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
        }

            .icon-search .block-absolute-search > div div {
                position: relative;
            }

        .icon-search .block-absolute-search form {
            width: 90%;
            max-width: 500px;
            display: block;
        }

        .icon-search .block-absolute-search .close-search {
            position: fixed;
            top: 15px;
            right: 45px;
            z-index: 9999;
            cursor: pointer;
        }

    .icon-search > span {
        color: #fff;
        display: inline-block;
        cursor: pointer;
        height: 28px;
        width: 45px;
        line-height: 30px;
        text-align: center;
        background: none;
    }

    .icon-search:hover > span {
        color: var(--secondary-color);
    }

.block-search {
    margin-top: 0px;
    position: relative;
}

    .block-search div {
        display: block;
        margin: 0px;
        padding: 0px;
        vertical-align: top
    }

    .block-search input[type=text] {
        vertical-align: top;
        height: 46px;
        width: 100%;
        color: #000;
        border: 1px solid #afafaf;
        outline: none !important;
        background: #FFF;
        padding-left: 10px;
        padding-right: 10px;
    }

    .block-search input[type=submit] {
        position: relative;
        vertical-align: top;
        text-indent: 1000px;
        display: inline-block;
        width: 40px;
        height: 40px;
        border: none;
        margin: 0px;
        padding: 0px;
        line-height: 30px;
        background: #ca0000 url("../../files/system/img/general/search-icon.png") center center no-repeat;
        margin-left: -30px;
        margin-top: 0px;
    }

.form-contact-div {
    padding-top: 0px;
    padding-bottom: 20px
}

    .form-contact-div form {
        display: block;
        clear: both;
    }

        .form-contact-div form > div > div {
            display: block;
            position: relative;
            padding: 5px 5px;
            vertical-align: top
        }

        .form-contact-div form > div > .submit_container {
            float: right;
        }

        .form-contact-div form > div > .submit_containe {
            display: block;
            text-align: right;
            margin-right: 2%
        }

        .form-contact-div form > div > div > label.input-contact {
            display: inline-block;
            width: 30%;
            padding-right: 2%;
            vertical-align: top;
            text-align: right;
            position: relative;
            padding-top: 10px;
            font-weight: normal;
        }

        .form-contact-div form > div > div > input.input-contact, .form-contact-div > form > div > div > textarea.input-contact {
            display: inline-block;
            width: 66%;
            padding-left: 1%;
            padding-right: 1%;
            padding-top: 5px;
            padding-bottom: 5px;
            border: 1px solid #C5C5C5;
            color: #000 !important;
            background: #FFF;
        }

        .form-contact-div form > div > div > .captcha_text {
            display: block;
            color: #AB0202;
            background-color: #F1F1F1;
            margin-right: 2%;
            padding: 10px;
            margin-left: 30%;
            margin-top: 5px
        }

        .form-contact-div form > div > div input.submit {
            background: #020202;
            border: 1px solid #020202;
            padding: 10px 30px;
            color: #f2f2f2;
        }

        .form-contact-div form > div > div > label.input-contact .mandatory {
            color: #F00;
            display: inline-block;
            white-space: normal;
            padding-left: 5px;
            position: absolute;
        }

        .form-contact-div form > div > div p.error {
            color: #F00;
            position: absolute;
            right: 5%;
        }

        .form-contact-div form > div > div .filedQuestion {
            display: inline-block;
            width: 67%;
        }

            .form-contact-div form > div > div .filedQuestion p.error {
                position: relative;
                right: inherit;
                top: 0px;
            }

            .form-contact-div form > div > div .filedQuestion img {
                margin-bottom: 5px;
                width: 200px;
                height: 54px;
            }

            .form-contact-div form > div > div .filedQuestion input.input-contact {
                margin: 0px 5px;
                width: calc(100% - 215px);
                height: 54px;
                vertical-align: top;
                border: 1px solid #C5C5C5;
                color: #000 !important;
                background: #FFF;
            }

    .form-contact-div .btn {
        margin-top: 15px;
        min-width: 150px;
        font-size: 1.2em;
        text-transform: uppercase;
        background: #0077e0;
        color: #FFF;
        border: 1px solid #FFF;
        box-shadow: 3px 3px 2px 0px #d6d6d6;
    }

    .form-contact-div abbr {
        color: #F00;
    }

.ads-banner-scroll {
    top: 0px;
    position: absolute;
    display: block;
    z-index: 100;
    padding-top: 35px;
}

.teaser-company .ce_text {
    margin-bottom: 15px;
}

    .teaser-company .ce_text h1 {
        margin: 0px;
        padding: 0px;
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 10px;
        color: #F00;
    }

    .teaser-company .ce_text > h2, .form-contact-div > h2 {
        display: block;
        margin-top: 0px;
        font-weight: bold;
        font-size: 1.1em;
    }

        .teaser-company .ce_text > h2 span, .form-contact-div > h2 span {
            background: #ca0000;
            padding: 10px 12px;
            color: #FFF;
            margin-top: 0px;
            font-weight: normal;
            display: inline-block;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

.mod_article .pdf_link {
    display: none;
    text-align: right;
    padding-bottom: 15px;
}

.reader-news .pdf_link {
    position: relative;
    right: 15px;
}

.gallery-list {
    display: block;
    position: relative;
    max-width: 1400px;
    margin: 0px auto 15px 0px;
}

    .gallery-list ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .gallery-list ul li {
            float: inherit !important;
            display: inline-block;
            vertical-align: top;
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 20px;
        }

            .gallery-list ul li figure {
                position: relative;
                overflow: hidden;
            }

            .gallery-list ul li img {
                width: 100%;
            }

    .gallery-list.border-radius ul li {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px;
    }

        .gallery-list.border-radius ul li figure {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            box-shadow: 1px 1px 1px 0px #5a2f30;
        }

            .gallery-list.border-radius ul li figure a:after {
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

    .gallery-list ul li figure a:after {
        opacity: 0;
        position: absolute;
        width: 140%;
        height: 120%;
        top: -10%;
        left: -20%;
        text-align: center;
        content: "";
        box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.18);
        border: 8px solid rgba(255, 255, 255, 0.19);
        background: rgba(226, 226, 226, 0.38) url("../../files/system/img/general/search-icon.png") center center no-repeat;
        color: #FFF;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 10.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .gallery-list ul li figure:hover a:after {
        width: 90%;
        height: 90%;
        left: 5%;
        top: 5%;
        opacity: 1;
    }

    .gallery-list ul li span {
        display: block;
        padding: 10px 0px 20px 0px;
        color: #353535;
        text-transform: uppercase;
    }

    .gallery-list ul li:hover span {
        color: #fe0018;
    }

    .gallery-list ul li a:hover, .gallery-list ul li a:focus {
        text-decoration: none;
    }

.title-headdline, .list-products .child > h1, .list-products .child > h2, .list-news-scroll > h2, .list-news-scroll > h1, .reader-news > div > h1, .list-products > h1, .list-products > h2, .list-products > h3 {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px
}

    .title-headdline span, .list-products .child > h1 span, .list-products .child > h2 span, .list-news-scroll > h2 span, .list-news-scroll > h1 span, .list-products > h1 span, .list-products > h2 span, .list-products > h3 span {
        position: relative;
        display: inline-block;
        font-weight: 600;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 700;
        color: #d50081;
    }

    .title-headdline:before, .list-products .child > h1:before, .list-products .child > h2:before, .list-news-scroll > h2:before, .list-news-scroll > h1:before, .list-products > h1:before, .list-products > h2:before, .list-products > h3:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 45px solid var(--primary-color);
        border-right: 20px solid transparent;
        top: calc(50% - 22px);
        left: 10px;
    }

.col-md-inline:after, .col-lg-inline:after, .col-sm-inline:after, .col-xxs-inline:after {
    content: "";
    clear: both;
    display: block;
}

.tab-control-home h2.resp-accordion {
    text-transform: uppercase;
}

.partner-block {
    padding: 15px;
}

.block-languages {
    display: block;
    margin-top: 0px;
    position: relative;
    z-index: 802;
    margin: 0px 5px;
}

    .block-languages h2 {
        display: inline-block;
        margin: 0px;
        padding-right: 10px;
        font-size: 1em;
        font-weight: bold;
        vertical-align: top;
        padding-top: 8px;
    }

    .block-languages ul {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        vertical-align: top;
        overflow: hidden;
    }

        .block-languages ul li {
            display: inline-block;
            white-space: nowrap;
            vertical-align: top;
        }

            .block-languages ul li a, .block-languages ul li span {
                display: block;
                margin: 0px 5px 0px 5px;
                color: #FFF;
                text-align: left;
                padding-left: 20px;
            }

.block-news-home {
    background: url("../../files/system/img/general/bg-teaser.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 2%;
}

    .block-news-home .list-news-scroll .layout_latest > div {
        background: #fff;
        border: 1px solid #ebebeb;
        text-align: left;
    }

    .block-news-home:after {
        content: "";
        height: 250px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: -1;
        background: #FFF;
    }

.border-about-us a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ca0000;
    color: #FFF;
    background: #ca0000;
    font-size: 14px;
}

    .border-about-us a:hover {
        border-color: #ca0000;
        background: #ca0000;
        color: #FFF;
        text-decoration: none;
    }

.icon-quote-left:before {
    font-size: 2.2em;
}

.header-hotline-mobile {
    color: #f10000;
    padding: 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 999999;
    background: #f00;
}

    .header-hotline-mobile a {
        text-decoration: none;
        color: #FFF;
        display: inline-block;
        width: calc(25% - 3px);
        position: relative;
        padding: 5px 0px;
        font-size: 1em;
        border-radius: 0px;
    }

        .header-hotline-mobile a b {
            font-weight: normal;
            font-size: 9px;
            color: #FFF;
            padding-top: 2px;
            display: block;
        }

    .header-hotline-mobile i {
        display: block;
        color: #FFF;
    }

        .header-hotline-mobile i:before {
            padding-right: 5px;
            font-size: 17px;
        }

.ce_accordion .ui-accordion-header {
    color: #00569f;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    letter-spacing: 0.05em;
    background: #f3f3f3;
    padding: 10px 10px 10px 40px;
    line-height: 1.4em;
    margin-bottom: 1px;
    position: relative;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

    .ce_accordion .ui-accordion-header.active {
        color: #FFF;
        background: #00569f;
    }

    .ce_accordion .ui-accordion-header .ui-icon {
        position: absolute;
        left: 15px;
        height: 30px;
        line-height: 30px;
        top: calc(50% - 15px);
    }

        .ce_accordion .ui-accordion-header .ui-icon:before {
            font-family: "fontdl";
            content: '\e814';
        }

.ce_accordion .ui-accordion-content {
    position: relative;
    background: #fffdea;
    padding: 15px;
}

.header-social-icons .social-icons a {
    color: #f2f2f2;
    padding: 0px 5px;
    border: 1px solid #f2f2f2;
    padding: 3px;
    border-radius: 6px;
    font-size: 12px;
}

.sub-youtube a {
    padding: 10px 15px;
    background: #018208;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    border: 1px solid #018208;
    text-decoration: none;
}

    .sub-youtube a:hover {
        background: #fff;
        color: red;
        border: 1px solid red;
    }

.bg-product .title-headdline {
    color: #fff;
}

.about-h {
    background: url("../../files/system/img/general/bg_cont.png") repeat;
    padding-bottom: 10px;
}

    .about-h .container .content {
        width: 800px;
        max-width: 100%;
        margin: auto;
        padding-bottom: 15px;
    }

.qua-h {
    background: url("../../files/system/img/general/bg_cont.png") repeat;
    padding-top: 0px;
}

    .qua-h .container {
        background: url("../../files/system/img/general/bg_in_csat_h.png") top center no-repeat;
        background-size: cover;
        text-align: center;
        padding-top: 60px;
    }

.block-menu-top {
    text-align: right;
}

@media screen and (min-width: 768px) {
    .hidden-pc {
        display: none;
    }

    .icon-search {
        margin-top: -4px;
    }

    .align-right {
        text-align: right;
    }

    .inline-block {
        white-space: normal;
        display: inline-block;
        vertical-align: top;
    }

    .col-sm-center {
        text-align: center !important;
    }

    .col-sm-left {
        text-align: left !important;
    }

    .col-sm-right {
        text-align: right !important;
    }

    .col-sm-inline {
        display: inline-block !important;
        vertical-align: top !important;
        white-space: normal;
        float: none !important;
    }

    .col-sm-align-center {
        vertical-align: middle !important;
    }

    .col-sm-block {
        display: block !important;
    }

    .col-sm-no-padding-left {
        padding-left: 0px !important;
    }

    .col-sm-no-padding-right {
        padding-right: 0px !important;
    }

    .col-sm-no-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .col-sm-no-margin {
        margin-left: 0px !important;
    }

    .block-search input[type=submit] {
        position: absolute;
        height: 46px;
        width: 60px;
        top: 0px;
        right: 0px;
    }

    .copyright {
        line-height: 16px;
        vertical-align: top;
    }

        .copyright b {
            font-size: 0.9em;
            color: #3C3800
        }

        .copyright a {
            padding-left: 5px;
            font-size: 0.9em;
            color: #FFF
        }

    #header .icon_header a {
        padding: 0px 5px;
    }

    .video-block {
        margin-bottom: 25px;
    }

        .video-block.last {
            margin-bottom: 0px;
        }

    .container-slider .ws-title {
        display: block;
        width: 100%;
        padding-top: 0px;
        margin-left: auto;
        margin-right: auto;
        background: rgba(0, 0, 0, 0.470588);
    }

        .container-slider .ws-title > span {
            width: 100%;
            line-height: 1em;
            background: none;
            text-align: center;
            color: #FFF;
            font-size: 3em;
        }

        .container-slider .ws-title > div {
            margin-top: 0px;
            font-size: 1.5em;
            line-height: 1em;
            background: none;
            color: #CCC;
            width: 100%;
            text-align: center;
        }
}

@media screen and (min-width: 992px) {
    .padding-top-md-15 {
        padding-top: 15px
    }

    .col-md-center {
        text-align: center !important;
    }

    .col-md-left {
        text-align: left !important;
    }

    .col-md-right {
        text-align: right !important;
    }

    .col-md-inline {
        display: inline-block !important;
        vertical-align: top !important;
        white-space: normal;
        float: none !important;
        margin-left: -3px;
    }

    .col-md-block {
        display: block !important;
    }

    .col-md-no-padding-left {
        padding-left: 0px;
    }

    .col-md-no-padding-right {
        padding-right: 0px;
    }

    .col-md-no-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .col-md-25 {
        width: 19.9%;
    }

    #header .slider-header.rsts-skin-default .rsts-caption {
        width: 45%
    }

    .col-md-no-padding-left {
        padding-left: 0px;
    }

    .col-md-no-padding-right {
        padding-right: 0px;
    }

    .csticky-div.csticky .hidden-csticky {
        display: inline-block !important;
    }

    .hidden-md {
        display: none !important;
    }
}

@media screen and (max-width: 992px) and (min-width:768px) {
    .padding-top-sm-15 {
        padding-top: 15px
    }

    .col-sm-center {
        text-align: center;
    }

    .col-sm-only-no-padding-left {
        padding-left: 0px;
    }

    .col-sm-only-no-padding-right {
        padding-right: 0px;
    }

    .menu-brebrum {
        position: relative;
    }

    .header-hotline {
        font-size: 1em;
    }

    .form-contact-div > form > div > div p.error, .form-person-div form > div > div > div p.error {
        color: #F00;
        position: absolute;
        right: 5%;
        top: -10px
    }

    .block-languages {
        margin-top: 7px;
        margin-right: 8px;
        position: absolute;
        top: 20px;
        left: 100px;
    }

    .icon-search {
        margin-top: 10px;
        position: absolute;
        right: 100px;
        top: 20px;
    }

    .hidden-sm {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-center {
        text-align: center !important;
    }

    .col-lg-left {
        text-align: left !important;
    }

    .col-lg-right {
        text-align: right !important;
    }

    .col-lg-inline {
        display: inline-block !important;
        vertical-align: top !important;
        white-space: normal;
        float: none !important;
        margin-left: -3px;
    }

    .col-lg-block {
        display: block !important;
    }

    .col-lg-no-padding-left {
        padding-left: 0px !important;
    }

    .col-lg-no-padding-right {
        padding-right: 0px !important;
    }

    .col-lg-no-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .col-lg-padding-left {
        padding-left: 15px !important;
    }

    .col-lg-padding-right {
        padding-right: 15px !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

.title-headdline span, .list-news-scroll > h2 span, .list-news-scroll > h1 span, .list-products > h2 span, .list-products > h1 span, .list-products > h3 span, .list-products > .child > h2 span, .list-products-menu-block > h1 span {
    font-size: 28px;
}

@media screen and (max-width: 767px) {
    .gallery-list ul li {
        width: 100%;
    }

    .div-padding {
        padding: 0;
    }

    .col-sm-12 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .flex {
        display: block;
    }

    .background-menu {
        z-index: 2;
    }

    .about-h {
        margin: 0px 10px
    }

    .block-languages ul li span, .block-languages ul li a {
    }

    .header-line-top .title-header {
        padding: 10px 0px;
    }

    .icon-search {
        position: absolute;
        top: 10px;
        right: 80px;
        z-index: 501;
    }

        .icon-search > span {
            display: none;
            position: absolute;
            left: -250px;
            width: 32px;
            height: 32px;
            line-height: 32px;
            margin-top: 8px;
        }

    .teaser-company .ce_text > h2 {
        margin-top: 10px;
    }

    .padding-top-xs-15 {
        padding-top: 15px
    }

    .col-xs-center {
        text-align: center !important;
    }

    .col-xs-left {
        text-align: left !important;
    }

    .col-xs-right {
        text-align: right !important;
    }

    .col-xs-inline {
        display: inline-block !important;
        float: none !important;
        white-space: normal;
        float: none !important;
        vertical-align: top;
    }

    .col-xs-block {
        display: block !important;
    }

    .col-xs-no-padding-left {
        padding-left: 0px;
    }

    .col-xs-no-padding-right {
        padding-right: 0px;
    }

    .col-xs-no-margin {
        margin-left: 0px !important;
    }

    .col-xs-no-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #footer .copyright {
        padding: 0px 15px;
    }

    #left, #right {
        box-shadow: none;
        margin-top: 0px;
        margin-bottom: 10px
    }

        #left > .inside, #right > .inside {
            float: inherit
        }

    .block-search {
        margin-top: 0px;
        margin-right: 65px;
        margin-top: 0px;
        margin-left: 5px;
    }

        .block-search form {
            text-align: center
        }

        .block-search input[type=text] {
            background: #FFF;
            border: 1px solid #cacaca;
            height: 46px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            position: relative;
            z-index: 1001;
        }

        .block-search input[type=submit] {
            position: absolute;
            z-index: 1001;
            top: 3px;
            right: 3px;
        }

    .xs-margin-bottom {
        margin-bottom: 15px;
    }

    .title-headdline, .list-news-scroll > h2, .list-news-scroll > h1, .list-products > h2, .list-products > h1, .list-products > h3, .list-products > .child > h2, .list-products-menu-block > h1 {
        font-size: 1.4em;
        line-height: 1.7em;
    }

        .title-headdline span, .list-news-scroll > h2 span, .list-news-scroll > h1 span, .list-products > h2 span, .list-products > h1 span, .list-products > h3 span, .list-products > .child > h2 span, .list-products-menu-block > h1 span {
            font-size: 18px;
        }

    .block-languages {
        position: absolute;
        top: 70px;
        right: 0px;
        z-index: 500;
    }

    .bg-teaser .title-headdline {
        padding-top: 15px;
        margin: 0px;
    }
}

@media screen and (max-width: 640px) {
    .col-xxs-center {
        text-align: center !important;
    }

    .col-xxs-left {
        text-align: left !important;
    }

    .col-xxs-right {
        text-align: right !important;
    }

    .col-xxs-inline {
        display: inline-block !important;
        vertical-align: top !important;
        white-space: normal;
        float: none !important;
        margin-left: -3px;
    }

    .col-xxs-block {
        display: block !important;
    }

    .hidden-xxs {
        display: none !important;
    }

    .copyright {
        font-size: 0.9em;
    }

    .form-contact-div > h2 {
        font-size: 1.2em;
        margin-top: 10px;
    }

    .form-contact-div > form > div > .submit_container {
        display: block;
        text-align: right;
        margin-right: 2%
    }

    .form-contact-div > form > div > div > label.input-contact {
        display: block;
        padding-right: 2%;
        width: 98%;
        text-align: left;
    }

    .form-contact-div > form > div > div > input.input-contact, .form-contact-div > form > div > div > textarea.input-contact {
        display: block;
        width: 98%;
        padding-left: 0.5%;
        padding-right: 0.5%
    }

    .form-contact-div > form > div > div > .captcha_text {
        display: block;
        color: #AB0202;
        background-color: #F1F1F1;
        margin-right: 2%;
        padding: 10px;
        margin-left: 0%;
        margin-top: 5px;
        width: 98%
    }

    .form-contact-div > form > div > div p.error {
        position: relative;
        right: 0px;
        top: inherit
    }

    .form-contact-div form > div > div .filedQuestion {
        display: block;
        width: auto;
    }

    .hotline-menu {
        font-size: 1.3em;
        padding-top: 1px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 10px !important;
    }
}

.mt-50 {
    margin-top: 50px;
}

.pd-50 {
    padding: 50px 0 !important;
}

.text-center.btn-xemthem {
    margin-top: 20px;
}

a.more, .more, .readTabMore a, .more-link {
    width: 120px;
    display: block;
    clear: both;
    font-size: 14px;
    color: #f2f2f2 !important;
    padding: 10px;
    background: var(--primary-color);
    border-radius: 20px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}

.more {
    margin-left: 0;
}

    .more a {
        color: #f2f2f2;
    }

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 80px;
    z-index: 200000 !important;
    text-decoration: none !important;
}

.suntory-alo-ph-circle, .suntory-alo-ph-circle2 {
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 60px;
    left: 15px;
    opacity: 0.1;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 60px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #fe0018;
    opacity: 1;
}

.suntory-alo-ph-circle-fill {
    -webkit-animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 10px;
    position: absolute;
    top: 10px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgb(8 8 8 / 90%);
}

.suntory-alo-ph-img-circle {
    text-align: center;
    border-radius: 100%;
    height: 50px;
    left: 20px;
    opacity: 1;
    position: absolute;
    top: 20px;
    transform-origin: 50% 50% 0;
    width: 50px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #1182FC;
}

    .suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle img {
        width: 70%;
    }

.suntory-alo-phone span {
    display: block;
    background: #cb0101;
    text-align: center;
    border: 1px solid #FFF;
    font-size: 1em;
    padding: 5px;
    text-decoration: none !important;
    font-weight: bold;
    color: #fff;
    width: 125px;
    margin: 24px 0px 0px 50px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    z-index: -1;
}

.suntory-alo-ph-img-circle i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
}

@-webkit-keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

@keyframes elastic {
    0% {
        transform: scale(1)
    }

    15% {
        transform: scale(1.1)
    }

    35% {
        transform: scale(1.5)
    }

    70% {
        transform: scale(1.3)
    }

    90% {
        transform: scale(1.7)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes rung {
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.header.csticky {
    position: fixed;
    width: 100%;
    animation: slide-down 0.7s;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0%)
    }
}

.header {
    z-index: 99;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #101010;
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #932b86, #c22578, #e3356d, #f49d18, #f9cf0f);
}

.header-bottom .container {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-bottom .logo {
    margin-right: auto;
    margin-left: 0;
}

    .header-bottom .logo img {
        padding: 5px 0;
        max-width: 100%;
        max-height: 75px;
        -webkit-transition: max-height .5s;
        -o-transition: max-height .5s;
        transition: max-height .5s;
        -webkit-transition: max-width .5s;
        -o-transition: max-width .5s;
        transition: max-width .5s;
    }

.header.csticky .header-bottom .logo img {
    max-height: 65px;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    -webkit-transition: max-width .5s;
    -o-transition: max-width .5s;
    transition: max-width .5s;
}

.nav-header {
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#mm-my-menu {
    background: #fff;
}

    #mm-my-menu > a:first-child {
        display: flex;
        justify-content: center;
    }

        #mm-my-menu > a:first-child img {
            width: auto;
            max-width: 250px;
            height: 80px;
            object-fit: contain;
            text-align: center;
        }

.search-icon {
    position: relative;
}

    .search-icon .trigger_search {
        font-size: 16px;
        width: 20px;
        height: 20px;
        display: block;
        color: #fff;
        text-align: center;
        margin: auto 15px;
    }

        .search-icon .trigger_search.active i:before {
            content: "\f00d";
        }

.form_search {
    position: absolute;
    top: calc(100% + 20px);
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    right: 0;
    display: flex;
    align-items: center;
    display: none;
    width: 320px;
    z-index: 1;
}

    .form_search.active {
        display: block;
    }

.nb-home-about {
    padding: 40px 0;
    position: relative;
}

    .nb-home-about .container {
        display: flex;
        flex-wrap: wrap;
    }

    .nb-home-about .nb-about-text-left {
        width: 50%;
        padding: 10px;
    }

        .nb-home-about .nb-about-text-left h3 {
            margin-top: 0;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(0, 0, 0);
            text-align: left;
            margin: auto;
        }

        .nb-home-about .nb-about-text-left h2 {
            font-size: 35px;
            line-height: 1.6;
            color: #101010;
            text-align: left;
            font-weight: 700;
            margin: auto;
            margin-top: 0;
        }

.nb-home-service {
    padding: 40px 0 60px 0;
    background: url("../../files/system/img/general/bg-service.jpg");
    background-size: 100% 70%;
    background-position: bottom;
    background-repeat: repeat-x;
}

    .nb-home-service .service-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 30px;
    }

    .nb-home-service .service-text .content {
        color: #fff;
    }

        .nb-home-service .service-text .content > h2 {
            color: var(--primary-color);
            font-weight: 700;
        }

    .nb-home-service .service-icon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .nb-home-service .service-icon .service-icon-item * {
            color: #fff;
        }

        .nb-home-service .service-icon .service-icon-item img {
            margin-bottom: 10px;
        }

.nb-home-category {
    padding: 40px 0;
}

.parent-category.list-cate-furniture {
    display: flex;
    flex-wrap: wrap;
}

    .parent-category.list-cate-furniture .item .image-cat {
        padding-bottom: 100%;
        overflow: hidden;
        height: auto;
        display: block;
        position: relative;
    }

        .parent-category.list-cate-furniture .item .image-cat img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            transform: scale(1);
            transition: transform .5s ease;
        }

    .parent-category.list-cate-furniture .item:hover .image-cat img {
        transform: scale(1.1);
    }

    .parent-category.list-cate-furniture .item .headline-cat {
        display: block;
        margin-top: 10px;
        margin-bottom: 0.5rem;
        text-align: center;
        text-transform: uppercase;
        font-size: 1em;
        line-height: 1.2em;
        padding: 0px;
        display: block;
        font-weight: bold;
    }

    .parent-category.list-cate-furniture .item:hover .headline-cat {
        color: #002c83;
    }

.nb-home-products {
    padding: 40px 0;
}

    .nb-home-products .list-products .ul-tab {
        padding: 0;
        list-style: none;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

        .nb-home-products .list-products .ul-tab li {
            display: inline-block;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
            margin: 0 7px;
            -webkit-transition: background-color .3s;
            -o-transition: background-color .3s;
            transition: background-color .3s;
        }

            .nb-home-products .list-products .ul-tab li:first-child {
                margin-left: 0;
            }

            .nb-home-products .list-products .ul-tab li:last-child {
                margin-right: 0;
            }

            .nb-home-products .list-products .ul-tab li a {
                background-color: #f2f2f2a8;
                padding: 7px 20px;
                border-radius: 5px;
                color: #020202;
                font-weight: 700;
                font-size: 13px;
            }

            .nb-home-products .list-products .ul-tab li:hover a {
                color: #fff;
                background-color: var(--primary-color);
            }

.nb-home-project {
    padding: 40px 0 0 0;
}

    .nb-home-project .project-list > .content {
        display: flex;
        flex-wrap: wrap;
    }

    .nb-home-project .project-list .project-item {
        margin-bottom: 30px;
    }

    .nb-home-project .project-list > .content .content h2 {
        text-align: center;
        font-weight: 700;
        font-size: 1.2em;
        margin-top: 10px;
    }

.list-video-1 > figure, .list-video > figure {
    position: relative;
}

    .list-video-1 > figure:before, .list-video > figure:before {
        content: "";
        background-color: rgba(0, 169, 114, .58);
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px;
        -webkit-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        background-image: url("../../files/system/img/general/icon-play-bt.png");
        background-repeat: no-repeat;
        background-position: center;
    }

.list-video-1:hover > figure:before, .list-video:hover > figure:before {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.list-video-1, .list-video {
    position: relative;
    height: 360px;
    margin-bottom: 20px;
}

    .list-video-1 h1, .list-video h1 {
        position: absolute;
        bottom: 0;
    }

    .list-video-1 > .content, .list-video > .content {
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 30px);
        height: 100%;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        overflow: hidden;
    }

    .list-video-1 > .content {
        bottom: 0;
    }

        .list-video-1 > .content p, .list-video > .content p {
            margin-bottom: 0;
        }

        .list-video-1 > .content h2, .list-video > .content h2 {
            margin: 0;
            text-align: center;
            font-size: 1.3em;
            font-weight: 700;
            height: 30px;
            line-height: 30px;
            transition: all ease-in-out .5s;
        }

        .list-video-1 > .content h2 {
            position: absolute;
            width: 100%;
            bottom: 5px;
        }

    .list-video-1:hover > .content h2, .list-video:hover > .content h2 {
        color: var(--primary-color);
    }

    .list-video-1 > figure, .list-video > figure {
        position: relative;
        z-index: 2;
    }

    .list-video-1 > figure {
        position: relative;
        z-index: unset;
    }

        .list-video-1 > figure a {
            position: relative;
            z-index: 1;
        }

        .list-video-1 > figure img, .list-video > figure img {
            width: 100%;
            height: 315px;
            object-fit: cover;
        }

.nb-home-solution {
    padding: 40px 0;
    background-color: #101010;
}

    .nb-home-solution .title-headdline:before {
        border-top-color: #f6c413;
    }

    .nb-home-solution .title-headdline span {
        color: #f6c413;
    }

    .nb-home-solution .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .nb-home-solution .container .title-headdline {
            width: 100%;
        }

.nb-solution-list {
    padding-bottom: 15px;
    padding-top: 15px;
    color: #fff;
}

    .nb-solution-list h2 {
        font-weight: 700;
        color: #f6c413;
    }

.nb-home-news {
    padding: 40px 0;
}

.nb-home-news-list .aniview {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}

.info-products span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background-color: var(--primary-color);
    transition: all 0.3s;
    opacity: 1;
    height: 3px;
}

.hotline_sp {
    padding: 10px 20px;
    background: #a5f4ff;
    border-radius: 10px;
    margin-bottom: 15px;
    width: fit-content;
}

    .hotline_sp p {
        margin-bottom: 0;
        line-height: 1.5;
    }

.contact-products {
    max-width: 270px;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .contact-products a {
        display: block;
        padding: 12px 20px;
        text-align: center;
        font-size: 15px;
        line-height: 23px;
        font-weight: bold;
        background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
        color: #fff;
        position: relative;
        border-bottom-right-radius: 15px;
        border-top-left-radius: 15px;
        border: none;
        width: 100%;
        overflow: hidden;
    }

.odd.nb-home-news-list .aniview {
    flex-direction: row-reverse;
}

.nb-home-news-list .aniview > * {
    width: 50%;
    padding: 0 10px;
}

.nb-home-news-list .aniview img {
    width: 100%;
}

.nb-home-news-list .aniview > .content > h2 {
    font-weight: 700;
    font-size: 1.8em;
}

.nb-home-review {
    padding: 40px 0;
}

    .nb-home-review .nb-home-review-items {
        padding: 30px 40px 40px 40px;
        background-color: rgb(255, 255, 255);
        border-radius: 15px;
        border: 2px solid #ececec;
    }

        .nb-home-review .nb-home-review-items .content:before {
            content: "";
            background: url("../../files/system/img/general/quote.png");
            display: block;
            width: 64px;
            height: 64px;
            background-size: 100% 100%;
            background-repeat: no-repeat;
        }

        .nb-home-review .nb-home-review-items .image_container {
            display: flex;
            flex-wrap: wrap;
            overflow: hidden;
            align-items: center;
        }

            .nb-home-review .nb-home-review-items .image_container img {
                width: 80px;
                border-radius: 100%;
                margin-right: 20px;
            }

            .nb-home-review .nb-home-review-items .image_container .caption {
                font-weight: 600;
            }

.nb-home-brand {
    padding-bottom: 40px;
}

.nb-system-list, .nb-system-list figure {
    padding-bottom: 10px;
    text-align-last: center;
}

    .nb-system-list figure {
        border: 1px solid #dcdcdc;
        margin-bottom: 10px;
    }

        .nb-system-list figure img {
            width: 300px;
        }

.rung {
    animation: rung 2s ease infinite;
}

.hidden-desktop {
    display: none !important;
}

@-webkit-keyframes rung {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.nav-menu-custom nav div > .level_1, .nav-menu-custom-1 nav div > .level_1 {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

    .nav-menu-custom nav div > .level_1 > li {
        width: 100%;
    }

        .nav-menu-custom nav div > .level_1 > li > a, .nav-menu-custom-1 > h1 {
            display: block;
            font-size: 28px;
            text-shadow: 0px 0px 1px #FFF;
            color: #020202;
            text-align: center;
            font-weight: 600;
            margin-bottom: 0px;
            z-index: 1;
            margin-top: 0px;
            text-transform: uppercase;
            padding-bottom: 10px;
            line-height: 1.5;
        }

            .nav-menu-custom nav div > .level_1 > li > a > font, .nav-menu-custom-1 > h1 > span {
                position: relative;
                display: inline-block;
                padding: 5px 0px 5px 0px;
            }

                .nav-menu-custom nav div > .level_1 > li > a > font:before, .nav-menu-custom-1 > h1 > span:before {
                    content: "";
                    display: block;
                    width: 30px;
                    height: 30px;
                    background: url("../../files/system/img/general/logo-no-title.png") no-repeat center;
                    background-size: cover;
                    margin: auto;
                    margin-bottom: 10px;
                }

            .nav-menu-custom nav div > .level_1 > li > a > .image-cat > img {
                display: none;
            }

        .nav-menu-custom nav div > .level_1 > li > .level_2 {
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            list-style: none;
        }

            .nav-menu-custom nav div > .level_1 > li > .level_2 > li, .nav-menu-custom-1 nav div > .level_1 > li {
                width: 33.333%;
                position: relative;
                padding: 10px;
            }

                .nav-menu-custom nav div > .level_1 > li > .level_2 > li > a > .image-cat > img, .nav-menu-custom-1 nav div > .level_1 > li > a > .image-cat > img {
                    max-width: 100%;
                    height: auto;
                    object-fit: cover;
                }

                .nav-menu-custom nav div > .level_1 > li > .level_2 > li > a > font, .nav-menu-custom-1 nav div > .level_1 > li > a > font {
                    position: absolute;
                    width: calc(100% - 20px);
                    height: calc(100% - 20px);
                    display: flex;
                    background: #adadad6e;
                    top: 10px;
                    left: 10px;
                    margin: 0;
                    padding: 0;
                    align-items: center;
                    justify-content: center;
                    opacity: 0;
                    transition: all .8s;
                    font-style: normal;
                    font-weight: 300;
                    font-size: 1.4em;
                    line-height: 1.2em;
                }

                .nav-menu-custom nav div > .level_1 > li > .level_2 > li:hover > a > font, .nav-menu-custom-1 nav div > .level_1 > li:hover > a > font {
                    opacity: 1;
                    transition: all .8s;
                    color: var(--secondary-color);
                }

.gallery-list-cus ul {
    display: flex;
    flex-wrap: wrap;
}

    .gallery-list-cus ul li {
        width: 25%;
    }

.star-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .star-rating span {
        font-family: "Font Awesome 5 Pro" !important;
    }

        .star-rating span:before {
            content: "\f005";
            color: #ffca00;
        }

#popup .modal-dialog {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
    margin: auto;
    width: 380px;
    max-width: 100%;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    background: #fff;
    background-size: 100%;
    width: 100%;
}

#popup .modal-header h6 {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #4c4c4c;
    font-family: aria,sans-serif;
}

#popup .modal-header .close {
    float: right;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 0.7;
    color: var(--secondary-color);
    text-shadow: 0 1px 0 #fff;
    border: none;
    box-shadow: none !important;
    outline: none !important;
    background: var(--primary-color);
    padding: 9px 11px;
    border-radius: 50%;
}

.modal-backdrop.show {
    opacity: 0.5;
}

#popup .modal-header {
    width: 54px;
    height: 47px;
    position: absolute;
    top: -30px;
    right: -30px;
    border: none;
    z-index: 2;
}

#popup .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
}

#popup .popup-home {
}

    #popup .popup-home .formbody {
    }

    #popup .popup-home .explanation {
        text-align: left;
    }

#popup h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#popup .popup-home .email, #popup .popup-home .button {
    display: inline-block;
}

#popup .popup-home .email {
    width: 400px;
    max-width: 70%;
}

#popup .popup-home .button {
    max-width: 30%;
}

    #popup .popup-home .widget input, #popup .popup-home .button input {
        width: 100%;
        max-width: 100%;
        height: 40px;
        border-radius: 20px;
    }

#popup .popup-home .widget input {
    border: 2px solid #3e3427;
}

#popup .popup-home .button input {
    top: 14px;
    left: 15px;
    position: relative;
}

#popup #popup-icon {
    top: 11px;
    position: relative;
}

    #popup #popup-icon a {
        margin-right: 5px;
    }

#popup {
    display: none !important;
}

    #popup.show {
        display: block !important;
    }

.modal-backdrop {
    display: none;
    opacity: 0.5;
}

.modal-content .input-contact {
    width: 100%;
    margin-top: 10px;
}

.modal-content label.input-contact {
    margin-bottom: 0;
}

.modal-content .g-recaptcha {
    margin-top: 10px;
}

.modal-content .input-contact input, .modal-content .input-contact button, .modal-content .input-contact select, .modal-content .input-contact textarea {
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    min-height: 40px;
}

.modal-content .submit_container {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .modal-content .submit_container input {
        background: var(--primary-color);
        color: #fff;
        padding: 5px 20px;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
    }

.modal-content .tableless h1 {
    margin: auto;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 767.98px) {
    .csticky .block-languages {
        display: none;
    }

    .header-bottom .logo {
        margin: auto !important;
        order: 2;
    }

    .header-bottom .cart-button {
        order: 3;
    }

    .nb-home-about .nb-about-text-left, .nb-home-about .nb-about-text-right {
        width: 100%;
    }

    .title-headdline, .list-products .child > h1, .list-products .child > h2, .list-news-scroll > h2, .list-news-scroll > h1, .reader-news > div > h1, .list-products > h1, .list-products > h2, .list-products > h3 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .list-products .layout_latest div > h2 {
        margin: 2px 0;
    }

    .list-products .layout_latest .infomation .child {
        margin-bottom: 0;
    }

    .nb-home-products, .nb-home-project, .nb-home-news, .nb-home-review {
        padding: 20px 0;
    }

    .nb-home-slider {
        padding: 0;
    }

        .nb-home-slider > div {
            padding: 10px 0 !important;
            border-radius: 15px !important;
            overflow: hidden;
        }

    .search-icon {
        display: none;
    }

    .background-bre .brebrum-text {
        right: 5%;
    }

        .background-bre .brebrum-text .info-more {
            font-size: 13px;
        }

        .background-bre .brebrum-text ul {
            font-size: 11px;
        }

    .slide-2-column .slide-container .content-left h2 {
        font-size: 14px !important;
    }

    .slide-2-column .slide-container .content-left {
        display: none;
    }

    .nb-home-about {
        padding: 40px 0;
    }

        .nb-home-about .container {
            padding: 0;
        }

        .nb-home-about .text-about {
            padding-left: 0;
        }

    .list-cate-furniture .item {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

    .nb-home-news-list .aniview > * {
        width: 100%;
    }

    .nb-home-news-list .layout_latest {
        border: 1px solid #dcdcdc;
        margin-bottom: 20px;
        padding: 15px 0;
    }

    .nb-home-contact-list > div {
        width: 100%;
        padding: 20px 10px;
    }

        .nb-home-contact-list > div p {
            min-height: auto;
        }

    .list-cate-furniture .product-category {
        width: 100%;
    }

    .nav-menu-custom nav div > .level_1 > li > .level_2 > li, .nav-menu-custom-1 nav div > .level_1 > li {
        width: 100%;
    }

    .nb-home-service .service-icon .service-icon-item {
        width: 33.3333%;
    }
}

.more-inside-menu {
    display: block;
    border-top: 1px solid #CCC;
    background: #FFF;
}

.nav-header a.active {
    background: none
}

.nav-header {
    background: none;
    border: none;
    min-height: auto;
}

    .nav-header li > ul {
        left: 100%;
        margin-top: -1px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
        top: 0
    }

    .nav-header .navbar-brand {
        display: none;
    }

.background-menu {
    background: #e4e4e4;
}

.nav-header ul.level_1 a.active, .nav-header ul.level_1 span.active, .nav-header ul.level_1 a:hover, .nav-header ul.level_1 a:focus, .nav-header ul.level_1 a.active, .nav-header ul.level_1 a.trail, .nav-header .open > a, .nav-header .open > a:focus, .nav-header .open > a:hover, .nav-header ul.level_1 > li:hover > a {
    text-decoration: none;
}

    .nav-header ul.level_1 .sibling:hover > a:after, .nav-header ul.level_1 a.active:after, .nav-header ul.level_1 a.forward:after, .nav-header ul.level_1 li.trail > a:after, .nav-header ul.level_1 > li:hover > a:after {
        width: 100%;
        left: 0;
        right: auto;
    }

.nav-header ul.level_1 ul a.active, .nav-header ul.level_1 ul span.active, .nav-header ul.level_1 ul a:hover, .nav-header ul.level_1 ul a:focus, .nav-header ul.level_1 ul a.active, .nav-header ul.level_1 ul .open > a, .nav-header ul.level_1 ul .open > a:focus, .nav-header ul.level_1 ul .open > a:hover {
    background: var(--primary-color);
}

.nav-header ul.level_1 .sibling:hover > a, .nav-header ul.level_1 > li:hover > span, .nav-header ul.level_1 a.active, .nav-header ul.level_1 a.forward {
    background: transparent;
}

.nav-header ul.level_1 .sibling > a:after, .nav-header ul.level_1 a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: auto;
    right: 0;
    bottom: 3px;
    background-color: #fdcc70;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-header ul.level_1 ul a.active, .nav-header ul.level_1 ul span.active, .nav-header ul.level_1 ul a:hover, .nav-header ul.level_1 ul a:focus, .nav-header ul.level_1 ul a.active, .nav-header ul.level_1 ul .open > a, .nav-header ul.level_1 ul .open > a:focus, .nav-header ul.level_1 ul .open > a:hover {
    background: #e9c06e;
    color: #372519;
}

.nav-header ul.level_1 > li > a.icon-home, .nav-header ul.level_1 > li > span.icon-home {
    text-indent: -9999px;
    text-align: left;
    width: 50px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .nav-header .hidden-sm-menu {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .nav-header ul.level_1 {
        padding: 0px;
        margin: 0px;
        display: flex;
    }

    .nav-header .navbar {
        min-height: inherit;
        margin: 0px;
    }

    .nav-header ul.level_1 li {
        position: relative;
    }

    .nav-header ul.level_1 > li > ul {
        background: #002c83;
    }

        .nav-header ul.level_1 > li > ul > li {
            width: 100%;
            min-width: max-content;
        }

            .nav-header ul.level_1 > li > ul > li img {
                display: none;
            }

            .nav-header ul.level_1 > li > ul > li a {
                font-size: 13px;
            }

    .nav-header ul.level_1 > li {
        padding: 0px;
        margin: 0px auto !important;
        display: inline-block;
        vertical-align: bottom;
    }

    .nav-header ul.level_1 > .mm-r {
        margin-right: 6px;
    }

    .nav-header ul.level_1 > .mm-r-en {
        margin-right: 12px;
    }

    .nav-header ul.level_1 > li.first {
        margin-left: 0px;
    }

    .nav-header ul.level_1 > li.last {
        padding-right: 0px;
        box-shadow: none;
    }

    .nav-header .invisible {
        display: none !important
    }

    .nav-header ul.level_1 a {
        z-index: 11;
        padding: 7px;
        color: var(--secondary-color);
        font-size: 16px;
        font-weight: bold;
        display: block;
    }

    .nav-header ul.level_1 li li a {
        background: var(--primary-color);
        margin-bottom: 0px;
        border-bottom: 1px solid #dcdcdc;
        -webkit-transition: all .30s ease;
        -moz-transition: all .30s ease;
        -ms-transition: all .30s ease;
        -o-transition: all .30s ease;
        transition: all .30s ease;
    }

    .nav-header ul.level_1 > li > a, .nav-header ul.level_1 > li > span {
        color: #fff;
        background: none;
        z-index: 101;
        padding: 10px 0px 10px 10px;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        font-size: 14px;
        -webkit-transition: all .30s ease;
        -moz-transition: all .30s ease;
        -ms-transition: all .30s ease;
        -o-transition: all .30s ease;
        transition: all .30s ease;
    }

    .nav-header.navbar-default ul.level_1 > li.logo-desktop > a, .nav-header.navbar-default ul.level_1 > li.logo-desktop > span {
        width: 150px;
        display: inline-block;
        position: relative;
        height: 100px;
        overflow: hidden;
        text-indent: -1000px;
        transition: all .5s;
    }

        .nav-header.navbar-default ul.level_1 > li.logo-desktop > a:before, .nav-header.navbar-default ul.level_1 > li.logo-desktop > span:before {
            top: 0;
            height: auto;
            background: url("../../files/system/img/general/logo.png") no-repeat;
            background-size: 100%;
            width: 100%;
            left: 0px;
        }

    .menu-left {
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 99;
        transition: all .5s;
        display: flex;
        align-items: center;
    }

    .menu-right {
        position: absolute;
        top: 20px;
        right: 0;
        z-index: 9999;
        transition: all .5s;
        display: flex;
        align-items: center;
    }

    .nav-header ul.level_1 li > ul a {
        padding-top: 9px;
        padding-bottom: 9px;
        min-width: 150px;
    }

    .nav-header ul.level_1 a.active, .nav-header ul.level_1 span.active, .nav-header ul.level_1 a:hover, .nav-header ul.level_1 a:focus, .nav-header ul.level_1 a.active, .nav-header .open > a, .nav-header .open > a:focus, .nav-header .open > a:hover, .nav-header ul.level_1 > li:hover > a {
        background: none;
        text-decoration: none;
    }
}

.nav-header ul.level_1 ul a.active, .nav-header ul.level_1 ul span.active, .nav-header ul.level_1 ul a:hover, .nav-header ul.level_1 ul a:focus, .nav-header ul.level_1 ul a.active, .nav-header ul.level_1 ul .open > a, .nav-header ul.level_1 ul .open > a:focus, .nav-header ul.level_1 ul .open > a:hover {
    background: var(--secondary-color);
    text-decoration: none;
    color: var(--primary-color) !important;
}

.nav-header ul.level_1 > li > a.icon-home, .nav-header ul.level_1 > li > span.icon-home {
    text-indent: -9999px;
    text-align: left;
    width: 50px;
    position: relative;
}

.nav-header .navbar-brand {
    display: none
}

.nav-header .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px
}

.nav-header li > ul {
    background-color: inherit;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: -9999;
    position: absolute;
    display: block;
    padding: 0px;
    list-style: none;
    border: none;
    box-shadow: none;
    box-shadow: 1px 1px 3px -2px #000;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.nav-header li:hover > ul {
    display: block;
    z-index: 9999;
    opacity: 1;
    margin-top: 0px;
    padding-top: 0px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.nav-header ul.level_1 ul > li:hover ul {
    top: 0px;
    left: 100%;
}

.nav-header ul.level_1 > li:hover > ul {
    top: 100%;
    left: 1px;
}

.nav-header ul.level_1 ul li {
    position: relative
}

.nav-header .caret-icon {
    margin-left: 0px;
    font-size: 10px;
    float: right;
    margin-top: 4px;
}

.nav-header ul.level_1 li li.submenu a, .nav-header ul.level_1 li li.submenu span {
    padding-right: 40px;
}

    .nav-header ul.level_1 li li.submenu a .caret-icon, .nav-header ul.level_1 li li.submenu span .caret-icon {
        font-size: 10px;
        position: absolute;
        right: 10px;
        top: 10px;
        margin-top: 0px;
    }

.nav-header ul.level_1 > li > a .caret-icon, .nav-header ul.level_1 > li > span .caret-icon {
    margin-left: 5px;
    margin-top: 0px;
}

.nav-header ul.level_1 > li > a > .caret-icon:before {
    content: '\f0dd';
}

.nav-header ul.level_1 > li > a .caret-icon, .nav-header ul.level_1 > li > span .caret-icon {
    display: inline-block;
    vertical-align: top;
}

.nav-header .icon-tree {
    display: none;
}

.nav-header li.hidden-md-menu-child {
    display: none !important;
}

.nav-header .hidden-md-menu {
    display: none;
}

@media screen and (max-width: 992px) and (min-width:768px) {
    .nav-header .navbar-toggle {
        float: left;
        background: url("../../files/system/img/general/resp_menu_btn_color.png") center center no-repeat;
        background-size: 44px 44px;
        border-color: transparent;
        color: #FFF;
        position: relative;
        width: 44px;
        height: 44px;
        padding: 0px;
        text-indent: -99999px;
        margin: 2px 0px 2px 30px;
        display: block;
    }

        .nav-header .navbar-toggle:focus, .nav-header .navbar-toggle:hover {
            background-color: transparent;
            box-shadow: none
        }

    .background-menu-home .nav-header .navbar-toggle {
        background-image: url("../../files/system/img/general/resp_menu_btn.png");
    }

    .nav-header .navbar-collapse {
        display: none !important;
        position: absolute;
        min-width: 300px;
        text-align: left;
        top: 99%;
        z-index: 9999;
    }

        .nav-header .navbar-collapse.in {
            display: block !important;
            background: none;
            padding: 0px;
            margin-bottom: 15px;
        }

    .nav-header {
        position: absolute;
        top: 10px;
        left: 0px;
    }

        .nav-header .navbar-header {
            float: right;
            display: block;
            position: relative;
        }

        .nav-header ul a {
            color: #fff;
            background: #00569f;
            border-bottom: 1px solid #fff;
            position: relative;
        }

            .nav > li > a:hover, .nav > li > a:focus, .nav-header ul span, .nav-header ul a.active, .nav-header ul a:hover, .nav-header .open > a, .nav-header .open > a:focus, .nav-header .open > a:hover {
                background: #f00 !important;
                color: #fff !important;
                border-color: #fff !important;
            }

                .nav-header ul a.dropdown-toggle, .nav-header ul span.dropdown-toggle {
                    padding-right: 50px !important;
                }

        .nav-header .dropdown-menu {
            position: relative;
            left: 0px;
            width: 100%;
            padding: 0px;
            float: inherit;
            margin: 0px;
            border: none;
            margin-bottom: 0px;
            background: none;
        }

        .nav-header ul.level_1 > li > a, .nav-header ul.level_1 > li > span {
            padding-right: 7px;
            padding-left: 7px;
            text-transform: none;
        }

        .nav-header ul.level_1 ul a, .nav-header ul.level_1 ul span {
            padding-left: 30px;
        }

        .nav-header .dropdown-submenu > .dropdown-menu {
            left: 0px;
            margin-left: 0px;
        }

        .nav-header .caret-icon {
            position: absolute;
            right: 0px;
            width: 40px;
            text-align: center;
            height: 100%;
            z-index: 1;
            background: rgba(202, 202, 202, 0.19);
            top: 0px;
            display: -webkit-box !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: -webkit-flex !important;
            display: flex !important;
            -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
            flex-direction: row !important;
            -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
            -webkit-box-pack: center !important;
            -moz-box-pack: center !important;
            -webkit-justify-content: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            -webkit-box-align: center !important;
            -moz-box-align: center !important;
            -webkit-align-items: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
        }

        .nav-header .navbar-collapse.in {
            right: 7px;
        }

    .block-menu-top {
        bottom: -40px;
        right: 55px;
        top: unset;
    }
}

@media screen and (max-width: 1330px) and (min-width:992px) {
    .nav-header ul.level_1 > li > a, .nav-header ul.level_1 > li > span {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (min-width: 1330px) {
    .nav-header ul.level_1 > li > a, .nav-header ul.level_1 > li > span {
        padding-left: 13px;
        padding-right: 13px;
    }

    .nav-header .hidden-lg-menu {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .dropdown-menu {
        position: unset;
        top: 0;
        z-index: 0;
        float: none;
    }

    .nav-header {
        width: auto;
        right: 0;
        border: none;
        background: none;
        margin: 0px;
        text-align: left;
        padding: 0px;
        position: relative;
        background: none;
        float: left;
    }

        .nav-header .navbar-collapse {
            overflow-y: auto;
            max-height: 400px;
        }

        .nav-header .navbar-collapse, .nav-header .navbar-form {
            margin-bottom: 0px;
            padding: 10px 0px;
            border: none;
            margin-right: 0px;
            margin-left: 0px;
            margin-top: 15px;
            background: var(--primary-color);
        }

        .nav-header .navbar-toggle {
            float: left;
            background: url("../../files/system/img/general/resp_menu_btn_color.png") center center no-repeat;
            background-size: 100% 100%;
            border: none;
            color: #FFF;
            position: relative;
            width: 40px;
            height: 40px;
            padding: 0px;
            text-indent: -99999px;
            margin: 0px 0px 0px 0px;
            z-index: 500;
        }

            .nav-header .navbar-toggle span {
                display: none;
            }

            .nav-header .navbar-toggle:focus, .nav-header .navbar-toggle:hover {
                background-color: transparent;
                box-shadow: none
            }

        .nav-header a.active, .nav-header li > a:focus, .nav-header li > a:hover, .nav-header .open > a, .nav-header .open > a:focus, .nav-header .open > a:hover {
            background: var(--secondary-color);
            color: #fff;
        }

        .nav-header .navbar-toggle .icon-bar {
            background: #FFF
        }

        .nav-header .navbar-header {
            margin-right: 0px;
            margin-left: 0px
        }

        .nav-header .dropdown-menu {
            display: none;
            left: 0px;
            background: none;
            border: none;
            position: relative;
            float: inherit;
            box-shadow: none;
        }

        .nav-header .open > .dropdown-menu {
            display: block;
        }

        .nav-header .dropdown-submenu > .dropdown-menu {
            left: 0px;
            margin-top: 0px;
            margin-left: 5px;
            top: auto;
        }

        .nav-header ul.level_1 ul > li:hover ul {
            left: 0;
        }

        .nav-header .caret-icon {
            width: 30px;
            height: 30px;
            vertical-align: middle;
            position: absolute;
            right: 10px;
            display: block;
            line-height: 34px;
            text-align: center;
            font-size: 10px;
            bottom: 1px;
            color: #FFF;
        }

        .nav-header .icon-tree {
            display: none;
        }

        .nav-header li ul {
            padding-left: 15px;
        }

        .nav-header li {
            position: relative !important;
            border-bottom: 1px solid #fff;
        }

            .nav-header li.last {
                border: none;
                box-shadow: none;
            }

            .nav-header li a {
                position: relative !important;
                background: none;
                color: #FFF;
                margin-bottom: 1px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                padding: 10px 20px;
                font-size: 1em;
            }

        .nav-header ul.level_1 > li > a, .nav-header ul.level_1 > li > span {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 1em;
        }

        .nav-header .dropdown-submenu a, .nav-header .dropdown-menu a {
            white-space: normal;
            background: none;
        }
}

@media screen and (min-width: 992px) {
    .nav-header.navbar-default ul.level_1 > li.i-home a::before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f015";
        font-size: 1.5em;
        text-align: center;
        text-indent: 0px;
        top: 50%;
        right: 50%;
        padding: 0px;
        position: absolute;
        align-items: center !important;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 992px) {
    .nav-header ul.level_1 .sibling:hover > a:after, .nav-header ul.level_1 a.active:after, .nav-header ul.level_1 a.forward:after, .nav-header ul.level_1 li.trail > a:after, .nav-header ul.level_1 > li:hover > a:after {
        width: 0;
    }

    .nav-header ul.level_1 .sibling > a:after, .nav-header ul.level_1 a:after {
        content: unset;
    }
}

.bg-teaser .ce_text {
    font-family: 'Pattaya',sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: rgba(0,0,0,1);
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
}

    .bg-teaser .ce_text ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .bg-teaser .ce_text ul li {
            margin-bottom: 15px;
        }

            .bg-teaser .ce_text ul li:before {
                content: "";
                width: 25px;
                height: 25px;
                margin-right: 15px;
                background: url("../../files/system/img/general/i-stick.png") center center no-repeat;
                display: inline-block;
                vertical-align: middle;
                position: relative;
            }

.icon-home-footer-div {
    background: url("../../files/system/img/general/bg-bottom-title.jpg") center bottom no-repeat;
    padding: 70px 0px;
    color: #0095d9;
    background-size: 100% auto;
}

    .icon-home-footer-div .title-bottom {
        font-size: 35px;
        font-weight: bold;
        font-family: menu,sans-serif;
        line-height: 1em;
    }

        .icon-home-footer-div .title-bottom h3 {
            margin-top: 0px;
        }

    .icon-home-footer-div h4 {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4em;
        font-family: "Pattaya",sans-serif;
    }

        .icon-home-footer-div h4 img {
            display: inline-block;
            margin-right: 15px;
        }

    .icon-home-footer-div .head-bottom {
        color: #f00;
        text-shadow: 1px 1px 0px #000;
        font-family: menu,sans-serif;
    }

        .icon-home-footer-div .head-bottom h2 {
            font-size: 30px;
            margin: 0px;
        }

        .icon-home-footer-div .head-bottom p {
            margin-bottom: 25px;
            font-size: 20px;
        }

.bg-customer {
    background: url("../../files/system/img/general/bg-home-1.jpg") center center no-repeat;
    padding: 70px 0px;
    color: #FFF;
    background-size: cover;
}

    .bg-customer h3 {
        font-size: 40px;
        font-family: "Pattaya",sans-serif;
        font-weight: 400;
    }

    .bg-customer p {
        font-style: italic;
        font-size: 16px;
    }

.wrapper-slide {
    position: relative;
    display: block;
}

    .wrapper-slide figure {
        display: block;
        padding: 15px;
    }

        .wrapper-slide figure img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

    .wrapper-slide .slider-control {
        position: static;
    }

        .wrapper-slide .slider-control .slider-menu {
            display: none !important;
        }

        .wrapper-slide .slider-control .slider-prev, .wrapper-slide .slider-control .slider-next {
            position: absolute;
            z-index: 100;
            top: 80px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: left;
            text-indent: -1000px;
            overflow: hidden;
            background: #000;
            opacity: 0.1;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            color: #FFF;
        }

            .wrapper-slide .slider-control .slider-prev:hover, .wrapper-slide .slider-control .slider-next:hover {
                opacity: 0.4;
                text-decoration: none;
            }

            .wrapper-slide .slider-control .slider-prev:after, .wrapper-slide .slider-control .slider-next:after {
                position: absolute;
                left: 0px;
                right: 0px;
                bottom: 0px;
                text-indent: 0px;
                top: 0px;
                text-align: center;
                font-family: 'fontdl';
                font-weight: bold;
            }

            .wrapper-slide .slider-control .slider-prev:after {
                content: '\e80e';
            }

            .wrapper-slide .slider-control .slider-next:after {
                content: '\e80f';
            }

        .wrapper-slide .slider-control .slider-prev {
            left: 5px;
        }

        .wrapper-slide .slider-control .slider-next {
            right: 5px;
        }

.about-us a {
    color: #42552b !important;
    padding: 9px 20px;
    background: #fff;
    text-decoration: unset;
    border: 1px solid #42552b;
    font-size: 19px;
}

    .about-us a:hover {
        background: #42552b;
        color: #fff !important;
    }

@media screen and (min-width: 768px) {
    .bg-teaser .teaser-home-ul {
        padding: 30px 0px 0px 40px;
    }
}

@media screen and (min-width: 992px) {
    h4 {
        font-size: 18px;
        font-weight: bold;
    }
}

@media screen and (max-width: 767px) {

{
    padding: 15px 0px;
}

.title-bottom {
    font-size: 25px;
}

.head-bottom h2 {
    font-size: 18px;
    padding: 0px;
    text-align: center;
}

.head-bottom p {
    text-align: center;
}
