.nav-inner .nav-drop{
    background: #ed2124 !important;
}
.slideshow_full_width{
    background: #fff;
}
ul.site-nav>li{
    padding: 0;
    border-bottom: 1px solid #eadede;
}
ul.site-nav>li>a{
    padding: 0 15px;
}
/*STYLE VIDEO HOME*/
.wp-video{
    margin-top:15px;
}
.wp-video-title h3{
    text-align: center;
    color: #333;
    font-size: 20px;
    margin-top:20px;
    font-weight: 600;
}
.youtube-1 iframe{
    height:450px;
}
.youtube-right iframe{
    height:210px;
}
.name-video {
    color: #fd1222;
    font-size: 16px;
    font-weight: 500;
}
.fixed-cart{
    position: fixed;
    bottom: 25px;
    right: 15px;
    width: 60px;
    height: 60px;
    z-index: 1;
    background: #fff;
    border: 1px solid #0B2848;
}
@media screen and (max-width:480px){
    .youtube-1 iframe{
        height:210px;
    }
    .youtube-right iframe{
        height:150px;
    }
}
/*END STYLE VIDEO HOME*/

/*STYLE SIEDBAR*/
#fixed-nav-sidebar {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 10%;
    width: 60px;
    display: none;
    background: #ff7430;
}

#fixed-nav-sidebar.scrolldown {
    display: inline-block;
}

#fixed-nav-sidebar ul {
    margin: 0;
}

#fixed-nav-sidebar ul li {
    margin: 0;
    width: 60px;
    height: 60px;
}

#fixed-nav-sidebar ul li.active a {
    color: #fff;
    background: #c0020f;
}

#fixed-nav-sidebar ul li a {
    width: 60px;
    height: 60px;
    border-bottom: 1px solid #f7f7f7;
    display: inline-block;
    background: #0B2848;
    color: #fff;
    font-size: 10px;
    position: relative;
}

#fixed-nav-sidebar ul li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

#fixed-nav-sidebar ul li a#back-to-top {
    color: #fff;
    background: #c0020f;
}
#fixed-nav-sidebar.scrolldown {
    display: inline-block;
}
/*END STYLE SIEDBAR*/
/*============ WRAPPER NEWS ============*/
.wrapper-news {
    margin-bottom: 30px;
}

.owl-news {
    padding: 0 10px;
}

.owl-news .item {
    width: 300px;
    min-height: 400px;
    margin-right: 10px;
    border: 1px solid #faf1f1;
}

.owl-news .item .wp-img a {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.owl-news .item .wp-img a:hover img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.owl-news .item .wp-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    object-fit: scale-down;
}

.owl-news .item .wp-info {
    padding: 15px 10px 0;
}

.owl-news .item .wp-info .title {
    margin-bottom: 5px;
    line-height: normal;
!important;
}

.owl-news .item .wp-info .title a {
    font-size: 15px;
    color: #333;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.owl-news .item .wp-info .title a:hover {
    color: #fd5023;
}

.owl-news .item .wp-info .title h4 {
    margin-bottom: 0;
}

.owl-news .item .wp-info .title span {
    display: block;
    font-size: 13px;
    color: #666;
    font-style: italic;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.owl-news .item .wp-info p {
    display: -webkit-box;
    height: 60px;
    line-height: 20px;
    text-overflow: ellipsis;
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    overflow: hidden;
}

.owl-news .item .wp-info ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
}

.owl-news .item .wp-info ul li i {
    color: #fd5023 !important;
}
.owl-carousel .owl-prev {
    position: absolute;
    top: 30%;
    width: 40px;
    left: 0px;
    height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    background: rgba(255, 255, 255, .8) !important;
    border: 2px solid #fd5023;
    color: #fd5023 !important;
    border-radius: 50%;
}

.owl-carousel .owl-next {
    position: absolute;
    top: 30%;
    width: 40px;
    right: 0px;
    height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    background: transparent !important;
    border: 2px solid #fd5023;
    color: #fd5023 !important;
    border-radius: 50%;
}
.owl-carousel .owl-next i, .owl-carousel .owl-prev i{
    color: #fd5023;
}
.title-news{
    margin-top:15px;
}
.title-news h3{
    border-bottom: 2px solid #f4646f;
    text-align: center;
    font-weight: 700;
    padding: 0 0 5px;
    font-size: 20px;
}
/*============ END WRAPPER NEWS ============*/
.submenu{
    width: auto;
    min-width: 100%;
}
.submenu .menu-list-cate2 a{
    white-space: nowrap;
}
.quick-add-cart{
    display: flex;
}
.quick-add-cart>a{
    height: 35px;
    padding: 0 15px;
    background: #0d2846;
    line-height: 35px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}
.quick-add-cart>a:hover,.quick-add-cart>a:focus{
    color: #fff;
}
.quick-add-cart>input{
    flex: 1;
    text-align: center;
    border-color: #0d2846;
}
.result{
    text-transform: uppercase;
    color: #0d2846;
}
.result-price{
    color: #dc3333;
    font-weight: bold;
    font-size: 16px;
}
.result-total{
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap;
}
.result-total .result{
    line-height: 30px;
}
.result-total .btnBuyNow{
    height: 30px;
    width: 30px;
    background-image: url("/tp/T0202/img/stores/73274/cart.jpg");
    display: inline-block;
    cursor: pointer;
}
.wrap-product{
    padding: 0 !important;
}
.content_search .grid_item .loop-grid .col-item.product-loop-grid{
    position: relative;
}
.content_search .grid_item .loop-grid .col-item.product-loop-grid .product-thumbnail a.image_{
    display: block;
}
/*.content_search .grid_item .loop-grid .col-item.product-loop-grid:hover .product-box{*/
/*    border: 1px solid transparent;*/
/*}*/
.content_search .grid_item .loop-grid .col-item.product-loop-grid:hover{
    border-color: #0d2846;
}
.content_search .collection_search .loop-grid .search_loop_grid .product_box_search .product-thumbnail a img {
    max-width: 100% !important;
    height: 220px !important;
    max-height: 100% !important;
}
/*.content_search .grid_item .loop-grid .col-item.product-loop-grid:hover .product-box{*/
/*    border: 1px solid #0d2846;*/
/*}*/
.box-product:hover #out-stock{
    z-index: 100;
}
.box-product:hover .product-box {
    overflow: initial;
}
.tab-content .product-box{
    height: 296px !important;
}

