﻿@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,400italic,600italic,700italic,900italic&subset=latin,vietnamese);

body {
    font-family: 'helveticaneue', Arial;
    font-size: 14px;
    color: #000;
    overflow-x: hidden;
}

header {
    position: relative;
    z-index: 90;
    background-color: rgba(255, 255, 255, 0.63);
    //position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.marquee {
    font-weight: bold;
    margin-top: 0px;
    color: #036f33;
    font-size: 30px;
    /*text-transform:uppercase;*/
}

.topHead {
    background: #000;
    color: #fff;
}

    .topHead .topSlogan {
        font-family: 'uvn_gia_dinh_italic';
        font-size: 18px;
        font-weight: normal;
        margin-top: 10px;
    }

.topMenu {
    margin-top: 5px;
}

    .topMenu.navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 10px;
        color: #000;
        text-transform: capitalize;
    }

    .topMenu.nav > li > a:hover, .topMenu.nav > li > a:focus {
        background-color: transparent;
        color: #fd6699;
    }

    .topMenu .dropdown-menu {
        min-width: 120px !important;
    }

.logo {
    position: relative;
    margin-top: 44px;
    margin-bottom: 0px;
}

    .logo span {
        text-transform: capitalize;
        text-align: center;
        display: block;
        font-size: 35px;
        font-weight: bold;
        line-height: 1.2;
        color: #000;
    }

    .logo label {
        display: block;
        font-size: 14px;
        margin-left: 50px;
        margin-bottom: 0px;
        text-transform: uppercase;
        text-align: center;
        color: #fd6699;
        cursor: pointer;
    }

.hotline {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin: 5px 0 10px 0;
    float: right;
    display: inline-block;
}

    .hotline span {
        margin-left: 5px;
        color: #F51C1C;
        font-size: 20px;
    }

.cartDetail {
    min-width: 130px;
    color: #000;
    cursor: pointer;
    position: relative;
}


    .cartDetail .inner {
        padding: 0 10px;
    }

    .cartDetail span {
        display: block;
        float: left;
        padding: 0px 10px 0 0;
    }

    .cartDetail:hover span {
        animation: tada 1s alternate forwards;
        -webkit-animation: tada 1s alternate forwards;
        -moz-animation: tada 1s alternate forwards;
        -o-animation: tada 1s alternate forwards;
        -ms-animation: tada 1s alternate forwards;
    }

    .cartDetail span:before {
        font-size: 25px;
    }

    .cartDetail > div {
        font-family: 'Source Sans Pro';
        font-weight: bold;
    }

    .cartDetail .price {
        color: #fd6699;
        height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.searchForm {
    position: relative;
    /*width: 300px;*/
    float: right;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.80);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #bcbbbb;
}

    .searchForm .txt-search {
        padding: 0px 10px;
        height: 28px;
        line-height: 28px;
        background-color: transparent;
        width: 80%;
        float: left;
        border: none;
    }

        .searchForm .txt-search:focus {
            outline: none;
        }

    .searchForm .btn-search {
        display: block;
        width: 20%;
        height: 28px;
        line-height: 28px;
        background-color: transparent;
        color: #000;
        border: none;
        float: left;
        border: none;
        padding: 0 5px;
    }

        .searchForm .btn-search:hover {
            background-color: #fff;
        }

        .searchForm .btn-search i:before {
            font-size: 15px;
        }

.detail-cart {
    position: absolute;
    width: 320px;
    background: #323232;
    right: 0;
    top: 100%;
    border-radius: 0 0 5px 5px;
    font-family: 'Source Sans Pro';
    max-height: 0;
    -webkit-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    -ms-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
    clear: both;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

    .detail-cart.open {
        max-height: 500px;
        -webkit-transition: max-height 0.4s ease-out;
        -moz-transition: max-height 0.4s ease-out;
        -ms-transition: max-height 0.4s ease-out;
        -o-transition: max-height 0.4s ease-out;
        transition: max-height 0.4s ease-out;
    }

    .detail-cart .table td {
        padding: 10px;
    }

    .detail-cart .table .quan {
        width: 25%;
    }

    .detail-cart thead th {
        text-align: center;
    }

    .detail-cart .name {
        width: 60%;
    }

    .detail-cart td.name h3 {
        font-size: 14px;
        margin: 0px;
    }

    .detail-cart td.price {
        text-align: center;
    }

    .detail-cart .table > thead > tr > th {
        border: none;
    }

.cartDetail .table-hover > tbody > tr:hover > td, .cartDetail .table-hover > tbody > tr:hover > th {
    background: #000;
}

.table-hover > tbody > tr:last-child:hover > td, .table-hover > tbody > tr:last-child:hover > th {
    background: none;
}

.btn-check {
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.80);
    background: #fd6699;
    display: inline-block;
    color: #fff;
}

    .btn-check:hover {
        background: #000;
        color: #fff;
    }

