﻿:focus {
    outline: none;
}

a {
    color: #000;
}

body {
    font-family: Roboto;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: initial;
    color: #000;
}

ul, li, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
}

p {
    margin: 0;
}

#wrapper {
    overflow: hidden;
    position: absolute;
    min-height: 100%;
    width: 100%;
    z-index: 1;
}

#wrapper-in {
    background: #fff;
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 99;
    overflow: hidden;
}

.clr {
    clear: both;
}

a:visited, a:focus {
    outline: none;
}

.container {
    max-width: 100% !important;
}

@media (min-width: 1440px) {
    .container {
        max-width: 100%;
    }
}

.wrap-content {
    line-height: 1.5;
}

    .wrap-content ul, .wrap-content ol {
        padding-inline-start: 40px;
    }

        .wrap-content ul, .wrap-content ul li {
            list-style-type: disc;
        }

    .wrap-content p {
        margin-bottom: 10px;
    }

    .wrap-content img {
        display: block;
        margin: 0 auto 10px;
        max-width: 100%;
        height: auto !important;
    }

    .wrap-content table {
        width: 100% !important;
        margin-bottom: 15px;
        border-collapse: collapse !important;
        border-spacing: 0;
    }

        .wrap-content table th, .wrap-content table td {
            padding: 10px;
            text-align: left;
            border-width: 1px;
            border-color: rgba(0, 0, 0, .08);
            border-style: solid;
            vertical-align: middle;
        }

        .wrap-content table tr:nth-of-type(2n) {
            background: rgba(0, 0, 0, .02);
        }

.owl-carousel .owl-stage-outer {
    width: 100%;
}

.mgb-30 {
    margin-bottom: 30px;
}
/***************************************/
#header {
    position: relative;
}

#header-menu {
    padding: 10px 0;
    border-bottom: 5px solid #2FBDFF;
}

#menu > ul {
    display: flex;
}

    #menu > ul > li > a {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 20px;
        color: #000;
        display: block;
    }

.header-right .right-menu .search {
    position: relative;
    padding-right: 10px;
}

    .header-right .right-menu .search input[type="text"] {
        padding: 3px 30px 3px 10px;
        border-radius: 35px;
        border: 1px solid #000;
        background: none;
        height: 30px;
        font-size: 12px;
    }

    .header-right .right-menu .search input[type="submit"] {
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 12px;
        height: 12px;
        background: url(/assets/images/search.png) no-repeat;
        border: none;
    }

.header-right .right-menu .language {
    border-left: 1px solid #000;
    padding-left: 10px;
}

    .header-right .right-menu .language a {
        color: #000;
    }

.header-banner {
    position: relative;
}

    .header-banner > img {
        width: 100%;
        height: 100vh;
    }

    .header-banner .banner-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

        .header-banner .banner-content img {
            width: 200px !important;
        }

        .header-banner .banner-content .content-left {
            text-transform: uppercase;
        }

            .header-banner .banner-content .content-left h2 {
                font-size: 48px;
                color: #fff;
                font-weight: 700;
            }

            .header-banner .banner-content .content-left h1 {
                font-size: 84px;
                color: #2FBDFF;
                font-weight: 700;
            }

            .header-banner .banner-content .content-left .content-button a {
                background: #fff;
                color: #000;
                font-weight: 700;
                display: inline-block;
                padding: 7px 15px;
                line-height: 28px;
            }

                .header-banner .banner-content .content-left .content-button a:first-child {
                    background: #2FBDFF;
                    color: #fff;
                }

        .header-banner .banner-content .content-right {
            position: relative;
            margin-right: 114px;
        }

            .header-banner .banner-content .content-right > ul li {
                position: absolute;
                width: 55px;
                height: 55px;
                border-radius: 50%;
                background: transparent;
                font-size: 0;
                cursor: pointer;
            }

                .header-banner .banner-content .content-right > ul li:nth-of-type(1) {
                    bottom: 23px;
                    left: 36px;
                }

                .header-banner .banner-content .content-right > ul li:nth-of-type(2) {
                    bottom: 23px;
                    left: 110px;
                }

                .header-banner .banner-content .content-right > ul li:nth-of-type(3) {
                    bottom: 99px;
                    left: 36px;
                }

                .header-banner .banner-content .content-right > ul li:nth-of-type(4) {
                    bottom: 99px;
                    left: 110px;
                }

                .header-banner .banner-content .content-right > ul li:nth-of-type(5) {
                    bottom: 175px;
                    left: 36px;
                }

                .header-banner .banner-content .content-right > ul li:nth-of-type(6) {
                    bottom: 175px;
                    left: 110px;
                }

                .header-banner .banner-content .content-right > ul li:nth-of-type(7) {
                    bottom: 250px;
                    left: 36px;
                }

                .header-banner .banner-content .content-right > ul li:nth-of-type(8) {
                    bottom: 250px;
                    left: 110px;
                }

                .header-banner .banner-content .content-right > ul li a {
                    display: block;
                    height: 100%;
                }
