#filter-container ul {
    list-style-type: none;
    margin: 0;
}
#filter-container ul li {
    display: inline-block;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: transparent;
    padding: 6px 8px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid #008848;
    border-radius: 10rem;
    position: relative;
    overflow: hidden;
}
#filter-container ul li a {
    color: #008848;
}
#filter-container ul li a .fa {
    margin-left: 8px;
}
.home-product-tabs {
    padding: 0 0 5rem;
    position: relative;
}
.confirm {
    padding: 5px 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #a2a2a2;
    color: #ee5a1a;
}
.confirm .title {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}
.confirm .title:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #ee5a1a;
    position: absolute;
    bottom: -11px;
    left: 0;
}
.tabs .tabs-content, #tabs-2, #tabs-3, #tabs-4 {
    margin-top: 40px;
}
.hr-title {
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    margin: 10px 0;
    height: auto;
    color: #bbb;
}
.hr-title abbr {
    background: #f8f8f8;
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
    top: -10px;
    letter-spacing: .2em;
}

.rounded-banner {
    border-radius: 20px;
}
.round-banner {
    border-radius: 70px 20px;
}
.round-banner-at {
    border-radius: 20px 70px;
}
.nav-tabs.tab {
    justify-content: center;
    padding: 5px 5px 0 5px;
    border-radius: 2px;
    font-size: 1.6rem;
}
.time_countdown {
    margin: 0;
}
.time_countdown > li {
    display: inline-flex;
    margin-left: 5px;
    position: relative;
}
.time_countdown > li+li:before {
    content: ' : ';
    color: #000;
    position: absolute;
    left: -7px;
    top: 1px;
    font-size: 20px;
}
.time_countdown > li > span {
    width: 31px;
    height: 31px;
    color: #FFF;
    background-color: #ee5a1a;
    padding: 5px 6px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}
#content-count {
    padding: 3px 10px;
    background: #e2544a;
    color: #FFF;
    border-radius: 4px;
    display: none;
}

#collapseContact .card {
    background: transparent;
    border: none;
    margin-bottom: 0;
}
#map {
    height: 300px;
}

.about-us {
    position: relative;
    background-color: #f4f4f4;
    padding: 60px 0;
}
.icon-main {
    color: #008848;
}

.blogpage {
    position: relative;
    background-color: #f8f8f8;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0;
}
.blog article .description {
    padding: 10px 0 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog article .show-more {
    background-color: #fff;
    left: 0;
    top: 100%;
    width: 100%;
}

.blog article {
    position: relative;
}

.blog article .show-more .btn {
    background-color: #d1aa5b;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}
.blog article .image img {
    height: 416px;
    object-fit: cover;
    width: 100%;
}
.blog article .entry-block {
    padding: 20px;
    height: 100%;
    background-color: #f0fbf5;
}

@media(min-width:768px) {
    .blog article .entry-block {
        padding: 60px 35px;
    }
    .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;
    }

    
    .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.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;
    margin-bottom: 10px;
}
.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 {
    border-radius: 31px;
    background-color: #FFF;
    border-color: #008848;
    color: #008848;
}
.btn-clean:hover {
    background-color: #212121;
    border-color: #fff;
    color: #FFF !important;
}
.destination-title {
    display: table;
    width: 100%;
    height: 70px;
    position: relative;
}
.item-nutrition .destination-title>div {
    display: table-cell;
    vertical-align: middle;
}
.item-nutrition .destination-title .date-wrapper {
    width: 70px;
    background-color: #d60508;
}
.entry-date {
    margin-bottom: 10px;
    color: #b6b6b6;
}

.partners-container {
    margin-bottom: 3.3rem;
    padding-bottom: 3.3rem;
    border-bottom: 1px dashed #f5f5f5;
}
.btn-block {
    background-color: #d60508;
    border-color: #d60508;
}

.item-nutrition .destination-title .title>* {
    text-transform: none;
}
.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
    }
}

@media(max-width:767px) {
    .blogpage .nav-link {
        display: none
    }
    .home-product-tabs, .tin-tuc {
        padding: 3rem 0;
    }
}

