@font-face {
    font-family: "SVN-Poppins";
    src: url("../font/font-main/SVN-Poppins_Regular.ttf") format("truetype");
}

@font-face {
    font-family: "SVN-Poppins Bold";
    src: url("../font/second-font/SVN-Poppins_Bold.ttf") format("truetype");
}

.header-custom {
    background-color: #27891D;
    max-height: 100%;
    height: 90px;
    display: flex;
    align-items: center;
}

/* .header .conatiner-cus {
    padding: 0;
} */
.SVN-Poppins-Bold{
    font-family: 'SVN-Poppins Bold', sans-serif !important;
}
.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.img-logo-hd a {
    padding-right: 15px;
}

.logo-link img {
    max-height: 100%;
    height: 70px;
}

.btn__menu {
    display: none;
}

.header-custom .form-control_main {
    width: 458px;
    max-width: 100%;
    max-height: 100%;
    height: 50px;
    padding: 12px 30px;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control_main::placeholder {
    font-family: 'SVN-Poppins', sans-serif;
        font-style: italic;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
}

.btn-search_main {
    background-color: #FF9417;
    color: #ffffff;
    border: 1px solid #FF9417;
        border-radius: 0px 21px 21px 0px;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 26px;
        font-family: 'SVN-Poppins', sans-serif;
        font-weight: 600;
        padding: 11px 14px;
}

.nav-mnu a {
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'SVN-Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 0 12px;
}

/* .header .conatiner-cus {
    padding: 0;
} */

/* .gnav li {
    display: flex;
    justify-content: space-between;
} */

.header-bottom ul {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: 0 74px 0 5%;
}

li.header-nav-item.active {
    background-color: rgba(61, 174, 8, 0.11);
}

li.header-nav-item.active a {
    color: #4F9829;
}

li.header-nav-item a {
    display: flex;
    align-items: center;
    padding: 11px 24px;
    color: #373F41;
    font-size: 16px;
    font-weight: 600;
    font-family: 'SVN-Poppins Bold', sans-serif;
    /* line-height: 24px; */
    text-decoration: none;
}

li.header-nav-item a img {
    padding-right: 12px;
}

.header-bottom .hotline {
    width: 20%;
    text-align: center;
    background-color: #FF9417;
    display: flex;
    align-items: center;
}

.hotline a {
    color: #ffffff;
    font-weight: 700;
    font-family: 'SVN-Poppins Bold', sans-serif;
    text-decoration: none;
    width: 100%;
}

.utilities {
    background-color: #F4F9F1;
    padding: 36.5px 0 21px;
}

.service {
    text-align: center;
}

.service img {
    margin-bottom: 3px;
}

.service h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'SVN-Poppins Bold', sans-serif;
    line-height: 28px;
    color: #373F41;
}

.service p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'SVN-Poppins', sans-serif;
    line-height: 21px;
}

.adv {
    padding: 24px 0;
    background: #e5e5e5;
}