/**/
#home-aside {
    position: fixed;
    left: calc(100% - 50px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    background: #fff;
    width: 150px;
    padding: 15px 10px 5px 10px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 25%);
}

    #home-aside:hover {
        left: auto;
        right: 0;
    }

    #home-aside.active {
        opacity: 1;
        visibility: visible;
    }

    #home-aside ul li a {
        display: block;
        margin-bottom: 10px;
        color: #8E8E8E;
    }

        #home-aside ul li a span.num {
            width: 35px;
            height: 35px;
            line-height: 35px;
            border-radius: 50%;
            border: 1px solid #8E8E8E;
            text-align: center;
            display: inline-block;
            font-weight: 700;
        }

    #home-aside ul li.active a span.num {
        box-shadow: 0px 0px 5px 1px #2FBDFF;
        border: 1px solid #2FBDFF;
        color: #2FBDFF;
    }

    #home-aside ul li a span.title {
        margin-left: 5px;
        font-weight: 700;
    }

    #home-aside ul li.active a span.title {
        color: #2FBDFF;
    }
/******/
.home-section .container {
    padding-top: 50px;
    /*padding-bottom: 50px;*/
}

.home-section#header .container {
    padding-top: 0;
    padding-bottom: 0;
}

#section-introduce .container,
#section-project .container,
#section-news .container {
    background: #F7F7F7;
}

#section-advise .container {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: 50px;
}

#section-introduce .list-circle {
    padding: 30px 0;
}

    #section-introduce .list-circle .item {
        text-align: center;
        width: 25%;
    }

        #section-introduce .list-circle .item .image {
            width: 150px;
            height: 150px;
            line-height: 150px;
            border-radius: 50%;
            overflow: hidden;
            text-align: center;
            border: 3px solid #2FBDFF;
            display: inline-block;
        }

            #section-introduce .list-circle .item .image img {
                max-width: 80%;
            }

        #section-introduce .list-circle .item .content span {
            font-size: 48px;
            font-weight: 700;
            color: #2FBDFF;
        }

        #section-introduce .list-circle .item .content p {
            font-size: 24px;
            font-weight: 700;
            color: #000;
            text-transform: uppercase;
        }

#section-introduce .content-left {
}
/*#section-introduce .content-right {
    height: 1600px;
    overflow: hidden;
}*/
#section-introduce .content-introduce .content-left img {
    width: 100%;
}

#section-introduce .content-introduce .content-right > h3 {
    font-weight: 700;
    font-size: 28px;
    color: #2FBDFF;
    text-transform: uppercase;
}

#section-introduce .content-introduce .content-right .wrap-content {
    color: #8E8E8E;
    line-height: 2;
}

