﻿/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:700italic,400,300,600,700,800");*/

* {
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: 'UtmBebas';
    src: url('/Content/fonts/utmbebas/utmbebas.eot'); /* IE9 Compat Modes */
    src: url('/Content/fonts/utmbebas/utmbebas.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/Content/fonts/utmbebas/utmbebas.woff') format('woff'), /* Modern Browsers */ url('/Content/fonts/utmbebas/utmbebas.ttf') format('truetype'), /* Safari, Android, iOS */ url('/Content/fonts/utmbebas/utmbebas.svg#UtmBebas') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'AvantGardeRegular';
    src: url('/Content/fonts/AvantGardeRegular.ttf') format('truetype');
}


/**
 * font icon
 */
@font-face {
    font-family: 'vinmart';
    src: url("/Content/fonts/VinMart/vinmart.eot?6yn0b4");
    src: url("/Content/fonts/VinMart/vinmart.eot?6yn0b4#iefix") format("embedded-opentype"), url("/Content/fonts/VinMart/vinmart.ttf?6yn0b4") format("truetype"), url("/Content/fonts/VinMart/vinmart.woff?6yn0b4") format("woff"), url("/Content/fonts/VinMart/vinmart.svg?6yn0b4#vinmart") format("svg");
    font-weight: normal;
    font-style: normal;
}

p {
    line-height: 22px
}

.dn {
    display: none !important
}

#preloader {
    position: fixed;
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999
}

.shopcol {
    padding-left: 15px;
    /*padding-right: 15px*/
}

.alert-info-member {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.product-block .name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .product-block .name a {
        text-transform: uppercase;
    }


#videoSlide {
    width: unset !important
}
/*.zoomLens{width:200px!important;height:200px!important}*/
.box-pagging {
    padding: 20px 20px;
    /*padding-bottom: 5px;*/
    border: 1px solid #ccc;
}

.scrollMenumain .logo a {
    padding-top: 8px
}

.notfilled {
    border-color: red !important
}

#page-loading p {
    text-align: center;
    text-transform: uppercase;
    z-index: 99;
    padding: 10px 0;
    color: #000;
    font-size: 12px;
    overflow: hidden;
    margin-top: 5px
}

#page-loading div {
    width: 135px;
    height: 40px;
    margin: auto;
    color: #fff;
    background: url(../images/AjaxLoading.gif) no-repeat top center;
    padding-top: 35px
}

img {
    max-width: 100%;
    height: auto
}

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

a, a:hover {
    text-decoration: none;
}

    a:hover {
        color: #6cabd6;
    }

#WelcomeLogin {
    display: none
}

body {
    /*font-family: "Open Sans", sans-serif;*/
    /*font-family: roboto,arial,sans-serif;*/
    font-family: -apple-system,HelveticaNeueMedium,HelveticaNeue-Medium,Helvetica Neue Medium,Helvetica Neue,Roboto,Droid Sans,Arial Bold,Arial,sans-serif;
    color: black;
    overflow-x: hidden;
    font-size: 13px
}

/*@font-face {
    font-family: "utmavo";
    src: url("../font/UTM Avo.ttf");
}*/
/** header **/
.photo-wrap img {
    width: 100%;
    height: 100%;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: none;
    border-top: 3px solid #E7E7E7;
    color: black;
    font-size: 13px;
    text-transform: none;
    height: 85px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /*background: #fff;*/
    /*opacity: 0.85;*/
    background: rgba(0, 0, 0, 0.65);
}
/*#mm-0{position:relative;z-index:12354}
#aspnetForm{position:relative;z-index:123}*/
.scrollMenumain {
    background-color: rgba(0, 0, 0, 0.7);
    height: 71px;
    position: fixed;
}

    .scrollMenumain .mnv-nav > li > a {
        line-height: 68px !important;
        color: white;
    }

    .scrollMenumain .logo {
        /*padding-top: 10px;*/
    }

        .scrollMenumain .logo img {
            max-width: 100%;
            max-height: 100%;
            filter: brightness(0) invert(1);
        }

    .scrollMenumain .top-cart .mini-cart {
        margin-top: 19px;
        filter: brightness(0) invert(1);
    }

    .scrollMenumain .form-con {
        margin-top: 12px
    }


@media (max-width: 479px) and (min-width: 320px) {
    .scrollMenumain .logo img {
        max-width: 100%;
        max-height: 100%;
        filter: brightness(1) invert(0);
    }
}


header .logo {
    position: absolute;
    z-index: 1000000;
    box-sizing: border-box;
    width: 200px;
    height: 100%;
    visibility: visible !important;
    animation-name: unset !important;
}

    header .logo a {
        display: block;
        padding-top: 15px
    }

.logo-img {
    height: 100%;
    filter: brightness(0) invert(1);
}

header .nav-menu {
    float: right;
}

header .search-area {
    float: left;
    width: calc(100% - 40px);
    position: relative;
    z-index: 3;
}

.mnv-nav > li {
    display: inline-block;
    list-style: none;
    position: relative;
    padding: 0 10px;
}

    .mnv-nav > li:last-child {
        margin-right: 0px;
    }

    .mnv-nav > li > a {
        display: block;
        line-height: 80px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        border-top: 3px solid #E7E7E7;
    }

        .mnv-nav > li > a:hover {
            color: #6cabd6;
            border-top: 3px solid #6cabd6;
        }

.mnv-nav .fa-angle-down {
    padding-left: 5px
}

.mnv-nav > li > ul.sub-menu {
    position: absolute;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    width: 200px;
    z-index: 10;
    display: none;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
}

.mnv-nav > li > ul > li > ul.sub-menu-child {
    position: absolute;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    background: #fff;
    right: -200px;
    top: 0;
    z-index: 10;
    display: none;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
}


/* SSUB MENU */
.mnv-nav > li > ul > li > ul > li > ul.ssub-menu-child {
    position: absolute;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    background: #fff;
    right: -200px;
    top: 0;
    z-index: 10;
    display: none;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
}

.mnv-nav > li > ul > li > ul > li:hover > ul.ssub-menu-child {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    background: #fff;
    border-radius: 0px 0px 3px 3px;
    display: block;
}

.mnv-nav > li > ul.sub-menu > li > ul > li > a i {
    position: absolute;
    right: 10px;
}
/* END SSUB MENU */





/* LAST MENU */
.mnv-nav > li > ul > li > ul > li > ul > li > ul.last-menu-child {
    position: absolute;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    background: #fff;
    right: -200px;
    top: 0;
    z-index: 10;
    display: none;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
}

.mnv-nav > li > ul > li > ul > li > ul > li:hover > ul.last-menu-child {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    background: #fff;
    border-radius: 0px 0px 3px 3px;
    display: block;
}

.mnv-nav > li > ul.sub-menu > li > ul > li > a i {
    position: absolute;
    right: 10px;
}

.mnv-nav > li > ul.sub-menu > li > ul > li > ul > li > a i {
    position: absolute;
    right: 10px;
}
/* END LAST MENU */










.mnv-nav > li > ul > li:hover > ul.sub-menu-child {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    background: #fff;
    border-radius: 0px 0px 3px 3px;
    display: block;
}

.mnv-nav > li:hover > ul.sub-menu {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    background: #fff;
    border-radius: 0px 0px 3px 3px;
    display: block;
}

.mnv-nav > li > ul.sub-menu > li > a {
    display: block;
    color: #292929;
    font-weight: 600;
    font-size: 12px;
    padding: 10px 0px 10px 10px;
}

.mnv-nav ul li ul li a {
    display: block;
    color: #292929;
    font-weight: 600;
    font-size: 12px;
    padding: 10px 0px 10px 10px;
}

.mnv-nav > li > ul.sub-menu > li > a i {
    position: absolute;
    right: 10px;
}

.mnv-nav > li > ul.sub-menu > li > a:hover {
    color: #6cabd6;
}

.mnv-nav ul.sub-menu > li {
    position: relative;
}

    .mnv-nav ul.sub-menu > li > .sub-menu-l2 {
        position: absolute;
        left: 110%;
        top: 0px;
        background: #fff;
        width: 200px;
        opacity: 0;
        visibility: hidden;
        display: none;
        transition: all 0.5s;
        z-index: 15;
    }

        .mnv-nav ul.sub-menu > li > .sub-menu-l2 > li > a {
            padding: 10px 0px 10px 5px;
            display: block;
            color: #403d36;
        }

            .mnv-nav ul.sub-menu > li > .sub-menu-l2 > li > a:hover {
                color: #6cabd6;
            }

    .mnv-nav ul.sub-menu > li:hover .sub-menu-l2 {
        left: 101%;
        opacity: 1;
        visibility: visible;
        display: block;
    }

header .form-con {
    margin-top: 18px;
    position: relative;
    width: 38px;
    float: right;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

    header .form-con .mnv-s-field {
        height: 35px;
        border: none;
        border-radius: 100%;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        color: #fff;
        padding-left: 15px;
        background: transparent;
        width: 100%;
        text-indent: -9999px;
        margin-top: 5px;
    }

    header .form-con .mnv-btn-search {
        right: 12px;
        position: absolute;
        top: 10px;
        background: none;
        font-size: 16px;
        color: black;
        border: none;
    }

.scrollMenumain .item-social {
    margin-top: 23px
}

.item-social {
    display: block;
    float: right;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-top: 34px;
}

header .form-con .mnv-s-field:focus {
    outline: none;
}

header .header-wrap {
    position: relative;
    width: 95%;
}
/* banner home-2 */
.banner {
    position: relative;
    z-index: 1;
    margin-top: 90px
}

#banner-slide .carousel-control {
    background: none;
}

    #banner-slide .carousel-control .fa-chevron-left {
        position: absolute;
        left: 10%;
        top: 35%;
        width: 51px;
        opacity: 0.1;
        height: 100px;
        background: url(/Content/images/slider-left.png) no-repeat top center;
        text-indent: -9999px
    }

    #banner-slide .carousel-control .fa-chevron-right {
        position: absolute;
        right: 10%;
        top: 35%;
        opacity: 0.1;
        width: 51px;
        height: 100px;
        background: url(/Content/images/slider-right.png) no-repeat top center;
        text-indent: -9999px
    }

        #banner-slide .carousel-control .fa-chevron-left:hover, #banner-slide .carousel-control .fa-chevron-right:hover {
            background-position: bottom center !important
        }

.banner:hover #banner-slide .carousel-control .fa-chevron-left, .banner:hover #banner-slide .carousel-control .fa-chevron-right {
    opacity: 1;
}

#banner-slide .item img {
    margin: 0px auto;
}

/* trang chu partner */
/** mnv-partner **/
.mnv-partner {
    padding: 50px 0px 50px;
}

    .mnv-partner .row {
        margin: 0px -25px;
    }

    .mnv-partner .col-sm-6 {
        padding: 0px 25px;
    }

    .mnv-partner .title {
        font-weight: bold;
        font-size: 24px;
        color: #353535;
        margin-bottom: 45px;
    }

    .mnv-partner .partner-list a {
        float: left;
        margin-right: 15px;
        width: 181px;
        height: 86px;
        margin-bottom: 15px;
        display: block;
    }

        .mnv-partner .partner-list a:nth-child(3n) {
            margin-right: 0px;
        }

        .mnv-partner .partner-list a img {
            height: 100%;
            width: 100%;
        }

    .mnv-partner .part-para p {
        color: #828282;
        line-height: 22px;
    }
/** mnv-services **/
.mnv-services-home {
    padding: 55px 0px 51px;
    position: relative;
}

    .mnv-services-home .service-head {
        text-align: center;
        color: #353535;
        margin-bottom: 42px;
        font-size: 24px;
        font-weight: bold;
        margin-top: 0px;
    }

    .mnv-services-home .mnv-item-inner {
        text-align: center;
    }

    .mnv-services-home .mnv-photo {
        margin-bottom: 40px;
        display: block;
    }

        .mnv-services-home .mnv-photo img {
            margin: auto;
        }

    .mnv-services-home .mnv-item-inner .service-title {
        margin-bottom: 30px;
        margin-top: 0px;
    }

        .mnv-services-home .mnv-item-inner .service-title a {
            font-size: 16px;
            text-transform: uppercase;
            margin-bottom: 15px;
            color: #353535;
        }

    .mnv-services-home .mnv-para {
        line-height: 22px;
        padding: 0px 47px;
    }

    .mnv-services-home .mnv-contact {
        margin-top: 7px;
    }

/**mnv -support **/
.mnv-support {
    border-top: 1px solid #E5E5E5;
    background: #595959;
}

    .mnv-support .mnv-support-text {
        text-align: left;
        margin-bottom: 10px;
        float: left;
        width: 50%;
    }

        .mnv-support .mnv-support-text .text {
            font-size: 16px;
            color: #ffffff;
            margin-top: 18px;
            margin-bottom: 9px;
        }


.mnv-newsletter {
    float: right;
    width: 50%;
    margin-top: 20px;
}


    .mnv-newsletter p {
        margin: 0 0 9px;
        line-height: 25px;
        color: #ffffff;
        font-size: 13px;
        text-transform: none;
    }


.mnv-support-text p {
    margin: 0 0 9px;
    line-height: 25px;
    color: #ffffff;
    font-size: 13px;
    text-transform: none;
}

.mnv-newsletter input[type="text"] {
    height: 31px;
    /* margin-top: 2px; */
    margin-right: -2px;
    /*padding-top: 2px;*/
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: black;
    text-transform: uppercase;
}

.mnv-support-text .hotline {
    font-size: 30px;
    color: #ff0000;
    margin-top: 17px;
    margin-bottom: 34px;
    text-transform: uppercase;
}

.mnv-support-list .mnv-item-inner > a {
    float: left;
    width: 40px;
    height: 52px;
    margin-right: 15px;
    vertical-align: top;
    color: #6cabd6;
}

.mnv-support-list .mnv-text {
    font-size: 20px;
    color: #353535;
}

    .mnv-support-list .mnv-text > p:first-child {
        font-size: 16px;
        color: #6cabd6;
        line-height: 26px;
        font-weight: bold;
        margin: 0px;
    }

.mnv-support-list .mnv-item-inner {
    text-align: center;
    margin-bottom: 15px;
}

    .mnv-support-list .mnv-item-inner > a {
        float: none;
    }

/** mnv-footer **/
footer {
    border-top: 1px solid #847f7f;
    border-bottom: 1px solid #595959;
}

.footer-center {
    padding-top: 0px;
    padding-bottom: 20px;
}

    .footer-center .widget_sp_image {
        text-align: left;
    }