.navbar-default {
    background-color: rgb(90, 2, 2);
    border-color: transparent;
    margin-bottom: 0px;
    border-bottom: none;
    border-radius: 0px;
    width: 100%;
}

    .navbar-default .navbar-collapse {
        text-align: center;
    }

    .navbar-default .navbar-nav {
        float: none;
        display: inline-block;
    }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
            background-color: transparent;
            color: #fd6699;
        }

        .navbar-default .navbar-nav > li > a {
            padding-left: 16px;
            padding-right: 16px;
            text-transform: uppercase;
            color: #fff;
            font-size: 16px;
        }

            /*.navbar-default .navbar-nav > li {
            float: none !important;
            display: inline-block;
        }*/

            .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
                color: #DE1C1C;
            }

#full-slider-wrapper {
    padding-bottom: 1px;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
}

.z-section .z-content {
    visibility: hidden;
    opacity: 0;
}

.z-section.z-active .z-content {
    opacity: 1;
    animation: hiddens 1s alternate forwards;
    -webkit-animation: hiddens 0.4s alternate forwards;
    -moz-animation: hiddens 0.4s alternate forwards;
    -o-animation: hiddens 0.4s alternate forwards;
    -ms-animation: hiddens 0.4s alternate forwards;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0,5s;
}

.new-collection-block {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 180px;
    background: rgba(255, 255, 255, 0.59);
    z-index: 90;
}

    .new-collection-block .block {
        padding-top: 15px;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .new-collection-block .circle {
        margin-bottom: 10px;
    }

    .new-collection-block p {
        font-family: 'uvn_gia_dinh_italic';
        color: #86817d;
    }

    .new-collection-block .heading1 {
        margin-top: 20px;
    }

    .new-collection-block .block:nth-child(1), .new-collection-block .block:nth-child(2) {
        border-right: 2px solid #454746;
    }

    .new-collection-block .block:nth-child(2) {
        position: relative;
        overflow: hidden;
    }

        .new-collection-block .block:nth-child(2):before {
            z-index: -1;
            position: absolute;
            background: #fff;
            content: "";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            -moz-transform: translateX(-40%) skewX(-50deg);
            -webkit-transform: translateX(-40%) skewX(-50deg);
            -o-transform: translateX(-40%) skewX(-50deg);
            -ms-transform: translateX(-40%) skewX(-50deg);
            transform: translateX(-40%) skewX(-50deg);
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

    .new-collection-block .block:hover:nth-child(2):before {
        -moz-transform: translateX(40%) skewX(-50deg);
        -webkit-transform: translateX(40%) skewX(-50deg);
        -o-transform: translateX(40%) skewX(-50deg);
        -ms-transform: translateX(40%) skewX(-50deg);
        transform: translateX(40%) skewX(-50deg);
    }

    .new-collection-block .btn-circle {
        float: right;
        margin-top: 10px;
        margin-right: 20px;
        clear: both;
    }

    .new-collection-block .block:nth-child(1):before, .new-collection-block .block:nth-child(3):before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        content: "";
        height: 100%;
        background: rgba(255, 255, 255, 0.46);
        -moz-transform: translateX(-100%) skewX(-50deg);
        -webkit-transform: translateX(-100%) skewX(-50deg);
        -o-transform: translateX(-100%) skewX(-50deg);
        -ms-transform: translateX(-100%) skewX(-50deg);
        transform: translateX(-100%) skewX(-50deg);
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .new-collection-block .block:hover:nth-child(1):before, .new-collection-block .block:hover:nth-child(3):before {
        -moz-transform: translateX(100%) skewX(-50deg);
        -webkit-transform: translateX(100%) skewX(-50deg);
        -o-transform: translateX(100%) skewX(-50deg);
        -ms-transform: translateX(100%) skewX(-50deg);
        transform: translateX(100%) skewX(-50deg);
    }

.out-slide {
    //position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.60);
    border-bottom: 10px solid rgba(0, 0, 0, 0.63);
}

.slide-partner {
    /*margin-bottom: 40px;*/
    margin-top: 25px;
    position: relative;
}

    .slide-partner .item {
    }

        .slide-partner .item .pic {
            display: block;
            border: 1px solid #a9a9a9;
            overflow: hidden;
            border-radius: 5px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            .slide-partner .item .pic:hover {
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                filter: grayscale(100%);
                filter: gray; /* IE 6-9 */
            }

            .slide-partner .item .pic img {
                overflow: hidden;
                border-radius: 5px;
            }

#slide2 .owl-controls {
    position: absolute;
    right: 0;
    bottom: 120%;
    width: 40px;
    height: 30px;
}

    #slide2 .owl-controls .owl-prev, #slide2 .owl-controls .owl-next {
        display: block;
        width: 20px;
        float: left;
        font-size: 30px;
        color: #656565;
    }

.service-block {
    position: relative;
    margin-bottom: 10px;
}

    .service-block .left {
        width: 30%;
        float: left;
        position: relative;
        padding: 10px;
    }

        .service-block .left .circle .inner {
            background: #ababab;
            text-align: center;
            color: #BF0505;
            text-align: center;
        }

            .service-block .left .circle .inner i {
                display: inline-block;
                vertical-align: middle;
                line-height: normal;
            }


                .service-block .left .circle .inner i:before {
                    font-size: 26px;
                    display: inline-block;
                    vertical-align: middle;
                    line-height: normal;
                }

    .service-block .right {
        width: 70%;
        float: left;
    }

        .service-block .right h4 {
            margin-top: 20px;
            margin-bottom: 0;
            text-transform: uppercase;
            font-size: 16px;
            font-family: 'Source Sans Pro';
            font-weight: normal;
            color: #666;
        }

        .service-block .right span {
            font-size: 14px;
            color: #999;
        }

.bg-black {
    background: rgb(90, 2, 2);
    margin-bottom: 10px;
}

.textlabel {
    font-style: italic;
    font-size: 19px;
    color: #fff;
    float: left;
    padding: 17px;
}

#sendmail {
    padding: 10px;
}

    #sendmail .txt-mail {
        padding: 0px 15px;
        width: 50%;
        height: 30px;
        line-height: 30px;
        border: 1px solid #e5e5e5;
    }

    #sendmail .btn-send {
        padding: 0px 10px;
        display: inline-block;
        background: #D3073C;
        border: none;
        text-transform: capitalize;
        color: #fff;
        height: 30px;
        line-height: 30px;
    }

        #sendmail .btn-send:hover {
            background: #bcbbbb;
        }

