﻿.main-menu > li {
    padding: 1rem;
}
.lang .disable{
    pointer-events: none;
}
.bg-gray .seeAll:before {
    z-index: 1;
    background-color: #bbb;
}

.bg-gray .seeAll .seeAll-link {
    z-index: 2;
    position: relative;
    background-color: #f7f7f7;
}

.pk-layout ul.lv3 li.active a {
    color: #333;
}

ul.dv-layout ul.lv3 li.active a {
    color: #00529c;
}

.main-map {
    height: 80vh;
    overflow: hidden;
}

.maps-content .All .list-showroom, .maps-content .BacBo, .maps-content .NamBo, .maps-content .TrungBo {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
}

.maps-content .showroom {
    float: left;
}

a.not-hover:hover, img.not-hover:hover {
    transform: none;
}

.menu-product-2 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    transition: all 0.5s ease-out;
}

    .menu-product-2.is-fixed {
        position: fixed;
        top: 0;
        background-color: #fff;
        z-index: 201;
        width: 1180px;
    }

    .menu-product-2 .brands-details {
        margin-bottom: 0 !important;
        opacity: 0;
        display: flex;
        pointer-events: none;
        transition: .4s ease;
        transform: translateY(-1rem);
        align-items: center;
    }

    .menu-product-2 .nav-menu-product li {
        padding: 1rem 0.85rem;
    }

        .menu-product-2 .nav-menu-product li:hover a {
            opacity: 1;
            transition: all 0.3s ease-in;
        }

            .menu-product-2 .nav-menu-product li:hover a::before {
                opacity: 1;
                transform: scaleX(1);
                -webkit-transform: scaleX(1);
                -moz-transform: scaleX(1);
                transform-origin: left;
            }

        .menu-product-2 .nav-menu-product li a {
            font-size: 1rem;
            color: #333333;
            text-transform: uppercase;
            display: inline-block;
            padding: 0;
            opacity: 0.6;
            transition: all 0.4s ease-out;
            position: relative;
        }

            .menu-product-2 .nav-menu-product li a::before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 1px;
                background: #333333;
                transform: scaleX(0);
                -webkit-transform: scaleX(0);
                -moz-transform: scaleX(0);
                transform-origin: right;
                opacity: 0.6;
                transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
                -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
                -moz-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
            }

            .menu-product-2 .nav-menu-product li a.active {
                opacity: 1;
            }

                .menu-product-2 .nav-menu-product li a.active::before {
                    opacity: 1;
                    transform: scaleX(1);
                    -webkit-transform: scaleX(1);
                    -moz-transform: scaleX(1);
                    transform-origin: left;
                }

    .menu-product-2.is-fixed {
        position: fixed;
        justify-content: space-between;
    }

        .menu-product-2.is-fixed .brands-details {
            transform: translateY(0);
            opacity: 1;
        }

.dv-body {
    max-width: 100%;
    width: 100%;
}

    .dv-body table {
        width: 100%;
    }

.content-product {
    padding: 1rem 0;
    padding-bottom: 0;
}

    .content-product .engine {
        padding: 6.4rem 0;
    }

    .content-product .download {
        margin-top: 3.7rem;
        margin-bottom: 0;
    }

    .content-product .body-content-product {
        padding-top: 1rem;
        margin-bottom: 1.5rem;
    }

        .content-product .body-content-product .title {
            margin-bottom: 1rem;
            text-align: center;
        }

            .content-product .body-content-product .title h1 {
                font-size: 2rem;
                color: #333333;
                text-transform:uppercase;
            }

        .content-product .body-content-product .gallery {
            width: 100%;
            display: block;
        }

            .content-product .body-content-product .gallery .sw-exterior {
                width: 100%;
                padding-bottom: 3rem;
            }

                .content-product .body-content-product .gallery .sw-exterior .swiper-slide .gallery-item {
                    position: relative;
                    width: 100%;
                    overflow: hidden;
                }

                    .content-product .body-content-product .gallery .sw-exterior .swiper-slide .gallery-item .gallery-img {
                        width: 100%;
                        position: relative;
                        height: 100%;
                    }

                        .content-product .body-content-product .gallery .sw-exterior .swiper-slide .gallery-item .gallery-img img {
                            width: 100%;
                            object-fit: cover;
                            height: 100%;
                        }

                    .content-product .body-content-product .gallery .sw-exterior .swiper-slide .gallery-item .headline {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        padding: 1rem;
                        background-color: rgba(0, 0, 0, 0.4);
                    }

                        .content-product .body-content-product .gallery .sw-exterior .swiper-slide .gallery-item .headline h3 {
                            font-size: 1rem;
                            color: #ffffff;
                        }

                .content-product .body-content-product .gallery .sw-exterior .sw-pagi-exterior {
                    position: absolute;
                    bottom: 0;
                }

                    .content-product .body-content-product .gallery .sw-exterior .sw-pagi-exterior .swiper-pagination-bullet-active {
                        background-color: #e50000 !important;
                    }

            .content-product .body-content-product .gallery .gallery-top-furniture .swiper-slide {
                width: 100%;
            }

                .content-product .body-content-product .gallery .gallery-top-furniture .swiper-slide .gallery-top-img {
                    width: 100%;
                    position: relative;
                    font-size: 0;
                }

                    .content-product .body-content-product .gallery .gallery-top-furniture .swiper-slide .gallery-top-img img {
                        width: 100%;
                        object-fit: cover;
                        height: 100%;
                    }

                .content-product .body-content-product .gallery .gallery-top-furniture .swiper-slide .headline {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    padding: 1rem;
                    background-color: rgba(0, 0, 0, 0.4);
                }

                    .content-product .body-content-product .gallery .gallery-top-furniture .swiper-slide .headline h3 {
                        font-size: 1rem;
                        color: #ffffff;
                    }

            .content-product .body-content-product .gallery .gallery-thumbs-furniture {
                width: 100%;
                padding:0;
                padding-bottom: 1rem;
                background-color: #161514;
                box-sizing: content-box;
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
            }

                .content-product .body-content-product .gallery .gallery-thumbs-furniture .swiper-slide {
                    height: 100%;
                }

                    .content-product .body-content-product .gallery .gallery-thumbs-furniture .swiper-slide img {
                        width: 100%;
                        object-fit: cover;
                        height: 100%;
                        max-height: 165px;
                        min-height: 165px;
                        cursor: pointer;
                    }

                .content-product .body-content-product .gallery .gallery-thumbs-furniture .sw-pagi-furniture {
                    position: absolute;
                    bottom: 0;
                }