.gallery .show-me {
    position: relative;
    overflow: hidden;
}
.gallery .show-me img {
    height: 260px;
    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 {
    background-color: #ee5a1a;
    padding: 6px 0;
    color: #fff;
}

.header-center {
    margin: auto;
}

.header-bottom {
    padding: 5px 0;
    background-color: #008848;
}

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

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

.for-relative img {
    width: 100%;
    height: 326px;
    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.9rem;
    font-weight: 600;
    margin-bottom: 0;
    min-height: 43px;
}

.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: 200px;
    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;
    border-radius: 22px;
    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) {
    .info-products {
        position: absolute;
        display: flex;
        align-items: center;
        right: 60px;
        top: 15%;
        width: 100%;
        min-height: 70%;
        padding: 25px;
        background: #FFF;
    }
    .blockproduct .product-details {
        position: absolute;
        padding: 20px 20px 0;
        top: 0;
    }
    .product-image-container.responsive img {
        height: 235px;
    }
}
.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);
}
.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 0 30px;
}
.block-left .blockcontent, .block-right .blockcontent {
    line-height: 30px;
    padding: 1.5rem;
}
@media screen and (min-width: 768px) {
    .block-left .h2, .block-right .h2 {
        font-size: 40px;
        margin-bottom: 4rem;
    }
    .block-left .blockcontent, .block-right .blockcontent {
        padding: 4rem;
    }
    .col-md-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    #map {
        height: 520px;
    }
}

.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: 20px;
    padding-bottom: 30px;
}
.background-xam {
    background-color: rgb(237 255 233 / 20%);
    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;
    border: 1px solid #e2544a;
}
.entry-media img {
    width: 100%;
    height: 101px;
    object-fit: cover;
}

.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: 4px;
    line-height: 1;
    top: 0.3rem;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    background-color: #fec107;
}


@media (min-width: 992px){
    
}

.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;
    }
    
}

@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: 35px 0;
    }
    .image-post-thumb img {
        height: 187px;
    }
    .home-product-tabs .nav-tabs.tab .nav-item+.nav-item {
        margin-left: 15px;
    }
    .border-left-md {
        border-left: 1px solid #eee;
    }
}

@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: 1600px) {
    .image-post-thumb img {
        height: 276px;
    }
    .for-relative img {
        height: 468px;
    }
    .entry-media img {
        height: 154px;
    }
}


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

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

    .header-top {
        padding: 5px 0;
        background: none;
        border-bottom: 1px solid #eee;
    }
    .product-title {
        min-height: unset;
    }
    .cart-dropdown .dropdown-toggle span.ml-3 {
        display: none;
    }
    .header-bottom .header-right {
        margin: auto;
    }
    .owls-icon.owl-theme .owl-nav .owl-prev {
        left: -40px;
    }
    .owls-icon.owl-theme .owl-nav .owl-next {
        right: -40px;
    }
    .cart-dropdown .dropdown-toggle .cart-count {
        right: -5px;
        top: -0.7rem;
    }
}


.site-search {
    position: absolute;
    left: unset;
    right: -1px;
    width: 50%;
    opacity: 0;
    top: 30px;
    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;
}
.site-search button {
    background-color: #2aae37;
    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;
    background-color: 0 0px 6px 1px hsl(0deg 0% 74% / 40%);
    z-index: 9999;
}

@media screen and (max-width: 575px) {
    .site-search {
        width: 100%;
    }
}

/* Feature-product */
.owls-icon.owl-theme .owl-nav [class*='owl-'] {
    opacity: 1;
    color: #FFF;
    font-size: 2.5rem;
}
.category-carousel.owl-theme .owl-nav [class*='owl-'] {
    opacity: 1;
}

