@font-face {
    font-family: 'BarlowCondensed-Medium';
    src: url('../fonts/BarlowCondensed-Medium.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'BarlowSemiCondensed-Bold';
    src: url('../fonts/BarlowSemiCondensed-Bold.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'BarlowCondensed-SemiBold';
    src: url('../fonts/BarlowCondensed-SemiBold.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'BarlowCondensed-SemiBold';
    src: url('../fonts/BarlowCondensed-SemiBold.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'SVN-Pequena Neo Black';
    src: url('../fonts/SVN-Pequena Neo Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BarlowSemiCondensed-Regular';
    src: url('../fonts/BarlowSemiCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0px;
    padding: 0px
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

    a:hover {
        color: #000000 !important;
        text-decoration: none !important;
    }

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.success {
    color: #50a00b;
}

.error {
    color: red;
}

.display-none {
    display: none;
}

.fixed {
    position: fixed !important;
}

body {
    font-family: 'Kanit', arial !important;
    font-size: 18px;
}
/********** HEADER ***********/
.header-top {
    background: #626262;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

#click-out-menu {
    text-align: right;
}

#wrap-header {
    background: #ffffff;
    width: 100%;
}

    #wrap-header .container {
        
    }

.logo h2 {
    margin: 0px;
    display: table;
    height: 95px;
}

    .logo h2 a {
        display: table-cell;
        vertical-align: middle;
    }

.list-login-right {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

    .list-login-right li {
        float: right;
        margin-top: 10px;
    }

        .list-login-right li a {
            padding: 0px 10px;
            color: #737373 !important;
            font-weight: 300;
        }

        .list-login-right li:hover a {
            text-decoration: none;
            color: #ff5050;
        }

        .list-login-right li:first-child a {
            border-right: none;
        }

.menu-right-bottom {
    padding: 0px !important;
}

    .menu-right-bottom ul {
        display: inline-block;
        width: 100%;
    }

        .menu-right-bottom ul li {
            float: right;
            margin-left: 10px
        }

    .menu-right-bottom #search, .menu-right-bottom #cart-click {
        display: inline-block;
        background: #4b4b4b;
        padding: 5px 10px;
        border-radius: 5px;
        color: white;
    }

        .menu-right-bottom #search i, .menu-right-bottom #cart-click i {
            color: white !important;
        }

    .menu-right-bottom #cart-click {
        float: left;
        margin-right: 5px;
    }

        .menu-right-bottom #cart-click:hover {
            display: block;
            background: #fe5252;
            padding: 5px 10px;
            border-radius: 5px;
        }

    .menu-right-bottom #search:hover {
        display: inline-block;
        background: #fe5252;
        padding: 5px 10px;
        border-radius: 5px;
    }

.relative-sub3 {
    position: relative;
    padding: 5px 0px;
    border-top: 1px solid #FFFFFF;
    text-align: left;
}

.sub3-ddmenu {
    position: absolute;
    width: 100%;
    background: #ffffff;
    left: 199px;
    top: 0px;
    display: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    padding-top: 5px;
}

.relative-sub3:hover .sub3-ddmenu {
    display: block;
}

    .relative-sub3:hover .sub3-ddmenu:before {
        border: 1px solid;
        border-color: #ddd transparent transparent #ddd;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        content: "";
        height: 7px;
        width: 7px;
        left: 1px;
        pointer-events: none;
        position: absolute;
        z-index: 1000;
        margin-left: -6px;
        background: #ffffff;
        top: 5px;
    }
/*************** SEARCH ********************/
.wrap-search-home {
    display: none;
}

    .wrap-search-home.show-search {
        display: inline-block;
        float: left;
        margin-right: 5px;
        background: #fff;
        padding-right: 10px;
    }

    .wrap-search-home .search-input {
        height: 40px;
        border: 1px solid #f0f0f0;
        padding: 5px 0px 5px 15px;
        width: 257px;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
    }

        .wrap-search-home .search-input:focus, .wrap-search-home .search-button:focus {
            outline: none;
        }

    .wrap-search-home .search-button {
        border: none;
        padding: 5px;
        border-radius: 5px 0px 0px 5px;
        background: #fe5252;
        color: white;
        position: relative;
        left: 10px;
        top: 1px;
        width: 50px;
        display: none;
    }

        .wrap-search-home .search-button:hover {
            background: #FA1C1C;
        }

.title-search {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0px;
}

#layout-page-search {
    text-align: center;
    min-height: 300px;
    padding: 10px 0px;
}

.text-search-error {
    font-size: 23px;
}

#layout-page-search .btn-search {
    background: #fe5252;
    border-radius: 0px 5px 5px 0px;
    position: relative;
    left: -5px;
    top: -1px;
    height: 35px;
}

#layout-page-search .search-query {
    height: 35px;
    width: 50%;
    border: 1px solid #ddd;
    padding: 5px;
}

#layout-page-search .form-inline {
    margin-top: 10px;
}

#layout-page-search .btn-search span {
    color: white;
}

#layout-page-search .pagination-list {
    display: inline-block;
}

#layout-page-search li {
    float: left;
    margin-right: 5px;
    color: #888;
}

#layout-page-search .hidden-phone.current a {
    color: #fe5252;
}

#layout-page-search .hidden-phone a {
    color: #666;
}
/**************** SEARCH MOBILE ************************/
.wrap-mobile-search {
    height: 45px;
}
/**************** MENU ************************************/
#wrap-header-mobile {
    display: none;
}

.header-mobile-center {
    z-index: 1;
}

    .header-mobile-center a {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 2px;
    }

    .header-mobile-center img {
        margin: 0px auto;
        height: 50px;
        width: auto;
        
    }

header #menu .bg > ul, header .trigger-collection > ul {
    padding-left: 5px
}

    header #menu .bg > ul > li, header .trigger-collection > ul > li {
        float: left;
        position: relative;
        border-right: 1px solid #fff;
    }

        header #menu .bg > ul > li > a, header .trigger-collection > ul > li > a {
            text-transform: uppercase;
            color: #fff !important;
            line-height: 35px;
            display: inline-block;
            font-weight: bold;
            font-size: 13px;
            font-family: 'Open Sans', sans-serif
        }

        header #menu .bg > ul > li > ul, header #menu .bg > ul > li .subnav_menu {
            position: absolute;
            min-width: 200px;
            top: 45px;
            left: 0px;
            background: #ffffff;
            opacity: 0;
            -moz-transform: translateY(50px);
            -webkit-transform: translateY(50px);
            transform: translateY(50px);
            visibility: hidden;
            z-index: 999;
            padding: 0px 0;
            transition: all linear .2s;
            box-shadow: 1px 1px 5px rgba(0,0,0,.1);
        }

            header #menu .bg > ul > li > ul:before, header #menu .bg > ul > li .subnav_menu:before {
                border-color: #ddd transparent transparent #ddd;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                transform: rotate(45deg);
                content: "";
                height: 7px;
                width: 7px;
                left: 20px;
                pointer-events: none;
                position: absolute;
                z-index: 1000;
                margin-left: -6px;
                background: none;
                top: -8px;
            }

        header #menu .bg > ul > li:hover ul, header #menu .bg > ul > li:hover .subnav_menu {
            opacity: 1;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            transform: translateY(0px);
            visibility: visible;
            background: #ff7d3c;
        }

        header #menu .bg > ul > li > ul > li > a, header #menu .bg > ul > li .subcol_list ul > li > a {
            font-size: 16px;
            font-weight: 300;
            padding: 4px 7px;
            color: #121212;
            display: inline-block
        }

        header #menu .bg > ul > li .subnav_menu p, header #menu .bg > ul > li .subnav_menu span {
            padding: 4px 7px;
            display: inline-block
        }

        header #menu .bg > ul > li .subnav_menu span {
            font-size: 16px;
            font-weight: 300;
            font-family: 'Open Sans', sans-serif
        }

        header #menu .bg > ul > li .subnav_menu a {
            color: #383838
        }

        header #menu .bg > ul > li .subnav_menu h3 {
            font-size: 14px;
            margin-top: 10px;
            font-style: italic;
            font-family: 'Open Sans', sans-serif
        }

header #menu .icon-shop {
    float: right;
    height: 35px;
    width: 90px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif
}

    header #menu .icon-shop a {
        display: block;
        height: 100%;
        color: #383838;
        margin-top: 8px;
        text-transform: uppercase;
        text-align: right
    }

    header #menu .icon-shop img {
        display: inline-blockl;
        margin: 0 5px 0 0
    }

header #menu .bg > ul > li:last-child, header .trigger-collection > ul > li {
    float: left;
    margin-right: 0;
}

    header #menu .bg > ul > li:last-child > a, header .trigger-collection > ul > li > a {
        background: none;
        color: #fff;
        padding: 0px 16px 0px 0px;
        border-radius: 4px 4px 0 0;
    }

        header #menu .bg > ul > li:last-child > a > span, header .trigger-collection > ul > li > a > span {
            padding-left: 15px;
            padding-right: 7px;
        }
/*MENU 2*/
header .menu-2 {
    min-height: 48px;
    line-height: 48px;
    background: #5a5959;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

    header .menu-2 ul {
        float: right;
    }

        header .menu-2 ul li {
            float: left;
        }

            header .menu-2 ul li:hover {
                background: #FFA99F;
            }

            header .menu-2 ul li a {
                font-size: 14px;
                color: #f0f0f0;
                font-weight: 600;
                padding: 24px 22px;
            }

            header .menu-2 ul li:last-child a {
                padding-right: 30px;
            }

#menu ul#ddmenu {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    background: #0967a3;
}

    #menu ul#ddmenu li.menu-item a {
        padding: 5px 25px;
    }

    #menu ul#ddmenu li.menu-item:hover a {
        background: none;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
    }

.menu-left-bottom #menu ul#ddmenu li.menu-item a:hover {
    color: #fff !important;
}

#menu ul#ddmenu li.menu-item .subcol_list ul li a {
    box-shadow: none;
    color: #fff !important;
    font-family: arial;
}

.list-cart-search ul li#cart span {
    position: relative;
    top: 5px;
    color: #888;
    font-weight: bold;
}