.swiper-pagination-bullets{
    bottom:0!important;
}
.swiper-pagination-bullet {
    background-color: #00529c !important;
}
.content-product .body-content-product .gallery .gallery-thumbs-furniture .sw-pagi-furniture .swiper-pagination-bullet-active {
    background-color: #00529c !important;
}
                        .content-product .body-content-product .gallery .sw-color .swiper-wrapper .swiper-slide img {
                            object-fit: cover;
                            max-width: 100%;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }

                .content-product .body-content-product .gallery .sw-color .sw-pagi-color {
                    right: 15%;
                }

                    .content-product .body-content-product .gallery .sw-color .sw-pagi-color .swiper-pagination-bullet {
                        width: 3.5rem;
                        height: 3.5rem;
                        background-color: #dbdbdb;
                        margin: 1.8rem 0;
                    }

                    .content-product .body-content-product .gallery .sw-color .sw-pagi-color .swiper-pagination-bullet-active {
                        background-color: #e50000 !important;
                    }

            .content-product .body-content-product .gallery .gallery-top-container .swiper-slide {
                width: 100%;
            }

                .content-product .body-content-product .gallery .gallery-top-container .swiper-slide .gallery-top-img {
                    width: 100%;
                    position: relative;
                    border: 1px solid #cccccc;
                }

                    .content-product .body-content-product .gallery .gallery-top-container .swiper-slide .gallery-top-img img {
                        width: 100%;
                        object-fit: cover;
                        height: 100%;
                    }

                .content-product .body-content-product .gallery .gallery-top-container .swiper-slide .headline {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    padding: 1rem;
                    background-color: rgba(51, 51, 51, 0.8);
                }

                    .content-product .body-content-product .gallery .gallery-top-container .swiper-slide .headline h3 {
                        width: 50%;
                        font-size: 1rem;
                        color: #ffffff;
                    }

            .content-product .body-content-product .gallery .gallery-thumbs-container {
                width: 100%;
                padding: 2rem 0;
                padding-bottom: 3.5rem;
                background-color: #161514;
                box-sizing: content-box;
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
            }

                .content-product .body-content-product .gallery .gallery-thumbs-container .swiper-slide {
                    height: 100%;
                }

                    .content-product .body-content-product .gallery .gallery-thumbs-container .swiper-slide img {
                        width: 100%;
                        object-fit: cover;
                        height: 100%;
                        max-height: 165px;
                        min-height: 165px;
                        cursor: pointer;
                    }

                .content-product .body-content-product .gallery .gallery-thumbs-container .sw-pagi-container {
                    position: absolute;
                    bottom: 1.5rem;
                }

                    .content-product .body-content-product .gallery .gallery-thumbs-container .sw-pagi-container .swiper-pagination-bullet-active {
                        background-color: #e50000 !important;
                    }

            .content-product .body-content-product .gallery .info {
                padding: 0 2.85rem;
            }

                .content-product .body-content-product .gallery .info .title {
                    margin-bottom: 2.6rem;
                    text-align: left;
                }

                    .content-product .body-content-product .gallery .info .title h3 {
                        font-size: bold 1.4rem;
                        color: #333333;
                    }

                .content-product .body-content-product .gallery .info .menu-info {
                    display: flex;
                    justify-content: center;
                }

                    .content-product .body-content-product .gallery .info .menu-info .nav-info {
                        width: 50%;
                        padding: 4rem 0;
                        display: block;
                    }

                        .content-product .body-content-product .gallery .info .menu-info .nav-info .name {
                            display: block;
                            margin-bottom: 2rem;
                        }

                            .content-product .body-content-product .gallery .info .menu-info .nav-info .name h3 {
                                font-size: 1.5rem;
                                font-family: 'Arial';
                                color: #333333;
                            }

                        .content-product .body-content-product .gallery .info .menu-info .nav-info .caption p {
                            font-size: 1;
                            color: #333333;
                            display: block;
                        }

                        .content-product .body-content-product .gallery .info .menu-info .nav-info li a span {
                            display: block;
                            margin-bottom: 1rem;
                        }

                        .content-product .body-content-product .gallery .info .menu-info .nav-info li a .btn-see {
                            background-color: transparent;
                            padding: 0.5rem 3rem;
                            font-size: 1rem;
                            color: #333333;
                            text-transform: uppercase;
                            cursor: pointer;
                            border-color: #cccccc;
                            transition: all 0.5s ease-out;
                        }

                            .content-product .body-content-product .gallery .info .menu-info .nav-info li a .btn-see:hover {
                                background-color: #e50000;
                                border-color: #e50000;
                                transition: all 0.5s ease-in;
                                color: #ffffff;
                            }

                            .content-product .body-content-product .gallery .info .menu-info .nav-info li a .btn-see:focus {
                                outline: none;
                                box-shadow: none;
                            }

                    .content-product .body-content-product .gallery .info .menu-info .info-images {
                        width: 50%;
                    }

            .content-product .body-content-product .gallery .gallery-top-chassis .swiper-slide {
                width: 100%;
            }

                .content-product .body-content-product .gallery .gallery-top-chassis .swiper-slide .gallery-top-img {
                    width: 100%;
                    position: relative;
                    font-size: 0;
                }

                    .content-product .body-content-product .gallery .gallery-top-chassis .swiper-slide .gallery-top-img img {
                        width: 100%;
                        object-fit: cover;
                        height: 100%;
                    }

                .content-product .body-content-product .gallery .gallery-top-chassis .swiper-slide .headline {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    padding: 1rem;
                    background-color: rgba(0, 0, 0, 0.4);
                }

                    .content-product .body-content-product .gallery .gallery-top-chassis .swiper-slide .headline h3 {
                        width: 50%;
                        font-size: 1rem;
                        color: #ffffff;
                    }

            .content-product .body-content-product .gallery .gallery-thumbs-chassis {
                width: 100%;
                padding: 0;
                padding-bottom: 1rem;
                background-color: #161514;
                box-sizing: content-box;
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
            }

                .content-product .body-content-product .gallery .gallery-thumbs-chassis .swiper-slide {
                    height: 100%;
                }

                    .content-product .body-content-product .gallery .gallery-thumbs-chassis .swiper-slide img {
                        width: 100%;
                        object-fit: cover;
                        height: 100%;
                        max-height: 165px;
                        min-height: 165px;
                        cursor: pointer;
                    }

                .content-product .body-content-product .gallery .gallery-thumbs-chassis .sw-pagi-chassis {
                    position: absolute;
                    bottom: 1.5rem;
                }

                    .content-product .body-content-product .gallery .gallery-thumbs-chassis .sw-pagi-chassis .swiper-pagination-bullet-active {
                        background-color: #00529c !important;
                    }

        .content-product .body-content-product #accordionListParam .param-item .param-item-header {
            padding: 1rem 2.8rem;
            border-top: 1px solid #cccccc;
            cursor: pointer;
        }

            .content-product .body-content-product #accordionListParam .param-item .param-item-header .param-title {
                position: relative;
            }

                .content-product .body-content-product #accordionListParam .param-item .param-item-header .param-title::before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: 1%;
                    width: 1rem;
                    height: 1rem;
                    background-image: url(../images/icon/arr_m2.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    transition: transform 0.5s ease-out;
                    -webkit-transition: transform 0.5s ease-out;
                    -moz-transition: transform 0.5s ease-out;
                }

                .content-product .body-content-product #accordionListParam .param-item .param-item-header .param-title h3 {
                    font-size: 1rem;
                    color: #333333;
                    text-transform: uppercase;
                }

        .content-product .body-content-product #accordionListParam .param-item:last-child {
            border-bottom: 1px solid #cccccc;
        }

        .content-product .body-content-product #accordionListParam .param-item .param-item-header .param-title[aria-expanded="true"]::before {
            transform: translateY(-50%);
            background-image: url(../images/icon/arr_m.png);
            color: #cccccc;
            transition: transform 0.5s ease-in;
            -webkit-transition: transform 0.5s ease-in;
            -moz-transition: transform 0.5s ease-in;
        }

        .content-product .body-content-product #accordionListParam .param-item .param-item-body {
            padding: 1rem 3.5rem;
            border-top: 1px solid #cccccc;
        }