#section-introduce .content-introduce .content-right a.read-more {
    color: #fff;
    background: #2FBDFF;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    line-height: 25px;
}

    #section-introduce .content-introduce .content-right a.read-more svg {
        margin-left: 10px;
    }

#section-introduce .content-introduce .content-right .intro-items {
    gap: 15px;
    margin-top: 35px;
}

    #section-introduce .content-introduce .content-right .intro-items .item {
        width: calc(25% - 30px);
        text-align: center;
        padding: 25px 10px;
        background: #fff;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    }

        #section-introduce .content-introduce .content-right .intro-items .item img {
            max-width: 100%;
            margin-bottom: 10px;
        }

        #section-introduce .content-introduce .content-right .intro-items .item p {
            font-weight: 700;
            font-size: 14px;
            color: #2FBDFF;
            text-transform: uppercase;
        }
/****/
.section-title {
    text-align: center;
    margin-bottom: 30px;
}

    .section-title h2 {
        font-weight: 700;
        font-size: 34px;
        line-height: 1;
        color: #2FBDFF;
        text-transform: uppercase;
    }

    .section-title p {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
    }

#section-product .product-cate .item {
    margin-bottom: 30px;
}

    #section-product .product-cate .item a {
        position: relative;
        display: block;
    }

        #section-product .product-cate .item a:before {
            position: absolute;
            content: "";
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
        }

    #section-product .product-cate .item img {
        width: 100%;
    }

    #section-product .product-cate .item p {
        font-weight: 700;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        width: 100%;
        padding-bottom: 50px;
    }
/*****/
.project-cate .item {
    margin-bottom: 30px;
}

    .project-cate .item img {
        width: 100%;
    }

    .project-cate .item p {
        background: #E1E1E1;
        padding: 13px 15px;
        font-weight: 700;
        font-size: 20px;
        color: #707070;
        text-align: center;
        text-transform: uppercase;
    }
/****/
.customer-said-carousel .owl-item {
    padding-bottom: 30px;
}

.customer-said-carousel .item {
    text-align: center;
    background: #F4F4F4;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 25px 18px;
}

    .customer-said-carousel .item img {
        width: 86px;
        height: 86px;
        border-radius: 50%;
        display: block;
        margin: 0 auto 5px;
    }

    .customer-said-carousel .item > p.name {
        font-weight: 700;
        font-size: 20px;
        color: #2FBDFF;
        margin-bottom: 5px;
    }

    .customer-said-carousel .item > p.position {
        font-weight: 700;
        font-size: 18px;
        color: #5D5A5A;
        margin-bottom: 10px;
    }

    .customer-said-carousel .item .wrap-content {
        text-align: left;
    }
/*****/
.news-item {
    margin-bottom: 15px;
}

    .news-item img {
        width: 100%;
        margin-bottom: 10px;
    }

    .news-item .content > p {
        font-weight: 700;
        font-size: 16px;
        color: #555555;
        margin-bottom: 7px;
    }

    .news-item .content .wrap-content {
        font-size: 16px;
        color: #707070;
    }

.main-news > img {
    margin-bottom: 30px;
}

.main-news .content > p {
    font-size: 24px;
    margin-bottom: 20px;
}

#section-news a.read-more {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 15px 30px;
    display: inline-block;
}
/****/
#section-advise h2 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}