.mnv-footer-top {
    padding: 0;
}

    .mnv-footer-top .mnv-footer-item .title, .mnv-footer-top .mnv-footer-item .ul-title a {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #403d36;
        margin-bottom: 27px;
    }

    .mnv-footer-top .mnv-footer-item .ul-title a {
        display: block;
    }

    .mnv-footer-top .mnv-footer-item ul > li {
        margin-bottom: 20px;
        position: relative;
    }

        .mnv-footer-top .mnv-footer-item ul > li a, .mnv-footer-top .mnv-footer-item ul > li span {
            color: #828282;
        }

            .mnv-footer-top .mnv-footer-item ul > li a:hover, .mnv-footer-top .mnv-footer-item ul > li a:hover i {
                color: #6cabd6;
            }

        .mnv-footer-top .mnv-footer-item ul > li i {
            margin-right: 10px;
            color: #a4a29e;
            position: absolute;
            left: 0px;
            top: 0px;
            float: left;
        }

    .mnv-footer-top .mnv-footer-item ul > li {
        padding-left: 17px;
    }

    .mnv-footer-top .mnv-footer-item.first ul li:first-child {
        padding-left: 0px;
    }

    .mnv-footer-top .mnv-footer-item .mnv-name {
        text-transform: uppercase;
        color: #6cabd6;
    }

.mnv-footer-bot .container {
    border-top: 1px solid #cdcecf;
}

.mnv-footer-bot img {
    margin-top: 32px;
}

.mnv-footer-bot .mnv-add {
    text-align: center;
}

.mnv-footer-bot .mnv-add {
    margin: 38px 0px 38px;
}

    .mnv-footer-bot .mnv-add .title {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #6cabd6;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .mnv-footer-bot .mnv-add p {
        color: #5c554b;
        line-height: 21px;
    }

.mnv-footer-support {
    color: #fff;
    height: 40px;
    background: url("../images/double-right.png") no-repeat 30px center #6cabd6;
}

    .mnv-footer-support .support-left {
        float: left;
        width: 480px;
    }

    .mnv-footer-support .support-center {
        float: left;
        width: 290px;
    }

    .mnv-footer-support .support-right {
        float: left;
        width: 430px;
    }

    .mnv-footer-support span {
        margin-right: 8px;
    }

    .mnv-footer-support .mnv-title {
        font-size: 14px;
        font-weight: normal;
    }

    .mnv-footer-support p .fwb {
        font-size: 18px;
        text-shadow: 1px 2px #000;
    }

    .mnv-footer-support p .fa {
        font-size: 26px;
        margin-right: 6px;
        vertical-align: middle;
    }

    .mnv-footer-support p {
        vertical-align: middle;
        margin-right: 10px;
        line-height: 40px;
    }


.hp-news {
    background: #e0dcd3;
    padding: 32px 0px 50px;
}

    .hp-news .title {
        color: #353535;
        font-size: 24px;
        font-weight: bold;
        margin: 20px 0px 10px;
        text-align: center;
    }

    .hp-news .wrap-news {
        margin-top: 33px;
    }

    .hp-news .name {
        margin: 20px 0px 22px;
        height: 42px;
        overflow: hidden;
    }

        .hp-news .name a {
            font-size: 16px;
            font-weight: bold;
            color: #353535;
            overflow: hidden;
            line-height: 21px;
        }

            .hp-news .name a:hover {
                color: #6cabd6;
            }

    .hp-news .para {
        color: #828282;
        margin-bottom: 10px;
        height: 39px;
        overflow: hidden;
    }