.social {
    float: right;
    padding: 10px;
}

    .social ul {
        margin-bottom: 0px;
    }

    .social li a {
        display: block;
        height: 34px;
        width: 34px;
        line-height: 34px;
        background: #bdbdbd;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
        font-size: 16px;
        color: #B51414;
    }

        .social li a:hover {
            color: #fff;
            background: #fd6699;
        }

.logo2 {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

    .logo2 strong {
        font-size: 36px;
        font-family: 'Source Sans Pro';
        color: #000;
        display: block;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .logo2 label {
        display: block;
        text-transform: uppercase;
        font-weight: normal;
        color: #fd6699;
        margin-left: 40px;
        font-size: 14px;
    }

.list1 {
    list-style: none;
    padding-left: 0px;
}

    .list1 li {
        margin-bottom: 5px;
        position: relative;
        padding-left: 15px;
    }

        .list1 li:before {
            position: absolute;
            left: 0;
            top: 0;
            font-family: FontAwesome;
            content: "\f105";
            color: #ba0100;
        }

        .list1 li a {
            color: #000;
        }

            .list1 li a:hover {
                color: #fd6699;
            }

.phone-num {
    font-weight: bold;
    margin-bottom: 5px;
}

.mail {
    color: #000;
}

    .mail:hover {
        color: #fd6699;
    }

.copyright {
    margin-bottom: 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #A7A2A2;
}

.mod {
    margin-bottom: 10px;
    position: relative;
}

.mod-news-list {
    list-style: none;
    padding-left: 0px;
    overflow: hidden;
}

    .mod-news-list li {
        margin-bottom: 10px;
        height: 72px;
        overflow: hidden;
    }

        .mod-news-list li .pic {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .mod-news-list li .pic:hover {
            }

            .mod-news-list li .pic img:hover {
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                filter: grayscale(100%);
            }

        .mod-news-list li h2 {
            font-size: 12px;
            font-weight: normal;
            text-transform: uppercase;
            margin-top: 0px;
            margin-bottom: 0px;
        }

            .mod-news-list li h2 a {
                color: #000;
            }

                .mod-news-list li h2 a:hover {
                    color: #fd6699;
                }

        .mod-news-list li p {
            color: #9b9b9b;
            font-size: 13px;
            height: 30px;
            overflow: hidden;
            line-height: 1.2;
        }

.content p {
    text-align: justify;
}

#mobile-sidebar {
    z-index: 999;
    width: 280px;
    background: #fff;
    height: 100%;
    position: fixed;
    top: 0px;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.5);
}

    #mobile-sidebar.active {
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    #mobile-sidebar .inner {
        position: relative;
        height: 100%;
        overflow-y: auto;
        width: 100%;
        padding: 10px;
    }

        #mobile-sidebar .inner .logo {
            margin-left: 0;
            text-align: center;
            margin-bottom: 40px;
        }

        #mobile-sidebar .inner .menu {
            left: 10px;
        }