.adv img {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.col-banner img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.col-banner {
    overflow: hidden;
    position: relative;
    display: block;
}

.col-banner::before {
    bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
        -o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
        transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
        z-index: 1;
        border: 200px double transparent;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
}

.col-banner:hover::before {
    opacity: 0;
        filter: alpha(opacity=0);
        border: 0 double rgba(255, 255, 255, 0.7);
        visibility: hidden;
}

.prt {
    padding: 30px 0 45px;
}

.prt-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.prt-title h2 {
    display: flex;
    align-items: center;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    font-family: 'SVN-Poppins Bold', sans-serif;
    color: #000;
}

.prt-title span {
    padding-left: 23px;
}

.prt-title h2 img {
    width: 33px;
    height: 31px;
}

.prt-title a {
    text-decoration: none;
    color: #FF9417;
    position: relative;
} 

.prt-title p {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.prt-title p img {
    padding-left: 13px;
}

.card-prt img {
    max-width: 100%;
    width: 100%;
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0;
}

/*.card-prt a::before {
            content: '';
            background: url(../images/sargi/cart-1.png) no-repeat;
            width: 48px;
            height: 48px;
            position: absolute;
            top: 25%;
            left: 55%;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-transition: opacity .15s ease, transform .25s ease, -webkit-transform .25s ease;
            transition: opacity .15s ease, -webkit-transform .25s ease;
            transition: opacity .15s ease, transform .25s ease;
            transition: opacity .15s ease, transform .25s ease, -webkit-transform .25s ease;
            -moz-transition: opacity .15s ease, transform .25s ease, -webkit-transform .25s ease;
            -ms-transition: opacity .15s ease, transform .25s ease, -webkit-transform .25s ease;
            -o-transition: opacity .15s ease, transform .25s ease, -webkit-transform .25s ease;
            visibility: hidden;
}*/

/*.card-prt a:hover:before {
        -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
            visibility: visible;
}

.card-prt a::after {
    content: '';
        background: url(../images/sargi/view.png) no-repeat;
        width: 48px;
        height: 48px;
        position: absolute;
        top: 25%;
        left: 35%;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: opacity .15s ease, transform .25s ease, -webkit-transform .25s ease;
        transition: opacity .15s ease, -webkit-transform .25s ease;
        transition: opacity .15s ease, transform .25s ease;
        transition: opacity .15s ease, transform .25s ease, -webkit-transform .25s ease;
        -moz-transition: opacity .15s ease, transform .25s ease, -webkit-transform .25s ease;
        -ms-transition: opacity .15s ease, transform .25s ease, -webkit-transform .25s ease;
        -o-transition: opacity .15s ease, transform .25s ease, -webkit-transform .25s ease;
        visibility: hidden;
}

.card-prt a:hover::after {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    visibility: visible;
}*/

.card-prt, .card-promotion_prd {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, .085);
}

.card-prt:hover {
    border: 2px solid #4F9829;
}

.card-prt a {
    text-decoration: none;
    color: #000000;
}

.card-prt h5 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'SVN-Poppins', sans-serif;
    line-height: 24px;
    color: #000;
}

.price ins {
    text-decoration: none;
    font-weight: 600;
    color: #FF3838;
    font-family: 'SVN-Poppins Bold', sans-serif;
    line-height: 24px;
}

.price del {
    color: #898989;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
    font-family: 'SVN-Poppins', sans-serif;
}

.checked {
    color: orange;
}

.prt-price {
    margin-bottom: 12px;
}

.sale {
    background: #e5e5e5;
    padding: 24px 0;
}

.bg-sale {
    background-color: #ffffff;
}

.owl-cus_item .item {
    padding: 42px 0;
}

.promotion-prd {
    background-color: #E38210;
    padding: 38px 44px;
}

.promotion-prd_container {
    background-color: #FF9417;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.promotion-prd_container h2 {
    color: #ffffff;
    font-family: 'SVN-Poppins Bold', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0.1px;
}

#promotion-prd-carousel .owl-stage {
    margin-left: -70px;
}

.promotion-prd_container .view-more {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.sale-product {
    position: absolute;
        top: 10px;
        left: 0;
        width: 67px;
            height: 35px;
            text-transform: uppercase;
            display: inline-block;
            padding: 3px 0;
            text-align: center;
            line-height: 1.1;
            font-size: 12px;
            color: #fff;
            background: url(../images/sargi/sale-product.png) no-repeat top left;
            background-size: 100%;
            z-index: 9;
}

.img-top-prd img {
    max-height: 100%;
    height: 190px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

a.view-more img {
    padding-left: 13px;
}

.pb-cus {
    padding-bottom: 48px;
}

.card-promotion_prd h5 {
    font-weight: 400;
    font-family: 'SVN-Poppins', sans-serif;
    line-height: 24px;
    font-size: 14px;
}

.sp-logo_cus {
    /* padding-top: 20px; */
    background-color: #e5e5e5;
    position: relative;
}

.sp-logo_cus a img {
    width: 100%;
}

.img-1-logo::after , .img-2-logo::after, .img-3-logo::after, .img-4-logo::after, .img-5-logo::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 11%);
}

.img-1-logo a, .img-2-logo a, .img-3-logo a, .img-4-logo a, .img-5-logo a {
    display: flex;
}

.img-1-logo, .img-2-logo, .img-3-logo, .img-4-logo, .img-5-logo {
    position: relative;
    width: 100%;
}

.img-1-logo:hover::after, .img-2-logo:hover::after, .img-3-logo:hover::after, .img-4-logo:hover::after, .img-5-logo:hover::after {
        background: linear-gradient(rgb(61 169 70 / 43%), rgb(61 169 70 / 89%));
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
}


.title-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: 100%;
}

.title-img h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.1px;
    font-family: 'SVN-Poppins Bold', sans-serif;
    text-transform: uppercase;
    display: block;
}

.title-img img {
    width: 76px;
    height: 76px;
}

