﻿.menutop {
    width: 100%;
    float: left;
    background: #efebeb;
}

    .menutop .bg-dark {
        background: #7aaa32 !important;
        float: left;
    }

    .menutop .navbar {
        padding: 0px 10px;
    }

    .menutop .navbar-dark .navbar-nav .nav-link {
        color: #fff;
    }

    .menutop .logotop {
        width: 57px;
        margin-top: -5px;
    }

    .menutop .ulgiohang {
        float: right;
        margin-bottom: 0px;
    }

        .menutop .ulgiohang li {
            float: left;
            padding: 10px;
            list-style: none;
            color: #fff;
            border-left: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
        }

            .menutop .ulgiohang li span {
                color: #fff;
            }

    .menutop #header_links {
        float: right;
        margin-bottom: 0px;
    }

        .menutop #header_links li {
            float: left;
            list-style: none;
        }

            .menutop #header_links li a {
                border-color: #d7d7d7;
                border-style: solid;
                border-width: 0 0 0 1px;
                color: #403e3e;
                display: inline-block;
                line-height: 12px;
                padding: 0 15px 1px;
                margin: 9px 0 9px;
                text-transform: capitalize;
                font-size: 12px;
                font-family: roboto;
            }

            .menutop #header_links li:first-child a {
                border-left: 0;
            }

.fa {
    margin-right: 5px;
    color: #f00;
    font-weight: BOLD !important;
}

.header {
    width: 100%;
    float: left;
}

    .header #logo {
        padding-left: 0px;
    }

    .header .logo img {
        margin-top: 5px;
    }

    .header #menuright {
        padding-right: 0px;
        margin-top: 5px;
    }

        .header #menuright .aresearch {
            padding: 0px;
            margin-bottom: 10px;
        }

#search .btn-default {
    background: #7aa637;
    color: #fff;
}

#search .input-group .form-control {
    position: relative;
    z-index: 2;
    float: right;
    width: 81%;
    margin-bottom: 0;
}

#cart .fa {
    color: #fff;
}

#cart .btn-primary {
    border-radius: 0px;
    background-color: #7aa637;
    border-color: #648c36;
}

/*menu*/
nav {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    padding-bottom: 0px;
    display: block;
    margin-bottom: 0px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #head-mobile {
        display: none;
    }

#cssmenu {
    font-family: roboto;
    background: #fff;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

    #cssmenu > ul > li {
        float: left;
    }

        #cssmenu > ul > li > a {
            padding: 17px;
            font-size: 14px;
            letter-spacing: 1px;
            text-decoration: none;
            color: #fff;
            /* font-weight: 700; */
            font-family: roboto;
            text-transform: uppercase;
        }

        #cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
            color: #fff;
        }

        #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
            background: #7aa637 !important;
            -webkit-transition: background .3s ease;
            -ms-transition: background .3s ease;
            transition: background .3s ease;
        }

        #cssmenu > ul > li.has-sub > a {
            padding-right: 30px;
        }

            #cssmenu > ul > li.has-sub > a:after {
                position: absolute;
                top: 22px;
                right: 11px;
                width: 8px;
                height: 2px;
                display: block;
                background: #ddd;
                content: '';
            }

            #cssmenu > ul > li.has-sub > a:before {
                position: absolute;
                top: 19px;
                right: 14px;
                display: block;
                width: 2px;
                height: 8px;
                background: #ddd;
                content: '';
                -webkit-transition: all .25s ease;
                -ms-transition: all .25s ease;
                transition: all .25s ease;
            }

        #cssmenu > ul > li.has-sub:hover > a:before {
            top: 23px;
            height: 0;
        }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        padding: 0px;
        z-index: 9999;
    }

        #cssmenu ul ul li {
            height: 0;
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            background: #28632b;
            transition: all .25s ease;
        }

            #cssmenu ul ul li:hover {
            }

    #cssmenu li:hover > ul {
        left: auto;
    }

        #cssmenu li:hover > ul > li {
            height: 35px;
        }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150,150,150,0.15);
        padding: 11px 15px;
        width: 170px;
        font-size: 12px;
        text-decoration: none;
        color: #ddd;
        font-weight: 400;
    }

    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #fff;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: '';
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

    #cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #333;
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333;
    }

@media screen and (max-width:1000px) {
    .logo {
        text-align: center;
        padding: 10px 0 0 0;
        float: none;
    }

    .logo2 {
        display: none;
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

            #cssmenu ul li {
                width: 100%;
                border-top: 1px solid #444;
            }

                #cssmenu ul li:hover {
                    background: #363636;
                }

            #cssmenu ul ul li, #cssmenu li:hover > ul > li {
                height: auto;
            }

                #cssmenu ul li a, #cssmenu ul ul li a {
                    width: 100%;
                    border-bottom: 0;
                }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul li {
            background: #333 !important;
        }

            #cssmenu ul ul li:hover {
                background: #363636 !important;
            }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #ddd;
            background: none;
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            color: #fff;
        }

        #cssmenu ul ul, #cssmenu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #head-mobile {
            display: block;
            padding: 23px;
            color: #ddd;
            font-size: 12px;
            font-weight: 700;
        }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }

        .button:after {
            position: absolute;
            top: 22px;
            right: 20px;
            display: block;
            height: 4px;
            width: 20px;
            border-top: 2px solid #dddddd;
            border-bottom: 2px solid #dddddd;
            content: '';
        }

        .button:before {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 16px;
            right: 20px;
            display: block;
            height: 2px;
            width: 20px;
            background: #ddd;
            content: '';
        }

        .button.menu-opened:after {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            top: 23px;
            border: 0;
            height: 2px;
            width: 19px;
            background: #fff;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .button.menu-opened:before {
            top: 23px;
            background: #fff;
            width: 19px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }

        #cssmenu .submenu-button.submenu-opened {
            background: #262626;
        }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: '';
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff;
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }

    #cssmenu ul ul ul li.active a {
        border-left: none;
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }
}