.btn-close {
    opacity: 0.9;
    border: none;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #fd6699;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
}

    .btn-close:hover {
        opacity: 1;
        background: #e45082;
    }

#btnOpen {
    display: block;
    background: #fd6699;
    opacity: 0.8;
    position: fixed;
    top: 10%;
    left: 290px;
    z-index: 10;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

#btnOpen {
    display: none;
}

.product .item .detail {
    margin-right: 0px !important;
}

.news-list {
    list-style: none;
    padding-left: 0px;
    display: table;
}

    .news-list li {
        position: relative;
        margin-bottom: 10px;
        padding: 0 10px;
    }

        .news-list li .inner {
            position: relative;
            background: rgba(17, 17, 17, 0.10);
            padding-top: 10px;
            padding-bottom: 10px;
            border-radius: 15px 0 15px 0;
        }

        .news-list li .pic {
            display: block;
            //border: 1px solid rgba(17, 17, 17, 0.10);
            position: relative;
            overflow: hidden;
            text-align: center;
        }

            .news-list li .pic img {
                display: inline-block;
                -webkit-filter: grayscale(0%);
                transition: all 0.9s ease-in-out;
            }

            .news-list li .pic:hover img {
                filter: gray; /* IE6-9 */
                -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
                //-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
                -webkit-backface-visibility: hidden;
            }


        .news-list li h2 {
            margin-top: 0px;
            font-size: 18px;
            font-weight: bold;
            text-transform: capitalize;
        }

            .news-list li h2 a {
                color: #000;
            }

                .news-list li h2 a:hover {
                    color: #fd6699;
                }

        .news-list li p {
            text-align: justify;
        }

.newslist {
    color: #00bff3;
    padding-left: 20px;
}

    .newslist li {
        margin-bottom: 5px;
    }

        .newslist li:hover {
            color: #ef1117;
        }

        .newslist li a {
            color: #333;
        }

            .newslist li a:hover {
                color: #00bff3;
            }

.titletype {
    position: relative;
    padding-top: 10px;
}

    .titletype:before, .titletype:after {
        position: absolute;
        content: '';
        height: 2px;
        top: 0;
        left: 0;
    }

    .titletype:before {
        background-color: #C1C2C1;
        width: 100%;
    }

    .titletype:after {
        background-color: #1A7BE7;
        width: 170px;
    }

    .titletype h2 {
        margin: 0;
        font-size: 16px;
        text-transform: uppercase;
        color: black;
        font-weight: bold;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

.listnamepro, .mar20 {
    margin-top: 20px;
}

    .listnamepro li {
        padding: 3px 0;
    }

        .listnamepro li a {
            color: black;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        }

            .listnamepro li a:hover, listnamepro li a:focus {
                color: #EE2B6A;
            }

.height20 {
    height: 20px;
}
/*-- end product --*/

/*-- product-detail --*/
#gallery-2 {
    width: 100%;
    background: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-bottom: 20px;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background: none !important;
}