.right-menu ul li a,.header-title .title-left h2 a{
    font-weight: bold;
}
/*IMNG PRODUCT FLY*/
.img-product-fly {
    position: absolute;
    z-index: 99999;
    width: 60px;
    height: 60px;
    border: 2px solid #0d2846;
    object-fit: cover;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.grid_item{
    overflow: initial;
}
.grid_item .loop-grid{
    overflow: hidden;
}
.box-product:hover {
    overflow: initial;
}
.appendResultProduct{
    margin-top: 0;
    border-top: none;
}

/*END IMNG PRODUCT FLY*/
@media screen and (max-width: 991px) and (min-width: 768px){
    #sanphammoi .child_tab div:nth-child(5).result-total, #noibat .child_tab div:nth-child(5).result-total, #muanhieu .child_tab div:nth-child(5).result-total{
        top: 0;
        margin-top: 0;
        display: flex !important;
        justify-content: center;
    }
    #sanphammoi .child_tab div:nth-child(5).quick-add-cart, #noibat .child_tab div:nth-child(5).quick-add-cart, #muanhieu .child_tab div:nth-child(5).quick-add-cart{
        display: none !important;
    }
    #sanphammoi .child_tab div:nth-child(5).tab_more, #noibat .child_tab div:nth-child(5).tab_more, #muanhieu .child_tab div:nth-child(5).tab_more{
        top: 0;
    }
}
@media (min-width: 992px) {
    #sanphammoi .child_tab div:nth-child(5).result-total,#muanhieu .child_tab div:nth-child(5).result-total,#noibat .child_tab div:nth-child(5).result-total{
        display: flex !important;
        position: initial;
    }
    #noibat .child_tab div:nth-child(5).quick-add-cart,#muanhieu .child_tab div:nth-child(5).quick-add-cart{
        display: flex !important;
        position: initial;
    }
    .box-product:hover .info-product,.box-product:hover .product_box_tab{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 100;
        border: 1px solid #0d2846;
        padding: 9px;
    }
    .box-product:hover .product_box_tab{
        padding: 0 15px;
    }
    .tab-content .box-product:hover .product-box{
        height: auto !important;
    }
    .col-item.product-loop-grid.product_loop_gird_number {
        height: 335px;
    }
}

@media (min-width: 1140px) {
    .result-total .result{
        display: block !important;
    }
    .quick-add-cart{
        display: flex;
    }
    #myTabContent .result-total{
        justify-content: space-between !important;
    }
    .col-item.product-loop-grid.product_loop_gird_number {
        height: 355px;
    }
}
@media screen and (max-width: 1139px) and (min-width: 992px){
    .category-products .result-total{
        justify-content: center !important;
    }
    .category-products .result-total .result{
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 992px){
    ul li .product-box {
        height: 260.5px;
    }
}
@media screen and (max-width: 992px) and (min-width: 544px){
    .tab-content .product-box {
        height: 304px !important;
    }
    .category-products .content-grid .grid_item .loop-grid .product-loop-grid .product-box{
        max-height: none !important;
    }
    .content_search .collection_search .loop-grid .search_loop_grid .product_box_search .product-thumbnail a img {
        max-height: 185px !important;
    }
    #myTabContent .result-total{
        justify-content: center !important;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .product-box {
        height: 330px;
    }
    .tab-content .result-total .result{
        width: 100%;
    }
    .tab-content .product-box{
        height: auto !important;
    }
    .col-item.product-loop-grid.product_loop_gird_number {
        height: 370px;
    }
}
@media screen and (max-width: 767px) and (min-width: 544px){
    .product-box {
        height: 360px;
    }
}
@media screen and (max-width: 543px){
    #sanphammoi .child_tab div:nth-child(5).result-total, #noibat .child_tab div:nth-child(5).result-total, #muanhieu .child_tab div:nth-child(5).result-total{
        display: flex !important;
    }
    #sanphammoi .child_tab div:nth-child(5).quick-add-cart, #noibat .child_tab div:nth-child(5).quick-add-cart, #muanhieu .child_tab div:nth-child(5).quick-add-cart{
        display: none !important;
    }
    .box_tab_index .product_box_tab {
        height: auto !important;
    }
    .category-products .product-box{
        height: auto !important;
    }
}
@media screen and (min-width: 768px){
    .result-total{
        justify-content: space-between !important;
    }
}
@media only screen and (max-width: 374px) and (min-width: 320px){
    .content_search .collection_search .loop-grid .search_loop_grid .product_box_search .product-thumbnail a img {
        max-height: 160px !important;
    }
}
@media (max-width: 767px) {
    .result-total .result{
        width: 100%;
    }
}
@media (max-width: 991px) {
    #fixed-nav-sidebar.scrolldown{
        display: none !important;
    }
}
@media screen and (max-width: 543px) and (min-width: 376px){
    .content_left_pd .content-left .wrp_xs_pd .item_pr_pd .box-product .product-box {
        height: auto !important;
    }
}