.table-cart-home {
    float: left;
    background: white;
    padding: 20px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    position: absolute;
    z-index: 99;
    right: 0px;
    border-top: 5px solid #fe5252;
    display: none;
    opacity: 0.96;
}

    .table-cart-home.show-table {
        display: block;
        transition: 1s;
    }

    .table-cart-home:before {
        border: 1px solid;
        border-color: #fe5252 transparent transparent #fe5252;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        height: 8px;
        width: 8px;
        right: 50px;
        pointer-events: none;
        position: absolute;
        z-index: 1000;
        margin-left: -6px;
        background: #fe5252;
        top: -9px;
    }

    .table-cart-home ul {
        display: inline-block;
        width: 350px;
    }

        .table-cart-home ul li {
            display: inline-block;
            width: 100%;
            border-bottom: 1px dotted #ddd;
            padding-top: 10px;
            padding-bottom: 5px;
        }

            .table-cart-home ul li.toal-cart {
                border-bottom: none;
                background: #f0f0f0;
                padding: 15px;
                border-bottom: 1px solid #e0e0e0;
                border-top: 1px solid #e0e0e0;
            }

            .table-cart-home ul li:last-child {
                border-bottom: none;
            }

            .table-cart-home ul li.view-cart .cart-wrap span {
                background: #d7d7d7;
                padding: 10px 20px;
                color: white;
                display: inline-block;
                width: 48%;
                float: left;
                text-align: center;
                border-radius: 5px;
            }

            .table-cart-home ul li.view-cart .checkout-wrap span {
                color: white;
                display: inline-block;
                float: right;
                width: 48%;
                text-align: center;
                padding: 10px 20px;
                background: #d7d7d7 url('icon-check-out.png') no-repeat center right;
                background-position: 92%;
                border-radius: 5px;
            }

                .table-cart-home ul li.view-cart .checkout-wrap span:hover {
                    background: #fe6c6c url('icon-check-out.png') no-repeat center right;
                    background-position: 92%;
                }

            .table-cart-home ul li.view-cart .cart-wrap span:hover {
                background: #fe6c6c;
            }

            .table-cart-home ul li div.div-price span {
                display: inline-block;
                width: 100%;
                text-align: center;
            }

            .table-cart-home ul li h4 {
                margin: 0px;
            }

    .table-cart-home .delete i {
        color: black;
    }

.header-mobile-right {
    margin-top: 10px;
}

    .header-mobile-right span {
        display: block;
        padding: 5px 2px;
        border-radius: 5px;
        color: #fe5252;
        float: right;
        font-size: 18px;
    }

.table-cart-home ul li .variant_title {
    color: #fe5252;
    font-weight: bold;
}

.table-cart-home ul li .number span.color {
    color: #fe5252;
    font-weight: bold;
}

.table-cart-home .cart-wrap div {
    text-align: right;
}

.table-cart-home .cart-wrap {
    padding: 0px !important;
    margin-top: 5px;
}

    .table-cart-home .cart-wrap div .button-default {
        background: #fe5252;
        border: none;
        padding: 8px 12px;
        color: white !important;
        border-radius: 5px;
    }

        .table-cart-home .cart-wrap div .button-default:hover {
            background: #FA1C1C;
        }

.table-cart-home .out-button span {
    padding: 4px 0px;
    background: #f0f0f0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

    .table-cart-home .out-button span a {
        color: black !important;
    }

    .table-cart-home .out-button span:hover {
        cursor: pointer;
    }
/**************** END -> MENU  ****************************/
/******** SLIDER *********/
.wrap-img {
    z-index: 10;
}

#wrap-slider img {
    width: 100%;
}

.text-slider {
    position: absolute;
    bottom: 100px;
    right: 50px;
}

    .text-slider h3 {
        color: #ff5757;
        text-transform: uppercase;
        font-weight: bold;
    }

    .text-slider p {
        color: #4b4b4b;
    }

#wrap-slider .owl-controls {
    position: absolute;
    bottom: 10px;
    left: 45%;
}

    #wrap-slider .owl-controls .owl-page span {
        background: white;
    }
/************* ARTICLE ***********/
#layout-page-article {
    padding-top: 30px;
}

    #layout-page-article .padding_none {
        padding: 0px !important;
    }

.title-article {
    margin-top: 0px;
    margin-bottom: 5px;
}

#layout-page-article .entry-meta {
    margin-bottom: 10px;
    display: inline-block;
}

    #layout-page-article .entry-meta .author {
        margin-right: 15px;
    }

        #layout-page-article .entry-meta .author a {
            color: #333
        }

.wrap-comment-blog, .wrap-comment-blog #comments {
    padding: 0px !important;
}

    .wrap-comment-blog #comments .comment_form input {
        height: 40px;
        padding: 5px;
        display: block;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        width: 50%;
    }

    .wrap-comment-blog #comments .comment_form #comment_body {
        border: 1px solid #ccc;
        padding: 5px;
        width: 70%;
    }

    .wrap-comment-blog #comments .comment_form {
        margin-bottom: 15px;
    }

        .wrap-comment-blog #comments .comment_form #comment-submit {
            margin-top: 5px;
            background: #fe5252;
            color: white;
            border: none;
        }

.title-bl h2, .title-comment-blog {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.wrap-comment-blog #binhluan {
    margin-bottom: 10px;
}

    .wrap-comment-blog #binhluan .border-bottom {
        border-bottom: 1px dotted #f0f0f0;
        padding-bottom: 5px;
    }

    .wrap-comment-blog #binhluan .author {
        font-size: 14px;
    }

        .wrap-comment-blog #binhluan .author .date {
            float: right;
            font-style: italic;
            color: #888;
        }
/************* BLOG **************/
.items-cates {
    
    margin: 0px 8px;
    
text-align: center;}
.slider-show-pr.owl-carousel .owl-item {
    
}
    #wrap-page-blog ul.pagination-list {
        display: inline-block;
        width: 100%;
        margin: 10px 0px;
    }

    #wrap-page-blog ul.pagination-list li {
        float: left;
        margin-right: 10px;
    }

        #wrap-page-blog ul.pagination-list li.current a {
            color: #fe5252;
        }

        #wrap-page-blog ul.pagination-list li a {
            color: black;
        }

#content-blog {
    padding: 50px 0px;
}

.box-blog-img-left img {
    width: 100%;
}

.box-blog-img-left {
    padding-left: 0px !important;
}

.sidebar-right-blog .widget-title {
    background: #f9f9f9;
    padding: 10px;
    margin-top: 0px;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #333333;
    display: inline-block;
    width: 100%;
}

.sidebar-right-blog .media-list {
    border: 1px solid #f9f9f9;
    padding: 20px 15px;
}

.sidebar-right-blog ul.media-list li a {
    color: #303030;
}

.colum-right-blog .entry-title {
    margin: 0px;
}

    .colum-right-blog .entry-title a {
        font-size: 22px;
        color: #303030;
        display: inherit;
    }

.colum-right-blog .author a {
    color: #303030;
}

.colum-right-blog .author {
    margin-right: 15px;
}

.colum-right-blog .entry-meta {
    margin-bottom: 10px;
    margin-top: 5px;
}

.sb-right-blog-img {
    padding: 0px !important;
}

    .sb-right-blog-img img {
        width: 100%;
    }

#content-blog .box-blog .format-standard {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #f0f0f0;
    padding-bottom: 15px;
}

#layout-page-article .box-blog .entry-meta span {
    float: left;
    margin-right: 15px;
}

#layout-page-article .box-blog .comment a {
    color: #333;
}

#layout-page-article .box-blog .comment span {
    float: right !important;
    margin-left: 5px;
}

#content-blog .readmore a {
    color: #000000;
}

    #content-blog .readmore a:hover {
        color: #000000;
    }
/************* CONNTENT ***********/
#wrap-content-top {
    border-top: 3px solid #655AB4;
    padding-top: 15px;
}

.wrap-box-center .owl-controls .owl-prev, .wrap-box-center .owl-controls .owl-next {
    width: 30px;
    height: 25px;
    border-radius: 50%;
}

    .wrap-box-center .owl-controls .owl-prev:hover, .wrap-box-center .owl-controls .owl-next:hover {
        background: none;
    }

    .wrap-box-center .owl-controls .owl-prev i, .wrap-box-center .owl-controls .owl-next i {
        padding-top: 4px;
    }

.list-content-top img {
    padding: 3px;
    border: 1px solid #f6f6f6;
    box-shadow: 0px 1px 2px #f6f6f6;
    width: 100%;
}

.list-content-center img {
    float: left;
    width: 100%;
    border: none;
    padding: 3px;
	    height: 255px;
    object-fit: cover;
}

h3.title-box-home {
    text-transform: uppercase;
    font-size: 14px;
    color: #5d5d5d;
}

.list-content-center {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.price-content-center {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    opacity: 1;
    transition: 1s;
}

.wrap-addcard {
    background: white;
    padding: 15px;
    position: relative;
    z-index: 1;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}

    .wrap-addcard span {
        background: #CA3495;
        line-height: 32px;
        padding: 0 20px;
        display: block;
        text-transform: uppercase;
        color: #787878;
        font-size: 12px;
        border: 1px solid #ddd;
        border-radius: 16px;
        -webkit-transition: all 0.3s ease-out;
        opacity: 1;
    }

        .wrap-addcard span:hover {
            background: #56bc9a;
            color: #fff;
            border: 1px solid #56bc9a;
        }

        .wrap-addcard span a, .listing-price .buy a {
            color: white;
        }

    .wrap-addcard h4 a {
        color: #666;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px !important;
    }

.icon-card {
    background: url('icon-card.png') no-repeat center left;
    width: 27px;
    height: 24px;
    display: inline-block;
}

.wrap-addcard span a, .wrap-addcard span {
    display: inline-block;
    color: #fff !important;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 3px;
}

    .wrap-addcard span a:hover {
        text-decoration: none;
        color: #fff !important;
    }

.wrap-addcard h4 {
    margin-top: 0px;
    color: #808080;
    display: inline-block;
    padding-bottom: 5px;
    width: 100%;
}

.wrap-price {
    background: #E05CA2;
    border-radius: 50%;
    height: 88px;
    width: 90px;
    margin: 0px auto;
    position: relative;
    z-index: 0;
    top: 25px;
    opacity: 0.85;
}

    .wrap-price span {
        display: block;
        top: 25px;
        position: relative;
        color: white;
        font-weight: 700;
    }

        .wrap-price span del {
            color: #f6f6f6;
            font-size: 12px;
            font-style: italic;
        }

.wrap-border-content-center {
    padding: 5px;
    margin-bottom: 0px;
    position: relative;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}


.sales {
    position: absolute;
    top: -50px;
    left: -45px;
    background: red;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    padding: 60px 70px 10px 35px;
    box-shadow: 0px 0px 5px #888;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
}

    .sales span {
        color: white;
        font-weight: bold;
    }

.wrap-border-content-center:hover .price-content-center {
    opacity: 1;
    z-index: 3;
}

.wrap-border-content-center:hover .sales {
    opacity: 1;
    z-index: 3;
}

.wrap-border-content-center:hover .wrap-addcard span {
    opacity: 1;
    z-index: 3;
    background: #F34CAA;
    color: #fff;
    border: 1px solid #e1e1e1;
}

#wrap-content-center .wrap-box-padding {
    padding: 12px !important;
}