.btdetail {
    background: #fff;
    display: inline-block;
    width: 124px;
    color: #6cabd6;
    border: 1px solid #6cabd6;
    height: 33px;
    line-height: 33px;
    text-align: center;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

    .btdetail i {
        margin-left: 10px;
    }

    .btdetail:hover {
        background: #6cabd6;
        color: #fff;
    }

.hp-news .photo {
    display: block;
    width: 278px;
    height: 175px;
}

    .hp-news .photo img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.mnv-slide-item {
    padding: 50px 0px;
}

    .mnv-slide-item:nth-child(even) {
        background: #e0dcd3;
    }

.mnv-slide .row {
    margin: 0px -25px;
}

.mnv-slide .col-sm-6 {
    padding: 0px 25px;
}

.mnv-slide .sl-img {
    float: left;
    width: 189px;
    height: 189px;
    margin-right: 50px;
}

    .mnv-slide .sl-img a {
        float: left;
        width: 189px;
        height: 189px;
        display: block;
    }

        .mnv-slide .sl-img a img {
            width: 100%;
            height: 100%;
        }

.mnv-slide .sl-desc-title {
    margin-bottom: 30px;
    margin-top: 0px;
}

    .mnv-slide .sl-desc-title a {
        font-size: 24px;
        font-weight: bold;
        color: #353535;
    }

.mnv-slide .sl-para {
    color: #828282;
    font-size: 14px;
    line-height: 22px;
    height: 84px;
    overflow: hidden;
    margin-bottom: 18px;
}

.mnv-slide .slide-small .owl-prev {
    position: absolute;
    top: 30%;
    left: 0px;
    height: 101px;
    background: #fff;
    width: 40px;
    text-align: center;
}

.mnv-slide .slide-small .owl-next {
    position: absolute;
    top: 30%;
    text-align: center;
    background: #fff;
    height: 101px;
    right: 0px;
    width: 40px;
}

.mnv-slide .slide-small .owl-buttons > div {
    opacity: 0.6;
}

    .mnv-slide .slide-small .owl-buttons > div:hover {
        opacity: 1;
    }

.mnv-slide .slide-small .owl-buttons i {
    font-size: 30px;
    vertical-align: middle;
    line-height: 101px;
    color: #6cabd6;
}

.slide-small .item img {
    margin: 0px auto;
    display: block;
}
/* trang chu san pham */
.mnv-home-pro .mnv-hp-tab {
    text-align: center;
}

    .mnv-home-pro .mnv-hp-tab li {
        display: inline-block;
        vertical-align: top;
        height: 52px;
        margin-right: 30px;
        background: #f5f4f1;
        border: 1px solid #cdcecf;
    }

        .mnv-home-pro .mnv-hp-tab li:last-child {
            margin-right: 0px;
        }

        .mnv-home-pro .mnv-hp-tab li a {
            display: table;
            text-align: left;
            text-decoration: none;
            padding: 10px 6px 0px;
        }

            .mnv-home-pro .mnv-hp-tab li a img {
                display: table-cell;
                margin-right: 15px;
            }

            .mnv-home-pro .mnv-hp-tab li a span {
                color: #403d36;
                text-transform: uppercase;
                display: table-cell;
                vertical-align: middle;
            }

.mnv-home-pro .mnv-pro-content {
    margin-top: 50px;
}

.mnv-hp-recom {
    padding-top: 20px;
}

.mnv-page {
    margin-top: 30px;
    margin-bottom: 50px;
}

    .mnv-page ul {
        text-align: right;
    }

        .mnv-page ul li {
            display: inline-block;
            margin-right: 5px;
            width: 40px;
            vertical-align: middle;
            height: 40px;
        }

            .mnv-page ul li a {
                display: block;
                background: #cdcecf;
                color: #fff;
                font-size: 14px;
                border: 1px solid #ccc;
                height: 40px;
                line-height: 22px;
                padding: 8px 15px;
                font-weight: bold;
            }

                .mnv-page ul li a.mnv-active, .mnv-page ul li a:hover {
                    background: #6cabd6;
                    text-decoration: none;
                    color: #fff;
                }

.mnv-breadcrumb {
    height: 50px;
}

    .mnv-breadcrumb ul li {
        float: left;
        margin-right: 10px;
    }

        .mnv-breadcrumb ul li a {
            display: block;
            font-size: 14px;
            color: #6cabd6;
            text-decoration: none;
            padding: 16px 0px;
        }

        .mnv-breadcrumb ul li img {
            padding-top: 13px;
        }
/*trang chi tiet san pham */
.list-box-detail {
}

.detail-box .title-box {
    border-bottom: 1px solid #6cabd6;
}

    .detail-box .title-box .ttext {
        float: left;
        padding: 12px 0px;
        margin: 0px;
    }

        .detail-box .title-box .ttext span {
            font-size: 24px;
            color: #6cabd6;
            font-weight: bold;
        }

    .detail-box .title-box .like {
        float: right;
        padding-top: 18px;
    }

.detail-para-item:first-child {
    margin-bottom: 0px;
}

.detail-para-item .detail-img {
}

.detail-img .photo-wrap img {
    height: auto;
    width: 100%;
}

.detail-para-item .contact-addr .name {
    font-size: 18px;
    color: #6cabd6;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.detail-para-item:nth-child(4) .ttext {
    margin-bottom: 33px;
}

.detail-para-item .para-step li {
    margin-bottom: 22px;
}

.detail-para-item .contact-addr {
    text-align: center;
}

    .detail-para-item .contact-addr ul li span {
        color: #353535;
        line-height: 22px;
    }
/* danh sach sp */







.mnv-reason {
    padding: 50px 0px;
    background: #6cabd6;
}

    .mnv-reason .row {
        margin: 0px -25px;
    }

    .mnv-reason .rbox-para .title {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        line-height: 25px;
        margin-bottom: 47px;
        margin-top: 0px;
    }

    .mnv-reason .rbox-para p {
        line-height: 23px;
        color: #fff;
        margin-bottom: 39px;
    }

    .mnv-reason .rbox-para .rbtdetail {
        color: #fff;
    }

    .mnv-reason .rbox-para .rbtdetail {
        margin-left: 8px;
    }

    .mnv-reason .col-sm-6 {
        padding: 0px 25px;
    }
/** mnv-home-services **/
.mnv-home-services {
    padding-top: 20px;
}

    .mnv-home-services h2 {
        text-transform: uppercase;
        color: #626262;
        text-align: center;
        margin-bottom: 45px;
    }

    .mnv-home-services .mnv-item-inner {
        text-align: center;
    }

        .mnv-home-services .mnv-item-inner img {
            display: inline-block;
        }

        .mnv-home-services .mnv-item-inner h4 {
            color: #5c554b;
            text-transform: uppercase;
            margin-top: 26px;
        }
/* chi tiet san pham */
.mnv-wrap-contain .mnv-wrap-left {
    float: left;
    width: 300px;
}

.mnv-wrap-contain .mnv-wrap-right {
    float: right;
    width: 870px;
    margin-bottom: 20px;
}

.left-box-item {
    margin-bottom: 30px;
}

    .left-box-item .title {
        font-size: 18px;
        color: #fff;
        padding: 16px 15px;
        background: #6cabd6;
        font-weight: bold;
        margin: 0px;
    }

    .left-box-item .box-content ul li {
        border-top: 2px solid #fff;
        padding: 15px;
    }

    .left-box-item .box-content {
        padding: 0px 0px 0px;
        border-bottom: 1px solid #cdcecf;
        background: #f9f9f9;
    }

.left-box-pro .box-content ul li .photo {
    float: left;
    border: 1px solid #cdcecf;
    margin-right: 18px;
    overflow: hidden;
    width: 70px;
    height: 70px;
}

.left-box-pro .box-content ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-box-pro .box-content ul li .name {
    margin: 0px;
}

    .left-box-pro .box-content ul li .name a {
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        padding-right: 10px;
        color: #403d36;
        display: block;
        height: 34px;
        overflow: hidden;
        margin-bottom: 4px;
    }

        .left-box-pro .box-content ul li .name a:hover {
            color: #6cabd6;
        }

.left-box-pro .box-content .box-info p {
    line-height: 17px;
    color: #828282;
    height: 35px;
    overflow: hidden;
}

.left-box-new .box-content ul li {
    padding: 0px 15px 0px 15px;
}

    .left-box-new .box-content ul li a {
        color: #5c554b;
        display: block;
        position: relative;
        display: table;
        height: 45px;
        width: 100%;
    }

        .left-box-new .box-content ul li a span {
            width: 255px;
            display: table-cell;
            vertical-align: middle;
            line-height: 17px;
        }

        .left-box-new .box-content ul li a i {
            display: table-cell;
            vertical-align: middle;
            font-size: 16px;
            color: #242424;
            padding: 0px 0px 0px 5px;
            position: absolute;
            top: 15px;
            right: 0px;
        }

        .left-box-new .box-content ul li a:hover, .left-box-new .box-content ul li a:hover i {
            color: #6cabd6;
            text-decoration: none;
        }

    .left-box-new .box-content ul li:nth-child(odd) {
        background: #f5f4f1;
    }

    .left-box-new .box-content ul li:nth-child(even) {
        background: #fcfcfa;
    }

.left-box-service .wrap-photo {
    float: left;
    width: 39px;
    height: 39px;
    display: block;
    margin-right: 12px;
    border: 2px solid #6cabd6;
    border-radius: 50%;
}

.left-box-service .para {
    line-height: 20px;
    height: 58px;
    overflow: hidden;
}

.left-box-service .wrap-photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.left-box-service .para a {
    color: #353535;
}

.left-box-service .para span {
    font-size: 12px;
    color: #828282;
}

.mnv-pro-box {
    margin-bottom: 50px;
    margin-top: 85px
}

.box-relate {
    margin-top: 30px;
}

    .box-relate .title {
        color: #fff;
        height: 55px;
        line-height: 55px;
        padding-left: 15px;
        background: #6cabd6;
    }

.list-relate {
    background: #f9f9f9;
}

    .list-relate .photo-wrap {
        width: 70px;
        height: 70px;
        float: left;
        margin-right: 16px;
    }

    .list-relate .relate-item {
        float: left;
        padding: 15px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        width: 50%;
        box-sizing: border-box;
    }

        .list-relate .relate-item .name {
            margin: 0px;
        }

            .list-relate .relate-item .name a {
                font-size: 14px;
                font-weight: bold;
                color: #353535;
                display: block;
                height: 32px;
                overflow: hidden;
                margin: 3px 0px 15px;
            }

                .list-relate .relate-item .name a:hover {
                    color: #6cabd6;
                }

        .list-relate .relate-item .text {
            color: #828282;
            line-height: 17px;
            height: 35px;
            overflow: hidden;
        }

.list-pro .sl-img a {
    float: left;
    width: 189px;
    display: block;
    height: 189px;
    margin-right: 18px;
}

    .list-pro .sl-img a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.list-pro .sl-desc-title {
    margin: 0px;
}

    .list-pro .sl-desc-title a {
        font-size: 16px;
        color: #353535;
        font-weight: bold;
        margin-bottom: 22px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }

        .list-pro .sl-desc-title a:hover {
            color: #6cabd6;
        }

.list-pro .sl-para {
    margin-bottom: 18px;
    line-height: 18px;
    color: #828282;
}

.list-pro .pro-wrap {
    margin-bottom: 30px;
}
/** danh sách sp **/
.list-box-wrap .title {
    font-size: 24px;
    font-weight: bold;
    color: #6cabd6;
    padding: 10px 0px 15px;
    border-bottom: 1px solid #6cabd6;
    margin: 0px;
}

.list-box-full .box-item .photo-wrap {
    width: 189px;
    height: 189px;
    display: block;
}

    .list-box-full .box-item .photo-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.list-box-full .box-item {
    padding: 15px;
    background: #f9f9f9;
    border-top: 2px solid #fff;
}

    .list-box-full .box-item .box-para {
        margin-bottom: 18px;
    }

        .list-box-full .box-item .box-para p {
            color: #828282;
        }

    .list-box-full .box-item .name a {
        font-size: 16px;
        font-weight: bold;
        color: #353535;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        margin-top: 18px;
        margin-bottom: 23px;
    }

        .list-box-full .box-item .name a:hover {
            color: #6cabd6;
        }

    .list-box-full .box-item p {
        line-height: 19px;
    }
/** trang chủ dịch vụ **/
.list-service-full .sl-img .photo-wrap {
    float: left;
    width: 197px;
    display: block;
    margin-right: 30px;
    height: 191px;
}

    .list-service-full .sl-img .photo-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.list-service-full .sl-desc-title {
    margin: 0px;
}

    .list-service-full .sl-desc-title a {
        font-size: 18px;
        color: #353535;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 25px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }

.list-service-full .sl-para {
    margin-bottom: 27px;
    line-height: 18px;
    color: #828282;
}

.list-service-full .service-wrap {
    margin-bottom: 30px;
}
/** danh sach dich vu **/
.list-services .box-item .name a {
    margin: 15px 0px 22px;
}

.list-services .box-item .photo-wrap {
    width: 255px;
    height: 189px;
    display: block;
}

    .list-services .box-item .photo-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/* trang chu tin tuc */
.list-hp-news .box-item {
    float: left;
    width: 420px;
    margin-right: 30px;
    margin-bottom: 30px;
}

    .list-hp-news .box-item:nth-child(2n) {
        margin-right: 0px;
    }

    .list-hp-news .box-item .wrap-photo {
        width: 420px;
        height: 215px;
        display: block;
    }

        .list-hp-news .box-item .wrap-photo img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .list-hp-news .box-item .name a {
        margin: 32px 0px 22px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #353535;
        font-weight: bold;
        font-size: 16px;
    }

        .list-hp-news .box-item .name a:hover {
            color: #6cabd6;
        }

    .list-hp-news .box-item p {
        line-height: 16px;
        color: #828282;
        margin-bottom: 15px;
    }
/* trang danh sách tin tức **/
.list-news-page .box-item .photo-wrap {
    width: 255px;
    height: 189px;
    display: block;
}

    .list-news-page .box-item .photo-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/* trang doi tac */
.list-partner {
    padding: 30px 15px 0px;
    background: #f9f9f9;
    min-height: 1038px;
}

    .list-partner .partner-item {
        float: left;
        width: 198px;
        height: 86px;
        display: block;
        margin-right: 15px;
        margin-bottom: 15px;
    }

        .list-partner .partner-item:nth-child(4n) {
            margin-right: 0px;
        }

        .list-partner .partner-item img {
            width: 100%;
            height: 100%;
        }
/* trang liên hệ */
.list-contact-wrap .title {
    font-size: 24px;
    font-weight: bold;
    color: #6cabd6;
    margin: 15px 0px;
}

.list-contact-wrap .contact-box {
    margin-top: 30px;
    border-top: 1px solid #6cabd6;
    background: #f9f9f9;
    padding: 30px 15px 0px;
}

.contact-box .contact-addr {
    text-align: center;
    padding: 0px 186px;
    margin-bottom: 60px;
}

    .contact-box .contact-addr .name {
        font-size: 18px;
        color: #6cabd6;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .contact-box .contact-addr ul li span {
        color: #353535;
        line-height: 22px;
    }

.contact-input {
    padding: 0px 60px 100px;
}

    .contact-input .ftitle {
        text-align: center;
        margin-bottom: 30px;
    }
/* trang tim kiem*/
.right-content .search-content h3 {
    color: #403d36;
}

.search-content h3 span {
    margin-left: 10px;
    color: #0075b0;
}

.search-content .mnv-photo {
    box-shadow: none;
}

.form-group .form-row {
    margin-bottom: 17px;
}

    .form-group .form-row label {
        font-weight: normal;
        float: left;
        width: 93px;
        padding-top: 10px;
    }

    .form-group .form-row .frfield {
        float: left;
        width: 73%;
    }

    .form-group .form-row:nth-child(3) .frfield, .form-group .form-row:nth-child(4) .frfield {
        width: 86%;
    }

.form-group .frfield .form-input {
    height: 40px;
    border: 1px solid #cdcecf;
    background: #fff;
    width: 100%;
    padding-left: 10px;
}

.form-group .frfield textarea {
    height: 155px;
    padding: 18px 0px 0px 17px;
    box-sizing: border-box;
    border: 1px solid #cdcecf;
    width: 100%;
}

.frmcaptcha .field-code {
    float: left;
    height: 40px;
    background: #fff;
    margin-right: 15px;
    padding-left: 10px;
}

.frmcaptcha .frcode {
    float: left;
}

.btsend a {
    width: 155px;
    height: 45px;
    line-height: 45px;
    background: #6cabd6;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-align: center;
}
/* trang giới thiệu */
.recom-box .list-box-detail .contact-addr {
    text-align: left;
    padding-top: 40px;
}

@media(min-width: 1230px) {
    .container {
        width: 1230px;
    }

    [class*="col-md"], [class*="col-sm"] {
    }
}

@media(min-width: 1440px) {
    .zoomLens {
        height: 400px !important;
    }

    .scrollbar-outer {
        min-height: 570px !important
    }

    header .nav-menu {
        margin-right: 120px;
    }

    .fixmd1 {
        width: 150px !important
    }

    .fixmd2 {
        width: 650px !important
    }

    .fixmd3 {
        width: calc(100% - 850px) !important
    }

    .zoomWindowContainer {
        width: 650px !important
    }

    .zoomWindow {
        width: 650px !important;
        /*height: 953px!important;*/
    }
}

/*update css */
.list-news-page .big-item .photo-wrap {
    width: 370px;
    height: 247px;
}

.list-prod .big-item .photo-wrap {
    width: 370px;
    height: 247px;
}

.list-box-full .big-item {
    padding: 30px 15px;
}

.big-item .col-left {
    float: left;
    width: 370px;
    margin-right: 30px;
}

.big-item .col-right {
    float: left;
    width: 436px;
}

.list-box-full .big-item .box-para p {
    color: #353535;
}

.list-hp-news .box-item .photo-wrap {
    width: 420px;
    height: 215px;
    display: block;
}

    .list-hp-news .box-item .photo-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.mnv-footer-support {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}

.left-box-part ul li {
    padding: 0px 15px 0px 15px;
}

    .left-box-part ul li a {
        color: #353535;
        line-height: 18px;
    }

        .left-box-part ul li a i {
            margin-right: 15px;
        }

        .left-box-part ul li a:hover {
            color: #6cabd6;
        }

.mnv-slide .sl-para {
    height: 84px;
    overflow: hidden;
}

.detail-para-item p iframe {
    width: 100% !important;
}

.back-to-top {
    position: fixed;
    bottom: 70px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #6cabd6;
    z-index: 999;
    text-align: center;
    color: #444;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

    .back-to-top i {
        color: #fff;
        line-height: 40px;
    }

    .back-to-top.showh {
        opacity: 1;
    }

.ul-title {
    margin: 0px;
}

.h-h1 {
    color: #6cabd6;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.language-selected {
    position: absolute;
    top: 30px;
    left: 40px;
    font-weight: bold;
    z-index: 10;
}

.top-cart {
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-top: 22px;
    float: right
}

    .top-cart .dropdown {
        float: right;
    }

    .top-cart .mini-cart {
        font-size: 12px;
        width: 25px;
        height: 25px;
        text-align: center;
        padding: 0;
        filter: brightness(0) invert(1);
        font-weight: 600;
    }

.scrollMenumain .top-cart {
    margin-top: 0
}

.scrollMenumain .language-selected {
    top: 24px
}

.modal {
    z-index: 99999 !important
}

.mini-cart {
    color: #000;
    background-image: url("/Content/images/cart-full.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 11px;
    padding-left: 25px;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background-size: 100% 100%;
    line-height: 33px;
}

.top-cart .dropdown-menu {
    top: 55px;
    min-width: 315px;
    display: block;
    visibility: hidden;
    left: auto;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.top-cart .open .dropdown-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform-origin: 29px -50px;
    -moz-transform-origin: 29px -50px;
    -ms-transform-origin: 29px -50px;
    transform-origin: 29px -50px;
    -ms-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    visibility: visible;
}

.top-cart .open .dropdown-menu {
    visibility: visible;
}

.top-cart .dropdown-menu {
    visibility: hidden;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 20px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    background-color: white;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -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;
}

.zindex10 {
    z-index: 10 !important
}

.openSearch {
    z-index: 10;
    width: 205px !important;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

    .openSearch .mnv-s-field {
        border-radius: 0 !important;
        background: #fff !important;
        color: #000 !important;
        padding-right: 10px;
        text-align: right !important;
        padding-right: 5px !important;
        padding-left: 0 !important;
        border: 1px solid #999 !important;
    }

    .openSearch .mnv-btn-search {
        right: unset !important;
        left: 5px !important;
        color: #000 !important
    }

.box {
    margin-top: 10px;
}

@media(min-width:992px ) {
    .pl30 {
        padding-left: 30px
    }
}

@media(max-width:1200px ) {
    #WelcomeLogin {
        display: block
    }
}

@media(max-width:992px ) {
    header .nav-menu {
        float: none;
        text-align: center;
        top: 55px;
        position: relative;
        z-index: 1;
    }

    header .logo {
        top: 40px;
        left: 28%;
        max-height: 100px
    }

    .navbar-header {
        float: right !important;
    }


    header .logo a {
        padding-top: 0;
    }

    .mnv-nav > li > a {
        border-top: none !important
    }

    .banner {
        /*top: -100px !important*/
    }
}

@media(max-width:992px ) {

    /*header .form-con .mnv-btn-search {
        top: 5px;
    }*/

    .shopcol.first_ {
        clear: unset;
    }

    .date_infocart {
        text-align: left !important
    }

    .scrollbar-inner > .scroll-element.scroll-y {
        right: 0px;
        top: 0;
        width: 8px;
    }

    .first_mobile {
        clear: both !important
    }

    .product-block .name {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    fieldset label img {
        width: 25px !important;
        height: 25px !important
    }

    .back-to-top.showh {
        display: none !important
    }

    .banner {
        margin-top: 0
    }

    header .logo {
        top: 40px;
        left: 25%
    }

    .banner {
        /*top: -60px !important*/
    }

    .skitter {
        margin-top: 0 !important
    }

        .skitter .prev_button {
            opacity: 0 !important
        }

        .skitter .next_button {
            opacity: 0 !important
        }

    .mnm {
        position: absolute;
        top: 55px;
        width: 30%
    }

    .top-cart .mini-cart {
        margin-top: 5px
    }

    header .form-con {
        margin-top: 2px;
        width: 80% !important;
        border-radius: 0 !important;
        background: none !important;
        color: #000 !important;
        text-align: right !important;
        padding-right: 5px !important;
        padding-left: 0 !important;
    }

    .language-selected {
        top: 5px;
        left: 0px
    }

    .loginUser {
        left: -25px !important;
        top: 17px !important;
        width: 78px !important;
        overflow: hidden !important;
        white-space: nowrap !important;
    }

    .isLogin {
        left: -25px !important;
        top: 17px !important;
        width: 78px !important;
        overflow: hidden !important;
        white-space: nowrap !important;
    }

    .openSearch {
        margin-top: 2px;
        width: 100% !important;
        border-radius: 0 !important;
        background: none !important;
        color: #000 !important;
        text-align: right !important;
        padding-right: 5px !important;
        padding-left: 0 !important;
    }

    header .form-con .mnv-btn-search {
        right: unset !important;
        left: 5px !important;
        top: 10px !important;
        color: #000 !important;
    }

    .button-groups fieldset {
        display: none;
    }

    .openSearch .mnv-btn-search {
        right: unset !important;
        left: 5px !important;
        color: #000 !important;
    }

    header .top-cart {
        margin-top: 0
    }

    header .form-con .mnv-s-field {
        /*color: #000 !important;
        text-indent: 0px !important;
        text-align:right!important;
        background:rgba(0,0,0,0.3)!important;
        border-radius:unset;
        padding-right:5px!important*/
        border: 1px solid #ccc !important;
        border-radius: unset;
    }

    .navbar-mobile {
        z-index: 200000 !important;
    }
}

@media(max-width:390px ) {
    .top-cart .dropdown-menu {
        top: 35px;
        min-width: 308px
    }
}

@media(max-width:380px ) {
    .top-cart .dropdown-menu {
        top: 35px;
        min-width: 300px
    }
}

@media(max-width:370px ) {
    .top-cart .dropdown-menu {
        top: 35px;
        min-width: 285px
    }
}

@media(max-width:360px ) {
    .top-cart .dropdown-menu {
        top: 35px;
        min-width: 260px
    }
}

@media(max-width:350px ) {
    .top-cart .dropdown-menu {
        top: 35px;
        min-width: 245px
    }
}

@media(max-width:340px ) {
    .top-cart .dropdown-menu {
        top: 35px;
        min-width: 220px
    }

    header .logo {
        top: 40px;
        margin: auto;
        left: 50px;
        width: 160px;
        max-height: 90px
    }

        header .logo img {
            width: 70%;
            /*padding-top: 30px*/
        }
}

@media(max-width:330px ) {
    .top-cart .dropdown-menu {
        top: 35px;
        min-width: 215px
    }
}

@media(max-width:320px ) {

    .top-cart .dropdown-menu {
        top: 35px;
        min-width: 200px
    }
}


.vc_custom_1524644069405 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.promotion .text_promotion {
    color: white;
    text-transform: uppercase;
    min-width: 770px;
    margin: 65px auto !important;
    padding: 65px 0;
    position: relative;
}

    /*.promotion .text_promotion::after, .promotion .text_promotion::before {
            border: 10px solid white;
            border-right-width: 10px;
            border-right-style: solid;
            border-right-color: white;
            position: absolute;
            top: 0;
            width: 200px;
            z-index: 99;
            content: "";
            height: 100%;
        }

        .promotion .text_promotion::before {
            border-right: none;
            left: 0;
        }*/

    .promotion .text_promotion::after {
        border-left: none;
        right: 0;
    }

    .promotion .text_promotion .content-promotion {
        position: relative;
        z-index: 999;
    }

.promotion .text_promotion {
    color: white;
    text-transform: uppercase;
}

.promotion {
    text-align: center;
}

    .promotion .text_medium {
        font-size: 18px;
        font-weight: 300;
    }

    .promotion .text_large {
        font-size: 100px;
        line-height: 110px;
        font-family: "UtmBebas";
        margin: 10px auto;
        padding: 20px 16px;
        letter-spacing: 0px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

        .promotion .text_large span {
            color: #e85663;
        }

    .promotion .text_promotion .text_large {
        letter-spacing: 4px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

.box .container {
    width: 95%
}

.box .col-left {
    width: 200px;
    float: left;
    margin-right: 10px
}

.box .col-right {
    width: calc(100% - 210px);
    float: right;
}

.box .colleft {
    width: 270px;
    float: left;
    margin-right: 10px
}

.box .colright {
    width: calc(100% - 280px);
    float: right;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #ccc;
    overflow-x: auto;
}

.clearfix {
    clear: both
}

.col-left .header-cate {
    color: black;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 0 16px 0px;
    text-align: left;
    margin: 0
}

.col-left .list-cate {
    position: relative;
    font-size: 13px;
}

    .col-left .list-cate .item-cate {
        /*border: 1px solid #000;
        padding: 3px 6px;
        font-size: 13px;
        font-weight: 600;
        background-color: #ccc;
        margin-right: 6px;
        color: #000;*/
        color: #7F7F7F;
    }

        .col-left .list-cate .item-cate h4 {
            display: block;
            color: black;
            font-weight: 500;
            margin: 0;
            text-transform: unset;
            font-size: 13px
        }

    .col-left .list-cate .active h4 {
        color: #6cabd6;
        font-weight: 600;
    }

    .col-left .list-cate .item-cate:hover h4 {
        color: #6cabd6;
        font-weight: 600;
    }






.col-right .func {
    position: relative;
    z-index: 1;
    margin-bottom: 15px
}

.col-right .func {
    position: relative;
    z-index: 1;
    margin-bottom: 15px
}

    .col-right .func .viewType .item {
        display: inline-block;
        margin-right: 5px;
        padding: 7px;
        border: 1px solid #e5e5e5;
        color: #cdcecf
    }

    .col-right .func .viewType .current {
        color: #000
    }

.col-right .displayType {
    position: absolute;
    right: 0;
    top: 0
}

    .col-right .displayType select {
        cursor: pointer;
        height: 30px;
        padding: 6px;
        border: 1px solid #e5e5e5;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 200px;
        background: transparent url(/Content/images/arrow.png) no-repeat 95% center;
        font-weight: 200;
    }




.wpb_column > .wpb_wrapper > :last-child {
    margin-bottom: 0
}

.tabs-list {
    border: 0;
    margin: 0px 0 20px;
    text-align: center;
    position: relative
}

    .tabs-list::before {
        background-color: #e5e5e5;
        height: 1px;
        width: 100%;
        content: "";
        position: absolute;
        top: 50%;
    }

    .tabs-list > li {
        float: inherit;
        display: inline-block;
        background-color: white
    }

        .tabs-list > li.active > a, .tabs-list > li.active > a:hover, .tabs-list > li.active > a:focus {
            border: none;
            color: black;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase
        }

.tab-content > .active {
    display: block;
}



.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 18px;
    line-height: 1.42857;
    background-color: white;
    border: 1px solid none;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none
}

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

.text-left {
    text-align: left
}

.product-block .image {
    outline: 1px solid rgba(0, 0, 0, 0);
    outline-offset: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

figure {
    margin: 0;
}

.product-block .image a {
    display: block;
    text-align: center;
    padding-top: 30px
}

.product-block .image .image-hover {
    top: 0;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -3;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.product-block .image .image-no-effect, .product-block .image .image-effect, .product-block .image .image-hover {
    min-width: 270px;
}

.thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.product-block .image .image-effect {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -5;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: -30px;
}

.product-block .image .wp-post-image {
    margin-top: -30px;
}

.product-grid .add-links {
    margin: auto;
    position: absolute;
    visibility: hidden;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 20px;
    bottom: 0px;
    text-align: right;
    background: rgba(255, 255, 255, 0.9);
}

.product-grid .add-links {
    visibility: hidden;
    text-align: right;
}

    .product-grid .add-links .quick-view {
        float: left;
        text-transform: uppercase;
    }

.product-grid .button-groups > div {
    display: inline-block;
}

.product-grid .add-links .quick-view a.quickview {
    font-weight: 600;
    font-size: 11px;
}

.product-grid .add-links a {
    display: inline-block;
    padding: 10px;
    margin: 0 -1px 0 0;
    text-align: center !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.product-block .image a {
    display: block;
    text-align: center;
}

.product-grid .button-groups > div {
    display: inline-block;
}

.product-grid .add-links .quick-view a.quickview {
    font-weight: 600;
    font-size: 11px;
}

.product-grid .add-links a {
    display: inline-block;
    padding: 10px;
    margin: 0 -1px 0 0;
    text-align: center !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.product-block .image a {
    display: block;
    text-align: center;
}

.product-grid .add-links .quick-view .fa {
    margin-right: 7px;
}

.product-block .fa, .product-block .icon {
    margin-right: 3px;
    font-size: 14px;
}

.product-grid .caption {
    position: relative;
}

.thumbnail .caption {
    padding: 0px;
    color: black;
}

.product-block .category {
    background: white;
    padding: 15px 0px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    font-size: 11px;
    font-weight: 200;
}

    .product-block .category .cate {
        overflow: hidden;
        position: relative;
        padding: 0 16px;
    }

        .product-block .category .cate span {
            overflow: hidden;
            position: relative;
            background-color: white;
            padding: 0 8px;
        }

        .product-block .category .cate::before {
            content: "";
            position: absolute;
            background: #a0a0a0;
            bottom: 43%;
            margin: 0 auto;
            width: 100%;
            height: 1px;
            left: 0;
            right: 0;
        }

.product-grid .name {
    min-height: 20px;
}

.product-block .name {
    margin: 10px 0 5px 0;
    font-size: 15px;
    line-height: 18px;
    text-transform: none;
    font-weight: 400;
}

.product-block .price {
    font-size: 16px;
    color: black;
    font-weight: 700;
    margin-bottom: 10px
}

.price {
    color: #6cabd6;
}

.product-grid .btn-outline {
    height: 34px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    display: none;
}

.product-block:hover .image {
    outline: 1px solid #a0a0a0;
    outline-offset: -20px;
}

.product-block .image:hover .image-effect {
    opacity: 0;
    filter: alpha(opacity=0);
}

.product-block .image:hover .image-hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-grid:hover .add-links {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-grid:hover .add-links {
    visibility: visible;
}


fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

.button-groups fieldset {
    min-height: 40px;
}

.input_hidden {
    position: absolute;
    left: -9999px;
}

fieldset label {
    display: inline-block;
    cursor: pointer;
}

    fieldset label img {
        padding: 3px;
        width: 30px !important;
        border-radius: 100%;
        height: 30px
    }

    fieldset label:hover {
        background-color: unset;
    }

        fieldset label:hover .css_size {
            -ms-transform: scale(1.3); /* IE 9 */
            -webkit-transform: scale(1.3); /* Safari */
            transform: scale(1.3);
        }

.css_size.active_attribute {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari */
    transform: scale(1.3);
}

.css_color.active_attribute {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
    border: 1px solid #333;
    border-radius: 100%
}

fieldset label:hover .css_color {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
    border: 1px solid #333;
    border-radius: 100%
}

/*fieldset label .active_attribute {
            background-color: #a0a0a0;
        }*/


@media (max-width: 550px) {
    /* line 471, ../sass/template/_responsive.scss */
    .shopcol {
        /*width: 100%;*/
    }
}

.wpo-footer {
    line-height: 25px;
}

.wpo-footer {
    color: #ffffff;
    font-size: 13px;
    text-transform: none;
    background: rgba(0, 0, 0, 0.65);
}

    .wpo-footer .widget_text {
        padding: 0;
    }

        .wpo-footer .widget_text .box-heading {
            margin-top: 0;
            color: white;
        }

    .wpo-footer .box-heading {
        color: black;
        font-size: 14px;
        font-weight: 600;
    }

.box .box-heading {
    position: relative;
    padding: 0 0 20px 0;
    margin: 0;
    margin-top: 0px;
    text-align: left;
    color: white;
}

.clear-list ul {
    padding: 0;
    margin: 0;
}

    .clear-list ul li {
        list-style: none;
    }

.wpo-footer ul li, .wpo-footer ol li {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 32px;
}

.wpo-footer a {
    color: #ffffff;
}

    .wpo-footer a:hover, .wpo-footer a:focus, .wpo-footer a:active, .wpo-footer a.active {
        color: #6cabd6;
    }

a:hover, a:focus {
    color: #6cabd6;
    text-decoration: none;
    outline: none;
}

.contact {
    background-color: #6cabd6;
    color: white;
}

    .contact > div {
        min-height: 440px;
        padding: 14px 16px;
    }

.widget {
    margin-bottom: 0px;
}

.contact .widget-title {
    color: white;
    font-size: 17px;
    font-weight: 700;
}

.fixed-bottom {
    line-height: 26px;
}

.contact .title-contact {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 36px;
}

.contact p {
    margin: 0;
}

.contact .social {
    margin-top: 30px;
    padding-left: 8px;
}

.fixed-bottom ul li, .fixed-bottom ol li {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 32px;
}

.social li a {
    width: 33px;
    height: 33px;
    float: left;
    line-height: 29px;
    overflow: hidden;
    padding-left: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contact a {
    text-decoration: underline;
    color: black;
}

.social li a .fa, .social li a .icon {
    font-size: 15px;
    line-height: 28px;
}

.social li {
    float: left;
    width: 33px;
    height: 33px;
    margin: 0 18px 0 0 !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 3px;
    border-style: double;
    text-align: center;
}

    .social li:hover {
        background-color: white;
    }

    .social li a:hover .fa, .social li a:hover .icon {
        color: #6cabd6;
    }

.wpo-copyright {
    text-align: left;
}

    .wpo-copyright .copyright {
        padding: 50px 0;
        color: #a0a0a0;
    }

    .wpo-copyright address {
        margin: 0;
    }

    .wpo-copyright a {
        color: #6cabd6;
    }

.footer-newsletter.bottom {
    position: static;
}

.footer-newsletter {
    position: fixed;
    bottom: -100%;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    margin-top: 0;
    text-align: center;
    border-top: 1px solid #4c4c4c;
    padding: 10px 0 0;
    -webkit-transition: all 600ms;
    transition: all 600ms;
}

    .footer-newsletter .button-group {
        position: absolute;
        overflow: hidden;
        right: 0;
        z-index: 999999;
    }

        .footer-newsletter .button-group .close {
            margin-right: -200px;
            color: #666;
            padding: 0 10px;
            -webkit-border-radius: 40px 0 0 40px;
            -moz-border-radius: 40px 0 0 40px;
            -ms-border-radius: 40px 0 0 40px;
            -o-border-radius: 40px 0 0 40px;
            border-radius: 40px 0 0 40px;
            border: 1px solid #666;
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: rgb(102, 102, 102);
            border-right: 0;
            overflow: hidden;
            line-height: 24px;
            -webkit-transition: all .4s ease 0s;
            transition: all .4s ease 0s;
        }

.close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.footer-newsletter .button-group .close {
    color: #666;
    line-height: 24px;
}

.footer-newsletter .button-group .show-button {
    display: inline-block;
    font-size: 14px;
    font-family: Lato,serif;
    color: #000;
    line-height: 24px;
}

    .footer-newsletter .button-group .show-button .checkbox-inline {
        vertical-align: top;
    }

    .footer-newsletter .button-group .show-button input {
        margin-right: 5px;
    }

.mc4wp-form form, form.mc4wp-form {
    position: relative;
}

.widget_mc4wp_widget form {
    margin: 0;
}

.mc4wp-form form, form.mc4wp-form {
    width: auto;
}

.mc4wp-form {
    margin: 1em 0;
}

.footer-newsletter .form-newsletter {
    width: 75%;
    margin-bottom: 5px;
    margin-top: 0;
}

    .footer-newsletter .form-newsletter .box-left {
        margin-right: 20px;
    }

.pull-left {
    float: left !important;
}

.form-newsletter .box-heading {
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.no-margin {
    margin: 0 !important;
}

.form-newsletter .input-group {
    margin-top: 10px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.footer-newsletter .form-newsletter .inputNew {
    width: 280px;
    height: 35px;
    margin: 0;
}

.mc4wp-form input[type="date"], .mc4wp-form input[type="email"], .mc4wp-form input[type="tel"], .mc4wp-form input[type="text"], .mc4wp-form input[type="url"], .mc4wp-form select, .mc4wp-form textarea {
    cursor: auto;
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input[type="text"], input[type="number"], textarea {
    border: 1px solid #e5e5e5;
    padding: 6px;
    height: 38px;
}

.mc4wp-form input {
    vertical-align: baseline;
}

.footer-newsletter .form-newsletter .input-group-btn {
    width: auto;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.footer-newsletter .form-newsletter .input-group-btn > .btn {
    height: 35px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    white-space: nowrap;
    padding: 8px 22px;
    font-size: 12px;
    line-height: normal;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    font-weight: 900;
}

.form-newsletter .btn-custom:hover {
    color: #6CABD6;
}

#wpo_modal_quickview .modal-header {
    border: 0;
    padding: 0;
    min-height: inherit;
}

#wpo_modal_quickview .close {
    position: relative;
    z-index: 1;
    padding: 5px;
    font-size: 19.5px;
}

#wpo_modal_quickview h4 {
    font-size: 14px;
}

.button, #submit {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 900;
    border: 3px double black;
    background-color: transparent;
    min-height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 8px 22px;
    font-size: 12px;
    line-height: normal;
    border-radius: 0px;
}

#signin_form .button, #signin_form #submit {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    text-transform: uppercase;
    /*font-weight: 900;*/
    border: 0;
    background-color: #6b7785;
    min-height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 8px 22px;
    font-size: 14px;
    line-height: normal;
    border-radius: 2px;
    color: white;
    height: 40px;
}

.btn-outline {
    color: black;
    background-color: transparent;
    border: 3px double black;
    font-weight: 600;
}

#wpo_modal_quickview .carousel-control .fa {
    color: #ffffff;
    line-height: 60px;
}

#wpo_modal_quickview .carousel-control {
    background-color: rgba(0, 0, 0, 0.6);
    height: 60px;
    margin: auto;
    width: 30px;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 15px;
    color: #444444;
    text-align: center;
    text-shadow: none;
}

#wpo_modal_quickview .carousel-control .fa {
    color: #ffffff;
    line-height: 60px;
}

.footer-newsletter .button-group .close:hover {
    margin-right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.footer-newsletter.bottom {
    position: static !important;
}

.footer-newsletter.open {
    bottom: 0;
}

#WelcomeLogin .topbar {
    padding: 0px 30px;
    margin-top: 20px;
    position: relative;
}

.topbar {
    background: white;
    border: 0;
    color: #777777;
    font-size: 11.5px;
    text-transform: none;
    line-height: 40px;
    font-weight: 200;
}

#WelcomeLogin .user-login {
    padding: 0 10px;
}

    #WelcomeLogin .user-login a {
        margin: 0 5px 0 5px;
        color: #6cabd6;
    }

#HeaderChild {
    border-top: 3px solid #E7E7E7;
    background: #fff;
    color: black;
    font-size: 13px;
    text-transform: none;
    top: -68px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    #HeaderChild .header-wrap {
        position: relative;
    }

    #HeaderChild .header-center {
        position: absolute;
        left: 2.5%;
        top: 0;
        margin: 0px auto;
        width: 15%;
    }

    #HeaderChild .mnv-nav {
        padding-left: 200px;
        box-sizing: border-box;
        margin: 0
    }

#HeaderChild {
    color: black;
    font-size: 13px;
    text-transform: none;
}

    #HeaderChild .navbar-default .navbar-nav {
        float: left;
    }

.navbar-default .navbar-nav {
    float: right;
}

.navbar {
    position: relative;
    min-height: 90px;
    margin-bottom: 0;
    border: 0px;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
}

#HeaderChild .navbar-default .navbar-nav > li, .navbar-default .navbar-nav > li {
    padding-right: 0;
    position: relative;
    margin-left: 17px;
}