.thumbIco {
    display: none;
}

.rsMainSlideImage {
    /*margin-top: 0px !important;
    padding: 0 5px !important;
    margin-left: 0px !important;
    width: 100% !important;
    height: auto !important;*/
}

.rsFullscreen {
    background: rgba(0, 0, 0, 0.96) !important;
}

.rsOverflow {
    //float: right !important;
}

.rsUni .rsThumbsVer {
    //right: auto !important;
    //left: 0px;
}

.rsUni .rsThumb {
    height: auto !important;
}

.rsUni .rsThumbsVer .rsThumb:nth-child(1) {
    margin-top: -4px;
}

.rsUni .rsThumbsVer {
    //top: 4px;
}

.namepro {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.pricepro {
    color: #FE6698;
    margin: 12px 0 5px;
    font-size: 29px;
    //font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.listminidetail {
    margin-top: 8px;
    padding-left: 15px;
    list-style-type: disc;
}
/*-- end product-detail --*/

/*----- Add for web by Huynh Oceo at 09/12/2015 -----*/
/*-- index --*/
.rightlogo {
    margin-top: 10px;
}


.listnamepro, .mar20 {
    margin-top: 20px;
}

    .listnamepro li {
        background: #ABABAB;
        border-top: solid 1px;
        padding: 3px 0;
    }

        .listnamepro li a {
            color: black;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        }

            .listnamepro li a:hover, listnamepro li a:focus {
                color: #EE2B6A;
            }

.height20 {
    height: 20px;
}

.modal.in .modal-dialog {
    z-index: 99999;
}
/*-- end product --*/

/*-- product-detail --*/
.namepro {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.pricepro {
    color: #FE6698;
    margin: 12px 0 5px;
    font-size: 29px;
    //font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.listminidetail {
    margin-top: 8px;
    padding-left: 15px;
    list-style-type: disc;
}
/*-- end product-detail --*/
.mar25 {
    margin-top: 25px;
}

.mar15 {
    margin-top: 15px;
}

.mar3 {
    margin-top: 3px;
}

.mar40 {
    margin-top: 40px;
}
/*-- end index --*/
/*-- product-detail --*/
.btn-addcart {
    display: inline-block;
    font-family: 'Source Sans Pro';
    padding: 8px 25px;
    border: 1px solid transparent;
    border-radius: 5px;
    text-transform: capitalize;
    background-color: #F1276A;
    color: white;
    position: relative;
    overflow: hidden;
    font-size: 23px;
    transition: all 0.7s ease-in-out;
}

    .btn-addcart:hover, .btn-addcart:active, .btn-addcart:focus {
        background-color: white;
        color: #F1276A;
        border: 1px solid #F1276A;
    }

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.95);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}


.slide3.owl-carousel .owl-nav .owl-next, .slide3.owl-carousel .owl-nav .owl-prev {
    top: 40%;
}

.slide3 {
    margin-top: 15px;
}
/*-- end product-detail --*/

/*-- news --*/
.btn-detail2 {
    display: inline-block;
    //padding: 6px 25px;
    background: rgba(255, 255, 255, 0.78);
    color: #000;
    //border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    transition: all 0.7s ease-in-out;
    margin-top: 5px;
}

    .btn-detail2 a {
        color: black;
        padding: 6px 30px;
        display: block;
        position: relative;
        border: 1px solid #C1C2C1;
    }

    .btn-detail2:hover a {
        color: #E38308;
        border: 1px solid #000;
    }

.titletabright {
    position: absolute;
    bottom: 4%;
    left: 4%;
}

    .titletabright h2 {
        margin: 0;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: black;
    }

        .titletabright h2 span {
            color: #fd6699;
        }

