﻿

/**/
/*============= menu (*style css cho menu*) ==================*/

/*========================menu mobile (*style css toggle menu(nút nhấp hiện menu)*) ==========================*/
.menu-mo {
    color: #333;
    display: block;
    float: right;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 12px;
    line-height: 30px;
}

    .menu-mo span {
        color: #333;
        display: block;
        float: left;
        font-size: 26px;
        line-height: 30px;
        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;
        background: #fff;
        -webkit-box-shadow: inset -5px 0 15px 1px rgba(0,0,0,.3);
        -moz-box-shadow: inset -5px 0 15px 1px rgba(0,0,0,.3);
        box-shadow: inset -5px 0 15px 1px rgba(0,0,0,.3);
    }

.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: #1f99a6;
            color: #fff;
            display: block;
            font-size: 15px;
            font-weight: 700;
            line-height: 24px;
            padding: 7px 25px 7px 10px;
            text-transform: uppercase;
            position: relative;
            border-bottom: 1px solid #fff;
        }

    .menu-nav .iconar {
        display: block;
        font-size: 22px;
        text-align: right;
        height: 30px;
        line-height: 30px;
        right: 5px;
        top: 50%;
        margin-top: -15px;
        position: absolute;
        width: 30px;
        opacity: 0.8;
    }

    .menu-nav a:hover {
        text-decoration: none;
    }

    .menu-nav > li > a:hover, .menu-nav > li:hover > a, .menu-nav > li.active > a {
        background-color: #1f99a6;
    }

    .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 {
    float: none;
    /*margin: 0 auto 15px;*/
    padding: 0;
    /*width: 180px;*/
    width: 210px;
    padding-left: 0;
    margin-bottom: 15px;
    text-align: center;
}

.ipadmo-992 { /* ẩn nút menu */
    display: none;
}

.ipadmo-767 {
    display: none;
}
/**/
#menuMobiles .li-dropdown .fa-angle-down {
    display: none;
}

#menuMobiles .nav-main__sub {
    position: static;
}

    #menuMobiles .nav-main__sub .submenu__presentation {
        width: 100%;
        padding: 0;
    }

        #menuMobiles .nav-main__sub .submenu__presentation li.col-md-3 {
            max-width: 100%;
            -ms-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            -o-flex: 0 0 100%;
            flex: 0 0 100%;
            padding: 0;
            margin-bottom: 1px;
        }

            #menuMobiles .nav-main__sub .submenu__presentation li.col-md-3 > a {
                font-weight: bold;
                font-size: 15px;
                display: block;
            }

                #menuMobiles .nav-main__sub .submenu__presentation li.col-md-3 > a i.fa-angle-right {
                    display: none;
                }

 
.d-inline-b {
    display: inline-block;
}

.ver-top {
    vertical-align: top;
}

.pd-l-r-15 {
    padding: 0 15px;
}

.wrap-d-p--15 {
    margin: 0 -15px;
}
/**/
#header {
    background: #fff;
    font-size: 0;
    position: relative;
    z-index: 100;
}

.header-wrap {
    margin: 0 -15px;
    background: #fff;
    padding: 20px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    height: auto; 
    padding: 0 20px;
}

.header-logo {
    width: 175px;
    margin-top:10px;
}

    .header-logo img {
        width: 100%;
    }

.header-right {
    width: calc(100% - 175px);
}

.header-right__menu {
    width: calc(100% - 200px);
}

    .header-right__menu #menu {
        font-size: 19px;
    }

        .header-right__menu #menu > li {
            display: inline-block;
            vertical-align: top;
        }

            .header-right__menu #menu > li > a {
                display: block;
                padding: 5px 15px;
                color: #000;
            }

        .header-right__menu #menu li a:hover,
        .header-right__menu #menu li.active a,
        .header-right__menu #menu li.a--active a {
            color: #e13c97;
        }

        .header-right__menu #menu > li.li-dropdown > a {
            position: relative;
            z-index: 9999;
        }

            .header-right__menu #menu > li.li-dropdown > a i {
                color: #4a4742;
            }

            .header-right__menu #menu > li.li-dropdown > a:before,
            .header-right__menu #menu > li.li-dropdown > a:after {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                bottom: -21px;
                left: 0;
                right: 0;
                margin: auto;
                display: none;
            }

            .header-right__menu #menu > li.li-dropdown > a:before {
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid white;
                z-index: 2;
            }

            .header-right__menu #menu > li.li-dropdown > a:after {
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #e9e9e9;
                z-index: 1;
            }

        .header-right__menu #menu > li.li-dropdown.a--active > a:before,
        .header-right__menu #menu > li.li-dropdown.a--active > a:after {
            display: block;
        }