div#accordionListParam {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.content-product .body-content-product #accordionListParam .param-item .param-item-body .table tbody tr {
    width: 100%;
}

    .content-product .body-content-product #accordionListParam .param-item .param-item-body .table tbody tr td {
        border: none;
        padding: 0;
        padding-bottom: 1.2rem;
    }

        .content-product .body-content-product #accordionListParam .param-item .param-item-body .table tbody tr td:nth-child(1) {
            width: 30%;
        }

        .content-product .body-content-product #accordionListParam .param-item .param-item-body .table tbody tr td:nth-child(2) {
            width: 20%;
            text-align: center;
        }

        .content-product .body-content-product #accordionListParam .param-item .param-item-body .table tbody tr td:nth-child(3) {
            width: 50%;
        }

.content-product .body-content-product .overplay-video {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    display: block;
    width: 100%;
    position: relative;
}

    .content-product .body-content-product .overplay-video::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
    }

    .content-product .body-content-product .overplay-video:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        font-size: 4rem;
        cursor: pointer;
        color: #ffffff;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
    }

    .content-product .body-content-product .overplay-video img {
        width: 100%;
        object-fit: cover;
    }

.content-product .body-content-product .list-document table.document {
    border: 1px solid #cccccc;
}

    .content-product .body-content-product .list-document table.document thead {
        background-color: #00529c;
    }

        .content-product .body-content-product .list-document table.document thead th {
            font-size: normal 1.8rem;
            color: #ffffff;
        }

    .content-product .body-content-product .list-document table.document tbody tr td {
        font-size: 1.4rem;
        color: #333333;
        line-height: 3rem;
    }

        .content-product .body-content-product .list-document table.document tbody tr td a {
            text-decoration: none;
            color: #333333;
        }

        .content-product .body-content-product .list-document table.document tbody tr td:nth-child(1) {
            width: 50%;
        }

        .content-product .body-content-product .list-document table.document tbody tr td:nth-child(2) {
            width: 10%;
        }

        .content-product .body-content-product .list-document table.document tbody tr td:nth-child(3) {
            width: 20%;
        }

        .content-product .body-content-product .list-document table.document tbody tr td:nth-child(4) {
            width: 20%;
        }
/*ngoai thất*/
.content-product .body-content-product .gallery .gallery-top-nt .swiper-slide {
    width: 100%;
}

    .content-product .body-content-product .gallery .gallery-top-nt .swiper-slide .gallery-top-img {
        width: 100%;
        position: relative;
        font-size: 0;
    }

        .content-product .body-content-product .gallery .gallery-top-nt .swiper-slide .gallery-top-img img {
            width: 100%;
            object-fit: cover;
            height: 100%;
        }

    .content-product .body-content-product .gallery .gallery-top-nt .swiper-slide .headline {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1rem;
        background-color: rgba(0, 0, 0, 0.4);
    }

        .content-product .body-content-product .gallery .gallery-top-nt .swiper-slide .headline h3 {
            font-size: 1rem;
            color: #ffffff;
        }

