.home-product-tabs {
    padding: 4rem 0;
    position: relative;
    /* background-color: #eee; */
}

.heading_footer {
    font-weight: bold;
    font-size: 2.4rem;
}

@media (min-width: 1200px) {
 .container {
    max-width: 1300px;}
}



.nav-tabs.tab {
    justify-content: center;
    padding: 5px 5px 7px;
    border-radius: 2px;
    font-size: 1.6rem;
}

#collapseContact .card {
    background: transparent;
    border: none;
    margin-bottom: 0;
}
#map {
    height: 400px;
}
.contact-block {
    margin-top: -130px;
}
.about-us {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0;
    border-bottom: 2px dashed rgb(255 157 39 / 20%);
    border-top: 2px dashed rgb(255 157 39 / 20%);
}

.about-us .company-name {
    font-size: 4.5rem;
    font-weight: bold;
    color: #037cc2;
    font-style: italic;
}

.about-us .company-name.medium {
    font-size: 3.5rem;
}

.about-us .para, .gallery-description ~ div {
    font-size: 1.7rem;
    line-height: 1.6;
}

.about-us .gallery .project-item {
    border-radius: 5px;
}



.left-warp ~ div.text-left {
    margin-top: 50px;
    margin-bottom: 50px;
}

.project-item {
    overflow: hidden;
}

.project-item img {
    width: 100%;
    transition: all 0.3s;
}

.project-item:hover img {
    transform: scale(1.1);
}


.gallery-description {
    margin: 0;
}


