/******HOME*******/

#primary,
#content,
.content-box,
#row-new-product,
#row-wrap-category {
    float: left;
    width: 100%;
}

#content-home,
.content-home {
    float: left;
    width: 100%;
    position: relative;
}

.content-box {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.content-box-home section {
    float: left;
    width: 100%;
}

.sec_1 .banner-box {
    float: left;
    width: 31.66667%;
    margin-right: 2.5%;
}

.sec_1 .banner-box:last-child {
    margin-right: 0px;
}

.hover-img {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.hover-img:before {
    background: rgba(249, 114, 66, 0.5) none repeat scroll 0 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    z-index: 9;
}

.hover-img:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -khtml-transition-duration: .5s;
    -o-transition-duration: .5s;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.sec_1 .banner-box img {}

.sec_1 .hover-img:hover .title {
    opacity: 1;
}

.sec_1 .banner-box .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -khtml-transition: .5s;
    -o-transition: .5s;
}

.sec_1 .banner-box h3 {
    font-size: 24px;
    text-align: center;
}

.sec_1 .banner-box h3 a {
    color: #fff;
}

.headding-box {
    display: block;
    position: relative;
    text-align: center;
    max-width: 50%;
    margin: auto;
}

.headding-box .title {
    color: #000;
}

.headding-icons {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 5px;
}

.headding-box p {
    text-align: center;
    margin-bottom: 0;
    color: #777;
}

.sec_2 {}

.new-product {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.sec_3 {
    float: left;
    width: 100%;
    position: relative;
    padding: 80px 0;
    background-color: #eee;
}

.f_box {
    float: left;
    width: 100%;
}

.f_img {
    float: left;
    width: 48.5%;
}

.f_img img {
    max-height: 280px;
    object-fit: contain;
}

.f_detail {
    float: right;
    width: 48.5%;
}

.f_title h3 a {
    color: #000;
}

.f_stock span {
    color: #f97242;
}

body .f_detail .star-rating {
    float: left;
    display: block;
    width: 100%;
}

.f_detail .price {
    font-weight: 600;
    color: #777;
}

body .f_detail a.button {
    border-radius: 0;
    padding: 12px 30px;
    background-color: #f97242;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    border: none;
}

body .f_detail a.button:hover {
    background-color: #f97242;
    color: #fff;
}

.item-category {
    float: left;
    width: 23.125%;
    margin-right: 2.5%;
    background: #eee;
    overflow: hidden;
    position: relative;
}

.item-category:last-child {
    margin-right: 0px;
}

.item-category::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    opacity: 0;
}

.cat-text {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    padding: 20px;
    transform: translate(-50%, -50%);
    opacity: 0;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    -webkit-transition: all .45s ease-in-out;
}

.item-category center {
    background: #eee;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    padding: 12px 0;
    position: relative;
    float: left;
    width: 100%;
}

.item-category h4 {
    color: #000;
    text-align: center;
}

.item-category p {
    font-weight: 400;
    color: #777;
    text-align: center;
}

.item-category .cat-text p,
.item-category .cat-text h4 {
    color: #fff;
}

.item-category .cat-text a {
    margin-top: 20px;
    padding: 6px 30px;
    background: #fff;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    border: none;
}

.item-category .cat-text a:hover {
    color: #f97242;
}

.item-category:hover:after {
    opacity: 1;
    background-color: #f97242;
}

.item-category:hover .cat-text {
    opacity: 1;
}

.popular-carousel.owl-theme .owl-nav .owl-prev {
    left: -70px;
}

.popular-carousel.owl-theme .owl-nav .owl-next {
    right: -70px;
}

.sec_6 {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    background-image: url(images/home/banner1.jpg);
}

.sec_6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #f97242;
    opacity: .8;
}

.sec_6 .banner-text-box {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 15px;
    text-align: center;
    z-index: 99;
}

.banner-text-box h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 100;
}

.banner-text-box p {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}

.banner-text-box a {
    padding: 6px 30px;
    background: #eee;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    border: none;
    margin: 20px auto 0;
}

.banner-text-box a:hover {
    color: #F97242;
}

.home-blog .comment-reply a::before {
    display: none;
}

.post-box {
    float: left;
    width: 31.66667%;
    margin-right: 2.5%;
}

.post-box:last-child {
    margin-right: 0px;
}

.meta-img {
    float: left;
    width: 100%;
    text-align: center;
}

.meta-img img {
    max-height: 200px;
    object-fit: cover;
}

.meta-info h4 {
    float: left;
    width: 100%;
    color: #000;
    padding-top: 20px;
    line-height: 1.3;
}

.meta-info h4 a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 100%;
}

.meta-info h4 a:hover {
    color: #F97242;
}

.meta-info .limit {
    margin-top: 5px;
}

.meta-info span {
    font-size: 14px;
    display: inline-block;
    color: #777;
    padding-right: 10px;
}

.meta-info span:first-child {
    margin-right: 5px
}

.meta-info p {
    margin-bottom: 0px;
}

.post-box a.link {
    font-size: 14px;
    color: #f97242;
}

#thuong-hieu .item {
    position: relative;
    min-height: 1px;
}

#thuong-hieu .item img {
    float: left;
    width: 100%;
    border: 1px solid #f1f1f1;
    margin-bottom: 1px;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

#thuong-hieu .item img:hover {
    border: 1px solid #f97242;
}

#thuong-hieu.owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: -85px;
}

#thuong-hieu.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: -85px;
}


/*Responsive*/

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

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

@media only screen and (max-width: 990px) {
    #thuong-hieu.owl-theme .owl-nav .owl-prev,
    .popular-carousel.owl-theme .owl-nav .owl-prev {
        left: 0px;
        margin-left: 0;
    }
    #thuong-hieu.owl-theme .owl-nav .owl-next,
    .popular-carousel.owl-theme .owl-nav .owl-next {
        right: 0px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {}

@media only screen and (max-width: 768px) {
    .headding-box {
        max-width: 100%;
    }
    .sec_1 .banner-box img {
        width: 100%;
    }
    .f_img {
        margin-bottom: 20px;
        text-align: center;
    }
    .f_img,
    .f_detail {
        width: 100%;
    }
    .item-category {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .item-category:nth-child(2n) {
        margin-right: 0px;
    }
    .woocommerce .full-content .popular-product ul.products li.product {
        width: 100% !important;
    }
    .banner-text-box h2 {
        font-size: 26px;
    }
    .post-box {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .post-box:nth-child(2n) {
        margin-right: 0;
    }
    .sec_8.mt80 {
        margin-top: 20px;
    }
    .sec_6 .banner-text-box {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 680px) {
    .sec_1 .banner-box {
        width: calc(50% - 5px);
        margin: 0px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .sec_1 .banner-box:nth-child(2n) {
        margin-right: 0;
    }
    .sec_1 .banner-box h3 {
        font-size: 16px;
        text-align: center;
    }
}

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

@media only screen and (max-width: 500px) {
    .post-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 450px) {
    .sec_1 .banner-box {
        width: 100%;
        margin: 0px 0 10px;
    }
    .content-box-home .sec_1 {
        display: none;
    }
}

@media only screen and (max-width: 380px) {
    .item-category {
        width: 100% !important;
        margin-right: 0px !important;
    }
}