.block-feature-product .feature-container {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.deal-of-days .block-feature-product .feature-container {
    border: 4px solid #fb500b;
}
.deal-of-days .bg-white {
    border-radius: 7px;
    padding: 1.5rem;
}
.block-feature-product .feature-container img {
    height: 123px;
    width: 100%;
    object-fit: contain;
}
.block-feature-product .product-title {
    font-size: 16px;
}
.jewerly-item {
    margin: auto;
    position: relative;
    overflow: hidden;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    border: 1px solid #f7f7f7;
}
.jewerly-item img {
    height: 130px;
    width: 100%;
    object-fit: contain;
    transition: all 0.6s;
}
.infomation-about img {
    height: 252px;
    object-fit: cover;
}

.header-middle {
    position: relative;
    padding: 10px 0;
}
.header-middle:before, .header-middle:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    border-bottom: 1px solid #695f52;
    display: inline-block;
    z-index: 999;
}
.header-middle:before {
    border-image: linear-gradient(270deg, #b3b3b3, #fff) 1;
    left: 0;
}
.header-middle:after {
    border-image: linear-gradient(90deg, #b3b3b3, #fff) 1;
    right: 0;
}
.bg-wcu {
    background-color: #5e3b16;
    padding: 30px 0 50px;
}
.info-box-container{
    margin-top: -60px;
}
.info-box-container .jewerly-item {
    background-color: #FFF;
    height: 100px;
    width: 100px;
}
.info-box-container .jewerly-item img {
    height: 50px;
}
.info-box-container .description {
    position: relative;
    font-size: 87%;
    padding-top: 15px;
    margin-top: 15px;
}
.info-box-container .description:before {
    content: '';
    position: absolute;
    width: 40%;
    left: 30%;
    top: 0;
    height: 1px;
    background-color: #000;
}
.title-group.top-border:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
    height: 1px;
    background-color: #f5f5f5;
}
.deal-of-days {
    background-color: #ffc700;
    padding: 12px;
    border-radius: 5px;
}

@media screen and (min-width: 992px) {
    .resp-container {
        padding-top: 45.80%;
    }
    .block-feature-product .feature-container img {
        height: 170px;
    }
    .jewerly-item {
        height: 110px;
        width: 110px;
    }
    .jewerly-item img {
        height: 120px;
    }
    .info-box-container .jewerly-item {
        height: 130px;
        width: 130px;
    }
    .info-box-container .jewerly-item img {
        height: 67px;
    }
    .category-carousel.owl-theme .owl-nav .owl-prev {
        left: unset;
        right: 20px;
        top: -75px;
        font-size: 2rem;
    }
    .category-carousel.owl-theme .owl-nav .owl-next {
        right: 0;
        top: -75px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 575px) {
    .blog article .image img {
        height: 258px;
    }
    .image-post-thumb img {
        height: 188px;
    }
    .infomation-about img {
        height: 210px;
    }
    .infomation-about-r img {
        height: 352px;
    }
    .entry-media img {
        height: 216px;
    }
}
.mv-jewerly .item a:hover .jewerly-item img {
    transform: scale(1.2);
}
.select-district {
    background: rgb(0 136 72 / 80%);
    /* color: #FFF; */
    max-width: 175px;
    font-size: 12px;
    padding: 6px 9px;
    border-radius: 6px;
    margin: 0 10px 0 7px;
    line-height: 16px;
    cursor: pointer;
}
.producer {
    background: rgb(0 136 72 / 80%);
    border-radius: 6px;
    padding: 4px 7px;
    color: #FFF;
}
.tags a {
    color: #ee5a1a;
    margin-right: 5px;
    font-size: 80%;
}
.fix_bottom {
    position: fixed;
    bottom: 0;
    background: #FFF;
    display: none;
    flex: 1 1 0%;
    z-index: 4;
    border-top: 1px solid rgb(214 214 214);
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
}
.fix_bottom > div {
    padding-top: 5px;
    padding-bottom: 6px;
    flex-direction: column;
    color: rgb(36, 36, 36);
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.img-special {
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
    margin: auto;
}
.heading-customer {
    padding: 2rem;
    color: #3F5757;
    font-size: 2.4rem;
    line-height: 30px;
}

@media screen and (max-width: 600px) {
    .img-special {
        height: 169px;
    }
    .fix_bottom {
        display: flex;
    }
    .fix_bottom .header-contact {
        display: block;
    }
    /* .footer-bottom {
        padding-bottom: 58px;
    } */
    .select-district, .producer, div.tags, .header-top .header-right, .header-bottom {
        display: none;
    }
    .header-middle {
        background-color: #008848;
    }
    .cart-dropdown .dropdown-toggle {
        color: #FFF;
        border-color: #FFF;
    }
}
@media screen and (min-width: 992px) {
    .select-district {
        margin: 0 35px 0 30px;
    }
}
@media (min-width: 1366px) {
    .infomation-about img {
        height: 266px;
    }
}
@media screen and (min-width: 1600px) {
    .header-search .header-search-wrapper {
        width: 666px;
    }
    .select-district {
        max-width: none;
    }
    .block-feature-product .feature-container img {
        height: 225px;
    }
    .infomation-about img {
        height: 373px;
    }
}
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
    .infomation-about img {
        height: 162px;
    }
}