#HeaderChild ul > li, #HeaderChild ol > li {
    display: inline-block;
    list-style: none;
}

#HeaderChild .navbar-default .navbar-nav > li.active a, .navbar-default .navbar-nav > li.active a {
    color: #6cabd6;
}

#HeaderChild .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
    padding: 36px 0;
    font-size: 12px;
}

#HeaderChild ul > li a, #HeaderChild ol > li a {
    /*font-size: 11px;
    padding: 36px 0;*/
}

#HeaderChild .navbar-default .navbar-nav > li .dropdown-menu, .navbar-default .navbar-nav > li .dropdown-menu {
    padding: 10px;
    border: 0;
    background: white;
    min-width: 200px;
    max-width: 1170px;
}

#HeaderChild .navbar-default .navbar-nav > li, .navbar-default .navbar-nav > li {
    padding-right: 0;
    position: relative;
    margin-left: 17px;
}

#HeaderChild .header-right {
    min-height: 90px;
    padding: 20px 0;
    position: absolute;
    right: 2.5%;
    top: 0;
    width: 40%;
}

#HeaderChild .search-from {
    border-right: 1px solid #e5e5e5;
}

#HeaderChild .top-cart {
    line-height: 40px;
    padding: 0 5px;
    border: none;
}
/*.top-cart {
    border-left: 1px solid #e5e5e5;
}*/
.top-cart .dropdown {
    float: right;
}