.listtabright li {
    margin-bottom: 5px;
}

    .listtabright li img {
        transition: all 0.9s ease-in-out;
        -webkit-filter: grayscale(0%);
    }

    .listtabright li:hover img {
        filter: gray;
        -webkit-filter: grayscale(100%);
        //-webkit-transition: all .6s ease;
        -webkit-backface-visibility: hidden;
    }

.listnewother {
    margin-top: 20px;
}

    .listnewother li {
        margin-bottom: 5px;
        padding-left: 25px;
        position: relative;
        line-height: 22px;
    }

        .listnewother li:before {
            position: absolute;
            left: 2px;
            top: 0;
            line-height: 22px;
            content: "\f055";
            font-family: FontAwesome;
            font-size: 17px;
        }

        .listnewother li a {
            color: black;
        }

            .listnewother li a:hover {
                color: #F1276A;
            }
/*-- end news --*/

/*-- contact --*/
.contactdetail {
    margin-top: 20px;
}

.slogancont {
    font-size: 18px;
    line-height: 22px;
}

.listaddress li {
    margin-bottom: 5px;
}

    .listaddress li .icon {
        display: inline-block;
        margin-right: 3px;
    }

    .listaddress li a {
        color: black;
    }

        .listaddress li a:hover {
            color: #fd6699;
        }

    .listaddress li i {
        //padding: 5px;
        background-color: #EBEBEB;
        border: 1px solid #CCCCCC;
        width: 26px;
        height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
    }



.socialcont {
    margin-bottom: 0px;
}

    .socialcont li {
        display: inline-block;
        float: left;
        margin: 0 2px;
    }

        .socialcont li a {
            display: block;
            height: 34px;
            width: 34px;
            line-height: 34px;
            background: #EBEBEB;
            border: 1px solid #CCCCCC;
            //border-radius: 50%;
            overflow: hidden;
            text-align: center;
            font-size: 16px;
            color: #000;
        }

            .socialcont li a:hover {
                color: #fff;
                background: #fd6699;
            }

.mainform input {
    margin-bottom: 6px;
    color: #999999;
    background-color: #EBEBEB;
}

.mainform textarea {
    resize: none;
    color: #999999;
    background-color: #EBEBEB;
}

.sendbtn {
    width: 100%;
    background-color: #F1276A;
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 0;
}

    .sendbtn:focus {
        outline: none;
    }
/*-- end contact --*/

/*-- shopping cart --*/
.popCart h4 {
    margin: 0;
    font-size: 16px;
}

    .popCart h4 a {
        color: black;
    }

        .popCart h4 a:hover, .popCart h4 a:focus {
            color: #F1276A;
        }

.popCart .status i {
    color: #666;
    font-size: 17px;
}

.savelike, .deletepro {
    display: inline-block;
    width: 50px;
    padding: 0 5px;
    //margin-top: 15px;
}

    .savelike i, .deletepro i {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .savelike button, .deletepro button {
        background-color: transparent;
        border: none;
    }

        .savelike button:hover, .deletepro button:hover {
            color: #F1276A;
        }


.popCart td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.linkconti a {
    color: #F1276A;
}

    .linkconti a:hover {
        color: black;
    }

.listotherpro li img {
    transition: all 0.9s ease-in-out;
    -webkit-filter: grayscale(0%);
}

.listotherpro li:hover img {
    filter: gray;
    -webkit-filter: grayscale(100%);
    //-webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
}
/*-- end shopping cart --*/

/*===========set media screen===========*/
@media (min-width:1200px) {
    .dropdown-menu {
        min-width: 210px;
    }

        .dropdown-menu > li > a {
            padding: 5px 15px;
        }

    ul.nav > li.dropdown > ul.dropdown-menu {
        display: block;
        margin-top: 40px;
        opacity: 0;
        max-width: 0;
        max-height: 0;
        transition: all .3s ease-in-out;
        overflow: hidden;
        visibility: hidden;
    }

    ul.nav > li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin-top: 5px;
        opacity: 1;
        max-width: 900px;
        max-height: 500px;
        visibility: visible;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .dropdown-menu {
        min-width: 210px;
    }

        .dropdown-menu > li > a {
            padding: 5px 15px;
        }

    ul.nav > li.dropdown > ul.dropdown-menu {
        display: block;
        margin-top: 40px;
        opacity: 0;
        max-width: 0;
        max-height: 0;
        transition: all .3s ease-in-out;
        overflow: hidden;
        visibility: hidden;
    }

    ul.nav > li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin-top: 0px;
        opacity: 1;
        max-width: 900px;
        max-height: 500px;
        visibility: visible;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .rotate {
        font-size: 65%;
        left: 15px;
    }

    .dropdown-menu {
        min-width: 210px;
    }

        .dropdown-menu > li > a {
            padding: 5px 15px;
            color: white !important;
        }

    /*ul.nav > li.dropdown > ul.dropdown-menu {
        display: block;
        margin-top: 40px;
        opacity: 0;
        max-width: 0;
        max-height: 0;
        transition: all .3s ease-in-out;
        overflow: hidden;
        visibility: hidden;
    }*/

    /*ul.nav > li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin-top: 0px;
        opacity: 1;
        max-width: 900px;
        max-height: 500px;
        visibility: visible;
    }*/

    .heading1 {
        font-size: 15px;
    }

    .new-collection-block p {
        font-size: 13px;
    }

    .product .item .btn-add {
        font-size: 13px;
        padding: 5px !important;
    }

    #btnOpen {
        display: none;
    }

    .navbar-default .navbar-nav > li > a {
        padding-right: 15px;
        padding-left: 15px;
    }

    .z-header .head1 {
        border-radius: 10px;
    }
}