#section-advise .question-cate {
    background: #fff;
    padding: 30px 15px;
}

    #section-advise .question-cate .item .tin-title.active span.arr i.icon {
        background: url(/assets/images/arr_down.png) no-repeat center;
    }

    #section-advise .question-cate .item .tin-title {
        font-weight: 700;
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border: 1px solid #2FBDFF;
        margin-bottom: 10px;
        cursor: pointer;
        background: #fff;
    }

        #section-advise .question-cate .item .tin-title.active {
            background: #2FBDFF;
            color: #fff;
        }

        #section-advise .question-cate .item .tin-title span.arr {
            background: #2FBDFF;
            padding: 8px;
            font-size: 0;
            display: inline-block;
            position: relative;
            margin-right: 20px;
            vertical-align: middle;
        }

            #section-advise .question-cate .item .tin-title span.arr i.icon {
                width: 20px;
                height: 20px;
                display: inline-block;
                background: url(/assets/images/arr_right.png) no-repeat center;
            }

        #section-advise .question-cate .item .tin-title span.title {
            position: relative;
            top: 2px;
        }

        #section-advise .question-cate .item .tin-title span.arr:before {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-top: 41px solid transparent;
            border-bottom: 0px solid transparent;
            border-left: 15px solid #2FBDFF;
            left: 100%;
            top: 0;
        }

    #section-advise .question-cate .item:not(:first-child) .tin-content {
        display: none;
    }

.advise-form {
    padding: 30px 15px;
    background: #fff;
}

    .advise-form > h3 {
        font-weight: 700;
        font-size: 24px;
        color: #2FBDFF;
        text-transform: uppercase;
    }

    .advise-form .desc {
        color: #B9B9B9;
        margin-bottom: 15px;
    }

.form-input {
    margin-bottom: 10px;
}

.advise-form .wrap-form input[type="text"],
.advise-form .wrap-form select,
.advise-form .wrap-form textarea {
    width: 100%;
    height: 40px;
    background: #EDEDED;
    border-radius: 5px;
    border: none;
    padding: 5px 15px;
    font-weight: 700;
    color: #767373;
}

.advise-form .wrap-form textarea {
    height: 150px;
}

.advise-form .wrap-form button[type="submit"] {
    background: #2FBDFF;
    border: 0;
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
}
/******/

.product-description .nav-tabs {
    /*border-bottom: 2px solid #169a27;*/
}

    .product-description .nav-tabs li {
        width: 25%;
        text-align: center;
    }

        .product-description .nav-tabs li a {
            font-size: 24px;
            color: #000;
            text-transform: uppercase;
            margin: 0 5px 0 0;
            padding: 10px 25px;
            display: block;
            border: none;
            border-bottom: 5px solid transparent;
        }

        .product-description .nav-tabs li:not(:first-child) a {
            margin-left: -1px;
        }

        .product-description .nav-tabs li a.active {
            border-bottom-color: #2FBDFF;
        }

.product-description .tab-content {
    padding: 30px 0;
}
/****/
.sub-banner img {
    width: 100%;
}

.bread-crumb {
    margin: 10px 0;
}

    .bread-crumb a, .bread-crumb span {
        font-weight: 700;
    }

    .bread-crumb a {
        position: relative;
    }

        .bread-crumb a:after {
            content: "/";
            padding-left: 5px;
        }
/**************/
.custom-title {
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 0 15px;
}

.product-info img {
    max-width: 100%;
}

.product-info h1 {
    text-transform: uppercase;
    font-size: 28px;
}

.top-product-types .left-types .item {
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
}

    .top-product-types .left-types .item img {
        width: 94px;
        height: 94px;
        border-radius: 50%;
        margin-bottom: 5px;
    }

    .top-product-types .left-types .item p {
        font-weight: bold;
    }