.content-product .body-content-product .gallery .gallery-thumbs-nt {
    width: 100%;
    padding: 0;
    padding-bottom: 2rem;
    background-color: #161514;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

    .content-product .body-content-product .gallery .gallery-thumbs-nt .swiper-slide {
        height: 100%;
    }
.sw-padding {
    padding: 1rem;
    background-color: #161514;
}
        .content-product .body-content-product .gallery .gallery-thumbs-nt .swiper-slide img {
            width: 100%;
            object-fit: cover;
            height: 100%;
            max-height: 165px;
            min-height: 165px;
            cursor: pointer;
        }

    .content-product .body-content-product .gallery .gallery-thumbs-nt .sw-pagi-furniture {
        position: absolute;
        bottom: 1.5rem;
    }

        .content-product .body-content-product .gallery .gallery-thumbs-nt .sw-pagi-furniture .swiper-pagination-bullet-active {
            background-color: #e50000 !important;
        }
/* Màu Xe*/
.content-product .body-content-product .gallery .gallery-top-coloCar .swiper-slide {
    width: 100%;
}

    .content-product .body-content-product .gallery .gallery-top-coloCar .swiper-slide .gallery-top-img {
        width: 100%;
        position: relative;
    }

        .content-product .body-content-product .gallery .gallery-top-coloCar .swiper-slide .gallery-top-img img {
            width: 100%;
            object-fit: cover;
            height: 100%;
        }

    .content-product .body-content-product .gallery .gallery-top-coloCar .swiper-slide .headline {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1rem;
        background-color: rgba(0, 0, 0, 0.4);
    }

        .content-product .body-content-product .gallery .gallery-top-coloCar .swiper-slide .headline h3 {
            font-size: 1rem;
            color: #ffffff;
        }

.content-product .body-content-product .gallery .gallery-thumbs-coloCar {
    width: 100%;
    padding: 2rem 0;
    padding-bottom: 3.5rem;
    background-color: #161514;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

    .content-product .body-content-product .gallery .gallery-thumbs-coloCar .swiper-slide {
        height: 100%;
    }

        .content-product .body-content-product .gallery .gallery-thumbs-coloCar .swiper-slide img {
            width: 100%;
            object-fit: cover;
            height: 100%;
            max-height: 165px;
            min-height: 165px;
            cursor: pointer;
        }

    .content-product .body-content-product .gallery .gallery-thumbs-coloCar .sw-pagi-coloCar {
        position: absolute;
        bottom: 1.5rem;
    }

        .content-product .body-content-product .gallery .gallery-thumbs-coloCar .sw-pagi-coloCar .swiper-pagination-bullet-active {
            background-color: #e50000 !important;
        }
/* Động cơ*/
.content-product .body-content-product .gallery .gallery-top-engine .swiper-slide {
    width: 100%;
}

    .content-product .body-content-product .gallery .gallery-top-engine .swiper-slide .gallery-top-img {
        width: 100%;
        position: relative;
        font-size: 0;
    }

        .content-product .body-content-product .gallery .gallery-top-engine .swiper-slide .gallery-top-img img {
            width: 100%;
            object-fit: cover;
            height: 100%;
        }

    .content-product .body-content-product .gallery .gallery-top-engine .swiper-slide .headline {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1rem;
        background-color: rgba(0, 0, 0, 0.4);
    }

        .content-product .body-content-product .gallery .gallery-top-engine .swiper-slide .headline h3 {
            font-size: 1rem;
            color: #ffffff;
        }

.content-product .body-content-product .gallery .gallery-thumbs-engine {
    width: 100%;
    background-color: #161514;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

    .content-product .body-content-product .gallery .gallery-thumbs-engine .swiper-slide {
        height: 100%;
    }

        .content-product .body-content-product .gallery .gallery-thumbs-engine .swiper-slide img {
            width: 100%;
            object-fit: cover;
            height: 100%;
            max-height: 165px;
            min-height: 165px;
            cursor: pointer;
        }

    .content-product .body-content-product .gallery .gallery-thumbs-engine .sw-pagi-coloCar {
        position: absolute;
        bottom: 1.5rem;
    }

    .content-product .body-content-product .gallery .gallery-thumbs-engine .sw-pagi-engine .swiper-pagination-bullet-active {
        background-color: #e50000 !important;
    }


.slider-product .swiper-slide:last-child::after {
    content: none;
}

.infoFooter .video {
    position: relative;
}

    .infoFooter .video:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        cursor: pointer;
        z-index: 201;
    }

    .infoFooter .video:after {
        content: "\f144";
        opacity: 0;
        transition: .3s ease;
        position: absolute;
        top: 50%;
        left: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        width: 4rem;
        height: 4rem;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        font-size: 2.5rem;
        color: #ffffff;
        cursor: pointer;
        z-index: 202;
    }

    .infoFooter .video:hover:after {
        opacity: 1;
    }

.table-any td, .table-any th {
    vertical-align: middle;
}

.table-any tr td:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
}

.table-any td ul {
    list-style-type: disc;
    padding-left: 2rem;
}

.table-any td ol {
    list-style-type: decimal;
    padding-left: 2rem;
}

.feedback .title {
    padding: 2rem 0;
}

    .feedback .title h3 {
        font-size: 1.4rem;
        color: #333333;
    }

.feedback .form-feedback .form-group #keywork {
    background-color: #333333;
    border-radius: 0;
    height: 3rem;
    color: #ffffff;
}

    .feedback .form-feedback .form-group #keywork option {
        color: #ffffff;
        padding: 1rem;
    }

        .feedback .form-feedback .form-group #keywork option:not(:first-of-type) {
            color: #ffffff;
        }

    .feedback .form-feedback .form-group #keywork:focus {
        outline: #333333;
        border-color: #333333;
        box-shadow: none;
    }

.feedback .form-feedback input.form-control {
    border-radius: 0;
    color: #333333;
    height: 3rem;
}

    .feedback .form-feedback input.form-control:focus {
        outline: none;
        border-color: #00529c;
        box-shadow: 0 0 0 1px #00529c;
    }

.feedback .form-feedback textarea.form-control {
    border-radius: 0;
    color: #333333;
}

    .feedback .form-feedback textarea.form-control:focus {
        outline: none;
        border-color: #00529c;
        box-shadow: 0 0 0 1px #00529c;
    }

.feedback .form-feedback .footer-feedback {
    padding: 3.5rem 0;
}

    .feedback .form-feedback .footer-feedback .security-title {
        margin-bottom: 2.5rem;
    }

        .feedback .form-feedback .footer-feedback .security-title h3 {
            font-size: 20px;
        }

    .feedback .form-feedback .footer-feedback .security-summary {
        margin-bottom: 1.7rem;
    }

        .feedback .form-feedback .footer-feedback .security-summary p {
            line-height: 1.7rem;
            text-align: justify;
        }

    .feedback .form-feedback .footer-feedback .security-checkbox {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
    }

        .feedback .form-feedback .footer-feedback .security-checkbox input[type=checkbox] {
            width: 1rem;
            height: 1rem;
        }

        .feedback .form-feedback .footer-feedback .security-checkbox p {
            margin-bottom: 0;
            margin-left: 1rem;
        }

#page-contact .btn-submit {
    background-color: #00529c;
    padding: 1rem 2rem;
    text-transform: uppercase;
    border-color: transparent;
    box-shadow: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    transition: .4s ease;
}

    #page-contact .btn-submit[disabled="disabled"], #page-contact .btn-submit:disabled {
        cursor: not-allowed;
    }

    #page-contact .btn-submit:not(:disabled):hover {
        box-shadow: 0 0 3px 1px #00529c;
    }