#HeaderChild .top-cart .amount {
    color: #e85663;
}

#HeaderChild .mini-cart {
    background-image: url("../images/cart.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0 !important;
    width: unset !important;
    height: unset !important;
    font-size: 11px !important;
    display: inline-block;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

#HeaderChild .mini-cart {
    background-image: url("../images/cart-full.png");
    background-position: top left;
    padding-left: 40px;
    position: relative;
    color: black;
    min-height: 70px;
}

#HeaderChild .search-from .search-area {
    float: right;
}

#HeaderChild .search-from .form-con {
    text-align: left;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    position: relative;
}

    #HeaderChild .search-from .form-con #txtTimkiem {
        background-color: transparent;
        color: black;
        float: right;
        width: 90px;
        text-align: right;
        border: none;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

#HeaderChild .search-from:hover .form-con #txtTimkiem {
    width: 100%;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

#HeaderChild .search-from .form-con #txtTimkiem:focus {
    width: 100%;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.form-con {
    position: relative;
    z-index: 1
}
/*.header-wrap .logo {
    z-index: 999;
    position: relative;
}*/

.top-content {
    background-color: #8a8a8a;
    padding: 10px 0;
    margin-bottom: 30px;
    position: relative;
    font-weight: 200;
    text-align: center;
}

    .top-content h1 {
        font-size: 16px;
        margin-top: 0px;
        color: white;
    }

.page-title {
    margin-top: 0;
    text-align: center;
    font-weight: 600;
}

.breadcrumb {
    background-color: transparent;
    text-align: center;
    padding: 0;
    color: #ffffff;
    font-size: 11px;
    margin-bottom: 0
}

    .breadcrumb a {
        color: #ffffff;
        font-size: 11px;
    }

    .breadcrumb > span {
        margin: 0 4px;
    }

.top-content::after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #8a8a8a;
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
    margin: 0px auto;
}

#HeaderChild .search-area .fa {
    color: #000;
    position: absolute;
    z-index: 2;
    left: 8px;
    margin-top: 12px;
}

#HeaderChild .mnv-nav ul.sub-menu > li {
    width: 100%
}

#HeaderChild .mnv-nav > li {
    padding: 0 8px
}

@media(max-width: 1200px) {
    #HeaderChild .header-center {
        left: 30px;
        right: auto;
        width: 150px;
    }

    header .logo {
        /*top: 40px;
        left: 40%;*/
    }

    .mnv-nav {
        float: right;
    }

    #HeaderChild .header-right {
        top: -78px
    }

    #HeaderChild .mini-cart {
        background-image: url("../images/cart.png");
        min-height: 30px;
        background-position: center left;
        padding-left: 30px;
    }

    #WelcomeLogin .topbar {
        padding-bottom: 15px
    }
}

@media(max-width: 991px) {
    #HeaderChild .mini-cart {
        background-image: url("../images/cart-mini.png");
        text-indent: -9999px;
        padding-left: 45px;
    }

    .mnv-nav {
        float: none;
    }

    #HeaderChild .mnv-nav {
        padding-left: 0px;
        float: none;
        margin: auto;
        text-align: CENTER;
    }

    #WelcomeLogin a {
        text-transform: uppercase
    }

    #HeaderChild .search-from .form-con #txtTimkiem {
        width: 100%;
        border: 1px solid #e5e5e5;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s
    }

    #HeaderChild .search-from {
        border-right: none
    }

    #HeaderChild .header-center {
        position: inherit;
        left: 0;
    }
}

@media(max-width: 992px) {
    #WelcomeLogin {
        min-height: 63px
    }

    #HeaderChild .header-right {
        width: 100%;
    }

    .third {
        clear: both
    }

    .product-block .image .image-no-effect, .product-block .image .image-effect, .product-block .image .image-hover {
        min-width: unset;
    }

    .tabs-list {
        margin: 0
    }

    .mnv-pro-box {
        margin-top: 0
    }

    header {
        position: relative !important;
        height: auto !important;
        background: #fff !important
    }

    #WelcomeLogin {
        display: none !important
    }

    .item-social {
        margin-top: 10px
    }
}

.navbar-mobile {
    min-height: 40px;
    background: none
}

    .navbar-mobile .navbar-header button {
        margin: 0 20px 0 12px;
        border-radius: 0;
        border: 1px solid transparent;
        padding: 8px 0px;
    }

.navbar-default .navbar-toggle {
    border-color: #6cabd6;
    /*background-color: #6cabd6;*/
}

.navbar-mobile {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    float: right;
    position: relative;
    z-index: 20000
}

    .navbar-mobile .navbar-header .navbar-brand {
        float: right;
        font-weight: bold;
        height: auto;
        margin: 0;
        padding: 13px 0;
        color: #000000;
        text-transform: uppercase;
        line-height: 18px;
        font-size: 13px;
    }

.detail-para-item {
    line-height: 22px;
}

    .detail-para-item img {
        /*max-width: 100%;
        height: auto*/
        max-width: 800px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .detail-para-item table {
        max-width: 100%;
        height: auto
    }

    .detail-para-item iframe {
        max-width: 100%;
        height: auto
    }

.navbar-mobile .menus-dropdown {
    padding: 15px 25px;
}

.navbar-mobile .widget-title, .home-nav-mobile .widget-title {
    background: none repeat scroll 0 0 rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 10px 8px;
}

.box .box-heading {
    position: relative;
    margin: 0;
    text-align: left;
}



    .box .box-heading strong {
        color: #fff;
    }


.navbar-mobile .product-categories {
    padding: 0;
    margin: 0;
}

    .navbar-mobile .product-categories li {
        width: 100%;
        border-bottom: 1px solid rgb(221, 221, 221);
        font-weight: bold;
        list-style: outside none none;
        margin: 0 !important;
        padding: 12px 5px;
    }

.navbar-mobile h3 {
    font-size: 16px;
}

.navbar-mobile .product-categories .menu-desc {
    display: none;
}

@media(max-width: 640px) {
    .box .col-left {
        display: none
    }

    .box .col-right {
        width: 100%;
        float: none
    }

    #woocommerce_product_categories-2 {
        margin-top: 60px
    }
}

@media(max-width: 365px) {
    .col-right .displayType {
        position: relative;
        z-index: 1;
        margin: auto;
        margin-top: 10px;
    }
}

@media(max-width: 465px) {
    .navbar-header .navbar-brand {
        display: none !important
    }

    header .logo img {
        width: 75%;
        margin: 0px auto;
        padding-top: 10px
    }

    header .logo {
        left: 20%;
        width: 190px;
    }
}

.cateItemView {
    display: none
}

.item-pro .cateItemView {
    display: block
}

.item-pro .cateListView {
    display: none
}

.item-pro .shopcol {
    width: 100%;
    float: none
}

    .item-pro .shopcol figure.image {
        width: 25%;
        float: left;
        padding: 5px;
        box-sizing: border-box
    }

    .item-pro .shopcol .caption {
        width: 75%;
        float: right;
        padding: 0 200px 0 20px;
        box-sizing: border-box;
        text-align: left;
        position: relative;
        z-index: 1
    }

.item-pro .name, .item-pro .price {
    min-height: unset
}

    .item-pro .name a {
        color: #292929;
        font-size: 18px
    }

    .item-pro .name:hover a {
        color: #6cabd6
    }

.item-pro .button-itemView {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    border: 1px solid #e5e5e5;
    padding: 20px 12px;
    text-align: center
}

.itemview-qv {
    display: none
}

.item-pro .itemview-qv {
    display: block;
    margin: 5px 0;
    width: 100%;
}

.item-pro .add_to_cart_button {
    visibility: visible;
    opacity: 1;
    display: block;
    padding: 5px 50px;
    margin-bottom: 10px;
    line-height: 20px
}

    .item-pro .add_to_cart_button:hover {
        text-decoration: none;
        color: white;
        background: #6cabd6;
        border: 3px double #6cabd6;
    }

.item-pro .itemview-qv span {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #a0a0a0;
}

.item-pro .itemview-qv:hover span {
    color: #6cabd6;
}

@media(max-width: 991px) {
    .item-pro .shopcol figure.image {
        width: 100%;
        float: none;
        padding: 5px;
        box-sizing: border-box
    }

    .item-pro .shopcol .caption {
        width: 100%;
        float: none;
        padding: 0 20px 0 20px;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        z-index: 1;
        margin-top: 15px
    }

    .box .col-left, .box .col-right {
        width: 100%;
        float: none;
        margin-top: 20px
    }

    .box .col-right {
        margin-top: 20px
    }

    .item-pro .button-itemView {
        position: relative;
        z-index: 1;
        right: unset;
        top: unset;
        border: 1px solid #e5e5e5;
        padding: 20px 12px;
        text-align: center;
    }
}

.button-groups a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    /*color: #a0a0a0;*/
}

.slidecontainer {
    width: 95%; /* Width of the outside container */
    margin-left: 0;
}

/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 5px; /* Specified height */
    outline: none; /* Remove outline */
    background: #ccc;
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    border-radius: 5px
}

.slidecontainer {
    position: relative;
    z-index: 1;
    padding-top: 10px;
}

.rangering {
    position: absolute;
    background: #99c5e3;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    top: 10px;
}

    .rangering:before {
        content: "";
        position: absolute;
        tab-size: 0;
        background: #99c5e3;
        width: 13px;
        height: 13px;
        border-radius: 100%;
        top: -3.5px;
        border: 1px solid #b6babd;
        z-index: 0;
    }

.hiddenAfter {
    z-index: -2
}
/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 15px; /* Set a specific slider handle width */
    height: 15px; /* Slider handle height */
    background: #6cabd6; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 100%
}

.slider::-moz-range-thumb {
    width: 10px; /* Set a specific slider handle width */
    height: 10px; /* Slider handle height */
    background: #6cabd6; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 100%
}

/*New Page*/
#newPage {
    padding: 0;
    margin: 0
}

.contentFullpage {
    width: 95%;
    margin: auto
}

.post-container {
    margin-bottom: 20px;
}

#newPage .blog-post-icon {
    display: table;
    text-align: center;
    background: #6cabd6;
    width: 60px;
    height: 60px;
    color: white;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.blog-post-icon .fa {
    display: table-cell;
    vertical-align: middle;
}

.blog-post-detail {
    overflow: hidden;
}

.post-area .post-thumb img {
    width: 100%;
    height: auto;
    outline: 1px dashed white;
    outline-offset: -6px;
}

.entry-meta a {
    color: #333333;
}

.post-area .readmore {
    margin-top: 20px;
}

    .post-area .readmore .btn-default {
        margin-left: 0;
        font-weight: 300;
    }