/*end menu*/

.slider img {
    width: 100%;
}

.header .holder:after {
}

.header .holder {
    background: #fff;
    /*position: relative;*/
}

.slider {
    float: left;
    width: 100%;
    position: relative;
}

    .slider .btn-primary {
        color: #fff;
        background-color: #7aa637;
        border-color: #648c36;
        border-radius: 0px;
    }

#Fly {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #e3e3e3;
    position: absolute;
    top: 15%;
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.clearleft {
    padding-left: 0px;
}

.clearright {
    padding-right: 0px;
}

.slider #Fly .form-group {
    margin-bottom: 11px;
    float: left;
    width: 100%;
}

#Fly .form-control {
    border-radius: 0px;
}

.phone {
    color: #f00;
    font-size: 20px;
}

.arebt {
    margin-top: 20px;
}

.btdatve {
    width: 100%;
    border-radius: 0px;
    background: #7aa637;
    color: #fff;
}

.advthree {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .advthree img {
        width: 100%;
    }

.headermain {
    display: block;
    background-color: #FFFFFF !important;
    border: 1px solid #EEEEEE;
    height: 48px;
    padding: 0 16px;
    margin-bottom: 8px;
}

    .headermain > .title {
        /* font-weight: 500 !important; */
        font-weight: normal !important;
        font-family: 'Roboto-Medium', sans-serif;
        text-transform: uppercase;
        color: #333333 !important;
        font-size: 18px;
        margin: 0;
        line-height: 48px;
    }

.right {
    float: right !important;
}

.adr.inline.list {
    padding: 15px 0;
}

.adr.inline.list {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.headermain > .right > .adr.inline.list > .item {
    font-size: 14px;
    text-transform: uppercase;
    /* font-weight: 500 !important; */
    font-weight: normal !important;
    font-family: 'Roboto-Medium', sans-serif;
    border-color: #999999;
    padding: 0 20px;
    line-height: 16px;
    border-left: 1px solid #E0E0E0;
    height: 16px;
}

.adr.inline.list > .item {
    display: inline-block;
}

.product {
    position: relative;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}

.products .product {
    cursor: pointer;
}

.product__image {
    position: relative;
}

    .product__image img {
        max-width: 100%;
    }

    .product__image img {
        vertical-align: middle;
        width: 100%;
    }

.icon-hot.hot {
    background-color: #ed1c24;
}

.icon-hot, .icon-new {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-weight: 700;
    padding: 2px 9px;
    font-size: 13px;
}

.item__meta {
    opacity: 0;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding: 0 10px;
    font-size: 13px;
    color: #FFF;
    z-index: 5;
}

    .item__meta .countdown-timer {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 28px;
        padding: 4px 10px;
        background: rgba(0, 0, 0, 0.55);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.hd {
    display: inline-block;
    font-family: 'Hotdeal';
    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;
}

.item__meta .view {
    padding: 6px 12px;
    width: 110px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -17px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: #73bc28;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item__delivery, .item__location, .item__variants {
    opacity: 0;
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #FFF;
    font-size: 12px;
    padding: 5px 8px;
    z-index: 7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.item__delivery, .item__location, .item__variants {
    opacity: 0;
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #FFF;
    font-size: 12px;
    padding: 5px 8px;
    z-index: 7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.item__location {
    opacity: 1;
}

.item__delivery {
    opacity: 1;
    left: auto;
    right: 10px;
}

.product__header {
    margin: 0 15px;
    padding: 10px 0;
    min-height: 70px;
    border-bottom: 1px solid #dddddd;
}

h3.product__title {
    font-family: Roboto-Medium;
    font-weight: bold;
}

.product__title {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

.products .product__title {
    max-height: 48px;
    overflow: hidden;
}

.product__title a {
    color: #222;
    font-weight: normal;
}

.product__info {
    padding: 10px 15px;
}

.product__price {
    color: #ed1c24;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    float: left;
    margin-left: 10px;
}

.price__symbol {
    vertical-align: super;
    font-size: 80%;
}

.price__discount {
    display: inline-block;
    width: 55px;
    height: 24px;
    padding: 0 2px 0 10px;
    line-height: 25px;
    background: url(../img/discount.svg) no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    vertical-align: text-top;
    margin-left: 10px;
    vertical-align: 4px;
}

.product__price--list-price {
    margin-right: 10px;
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 400;
}

.price--old-price .price__value, .price--list-price .price__value {
    text-decoration: line-through;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #f70000;
    border-color: #8c8c8c;
}

.products .product:hover {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.body-new .homepage-category {
    margin-top: 32px;
    border: 1px solid #EEEEEE;
    border-radius: 2px 2px 0px 0px;
    margin-bottom: 13px;
}

.page-home .homepage-category.theme-saffron {
    border-top: 2px solid #7aa637 !important;
}

.body-new .homepage-category .subcategories-list {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    height: 78px;
    width: 1238px;
    background-color: #FFFFFF;
    margin-left: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.12);
    z-index: 1;
    padding-left: 170px;
}


    .body-new .homepage-category .subcategories-list > li {
        zoom: 1;
    }

    .body-new .homepage-category .subcategories-list .category-item {
        height: 78px;
        width: 160px;
        position: absolute;
        left: 0;
        top: 0;
    }

.page-home .homepage-category.theme-saffron .subcategories-list .category-item {
    background-color: #7aa637;
}

.body-new .homepage-category .subcategories-list .category-item > h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.body-new .homepage-category .subcategories-list .category-item a {
    opacity: 1;
}

.body-new .homepage-category .subcategories-list .category-item .category-item-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -16px;
    line-height: 32px;
    text-align: center;
}

.body-new .homepage-category .subcategories-list .category-item .category-item-title {
    margin-left: 51px;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
    color: #FFFFFF;
    height: 78px;
    height: 40px \9;
    width: 100px;
    background-repeat: no-repeat;
    background-position: left center;
}

    .body-new .homepage-category .subcategories-list .category-item .category-item-title > span {
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.body-new .homepage-category .subcategories-list .category-item:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 39px 0 39px 8px;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -39px;
    right: -8px;
    top: 50%;
}

.page-home .homepage-category.theme-saffron .subcategories-list .category-item:after {
    border-color: transparent #7aa637;
}

.body-new .homepage-category .subcategories-list li.subcategory-item {
    height: 78px;
    width: 115px;
    padding: 8px 0;
    margin-right: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

    .body-new .homepage-category .subcategories-list li.subcategory-item a {
        text-decoration: none;
        display: block;
        height: 66px;
    }

    .body-new .homepage-category .subcategories-list li.subcategory-item:not(:last-child) a {
        position: relative;
    }

    .body-new .homepage-category .subcategories-list li.subcategory-item .subcategory-item-thumbnail {
        height: 40px;
    }

        .body-new .homepage-category .subcategories-list li.subcategory-item .subcategory-item-thumbnail img {
            max-width: 40px;
            max-height: 40px;
        }

    .body-new .homepage-category .subcategories-list li.subcategory-item .subcategory-item-title {
        color: #333333;
        width: 110px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }

    .body-new .homepage-category .subcategories-list li.subcategory-item:not(:last-child) a:after {
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        margin-top: -28px;
        width: 1px;
        height: 56px;
        background-color: #EEEEEE;
    }

.a-footer {
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
}

.text-uppercase {
    text-transform: uppercase;
}

.font-family-bold {
    /* font-weight: 700 !important; */
    /*font-weight: normal!important;*/
    font-family: 'Roboto-Bold', sans-serif;
}

.block-footer h6 {
    margin-top: 30px;
    font-size: 15px;
    font-weight: bold;
}

.block-footer ul li {
    padding-top: 7px;
}

.a-footer a {
    color: #000;
    text-decoration: none;
}

.border-right.height {
    border-right: 1px solid #e5e5e5;
}

.body-new .homepage-category .subcategories-list .category-item .category-item-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -16px;
    line-height: 32px;
    text-align: center;
}

.remarkhottour {
    display: block;
    position: absolute;
    z-index: 999;
    right: 0;
    margin-top: 0px;
    background-color: #d11102;
    padding: 10px;
    color: #fff;
    font-size: 14pt;
}

.remarkBuy {
    display: block;
    position: absolute;
    z-index: 999;
    left: 0;
    margin-top: 0px;
    background-color: #000;
    padding: 10px;
    color: #fff;
    font-size: 10pt;
    opacity: 0.5;
}

.dulich img {
    display: block;
    width: 100% !important;
    /*height: 160px !important;*/
    border: none;
}

.dulich .content {
    padding: 10px 15px 15px 15px;
}

    .dulich .content .name {
        display: block;
        height: 40px;
        overflow: hidden;
    }

.dulich a {
    color: #006ab0;
    text-decoration: none;
    font-family: 'Roboto-Medium';
    font-size: 12pt;
    line-height: 130%;
}

.clear {
    clear: both;
}

.dulich .content .kh {
    display: block;
    clear: both;
    margin-top: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

    .dulich .content .kh .datetime {
        float: left;
        width: 49%;
        padding-left: 0%;
        padding-top: 7px;
        border-right: 1px solid #eee;
        padding-bottom: 5px;
    }

.icon-date {
    background: url(../img/sprite.png) no-repeat 0 -189px;
    padding-left: 25px;
    height: 16px;
    line-height: 16px;
    font-size: 10pt;
}

.orange {
    color: #ec880c;
}

.dulich .content .kh .destination {
    float: left;
    width: 45%;
    margin-left: 5%;
    padding-top: 7px;
}

.dulich .content .gia {
    float: left;
    width: 45%;
    padding-left: 5%;
    padding-top: 10px;
    height: 50px;
}

.dulich .colorprice {
    color: #f70303;
    font-weight: 600;
    font-size: 12pt;
}

.dulich .content .percent {
    float: right;
    width: 45%;
    padding-left: 5%;
    padding-top: 10px;
}

.dulich {
    position: RELATIVE;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    margin-bottom: 10px;
}



    .dulich:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.tintuchome {
    float: left;
    width: 100%;
}

.tabnew ul li {
    display: inline;
    height: 40px;
}

    .tabnew ul li a {
        float: left;
        font-size: 12pt !important;
        color: #333;
        font-family: 'Roboto-Medium';
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        line-height: 40px;
        text-decoration: none;
        background: none;
    }

        .tabnew ul li a.selected {
            font-size: 12pt !important;
            color: #fff;
            font-family: 'Roboto-Medium';
            height: 40px;
            line-height: 40PX;
            text-align: center;
            background: #7aa637;
        }

.tabboxnew {
    border-top: 1px solid #7aa637;
}

.tabnew ul {
    float: left;
    padding: 0px;
    margin-bottom: 0px;
}

.tinchinhhome {
    padding-top: 20px;
}

.top5px {
    padding-top: 5px;
}

.tinchinhhome .infotin a {
    font-size: 12pt;
    color: #1d70b8;
    font-family: 'Roboto-Medium';
}

.lineheight {
    line-height: 150%;
}

.tinnew0 {
    margin-top: 15px;
}

    .tinnew0 .name {
        display: block;
        padding-top: 10px;
    }

        .tinnew0 .name a {
            font-size: 12pt !important;
            color: #596772 !important;
            font-family: 'Roboto-Regular' !important;
            line-height: 22px !important;
            white-space: normal !important;
        }

    .tinnew0 img {
        width: 100%;
        height: 179px;
    }

#menuBottom {
    display: block;
    clear: both;
    width: 100%;
    background: #1c552c;
    height: 40px;
    margin-top: 25px;
}

    #menuBottom .container a {
        float: left;
        padding-right: 25px;
        white-space: nowrap;
        color: #fff;
        line-height: 40px;
        font-size: 11pt;
    }

.nav-bottom {
    font-family: 'Roboto Condensed';
    background: #11418b;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 20px;
    padding: 10px 0;
    z-index: 99999;
}

    .nav-bottom label {
        font-weight: normal;
        font-size: 18px;
        font-family: 'Roboto Condensed',sans-serif;
    }

.vp strong {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.banner-img a {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.banner-link {
    position: relative;
}

.banner-content-wrapper {
    display: inline-block;
    bottom: 0;
    background-color: rgba(21, 21, 21, 0.57);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    transition: height 0.5s, transform 0.5s;
}

    .banner-content-wrapper h2.banner-title, .banner-content-wrapper .banner-content p {
        color: #fff;
    }

.banner-img img {
    transition: width 0.5s, height 0.5s, transform 0.5s;
    -webkit-transition: width 0.5s, height 0.5s, transform 0.5s;
    width: 100%;
}

h2.banner-title {
    width: 100%;
    position: absolute;
    top: 0;
    transition: top 0.5s, transform 0.5s;
    font-weight: 300;
    color: #fff;
    margin: 0 0 30px 0;
    margin-top: 16px;
}

.banner-img {
    margin-top: 15px;
}

.banner-link:hover .banner-content-wrapper {
    height: 100%;
}

.banner-link:hover .banner-content {
    transform: scale(1);
}

.banner-link:hover h2.banner-title {
    top: 25%;
}

.bx-wrapper .bx-viewport {
    height: auto !important;
}

.dieuhuong {
    float: left;
    width: 100%;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fbfffe;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #7aa637;
    margin-top: 13px;
}

.sliderlist {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

/* menu left */
.adr.menu {
    font-weight: normal !important;
    font-family: 'Roboto', sans-serif;
    font-family: "Roboto", sans-serif;
    /*border: 1px solid #EFEFEF;*/
    margin-bottom: 16px;
}

.adr.mega.menu {
    position: relative;
}

    .adr.mega.menu > .left {
        background-color: #ffffff;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
        width: 100%;
        height: auto;
        border-bottom-left-radius: 4px;
        z-index: 10;
    }

.adr.list {
    padding-left: 0px;
    margin-left: 0;
    list-style: outside none none;
}

.adr.mega.menu > .left > .adr.list > .item {
    display: block;
    height: 46px;
    position: relative;
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    transition: none;
}

.adr .thumbnail {
    border: none;
}

.adr.mega.menu > .left > .adr.list > .item > a > .title {
    color: #040404 !important;
    /* font-weight: 500 !important; */
    font-weight: normal !important;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 14px;
    padding-top: 14px;
    width: 81%;
    float: right;
    margin-top: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 49px;
    height: 43px;
    padding: 0;
    margin: 0;
}

.adr.mega.menu > .left > .adr.list > .item > a > .subtitle {
    display: none;
    color: #A7A9B2 !important;
    font-size: 11px;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adr.mega.menu > .left > .adr.list > .item > a > .thumbnail {
    border-radius: 0px;
    display: inline-block;
    line-height: auto;
    background-color: transparent;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    width: 47px;
    height: 43px;
    opacity: 0.8;
    overflow: hidden;
}

.adr.mega.menu > .left > .adr.list > .item > a {
    display: block;
    height: 43px;
}

    .adr.mega.menu > .left > .adr.list > .item > a > .thumbnail > img {
        position: absolute;
        top: 0px;
        bottom: 0px;
        display: block;
        margin: auto;
        left: 0;
        right: 0;
        max-width: 20px;
        max-height: 20px;
    }

.adr.mega.menu > .left > .adr.list > .item:not(:last-child):before {
    content: '';
    background-color: #666b7e !important;
    position: absolute;
    bottom: 0;
    /* left: 50%; */
    /* margin-left: -99px; */
    width: 100%;
    height: 1px;
}

.pagination {
    float: right;
    margin: 0px;
}

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #ffffff;
        text-decoration: none;
        background-color: #1c552c;
        border: 1px solid #ddd;
    }

.descriptionpage {
    padding-top: 20px;
    margin-bottom: 20px;
}

#column-left .product_module {
    border-top: 1px solid #ff6c0a;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

    #column-left .product_module h3 {
        font-family: arial;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 15px 18px;
        color: #000000;
        margin: 0;
        border-bottom: 1px solid #7aa637;
    }

.boxcontent {
    background: #fff;
    float: left;
    width: 100%;
}

    .boxcontent .tin .hinh {
        float: left;
        width: 33%;
        margin-left: 9px;
    }

    .boxcontent .tin {
        display: block;
        padding-top: 10px;
        float: left;
        width: 100%;
    }

        .boxcontent .tin .hinh img {
            width: 98%;
            height: 60px;
            border: 1px solid #e7e5e5;
        }

        .boxcontent .tin .info {
            float: left;
            width: 63%;
            padding-left: 4%;
            margin-top: -4px;
        }

            .boxcontent .tin .info a {
                font-family: 'Roboto-Regular';
                color: #333;
                font-size: 11pt;
            }

.colorprice {
    color: #f70303;
    font-weight: 600;
    font-size: 12pt;
}

.giagoc1 {
    color: #999;
    text-decoration: line-through;
    font-size: 8pt;
    font-weight: normal;
}

.line {
    display: block;
    clear: both;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
    border-bottom-style: dashed;
    margin-bottom: 10px;
}

.service_info_middle .item-title {
    font-size: 22px !important;
    line-height: 28px;
    color: #333333 !important;
    overflow: hidden;
    margin: 0 0 14px;
}

.service_info_middle .rate_social {
    overflow: hidden;
}

.merchantLink {
    color: #1976d2;
}

.floatLeft {
    float: left;
}

.service_info_middle .vine-rates, .service_info_middle .social_link {
    float: left;
}

.service_info_middle .vine-rates {
    margin-right: 12px;
}

.service_info_middle .item-prices {
    padding-bottom: 0;
    padding-top: 16px;
    border-bottom: none;
    border-top: 1px solid #eeeeee;
    margin-top: 16px;
}

    .service_info_middle .item-prices .item-price {
        font-size: 26px;
        font-family: "Roboto";
        color: #d60c0c !important;
        display: inline;
        font-size: 22px;
    }

    .service_info_middle .item-prices .item-original-price {
        text-decoration: line-through;
        padding-right: 8px;
        margin-right: 8px;
        margin-left: 8px;
        border-right: 1px solid #ccc;
        display: inline;
        font-size: 13px;
    }


    .service_info_middle .item-prices .item-discount-rate {
        height: 40px;
        line-height: 40px;
        font-family: "Roboto-Medium";
        color: #d60c0c !important;
        display: inline;
        font-size: 22px;
    }

#properties-list-info-deal {
    margin-bottom: -16px;
}

.service_info_middle ul.properties-list {
    margin-bottom: 16px;
}

.service_info_middle ul.properties-list {
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    /* border-bottom: 1px dotted #eee; */
    padding-bottom: 4px;
}

    .service_info_middle ul.properties-list > li {
        float: left;
        width: 270px;
        font-size: 15px;
        margin-bottom: 16px;
        overflow-y: hidden;
    }

        .service_info_middle ul.properties-list > li > span.icon {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            float: left;
            margin-right: 8px;
        }

        .service_info_middle ul.properties-list > li > span.label {
            padding: 0;
            font-size: 12px;
            color: inherit;
            font-weight: normal;
            width: 124px;
            padding-right: 8px;
            display: inline-block;
            text-align: left;
        }

        .service_info_middle ul.properties-list > li > span.label {
            display: block;
            font-size: 13px;
            color: #666666 !important;
            margin-bottom: 2px;
            line-height: 1.3;
        }

.service_info_middle ul.properties-list {
    margin-bottom: 16px;
}

.service_info_middle ul.properties-list {
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    /* border-bottom: 1px dotted #eee; */
    padding-bottom: 4px;
}

.service_info_middle .item_add_to_cart_block {
    padding-top: 20px;
    margin-bottom: 16px;
}

.adr.incrementer {
    background: #fff;
    width: 72px !important;
    height: 32px !important;
    position: relative;
    display: inline-block;
    border: none !important;
}

.service_info_middle .item_add_to_cart_block .adr.incrementer {
    margin-left: 0;
    margin-right: 16px;
    height: 48px !important;
}

.adr.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border: 1px solid #c7d9f0;
    color: #1b73da;
    font-size: 13px;
    line-height: 20px;
    white-space: normal;
    padding: 0px 8px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Roboto-Medium";
    border-color: transparent;
    color: #ffffff;
    text-align: center;
}

.service_info_middle .item_add_to_cart_block .top_shopping_button {
    display: inline-block;
    width: 282px;
    border-radius: 0;
    margin-top: 0;
}

.service_info_middle .item_add_to_cart_block .top_shopping_button {
    width: 250px;
    margin-right: 16px;
}

.adr.button.icon .icon {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
}

.adr.icon.cart {
    background-image: url(../img/adr-icon-cart.png);
}

.adr.button.icon.huge .icon {
    width: 48px;
    height: 48px;
}

.bg-red {
    background-color: #d60c0c !important;
}

.service_info_middle .item_add_to_cart_block .top_shopping_button {
    height: 48px;
    margin-top: 16px;
    max-width: 376px;
    line-height: 46px;
}

.tab-content {
    display: block;
    padding: 10px;
    border: 1px solid #e3e3e3;
}

.tourdetail .chitiettour {
    display: block;
    margin-top: 20px;
}

    .tourdetail .chitiettour .infotour {
        display: block;
        background: #f5f5f5;
        padding: 15px;
        border: 1px solid #eee;
        overflow: hidden;
    }

        .tourdetail .chitiettour .infotour .left {
            float: left;
            width: 70%;
        }

.pricedetail {
    color: #f70303;
    font-weight: 600;
    font-size: 18pt;
}

.giatourkm {
    color: #acabab;
    font-weight: normal;
    text-decoration: line-through;
}

.tourdetail .chitiettour .khoihanh {
    display: block;
    font-size: 10pt;
}

    .tourdetail .chitiettour .khoihanh .row3 {
        float: left;
        width: 60%;
        padding-top: 10px;
    }

    .tourdetail .chitiettour .khoihanh .row4 {
        float: left;
        width: 40%;
        padding-top: 10px;
    }

    .tourdetail .chitiettour .khoihanh .column1 {
        float: left;
        width: 25%;
        color: #1d70b8;
    }

    .tourdetail .chitiettour .khoihanh .column2 {
        float: left;
        width: 75%;
        color: #333;
    }

.book2 {
    display: block;
    width: 95%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 12pt;
    text-align: center;
    background: #7aa637;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .book2 a {
        height: 60px;
        line-height: 60px;
        font-size: 14pt;
        color: #fff;
    }

.tourdetail .chitiettour .infotour .right {
    float: left;
    width: 30%;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 90%;
    }
}

@media (max-width: 600px) {
    .border-right.height {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }

    #chiase {
        text-align: left !important;
    }

    .body-new .homepage-category .subcategories-list {
        width: 100% !important;
    }
}

.text-left {
    text-align: left !important;
}

.testimonial_inner {
    position: relative;
    padding-top: 15px;
    margin-bottom: 30px;
    min-height: 120px;
}

.testimonial_image img {
    width: 120px;
    margin-bottom: 30px;
}

.text-left .testimonial_image img {
    position: absolute;
    left: 0;
    top: 15px;
    width: 80px;
}

.testimonial_text {
    font-style: italic;
}

.text-left .testimonial_text {
    padding-left: 100px;
}

.testimonial_text .test_content {
    line-height: 22px;
    font-size: 14px;
}

.testimonial_text .test_name {
    display: inline-block;
    font-weight: bold;
}

.exchange {
    float: right;
    line-height: 20px;
    margin: 10px 20px 10px 0;
    padding-right: 20px;
    border-right: 1px solid rgba(0,0,0,0.1);
}

.order-tool {
    float: right;
    margin: 3px 0;
}

    .order-tool .tit, .exchange {
        line-height: 19px;
        font-size: 11px;
        text-transform: uppercase;
        float: left;
        margin-right: 9px;
    }

.icon-chrome {
    background: url(/img/icon-chrome.png) no-repeat center;
}

.icon-chrome, .icon-coccoc {
    float: left;
    margin-left: 3px;
    height: 30px;
    width: 30px;
}

.icon-coccoc {
    background: url(/img/icon-coccoc.png) no-repeat center;
}

.red-clr {
    color: #c1392b !important;
}

.head-user {
    float: right;
}

.head-cart {
    float: left;
    width: 71px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 36px;
    color: #f6cbc7;
    position: relative;
}

    .head-cart .fa {
        margin-right: -5px;
        margin-top: -1px;
    }

.fa-shopping-bag:before {
    content: "\f290";
}

.head-cart .num-notify {
    position: absolute;
    right: 6px;
    top: 14px;
    height: 24px;
    width: 24px;
    background: #EE9F15;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    letter-spacing: normal;
    border-radius: 50%;
}

.group-btn-user {
    float: left;
}

.register, .login {
    float: left;
    height: 80px;
    text-align: center;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    margin-right: 1px;
}

    .register .fa, .login .fa {
        font-size: 18px;
        line-height: 30px;
    }

    .register:hover, .login:hover {
        color: #fff;
        background: rgba(255,255,255,0.1);
    }

#login-page .content {
    padding: 20px 20px 0;
    float: left;
    background: #fff;
    margin-bottom: 20px;
}

#login-page .tab-content {
    background: #fff;
    border: 2px solid #11418b;
    /* height: 260px; */
    float: left;
    width: 100%;
}