#page-contact label {
    margin-bottom: .5rem;
}

header .icon-bar {
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 40px;
    height: 24px;
    transform: rotateZ(0) translateY(-50%);
    -webkit-transform: rotateZ(0) translateY(-50%);
    -moz-transform: rotateZ(0) translateY(-50%);
    z-index: 3;
}

    header .icon-bar a span {
        display: block;
        background-color: #00529c;
        width: 100%;
        height: 5px;
        position: absolute;
        left: 0;
        transition: opacity 0.4s,background-color 0.25s,transform 0.4s ease-in-out;
    }

        header .icon-bar a span:nth-child(1) {
            top: 0;
        }

        header .icon-bar a span:nth-child(2) {
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
        }

        header .icon-bar a span:nth-child(3) {
            bottom: 0;
        }

.copyright-mobile {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
}

.select-location {
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .select-location .form-control {
        width: 242px;
        height: 2.5rem;
        margin-right: 2rem !important;
        border-color: transparent;
        border-radius: 0;
    }

        .select-location .form-control:focus {
            outline: none;
            box-shadow: 0 0 0 0.1rem #cccccc;
            border-color: transparent;
        }

    .select-location .btn-delete-option {
        width: 100%;
        width: 242px;
        height: 2.5rem;
        background-color: #e50000;
        border: 1px solid #ffffff;
        font-size: bold 1rem;
        color: #ffffff;
        text-transform: uppercase;
    }

.maps-content {
    padding: 2.85rem 0;
    position: relative;
}

    .maps-content .list-showroom, .list-showroom1, .list-showroom2, .list-showroom3 {
        padding: 2rem 0;
        overflow-y: scroll;
        height: 650px;
    }

        .maps-content .list-showroom .showroom, .list-showroom1 .showroom, .list-showroom2 .showroom, .list-showroom3 .showroom {
            margin-bottom: 2.85rem;
        }

            .maps-content .list-showroom .showroom .showroom-name, .list-showroom1 .showroom .showroom-name, .list-showroom2 .showroom .showroom-name, .list-showroom3 .showroom .showroom-name {
                
                position: relative;
                margin-bottom: 1rem;
            }

                

                .maps-content .list-showroom .showroom .showroom-name h3, .list-showroom1 .showroom .showroom-name h3, .list-showroom2 .showroom .showroom-name h3, .list-showroom3 .showroom .showroom-name h3 {
                    font-size: 1.4rem;
                    font-weight: bold;
                    color: #004895;
                }

                    .maps-content .list-showroom .showroom .showroom-name h3 a, .list-showroom1 .showroom1 .showroom-name h3 a, .list-showroom2 .showroom .showroom-name h3 a, .list-showroom3 .showroom .showroom-name h3 a {
                        color: #004895;
                        text-decoration: none;
                    }

            .maps-content .list-showroom .showroom .showroom-address p, .list-showroom1 .showroom .showroom-address p, .list-showroom2 .showroom .showroom-address p, .list-showroom3 .showroom .showroom-address p {
                margin-bottom: 1rem;
            }

                .maps-content .list-showroom .showroom .showroom-address p a, .list-showroom1 .showroom1 .showroom-address p a, .list-showroom2 .showroom .showroom-address p a, .list-showroom3 .showroom .showroom-address p a {
                    color: #333333;
                    opacity: 0.8;
                }

                .maps-content .list-showroom .showroom .showroom-address p span.hotline, .list-showroom1 .showroom .showroom-address p span.hotline, .list-showroom2 .showroom .showroom-address p span.hotline, .list-showroom3 .showroom .showroom-address p span.hotline {
                    color: #e50000;
                }

.maps {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-right: 1rem;
}

    .maps iframe {
        width: 100%;
        height: 100%;
    }

.maps-mobile {
    display: none;
}

.img-mobile-fix {
    height: 45px;
}

@media screen and (min-width: 600px) and (max-width: 992px) {
    .main-header {
        height: 110px;
        border-bottom: 0;
        display: flex;
        align-items: center;
    }

        .main-header .header-top {
            display: none;
        }

        .main-header .main-menu {
            display: flex;
            align-items: center;
        }

            .main-header .main-menu .logo {
                width: 25%;
                padding-bottom: 0;
                padding-right: 1rem;
            }

                .main-header .main-menu .logo:before {
                    top: 0;
                    height: 100%;
                }

            .main-header .main-menu .logo-department {
                width: 50%;
                padding-bottom: 0;
                padding-left: 1rem;
            }

            .main-header .main-menu .nav-menu {
                display: none;
            }

            .main-header .main-menu .icon-bar {
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-flow: row nowrap;
                cursor: pointer;
                margin-left: auto;
                width: 13%;
                height: 46px;
                position: relative;
                transform: rotateZ(0);
                -webkit-transform: rotateZ(0);
                -moz-transform: rotateZ(0);
                z-index: 3;
            }

                .main-header .main-menu .icon-bar.active .top {
                    transform: translateY(8px) rotate(-135deg);
                    -webkit-transform: translateY(8px) rotate(-135deg);
                    -moz-transform: translateY(8px) rotate(-135deg);
                }

                .main-header .main-menu .icon-bar.active .middle {
                    opacity: 0;
                }

                .main-header .main-menu .icon-bar.active .bottom {
                    transform: translateY(-11px) rotate(-45deg);
                    -webkit-transform: translateY(-11px) rotate(-45deg);
                    -moz-transform: translateY(-11px) rotate(-45deg);
                }

                .main-header .main-menu .icon-bar a {
                    width: 100%;
                    height: 100%;
                }

                    .main-header .main-menu .icon-bar a span {
                        display: block;
                        background-color: #00529c;
                        width: 100%;
                        height: 6px;
                        position: absolute;
                        left: 0;
                        transition: opacity 0.4s,background-color 0.25s,transform 0.4s ease-in-out;
                    }

                        .main-header .main-menu .icon-bar a span:nth-child(1) {
                            top: 0;
                        }

                        .main-header .main-menu .icon-bar a span:nth-child(2) {
                            top: 50%;
                            transform: translateY(-50%);
                            -webkit-transform: translateY(-50%);
                            -moz-transform: translateY(-50%);
                        }

                        .main-header .main-menu .icon-bar a span:nth-child(3) {
                            bottom: 0;
                        }

    #menu {
        display: none;
        background-color: #ffffff;
    }

        #menu .mm-navbar .mm-navbar__title img {
            max-width: 100%;
            object-fit: cover;
            height: 25px;
        }

        #menu .mm-panels {
            background-color: #ffffff;
        }

            #menu .mm-panels .mm-panel {
                background-color: #ffffff;
            }

        #menu .mm-navbars_top .mm-navbar .mm-searchfield .mm-searchfield__input input {
            height: 2.5rem;
        }

        #menu .mm-navbars_top .mm-navbar .logo img {
            max-width: 100%;
            object-fit: cover;
            height: 32px;
        }

        #menu .mm-navbars_top .mm-navbar .logo-department img {
            max-width: 100%;
            object-fit: cover;
            width: 212px;
            height: 16px;
        }

        #menu .mm-iconbar__bottom .lang li {
            margin-bottom: 0.5rem;
        }
        
        #menu .mm-navbars_bottom .mm-navbar .copyright {
            padding: 0.5rem;
        }

            #menu .mm-navbars_bottom .mm-navbar .copyright p {
                font-size: 1rem;
                color: #333333;
            }

        #menu ul.mm-listview {
            margin-top: 1rem;
        }

            #menu ul.mm-listview li.mm-listitem a.nav-link {
                flex-basis: 100%;
            }

                #menu ul.mm-listview li.mm-listitem a.nav-link img {
                    max-width: 100%;
                    object-fit: cover;
                    height: 36px;
                    display: block;
                    margin: auto;
                }

        #menu .mm-navbar__title {
            color: #00529c;
        }

    .mm-menu_offcanvas.mm-menu_opened {
        display: block !important;
    }

        .mm-menu_offcanvas.mm-menu_opened a {
            font-size: 1rem;
            text-transform: uppercase;
            color: #333333;
        }
}

