@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=vietnamese');
body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.img-responsive {
    width: 100%;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}


/* ==================================== */

.header {
    background: linear-gradient(to left bottom, #795548, #000000);
}

.logo img {
    max-width: 130px;
}


/* ====================================== */

.navbar {
    width: 100%;
    padding: 0px;
}

.nav-menu .nav-link {
    letter-spacing: 1;
    display: block;
    padding: 25px 15px !important;
    color: #fff!important;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.nav-menu .nav-link.show,
.nav-menu .nav-link:hover {
    background-color: #79554857;
}

.cart a {
    letter-spacing: 1;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.cart .cart-icon {
    display: inline-block;
    color: #ff7d01;
    border: 1px solid #ff7d01;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 18px;
    padding-top: 3px;
    margin-right: 3px;
}

.nav-link .fa-home {
    font-size: 140%;
}

.dropdown-toggle::after {
    display: block;
    content: "\f107" !important;
    font-family: "FontAwesome";
    margin-left: 3px;
    vertical-align: unset;
    border: none !important;
    width: 20px;
    height: 20px;
    float: right;
    text-align: center;
}

.box-header {
    margin-bottom: 15px;
    text-align: left;
    border: none;
}

.box .box-header .box-title,
.box .box-header .box-title a {
    color: #795548;
    background: transparent;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0px 5px;
    text-decoration: none;
    position: relative;
    text-align: center;
}

.box-content {
    border: 1px solid #e0e4e7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
    padding: 20px 40px 5px 40px;
    margin-top: 10px;
}

#back-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #795548;
    color: white;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#back-top:hover {
    background-color: #999;
}


/* ========================================= */

.box-doitac .box-body img {
    width: 100%;
}


/* ========================================== */

.box-news {
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
}

.news {
    position: relative;
}

.news img {
    width: 100%;
}

.box-news-left,
.box-news-right {
    width: 50%;
    display: flex;
}

.box-news-left .news {
    margin-bottom: 10px;
    position: relative;
}

.image_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    background: rgba(0, 0, 0, .5);
    height: 80px;
    overflow: hidden;
}

.image_overlay_text {
    position: relative;
    padding: 5px 10px;
    max-height: 100%;
}

.image_overlay a {
    font-size: 85%;
    font-weight: 600;
    color: #FFF;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.box-news-left .box-news-left-item {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.box-news-left .box-news-left-item a {
    font-size: 125%;
}

.box-news-right {
    flex-wrap: wrap;
}

.box-news-right .box-news-right-item {
    width: 50%;
    position: relative;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
}

.box-news-right .news .img_container img {
    width: 100%;
}

.image_overlay .news-orther-title {
    font-size: 85%;
    text-align: left;
    font-weight: 600;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px;
}

.image_overlay a.readmore {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #e5ae49;
    letter-spacing: 1px;
    text-decoration: none;
    float: right;
    text-transform: none;
}

.date {
    font-weight: normal;
    color: #fff;
    font-size: 80%;
    padding-left: 5px;
}

.date i {
    margin-right: 3px;
}


/* =========================================== */

.bottom {
    background: linear-gradient(to left bottom, #795548, #000000);
    color: #FFF;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.company {
    padding: 10px;
}

.company h4,
.policy h4 {
    color: #fff;
    font-size: 130%;
}

.bottom-link,
.bottom-address {
    list-style: none;
    padding: 0px;
}

.bottom-link a,
.bottom-address li {
    color: #fff;
    font-size: 80%;
}


/* =================================== */

footer {
    background: #000;
    padding-top: 10px;
    color: #fff;
}


/* ================PRODUCTS LIST===================== */

.box-products .box-header .box-title,
.box-products .box-header .box-title a {
    text-align: left;
}

.box-products .box-header {
    background: transparent;
    text-align: left;
    border: none;
    margin-bottom: 0px;
}

.product {
    flex: 25%;
    position: relative;
    margin-top: 10px;
    padding: 0px 5px;
}

.box-products .thumbnail {
    height: 479px;
    border: 1px solid #efefef;
    padding: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-img {
    position: relative;
    text-align: center;
}

.product-img img {
    margin: 0px auto 0px auto;
    max-height: 300px;
    max-width: 100%;
}

.product-img::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #795548;
    opacity: 0;
    transition: all .5s;
    z-index: 9;
}

.product-info {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: all .5s;
    display: none;
    z-index: 10;
    color: #fff;
    padding: 10px;
}

.product:hover .product-img::after {
    opacity: .9;
}

.product:hover .product-info {
    display: block;
}

.product-des {
    text-align: center;
    padding: 5px;
}

.product-des .title {
    font-size: 100%;
}

.product-des .title a {
    color: #4CAF50;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 100%;
    text-transform: uppercase;
    text-decoration: none;
}

.product-des .title .caption-code {
    font-weight: normal;
}

.products .btn-group {
    display: flex;
    justify-content: center;
}

.products .btn-group .btn-buy,
.products .btn-group .btn-viewdetail {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    max-width: 100%;
}

.products .btn-group .btn-buy {
    color: #FFF;
    background: #795548;
}

.products .btn-group .btn-viewdetail {
    color: #333;
    border: 1px solid #ccc;
}

.products .new-price {
    font-weight: 600;
    color: #F44336;
    display: block;
}


/* ================== */

.breadcrumb {
    margin-bottom: 0;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #f5f5f5;
    border-radius: 0px;
}

.breadcrumb-item a {
    color: #333;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.box-header .social {
    float: right;
    color: #134F60;
    font-weight: 600;
}

.box-header .social-share li a {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.box-header .social-share li i {
    line-height: 26px;
}

.social-share>li {
    display: inline-block;
    margin-left: 2px;
}

.social-share li a {
    display: inline-block;
    color: #FFF;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.social .social_facebook {
    background: #3b5998;
}

.social .social_googleplus {
    background: #db4437;
}

.social .social_twitter {
    background: #1da1f2;
}

.social .social_linkedin {
    background: #0077b5;
}


/* ========================================= */

footer .social {
    text-align: right;
}

footer .social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .social-share>li {
    display: inline-block;
    margin-left: 2px;
}

footer .social a {
    color: #FFF;
    display: inline-block;
    width: 40px;
    padding: 7px;
    text-align: center;
    background: transparent !important;
}


/* ============================ */

.product-infomation {
    display: flex;
    flex-wrap: wrap;
}

.product-name {
    font-size: 20px;
    font-weight: 700;
}

.product-caption,
.product-image {
    padding: 15px 0px;
}

.product-image img {
    border: 1px solid #ccc;
}

.product-caption .product-name {
    color: green;
    text-transform: uppercase
}

.product-code {
    color: #999;
    text-transform: uppercase;
}

.price {
    color: crimson;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.order-caption {
    margin-top: 15px;
    font-size: 13px;
}

.description {
    padding: 15px 0px;
    list-style: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.product-image img {
    width: 100%;
}

.product-btn {
    display: flex;
}

.product-btn .btn {
    border: none;
    padding: 15px;
    width: 50%;
    border-radius: 5px;
    margin: 0px 5px 0px 5px;
    cursor: pointer;
    text-align: center;
}

.product-btn .btn-order-tille {
    display: block;
    text-transform: uppercase;
    word-spacing: 2px;
    color: #603913;
    font-size: 120%;
    font-weight: 700;
}

.product-btn .btn-buynow-tille {
    display: block;
    text-transform: uppercase;
    word-spacing: 2px;
    font-size: 120%;
    font-weight: 600;
}

.product-btn .btn-order {
    color: #fff;
    background-color: #f58220;
}

.product-btn .btn span {
    width: 100%;
    display: block;
}

.product-btn .btn .small {
    font-size: 80%;
}

.product-btn .btn-buynow {
    color: #fff;
    background-color: #4CAF50;
}

.col-detail {
    margin: 10px 0;
    border: 1px solid #ddd;
}

.col-detail .box-body {
    padding: 10px;
}

.col-detail .col-detail-title {
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    background: #f5f5f5;
    border-bottom: none;
    padding: 15px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}

.col-detail .col-detail-title a {
    text-decoration: none;
    cursor: default;
    color: #795548;
}

.box-responsive img {
    width: 100%;
}

.thumbnail.product-orther:first-child {
    border-top: none;
    margin-bottom: 0;
}

.thumbnail.product-orther {
    border: none;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.thumbnail-img {
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

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

.box-left .products .caption {
    position: relative;
    width: 100%;
}

.products .caption .caption-title {
    display: block;
    text-transform: uppercase;
    text-align: center;
    white-space: pre-line;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 100%;
    text-align: left;
}

.product-orther .caption .caption-title {
    padding-left: 0;
    padding-right: 0;
}

.products .caption .caption-title a {
    color: #4CAF50;
}

.products .caption .caption-code {
    font-weight: normal;
    text-align: center;
}

p.product-price {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.products .product-price .new-price {
    font-weight: 600;
    color: #F44336;
    display: block;
    text-align: left;
}

.products .review {
    font-size: 100%;
    display: inline-block;
    padding: 0;
    margin-bottom: 0px;
}

.products-tags {
    margin-top: 10px;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.products-tags .title {
    float: left;
    margin: 0;
    margin-right: 10px;
    font-weight: 600;
    color: #777;
    font-size: 120%;
    line-height: 29px;
}

.products-tags a {
    margin: 5px;
    padding: 5px;
    background: #ddd;
    border-radius: 4px;
    font-size: 85%;
    text-decoration: none;
    color: #111;
}

.products-tags a:hover {
    background: #999;
}


/*=====NEWS=====*/

.news-item {
    overflow: hidden;
    padding: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.news-item .fa,
.box-content .fa {
    margin-right: 5px;
}

.news-item .news-item-img {
    float: left;
    margin-right: 10px;
}

.news-item .news-item-img a {
    display: block;
}

.news-item .news-content {
    padding: 20px 0;
}

.news-item .news-content .news-title {
    font-size: 100%;
}

.news-item .news-content .news-title a {
    font-size: 120%;
    margin-top: 0;
    color: #333;
}

.news-item .news-content .news-title a {
    font-weight: bold;
}

.news-item .news-content .news-description {
    color: #888;
    text-align: justify;
    font-size: 100%;
    font-weight: normal;
}

.news-item .readmore {
    color: #e31d1a;
    font-size: 110%;
    float: none;
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.news-item .date,
.news-orther .date {
    font-weight: normal;
    color: #666;
    font-size: 80%;
    padding-left: 5px;
}


/* ===== NEWS MORE ===== */

.news-more .news-item .news-item-img {
    width: 150px;
}

.news-more .news-item .news-content {
    padding: 10px 0;
}

.news-more .news-content .news-title {
    font-size: 100%;
    margin-bottom: 3px;
}

.news-more .news-content .news-description {
    font-size: 90%;
    margin-top: 3px;
    overflow: hidden;
    max-height: 36px;
}

.news-more .readmore {
    font-size: 100%;
    margin-top: 0;
}

.box-content .title-detail-content {
    color: #232323;
    font-size: 150%;
    font-weight: bold;
}

.box-content .meta-content {
    margin: 6px 0 20px 0;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.custom-toggler {
    border-color: #fff !important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media screen and (max-width: 576px) {
    .box-news-left,
    .box-news-right {
        width: 100%;
        display: flex;
    }
    .box-news {
        flex-direction: column;
    }
    footer .left,
    footer .center,
    footer .right {
        width: 100%;
        text-align: center;
    }
    .box-title {
        text-align: center;
    }
    .nav-menu .nav-item .nav-link {
        padding: 10px !important;
    }
    .logo {
        width: 100%;
        text-align: center;
    }
    .dropdown-menu.show {
        border: none;
        border-radius: 0px;
    }
    .navbar {
        padding-bottom: 10px;
    }
    .product {
        flex: 50%;
        max-width: 50%;
    }
    .products .btn-group {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .btn-buy {
        margin-bottom: 10px;
    }
    .news-item .news-content,
    .news-more .news-item .news-content {
        padding: 5px;
    }
    .news-item .news-content .news-title a {
        font-size: 100%;
    }
    .news-item .news-item-img,
    .news-more .news-item .news-item-img {
        width: 100px;
    }
    .news-item .news-description,
    .news-more .news-content .news-description {
        display: none;
    }
    .news-item .readmore,
    .news-more .readmore {
        font-size: 100%;
        font-weight: 500;
        margin-top: 3px;
    }
    .box-products .thumbnail {
        height: 400px;
    }
    footer .social,
    footer p {
        text-align: center;
    }
    .bottom .policy {
        text-align: left;
    }
    .copyright {
        font-size: 80%;
    }
}

@media screen and (min-width: 577px) {
    .box-news-left,
    .box-news-right {
        width: 100%;
        display: flex;
    }
    .box-news {
        flex-direction: column;
    }
    footer .container {
        flex-direction: column;
    }
    footer .left,
    footer .center,
    footer .right {
        width: 100%;
        text-align: center;
    }
    .nav-menu .nav-item .nav-link {
        padding: 10px !important;
    }
    .logo {
        width: 100%;
        text-align: center;
    }
    .navbar-toggler {
        margin: 8px 0px;
    }
    .dropdown-menu.show {
        border: none;
        border-radius: 0px;
    }
    .navbar {
        padding-bottom: 10px !important;
    }
    .bottom .policy {
        text-align: right;
    }
}

@media screen and (min-width: 768px) {
    .box-news-left,
    .box-news-right {
        width: 50%;
    }
    .box-news {
        flex-direction: row;
    }
}

@media screen and (min-width: 992px) {
    footer .container {
        flex-direction: row;
    }
    footer .row {
        width: 100%;
    }
    footer .left {
        width: 30%;
        text-align: center;
    }
    footer .center {
        width: 40%;
        text-align: center;
    }
    footer .right {
        width: 30%;
    }
    footer .container {
        display: flex;
    }
    .nav-menu .nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }
    .logo {
        width: auto;
        text-align: left;
    }
    .nav-menu .nav-item .nav-link {
        padding: 25px 8px !important;
    }
    .dropdown-toggle::after {
        border: none;
    }
    .dropdown-menu.show {
        border: 1px solid #ccc;
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
        border: 1px solid #ccc;
        border-radius: 0;
    }
    .navbar {
        padding: 0px !important;
    }
}

@media screen and (min-width: 1366px) {
    .nav-menu .nav-item .nav-link {
        padding: 25px 15px !important;
    }
}