.top-product-types .right-types img {
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

.product-description .tab-content h2 {
    text-transform: uppercase;
    margin: 30px 0;
}

.wrap-content-img {
    margin-bottom: 30px;
}

    .wrap-content-img img {
        max-width: 100%;
    }
/**/
.ralated-project h2 {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.ralated-project .item {
    margin-bottom: 30px;
}

    .ralated-project .item img {
        width: 100%;
    }
/****/
.wrap-news, .wrap-contact, .wrap-projects {
    margin-top: 30px;
}

    .wrap-news .main-news > img {
        width: 100%;
        margin-bottom: 10px;
    }

    .wrap-news .news-item {
        display: flex;
        flex-wrap: wrap;
    }

        .wrap-news .news-item .img {
            width: 360px;
        }

        .wrap-news .news-item .content {
            width: calc(100% - 360px);
            padding-left: 15px;
        }

    .wrap-news .main-news .content > p {
        font-weight: 700;
        color: #555555;
    }

.wrap-news-detail {
    width: 90%;
    margin: 30px auto;
}
/****/
.about-title span {
    color: #8E8E8E;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.about-title h2 {
    color: #2FBDFF;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 7px 0 15px;
}
/**/
.contact-info > h1, .contact-form > h2 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.contact-info > ul > li {
    margin-bottom: 15px;
}

    .contact-info > ul > li > .title-ico {
        font-weight: 600;
        font-size: 18px;
        color: #2FBDFF;
        margin-bottom: 5px;
    }

        .contact-info > ul > li > .title-ico i {
            width: 20px;
            display: inline-block;
            vertical-align: top;
        }

    .contact-info > ul > li > p {
        font-weight: 400;
        font-size: 16px;
    }


.wrap-contact-form input[type="text"],
.wrap-contact-form select,
.wrap-contact-form textarea {
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #8E8E8E;
    padding: 5px 15px;
    font-weight: 700;
    color: #767373;
}

.wrap-contact-form textarea {
    height: 150px;
}

.wrap-contact-form button[type="submit"] {
    background: #2FBDFF;
    border: 0;
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
}
/***/
.wrap-projects h1.title {
    font-weight: 600;
    font-size: 34px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.project-categories .item {
    margin-bottom: 30px;
}

    .project-categories .item .img img {
        width: 100%;
    }

    .project-categories .item .content {
        padding: 7px 15px;
        background: #D9D9D9;
    }

        .project-categories .item .content p.title {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 24px;
            color: #707070;
            text-align: center;
            margin-bottom: 10px;
        }

        .project-categories .item .content ul li {
            margin-bottom: 10px;
            font-style: italic;
            color: #707070;
        }

            .project-categories .item .content ul li i {
                width: 23px;
                display: inline-block;
                vertical-align: top;
            }
/**************/
footer#footer {
    background: #2FBDFF;
    padding: 15px 0;
    color: #fff;
    margin-top: 10px;
}

    footer#footer h4 {
        font-size: 16px;
    }

    footer#footer a {
        color: #fff;
    }

    footer#footer ul li a {
        padding-bottom: 5px;
        display: inline-block;
    }

    footer#footer ul.footer-info {
        margin-top: 15px;
    }

        footer#footer ul.footer-info li {
            padding-bottom: 10px;
        }

            footer#footer ul.footer-info li i.icon {
                width: 25px;
                display: inline-block;
            }

    footer#footer .social-media {
        display: flex;
        align-items: flex-end;
        height: 100%;
        flex-wrap: wrap;
    }

        footer#footer .social-media a {
            padding: 0 3px;
        }



/*============= menu (*style css cho menu*) ==================*/

/*========================menu mobile (*style css toggle menu(nút nhấp hiện menu)*) ==========================*/
.menu-mo {
    color: #000;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 12px;
    line-height: 40px;
}

    .menu-mo span {
        color: #000;
        display: block;
        font-size: 26px;
        line-height: 40px;
        padding-right: 5px;
    }

    .menu-mo:hover, .menu-mo:visited, .menu-mo:focus {
        color: #fff;
        text-decoration: none;
    }
/*========= (*style menu mobile*) ==========*/
.mobile-panel {
    background-color: #fff;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 240px;
    /*z-index: 9999;*/
    opacity: 0;
    filter: alpha(opacity=0);
}

    .mobile-panel .menu-in {
        overflow: hidden;
        height: 100%;
        position: relative;
        width: 100%;
        z-index: 1;
    }

.mask-panel, #mask-left, #mask-right /* mask khi click ra ngoài menu thì đóng menu */ {
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
    z-index: 9998;
}