#wrap-content-center h3.title-box-home {
    padding: 25px 0px 25px 20px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    color: #CA3495;
    margin: 0;
    line-height: 40px;
    font-weight: 400;
    padding: 0 10px;
    border: 1px solid #655AB4;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 20px;
    margin-left: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

#wrap-content-bottom .wrap-box-padding {
    padding: 5px !important;
}

.wrap-box-padding {
    padding: 15px 0px 5px 15px !important;
    display: inline-block;
}

.wrap-box-center .owl-controls {
    position: absolute;
    top: 110px;
    width: 100%;
}

#wrap-content-bottom .container {
    padding: 10px 30px;
}

#wrap-content-bottom h3.title-box-home {
    padding: 25px 0px 25px 20px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    color: #adadad;
    margin: 0;
    line-height: 40px;
    font-weight: 400;
    padding: 0 10px;
    border: 1px solid #756CBC;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
/************** FOOTER ***************/
.face-content {
    text-align: center;
}

#newsletter-signup .form-control {
    width: 100%;
    float: left;
    border-radius: 0px;
    border: 1px solid #f0f0f0;
    height: 35px;
}

#newsletter-signup .theme_button {
    background: url(img/check-mail.png) no-repeat;
    width: 35px;
    height: 35px;
    border: none;
    text-indent: -9999px;
    position: relative;
}

    #newsletter-signup .theme_button:hover {
    }

#wrap-footer-top {
    background: url(img/bgft.jpg) top center;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.title-footer {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
}

.line-footer {
    background: url('line-footer.png') center center;
    width: 100%;
    height: 1px;
    margin-bottom: 15px;
}

.box-footer-top ul li a {
    color: #fff !important;
    text-transform: capitalize;
    
    text-decoration: none;
    color: #fff;
    
    font-weight: 300;
}

.box-footer-top ul li:hover a {
    color: #ff4d4d;
    text-decoration: none;
}
    .box-footer-top ul li {
        color: #fff;
        line-height: 2;
        
    }

        .box-footer-top ul li:hover {
            list-style-image: url('img/icon-hv-ul.png');
        }

#wrap-footer-bottom {
    background: #fff;
}

    #wrap-footer-bottom .pull-left {
        color: #7e7e7e;
        height: 70px;
        padding-top: 15px;
        padding-left: 15px;
    }

        #wrap-footer-bottom .pull-left p a {
            color: #d34d4d;
        }

    #wrap-footer-bottom .pull-right ul {
        height: 70px;
        padding-top: 15px;
        padding-right: 15px;
    }

        #wrap-footer-bottom .pull-right ul li {
            float: left;
            margin-right: 10px;
        }

            #wrap-footer-bottom .pull-right ul li a {
                color: #595959;
                font-size: 24px;
            }

            #wrap-footer-bottom .pull-right ul li:hover a {
                color: #fe5252;
            }

#click-sub-menu-left span {
    margin-right: 15px;
}

.level2 .sub-menu-left {
    margin-left: 10px !important;
}

    .level2 .sub-menu-left.sub-block {
        display: block;
        margin: 10px 0px 0px 15px;
    }

.level2.open .sub-menu-left {
    display: block;
    margin-left: 15px;
    margin-top: 10px;
}

.level2.open #click-sub-menu-left i {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/************ COLLECTION LISTING ************/
.listing-img {
    border: 1px solid #f9f9f9;
    padding: 5px !important;
}

.listing-cotnent h4.title-cotnent-listing {
    margin: 0px;
    text-transform: uppercase;
    line-height: 25px;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
}

    .listing-cotnent h4.title-cotnent-listing a {
        color: #4b4b4b;
    }

.listing-price .price {
    color: #fe5252;
    font-weight: bold;
    font-size: 18px;
}

.listing-price .price-del {
    font-size: 16px;
    font-style: italic;
    color: #fe5252;
}

.listing-price span {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.listing-price .buy a {
    color: white;
    background: #ffffff;
    line-height: 32px;
    padding: 0 20px;
    display: block;
    text-transform: uppercase;
    color: #787878;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 16px;
    -webkit-transition: all 0.3s ease-out;
    opacity: 1;
}

    .listing-price .buy a:hover {
        color: white !important;
        background: #56bc9a;
    }

.listing-img .sales-l {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    padding: 5px;
    border-radius: 5px;
}

    .listing-img .sales-l span {
        color: white;
    }
/************ COLLECTION ***************/
/************ SLIDER COLLECTION ****************/
/***** ACCORDION ******/
.easy-accordion {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .easy-accordion dt, .easy-accordion dd {
        margin: 0;
        padding: 0
    }

    .easy-accordion dt, .easy-accordion dd {
        position: absolute
    }

    .easy-accordion dt {
        margin-bottom: 0;
        margin-left: 0;
        z-index: 5; /* Safari */
        -webkit-transform: rotate(-90deg); /* Firefox */
        -moz-transform: rotate(-90deg);
        -moz-transform-origin: 20px 0px; /* Internet Explorer */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        cursor: pointer;
    }

    .easy-accordion dd {
        z-index: 1;
        opacity: 0;
        overflow: hidden
    }

        .easy-accordion dd.active {
            opacity: 1;
        }

        .easy-accordion dd.no-more-active {
            z-index: 2;
            opacity: 1
        }

        .easy-accordion dd.active {
            z-index: 3
        }

        .easy-accordion dd.plus {
            z-index: 4
        }

    .easy-accordion .slide-number {
        position: absolute;
        bottom: 0;
        left: 10px;
        font-weight: normal;
        font-size: 1.1em; /* Safari */
        -webkit-transform: rotate(90deg); /* Firefox */
        -moz-transform: rotate(90deg); /* Internet Explorer */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }

dd p {
    position: absolute;
    bottom: 15px;
    left: 0px;
    padding: 0px 15px;
}

#accordion {
    width: 100%;
    height: 245px;
    padding: 0px;
    background: #fff;
    margin-bottom: 30px;
}

    #accordion dl {
        width: 100%;
        height: 245px
    }

    #accordion dt {
        height: 60px;
        line-height: 46px;
        text-align: right;
        padding: 0 15px 0 0;
        border-top: 1px solid white;
        font-size: 13px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        background-color: #fe5252;
        color: #ffffff
    }

        #accordion dt.active {
            cursor: pointer;
            color: #fff;
            background: #fe5252
        }

        #accordion dt.hover {
            color: #423030;
            background: #fe6b6b
        }

    #accordion dd {
        background-color: white;
        border-left: 0;
        margin-right: 3px;
        height: 100% !important;
        padding: 8px 0px 7px 0px
    }

        #accordion dd p {
            font-size: 20px;
            text-transform: uppercase;
            color: white;
        }

    #accordion .slide-number {
        color: #68889b;
        left: 10px;
        font-weight: bold
    }

    #accordion .active .slide-number {
        color: #fff;
    }

    #accordion dd img {
        float: left;
        display: inline-block;
        height: 100%;
        width: 100%;
    }

    #accordion h3 {
        margin: 0px 40px 5px 10px;
    }

        #accordion h3 a {
            font-size: 18px;
            margin-top: 0px
        }

            #accordion h3 a:hover {
                text-decoration: underline;
            }

    #accordion .more {
        padding-top: 10px;
        display: block
    }

    #accordion a.more:hover {
        text-decoration: underline;
    }
/*************************************/
.slider-collection {
    padding-left: 15px;
}

.wrap-collection-list {
    padding: 30px 0px;
}

.text-right-collection span {
    display: block;
}

.align-center-collection {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

#wrap-breadcrumbs {
    background: #f4f4f4;
    height: 40px;
}

#wrap-collection {
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    padding-top: 30px;
}

.content-collection {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.title-left-collection {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    margin: 0px 0 0px 0;
    line-height: 40px;
    width: 100%;
    font-weight: 500;
    padding: 0 1px 0 9px;
    background: url(img/tabr.png) #3746c8 no-repeat right;
    text-align: left;
}

.list-left-collection {
    border: 1px solid #e1e1e1;
}

    .list-left-collection li a {
        color: #3746c8;
        font-size: 14px;
        background: url(img/ico.png) no-repeat left;
        padding-left: 10px;
    font-size: 15px;font-weight: 500;line-height: 17px;display: block;padding: 7px 5px 7px 12px;}

    .list-left-collection li {
        font-size: 14px;
        color: #6d6d6d;
        line-height: 39px;
        text-transform: capitalize;
        font-weight: 300;
        position: relative;
        /* text-align: right; */
        border-bottom: 1px solid #ddd;
        padding-left: 9px;
    padding: 5px 10px;}

        .list-left-collection li:hover {
            color: #0967A3;
        }

.box-side-collection {
    margin-bottom: 20px;
}

.list-product-collection {
    display: inline-block;
}

    .list-product-collection li {
        float: left;
        margin-bottom: 10px;
        border-bottom: 1px dotted #f0f0f0;
        padding-bottom: 10px;
    }

        .list-product-collection li:last-child {
            border-bottom: none;
        }

.img-left-collection {
    padding: 0px !important;
}

    .img-left-collection img {
        padding: 5px;
        border: 1px solid #f0f0f0;
    }

    .img-left-collection span {
        position: absolute;
        top: 6px;
        right: 6px;
        color: red;
        font-weight: bold;
    }

.text-right-collection a {
    color: #666;
    display: block;
    font-weight: 300;
}

.price {
    color: #fe5252;
    font-weight: 500;
}

.list-left-right-collection ul {
    position: absolute;
    right: 0px;
    top: 5px;
}

    .list-left-right-collection ul li {
        float: left;
        margin-right: 15px;
        font-weight: 300;
    }

        .list-left-right-collection ul li a {
            color: #666;
        }

.hidden-phone.current a {
    color: #fe5252 !important;
}

.pagination-list i {
    width: 20px;
    height: 20px;
    background: #fe5252;
    color: white;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    padding-right: 2px;
}

    .pagination-list i.fa.fa-chevron-right {
        padding-right: 0px;
    }

    .pagination-list i:hover {
        background: #666;
        color: white;
    }

.list-left-center-collection {
    text-align: right;
}

    .list-left-center-collection .sort-by {
        padding: 0 15px;
        margin: 0;
        border-radius: 15px;
        vertical-align: middle;
        height: 28px;
        display: inline-block;
        font-size: 14px;
        border: 1px solid #e5e5e5;
        font-weight: 300;
        width: auto;
    }

.list-left-top-collection ul {
    display: inline-block;
}

    .list-left-top-collection ul li {
        float: left;
        margin-right: 15px;
    }

        .list-left-top-collection ul li a {
            color: #6d6d6d;
        }

        .list-left-top-collection ul li.active a {
            color: #fe5252;
        }
/********** PRODUCT *************/
#wrap-product, #wrap-collection, #layout-page-search, #page-contact {
    padding-top: 15px;
    box-shadow: 0px 1px 4px #ccc;
}