/**/
.nav-main__sub.nav--active {
    top: 100%;
}

.nav-main__sub {
    position: absolute;
    top: -150vh;
    left: 0;
    z-index: -999;
    background: #fff;
    width: 100%;
    transition: all .25s ease;
}

#header .nav-main__sub .submenu__holder.row {
    margin-left: 210px;
    margin-right: -15px;
    border-top: 1px solid #e9e9e9;
    padding: 20px 0 30px;
    font-size: 14px;
}

#header .nav-main__sub .submenu__holder .category-item {
    margin-bottom: 20px;
}

    #header .nav-main__sub .submenu__holder .category-item > a {
        font-weight: bold;
        color: #4a4742;
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
    }

    #header .nav-main__sub .submenu__holder .category-item a i {
        margin-left: 5px;
        color: #4a4742;
    }

    #header .nav-main__sub .submenu__holder .category-item > ul > li > a {
        display: inline-block;
        padding: 2px 0;
        color: #4a4742;
    }

        #header .nav-main__sub .submenu__holder .category-item > a:hover,
        #header .nav-main__sub .submenu__holder .category-item.active > a,
        #header .nav-main__sub .submenu__holder .category-item > ul > li > a:hover,
        #header .nav-main__sub .submenu__holder .category-item > ul > li.active > a {
            color: #e13c97;
        }
/**/
#mobile-overlay {
    height: 100%;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -9999;
    opacity: 0;
}

    #mobile-overlay.menu-is--active {
        background: rgba(0,0,0,.54);
        z-index: 10;
        opacity: 1;
    }
/**/
.header-right__form {
    width: 200px;
}

.header-right__form--search {
    width: 200px;
}

    .header-right__form--search select {
        width: 100px;
        height: 30px;
        font-size: 14px;
        background: #efefef;
        border-radius: 7px 0 0 7px;
        border: 0;
        padding: 0 10px;
    }

.search-form {
    width: 100%;
    position: relative;
}

    .search-form input[type="text"] {
        width: 100%;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
        padding: 0 30px 0 10px;
        border: 0;
        background: #efefef;
        border-radius: 5px;
    }

    .search-form input[type="submit"] {
        border: 0;
        position: absolute;
        width: 16px;
        height: 16px;
        background: url("/assets/images/mysprite.sprite.png");
        background-position: -10px -130px;
        top: 0;
        bottom: 0;
        right: 7px;
        margin: auto;
    }