.mobile-panel p {
    padding: 0;
    margin: 0;
}
/** nút close ở menu **/
.close-menu {
    background-color: #009ed6;
    top: 0;
    position: absolute;
    overflow: hidden;
    height: 30px;
    width: 30px;
    z-index: 10;
}

    .close-menu a {
        color: #fff;
        display: block;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        height: 100%;
        width: 100%;
    }

        .close-menu a:hover {
            text-decoration: none;
        }

#menumobile .close-menu {
    right: -30px;
}

#mobileRight .close-menu {
    left: -30px;
}

.mobile-panel .menu-mobile {
    position: relative;
    padding: 15px;
    z-index: 1;
}

.overflow {
    overflow: hidden;
}
/*===========================*/
/*================ transition menu =================*/
.panel-reveal {
    -ms-transform: none; /* IE 9 */
    -webkit-transform: none; /* Chrome, Safari, Opera */
    transform: none;
}

    .panel-reveal .mobile-panel {
        -ms-transform: none; /* IE 9 */
        -webkit-transform: none; /* Chrome, Safari, Opera */
        transform: none;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /*IE8+*/
        filter: alpha(opacity=0); /* IE7 and lower */
        z-index: -1;
    }

    .panel-reveal .mobilep-left {
        -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15) inset; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15) inset; /* Firefox 3.5 - 3.6 */
        box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15) inset; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
        /*left: -100%;*/
    }

    .panel-reveal .mobilep-right {
        -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15) inset; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15) inset; /* Firefox 3.5 - 3.6 */
        box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15) inset; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    }
    /*================== translate3d đẩy menu ra ========================*/
    .panel-reveal .open-in {
        z-index: 1;
    }

    .panel-reveal .mobilep-right {
        left: auto;
        right: 0;
    }

    .panel-reveal #wrapper-in {
        -ms-transition: transform 300ms ease 0s; /* IE 9 */
        -webkit-transition: transform 300ms ease 0s; /* Chrome, Safari, Opera */
        transition: transform 300ms ease 0s;
    }

.mobile-active-left #wrapper-in {
    -ms-transform: translate3d(240px, 0px, 0px); /* IE 9 */
    -webkit-transform: translate3d(240px, 0px, 0px); /* Chrome, Safari, Opera */
    transform: translate3d(240px, 0px, 0px);
}

.mobile-active-left .mask-panel {
    left: 240px;
}

.mobile-active-right #wrapper-in {
    -ms-transform: translate3d(-240px, 0px, 0px); /* IE 9 */
    -webkit-transform: translate3d(-240px, 0px, 0px); /* Chrome, Safari, Opera */
    transform: translate3d(-240px, 0px, 0px);
}

.mobile-active-right .mask-panel {
    left: auto;
    right: 240px;
}
/*====================================*/
.menu-mobile .title {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 24px;
}
/*================= style menu lúc responsive ===================*/
.menu-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .menu-nav > li {
        padding-top: 1px;
    }

        .menu-nav > li > a {
            background-color: #2FBDFF;
            color: #fff;
            display: block;
            font-size: 15px;
            font-weight: 700;
            line-height: 24px;
            padding: 7px 25px 7px 10px;
            text-transform: uppercase;
            position: relative;
        }

    .menu-nav .iconar {
        display: block;
        font-size: 22px;
        text-align: right;
        height: 30px;
        line-height: 30px;
        right: 20px;
        top: 50%;
        margin-top: -15px;
        position: absolute;
        width: 3px;
        opacity: 0.8;
        color: white;
    }

    .menu-nav a:hover {
        text-decoration: none;
    }

    .menu-nav > li > a:hover, .menu-nav > li:hover > a, .menu-nav > li.active > a {
        background-color: #de0004;
    }

    .menu-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .menu-nav > li > ul {
        background-color: #fff;
    }

    .menu-nav ul li {
        padding-top: 1px;
    }

    .menu-nav ul a {
        /* background-color: #636363;*/
        /*color: #fff;*/
        display: block;
        font-size: 15px;
        line-height: 22px;
        padding: 5px 10px;
        position: relative;
        text-transform: capitalize;
    }

    .menu-nav ul a {
        padding-left: 20px;
    }

    .menu-nav ul ul a {
        font-size: 14px;
        line-height: 20px;
        padding-left: 30px;
    }

    .menu-nav ul ul ul a {
    }

        .menu-nav ul ul ul a .iconl {
            display: none;
        }

    .menu-nav ul .iconl {
        display: block;
        height: 20px;
        line-height: 18px;
        left: 10px;
        top: 6px;
        position: absolute;
        width: 14px;
    }

    .menu-nav ul ul .iconl {
        left: 20px;
    }

    .menu-nav ul li > a:hover, .menu-nav ul li:hover > a, .menu-nav ul li.active > a {
        color: #fef738;
    }