.product-slider-right h4 {
    text-transform: uppercase;
    color: #4b4b4b;
    line-height: 25px;
    font-size: 24px;
    font-weight: 600;
}

.wrap-box-product-right {
    padding: 0px !important;
}

.product-slider-left {
    padding: 0px !important;
}

    .product-slider-left .galleria-theme-classic .galleria-thumbnails-container,
    .product-slider-left .galleria-theme-classic .galleria-stage {
        left: 0px;
    }

.galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
    margin: 0px !important;
}

#detail-des {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

.detail-des-left .tab-content {
    border: 1px solid #f0f0f0;
    padding: 15px;
}

#detail-tab-left {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

    #detail-tab-left .tab-content {
        border: 1px solid #f9f9f9;
    }

    #detail-tab-left li {
        float: left;
        margin-right: 15px;
    }

        #detail-tab-left li a {
            color: white;
            font-size: 16px;
            text-transform: uppercase;
            display: inline-block;
            color: #373737;
            margin: 10px 0 0px 0;
            line-height: 40px;
            font-weight: 400;
            border: 1px solid #ddd;
            border-radius: 20px;
            padding: 0 15px 0 15px;
        }

        #detail-tab-left li.active a {
            background: white;
            text-decoration: none;
            color: #fe5252;
        }

        #detail-tab-left li:hover a {
            background: white;
        }

.list-variant {
    display: inline-block;
    margin: 10px 0px;
    border-top: 1px dotted #ddd;
    width: 100%;
    padding-top: 20px;
}

#list-price-cart {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

    .list-variant li, #list-price-cart li,
    .selector-wrapper {
        width: 47%;
        float: left;
        margin-right: 10px
    }

        .list-variant li:last-child, #list-price-cart li:last-child {
            text-align: right;
        }

#addToCartForm .selector-wrapper {
    text-align: left;
}

    #addToCartForm .selector-wrapper:nth-child(2n+1) {
        text-align: right;
    }

.number-info-variant {
    color: #fe5252;
}

.list-variant li input#quantity {
    width: 50px;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 5px 0px;
}

.list-variant li .title-info-variant, .list-variant li .quantity-selector,
.selector-wrapper label {
    color: #888;
    font-weight: 300;
    margin-right: 10px;
}

#our_price_display {
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
}

    #our_price_display del {
        font-size: 16px;
        font-style: italic;
        font-weight: 300;
        color: #b0b0b0 !important;
    }

.single-option-selector {
    background: url("select-detail.png") no-repeat scroll right center #F7F7F7;
    border: 1px solid #DBDBDB;
    color: #595959;
    height: 34px;
    padding: 6px 27px 6px 8px;
    text-indent: 0.01px;
    text-overflow: "";
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    margin-bottom: 10px;
}

#BulkDiscount #addToCart {
    background: #fe5252;
    line-height: 30px;
    padding: 7px 25px;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    /* border: 1px solid #ddd; */
    border-radius: 24px;
}

#addToCartText i {
    color: white;
    margin-right: 10px;
}

#BulkDiscount #addToCart:hover {
    background: #fa1c1c;
}

    #BulkDiscount #addToCart:hover i {
        color: white;
    }

.wrap-tags {
    background: #fe5252;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

    .wrap-tags:hover {
        background: #d3d3d3;
    }

    .wrap-tags a {
        color: white !important;
    }

    .wrap-tags:hover a {
        color: white !important;
    }

#binhluan-product .container-fluid {
    padding: 0px !important;
}
/*************** CONTACT ****************/
.information-contact {
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 13px;
    color: #6d6d6d;
    font-weight: bold;
}

.contact-form .form-group input {
    font-size: 13px;
    border-radius: 0px;
    width: 50%;
}

.contact-form .form-group textarea {
    border-radius: 0px;
}

.contact-form .btn-primary.lienhe {
    float: right;
    background: #fe6b6b;
    color: white;
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
}

    .contact-form .btn-primary.lienhe:hover {
        background: #ff4d4d;
    }
/**************** LOGIN *****************/
#layout-page-search .content-product-list {
    width: 100%;
    border: none;
}

.list-menu-login {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    list-style: none;
}

    .list-menu-login li {
        float: left;
        margin-right: 5px;
        margin-left: 10px;
        margin-bottom: 0px;
        padding: 15px 0px 12px 0px;
    }

    .list-menu-login i {
        color: #ffffff;
    }

    .list-menu-login li a {
        color: #737373;
    }

#layout-page-login, #layout-page-register, #customer-activate, #customer-reset-password {
    width: 270px;
    margin: 0px auto;
    min-height: 350px;
    padding-top: 30px;
}

    #layout-page-login .input-group, #layout-page-register .input-group, #customer-activate .input-group,
    #customer-reset-password .input-group {
        margin-bottom: 10px;
        width: 270px;
    }

        #layout-page-login .input-group span, #layout-page-register .input-group span {
            width: 40px;
        }

    #layout-page-login .action_bottom input, #layout-page-register .action_bottom input,
    #customer-activate .action_bottom input, #customer-reset-password .action_bottom input {
        margin-bottom: 10px;
        background: #fe5252;
        color: white;
        padding: 10px;
    }

    #layout-page-login .action_bottom:hover input, #customer-activate .action_bottom:hover input,
    #customer-reset-password .action_bottom:hover input, #layout-page-register .action_bottom:hover input {
        text-decoration: none;
        background: #FF2626;
    }

#layout-page-address, #layout-page-account {
    min-height: 330px;
}

.title-customers, .title-register {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

#customer_orders {
    margin-top: 10px;
}

#customer_user table, #address_tables table, #layout-page-card table {
    margin-top: 10px;
    margin-bottom: 10px;
}

#layout-page-card .variant_title {
    display: block;
    color: #fe5252;
}

#layout-page-card .cart-buttons #update-cart {
    background-repeat: no-repeat;
    background-position: 15px 10px;
    padding-left: 34px;
    background-color: #444;
    padding: 12px;
    border-radius: 6px;
    display: inline-block;
    color: #FFF;
    box-sizing: border-box;
    text-transform: none;
    text-align: center;
    width: 180px;
    font-size: 14px;
    border: none;
    margin-bottom: 5px;
}

    #layout-page-card .cart-buttons #update-cart:hover {
        background: black;
        color: white;
        background-repeat: no-repeat;
        background-position: 15px 10px;
    }

#layout-page-card .cart-buttons #checkout {
    background-color: #fe5252;
    padding: 12px;
    border-radius: 6px;
    display: inline-block;
    color: #FFF;
    box-sizing: border-box;
    text-transform: none;
    text-align: center;
    width: 180px;
    font-size: 14px;
    border: none;
    margin-bottom: 5px;
}

    #layout-page-card .cart-buttons #checkout:hover {
        background: #FA1C1C;
        color: white;
    }

#customer_orders table tr th, #customer_orders table tr td,
#customer_user table tr th, #customer_user table tr td,
#address_tables table tr th, #address_tables table tr td,
#layout-page-card table tr th, #layout-page-card table tr td,
#order_payment table tr th, #order_payment table tr td,
#order_shipping table tr th, #order_shipping table tr td,
#order_details table tr th, #order_details table tr td {
    padding: 10px 5px;
    border-right: 1px solid #f0f0f0;
    text-align: center;
}

#customer_orders table tr, #customer_user table tr, #address_tables table tr,
#layout-page-card table tr, #order_payment table tr, #order_shipping tr, #order_details table tr {
    border: 1px solid #f0f0f0;
}

#layout-page-card .inner-left {
    padding: 0px !important;
}

    #layout-page-card .inner-left #note {
        padding: 10px;
        border: 1px solid #ddd;
    }

#layout-page-card table tr td input.item-quantity {
    width: 50px;
    border: 1px solid #f0f0f0;
}

#layout-page-card table tr .price {
    color: black;
}

ul li.level0 ul.sub-menu-left {
    display: none;
}

ul li.level0.open ul.sub-menu-left {
    display: block;
}

.customer_address.edit_address .input-group .input-group-addon {
    width: 40px;
}

.customer_address.edit_address .input-group {
    margin-bottom: 5px;
    color: #333;
}

.customer_address.edit_address .action_bottom {
    margin-bottom: 10px;
}

    .customer_address.edit_address .action_bottom .btn {
        background: #333;
        color: white;
        padding: 10px;
    }

        .customer_address.edit_address .action_bottom .btn:hover {
            background: black;
        }

.search_bl {
    position: absolute;
    z-index: 9999;
}

.galleria-theme-classic img {
    left: 0px !important;
    padding: 3px;
    margin: 0px auto;
    position: relative !important;
}

.galleria-image-nav-right, .galleria-image-nav-left {
    width: 25px !important;
    height: 25px !important;
    background: #f0f0f0;
    border-radius: 50%;
}

.galleria-thumb-nav-right, .galleria-thumb-nav-left {
    background-color: #fe5252;
}

.wrap-addcard .buy-home a {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fff !important;
}
/************* PAGE **************/
#layout-page-main {
    padding: 10px;
    min-height: 300px;
}
/************* CART **************/
.title-cart-home p span .item-quantity {
    width: 40px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    text-align: center;
}

.img-cart-home {
    padding: 0px !important;
}

.title-cart-home h4 a {
    font-size: 14px;
    color: #888;
    font-weight: bold;
}

#cartformpage table thead tr {
    background: #f0f0f0;
}

    #cartformpage table thead tr th {
        font-size: 16px;
        font-weight: 400;
    }

#cartformpage table tbody tr:nth-child(2n+2) {
    background: #f9f9f9;
}

#cartformpage table tbody tr td.item {
    text-align: left !important;
}

    #cartformpage table tbody tr td.item a {
        font-weight: bold;
        padding-left: 15px;
        color: #5c5c5c;
    }

#cartformpage table tbody tr td.qty .cart i {
    color: black;
}

#cartformpage table tbody tr td.qty a.cart {
    margin-left: 5px;
}

#cartformpage table tbody tr td.qty input {
    text-align: center;
    border-radius: 5px;
}