.header-right__form--cart {
    width: calc(100% - 300px);
    margin: 0 -15px;
    padding-top: 4px;
}

    .header-right__form--cart > .item {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        position: relative;
    }

        .header-right__form--cart > .item > i {
            line-height: 30px;
        }

    .header-right__form--cart .item .item-visible {
        position: relative;
        cursor: pointer;
    }

    .header-right__form--cart .cart-form .item-visible span {
        position: absolute;
        background: #fa2e21;
        padding: 1px 5px;
        display: block;
        color: #fff;
        font-size: 10px;
        border-radius: 50%;
        top: -6px;
        right: -15px;
        z-index: 9;
    }
    /**/
    .header-right__form--cart .wrap-hidden {
        position: absolute;
        top: calc(100% + 22px);
        right: 0;
        width: 310px;
        background: #fff;
        border: 1px solid #ccc;
        padding: 15px;
        text-align: center;
        display: none;
        z-index: 99;
    }

        .header-right__form--cart .wrap-hidden.active {
            display: block;
        }

    .header-right__form--cart .items-in-cart {
        max-height: 315px;
    }

        .header-right__form--cart .items-in-cart .item {
            position: relative;
            padding: 2px 0;
        }

            .header-right__form--cart .items-in-cart .item a.remove-item {
                color: #363636;
                font-weight: bold;
                position: absolute;
                top: 0;
                right: 0;
                z-index: 9;
                font-size: 14px;
            }

                .header-right__form--cart .items-in-cart .item a.remove-item:hover {
                    color: #e13c97;
                }

            .header-right__form--cart .items-in-cart .item .img,
            .header-right__form--cart .items-in-cart .item .content {
                display: inline-block;
                vertical-align: top;
            }

            .header-right__form--cart .items-in-cart .item .img {
                width: 85px;
                position: relative;
            }

                .header-right__form--cart .items-in-cart .item .img > a span {
                    position: absolute;
                    top: 5px;
                    right: 5px;
                    font-size: 12px;
                    color: #fff;
                    height: 30px;
                    width: 30px;
                    line-height: 30px;
                    text-align: center;
                    border-radius: 50%;
                    background: red;
                }

                .header-right__form--cart .items-in-cart .item .img img {
                    width: 100%;
                }

            .header-right__form--cart .items-in-cart .item .content {
                width: calc(100% - 85px);
                text-align: left;
                padding: 0 10px;
                font-size: 14px;
            }

                .header-right__form--cart .items-in-cart .item .content > a {
                    color: #363636;
                    display: inline-block;
                    line-height: initial;
                }

                    .header-right__form--cart .items-in-cart .item .content > a:hover {
                        color: #4a4742;
                        text-decoration: underline;
                    }

                .header-right__form--cart .items-in-cart .item .content > p.price {
                    color: #4a4742;
                    font-weight: bold;
                    margin-top: 5px;
                }

                    .header-right__form--cart .items-in-cart .item .content > p.price span {
                        color: #363636;
                    }

    .header-right__form--cart p.total {
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        padding-top: 10px;
        margin: 10px 0 20px;
        border-top: 1px solid #e1e1e1;
        font-size: 14px;
    }

        .header-right__form--cart p.total span {
            color: #4a4742;
            font-size: 18px;
            float: right;
        }

    .header-right__form--cart a.pay,
    .header-right__form--cart .wrap-user__signup > a,
    .wrap-user__login .row input[type="submit"],
    .btn-custom__login {
        background: #4a4742;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        padding: 13px 15px;
        margin-bottom: 15px;
        transition: all .5s;
        border: 1px solid transparent;
        font-size: 14px;
    }

        .header-right__form--cart a.pay:hover,
        .header-right__form--cart .wrap-user__signup > a:hover,
        .wrap-user__login .row input[type="submit"]:hover,
        .btn-custom__login:hover {
            background: #fff;
            color: #4a4742;
            border-color: #4a4742;
        }

    .header-right__form--cart a.view-cart,
    .wrap-user__login .row a {
        color: #363636;
        text-decoration: underline;
        font-size: 14px;
    }

        .header-right__form--cart a.view-cart:hover,
        .wrap-user__login .row a:hover {
            color: #e13c97;
        }
/**/
/*=====================================================*/
/**/
.main-banner {
    position: relative;
}

    .main-banner .banner-content {
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .main-banner .banner-content__wrap {
        width: 440px;
        background: #fff;
        padding: 20px;
        color: #4a4742;
    }

        .main-banner .banner-content__wrap h1.title {
            font-size: 30px;
            font-weight: bold;
            text-transform: uppercase;
            margin: 0 0 10px;
        }

        .main-banner .banner-content__wrap .desc {
            margin: 0 0 20px;
        }

.main-banner.owl-carousel .owl-nav .owl-next,
.main-banner.owl-carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    bottom: 60px;
    margin: auto;
}

    .main-banner.owl-carousel .owl-nav .owl-next:hover,
    .main-banner.owl-carousel .owl-nav .owl-prev:hover {
        background: #ff8840;
    }

.main-banner.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.main-banner.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

    .main-banner.owl-carousel .owl-nav .owl-next:before,
    .main-banner.owl-carousel .owl-nav .owl-prev:before {
        position: absolute;
        font-family: "FontAwesome";
        color: #fff;
        width: 100%;
        line-height: 30px;
        font-size: 24px;
        text-align: center;
    }

.main-banner.owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}

.main-banner.owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
.product-cate .item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}