.menu-mobile .title {
    font-size: 16px;
}

#menuProduct > li > a {
    font-size: 15px;
}

#menuProduct ul li a {
    padding-left: 20px;
}
/*=================*/
.menu-mobile .logo {
    background-color: #fff;
    float: none;
    /*margin: 0 auto 15px;*/
    padding: 0;
    /*width: 180px;*/
    width: 210px;
    padding-left: 0;
}

    .menu-mobile .logo img {
        width: 100%;
    }

/***/
.field-validation-error span,
.field-validation-error {
    color: red !important;
    font-size: 12px;
    font-style: italic;
}

.loading_div {
    position: fixed !important;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: url("/images/spinner.svg") center no-repeat;
}
/***/
.pager {
    vertical-align: top;
    margin: 0;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    margin-top: 15px;
}

    .pager a, .pager span span {
        color: #8E8E8E;
        border: 1px solid #8E8E8E;
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
        text-align: center;
        width: 31px;
        height: 31px;
        line-height: 31px;
        border-radius: 50%;
    }

        .pager a:hover, .pager a.current {
            background-color: #2FBDFF;
            border-color: #2FBDFF;
            color: #fff;
            text-decoration: none;
        }

    .pager .prev, .pager .next {
        line-height: 30px;
    }

#tab4 .top-product-types .left-types .item img {
    width: 35px;
    height: 135px;
    border-radius: 0px;
}
/*#tab3 .left-types, #tab3 .right-types {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%!important;
}
#tab2 .left-types, #tab2 .right-types {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}*/
.nav-links__submenu {
    /* top: 100%;*/
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    display: none;
}

.menu {
    color: white;
    background: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 15px rgb(0 0 0 / 25%);
    box-shadow: 0 1px 15px rgb(0 0 0 / 25%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 190px;
}

.menu__list {
    list-style: none;
    padding: 10px 0;
    overflow-y: auto;
    flex-grow: 1;
    margin: 0;
}

.menu__item {
    position: relative;
    padding: 10px 20px;
    color: #000;
    display: block;
}

.menu__item {
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 5px;
    color: #000;
    display: block;
    cursor: pointer;
}

    .menu__item:not(:last-child) {
        border-bottom: 1px solid #2fbdff;
    }

    .menu__item a {
        color: #fff !important;
    }

        .menu__item a:hover {
            color: #0056b3 !important;
        }

.iconar {
    display: none;
}

.has-sub {
    position: relative;
    display: block;
}

    .has-sub:hover .nav-links__submenu {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    .has-sub:hover .nav-links__submenu {
        display: block;
        visibility: initial;
        opacity: 100;
    }

.menu__item-link {
    text-align: left;
    padding-right: 24px;
    padding-left: 16px;
}

.menu__item-link {
    background: transparent;
    border: none;
    width: 100%;
    display: block;
    padding-top: 8px;
    padding-bottom: 6px;
}