#cartformpage table tbody tr td.item span {
    padding-left: 15px;
}

#cartformpage table .product_image img {
    padding: 3px;
    border: 1px solid #f0f0f0;
}

#layout-page-first {
    min-height: 300px;
}

.title-cart {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

#layout-page-card {
    padding: 20px 0px;
}

.breadcrumb {
    padding: 15px 10px !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

    .breadcrumb ul li a {
        color: #888;
        font-size: 15px;
        text-transform: capitalize;
        text-decoration: none;
        font-weight: 300;
    }

    .breadcrumb ul {
        padding: 0px 15px;
    }

        .breadcrumb ul li {
            float: left;
            margin-right: 15px;
            background: url('breadcrumb-list.png') no-repeat center right;
            padding-right: 20px;
            font-size: 15px;
        }

            .breadcrumb ul li:last-child {
                background: none;
                color: #fe5252;
                font-weight: 300;
            }

#featured-product ul.pagination-list {
    display: inline-block;
    width: 100%;
}

    #featured-product ul.pagination-list li {
        float: left;
        margin-right: 20px;
        font-size: 15px;
    }

    #featured-product ul.pagination-list i {
        width: 25px;
        height: 25px;
        line-height: 26px;
    }

    #featured-product ul.pagination-list .hidden-phone a {
        color: #333;
        font-weight: 300;
    }

    #featured-product ul.pagination-list .hidden-phone.current a {
        color: #fe5252;
    }

.wrap-add-address {
    margin-bottom: 15px;
    display: inline-block;
    background: #f0f0f0;
    color: white;
    padding: 10px 10px 0px 10px;
}

    .wrap-add-address a.add-new-address {
        color: #333;
        margin-bottom: 10px;
        display: block;
    }

    .wrap-add-address:hover {
        background: #EFEFEF;
    }

        .wrap-add-address:hover a.add-new-address {
            color: black !important;
        }

.customer_address.edit_address span {
    color: #333;
}

.title-order-date {
    font-size: 24px;
    text-align: center;
}

#layout-page-order h4 {
    font-size: 16px;
    text-align: center;
}

#layout-page-order .order_section_title, #order_details h3 {
    display: inline-block;
    font-size: 16px;
}

.sub-menu-left-3 {
    margin-left: 15px;
    margin-top: 5px;
    display: none;
}

.sub-menu-left .level1 .icon-right {
    margin-left: 15px;
}

.sub-menu-left li:last-child {
    margin-bottom: 0px;
}

.sub-menu-left-3 li:first-child {
    margin-top: 5px;
}

.level1 .icon-right, .level2 .icon-right {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.wrap-product-view .wrap-box-padding {
    display: none;
}

    .wrap-product-view .wrap-box-padding:last-child {
        display: block;
    }

#cd-search {
    position: absolute;
    bottom: -40px;
    z-index: 99999;
    right: 0px;
    width: 290px;
    transition: opacity .3s 0s, visibility 0s 0s;
}
/***************** END LOGIN *****************/
@media screen and (max-width: 1023px) {
    .slider-collection {
        display: none;
    }

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

        .listing-img img {
            display: inline-block;
        }

    .title-cotnent-listing {
        padding: 10px 0px;
    }

    .listing-cotnent, .product-slider-right {
        padding: 0px !important;
    }

    .text-right-collection {
        padding: 0px !important;
        margin-top: 5px;
    }

    .slider-box-product-right .slider-product-right-img .owl-item {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .list-left-center-collection .browse-tags {
        position: relative;
        left: -10px;
    }

        .list-left-center-collection .browse-tags span.title-count-s {
            display: none;
        }
	.list-content-center img {
	    height: auto;
		    min-height: 153px;
}
    .wrap-border-content-center {
        height: auto !important;
        min-height: 260px;
    }
	.div-gioithieu, .col-md-6.col-xs-6.col-md-6-img {
	    width: 100% !important;
	}
    .list-left-right-collection ul {
        width: 50%;
    }

    #BulkDiscount {
        text-align: center;
        margin-top: 20px;
    }

    #wrap-header-mobile.fixed {
        height: 55px !important;
    }

    .wrap-mobile-search.show-none {
        display: none !important;
    }

    #wrap-header{
        display: none;
    }

    .wrap-mobile-search {
        background: #eee;
    }

    #wrap-header-mobile {
        display: inline-block;
        width: 100%;
        height: auto;
        background: white;
        z-index: 9999;
        box-shadow: 0px 0px 5px #888;
    }

    .mobile-search-home .search-input {
        border: 1px solid #d7d7d7;
        padding: 5px 10px;
        margin-top: 6px;
    margin-left: 5px;}

    .mobile-search-home [type=submit] {
        height: 30px;
        width: 30px;
        border: 0px;
        background: url(//hstatic.net/969/1000003969/1000045102/icon-search.png?v=34) no-repeat #fff;
        font-size: 0px;
        background-position: center;
        border-top: 7px solid rgba(255, 255, 255, 1);
        border-bottom: 7px solid rgba(255, 255, 255, 1);
        border-left: 1px solid #e3e3e3;
        position: absolute;
        right: 20px;
        top: 7px;
    }

    .colum-right-blog {
        padding: 0px !important;
        margin-top: 15px;
    }

    .list-variant li, #list-price-cart li, .selector-wrapper {
        width: 100% !important;
        float: none !important;
    }

        .list-variant li:last-child {
            text-align: left !important;
            margin-top: 15px;
        }

    #addToCartForm .selector-wrapper:nth-child(2n+1) {
        text-align: left;
    }
}

/*********** UPDATE *********/
.detail-des-left .tab-content img, .listing-cotnent img {
    max-width: 100%;
}

.listing-cotnent img {
    display: none;
}

body {
    background: url(//hstatic.net/385/1000031385/1000050128/wrap-bg-body.png?v=131) repeat;
}

.wrap-body {
    background: white;
}

@media screen and (min-width: 1023px) {
    .wrap-body {
    }

    .line-title {
        border-top: 1px solid #ddd;
        position: relative;
        bottom: -40px;
    }

    .line-title2 {
        border-top: 1px solid #ddd;
        position: relative;
        bottom: -20px;
    }
}

.title-count-s {
    text-transform: capitalize;
    color: #777;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
}

#binhluan-product h3 {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #373737;
    margin: 10px 0 20px 0;
    line-height: 40px;
    font-weight: 400;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0 15px 0 15px;
}

.box-product-right h3 {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #373737;
    margin: 10px 0 20px 0;
    line-height: 40px;
    font-weight: 400;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0 15px 0 15px;
}

.top-content-collection {
    overflow: hidden;
    margin: 0;
    padding: 1px 0; /* border-top: 1px solid #ddd; */
    border-bottom: 2px solid #3746c8;
    padding-bottom: 5px;
}

.content-page h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    padding: 0;
    margin: 0;
}

.news_desc {
    font-weight: bold;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
    padding-top: 10px;
    display: inline-block;
}

.block-detail-head-date {
    background: url(img/1458139717_calendar.png) no-repeat;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    float: left;
    padding-left: 26px;
}

.block-detail-head-views {
    float: right;
    background: url(img/1458139677_icon-22-eye.png) no-repeat;
    padding-left: 24px;
}

img.image_fade {
    max-width: 100%;
}

.entry-title h2 a {
    
    font-size: 19px;
font-weight: 500;}

.entry-content {
    
}

a.more-link {
    color: #3746c8 !important;
    float: right;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
}

.entry {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.entry-meta li {
    line-height: 29px;
    font-style: italic;
    
}

.entry-meta {
    margin: 0;
}

.entry-title h2 a:hover {
    color: #000 !important;
}

.breadcrumb > li > a:hover {
    color: #e97c91 !important;
}

a.nw_other {
    
    list-style-image: url('img/icon-hv-ul.png');
    padding-left: 0px;
font-size: 15px;}

    a.nw_other:hover {
        color: #e97c91 !important;
    }

.n_other {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.contact {
    background-color: #fff;
    border: solid 1px #e4e4e4 !important;
    width: 100%;
    text-indent: 15px;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    border-radius: 0;
}

.btn_send {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: 15px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}

.button-default {
    background-color: #fe5252;
    padding: 12px;
    border-radius: 6px;
    display: inline-block;
    color: #FFF;
    box-sizing: border-box;
    text-transform: none;
    text-align: center;
    width: 180px;
    font-size: 13px;
    border: none;
    margin-bottom: 5px;
    border-radius: 24px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.products-title {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.prod_key {
    padding: 6px 0px;
    border-bottom: 1px solid #e1e1e1;
}

.dptime {
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}

.status {
    padding: 6px 0px;
    border-bottom: 1px solid #e1e1e1;
}

.product-price {
    padding: 6px 0px;
    margin-bottom: 10px;
    font-weight: bold;
font-size: 18px;}

.prid_kv {
    font-weight: bold;
}

.product-price b {
    color: red;
}

.prod_kt {
}

#btnbuy {
    background: #fe5252;
    line-height: 30px;
    padding: 7px 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    /* border: 1px solid #ddd; */
    border-radius: 24px;
}

#product_quantity {
    border: 1px solid #e1e1e1;
    padding: 6px;
}

.minus {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 6px 12px;
}

.plus {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 6px 9px;
}

.product-quantity {
    padding: 8px 0px;
    float: left;
    margin-right: 20px;
}

#pnbuy {
    padding-top: 0;
}

.line-product {
    height: 20px;
}

#pncartdetail {
    font-family: 'Open Sans', sans-serif;
}

.lnkdel {
    color: red !important;
}

.btn-detail {
    background: #fe5252;
    line-height: 30px;
    padding: 7px 5px;
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 24px;
    float: left;
}

.tool_cart {
    text-align: left;
}

.tab-content {
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-top: none;
}

.sup_item {
}

.sup_item_img {
    float: left;
}

.sup_item_info {
    padding-bottom: 0px;
    display: inline-block;
    margin-bottom: 9px;
    padding-left: 10px;
}