.btn-default {
    text-align: center;
    border-width: 3px;
    border-color: black;
    border-style: double;
    padding: 8px 22px;
    background-color: transparent;
    color: black;
    /*margin-left: 10px;*/
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

.entry-title a {
    color: #000
}

a:hover {
    color: #6cabd6
}

.btn-default:hover {
    background-color: #6cabd6;
    border-color: #6cabd6;
    color: #fff
}

.result-count {
    line-height: 30px;
    margin: 0;
    padding: 18px 0;
}

.loadmore {
    text-align: center
}

.tours.awe-btn.awe-btn-2 {
    width: auto;
    background-color: transparent;
    background-image: inherit;
    border: 0;
    color: #888;
    padding: 0;
    line-height: 30px;
}

    .tours.awe-btn.awe-btn-2 .fa-angle-down {
        font-size: 25px;
        font-weight: 700;
    }

    .tours.awe-btn.awe-btn-2 i {
        background-color: transparent;
        color: #6cabd6;
        border-color: #6cabd6;
        width: 50px;
        height: 50px;
        padding: 0;
        line-height: 50px;
        border-radius: 100%;
        border: 3px solid;
        background-image: inherit !important;
    }

    .tours.awe-btn.awe-btn-2 span {
        width: 100%;
        float: left;
        font-size: 14px;
    }

.loadAjax {
    display: block;
    width: 100%;
    text-align: center;
    background: url(../images/bx_loader.gif) no-repeat center center;
    height: 30px
}

.post-share {
    margin-bottom: 20px;
}

    .post-share h4 {
        margin: 10px 0;
        font-size: 14px
    }

    .post-share li {
        list-style: disc
    }

    .post-share .social-networks {
        margin: 10px 0;
    }

        .post-share .social-networks li {
            float: left;
        }

            .post-share .social-networks li a {
                color: #333333;
                margin-right: 20px;
                font-size: 16px;
            }

a {
    color: #292929
}

.item-flag {
    display: block;
    margin-bottom: 5px;
}

    .item-flag img {
        width: 100%
    }

.language-selected a {
    color: #cdcecf;
    cursor: pointer;
    z-index: 4;
    float: left
}

.language-selected .active {
    color: black
}

.showrooms-box {
    margin-top: 20px;
}

.showrooms-box {
    margin-top: 20px;
}

    .showrooms-box .widget-title {
        border-bottom: 1px solid #E7E7E7;
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-weight: 600;
        font-size: 16px
    }

    .showrooms-box .entry-content {
        line-height: 25px;
        height: 250px;
        overflow: hidden;
    }

    .showrooms-box .entry-thumb {
        margin-top: 15px;
    }

        .showrooms-box .entry-thumb .entry-image {
            display: block;
            width: 100%;
        }

            .showrooms-box .entry-thumb .entry-image img {
                width: 100%;
            }

    .showrooms-box p {
        margin-bottom: 0px;
    }

.post-area .item {
    margin-bottom: 30px;
}

.post-name .entry-title {
    font-size: 15px;
    line-height: 20px;
    max-height: 30px;
    height: 30px;
}

.entry-meta {
    margin-bottom: 10px;
    font-size: 12px;
    color: #666
}

.post-area .post {
    margin-bottom: 50px;
    padding: 0 15px
}

.post-area .vc_column_container .wpb_text_column {
    padding: 0 15px
}

#loader-wrapper {
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

#loader-wrapper .loader-section {
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

.ShortDescription {
    display: none
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible,
        .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar,
        .scroll-element .scroll-arrow {
            cursor: default;
        }

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important;
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0;
            }




/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

    .scrollbar-outer > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-outer > .scroll-element.scroll-x {
        bottom: 0;
        height: 12px;
        left: 0;
        width: 100%;
    }

    .scrollbar-outer > .scroll-element.scroll-y {
        height: 100%;
        right: 0;
        top: 0;
        width: 12px;
        display: none;
    }

    .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
        height: 8px;
        top: 2px;
    }

    .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
        left: 2px;
        width: 10px;
    }

    .scrollbar-outer > .scroll-element .scroll-element_outer {
        overflow: hidden;
    }

    .scrollbar-outer > .scroll-element .scroll-element_track {
        background-color: #eeeeee;
    }

    .scrollbar-outer > .scroll-element .scroll-element_outer,
    .scrollbar-outer > .scroll-element .scroll-element_track,
    .scrollbar-outer > .scroll-element .scroll-bar {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .scrollbar-outer > .scroll-element .scroll-bar {
        background-color: #666;
    }

        .scrollbar-outer > .scroll-element .scroll-bar:hover {
            background-color: #999;
        }

    .scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
    }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    /*left: -12px;
    margin-left: 12px;*/
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px;
}

.zoomLens {
    height: 300px !important;
}

.product-single-price .price {
    font-weight: 600;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0
}

.product-info .product_meta {
    margin-top: 10px;
    margin-bottom: 20px;
    clear: both;
    color: black;
    font-weight: 600;
}


    .product-info .product_meta span.amount {
        color: #000;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 0;
    }


    .product-info .product_meta > div {
        margin-bottom: 10px;
    }

.product-info .column-info {
    text-align: left;
    padding: 30px 0px 0px;
}

.product-info .product_meta a {
    color: black;
    font-weight: 300;
}

    .product-info .product_meta a:hover {
        color: #6cabd6;
        text-decoration: underline;
    }

.inputOder .topp, .inputOder .btt {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    vertical-align: text-top;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    line-height: 13px;
    font-size: 12px;
    color: black;
    border: 1px solid #dddddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: center;
    width: 20px;
    height: 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(top, #e0e0e0 0%, #eaeaea 100%);
    background-image: linear-gradient(to bottom, #e0e0e0 0%, #eaeaea 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE0E0E0', endColorstr='#FFEAEAEA', GradientType=0);
}

.inputOder .btt {
    bottom: 0;
    right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.button:hover {
    text-decoration: none;
    color: white !important;
    background: #6cabd6 !important;
    background-color: rgb(108, 171, 214) !important;
    border: 3px double #6cabd6 !important;
}


#CommonShareToSocial {
    margin: 15px 0
}

    #CommonShareToSocial .cot2 {
        float: left;
    }

        #CommonShareToSocial .cot2 a {
            padding: 0px
        }

    #CommonShareToSocial .cot3 a {
        padding: 0px
    }

    #CommonShareToSocial .cot3 {
        float: left;
    }

    #CommonShareToSocial .text {
        float: right;
        font: bold 12px/22px Arial;
        padding-right: 15px
    }

.product-guides .list-guides {
    border-top: 1px solid #E5E5E5;
}

    .product-guides .list-guides .name a {
        color: #A0A0A0;
        font-size: 13px
    }

.product-info .description {
    line-height: 25px;
    margin: 20px 0;
}

.other_img_attribute {
    border-radius: unset !important
}

.drbg {
    /*background: rgba(0,0,0,0.5) url('../images/bx_loader.gif') no-repeat center center;*/
    width: 95%
}

.fixmd1 {
    position: relative;
    z-index: 1
}

.prev_button_ {
    background-position: 0 0;
    transition: none;
    /*background: url("../images/ne2.png") no-repeat center center;*/
    position: absolute;
    top: -12px;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 152;
    width: 95%;
    height: 25px;
    background-size: contain;
    overflow: hidden;
    text-indent: -9999em;
    transition: all 0.2s;
}

.next_button_ {
    background-position: 0 0;
    transition: none;
    /*background: url("../images/ne1.png") no-repeat center center;*/
    background-size: contain;
    position: absolute;
    bottom: -36px;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 152;
    width: 95%;
    height: 25px;
    overflow: hidden;
    text-indent: -9999em;
    transition: all 0.2s;
}

.fixmd1:hover .prev_button_, .fixmd1:hover .next_button_ {
    display: none
}

.loaderCart {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid blue;
    border-right: 2px solid green;
    border-bottom: 2px solid red;
    border-left: 2px solid pink;
    height: 15px;
    width: 15px;
    animation: spincart 2s linear infinite;
    display: block;
    margin-top: 8px;
    margin: auto;
    margin-top: auto;
    margin-top: 8px;
}

@-webkit-keyframes spincart {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spincart {
    0% {
        transform: rotate(0deg);
    }

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

.cart_list {
    max-height: 425px
}

    .cart_list .image {
        width: 100px
    }

.cart-main-content .name a {
    color: #000;
    font-size: 12px;
    margin: 0;
}

.cart-main-content .name {
    color: #000;
    font-size: 12px;
    margin: 0;
}

p:last-of-type {
    margin-bottom: 0 !important
}

p {
    margin-bottom: 5px !important
}

.variation {
    font-size: 12px;
    margin-bottom: 0px
}

table a.remove, .table a.remove {
    display: inline-block;
    font-size: 1.5em;
    text-align: center;
    line-height: 1;
    color: #6cabd6;
    text-decoration: none;
    font-weight: bold;
    width: 1em;
    height: 1em;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

table.cart .product-remove, table.cart .product-thumbnail, .table.cart .product-remove, .table.cart .product-thumbnail {
    text-align: center;
}

.quantity {
    width: 60px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

    .quantity .minus {
        bottom: 0;
        right: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .quantity input.qty {
        width: 40px;
        height: 30px;
        float: left;
        text-align: center;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        padding: 0;
        border-right: 0;
        font-weight: bold;
        -moz-appearance: textfield;
    }

    .quantity .plus {
        top: 0;
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        right: 0;
    }

    .quantity .plus, .quantity .minus {
        display: block;
        padding: 0;
        margin: 0;
        position: absolute;
        vertical-align: text-top;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        line-height: 13px;
        font-size: 12px;
        color: black;
        border: 1px solid #dddddd;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        text-align: center;
        width: 20px;
        height: 15px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
        background-image: -webkit-linear-gradient(top, #e0e0e0 0%, #eaeaea 100%);
        background-image: linear-gradient(to bottom, #e0e0e0 0%, #eaeaea 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE0E0E0', endColorstr='#FFEAEAEA', GradientType=0);
    }

table a.remove:hover, .table a.remove:hover {
    background-color: #6cabd6;
    color: white;
}

table.cart .product-remove, .table.cart .product-remove {
    vertical-align: middle;
}

table.cart .product-remove, table.cart .product-thumbnail, .table.cart .product-remove, .table.cart .product-thumbnail {
    text-align: center;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
    vertical-align: middle;
}

.pagging {
    float: left
}

.textpagging {
    float: right
}

.paging-item {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-left: 5px
}

.currentPage {
    background: #6cabd6;
    color: #fff
}

.paging-item:hover {
    background: #6cabd6;
    color: #fff
}


.prev-item, .next-item {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-left: 5px
}

    .prev-item:hover, .next-item:hover {
        background: #6cabd6;
        color: #fff
    }

.zoomContainer { /*top:95px!important*/
}

.zindexam {
    position: relative;
    z-index: -1
}

h3, .h3 {
    font-size: 16px;
}

form .form-row .required {
    color: #d23a1c;
    font-weight: bold;
    border: 0;
}

select {
    cursor: pointer;
    height: 30px;
    padding: 6px;
    border: 1px solid #e5e5e5;
}

form .form-row label {
    display: block;
    font-weight: 300
}

form .form-row.form-row-first {
    width: 47%;
    float: left;
}

input[type="text"], input[type="number"], input[type="password"], input[type="email"], textarea {
    border: 1px solid #e5e5e5;
    padding: 6px;
    height: 38px;
}

form .form-row .input-text {
    width: 100%;
    font-size: 14px;
    color: #5d5d5d;
}

form .form-row.form-row-last {
    width: 47%;
    float: right;
}

form .form-row.form-row-first {
    width: 47%;
    float: left;
}

ul.payment_methods li {
    margin-bottom: 20px;
}

    ul.payment_methods li label {
        display: block;
        margin-bottom: 5px;
    }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
    position: relative;
    z-index: 1
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-left: 0px;
    margin-top: 1px \9;
    line-height: normal;
}

.contentcate {
    margin: 15px 0
}

#CommonHomepgeBackgroundSlide .wButtonFunctionVideo .ButtonFunctionVideo a.muted {
    background: url(../images/muted.png) no-repeat left center;
    padding-left: 35px;
}

    #CommonHomepgeBackgroundSlide .wButtonFunctionVideo .ButtonFunctionVideo a.muted.unmute {
        background: url(../images/unmute.png) no-repeat left center;
    }

#chatFacebook {
    width: 60px;
    height: 60px;
    background: url(../images/messenger_facebook.png) no-repeat center center;
    background-size: contain;
    display: block;
    position: fixed;
    z-index: 99999999;
    right: 20px;
    bottom: 60px
}

.anchor-link #play_video_0 {
    top: 50%;
    left: 50%;
}

._2slE, ._3iul {
    height: 60px;
    border-radius: 50%;
}

._2slE {
    position: absolute;
    padding-right: 25px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

._2gXC {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ecebe2;
    -webkit-animation: _3Vfr 3s linear infinite;
    animation: _3Vfr 3s linear infinite;
}

._2gXC {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ecebe2;
    transition: opacity 1s ease;
}

._3iul {
    position: relative;
    width: 60px;
    background-color: rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    transition: opacity 1s ease;
}

._22jF._3KIp {
    -webkit-animation: _1rmu 3s linear infinite reverse;
    animation: _1rmu 3s linear infinite reverse;
}

._22jF {
    position: absolute;
    top: 50%;
    left: 50%;
}

canvas {
    border: 1px solid #ecebe2;
    border-radius: 100%;
    vertical-align: middle;
}

canvas {
    display: inline-block;
}

._22jF._3Zt4 {
    -webkit-animation: _1rmu 3s linear infinite;
    animation: _1rmu 3s linear infinite;
}

._22jF {
    position: absolute;
    top: 50%;
    left: 50%;
}

._2slE {
    cursor: pointer;
}

#AdvHomePage:hover ._3iul {
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1.25, 1.25, 1) !important;
    -webkit-animation: _3Vfr 3s linear infinite !important;
    animation: _3Vfr 3s linear infinite !important;
}

.anchor-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 234;
}

.text_large:hover {
    cursor: pointer;
    font-size: 115px
}



#loader {
    display: none;
}

@-webkit-keyframes _1rmu {
    0% {
        -webkit-transform: translate(-50%,-50%) rotate(0);
        transform: translate(-50%,-50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%,-50%) rotate(1turn);
        transform: translate(-50%,-50%) rotate(1turn)
    }
}

@keyframes _1rmu {
    0% {
        -webkit-transform: translate(-50%,-50%) rotate(0);
        transform: translate(-50%,-50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%,-50%) rotate(1turn);
        transform: translate(-50%,-50%) rotate(1turn)
    }
}

@-webkit-keyframes _3Vfr {
    0% {
        box-shadow: 0 0 15px 5px hsla(0,0%,100%,.25)
    }

    50% {
        box-shadow: 0 0 15px 5px hsla(0,0%,100%,.75)
    }

    to {
        box-shadow: 0 0 15px 5px hsla(0,0%,100%,.25)
    }
}

@keyframes _3Vfr {
    0% {
        box-shadow: 0 0 15px 5px hsla(0,0%,100%,.25)
    }

    50% {
        box-shadow: 0 0 15px 5px hsla(0,0%,100%,.75)
    }

    to {
        box-shadow: 0 0 15px 5px hsla(0,0%,100%,.25)
    }
}


.owl-carousel-sp .owl-item .item img {
    width: 100%
}