@media (max-width: 599px) {
    .main-header {
        height: 80px;
        border-bottom: 0;
    }

        .main-header .header-top {
            display: none;
        }

        .main-header .main-menu {
            display: flex;
            align-items: center;
        }

            .main-header .main-menu .logo {
                width: 25%;
                padding-bottom: 0;
                padding-right: 1rem;
            }

                .main-header .main-menu .logo:before {
                    top: 0;
                    height: 100%;
                }

            .main-header .main-menu .logo-department {
                width: 50%;
                padding-bottom: 0;
                padding-left: 1rem;
            }

            .main-header .main-menu .nav-menu {
                display: none;
            }

            .main-header .main-menu .icon-bar {
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-flow: row nowrap;
                cursor: pointer;
                margin-left: auto;
                width: 13%;
                height: 24px;
                position: relative;
                transform: rotateZ(0);
                -webkit-transform: rotateZ(0);
                -moz-transform: rotateZ(0);
                z-index: 3;
            }

                .main-header .main-menu .icon-bar.active .top {
                    transform: translateY(8px) rotate(-135deg);
                    -webkit-transform: translateY(8px) rotate(-135deg);
                    -moz-transform: translateY(8px) rotate(-135deg);
                }

                .main-header .main-menu .icon-bar.active .middle {
                    opacity: 0;
                }

                .main-header .main-menu .icon-bar.active .bottom {
                    transform: translateY(-11px) rotate(-45deg);
                    -webkit-transform: translateY(-11px) rotate(-45deg);
                    -moz-transform: translateY(-11px) rotate(-45deg);
                }

                .main-header .main-menu .icon-bar a {
                    width: 100%;
                    height: 100%;
                }

                    .main-header .main-menu .icon-bar a span {
                        display: block;
                        background-color: #00529c;
                        width: 100%;
                        height: 5px;
                        position: absolute;
                        left: 0;
                        transition: opacity 0.4s,background-color 0.25s,transform 0.4s ease-in-out;
                    }

                        .main-header .main-menu .icon-bar a span:nth-child(1) {
                            top: 0;
                        }

                        .main-header .main-menu .icon-bar a span:nth-child(2) {
                            top: 50%;
                            transform: translateY(-50%);
                            -webkit-transform: translateY(-50%);
                            -moz-transform: translateY(-50%);
                        }

                        .main-header .main-menu .icon-bar a span:nth-child(3) {
                            bottom: 0;
                        }

    #menu {
        display: none;
        background-color: #ffffff;
    }

        #menu .mm-navbar .mm-navbar__title img {
            max-width: 100%;
            object-fit: cover;
            height: 25px;
        }

        #menu .mm-panels {
            background-color: #ffffff;
        }

            #menu .mm-panels .mm-panel {
                background-color: #ffffff;
            }

        #menu .mm-navbars_top .mm-navbar .logo img {
            max-width: 100%;
            object-fit: cover;
            height: 32px;
        }

        #menu .mm-navbars_top .mm-navbar .logo-department img {
            max-width: 100%;
            object-fit: cover;
            width: 212px;
            height: 16px;
        }

        #menu .mm-iconbar__bottom .lang li {
            margin-bottom: 0.5rem;
        }

        #menu .mm-navbars_bottom .mm-navbar .copyright {
            padding: 0.5rem;
        }

            #menu .mm-navbars_bottom .mm-navbar .copyright p {
                font-size: 0.7rem;
                color: #333333;
            }

        #menu ul.mm-listview {
            margin-top: 1rem;
        }

            #menu ul.mm-listview li.mm-listitem a.nav-link.mm-listitem__text {
                flex-basis: 100%;
            }

                #menu ul.mm-listview li.mm-listitem a.nav-link.mm-listitem__text img {
                    max-width: 100%;
                    object-fit: cover;
                    height: 36px;
                    display: block;
                    margin: auto;
                }

        #menu .mm-navbar__title {
            color: #00529c;
        }

    .mm-menu_offcanvas.mm-menu_opened {
        display: block !important;
    }

        .mm-menu_offcanvas.mm-menu_opened a {
            font-size: 1rem;
            text-transform: uppercase;
            color: #333333;
        }
}