.crm-form .box {
    margin-top: 15px;
    padding-top: 0px;
    padding: 0 8%;
    color: silver;
    background: #fff;
}

.crm-form .box-login {
    width: 50%;
    float: left;
    /* padding: 0 20px 0 60px; */
}

.crm-form .box-social {
    width: 50%;
    float: left;
    /* padding: 0 20px 0 60px; */
}

.crm-form .box-title {
    text-transform: uppercase;
    font-size: 18px;
    height: 20px;
    text-align: center;
    color: #df4a32;
    border: none;
}

.crm-form .box-content {
    /* width: 280px; */
    margin-top: 10px;
}

.crm-form .box-login .j-textbox {
    width: 100%;
    background: url(../images/user.png) 94% center no-repeat;
    border: 1px solid #d8d8d8;
    height: 37px;
    padding: 2px 15px;
    outline: none;
}

.crm-form .box-login .j-textbox {
    width: 100%;
    background: url(../img/user.png) 94% center no-repeat;
    border: 1px solid #d8d8d8;
    height: 37px;
    padding: 2px 15px;
    outline: none;
    margin-bottom: 10px;
}

.crm-form .box-login #txtPassword {
    margin-top: 15px;
    margin-bottom: 15px;
    background: url(../img/locked.png) 94% center no-repeat;
}