.card-tabs {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.mg-3 {
    margin: 30px 0 20px;
}

.product-tabs .btn-tabs li a {
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    background: #F9F9F9;
    color: #8E8E8E;
    font-family: 'SVN-Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.1px;
}

.product-tabs .btn-tabs li a.active {
    background-color: #3DA946;
}

.product-tabs .btn-tabs li {
    margin-right: 20px;
}

.view-all {
    margin: 40px 0;
}

.view-all a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: 'SVN-Poppins', sans-serif;
    color: #4F9829;
    border: 1px solid #479920;
    padding: 10px 40px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
}

.note-pro {
    background-color: #e5e5e5;
    padding: 24px 0;
}

.note-title {
    margin-top: 40px;
}

.mb-note {
    margin-bottom: 60px;
}

.card-featured img {
    max-height: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.store-sys {
    background-color: #e5e5e5;
    padding-top: 24px;
    margin-bottom: 40px;
}

.store-sys h2 {
    font-family: 'SVN-Poppins Bold', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1px;
    font-size: 28px;
    line-height: 42px;
    color: #373F41;
    padding: 32px 0 30px;
}

.store-sys form {
    margin-bottom: 40px;
}

select {
    width: 385px;
    height: 48px;
    cursor: pointer;
    background: #f7f7f7;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #8E8E8E;
    font-family: 'SVN-Poppins', sans-serif;
    text-align: center;
    border: none;
}

select:focus-visible, select option:focus-visible {
    outline: none;
}

.district {
    margin-left: 40px;
}

.blog-store {
    display: flex;
}

.blog-store img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.blog-title {
    flex: 1;
    padding-left: 20px;
}

.blog-title a {
    text-decoration: none;
}

.blog-title h3 {
    color: #373F41;
    font-size: 16px;
    font-weight: 600;
    font-family: 'SVN-Poppins Bold', sans-serif;
    line-height: 24px;
    margin-bottom: 10px;
}

.blog-title p {
    font-size: 14px;
    font-family: 'SVN-Poppins', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #373F41;
}

.sign-in {
    background: radial-gradient(72.24% 72.24% at 49.41% 27.76%, #4FC459 0%, #3DA946 100%);
    padding: 35px 0;
}

.img-title .img-1 {
    background: url(../images/sargi/xuong-co.png) no-repeat left;
    max-width: 100%;
    max-height: 100%;
    width: 341px;
    height: 282px;
    position: absolute;
    left: 0;
}

.img-title .img-2 {
    background: url(../images/sargi/thit-vai-lon-lai-rung-tu-nhien.png) no-repeat right;
    max-width: 100%;
        max-height: 100%;
        width: 281px;
        height: 222px;
        position: absolute;
        right: 0;
}

.img-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.box-title {
    position: relative;
    display: block;
    margin: 0 auto;
}

.box-title h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'SVN-Poppins Bold', sans-serif;
    line-height: 42px;
    letter-spacing: 0.1px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.box-title p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'SVN-Poppins', sans-serif;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #ffffff;
    margin-bottom: 25px;
}

.sign-in .box-title .form-sign {
    width: 100%;
}

.form-sign, .btn-send {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.btn-send {
    padding: 15px 0;
    width: 119px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
}

.owl-sign_item {
    padding: 30px 0 0;
}

.owl-sign_item .owl-stage {
    display: flex;
    align-items: center;
}

.footer {
    background-color: #242323;
    padding: 35px 0 0;
}

.phone li {
    font-weight: 700;
    font-family: 'SVN-Poppins Bold', sans-serif;
}

.phone li.mb {
    color: #E38210;
}

.text-ft h3 {
    line-height: 20px;
    font-weight: 700;
    font-family: 'SVN-Poppins Bold', sans-serif;
    

}

.text-ft p {
    font-family: 'SVN-Poppins', sans-serif;
    font-weight: 400;
}

.text-ft, .text-ft a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
}

.support h3, .co-operate h3, .popular h3 {
    color: #3DA946;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'SVN-Poppins Bold', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.popular {
    padding-bottom: 22px;
}

.pay h3 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'SVN-Poppins Bold', sans-serif;
    font-size: 12px;
    margin-bottom: 16px;
}

.support li a, .co-operate li a, .popular li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'SVN-Poppins', sans-serif;
}

.footer .border-cus {
    border: 1px solid rgba(255, 255, 255, 0.12);;
}

.copyright {
    padding: 20px 0;
}

.copyright p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'SVN-Poppins', sans-serif;
    line-height: 24px;
}