@media (max-width: 360px) {
    .main-header {
        height: 80px;
        border-bottom: 0;
    }

        .main-header .header-top {
            display: none;
        }

        .main-header .main-menu {
            display: flex;
            align-items: center;
        }

            .main-header .main-menu .logo {
                width: 25%;
                padding-bottom: 0;
                padding-right: 1rem;
            }

                .main-header .main-menu .logo:before {
                    top: 0;
                    height: 100%;
                }

            .main-header .main-menu .logo-department {
                width: 50%;
                padding-bottom: 0;
                padding-left: 1rem;
            }

            .main-header .main-menu .nav-menu {
                display: none;
            }

            .main-header .main-menu .icon-bar {
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-flow: row nowrap;
                cursor: pointer;
                margin-left: auto;
                width: 13%;
                height: 24px;
                position: relative;
                transform: rotateZ(0);
                -webkit-transform: rotateZ(0);
                -moz-transform: rotateZ(0);
                z-index: 3;
            }

                .main-header .main-menu .icon-bar.active .top {
                    transform: translateY(8px) rotate(-135deg);
                    -webkit-transform: translateY(8px) rotate(-135deg);
                    -moz-transform: translateY(8px) rotate(-135deg);
                }

                .main-header .main-menu .icon-bar.active .middle {
                    opacity: 0;
                }

                .main-header .main-menu .icon-bar.active .bottom {
                    transform: translateY(-11px) rotate(-45deg);
                    -webkit-transform: translateY(-11px) rotate(-45deg);
                    -moz-transform: translateY(-11px) rotate(-45deg);
                }

                .main-header .main-menu .icon-bar a {
                    width: 100%;
                    height: 100%;
                }

                    .main-header .main-menu .icon-bar a span {
                        display: block;
                        background-color: #00529c;
                        width: 100%;
                        height: 5px;
                        position: absolute;
                        left: 0;
                        transition: opacity 0.4s,background-color 0.25s,transform 0.4s ease-in-out;
                    }

                        .main-header .main-menu .icon-bar a span:nth-child(1) {
                            top: 0;
                        }

                        .main-header .main-menu .icon-bar a span:nth-child(2) {
                            top: 50%;
                            transform: translateY(-50%);
                            -webkit-transform: translateY(-50%);
                            -moz-transform: translateY(-50%);
                        }

                        .main-header .main-menu .icon-bar a span:nth-child(3) {
                            bottom: 0;
                        }

    #menu {
        display: none;
        background-color: #ffffff;
    }

        #menu .mm-navbar .mm-navbar__title img {
            max-width: 100%;
            object-fit: cover;
            height: 25px;
        }

        #menu .mm-panels {
            background-color: #ffffff;
        }

            #menu .mm-panels .mm-panel {
                background-color: #ffffff;
            }

        #menu .mm-navbars_top .mm-navbar .logo img {
            max-width: 100%;
            object-fit: cover;
            height: 32px;
        }

        #menu .mm-navbars_top .mm-navbar .logo-department img {
            max-width: 100%;
            object-fit: cover;
            width: 212px;
            height: 16px;
        }

        #menu .mm-iconbar__bottom .lang li {
            margin-bottom: 0.5rem;
        }

        #menu .mm-navbars_bottom .mm-navbar .copyright {
            padding: 0.5rem;
        }

            #menu .mm-navbars_bottom .mm-navbar .copyright p {
                font-size: 0.7rem;
                color: #333333;
            }

        #menu ul.mm-listview {
            margin-top: 1rem;
        }

            #menu ul.mm-listview li.mm-listitem a.nav-link.mm-listitem__text {
                flex-basis: 100%;
            }

                #menu ul.mm-listview li.mm-listitem a.nav-link.mm-listitem__text img {
                    max-width: 100%;
                    object-fit: cover;
                    height: 36px;
                    display: block;
                    margin: auto;
                }

        #menu .mm-navbar__title {
            color: #00529c;
        }

    .mm-menu_offcanvas.mm-menu_opened {
        display: block !important;
    }

        .mm-menu_offcanvas.mm-menu_opened a {
            font-size: 1rem;
            text-transform: uppercase;
            color: #333333;
        }
}

.social-mobile .nav-social-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
.social-mobile.is-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 300;
    transition: all 0.4s ease-in;
}
    .social-mobile .nav-social-mobile li {
        width: calc(100% / 3);
        border-right: 1px solid #262626;
        background-color: #333333;
        padding: 0.75rem 1.4rem;
    }

        .social-mobile .nav-social-mobile li:last-child {
            border-right: none;
        }

        .social-mobile .nav-social-mobile li a {
            display: block;
            text-decoration: none;
            text-align: center;
        }

            .social-mobile .nav-social-mobile li a .img {
                display: flex;
                justify-content: center;
                align-items: center;
                margin-bottom: 0.5rem;
            }

                .social-mobile .nav-social-mobile li a .img img {
                    height: 2rem;
                }

            .social-mobile .nav-social-mobile li a span {
                white-space: nowrap;
                font-size: 10px;
                color: #ffffff;
                text-transform: uppercase;
            }
.banner{
    font-size: 0;
}
.bg-breadcrumn{
    background-color: #efeded;
}
.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item{
    color: #999;
}
.breadcrumb .breadcrumb-item a:hover, .breadcrumb .breadcrumb-item.active{
    color: #00529c;
}

/*Gallery top*/
.gallery-top .swiper-slide .headline h3{
    font-size: 1.5rem !important;
    color: #ffffff;    
}
.gallery-top .swiper-slide .sumary{
    margin-top: 1rem;
    color: #fff;
}
.gallery-top .swiper-slide .headline{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.4);
}
/*Thumnb gallery*/

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 1200px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2rem;
    position: relative;
    text-align: left;
    width: 80%;
    vertical-align: middle;
}
.access-container {
    display: flex;
    padding: 2rem 1rem;
}

    .access-container .img-product {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
    }

        .access-container .img-product img {
            display: block;
            margin: auto;
            object-fit: cover;
            max-width: 100%;
        }

    .access-container .product-content {
        width: 50%;
        padding-left: 4rem;
    }

        .access-container .product-content .product-name {
            margin-bottom: 3.5rem;
        }

            .access-container .product-content .product-name h3 {
                font-size: 1.5rem;
                text-transform: uppercase;
            }

        .access-container .product-content .specifications .nav-specifications {
            display: block;
        }

            .access-container .product-content .specifications .nav-specifications div {
                padding: 1.7rem 0;
                border-bottom: 1px solid #cccccc;
            }

                .access-container .product-content .specifications .nav-specifications div p {
                    font-size: 1rem;
                    margin-bottom: 0;
                }