.sup_name {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.sup_dep {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.sup_phone {
    margin-bottom: 5px;
    font-size: 12px;
    color: red;
    font-weight: bold;
}

.sup_item_img img {
    width: 60px;
}

.d_page b {
    background: #3746c8;
    padding: 3px 12px 3px 16px;
    color: #fff;
    border-radius: 10px;
}

.d_page a {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 3px 18px 3px 20px;
    color: #333 !important;
    border-radius: 8px;
    margin-left: 5px;
}

    .d_page a:hover {
        background: #f0f0f0;
    }

.d_page {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.prdinfo {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
}

.search-input-mobile {
    float: left;
    width: 85% !important;
}

.search-button-mobile {
    float: left;
    padding: 5px 15px 16px 14px;
    /* margin-top: 6px; */
    /* background: url(img/search.png) no-repeat; */
background: #061ab8;color: #fff;margin-top: 6px;height: 36px;font-size: 18px;}

.wrap-addcard h4 a:hover {
    color: #CA3495 !important;
}

.title-box-home a {
    color: #D334A2 !important;
}

.title-box-home {
    padding: 25px 0px 25px 20px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    color: #CA3495;
    margin: 0;
    line-height: 40px;
    font-weight: 400;
    padding: 0 10px;
    border: 1px solid #655AB4;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 20px;
    margin-left: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.img-responsive-home {
}

.title_art {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.title_art_title {
}

.text-right-collection a:hover {
    color: #CA3495 !important;
}

.logo {
    padding: 0px !important;
}

.menu-main {
    background: #3746c8;
    width: 100%;
}

.relative-sub3:hover {
    background: #FB4C00;
}

header #menu .bg > ul > li:hover {
    background: #ff7d3c;
}

.search-btn {
    background: #fff;
    float: left;
    padding: 4px 18px 5px 18px;
display: block;text-align: center;color: #3746c8;border-radius: 2px 4px 4px 2px;font-size: 20px;height: 37px;box-shadow: -1px 0px 3px 0px #dedede;}

.search-input {
    height: 37px !important;
    border: 1px solid #f0f0f0;
    padding: 5px 0px 5px 15px;
    width: 220px;
    float: left;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    
    
}

.col-md-search {
    margin-top: 8px;
}

.img-gioithieu img {
    
    
    
    
    
    
    margin: 0 auto;
    display: block;
    
}

.vtitle-gioithieu {
    color: #005898;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'SVN-Pequena Neo Black';
}

.div-gioithieu {
    padding-left: 0px !important;
    text-align: justify;
    font-size: 18px;
}

.div-gioithieu-title {
    margin-bottom: 10px;
    text-align: center;
}

.border-bottom {
    height: 7px;
    width: 75px;
    margin: 0 auto 20px;
    background: #005898;
}

.div-dichvu-main {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}

    .div-dichvu-main:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.container-gioithieu {
    margin-top: 40px;
}

a.gioi-thieu-xem-tiep {
    background: url(img/bgxt.png) top left no-repeat;
    color: #fff !important;
    padding: 7px 13px;
    float: left;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
    border: 1px solid;
    height: 40px;
    width: 165px;
    font-size: 15px;
}

a.vtitle-gioithieu:hover {
    color: #1C84C7 !important;
}

.col-md-6-img {
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.div-dichvu {
    text-align: center;
    
    
    
    padding-bottom: 30px;
}

    .div-dichvu h2 {
        color: #fff;
        text-transform: uppercase;
        font-family: 'SVN-Pequena Neo Black';
        padding-bottom: 15px;
        font-size: 40px;
        font-weight: normal;
        position: relative;
        margin-bottom: 15px;
    }

        .div-dichvu h2:after {
            content: "";
            position: absolute;
            width: 70px;
            height: 5px;
            background: #fff;
            bottom: 0;
            left: 47%;
        }

.div-dichvu-main img {
    background: #fff;
    padding: 4px;
    margin-bottom: 10px;
    border-radius: 10px;
    
    width: 100%;
}

.div-dichvu-block {
}

.div-dichvu p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-family: arial;
    padding: 0px 96px;
    line-height: 26px;
}

.div-dichvu-main a {
    display: inline-block;
    width: 100%;
    color: #3746c8 !important;
    font-size: 17px;
    text-transform: uppercase;
    
    
font-weight: 500;}
a.xem-chi-tiet {
    color: #3746c8 !important;
    
    
    
    padding: 5px 10px;
    
    font-size: 14px;
    
    
}
img.img-responsive-chungnhan {
    width: 270px;
}

.container-news-videos {
    
    padding-bottom: 40px;
}

.news-items-index img {
    float: left;
    margin-right: 10px;
    width: 260px;
    t
    background: #fff;
    padding: 3px;
}

.div-dichvu-main a:hover {
    text-decoration: underline;
}

.news-items-index {
    display: inline-block;
    margin-bottom: 10px;
    /* border-bottom: 1px dashed #ddd; */
    padding-bottom: 5px;
}
    .news-items-index:last-child {
        border-bottom: unset;
        padding-bottom: 0;
    }
    .news-items-index a {
        color: #3746c8 !important;
        font-size: 16px;
        
    }

    .news-items-index p {
        
        font-size: 14px;
        color: #555;
        text-align: justify;
        line-height: 19px;
    }

.news-items a {
    background: url(img/ico.png) no-repeat left;
    padding-left: 10px;
    color: #555 !important;
    font-family: arial;
    line-height: 27px;
}

    .news-items a:hover {
        color: #1C84C7 !important;
    }

.news-items-index a:hover {
    color: #000 !important;
}

.title-news {
    border-bottom: 2px solid #666666;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
    .title-news:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 5px;
        background: #3746c8;
        bottom: -1px;
        left: 0;
    }

    .title-news a, .title-news {
        
        text-transform: uppercase;
        line-height: 38px;
        font-size: 40px;
        color: #3746c8;
    font-weight: 500;}

.col-md-6-videos iframe {
    width: 550px;
    height: 272px;
}

.doitac-main {
    text-align: center;
    background: url(img/bg-dt.png) no-repeat;
    padding: 50px 0 60px;
    background-size: cover;
}

h2.doitac {
    
    text-transform: uppercase;
    position: relative;
    line-height: 38px;
    font-size: 40px;
    color: #3746c8 !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
    h2.doitac::after {
        content: "";
        position: absolute;
        width: 75px;
        height: 5px;
        background: #3746c8;
        bottom: 0;
        left: 46.6666%;
    }
img.replace-2x {
    background: #fff;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
}

.row-doitac .owl-wrapper-outer {
    background: #fff !important;
}

.owl-pagination {
    display: none;
}

#manucarousel01 .owl-buttons {
    position: relative;
    top: -54px;
    z-index: 9999;
}

    #manucarousel01 .owl-buttons .owl-prev {
        background: url(img/prev-dt.png) no-repeat;
        padding: 29px 9px 22px 9px;
        position: absolute;
        left: -5%;
        top: -10px;
    }

    #manucarousel01 .owl-buttons .owl-next {
        background: url(img/next-dt.png) no-repeat;
        padding: 29px 9px 22px 9px;
        position: absolute;
        right: -5%;
        top: -10px;
    }

.box-footer-card {
    /*background: url(img/bak_maps.png) no-repeat;*/

    padding: 0px 30px 0px 8px !important;
}

    .box-footer-card h3 {
        margin: 0px 0 20px 0;
        line-height: 36px;
        
        padding-left: 5px;
        border-bottom: 1px solid;
    font-size: 17px;font-weight: 500;display: inline-block;margin-top: 30px;}

.box-footer-top {

}

    .box-footer-top h3 {
        margin: 0px 0 20px 0;
        line-height: 36px;
        
        border-bottom: 1px solid;
        padding-left: 5px;
    font-weight: 500;display: inline-block;font-size: 17px;margin-top: 30px;}

.container-footer {
    padding: 10px 0px 20px 0px;
}

.div-email {
    color: #fff;
    padding-right: 34px;
    padding-top: 7px;
    padding-bottom: 9px;
    
    font-size: 14px;
}
.title-flow {
    margin: 25px 0 10px;
    font-size: 19px !important;
    color: #fff;
}
.div-email-bot {
    color: #fff;
    padding-right: 34px;
    padding-top: 7px;
    font-size: 13px;
    font-style: italic;
}
.logo-footer 
{
    margin-bottom: 20px;
}
.coppyright {
    background: #005898;
    padding: 10px 0;
    text-align: center;
    font-style: italic;
    color: #fff;
}
.col-md-6-hotline p {
    background: url(img/call.png) no-repeat 0;
    float: left;
    padding-left: 30px;
    margin-right: 20px;
    color: #FF7D3C;
    font-weight: bold;
}

.col-md-6-hotline .email {
    background: url(img/call.png) no-repeat 0;
    color: #fff;
}

.social-header a .fa {
    border: 1px solid;
    color: #fff;
    padding: 5px 7px;
    border-radius: 5px;
}
#wrap-footer-top .social-header a .fa {
    padding: 8px 13px;
    font-size: 20px;
    margin-right: 10px;
}
.col-md-6-hotline b {
    color: #fff;
}

.fa-chevron-left {
    background: url(img/prev.png) no-repeat;
    width: 50px;
    height: 44px;
    position: relative;
}

.fa-chevron-right {
    background: url(img/next.png) no-repeat;
    width: 50px;
    height: 44px;
    position: relative;
}

.container-desc-products {
    padding: 0px 15px;
    padding-bottom: 20px;
}

.title-right-collection {
}

.row-cates {
    margin-left: -15px;
}

.browse-col-vname {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    margin: 0px 0 20px 0;
    line-height: 40px;
    width: 100%;
    font-weight: bold;
    padding: 6px 1px 6px 9px;
    background: url(img/tabr.png) #0967A3 no-repeat right;
    text-align: left;
}

    .browse-col-vname h2 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 25px;
    }

.online-support {
    height: 500px;
    overflow: auto !important;
    padding: 10px 8px;
}

.entry-image {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.entry-c {
    text-align: justify;
}

.entry-title h4 a {
    color: #3746c8 !important;
    font-size: 15px;
    
}

img.img-circle-custom {
    max-width: 100%;
    border: 1px solid #e1e1e1;
    padding: 3px;
}

.spost {
    border-bottom: 1px dotted #e1e1e1;
    padding: 0px 5px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.img-product-home h4 a {
    color: #3746c8 !important;
    font-size: 15px;
    font-weight: bold;
	display: inline-block;
	height: 31px;
    text-align: justify;
}

.browse-col-vname-cates {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    color: #3746c8;
    margin: 0px 0 0px 0;
    line-height: 20px;
    width: 100%;
    font-weight: bold;
    padding: 5px 1px 0px 0px;
    text-align: left;
}

    .browse-col-vname-cates h2 {
        font-size: 25px;
        font-weight: 500;
    }

.col-xs-6 .chitiet {
    background: #3746c8;
    color: #fff !important;
    padding: 6px 10px 8px 10px;
    border-radius: 4px;
}

.col-xs-6 del {
    color: #555;
    font-weight: normal;
    margin-left: 10px;
}

.sup_info {
    float: left;
}

.sup_nick {
float: left;}

.list-left-collection li:hover {
}

.img-product-home h4 a:hover {
    color: #333 !important;
}

.col-md-6 .chitiet:hover {
    background: #1884CA;
}

.product-center-column .vname {
    margin: 0;
    font-size: 30px;
}

.block-cates {
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    .div-dichvu p {
        padding: 0;
        text-align: justify;
    }

    .news-items-index img {
        width: 35%;
        height: auto;
    }

    .col-md-6-videos iframe {
        width: 100%;
    }

    img.replace-2x {
        margin-left: 14px;
    }



    .box-footer-card {
        background: none;
        text-align: left;
        margin-bottom: 10px;
        min-height: auto !important;
    }

    .box-footer-top {
        background: none;
        min-height: auto !important;
        text-align: center;
        margin-bottom: 10px;
    }

        .box-footer-top ul li {
            list-style-image: none;
        }

    .items_b {
        padding-top: 20px;
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
    }
}

.items_b {
    height: 50px;
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}

.old-price {
    color: #555;
    font-weight: normal;
    margin-left: 10px;
    text-decoration: line-through;
}

#categories_block .title_block {
    background: url(img/tabr.png) #0967A3 no-repeat right;
    margin: 5px 0px;
    height: 40px;
}

.title_block > * {
    padding: 10px 8px;
    display: inline-block;
    line-height: 20px;
    color: #fff;
    font-size: 15px;
}

#categories_block .block_content {
    display: none;
    z-index: 9999;
    position: relative;
}

.mobile-search-home {
    display: inline-block;
    width: 100%;
}

#categories_block .block_content .list-group {
    margin: 0;
}

    #categories_block .block_content .list-group li {
        position: relative;
        padding: 3px 10px;
        background: #0967A3;
        border-bottom: 1px dotted #fff;
    }

        #categories_block .block_content .list-group li a {
            color: #fff !important;
        }

            #categories_block .block_content .list-group li a:before {
            }

        #categories_block .block_content .list-group li:hover {
            background: #178DD8;
        }