.img-dk {
    display: none;
}
.nav-item_info,
.search-project-frm {
    display: none;
}
.mh-alo-phone {
    background-color: transparent;
    bottom: 0;
    cursor: pointer;
    height: 110px;
    left: 0;
    position: fixed;
    visibility: visible;
    width: 110px;
    z-index: 266666600 !important;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.mh-alo-ph-circle {
    background-color: transparent;
    border: 2px solid #dc2929;
    border-radius: 100%;
    height: 90px;
    left: 12px;
    opacity: 0.5;
    position: absolute;
    top: 12px;
    width: 90px;
}
.mh-alo-ph-circle-fill {
    background-color: rgb(220 41 41 / 35%);
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 28px;
    opacity: 0.75 !important;
    position: absolute;
    top: 28px;
    transition: all 0.5s ease 0s;
    width: 60px;
}
.mh-alo-ph-img-circle {
    background: var(--color-red) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat scroll center center / 70% auto;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 43px;
    opacity: 0.7;
    position: absolute;
    top: 43px;
    transform-origin: 50% 50% 0;
    transition: all 0.2s ease-in-out 0s;
    width: 30px;
}
#back-top {
    animation: 2s ease 0s normal none infinite running float;
    cursor: pointer;
}
.stuck {
    bottom: 190px;
    position: fixed;
    right: 20px;
    z-index: 996;
    border-radius: 50%;
}
#back-top a {
    display: block;
    height: 45px;
    width: 45px;
    text-align: center;
    background: #343a40;
    border-radius: 50%;
}
#back-top a img {
    width: 20px;
    margin: 11px 0px;
}
.message a {
    display: flex;
    margin-right: 12px;
}
.message {
    position: fixed;
    bottom: 130px;
    right: 15px;
    z-index: 999;
}
.message i {
    font-style: normal;
    background: 0 0;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    border: 2px solid #339bef;
    position: relative;
    flex: 0 0 48px;
}
.message i img {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    /* animation: ring 4s .7s ease-in-out infinite; */
    /* transform-origin: 50% 4px; */
    display: block;
    margin-top: 8px;
    margin-left: 8px;
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }
    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}
.wrap-iframe {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.wrap-iframe::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}
.wrap-iframe iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.basel-cart-design-2 > a .subtotal-divider,
.basel-cart-design-3 > a .subtotal-divider {
    display: none;
}

.basel-cart-design-2 > a .basel-cart-number,
.basel-cart-design-3 > a .basel-cart-number {
    padding: 0;
    margin-left: 0;
    font-size: 10px;
    color: #fff;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: -4px;
    right: -12px;
}

.basel-cart-design-2 > a .basel-cart-subtotal,
.basel-cart-design-3 > a .basel-cart-subtotal {
    margin-left: 2px;
    font-size: 12px;
    display: none;
}

.shopping-cart > a .amount {
    font-weight: 700;
}

.shopping-cart {
    cursor: pointer;
    position: relative;
}

.shopping-cart .dropdown-wrap-cat {
    padding-top: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 100;
}