@media (max-width:991px) {
    .news-list li {
        margin-bottom: 20px;
    }
}

@media (max-width:768px) {
    .new-collection-block {
        position: relative;
        top: 0;
        height: auto;
        margin: 0;
    }

        .new-collection-block .col-sm-12 {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .new-collection-block .block:nth-child(1), .new-collection-block .block:nth-child(2) {
            border-right: none;
        }

        .new-collection-block .block:before, .new-collection-block .block:after {
            display: none;
        }

        .new-collection-block .block {
            margin-bottom: 10px;
            background: #bcbbbb;
            padding-bottom: 5px;
        }

    #searchForm {
        margin-right: 0;
        width: 270px;
        z-index: -1;
    }

    .logo label {
        margin-left: 100px;
    }

    .topMenu .dropdown-menu {
        position: absolute !important;
        top: 100% !important;
        left: auto;
        right: 0px !important;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px !important;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #fff !important;
        border: 1px solid #ccc !important;
        border: 1px solid rgba(0,0,0,0.15) !important;
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
        box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
        background-clip: padding-box;
    }

    .topMenu .open .dropdown-menu {
        display: block;
    }

    .topMenu.navbar-nav > li > a {
        display: inline-block;
    }

    .topMenu.navbar-nav > li {
        position: relative;
    }

    .topMenu.navbar-nav > li {
        float: left;
    }

    .topMenu {
        margin-bottom: 0px;
        float: right;
    }

    .detail-cart {
        max-width: 300px;
    }

    .navbar-default {
        background: rgba(0, 0, 0, 0.60);
    }

        .navbar-default .navbar-nav > li > a {
            text-align: center;
        }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            text-align: center;
        }

    .textlabel {
        float: none;
    }



    .navbar-default {
        margin-top: 10px;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background: #fd6699;
        }

        .navbar-default .navbar-toggle .icon-bar {
            color: #fff;
        }

    .content .no-padding-left {
        padding-left: 15px !important;
    }

    #mobile-sidebar .logo label {
        margin-left: 0px;
    }

    #mobile-sidebar .searchForm {
        padding: 10px;
        margin-right: 0;
        width: 250px;
    }

    header .searchForm {
        //margin-right: 0px;
        float: left;
    }

    .hotline {
        margin: 5px 25px 10px 0;
    }

    #full-slider-wrapper {
        margin-bottom: 0;
    }

    .service-block .left {
        width: 75px;
    }

    #slide2 .owl-controls .owl-prev, #slide2 .owl-controls .owl-next {
        top: 0;
    }

    .z-header .head1 {
        border-radius: 10px;
    }

    .news-list li .pic {
        margin-bottom: 10px;
    }

    .contactdetail > div {
        margin: 20px 0;
    }

    .sendbtn {
        margin-top: 20px;
    }
}

@media (max-width:765px) {
    #btnOpen {
        display: block;
    }
}