.amountOld {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    padding-right: 10px;
    font-weight: 500
}

@media(min-width:992px ) {
    .product-single-price {
        position: absolute;
        top: 0;
        right: 10px;
    }
}


@media(max-width:479px ) {
    a#btnDatHang div.button {
        width: 100%;
    }
}


.shopcol.first_ {
    clear: both;
}

a.disableDH {
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}

@media(min-width: 1440px) {
    .zoomLens {
        height: 440px !important;
    }
}

.loginUser, .isLogin {
    display: block;
    /* padding-left: 23px; */
    /* background: url(/Content/images/menu_lock.png) left 2px no-repeat; */
    color: #fff;
    line-height: 26px;
    position: absolute;
    /* left: 100px; */
    top: 26px;
    z-index: 2000;
    cursor: pointer;
    max-width: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 4;
    font-size: 15px;
    right: 105px;
    /* text-align: center; */
    padding-left: 3px;
    padding-right: 3px;
}

    .loginUser:hover, .isLogin:hover {
        text-decoration: underline
    }

.LoginBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    /*background: url("/Content/images/login-bg.webp") no-repeat center center;*/
    background-size: cover;
    width: 100%;
    height: 100%
}

    .LoginBox .logInContainer__leftSection {
        min-height: 100vh;
        background-color: #f1f3f7;
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        width: 25%;
        min-width: 300px;
        -webkit-box-shadow: 3px 0 28px hsla(0,0%,45%,.5);
        box-shadow: 3px 0 28px hsla(0,0%,45%,.5);
    }

    .LoginBox .RegisterContainer__fullSection {
        min-height: 100vh;
        display: none;
        background-color: #f1f3f7;
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0;
        width: 25%;
        min-width: 300px;
        -webkit-box-shadow: 3px 0 28px hsla(0,0%,45%,.5);
        box-shadow: 3px 0 28px hsla(0,0%,45%,.5);
    }

.logInContainer__leftSection .logo, .RegisterContainer__fullSection .logo {
    height: 74px;
    width: 100%;
    max-width: 205px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 3vh;
    text-align: center;
}

.logInContainer__leftSection .log-in-app-container, .RegisterContainer__fullSection .log-in-app-container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
    background-color: #f1f3f7;
    margin-bottom: 40px;
}

.logInForm {
    margin-bottom: 120px;
}

.logInForm {
    font-size: 16px;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 0px;
}

.logInForm__headerText {
    margin: 3vh 0;
    color: #636b78;
}

.logInForm form {
    text-align: initial;
}

.text-box {
    font-family: Roboto-Condensed,sans-serif;
    font-size: 16px;
    position: relative;
    line-height: 22px;
    width: 100%;
    -webkit-transition: height .2s cubic-bezier(.23,1,.32,1) 0ms;
    -o-transition: height .2s cubic-bezier(.23,1,.32,1) 0ms;
    transition: height .2s cubic-bezier(.23,1,.32,1) 0ms;
    background-color: transparent;
}

.text-box__input {
    -webkit-tap-highlight-color: transparent;
    font-family: Roboto-Condensed,sans-serif;
    padding: 0;
    position: relative;
    border: none !important;
    width: 100%;
    border: none;
    outline: none;
    color: #636b78;
    font-size: 16px;
    height: 20px !important;
    padding: unset !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 37px;
    margin-bottom: 5px;
    background-color: transparent;
    z-index: 1;
}

button, input {
    overflow: visible;
}

.text-box__label {
    position: absolute;
    top: 37px;
    left: 0;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    -webkit-transition: all .45s cubic-bezier(.23,1,.32,1) 0ms;
    -o-transition: all .45s cubic-bezier(.23,1,.32,1) 0ms;
    transition: all .45s cubic-bezier(.23,1,.32,1) 0ms;
    z-index: 0;
    cursor: text;
    -webkit-transform: scale(1) translate(0);
    -ms-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    pointer-events: none;
    color: #b9bfcb;
    -webkit-user-select: none;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
}

.logInForm form .text-box__addon {
    background-color: #f1f3f7;
    padding-left: 3px;
}

.text-box__addon {
    position: absolute;
    right: 0;
    top: 38px;
    z-index: 10;
}

.text-box__hr-container {
    width: 100%;
}

    .text-box__hr-container > hr:first-child {
        border-bottom-width: 1px;
        border-color: #636b78;
    }

.notfilled > hr:first-child {
    border-bottom-width: 1px;
    border-color: red !important;
}

.text-box__hr-container > hr {
    width: 100%;
    border-style: none none solid;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
}

.text-box.text-box--error > .text-box__hr-container > :last-child {
    border-color: #e70000;
    -webkit-transform: scaleX(1) translateY(-1px);
    -ms-transform: scaleX(1) translateY(-1px);
    transform: scaleX(1) translateY(-1px);
}

.text-box__hr-container > hr:last-child {
    border-bottom-width: 1px;
    border-color: #5ea2ce;
    -webkit-transform: scaleX(0) translateY(-1px);
    -ms-transform: scaleX(0) translateY(-1px);
    transform: scaleX(0) translateY(-1px);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.23,1,.32,1) 0ms;
    transition: -webkit-transform .2s cubic-bezier(.23,1,.32,1) 0ms;
    -o-transition: transform .2s cubic-bezier(.23,1,.32,1) 0ms;
    transition: transform .2s cubic-bezier(.23,1,.32,1) 0ms;
    transition: transform .2s cubic-bezier(.23,1,.32,1) 0ms,-webkit-transform .2s cubic-bezier(.23,1,.32,1) 0ms;
}

.error-text {
    font-family: Roboto-Condensed,sans-serif;
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #e70000;
    -webkit-transition: all .45s cubic-bezier(.23,1,.32,1) 0ms;
    -o-transition: all .45s cubic-bezier(.23,1,.32,1) 0ms;
    transition: all .45s cubic-bezier(.23,1,.32,1) 0ms;
    text-align: left;
}

.logInForm__forgetPassword {
    display: block;
    margin-top: 2%;
    width: 100%;
    text-align: left;
    z-index: 12;
}

    .logInForm__forgetPassword > a {
        color: #399bda;
        font-family: Roboto-Condensed,sans-serif;
        text-decoration: none;
        font-size: .9em;
    }

.logInForm__login-button-container {
    width: 100%;
    margin-top: 10%;
}

.button--fluid {
    display: block;
    margin: auto;
    margin-top: auto;
    text-align: center;
}

.notfilled {
    border-color: red
}

.logInForm__signUp, .logInForm__back {
    margin-top: 10px;
    color: #636b78;
    font-size: 16px;
    text-align: center;
    line-height: normal;
}

    .logInForm__signUp > a {
        text-decoration: none;
        color: #399bda;
    }

.footer {
    position: absolute;
    padding-bottom: 10px;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    text-align: center;
    background-color: #f1f3f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer .footer__copyContainer a, .footer > .footer__localeSelect .label, .footer a {
        font-size: 14px;
        font-family: Roboto-Condensed,sans-serif;
        text-decoration: none;
        color: #636b78;
    }

    .footer a {
        color: #551a8b;
        text-decoration: underline;
    }

.text-box__input:focus {
    outline: none;
}

.closeLogin {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 17px;
    padding: 10px;
    cursor: pointer;
    z-index: 4000
}

iframe {
}

.text-box__input.text-box__input--filled ~ label, .text-box__input.text-box__input--fixed-label ~ label, .text-box__input:focus ~ label {
    -webkit-transform: scale(.875) translateY(-20px);
    -ms-transform: scale(.875) translateY(-20px);
    transform: scale(.875) translateY(-20px);
    color: #8c98ab;
}

.scrollMenumain #numberCart_ {
    color: white;
}

.scrollMenumain i.fa-search {
    /*color: white;*/
}


.scrollMenumain .loginUser, .scrollMenumain .isLogin {
    top: 20px;
    color: white;
    filter: brightness(0) invert(1);
}

.logInForm__forgetPassword a:hover {
    text-decoration: underline
}

.memberListInfo li a {
    padding: 5px 10px;
    display: block
}

    .memberListInfo li .active, .memberListInfo li a:hover {
        text-decoration: underline;
        color: #6cabd6
    }

    .memberListInfo li a i {
        padding-right: 10px;
        font-size: 16px
    }

.title h1 {
    margin: 0;
    font-size: 16px;
    color: #6cabd6;
    text-align: center;
    margin-bottom: 15px
}

.itm {
    margin: 3px 0
}

    .itm span {
        display: block;
        width: 100%;
        margin-bottom: 5px
    }

    .itm .inp {
        display: block;
        width: 100%;
        margin-bottom: 0px
    }

        .itm .inp:focus {
            border-color: #6cabd6
        }

    .itm .btnUpdateInfo {
        display: block;
        margin: auto;
        padding: 10px 25px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 30px;
        cursor: pointer;
        background: #6cabd6;
        width: 200px
    }

        .itm .btnUpdateInfo:hover {
            color: #fff
        }

#profile, #changeemail, #changepass, #activehistory, #infocart, #notification, #closeAccount, #logout {
    margin-bottom: 20px;
    display: none
}

.tableCart {
}

.ListItemCart {
    max-height: 300px;
    overflow-y: auto
}

.tableCart .ihearCart {
    font: bold 12px Tahoma;
    line-height: normal;
    background: #eae9e9;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    line-height: 26px;
}

.tableCart .itemCart {
    font: normal 12px Tahoma;
    line-height: normal;
    background: #fff;
    border-top: solid 1px #fff;
    padding: 5px 0;
    border-bottom: solid 1px #eae9e9;
    line-height: 26px;
}

.date_infocart {
    padding: 10px 0 10px 0;
    font: bold 11px Tahoma;
    border-bottom: 1px solid #eae9e9;
    text-align: center
}

@media(max-width:1100px ) {
    .box .colleft {
        width: 200px;
    }

    .box .colright {
        width: calc(100% - 210px);
    }
}

@media(max-width:998px ) {
    .box .colleft {
        width: 100%;
        float: none;
    }

    .box .colright {
        width: 100%;
        float: none;
    }

    .formforgot {
        width: 95% !important;
        margin: auto
    }
}

.attributeDetails fieldset {
    margin-bottom: 10px
}

.formforgot {
    width: 50%;
    margin: auto
}

.bdr {
    border-color: red !important
}

#email_forgot:focus {
    border-color: #6cabd6
}

.last::after {
    clear: both;
    /*content: "&nbsp;";*/
    display: block;
}

.css_product.active_attribute_p {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

span.css_product {
    border: 1px solid #ccc;
    padding: 2px 10px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 3px
}

span.active_attribute_p {
    border: 1px solid #000;
    -ms-transform: scale(1.05) !important;
    -webkit-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}






/*Slide 1*/
.tp-caption.mediumlarge_light_white_center {
    font-size: 72px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: -6px;
    font-family: "Open Sans";
    color: #FFF;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 0px 0px 0px;
    text-align: center;
    border-width: 0px;
    border-color: #FFD658;
    border-style: none;
}

.tp-caption.internet {
    font-size: 55px;
    font-weight: normal;
    font-family: "Open Sans";
    color: #acd6f0;
    padding-bottom: 55px !important;
}

.tp-caption.attract {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 30px;
    color: #FFF;
    border-top: 2px solid #acd6f0;
    padding-top: 16px;
    letter-spacing: -2px;
}

.tp-caption.more {
    font-weight: 500;
    font-size: 70px;
    color: #acd6f0;
    font-family: 'Yellowtail', cursive;
    padding: 0 5px;
}

.tp-caption.qualified {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 30px;
    color: #FFF;
    border-bottom: 2px solid #acd6f0;
    padding-bottom: 16px;
    letter-spacing: -2px;
}

/*Slide2*/
.tp-caption.invest {
    font-size: 48px;
    color: #fbfcfb;
    /*background-color: #ffeab3;*/
    padding: 5px;
    letter-spacing: -3px;
    font-weight: 300;
    background-color: rgba(45, 46, 36,0.6);
}

.tp-caption.move {
    font-size: 46px;
    font-weight: 800;
    font-family: "Open Sans";
    letter-spacing: -6px;
}

.tp-caption.light_brown {
    font-size: 46px;
    font-weight: 800;
    font-family: "Open Sans";
    letter-spacing: -6px;
    color: #ffeab3;
}

.tp-caption.dark_brown {
    font-size: 46px;
    font-weight: 800;
    font-family: "Open Sans";
    letter-spacing: -6px;
    color: #6a4123;
}

.tp-caption.faster {
    font-size: 65px;
    font-weight: 300;
    font-family: "Open Sans";
    letter-spacing: -2px;
    color: #6a4123;
    font-style: italic;
    padding-right: 10px;
}

.tp-caption.brown_line img {
    width: 488px;
    height: 3px;
}

/*Slide 3*/
.tp-caption.green {
    color: #b7cd56;
    font-size: 48px;
    letter-spacing: -4px;
}

.tp-caption.big_white {
    font-size: 72px;
    font-weight: 800;
    letter-spacing: -6px;
    color: #FFF;
}

/*Slide 4*/
.tp-caption.big_white {
    font-size: 72px;
    font-weight: 800;
    letter-spacing: -6px;
    color: #FFF;
}

.tp-caption.thin_red {
    font-size: 75px;
    font-weight: 200;
    letter-spacing: -6px;
    color: #c7081b;
}

.tp-caption.thin_white {
    font-size: 72px;
    font-weight: 200;
    letter-spacing: -6px;
    color: #FFF;
}

.tp-caption.cursive {
    font-size: 122px;
    letter-spacing: -6px;
    color: #cbe2d2;
    font-family: "Yellowtail", cursive;
    padding-right: 20px;
}

/*Slide 5*/
.tp-caption.thin_dark_blue {
    font-size: 75px;
    font-weight: 200;
    letter-spacing: -6px;
    color: #042b5a;
}

.tp-caption.thinner_white {
    font-size: 65px;
    font-weight: 200;
    letter-spacing: -5px;
    color: #FFF;
}


.message-shadow {
    position: absolute;
    width: 100%;
    z-index: 77;
    background: url(/Content/images/message-shadow.png) top center repeat-x;
    height: 21px;
}


div.wpb_single_image div.wpb_wrapper a img {
    outline: 1px dashed #ffffff;
    outline-offset: -6px;
}


.logInForm #login_button, .logInForm #registry_button {
    font-family: 'Roboto',"Segoe UI", Arial, Segoe, "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}


#AdvHomePage {
    margin-bottom: -25px;
}

section.banner-wrap {
    position: relative;
    margin-top: -95px;
}

div.search-area > div.form-con > a > i.fa-search {
    filter: brightness(0) invert(1);
}