.support-icon-right {
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
    width: 250px;
    color: #fff !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-right: 1px solid #5CB85C;
}

    .support-icon-right h3 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 13px !important;
        font-family: Arial;
        color: #fff !important;
        margin: 0 !important;
        background-color: #5CB85C;
        cursor: pointer;
    }

.sup_item_img img {
    width: 70px;
    margin-right: 10px;
}

.support-icon-right i {
    background-color: #D9534F;
    padding: 15px 15px 12px;
}

.sup_name {
    color: #5CB85C;
    font-weight: 700;
    text-transform: uppercase;
    margin: 4px 0px;
font-size: 15px;}

.sup_dep {
    color: #06f;
    font-size: 13px;
    margin: 0;
}

.sup_phone {
    font-weight: 700;
    font-size: 15px;
    color: red;
    margin-bottom: 0;
    display: block;
float: left;margin-left: 10px;}

.wrap-mobile-search {
    padding: 0 !important;
}

.online-support-1 {
    padding: 10px 8px;
}

@media screen and (max-width: 768px) {
    .col-xs-6 .chitiet {
        display: none;
    }

    .box-footer-card {
        padding: 0px 5px !important;
        
    }

    .box-footer-top {
        padding: 0px 5px !important;
        text-align: left;
        
    }

    #manucarousel01 .owl-buttons {
    }

    .contact-form {
        margin-left: 15px;
    }

    .block-manufacture .owl-carousel .owl-item {
        float: left;
        width: 120px !important;
    }
    .btn-detail, .tu-van-mien-phi {
        width: 100%;
        margin-left: 0px !important;
        text-align: center !important;
    }
    #wrap-footer-top {
        margin-top: 10px;
    }
}

.list-left-collection li a:hover {
    color: #0967A3;
    font-weight: 500;
}

a.xemchitiet {
    font-size: 14px;
    text-transform: none;
    color: #0967A3 !important;
}

.col-xs-6-vtitle h2 a {
    display: inline-block;
    width: 100%;
    color: #0967A3 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: arial;
    margin-bottom: 30px;
}

.col-xs-6-vtitle {
    text-align: center;
    min-height: 220px !important;
}

    .col-xs-6-vtitle img {
        margin-bottom: 10px;
    }

.tu-van-mien-phi {
    background: #FC9D0C;
    line-height: 30px;
    padding: 7px 20px;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 24px;
    float: left;
    font-weight: bold;
    
}

@media screen and (max-width:320px) {
    .col-xs-6 {
        width: 100% !important;
    }
}

@media screen and (max-width:375px) {
}

.box-footer-card p {
    padding-bottom: 5px;
}

#menu-selected {
    color: #0967A3 !important;
    font-weight: bold;
}

.top-content-collection-banchay {
    border-bottom: 2px solid #FF7D3C !important;
}

.abc {
    text-align: center;
    margin-top: 20px;
    font-size: larger;
    font-weight: bold;
    color: #0967A3;
}

.browse-col-vname-cates h1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
#wrap-footer-top .list-menu {
    color: #000;
    padding-top: 1px;
    padding-bottom: 20px;
}
#wrap-footer-top .list-menuc a {
    padding-left: 20px;
    color: #fff !important;
    
    padding-bottom: 4px;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 100%;
}
    #wrap-footer-top .list-menuc a:before {
        font-family: Fontawesome;
        position: absolute;
        content: "\f111";
        left: 3px;
        top: 3px;
        font-size: 8px;
        color: #fff;
    }
.ul-footer-contact a, .ul-footer-contact span{
    
}
.suntory-alo-phone {
	background-color: transparent;
	cursor: pointer;
	height: 120px;
	position: fixed;
	transition: visibility 0.5s ease 0s;
	width: 120px;
	z-index: 200000 !important;
}

.suntory-alo-ph-circle {
	animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
	background-color: transparent;
	border: 2px solid rgba(30, 30, 30, 0.4);
	border-radius: 100%;
	height: 100px;
	left: 0px;
	opacity: 0.1;
	position: absolute;
	top: 0px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 100px;
}

.suntory-alo-ph-circle-fill {
	animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
	border: 2px solid transparent;
	border-radius: 100%;
	height: 70px;
	left: 15px;
	position: absolute;
	top: 15px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 70px;
}