.crm-form .btn3 {
    height: 38px;
    display: block;
    color: white;
    background: #016f70;
    line-height: 38px;
    border: 1px solid #067175;
    display: block;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

.crm-form .fb-login {
    position: relative;
    height: 40px;
    /* width: 240px; */
    background: #3b5998;
    line-height: 40px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    padding-left: 40px;
    text-align: center;
}

    .crm-form .fb-login .icon {
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 39px;
        height: 40px;
        border-right: 1px solid #354f88;
        background: #3b5998;
        text-align: center;
    }

        .crm-form .fb-login .icon img {
            height: 60%;
            vertical-align: middle;
        }

.crm-form .plus-login {
    margin-top: 15px;
    position: relative;
    height: 40px;
    /* width: 240px; */
    background: #df4a32;
    line-height: 40px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    padding-left: 40px;
    text-align: center;
}

    .crm-form .plus-login .icon {
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 39px;
        height: 40px;
        border-right: 1px solid #c1402b;
        background: #df4a32;
        text-align: center;
    }

        .crm-form .plus-login .icon img {
            height: 60%;
            vertical-align: middle;
        }

.crm-form div.lbl {
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 10px;
    white-space: nowrap;
}

.crm-form .lbl {
    text-align: center;
    margin-bottom: 15px;
}

.crm-form a:hover {
    text-decoration: underline;
}

.crm-form a {
    color: #11418b;
    font-size: 12px;
    font-weight: bold;
}

.mg-bottom-30 {
    margin-bottom: 30px !important;
}

.pull-left {
    float: left !important;
}

.custom-checkbox, .custom-radio {
    display: inline-block;
    position: relative;
    line-height: 0;
}

    .custom-checkbox input, .custom-radio input {
        position: absolute;
        height: 20px;
        width: 20px;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .custom-checkbox > label, .custom-radio > label {
        display: inline-block;
        width: 20px;
        height: 20px;
        font-size: 12px;
        color: #94c026;
        text-align: center;
        line-height: 18px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .custom-checkbox input:checked + label .fa, .custom-radio input:checked + label .dot {
        display: block;
    }

.fa-check:before {
    content: "\f00c";
}

.foot-address {
    background: #f0f0f0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0;
}

    .foot-address .block-address {
        padding-right: 10px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 12px;
    }

        .foot-address .block-address .title {
            margin-bottom: 20px;
            font-size: 14px;
            letter-spacing: normal;
            text-transform: uppercase;
        }

.block-bank .image {
    float: left;
    margin-right: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px #dfdfdf solid;
}

.block-bank .info-bank .name {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
    font-weight: 500;
}

.block-bank .info-bank p {
    color: #726c6c;
    margin-bottom: 2px;
    font-size: 12px;
}

.foot-bank {
    background: #f8f8f8;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.folder-title {
    text-align: center;
    margin-bottom: 40px;
}

    .folder-title .title {
        display: inline-block;
        padding: 0 20px;
        position: relative;
        font-size: 30px;
        line-height: 46px;
        margin-bottom: 0;
        text-transform: uppercase;
        font-weight: 300;
    }



        .folder-title .title .line-left, .folder-title .title .line-right {
            position: absolute;
            top: 20px;
            height: 8px;
            width: 190px;
            border-bottom: 1px solid #181818;
        }

        .folder-title .title .line-left {
            right: 100%;
        }

        .folder-title .title .line-right {
            left: 100%;
        }

            .folder-title .title .line-left:before, .folder-title .title .line-right:before {
                position: absolute;
                content: "";
                top: 0;
                width: 80%;
                height: 1px;
                background: #181818;
            }

        .folder-title .title .line-left:before {
            right: 0;
        }

        .folder-title .title .line-right:before {
            left: 0;
        }

.text-uppercase {
    text-transform: uppercase !important;
}

.set-relative {
    position: relative !important;
    width: 100%;
}

.form-control, .select-box {
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
    height: 36px;
    font-size: 13px;
    width: 100%;
    padding: 6px 15px;
    line-height: 22px;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    margin: 0;
    text-align: left;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 5px;
}

    .form-control.large, .select-box.large {
        height: 44px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-width: 1px;
        font-size: 14px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.col-gr-50per {
    width: 50%;
}

[class*="col-gr-"] {
    float: left;
    padding: 0 15px;
}

.btn {
    color: #fff;
}

.mg-bottom-40 {
    margin-bottom: 20px;
}

.status-tabs li {
    float: left;
    margin: 0 15px 15px 0;
    list-style: none;
}

    .status-tabs li a {
        display: inline-block;
        padding: 4px 10px;
        line-height: 20px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        color: #333;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .status-tabs li.active a {
        background: #c1392b;
        border-color: #c1392b;
    }

        .status-tabs li.active a span {
            color: #fff !important;
        }

.mg-right-15 {
    margin-right: 15px !important;
}

.status-tabs li.active a span {
    color: #fff !important;
}

.fweight-500 {
    font-weight: 500 !important;
}

.bg-gray-50 {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.pd-top-15 {
    padding-top: 15px !important;
}

.pd-left-15 {
    padding-left: 15px !important;
}

.mg-bottom-15 {
    margin-bottom: 15px !important;
}

.status-tabs li:hover a {
    background: #c1392b;
    border-color: #c1392b;
    color: #fff;
    text-decoration: none;
}

.table {
    width: 100%;
    max-width: 100%;
    border-collapse: separate;
}

.bg-blue {
    background-color: #264f72 !important;
}

.white-clr {
    color: #fff !important;
}

.table td, .table th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    text-align: left;
    vertical-align: top;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.table thead tr th {
    white-space: nowrap;
    font-weight: 500;
    vertical-align: middle;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(0,0,0,0.05);
}

.list-info-detail {
    margin-bottom: 40px;
}

.group-tbstyle {
    display: table;
    width: 100%;
    padding: 0px;
}

    .group-tbstyle > li {
        display: table-row;
    }

    .group-tbstyle .gr-content, .group-tbstyle .gr-action {
        display: table-cell;
        vertical-align: middle;
    }

    .group-tbstyle .gr-action {
        width: 1%;
        white-space: nowrap;
    }

.list-info-detail li .gr-action, .list-info-detail li .gr-content {
    padding: 6px 0;
    line-height: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-info-detail li .gr-action {
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    width: 140px;
}

.list-info-detail li .gr-action {
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    width: 140px;
}

.mg-bottom-10 {
    margin-bottom: 10px;
}

.mg-bottom-30 {
    margin-bottom: 30px !important;
}

.table.ver-mid td {
    vertical-align: middle;
    background: #fdfdfd;
}

.pull-left {
    float: left !important;
}

.pd-10 {
    padding: 10px !important;
}

.red-clr {
    color: #c1392b !important;
}

.image-prd {
    margin-right: 10px;
}

    .image-prd .image {
        /*overflow: hidden;*/
        position: relative;
        text-align: center;
    }

.group-cart .image-prd .image, .group-cart-2 .image-prd .image {
    width: 70px;
}

/*.image-prd .image .align-img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}*/

.image-prd .image .align-img {
    width: 70px;
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translateX(-50%) translateY(-50%); */
    -moz-transform: translateX(-50%) translateY(-50%);
    /* -webkit-transform: translateX(-50%) translateY(-50%); */
    -ms-transform: translateX(-50%) translateY(-50%);
    float: left;
}

.align-img img {
    vertical-align: top;
    width: 100%;
}

.link-in-cart {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    max-width: 250px;
}

.text-wrap {
    white-space: normal !important;
}

.lh-20 {
    line-height: 20px !important;
}

.fsize-12 {
    font-size: 12px !important;
}

.text-underline {
    text-decoration: underline !important;
}

.mg-left-80 {
    margin-left: 80px !important;
}

.pd-top-25 {
    padding-top: 25px !important;
}

.border-left-gray-200 {
    border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.table.ver-mid td {
    vertical-align: middle;
    background: #fdfdfd;
}

.bg-gray-60 {
    background-color: rgba(0, 0, 0, 0.06) !important;
}



.red-clr {
    color: #c1392b !important;
}

.blue-clr {
    color: #2a87cf !important;
}

.check-box {
    display: inline-block;
    height: 32px;
    width: 32px;
    background: #f7f7f7;
    border: 2px solid #e1e1e1;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    color: #20a254;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.group-cart-2 .number-detail-prd {
    border-color: rgba(0, 0, 0, 0.1);
    padding: 0;
}

.group-tbstyle .gr-action {
    width: 1%;
    white-space: nowrap;
}

.number-detail-prd .down-num, .number-detail-prd .up-num {
    display: inline-block;
    height: 68px;
    width: 68px;
    background: rgba(0, 0, 0, 0.05);
    position: relative;
    cursor: pointer;
}

.group-cart-2 .number-detail-prd .down-num, .group-cart-2 .number-detail-prd .up-num {
    height: 36px;
    width: 36px;
    background: none;
}

.number-detail-prd .down-num:before, .number-detail-prd .up-num:before {
    position: absolute;
    content: "";
    left: 15px;
    right: 15px;
    height: 4px;
    top: 32px;
    background: #1a212b;
}

.group-cart-2 .number-detail-prd .down-num:before, .group-cart-2 .number-detail-prd .up-num:before {
    left: 12px;
    right: 12px;
    height: 2px;
    top: 17px;
    background: #7d7d7d;
}

.group-tbstyle .gr-content, .group-tbstyle .gr-action {
    display: table-cell;
    vertical-align: middle;
}

.group-tbstyle .gr-content {
    width: auto;
}

.group-cart-2 .number-detail-prd .form-control {
    height: 36px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    padding: 0;
    color: #333;
    font-weight: 500;
}

.group-tbstyle .gr-content, .group-tbstyle .gr-action {
    display: table-cell;
    vertical-align: middle;
}

.number-detail-prd .down-num, .number-detail-prd .up-num {
    display: inline-block;
    height: 68px;
    width: 68px;
    background: rgba(0, 0, 0, 0.05);
    position: relative;
    cursor: pointer;
}

    .number-detail-prd .up-num:after {
        position: absolute;
        content: "";
        top: 15px;
        bottom: 15px;
        width: 4px;
        left: 32px;
        background: #1a212b;
    }

.group-cart-2 .number-detail-prd .up-num:after {
    top: 12px;
    bottom: 12px;
    width: 2px;
    left: 17px;
    background: #7d7d7d;
}

.table.ver-mid td {
    vertical-align: middle;
    background: #fdfdfd;
}

.number-detail-prd {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 5px;
}