.menu-orther li .img-ico{
    height: 38px;
}
.child-menu{
    height: 130px;
}

.showroom-map-container {
    display:flex;
}
.modal-ac{
    width: 100%;
    display: none;
}
    .showroom-map-container .sh-map-content{
        width:50%;
        padding:1rem;
        border-right:1px solid #cccccc;

    }
    .showroom-map-container .sh-map-content .img{
        display:block;
        margin-bottom:1rem;
    }
    .showroom-map-container .sh-map-content .text{
        display:block;
    }
        .showroom-map-container .sh-map-content .text .sh-name{
            position:relative;
            margin-bottom:1rem;
        }
            .showroom-map-container .sh-map-content .text .sh-name:before{
                content:none;
                position:absolute;
                top:90%;
                left:0;
                width:1rem;
                height:2px;
                background-color:#e50000;

            }
            .showroom-map-container .sh-map-content .text .sh-name h3 {
                
                text-transform: uppercase;
                
            }
            .showroom-map-container .sh-map-content .text .sh-address p{
                margin-bottom: 0.5rem;
            }
        .showroom-map-container .sh-map-content .text .sh-address p span{
            color:#000000;
        }
        .showroom-map-container .sh-map-content .text .sh-address p a{
            color:#333;
            opacity:0.5;
            outline: none;
        }
    .showroom-map-container .sh-map-summary{
        padding:1rem;
        width:50%;
    }
    .showroom-map-container .sh-map-summary2{
        max-height:150px;
        overflow-y:auto;

    }
    .showroom-map-container .sh-map-summary p{
        margin-bottom:1rem;
    }
a.text-product2{
	font-size: 1.5rem;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    color: #bfbfbf !important;
    font-family: "UTM Hanzel" !important;
    text-transform: uppercase;
    text-decoration: none;
}
a.text-product2:hover, li.active>a.text-product2{
	
    color: #333333 !important;
    
}
.LBody table {text-align: justify;width: 100% !important;height: auto !important; bordercolor: #ccc;}
.LBody tr {width: 100% !important;height: auto !important;border-color:#ccc}
.LBody tbody {border-color: #ccc;}
.LBody td {height: auto !important; display: table-cell !important; padding: 5px}
.LBody img {text-align: justify;width: 100% !important;height: auto !important;}
td:nth-last-child(1) {/* word-break: break-all; */white-space: normal;}
td:nth-last-child(2) {white-space: normal;}
    /*Update respone*/
    @media screen and (max-width: 600px){        
        .LBody table {text-align: justify;width: 100% !important;height: auto !important;}
        .LBody tr {width: 100% !important;height: auto !important;border-color:#ccc}
        .LBody tbody {border-color: #666;}
        .LBody td {height: auto !important; display: table-cell !important; padding: 5px; font-size: 0.8rem}
        .LBody img {text-align: justify;width: 100% !important;height: auto !important;}
        td:nth-last-child(1) {/* word-break: break-all; */white-space: normal;}
        td:nth-last-child(2) {white-space: normal;}
        .fancybox-content{
            padding: 2rem 1rem;
        }
        .modal-ac .modal-body .showroom-map-container{
            flex-direction: column;
        }
        .modal-ac .sh-map-content, .modal-ac .sh-map-summary{
            padding: 0;
            width: 100%;
            border: none;
        }
        .modal-ac .sh-map-content .img, .modal-ac .sh-map-content .text .img{
            margin-bottom: 0.5rem;
        }
        .modal-ac .sh-map-content .text .sh-address{
            font-size: 13px;
        }
        .maps-content .list-showroom, .list-showroom1, .list-showroom2, .list-showroom3{
            height: 220px;
        }
        .maps-content .list-showroom .showroom, .list-showroom1 .showroom, .list-showroom2 .showroom, .list-showroom3 .showroom{
            margin-bottom: 1rem;
        }
        .maps-content .list-showroom .showroom .showroom-address p, .list-showroom1 .showroom .showroom-address p, .list-showroom2 .showroom .showroom-address p, .list-showroom3 .showroom .showroom-address p{
            margin-bottom: 0.25rem;
        }
        .maps-content .list-showroom .showroom .showroom-name h3, .list-showroom1 .showroom .showroom-name h3, .list-showroom2 .showroom .showroom-name h3, .list-showroom3 .showroom .showroom-name h3{
            font-size: 1.2rem;
        }
        .content-product .body-content-product .gallery .swiper-slide .headline h3{font-size: 1rem !important}
        .gallery-top .swiper-slide .sumary{font-size: 0.9rem; margin-top: 5px;}
        .swiper-button-next, .swiper-button-prev{background-size: 16px 22px;}
        .content-product .body-content-product .gallery .gallery-top-furniture .swiper-slide .headline{ padding: 0.5rem 1rem;}
    }

    @media screen and (max-width: 478px){
        .content-product .body-content-product .gallery .swiper-slide .headline h3{font-size: 13px !important}
        .gallery-top .swiper-slide .sumary{font-size: 10px; margin-top: 5px;}
    }
.follow-footer span img.fa-zalo {
    object-fit: cover;
    width: 16px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);
}
.header-top{
    background-color:#ffffff;
    z-index:1001;
    top:0;
    right:0;
    left:0;
    width:100%;
}
.left-show{
    position: relative;
}
.left-show img{
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.hot-ads {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 11111; }
  .hot-ads .hot-img {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    width: 70vw;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }
    .hot-ads .hot-img img {
      width: 100%;
      width: 100%;
      max-width: cover;
      box-shadow: 3px 3px 16px black, -3px -3px 15px black;
      border-radius: 3px; }
  .hot-ads .btn-close {
    top: -15px;
    right: -15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1115;
    position: absolute;
    cursor: pointer; }
    .hot-ads .btn-close::before {
      content: '\f00d';
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 1.5rem;
      padding: 0.5rem;
      color: #ffffff;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900; }

@media screen and (max-width: 600px){
	.advertisement { height: auto; }
	.page-newsDetail { margin-top: 1.5rem; padding-bottom: 2rem; }
	.page-newsDetail .top-post .h4{font-size: 18px;}
    .contentWithGroup-1 .content-bottom .title .h5{
        font-size: 13px;
        font-weight: bold;
    }
}

.LBody table{
    border-color:rgba(219,219,219,0.4)!important;
}