.shopping-cart .dropdown-cat {
    background-color: #fff;
    z-index: 1;
    padding: 20px;
    width: 320px;
    color: #3c3c3c;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.widget_shopping_cart .product_list_widget {
    position: relative;
    margin-bottom: 0;
    text-align: left;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.widget_shopping_cart .total {
    border-top: 1px solid rgba(124, 124, 124, .2);
    border-bottom: 1px solid rgba(124, 124, 124, .2);
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    line-height: 24px;
}

.woocommerce-mini-cart__buttons {
    display: table !important;
    margin-top: 15px !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.widget_shopping_cart .buttons {
    display: block;
    margin-bottom: 0;
    text-align: center;
}

.widget_shopping_cart .total strong {
    float: left;
    font-size: 14px;
    color: #1B1919;
    text-transform: uppercase;
}

.widget_shopping_cart .total .amount {
    float: right;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #f90204;
    text-transform: uppercase;
}

.woocommerce-mini-cart__buttons a {
    color: #fff !important;
    display: table-cell;
    height: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
    background: #F04F32 !important;
    border-color: #F04F32 !important;
}

.woocommerce-mini-cart__buttons a:hover {
    background: #F04F32 !important;
    border-color: #F04F32 !important;
    color: #FFF;
}

.widget_shopping_cart .buttons a {
    width: 100%;
    color: #2D2D2D;
}

.widget_shopping_cart .buttons a:first-child {
    margin-bottom: 10px;
}

.widget_shopping_cart .product_list_widget li {
    position: relative;
    display: block;
    padding-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #F2F2F2;
}

.widget_shopping_cart .product_list_widget li:first-child {
    margin-top: 0px;
}

.widget_shopping_cart .product_list_widget li > a {
    padding-right: 25px;
    color: #333;
    text-decoration: none;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}

.widget_shopping_cart .product_list_widget li .remove {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    line-height: 14px;
    font-size: 23px;
    z-index: 1;
    margin-bottom: 0;
    color: rgba(0, 0, 0, .6);
}

.widget_shopping_cart .product_list_widget li .quantity {
    color: #bbb;
    font-size: 12px;
    display: block;
    margin-top: 0px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shopping-cart:hover > .dropdown-wrap-cat,
.shopping-cart.cart_show > .dropdown-wrap-cat {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    top: 100%;
}
.modal-content{
    max-width: 450px;
    margin: auto;
}
.modal-login .login-form form {
    background: #f7f7f7;
    box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
    padding: 15px;
}
.modal-login .title-modal {
    padding: 15px 0;
    text-transform: uppercase;
}
.modal-login .close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.register_here {
    margin-top: 15px;
    font-size: 14px;
}
.register_here a {
    color: #337ab7;
    text-decoration: underline;
}
.error {
    display: block;
    color: red;
    font-size: 13px;
}
.form_customer {
    padding-bottom: 50px;
}
.panel.panel-default {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 3px #ccc;
    padding: 15px;
    margin-bottom: 10px;
    max-width: 1200px;
    margin: auto;
}
.legend {
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 0;
}
.cls_birthday {
    max-width: 120px;
    display: inline-block;
}
.select2-container .select2-selection--single {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    display: none;
}
.select2-container{
    width: 100% !important;
}
.nav-menu .child{
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 999;
    width: 230px;
    background: #fff;
    border-top: 2px solid var(--color-greybold);
    display: none;
    box-shadow: 1px 3px 5px #cccc;
}
.nav-menu li{
    position: relative;
}
.nav-menu > li:hover .child{
  display: block;
}
.nav-menu .child li{
  display: block;
  padding: 0;
}
.nav-menu .child li a{
  display: block;
  padding: 10px 23px;
}
.nav-menu .child li a:hover{
     background: #eaf6e4;
    color: #000;
}
.nav-menu .child li a{
  color: var(--color-greybold);
}
.customer-action-hover {
    display: none;
    background: #252525;
    border-top: 2px solid var(--color-greybold);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 75%);
}
.account:hover .customer-action-hover {
/*    position: absolute;
    width: 200px;
    top: 62px;
    right: 0;
    z-index: 99999;*/
    display: block;
}
.box-customer-action-hover {
    position: absolute;
    width: 200px;
    top: 22px;
    /* right: 0; */
    z-index: 99999;
    display: block;
    padding-top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.customer-action-hover a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 8px;
    color: #fff;
}
.customer-action-hover a:hover{
    background: #000;
    color: #fff;
    text-decoration: none;
}
.box-link-absoblue{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.pagination{
    justify-content: center;
    margin-top: 20px;
}
.row_list_item_product .slick-track{
    margin-left: 10px;
}
.rate-start span {
    width: 12px;
    display: inline-block;
}
.slick-initialized .slick-slide{
    max-width: 100%;
}
.unable{
    display: none;
}
.pd-main{
    padding-top: 30px;
}
strong{
    font-weight: bold;
    color: #000;
}
.cart_item_title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
.btn-sort-price-input {
    border-radius: 10px;
    margin-top: 10px;
    padding: 5px 25px;
    border: 1px solid #27891d;
}
.btn-group_sort .btn-sort-price-input {
    padding: 5px 20px;
    border-radius: 10px;
    border-color: #27891d;
    margin-top: 2px;
}
.thum-product {
    position: relative;
}
.link-icon-item-pro {
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    transform: translateX(-50%);
    z-index: 9999;
    opacity: 0;
}
.link-add-cart-pro{
    left: calc(50% - -30px);
}
.card-tabs:hover .link-icon-item-pro{
    bottom: 50%;
    opacity: 1;
}
.coppy-discount-code {
    border: 1px solid #27891d;
    padding: 10px 10px;
    border-radius: 6px;
    display: inline-block;
    font-weight: bold;
    color: #2e2a2a !important;
    font-size: 13px;
}
.coppy-discount-code:hover{
    background: #27891d;
    color: #fff;
}
.input-discount-code{
    display: none;
}
.input-discount-code.active {
    display: inline-block;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid #f38263;
    text-align: center;
}
.attribute-swatch li{
    display: inline-block;
}
.pr_switch_wrap {
    margin-top: 30px;
}
.attribute-swatches-wrapper {
    margin-bottom: 10px;
}
.attribute-swatches-wrapper label{
    margin-bottom: 0;
}
.attribute-swatch li {
    display: inline-block;
    /*padding: 5px 20px;
    border: 1px solid #27891d;*/
    cursor: pointer;
    position: relative;
    color: #000;
    overflow: hidden;
}
.attribute-swatch li:hover,
.attribute-swatch li.active{
    /*color: #fff;
    background: #27891d;*/
}
.attribute-swatch-item.disabled:hover{
    color: #000;
    background: #fff;
}
.attribute-swatch li input{
    position: absolute;
    font-size: 28px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.attribute-swatch-item.disabled input{
    cursor: unset;
}
.attribute-swatch-item.disabled:before{
    border-top: 1px dashed #757272;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: rotate(45deg);
}
.attribute-swatch-item.disabled:after{
   border-top: 1px dashed #757272;
   content: "";
   height: 0;
   left: 0;
   position: absolute;
   top: 50%;
   width: 100%;
   transform: rotate(130deg);
}
#loader_ajax{
    display: none;
        max-width: 27px;
    top: -12px;
    left: 126px;
    position: absolute;
}
.card-prt{
    height: 100%;
}
.col-custom_archive{
    margin-bottom: 10px;
}
.unable-cart{
    pointer-events: none;
    cursor: wait;
    opacity: .6;
}
.error-variants{
    display: none;
}
.error-variants.active{
    display: block;
    margin-bottom: 15px;
}
.xzoom-loading{
    background: url(../images/xloading.gif) !important;
}

.container_tbl_add_cart_view .cartbtn_bottom .addToCart_btn_bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

.container_tbl_add_cart_view {
    align-items: center;
}
.contact-form .form-control::placeholder { 
  color: #fff;
}
.title_page_thank {
    font-size: 40px;
    margin-bottom: 40px;
}
.img_checked {
    max-width: 60px;
    margin: auto;
}
.box-forget-pass{
    padding: 100px 0;
}
.box-forget-pass .card{
    max-width: 450px;
    width: 100%;
}
.tit-forget-pass{
    font-size: 25px;
}
.input-group-prepend span{
    background: #DC2929;
    color: #fff;
}
.btn-red{
    background: #DC2929 !important;
    color: #fff !important;
    border: 1px solid #DC2929 !important;
}
.btn-red:hover{
   opacity: .8;
}
.category-list {
    text-align: center;
}
.item-category{
    display: inline-block;
}
.item-category a{
    padding: 5px 20px;
    display: block;
}
.category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
}
.item-cate {
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
}
.item-cate a {
    display: block;
    text-align: center;
    padding: 23px 10px;
    margin: 0 4px;
    border: 1px solid #e5efff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 8px;
}
.item-cate a img {
    width: 109px;
    margin-bottom: 12px;
    border-radius: 50%;
}
.item-cate p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}
.item-cate a.active, .item-cate a:hover {
    /* background: #FFF1F1; */
    border: 1.5px solid var(--color-site);
    transform: scale(1.025);
}
.wrap-iframe {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.wrap-iframe::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}
.wrap-iframe iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.list-youtube {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.item-youtube {
        width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.mobile{
    display: none;
}


@media (max-width: 991px) {
    .container {
        width: calc(100% - 10%) !important;
        padding: 0 15px;
        max-width: 100% !important;
        /* padding: 0 10% !important; */
    }
    .btn__menu{
        display: block;
    }
    .header-custom .main{
        padding-right: 40px;
    }
    .account .pc{
        display: none;
    }
    .sp-logo_cus{
        flex-wrap: wrap;
        justify-content: center;
    }
    .img-logo{
        width: 20%;
    }
    .item-youtube {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 33.33%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: calc(100% - 10%) !important;
        max-width: 100% !important;
        /* padding: 0 10% !important; */
    }
}


@media(max-width: 990px) {
    .container {
        width: calc(100% - 5%) !important;
        padding: 0 15px;
        max-width: 100% !important;
        /*padding: 0 10% !important;*/
    }

}

@media(max-width: 580px) {
    .container {
        width: 100% !important;
    }

    .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row>div {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767px) {
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    .header .logo{
        justify-content: flex-start;
    }
    .header .img-logo-hd .logo-link{
        margin-right: auto;
    }
    .col-banner{
        margin-bottom: 15px;
    }

    .img-logo {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .img-logo:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card-tabs:hover .link-icon-item-pro {
        bottom: 25%;
    }

    .title-img h3 {
        font-size: 16px;
    }

    .nav-item_info,
    .search-project-frm {
        display: block;
    }
    .form-s_cus {
        display: none;
    }
    .img-dk {
            display: block;
        }
    .logo-link img {
        height: auto;
        max-width: 110px;
    }
    .account a {
        padding: 10px;
    }

    .header-bottom ul {
        margin: 0;
    }

    .btn__menu {
        right: 20px;
        top: 19px;
    }

    .scroll-mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .btn-tabs {
        flex-wrap: nowrap;
    }

    .item-nav_cus {
        flex: 0 0 auto;
        width: auto;
    }

    .prt-title {
        padding: 0 15px;
    }

    .prt-title h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .prt-title h2 span {
        padding-left: 10px;
    }

    .prt-title p {
        font-size: 14px;
    }

    .prt-title p img {
        padding-left: 10px;
    }

    .img-title {
        display: block;
    }

    .store-sys form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .store-sys form select{
        width: 100%;
        margin-bottom: 10px;
    }

    select {
        width: 50%;
        height: 47px;
    }
    .district {
        margin-left: 0;
    }

    .item-img-1, .item-img-2, .item-img-3, .item-img-4, .item-img-5 {
        width: 100%;
    }

    .promotion-prd {
        padding-left: 15px;
        padding-right: 14px;
    }
    .promotion-prd_container h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .promotion-prd .promotion-prd_container h2 img {
        margin-right: 10px !important;
        width: 25px;
    }
    .mb-sm-3 {
        margin-bottom: 16px;
    }

    .mb-note {
        margin-bottom: 16px;
    }

    .store-sys h2 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .blog-title p {
        font-size: 13px;
    }


    .pb-sm {
        padding-bottom: 45px;
    }
    .support, .text-ft, .co-operate {
        padding-bottom: 22px;
    }
    .pay h3 {
        font-size: 14px;
        
    }
    .img-title .img-1, .img-title .img-2 {
        position: unset;
        margin: 0 auto;
    }

    .item-nav_cus {
        padding-bottom: 10px;
    }

    .card-featured img {
        height: auto;
    }

    .col-custom {
        padding: 0 12px;
    }

    .product-tabs .card-prt a::after, .note-pro .card-prt a::after, .bg-sale .card-prt a::after {
        top: 40%;
        left: 40%;
    }

    .product-tabs .card-prt a::before, .note-pro .card-prt a::before, .bg-sale .card-prt a::before {
        top: 40%;
    }

    .archive-btn {
        right: 5px;
    }
    .tab-content{
        padding: 0;
    }
    .rate-progress-bar{
        width: 170px;
    }
    .rate-num {
        left: 225px;
        top: 0px;
    }
    .price-sale{
        width: 100%;
    }
    /*.sale-product_single{
        top: 0;
    }*/

    .green_addtocart_btn img {
        padding: 0;
        padding-right: 3px;
    }

    .green_addtocart_btn {
        font-size: 13px;
    }

    #fixed_content_detail_parent, #fixed_content_detail {
        padding-left: 0;
        padding-right: 0;
    }

    #fixed_content_detail .container_tbl_add_cart_view .addmorecart_content, .addmorecart_content {
        margin: 0;
    }

    .container_tbl_add_cart_view .cartbtn_bottom .addToCart_btn_bottom {
        padding: 7px 15px;
    }

    .height-card {
        height: 146px;
        max-height: 100%;
    }
    .item-cate {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .item-youtube {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 100%;
    }
    

}

@media screen and (max-width: 1023px) {
    .btn__menu {
        
        width: 30px;
        height: 22px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
    }

    .btn__menu span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #E38210;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .btn__menu span:nth-child(1) {
        top: 0px;
    }

    .btn__menu span:nth-child(2) {
        top: 9px;
    }

    .btn__menu span:nth-child(3) {
        top: 18px;
    }

    .btn__menu.open span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .btn__menu.open span:nth-child(2) {
        opacity: 0;
        left: -30px;
    }

    .btn__menu.open span:nth-child(3) {
        top: 9px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

        .header-bottom ul {
            position: fixed;
                right: 0;
                top: 0;
                width: 100%;
                height: 100vh;
                background: #fff;
                color: #018ee3;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                overflow: auto;
                padding: 20% 0 10%;
                -webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);
                -webkit-transition: 0.5s ease;
                -o-transition: 0.5s ease;
                transition: 0.5s ease;
                opacity: 0;
                z-index: 9;
                visibility: hidden;
        }
        .header-bottom ul.open {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .header-custom .form-control_main {
        width: 65%;
    }

    li.header-nav-item a {
        padding: 10px 15px;
    }

    .hotline a {
        font-size: 14px;
    }

        
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .header-custom .form-control_main {
        width: 400px;
    }

    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    
    .header-custom .form-control_main {
        width: 64%;
        margin-left: auto;
    }
    .account a {
        padding: 10px;
    }

    .cart {
        margin: 0 auto;
    }
        .btn-search_main {
            margin-right: auto;
        }

    .pay img {
        max-width: 100%;
        width: 100%;
    }

    .header-bottom ul {
        margin: 0;
    }

    li.header-nav-item a {
        justify-content: center;
    }

    .col-custom {
        padding: 0 12px;
    }

    .title-img img {
        width: 50px;
        height: 50px;
    }

    .title-img h3 {
        font-size: 13px;
        line-height: 24px;
    }

    .card-prt a::before {
        top: 15%;
    }

    .card-prt a::after {
        top: 15%;
        left: 20%;
    }
    /* .card-featured img {
        height: 135px;
        width: 152px;
    } */

    .store-sys form {
        display: flex;
    }

    .blog-store .img {
        width: 35%;
    }

    .blog-store img {
        width: 100%;
    }

    .blog-title {
        padding-left: 10px;
    }

    .text-ft h3 {
        line-height: 24px;
    }

    .box-title {
        width: 50%;
        z-index: 1;
    }
    .img-title .img-1, .img-title .img-2 {
        opacity: 0.6;
    }

        .btn__menu {
            right: 5px !important;
        }

        .box-title h3 {
            font-size: 26px;
        }
}
@media (min-width: 280px) and (max-width: 320px) {
    .logo-link img {
        width: 70%;
    }

        .cart {
            position: absolute;
            left: 60%;
            top: 50%;
            transform: translate(-50%, -60%);
            -webkit-transform: translate(-50%, -60%);
            -moz-transform: translate(-50%, -60%);
            -ms-transform: translate(-50%, -60%);
            -o-transform: translate(-50%, -60%);
}
.header .img-dk .mr-sm-3 {
    margin-right: 16px !important;
}
}

@media only screen and (max-width: 1024px) {
    .header-custom .form-control_main {
        width: 65%;
    }

        li.header-nav-item a {
            padding: 10px 14px;
        }
    .hotline a {
        font-size: 14px;
    }
        .account a {
            padding: 10px;
        }

                
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .header-custom .form-control_main {
        width: 65%;
    }

    .img-dk {
        padding-right: 20px;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .contai-tab {
        max-width: 100%;
    }
    .header-custom .form-control_main {
        width: 65%;
    }

    .img-dk {
        padding-right: 20px;
    }

        .product-tabs .card-prt a::after,
        .note-pro .card-prt a::after,
        .bg-sale .card-prt a::after {
            left: 45%;
        }

        .card-prt a::before {
            top: 25%;
        }

    .sp-logo_cus {
        display: flex;
    }

        .title-img h3 {
            font-size: 13px;
            line-height: 24px;
        }

        .title-img img {
            width: 50px;
            height: 50px;
        }
}

@media only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 2) and (orientation: landscape) {
    .title-img h3 {
        font-size: 16px;
    }

    .store-sys form {
        display: flex;
    }
    .blog-store .img {
        width: 35%;
    }
    .blog-store img {
        width: 100%;
    }

    .blog-title {
        padding-left: 10px;
    }
    .box-title {
        z-index: 1;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .card-featured img {
        height: auto;
    }


    .product-tabs .card-prt a::after,
    .note-pro .card-prt a::after,
    .bg-sale .card-prt a::after {
        top: 45%;
        left: 45%;
    }

    .product-tabs .card-prt a::before,
    .note-pro .card-prt a::before,
    .bg-sale .card-prt a::before {
        top: 45%;
    }

    .title-img h3 {
        font-size: 18px;
    }
}