.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

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

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform,height
    }

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

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

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

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

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 05px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

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

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

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

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

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

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

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

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

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

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

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

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

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

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

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

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

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}





/* ***************
    * FB on left side
    ******************/
/* this is for the circle position */
.fb_dialog.fb_dialog_advanced {
    margin-bottom: 42pt;
}

/* The following are for the chat box, on display and on hide */
iframe.fb_customer_chat_bounce_in_v2 {
    margin-bottom: 42pt;
}

iframe.fb_customer_chat_bounce_out_v2 {
    margin-bottom: 42pt;
}


.scroll-block {
    position: fixed;
    top: 185px;
    right: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 32px;
    will-change: transform;
}

.scroll-block__feedback-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    margin-bottom: 1px;
    padding: 147px 0 5px;
    white-space: nowrap;
    background: #32343f;
    border-radius: 3px 0 0 3px;
    color: #bdbdbd;
}

.scroll-block__feedback-btn-title {
    position: absolute;
    top: -15px;
    right: 6px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    /*font-family: roboto;*/
    font-size: 14px;
}

.scroll-block__feedback-btn-icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 20px;
}

    .scroll-block__feedback-btn-icon i {
        font-size: 14px;
    }

.scroll-block__qa-btn-icon i {
    font-size: 16px;
}

.scroll-block__qa-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    margin-bottom: 1px;
    padding: 57px 0 5px;
    white-space: nowrap;
    background: #32343f;
    border-radius: 3px 0 0 3px;
    color: #bdbdbd;
}

.scroll-block__qa-btn-title {
    position: absolute;
    top: -15px;
    right: 6px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    /*font-family: roboto;*/
    font-size: 14px;
}


.scroll-block__qa-btn:hover, .scroll-block__feedback-btn:hover {
    background: #272831;
    color: #bdbdbd;
}




div.social i.fab {
    font-size: 16px;
}


.chat-scroll-block {
    position: fixed;
    z-index: 15;
    right: 10px;
    bottom: 0;
    width: 300px;
    will-change: transform;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    border-radius: 6px 6px 0 0;
    display: none;
}


.chat-scroll-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
}


.chat-scroll-block__chat-btn.-messenger {
    border-right: 1px solid #e1e1e1;
    border-radius: 6px 0 0 0;
}

.chat-scroll-block__chat-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

    .chat-scroll-block__chat-btn.-messenger i {
        color: #315caf;
    }

    .chat-scroll-block__chat-btn i {
        font-size: 20px;
    }

.margin--right-5px {
    margin-right: 5px !important;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: Font Awesome\ 5 Brands;
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.chat-scroll-block__chat-btn.-izihelp i {
    color: #cb2026;
}

.chat-scroll-block__chat-btn.-izihelp {
    border-radius: 0 6px 0 0;
}

.chat-scroll-block__chat-btn.-messenger:hover {
    background: #315caf;
    color: #fff
}

    .chat-scroll-block__chat-btn.-messenger:hover i {
        color: #fff
    }

.chat-scroll-block__chat-btn.-izihelp:hover {
    background: #cb2026;
    color: #fff
}

    .chat-scroll-block__chat-btn.-izihelp:hover i {
        color: #fff
    }




/*Modal đăng nhập, đăng ký*/
.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
            color: #000;
            text-decoration: none;
            opacity: .75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        /*overflow-x: hidden;
            overflow-y: auto;*/
        overflow: scroll;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (0.5rem * 2));
        content: "";
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    font-family: 'Conv_SariVN',Tahoma,Geneva,Verdana,sans-serif;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2));
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}


@media (min-width: 768px) {
    .modal-dialog {
        max-width: 700px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 930px;
    }
}

.modal-content {
    border-radius: 0;
}

    .modal-content .close[data-dismiss="modal"] {
        position: absolute;
        right: -10px;
        top: -10px;
        width: 20px;
        height: 20px;
        background-color: #333333;
        color: transparent;
        border-radius: 100%;
        line-height: 18px;
        z-index: 10;
        opacity: 1;
    }

        .modal-content .close[data-dismiss="modal"] span.icon-close {
            font-size: 8px;
            font-weight: 600;
            line-height: 1rem;
            padding-left: 6.5px;
        }

@media (min-width: 992px) {
    .modal-content .close[data-dismiss="modal"].bg-md-white {
        background: #fff;
        color: rgba(0, 0, 0, 0.8);
    }
}

.modal-body {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: -1px;
}

@media (min-width: 768px) {
    .modal-body {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.modal-body .vnnsoft {
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
}

#homeModal .modal-body {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

    #homeModal .modal-body img {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

@media (min-width: 768px) {
    #homeModal .modal-body {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.modal-left,
.modal-right {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.modal-left-content,
.modal-right-content {
    width: 100%;
}

.modal-center {
    width: 100%;
    background-color: #fff;
    padding: 20px;
}

@media (min-width: 992px) {
    .modal-center {
        padding: 25px 45px;
    }
}

@media (min-width: 1200px) {
    .modal-center {
        padding: 30px 60px;
    }
}

.modal-left {
    background-color: #fff;
    padding: 20px 20px 66px;
}

@media (min-width: 768px) {
    .modal-left {
        width: 64.5%;
        min-width: 1px;
    }
}

@media (min-width: 1200px) {
    .modal-left {
        padding: 38px 56px 66px;
    }
}

.modal-left .form-group a {
    text-decoration: underline;
}

    .modal-left .form-group a:hover {
        text-decoration: none;
    }

.modal-left .modal-left-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .modal-left .modal-left-footer > .row {
        margin: 0;
    }

        .modal-left .modal-left-footer > .row > [class*="col"] {
            padding: 0;
        }

    .modal-left .modal-left-footer .vnnsoft {
        min-height: 45px;
        font-size: 14px;
        padding-bottom: 13px;
        padding-top: 14px;
        line-height: 16px;
    }

        .modal-left .modal-left-footer .vnnsoft .btn-icon {
            vertical-align: top;
        }

    .modal-left .modal-left-footer .btn-default {
        border-color: #E6E6E6;
    }

        .modal-left .modal-left-footer .btn-default:hover {
            background-color: #E6E6E6;
        }

.modal-right {
    background: url(https://vinmart.com/Content/themes/vinmart/assets/img/modal-bg.png) no-repeat 50% 50%;
    background-size: cover;
    padding: 20px;
    color: #ffffff;
}

@media (min-width: 768px) {
    .modal-right {
        width: 35.5%;
        min-width: 1px;
    }
}

@media (min-width: 1200px) {
    .modal-right {
        padding: 35px;
    }
}

.modal-right:before {
    content: "";
    background-color: rgba(51, 51, 51, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.modal-right .modal-right-content {
    color: #ffffff;
    position: relative;
    font-size: 14px;
}

    .modal-right .modal-right-content h1, .modal-right .modal-right-content h2, .modal-right .modal-right-content h3, .modal-right .modal-right-content h4, .modal-right .modal-right-content h5, .modal-right .modal-right-content h6 {
        color: inherit;
    }

.modal-right .sidebar-title {
    font-size: 1rem;
}

@media (min-width: 1200px) {
    .modal-right .sidebar-title {
        font-size: 16px;
    }
}

.modal-right .vnnsoft {
    width: 210px;
    max-width: 100%;
}

.modal-right {
    display: none;
}

@media (min-width: 768px) {
    .modal-right {
        display: block;
    }
}

#forgotModal .modal-left {
    padding: 20px;
}

#successModal .modal-left {
    padding: 20px 20px 135px;
}

@media (min-width: 576px) {
    #successModal .modal-left {
        padding: 20px 20px 84px;
    }
}

@media (min-width: 1200px) {
    #successModal .modal-left {
        padding: 38px 56px 66px;
    }
}



.title {
    margin-bottom: 1.5rem;
}

    .title a, .title a:hover, .title a:focus {
        color: inherit;
        text-decoration: inherit;
        outline: none;
    }

    .title .title-decor {
        margin: 1em auto;
    }

.title-border {
    padding-bottom: 0.5em;
    border-bottom: 1px solid lightgrey;
}

.title-border-left {
    padding-left: 0.5em;
    border-left: 5px solid lightgrey;
}

.title-underline {
    padding-bottom: 8px;
    position: relative;
}

    .title-underline:after {
        content: "";
        position: absolute;
        border-bottom: #333333 solid 2px;
        width: 3em;
        left: 0;
        bottom: -1px;
    }

.title-underline-big {
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
}

    .title-underline-big:after {
        content: "";
        position: absolute;
        border-bottom: #DD3136 solid 5px;
        width: 250px;
        left: 0;
        bottom: -1px;
    }

.title-underline-big-primary {
    color: #007bff;
}

    .title-underline-big-primary:after {
        border-bottom-color: #007bff;
    }

.title-underline-big-secondary {
    color: #6c757d;
}

    .title-underline-big-secondary:after {
        border-bottom-color: #6c757d;
    }

.title-underline-big-success {
    color: #28a745;
}

    .title-underline-big-success:after {
        border-bottom-color: #28a745;
    }

.title-underline-big-info {
    color: #17a2b8;
}

    .title-underline-big-info:after {
        border-bottom-color: #17a2b8;
    }

.title-underline-big-warning {
    color: #DD5231;
}

    .title-underline-big-warning:after {
        border-bottom-color: #DD5231;
    }

.title-underline-big-danger {
    color: #ED1D24;
}

    .title-underline-big-danger:after {
        border-bottom-color: #ED1D24;
    }

.title-underline-big-light {
    color: #f8f9fa;
}

    .title-underline-big-light:after {
        border-bottom-color: #f8f9fa;
    }

.title-underline-big-dark {
    color: #000000;
}

    .title-underline-big-dark:after {
        border-bottom-color: #000000;
    }

.title-double-underline {
    position: relative;
}

    .title-double-underline:before {
        content: "";
        position: absolute;
        background: lightgray;
        height: 1px;
        width: 1.5em;
        left: 0;
        bottom: -0.5em;
    }

    .title-double-underline:after {
        content: "";
        position: absolute;
        background: lightgray;
        height: 1px;
        width: 3em;
        left: 0;
        bottom: -1em;
    }

.form-group {
    margin-bottom: 1rem;
}



.form-control {
    display: block;
    width: 100%;
    height: calc(2.0625rem + 2px);
    padding: 0.375rem 0.75rem;
    /*font-size: 0.875rem;*/
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E3E3E3;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: unset;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.vnnsoft:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-warning:hover {
    color: #fff;
    background-color: #c74121;
    border-color: #bc3d1f;
}

.vnnsoft:hover, .vnnsoft:focus {
    text-decoration: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-lg, .btn-group-lg > .vnnsoft {
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-warning {
    color: #fff;
    background-color: #DD5231;
    border-color: #DD5231;
}

.vnnsoft {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.btn-facebook {
    background-color: #29487D;
    border-color: #29487D;
    color: #ffffff;
}

.btn-google {
    background-color: #29487D;
    border-color: #29487D;
    color: #ffffff;
}

h2.title-border {
    margin-top: 0px;
    font-size: 24px;
    font-weight: 600;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'vinmart' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tag:before {
    content: "\e91f";
}

.icon-click:before {
    content: "\e90a";
}

.icon-soap:before {
    content: "\e91c";
}

.icon-exchange:before {
    content: "\e90e";
}

.icon-bank-online:before {
    content: "\e905";
}

.icon-close:before {
    content: "\e90c";
}

.btn-yellow {
    color: #ffffff;
    background-color: #F7C307;
}

.modal-body .col-lg-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1100px;
    }
}


@media (min-width: 992px) {
    .modal-body .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .modal-body .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

h5.sidebar-title {
    margin-bottom: 30px;
}

.custom-control-label::after {
    position: absolute;
    /*top: 0.15625rem;*/
    /*left: -1.5rem;*/
    margin-top: 2px;
    margin-left: 20px;
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
}

textarea, input {
    -webkit-appearance: none;
    border-radius: 0;
}

    input[type="radio"],
    input[type="checkbox"] {
        /* box-sizing: border-box; */
        /* padding: 0; */
    }

.custom-control.custom-control-light .custom-control-input:checked ~ .custom-control-label:before {
    background-color: transparent;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-control.custom-control-light .custom-control-label:before {
    border: 1px solid #919191;
    background-color: transparent;
    box-shadow: none !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff;
}



.custom-control .custom-control-label:before, .custom-control .custom-control-label:after {
    top: 0;
    box-shadow: none !important;
    left: -2rem;
}

.custom-control .custom-control-label:before {
    border-radius: 0;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-label::before {
    position: absolute;
    /*top: 0.15625rem;*/
    /*left: -1.5rem;*/
    margin-top: 2px;
    margin-left: 20px;
    display: block;
    width: 15px;
    height: 15px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

*, *::before, *::after {
    box-sizing: border-box;
}


.custom-control {
    padding-left: 2rem;
}

    .custom-control .custom-control-label:before {
        border-radius: 0;
    }

    .custom-control .custom-control-label:before, .custom-control .custom-control-label:after {
        top: 0;
        box-shadow: none !important;
        left: -2rem;
    }

    .custom-control.custom-checkbox {
        display: inline-block;
    }

        .custom-control.custom-checkbox .custom-control-label:hover {
            cursor: pointer;
        }

        .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
            font-family: 'vinmart' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            content: '\e909';
            line-height: 1.2;
            text-align: center;
            color: #333333;
            font-size: 0.9em;
            background-image: none;
        }

    .custom-control.custom-radio {
        border-radius: 100%;
        display: inline-block;
    }

        .custom-control.custom-radio .custom-control-label:before, .custom-control.custom-radio .custom-control-label:after {
            border-radius: 100%;
        }

    .custom-control.custom-control-dark .custom-control-label:before {
        border: 1px solid #707070;
        background-color: transparent;
        box-shadow: none !important;
    }

    .custom-control.custom-control-dark .custom-control-input:checked ~ .custom-control-label:before {
        background-color: #707070;
    }

    .custom-control.custom-control-dark.custom-control-checkbox .custom-control-label:before {
        border-radius: 0;
    }

    .custom-control.custom-control-light .custom-control-label:before {
        border: 1px solid #919191;
        background-color: transparent;
        box-shadow: none !important;
    }

    .custom-control.custom-control-light .custom-control-input:checked ~ .custom-control-label:before {
        background-color: transparent;
    }

    .custom-control.custom-control-lg {
        min-height: 1.75rem;
        padding-left: 2.625rem;
    }

        .custom-control.custom-control-lg .custom-control-label {
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .custom-control.custom-control-lg .custom-control-label:before, .custom-control.custom-control-lg .custom-control-label:after {
                left: -2.625rem;
                height: 1.75rem;
                width: 1.75rem;
            }

.error {
    color: red;
}