.culture {
    position: relative;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.cultitle {
    font-size: 34px;
    font-weight: bold;
    color: #0060ac;
}
.culture .rounded-w {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    padding: 45px 15px 30px;
    border-radius: 10px;
    /* border-bottom: 13px solid #a6cdea; */
}
.culture .rounded-w:after {
    content: url(../images/bg.jpg);
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
}

.text-culture {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 20px;
}
.text-culture:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 20%;
    left: 40%;
    height: 3px;
    background-color: #161616;
}
@media screen and (min-width: 768px) {
    .content-culture {
        min-height: 110px;
    }
}
.view-vision {
    color: #f92557;
    font-size: 21px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 4rem;
}
.view-vision:after {
    content: url(../images/hr.png);
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
}
.blogpage {
    position: relative;
    background-image: url(../images/bg.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0;
}
.blog article .description {
    padding: 15px 0;
    color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog article .show-more {
    background-color: #fff;
    position: absolute;
    padding: 0 15px 15px;
    left: 0;
    top: 100%;
    width: 100%;
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.blog article .show-more .btn {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.blog article .show-more,
.blog article .show-more .btn {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(min-width:768px) {
    .blog article, .item-nutrition {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s;
        margin-bottom: 30px
    }

    .blog article .description {
        padding: 25px 0;
        -moz-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        -o-transform: translate3d(0, 20px, 0);
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }

    .blog article:hover, .item-nutrition:hover {
        position: relative;
        color: initial;
        -moz-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        -o-transform: translate3d(0, -20px, 0);
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    .blog article:hover .text-wrapper {
        padding-bottom: 40px
    }

    .blog article:hover .show-more, .item-nutrition:hover .show-more {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .blog article:hover .show-more .btn, .item-nutrition:hover .show-more .btn{
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .blog article:hover .description {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    /* .blog article .image {
        height: 220px
    } */

    .blog article .image img {
        display: none;
        height: 437px;
        object-fit: cover;
        width: 100%;
    }
}
.blog.blog-block article {
    position: relative;
    margin-bottom: 15px;
}

.blog.blog-block article,
.blog.blog-block article a,
.blog.blog-block article .title {
    color: #fff
}
.blog.blog-block article .title .h3{
    font-size: 2.5rem;
    line-height: 29px;
    text-transform: none;
}

.blog.blog-block article .entry-block {
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    overflow: hidden;
    padding: 25px
}

.blog.blog-block article .date {
    font-size: 80%;
    margin-bottom: 5px
}

.blog.blog-block article .image {
    height: auto;
}

.blog.blog-block article .image img {
    display: block;
}

.blog.blog-block article .image:before {
    background: -moz-linear-gradient(top, #000 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #000 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #000 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=0);
    position: absolute;
    opacity: .5;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blog.blog-block article .show-more {
    padding: 0;
    background-color: transparent;
    bottom: -45px;
    top: inherit;
    width: 90%;
    left: 50%;
    -moz-transform: scale(1, 1) translate(-50%, -50%);
    -ms-transform: scale(1, 1) translate(-50%, -50%);
    -o-transform: scale(1, 1) translate(-50%, -50%);
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
    transform: scale(1, 1) translate(-50%, -50%)
}
.item-nutrition {
    position: relative;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 0 12px #00000036;
}
.item-nutrition .show-more {
    padding: 15px 0 0;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.btn-clean {
    background-color: transparent;
    border-color: #fff;
    color: #fff !important;
}
.btn-clean:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000 !important;
}
.destination-title {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-nutrition .destination-title>div {

}
.item-nutrition .destination-title .date-wrapper {
    
}
.date-wrapper div i {
    margin-right: 10px;
}
.date-wrapper .date span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
}
.partners-container {
    margin-bottom: 3.3rem;
    padding-bottom: 1rem;
}
.btn-block {
    background-color: #d60508;
}
.item-nutrition .destination-title .title {
    padding-left: 10px;
}
.item-nutrition .destination-title .title>* {
    background: #ff9d27;
    text-transform: none;
    padding: 5px 20px 4px;
    border-radius: 20px;
}

.item-nutrition .destination-title .title a {
    color: #fff;
}

.item-nutrition .destination-title .title a:first-child {
    display: none;
}

.blog-name {
    padding: 0 10px;
}

.blog-name a h2 {
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.8rem;
    font-weight: bold;
}

.blogpage .nav-link {
    position: absolute;
    width: 65px;
    height: 85px;
    top: 220px;
    cursor: pointer;
    opacity: .5;
    z-index: 50
}

.blogpage .nav-link:hover {
    opacity: 1
}

.blogpage .nav-link:before {
    font-family: 'LinearIcons';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px;
    content: "";
    display: inline-block;
    width: 65px;
    height: 65px
}

.blogpage .nav-link.next {
    right: 15px
}

.blogpage .nav-link.prev {
    left: 5px
}

.blogpage .nav-link.prev:before {
    content: ""
}

.blogpage .nav-link.next:before {
    content: ""
}

.blogpage .nav-link figure {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    display: none;
    opacity: 0;
    position: absolute;
    width: 180px;
    left: auto;
    right: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blogpage .nav-link figure figcaption {
    text-align: center;
    padding: 10px
}
.blogpage .nav-link figure figcaption .blog-title {
    margin: 0
}

.blogpage .nav-link figure .image {
    position: relative;
    overflow: hidden
}

.blogpage .nav-link figure .image img {
    width: 100%
}

.blogpage .nav-link.next figure {
    right: 100%
}

.blogpage .nav-link.prev figure {
    left: 100%
}

.blogpage .nav-link.next:hover figure,
.blogpage .nav-link.prev:hover figure {
    opacity: 1
}

@media(min-width:992px) {
    .blogpage .nav-link figure {
        display: block
    }
    .blogpage .img-main {
        margin-top: -110px;
    }
}

@media(max-width:767px) {
    .blogpage .nav-link {
        display: none
    }
    .home-product-tabs, .tin-tuc {
        padding: 3rem 0;
    }
    .home-slide::before {
        padding-top: 70.3563218391%;
    }
    .home-slide .slide-bg {
        background-position: 40% 24%;
    }
    .home-slide-content {
        width: 100%;
        left: 0;
        top: 54%;
        padding: 0 3.2rem 1.5rem;
    }
    .home-slide-content .h1 {
        font-size: 3rem;
    }
    .home-slide-content h3 {
        font-size: 2rem;
    }
}

.gallery .show-me {
    position: relative;
    overflow: hidden;
}
.gallery .show-me img {
    height: 209px;
    object-fit: cover;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.gallery .show-me:hover img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.footer-description {
    color: #ffbb00;
    font-size: 30px;
    font-weight: bold;
}
.blocktop {
    border-bottom: 1px solid rgb(255 255 255 / .5);
}
.footer-contact a {
    font-weight: bold;
    color: #ffbb00;
    font-size: 26px;
}
.product-filters-container {
    margin-bottom: 2.5rem;
}

.product .price-box .product-filters-container {
    margin-left: auto;
    margin-bottom: 0;
}

.product .price-box .product-filters-container .product-single-filter {
    padding-bottom: 0;
    border: none;
}

#subscribe-f label.error {
    position: absolute;
    bottom: -35px;
    color: rgb(88 93 99 / .4);
    font-size: 1.3rem;
}

.header-top {
    padding: 15px 0;
    color: #fff;
    background: #fff;
}

.header-center {
    margin: auto;
}

.header-bottom {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 0;
    background: #00aeef;
}

.header-email a,
.header-hours a {
    color: #fff;
}

.for-relative {
    position: relative;
    overflow: hidden;
}

.for-relative img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
}

.for-relative:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.destination {
    font-size: 1.7rem;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    z-index: 999;
}

.destination-item {
    font-size: 1.35rem;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -10px;
    color: #b0b0b0;
}

.destination-item span {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
}

.destination-title h2 {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0;
   /*  min-height: 43px; */
    overflow: hidden;
  /*  text-overflow: ellipsis; */
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.destination-title p {
    margin-bottom: 0;
}

.destination-name {
    display: inline-block;
    background-color: #ff2d36;
    padding: 5px 15px;
}

.bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(245 241 241 / 0.9);
    z-index: -1;
}

.img_product img {
    height: 275px;
    object-fit: cover;
    width: 100%;
}

.image-post-thumb {
    position: relative;
    overflow: hidden;
}

.image-post-thumb img {
    height: auto;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.background_over_image {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

.background_over_image:before,
.background_over_image:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
}

.background_over_image:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.background_over_image:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}

.image-post-thumb:hover .background_over_image:before,
.image-post-thumb:hover .background_over_image:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.image-post-thumb:hover>img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.image-post-thumb:hover .background_over_image {
    opacity: 1;
}

.blockproduct .product-details {
    padding: 10px;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .blockproduct .product-details {
        position: absolute;
        padding: 20px 20px 0;
        top: 0;
    }
    .product-image-container.responsive img {
        height: 255px;
    }
    .product-label {
        bottom: 9px;
        top: unset;
    }
    .toolbox.sort {
    }
}

.product.shadow .product-details {
    border-top: 1px solid rgba(0,0,0,0.1);
}


.product .info {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.info {
    background: transparent;
    position: absolute;
    overflow: hidden;
    color: #fff;
    bottom: 0;
    right: 0;
    border: 0;
    width: 100px;
    height: 100px;
    font-size: 19px;
    cursor: pointer;
    z-index: 9;
}
.product:hover .info {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.new-product {
    position: absolute;
    font-weight: bold;
    top: 0;
    left: 0;
    background: #ff893e;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px 12px 1px 12px;
    border-radius: 5px;
}

.icon.icon-eye {
    color: #fff;
}

.info:before {
    background-color: #fb0;
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    top: 0%;
    left: 50%;
    z-index: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.info:hover:before {
    background-color: #000;
}
.stretcher-wrapper {
    margin: 0;
    padding: 0;
}
.stretcher-wrapper .item-banner {
    
}

.btn.btn-buy {
    background-color: #fb0;
    color: #fff;
    position: absolute;
    padding: 0;
    right: 10px;
    top: 20px;
    width: 80px;
    height: 80px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 20;
}
.btn.btn-buy:after, .btn.btn-buy:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 80px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn.btn-buy:after {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    content: attr(data-text);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.btn.btn-buy::before {
    font-family: LinearIcons;
    content: "";
    transform: translate3d(0px, 0px, 0px);
}
.tin-tuc {
    padding-top: 50px;
    padding-bottom: 50px;
}
.background-xam {
    background-color: #fcfcfc;
    padding: 20px 0;
    z-index: 1;
}
.product-sm .product-style {
    flex: 0 0 34%;
    max-width: 34%;
    margin-right: 1rem;
    margin-bottom: 0;
}

.product-sm .product-style img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.product-item img {
    height: 350px;
    object-fit: contain;
}

.main-dropdown-menu {
    position: relative;
}

.tooltip-inner {
    background-color: black;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    border: none !important;
    border-radius: 5px;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.footer-contact a .icon {
    font-size: 28px;
    margin-top: 1.5rem;
    margin-bottom: 0;
    display: inline-block;
}

.menu-toggler {
    display: flex;
    align-items: center;
    text-align: center;
    width: 250px;
    border: 0;
    background: #f4f4f4;
    color: #000;
    padding: 1.4rem 3rem;
    font: 400 1.4rem/1.2 "OpenSans", sans-serif;
    letter-spacing: .09rem;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s;
}

.menu-toggler i {
    display: inline-block;
    font-size: 1.8rem;
    margin-left: auto;
}

.menu-toggler i::before {
    margin: -1px 0 0;
}

.menu-toggler:hover,
.menu-toggler:focus {
    color: #fff;
    background-color: #3d3333;
    text-decoration: none;
}

.main-dropdown-menu .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    z-index: 1040;
    border: 1px solid #e6ebee;
    background-color: #fff;
}

.main-dropdown-menu.show>.main-nav {
    display: block;
}

.menu.menu-vertical>li {
    float: none;
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.menu.menu-vertical>li>a {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: .005rem;
    padding: .7rem 1.2rem;
    border-top: 1px solid #e6ebee;
    transition: background 0s;
}

.menu.menu-vertical>li:first-child>a {
    border-top: none;
}

.menu.menu-vertical>li i {
    margin-right: 12px;
}

.menu.menu-vertical li {
    transition: background 0s;
}

.menu.menu-vertical li.megamenu-container {
    position: relative;
}

.menu.menu-vertical ul,
.menu.menu-vertical .megamenu {
    top: 0;
    width: 100%;
    left: 100%;
    margin-left: -1px;
}

.menu.menu-vertical>li>ul {
    top: 100%;
    left: 0;
}

.menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 721px;
}

.menu.menu-vertical ul ul {
    top: -1rem;
}

.menu.menu-vertical.sf-arrows>li>a.sf-with-ul {
    padding-right: 2.8rem;
}

.menu.menu-vertical.sf-arrows .sf-with-ul {
    position: relative;
}

.menu.menu-vertical.sf-arrows .sf-with-ul::after {
    content: none;
}

.menu.menu-vertical>li {
    border-radius: 7px 7px 0 0;
    background-color: #00bcc5;
}

.menu.menu-vertical>li>a {
    color: #fff;
    border-color: #00bcc5;
    font-weight: bold;
    background-color: #00bcc5;
}

.menu.menu-vertical ul li:hover>a {
    margin-left: .5rem;
    color: #ff2d38;
}

.main-nav.danhmuc {
    display: none;
}

.main-dropdown-menu:hover .main-nav.danhmuc {
    display: block;
}


.percent-discount {
    padding: 1px 7px;
    font-size: 1.3rem;
    color: #f91919;
    font-weight: 600;
}

.cart-dropdown .dropdown-toggle .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    right: 5px;
    line-height: 1;
    top: 1.3rem;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #ff9d27;
}

.header-cat, .header-search {
    border: 1px dashed #ff9d27;
    border-radius: 8px;
}

.home-feature-category {
    padding: 0;
    background-color: #FFF;
    position: relative;
}
.home-feature-category.owlicons-front-page {
    margin-top: -95px;
    z-index: 999;
    background: transparent;
}
.owls-icon a:hover {
    color: #000;
}
.owlicons-front-page .owls-icon .item a {
    color: #fff;
}
.owls-icon .f-icon {
    font-size: 60px;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.owlicons-front-page .owl-carousel .owl-nav button.owl-prev, .owlicons-front-page .owl-carousel .owl-nav button.owl-next, .owlicons-front-page .owl-carousel button.owl-dot {
    color: #fff;
}
.owls-icon .item {
    padding: 10px 0 20px 0;
}
@media (min-width: 992px){
    .home-feature-category.owlicons-front-page {
        margin-top: -155px;
    }
    .owls-icon .f-icon {
        font-size: 100px;
    }
    .owls-icon .f-icon:hover {
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    .owls-icon.owl-theme .owl-nav .owl-prev {
        left: -30px;
    }
    .owls-icon.owl-theme .owl-nav .owl-next {
        right: -30px;
    }
}

.header-dropdown>a::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #212121 transparent transparent transparent;
    margin-left: .6rem;
}

@media screen and (min-width: 1200px) {
    .menu.menu-vertical>li {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .menu.menu-vertical>li>a {
        font-size: 1.6rem;
        padding: 1.7rem 1rem;
    }

    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
        width: 856px;
    }
    .blogpage {
        padding: 80px 0;
    }
}

@media screen and (min-width: 1280px) {
    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
        width: 901px;
    }
}

@media screen and (max-width: 1199px) {
    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-4 {
        display: none;
    }

    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 .col-lg-4 {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .main-nav {
        display: none !important;
    }
    .blockproduct .product-title {
        font-size: 17px;
    }
    .owls-icon .item {
        padding: 10px 0 5px 0;
    }
}

@media(min-width: 768px) {
    .blogpage {
        padding: 40px 0;
    }
    .image-post-thumb img {
        height: auto;
    }
    .home-product-tabs .nav-tabs.tab .nav-item+.nav-item, .product-single-tabs .nav-item+.nav-item {
        margin-left: 15px;
    }
}

@media screen and (min-width: 992px) {
    .blog-slider {
        margin-bottom: 0;
    }

    .dropdown-expanded>a {
        display: none;
    }

    .dropdown-expanded .header-menu {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        padding: 0;
        background-color: transparent;
        border: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }

    .dropdown-expanded .header-menu ul {
        display: flex;
        align-items: center;
    }
}
@media screen and (min-width: 1200px) {
    .blogpage {
        padding: 80px 0;
    }
}

@media(max-width: 1024px) {
    
}

@media(max-width: 991px) {
   	
}

@media(max-width: 768px) {
    .product-fix {
        min-height: 204px;
    }
    .gallery .show-me img {
        height: 92px;
    }
}

@media(max-width: 575px) {
    .nav-tabs.tab {
        display: block;
    }
    .home-product-tabs .nav-tabs.tab .nav-item+.nav-item {
        margin-top: 15px;
    }
    .footer-contact {
        margin-bottom: .7rem;
    }

    .footer-contact a {
        color: #fff;
    }

    .footer-bottom {
        background: none;
        color: #fff;
    }
    .footer .widget-title {
      margin-bottom: .5rem; }
    .header-top {
        padding: 15px 0;
    }
}

@media(max-width: 320px) {
    
}
.site-search {
    position: absolute;
    right: 55%;
    width: 250%;
    opacity: 0;
    top: 0;
    visibility: hidden;
    transition: all, ease, .3s;
    background-color: #ffff;
    z-index: -1;
    box-shadow: 0 0px 6px 1px hsl(0deg 0% 82% / 40%);
}

.site-search .woocommerce-product-search,
.side-search .woocommerce-product-search {
    display: flex;
    height: 45px;
    background-color: #fff;
    box-shadow: 0 8px 5px #64646438;
}
.site-search button {
    background-color: #ff9d27;
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-size: 15px;
    padding: 5px 13px;
    line-height: 1;
    border-radius: 0;
    border: 4px solid #fff;
}
.site-search input[type=search],
.side-search input[type=search],
.side-search select {
    border: none;
    order: none;
    flex: 0 1 100%;
    padding: 0 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 45px;
}
.header-search.active .site-search {
    visibility: visible;
    opacity: 1;
    top: 150%;
    background-color: 0 0px 6px 1px hsl(0deg 0% 74% / 40%);
    z-index: 9999;
}


/* Feature-product */
.featured-products .product  {
    transition: transform 0.3s;
}

.featured-products .product:hover img {
    transform: scale(1.2);
}


.block-feature-product .feature-container {
    width: 140px;
    height: 140px;
    margin: auto;
    position: relative;
    overflow: hidden;
    border: 6px solid #5d96fc;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.block-feature-product .product:hover .feature-container {
    border: 6px solid #f92557;
}
.block-feature-product .feature-container img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.block-feature-product .product-title {
    color: #404040;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (min-width: 992px) {
    .block-feature-product .feature-container {
        width: 255px;
        height: 255px;
    }
    .block-feature-product .feature-container img {
        height: 260px;
    }
}