.suntory-alo-ph-img-circle {
	/* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
	border: 2px solid transparent;
	border-radius: 100%;
	height: 50px;
	left: 25px;
	opacity: 0.7;
	position: absolute;
	top: 25px;
	transform-origin: 50% 50% 0;
	width: 50px;
}

.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
	opacity: 1;
}

.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
	animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}

.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
	animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
	border-color: #00aff2;
	opacity: 0.5;
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
	border-color: #0099cc;
	opacity: 1;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
	border-color: #bfebfc;
	opacity: 1;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
	background-color: #EB278D;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
	background-color: #00aff2;
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
	background-color: #EB278D;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
	background-color: #008fe5;
}

@keyframes suntory-alo-circle-anim {
	0% {
		opacity: 0.1;
		transform: rotate(0deg) scale(0.5) skew(1deg);
	}

	30% {
		opacity: 0.5;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}

	100% {
		opacity: 0.6;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes suntory-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes suntory-alo-circle-fill-anim {
	0% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}

	50% {
		opacity: 0.2;
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	100% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
}

.suntory-alo-ph-img-circle i {
	animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
	font-size: 30px;
	line-height: 50px;
	padding-left: 10px;
	color: #fff;
}

/*=================== End phone ring ===============*/
@keyframes suntory-alo-ring-ring {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@media(max-width: 768px) {
	.suntory-alo-phone {
		display: block;
		/* left: unset!important; */
		/* right: 0; */
		bottom: 30px !important;
	}
}

.desc-cates-sw-s div {
	font-family: auto !important;
	font-size: initial !important;
	width: 100%;
}

.desc-cates-sw-s p {
	font-family: auto !important;
	font-size: initial !important;
}

.desc-cates-sw-s span {
	font-family: auto !important;
	font-size: initial !important;
}

.desc-cates-sw-s strong {
	font-family: auto !important;
	font-size: initial !important;
}

.desc-cates-sw-s ul {
	font-family: auto !important;
	font-size: initial !important;
}

.desc-cates-sw-s li {
	font-family: auto !important;
	font-size: initial !important;
}

.desc-cates-sw-s a {
	font-family: auto !important;
	font-size: initial !important;
}
.zalo-mobi {
			left: 23px;
			position: fixed;
			bottom: 156px;
		}

		.call-mobile2 img {
			height: 60px;
		}

		.call-mobile2 .success {
			display: block;
			/*background-size: 50% 50%;*/
			/* height: auto; */
			/* background-color: transparent; */
			/*padding: 15px 15px;*/
			width: 60px;
			height: 60px;
			z-index: 99999;
		}

		.phone-zalo {
			position: fixed;
			bottom: 30%;
			left: 1%;
			z-index: 9999;
		}

		.call-mobile2 {
			margin-left: 17px;
		}

		.messgenger {
			margin-bottom: 20px;
		}

		
.news_content img
{
	margin: 0 auto !important;
	    width: 100%;
    	display: block;
		    max-width: 500px;
}
.logo img {
    margin: 10px 0px;
}
.cmap {
    padding-top: 20px;
}
.cname {
    text-transform: uppercase;
     font-size: 21px;color: #3746c8;
font-weight: bold;}
.cmap {
    float: left;
    margin: 0px 30px 0px 0px;
    padding-top: 10px;
}
.compp {
    float: left;
    margin: 30px 36px 0px 40px;
    margin-top: 15px;
    }
.compem {
    float: left;
    margin-right: 30px;
    margin-top: 20px;
    }
.blp span {
    padding: 0px 9px;
        background: #3746c8;
    border-radius: 50%;
   
    margin-right: 10px;
}
.blp a {
    font-size: 21px;font-weight: 500;color:#213963;
}
.blp span   i {
    text-align:center;
    color: #fff;
    /* padding: 19px 3px; */
    font-size: 18px;
    /* padding-top: 7px; */
}
.compem .blp a {
    font-size: 16px;
    font-weight: normal;
    color: #213963;
}
.compem  .blp span {
    padding: 2px 6px;text-align:center;
    background: #3746c8;
    border-radius: 50%;
    margin-right: 10px;
}
.caddr b {
    margin-right: 5px;
}
.blgt {
    padding: 30px 0px;
}
.tta {
    font-size: 30px;
    font-weight: bold;
    color: #3746c8;
    margin-top: 30px;position:relative;
    margin-bottom: 30px;
padding-bottom: 10px;}
    .tta::after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 6px;
        width: 120px;
        background: url(img/line.png) center center no-repeat;
    }
.ttact {
    font-size: 15px;
    color: #444;
}
.dsdm {
    background:url(img/bgdm.jpg) top center no-repeat;
    padding: 40px 0px;
}
.hdtt {
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    color: #fff;
    margin-bottom:30px;
font-weight: 500;}
.items-cates p a {
    color: #3746c8;text-transform:uppercase;font-size:18px;
font-weight: 500;margin: 10px 0px 5px 0px;display: block;}
.items-cates {
    box-shadow: 1px 1px 4px 2px #e9e9e9;
    padding: 2px 2px 10px 2px;
    background: #fff;
}
.owl-prev i:before,.owl-next i:before {
    content: '';
}
.blockc {
    margin-bottom: 30px;
    background: url(img/bgline1.png) top center no-repeat;
    padding-top: 30px;
}
.blockcname a {color: #3746c8;text-align:center;text-transform:uppercase;font-size: 34px;font-weight:500;display:block;margin-bottom:20px;
}
a.xem-chi-tiet {
    text-transform: none;font-size:14px;
font-weight: normal;}
.items-bl {
    box-shadow: 0px 1px 3px 2px #d0d0d0;
    padding: 2px 2px 10px 2px;
    background: #fff;
    border-radius: 5px;
margin: 10px 8px;}
.ndesc {
    line-height: 22px;
    padding: 5px 0px;
}
.nvm a {
    font-size: 14px;
    color: #3746c8;
}
.dbvd {
    position: relative;
}
.youtobe-new {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    height: 101px;
}
.youtobe-new img {
    height: auto;
    width: auto !important;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.vdname {
   position:absolute;left:0px;bottom:0px;right:0px;text-align:center;font-size: 30px;padding:15px 0px;background: rgb(6 44 167 / 70%);
}
    .vdname a {
        color: #fff;
    }
.box-footer-top {
    color: #fff;
}
.sup_phone a span {
    padding: 2px 9px;
    background: #f00;
    border-radius: 50%;
    margin-right: 10px;
display: block;line-height: 30px;height: 30px;width: 30px;text-align: center;}
.sup_phone span i {
    text-align: center;
    color: #fff;
    /* padding: 19px 3px; */
    font-size: 18px;
    /* padding-top: 7px; */
}
.list-left-collection .entry-image {
    width: 100px;
}
.status i {
    margin-right: 10px;
}
.product-description {
    font-size: 15px;
border-bottom: 1px solid #e1e1e1;padding: 10px 0px 10px 0px;margin-bottom: 10px;}
.top-content-collection .browse-col-vname-cates {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    color: #3746c8;
    margin: 0px 0 0px 0;
    line-height: 20px;
    width: 100%;
    font-weight: bold;
    padding: 5px 1px 0px 7px;
    text-align: left;
}
h1.vname {
    margin-top: 0px;
    font-size: 30px;
}
.box-footer-top a {
    color: #fff;
}
.blct ul {
    margin: 0px;
    padding: 0px;
}
.blct ul li {
    padding: 5px 10px;position:relative;
}
    .blct ul li ul {
        display: none;
    }
    .blct ul li i {
        position: absolute;
        right: 10px;
        top: 15px;font-size:15px;
    }
    .blct ul li ul {
        position:absolute;left:100%;top:0px;width: 230px;background:#fff;margin-left:1px;
    }
    .blct ul li:hover ul {
         display: block;
    z-index: 9999;}
    .blct ul li:hover ul ul {
         display: none;
    }
    .blct ul li ul li:hover ul {
         display: block;
    }
.align-center{text-align:center;display:block}
.align-center img{margin:0px auto}
@media only screen and (max-width:1200px), (min-height:1026px){
.news-items-index img {
    float: left;
    margin-right: 10px;
    width: 130px;
   
    background: #fff;
    padding: 3px;
}
.compem {
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    margin-left: 40px;
}
.sf-menu a {
    padding: 15px 7px 15px 7px !important;
    text-decoration: none;
    zoom: 1;
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.compp {
    float: left;
    margin: 30px 36px 0px 40px;
    margin-top: 15px;
}
.search-input {
    height: 37px !important;
    border: 1px solid #f0f0f0;
    padding: 5px 0px 5px 15px;
    width: 170px !important;
    float: left;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
}
@media only screen and (max-width:1025px), (min-height:992px){
.compp {
    float: left;
    margin: 30px 36px 0px 40px;
    margin-top: 15px;
}
.compem {
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    margin-left: 40px;
}
.news-items-index img {
    float: left;
    margin-right: 10px;
    width: 130px;
   
    background: #fff;
    padding: 3px;
}
.sf-menu a {
    padding: 15px 7px 15px 7px !important;
    text-decoration: none;
    zoom: 1;
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.search-input {
    height: 37px !important;
    border: 1px solid #f0f0f0;
    padding: 5px 0px 5px 15px;
    width: 170px !important;
    float: left;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
}
@media (min-width: 992px) {
    .side-collection-right {
        float: right !important;
    }
    .side-collection-left {
        float: left !important;
    }

}
@media (max-width: 991px) {
.news_content img
{
	        width: 100% !important;
    height: auto !important;
}
.search-input-mobile {
    float: left;
    width: 92% !important;
}
#wrap-header-mobile {
    display:block;
}
.vdname {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    font-size: 20px;
    padding: 15px 0px;
    background: rgb(6 44 167 / 70%);
}
.blgt {
    padding: 20px 10px;
}
.news-items-index p {
    font-size: 14px;
    color: #555;
    text-align: justify;
    line-height: 19px;
    display: none;
}
.doitac-main {
    text-align: center;
    background: url(img/bg-dt.png) no-repeat;
    padding: 0px;
    background-size: cover;
}
.hdtt {
    text-align: center;
    text-transform: uppercase;
    font-size: 29px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
}
    .doitac {
        text-transform: uppercase;
    position: relative;
    line-height: 38px;
    font-size: 30px !important;
    color: #3746c8 !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
    }
.doitac::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 5px;
    background: #3746c8;
    bottom: 0;
    left: 39.6666% !important;
}
    .col-md-6-videos {
        margin-top: 20px;
    }
#manucarousel01 .owl-buttons .owl-prev {
    background: url(img/prev-dt.png) no-repeat;
    padding: 29px 9px 22px 9px;
    position: absolute;
    left: -7px !Important; 
    top: -1px !Important;
}
#manucarousel01 .owl-buttons .owl-next {
    background: url(img/next-dt.png) no-repeat;
    padding: 29px 9px 22px 9px;
    position: absolute;
    right: -7px !Important;
    top: -1px !Important;
}
html {
    cursor: pointer;
    overflow-x: hidden;
}
.slider-show-pr .owl-prev {
    position: absolute;
    top: 25px;
    left: -33px  !important;
}
.title-news a, .title-news {
    text-transform: uppercase;
    line-height: 38px;
    font-size: 30px;
    color: #3746c8;
    font-weight: 500;
}
.div-dichvu {
    text-align: center;
    padding-bottom: 10px;
}
.slider-show-pr .owl-next {
    position: absolute;
    top: 25px;
    right: -33px !important;
}
.blockcname a {
    color: #3746c8;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
a.gioi-thieu-xem-tiep {
    background: url(img/bgxt.png) top left no-repeat;
    color: #fff !important;
    padding: 7px 13px;
    float: left;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid;
    height: 40px;
    width: 165px;
    font-size: 15px;
}
.tta {
    font-size: 30px;
    font-weight: bold;
    color: #3746c8;
    margin-top: 0px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.box-footer-card h3 {
    margin: 0px 0 20px 0;
    line-height: 36px;
    padding-left: 5px;
    border-bottom: 1px solid;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
}

}
@media (max-width: 768px)
{
.news_content img
{
	        width: 100% !important;
    height: auto !important;
}
.vdname {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    font-size: 20px;
    padding: 15px 0px;
    background: rgb(6 44 167 / 70%);
}
.blgt {
    padding: 20px 10px;
}
.news-items-index p {
    font-size: 14px;
    color: #555;
    text-align: justify;
    line-height: 19px;
    display: none;
}
.doitac-main {
    text-align: center;
    background: url(img/bg-dt.png) no-repeat;
    padding: 0px;
    background-size: cover;
}
.hdtt {
    text-align: center;
    text-transform: uppercase;
    font-size: 29px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
}
    .doitac {
        text-transform: uppercase;
    position: relative;
    line-height: 38px;
    font-size: 30px !important;
    color: #3746c8 !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
    }
.doitac::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 5px;
    background: #3746c8;
    bottom: 0;
    left: 39.6666% !important;
}
    .col-md-6-videos {
        margin-top: 20px;
    }
#manucarousel01 .owl-buttons .owl-prev {
    background: url(img/prev-dt.png) no-repeat;
    padding: 29px 9px 22px 9px;
    position: absolute;
    left: -7px !Important; 
    top: -1px !Important;
}
#manucarousel01 .owl-buttons .owl-next {
    background: url(img/next-dt.png) no-repeat;
    padding: 29px 9px 22px 9px;
    position: absolute;
    right: -7px !Important;
    top: -1px !Important;
}
html {
    cursor: pointer;
    overflow-x: hidden;
}
.slider-show-pr .owl-prev {
    position: absolute;
    top: 25px;
    left: -33px  !important;
}
.title-news a, .title-news {
    text-transform: uppercase;
    line-height: 38px;
    font-size: 30px;
    color: #3746c8;
    font-weight: 500;
}
.div-dichvu {
    text-align: center;
    padding-bottom: 10px;
}
.slider-show-pr .owl-next {
    position: absolute;
    top: 25px;
    right: -33px !important;
}
.blockcname a {
    color: #3746c8;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
a.gioi-thieu-xem-tiep {
    background: url(img/bgxt.png) top left no-repeat;
    color: #fff !important;
    padding: 7px 13px;
    float: left;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid;
    height: 40px;
    width: 165px;
    font-size: 15px;
}
.tta {
    font-size: 30px;
    font-weight: bold;
    color: #3746c8;
    margin-top: 0px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.box-footer-card h3 {
    margin: 0px 0 20px 0;
    line-height: 36px;
    padding-left: 5px;
    border-bottom: 1px solid;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
}
table
{
	        width: 100% !important;
}
}
@media (max-width:480px) {
			.phone-zalo {
				bottom: 156px;
				display: block;
			}

			#fb-customer-chat iframe {
				z-index: 9 !important;
				bottom: 70px !important;
			}

			.call-mobile2 {
				margin-left: 17px;
			}

			.fb_dialog_content iframe {
				bottom: 83px !important;
			}
		}