.website-c .header {
    position: relative;
    padding: 0;
    float: left;
    width: 100%;
    height: 110px;
    border: 1px solid #133328;
}
.website-c .header .lang {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}
.lang-language span {
    cursor: pointer;
    padding-right: 5px;
}
.website-c img {
    max-width: 100%;
}
.website-c .dropdownlang {
    position: absolute;
    right: 0;
    z-index: 999;
    background: #fff;
    width: 80px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.cursor {
    cursor: pointer;
}
.website-c .dropdownlang li {
    padding: 5px 0 !important;
    margin: 0 !important;
}
.website-c .header li {
    padding: 40px 25px;
}
.website-c .header>li:first-child {
    padding-left: 0;
}
.lang-language span {
    cursor: pointer;
    padding-right: 5px;
}
.website-c .header nav.style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.website-c .header li {
    padding: 40px 25px;
}
.website-c .header nav li.has_c, .website-c li.menu-item-has-children {
    position: relative;
}
.website-c .header li a {
    color: #cba754 !important;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.website-c .header li a:after {
    content: '';
    position: absolute;
    bottom: 3px;
    width: 0;
    background: #3c5e2c;
    height: 1px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.website-c .header nav li.has_c .wrapDrop,
.website-c li.menu-item-has-children .wrapDrop,
.website-c .header nav li.has_c ul.sub-menu,
.website-c li.menu-item-has-children ul.sub-menu,
.website-c .header nav li ul{
    position: absolute;
    top: 120%;
    left: 0;
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    width: 200px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.website-c .header nav li.has_c .wrapDrop li,
.website-c li.menu-item-has-children .wrapDrop li, .website-c .header nav li.has_c ul.sub-menu li,
.website-c li.menu-item-has-children ul.sub-menu li,
.website-c .header nav li ul li
{
    padding: 7px 15px;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.website-c .header nav li.has_c .wrapDrop li a, .website-c li.menu-item-has-children .wrapDrop li a, .website-c .header nav li.has_c ul.sub-menu li a, .website-c li.menu-item-has-children ul.sub-menu li a {
    font-size: 16px;
}
.website-c .header nav.style2 .logoWrap {
    margin: 0 65px;
}
.website-c .header nav.style2 .logo {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 0;
}
.website-c .header .logo img {
    vertical-align: middle;
}
.website-c .header nav li.has_c:hover .wrapDrop,
.website-c li.menu-item-has-children:hover .wrapDrop,
.website-c .header nav li.has_c:hover ul.sub-menu,
.website-c li.menu-item-has-children:hover ul.sub-menu,
.website-c .header li:hover ul{
    top: 75%;
    opacity: 1;
    visibility: visible;
}
#main main {
    clear: both;
}
#header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 16px;
    padding: 5px 0;
}

.header-phone {
    margin-bottom: 0;
}

.header-phone a i,.header-cart a i {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    padding: 0;
}

.header-phone a, .header-cart a {
    font-size: 16px;
}
.top-banner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
.navLeft>ul {
    margin-left: -5px;
    padding-left: 0;
    list-style: none;
}
.navLeft>ul>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
}
.navLeft>ul>li:not(:last-child) {
    margin-right: 0.5rem;
}
.list-inline > li{
    position: relative;
}
/************************ FOOTER *****************************/
/* Footer Styles */
.ft {
    color: #fff;
    text-align: center;
    --tw-bg-opacity: 1;
    background-color: rgb(71 52 40 / var(--tw-bg-opacity));
    margin-top: 40px;
}

.ft-cn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-top: 60px;
    max-width: 1240px;
}

.ft-bl {
    flex: 1;
    padding: 20px;
}

/* Left Block */
.ft-lf {
    text-align: left;
    display: grid;
}
.ft-lf img{
    height: 85px;
    object-fit: scale-down;
}
.ft-lf-lg {
    max-width: 150px;
    margin-bottom: 10px;
}

.ft-lf-txt {
    font-size: 16px;
    margin: 5px 0;
}

.ft-lf-dl {
    display: flex;
    gap: 10px;
}

.ft-lf-dl-ln img {
    height: 40px;
}

/* Middle Block */
.ft-md {
    text-align: center;
    flex: 2;
}

.ft-md-tt {
    font-size: 32px;
    font-weight: bold;
    color: rgb(244 235 216);
}

.ft-md-txt {
    font-size: 22px;
    margin-bottom: 10px;
    color: rgb(244 235 216);
}

.ft-md-ln {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    gap: 5px;
    color: rgb(224 212 187);
}

/* Right Block */
.ft-rg {
    text-align: right;
}

.ft-rg-img {
    max-width: 100px;
    margin-bottom: 10px;
}

.ft-rg-tt {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(224 212 187);
}

.ft-rg-sc {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.ft-rg-sc-ln {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(224 212 187);
    border-radius: 50%;
    transition: 0.3s;
    color: rgb(224 212 187);
    font-size: 24px;
}

.ft-rg-sc-ln:hover {
    background: #fff;
    color: #4a2d1f;
}

/* Copyright */
.ft-cr {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
    color: rgb(224 212 187);
}
.website-c .header .lang>div {
    display: flex;
    gap: 10px;
    /*flex-direction: column;*/
}
.website-c .header .lang>div a {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 5px;
}

.logo_footer a {
    display: flex;
    gap: 15px;
    align-items: center;
}

.logo_footer a {
    display: flex;
    gap: 15px;
    align-items: center;
}

.logo_footer a span {
    color: rgb(224 212 187);
}

.logo_footer a span > span:first-child {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
    display: block;
}

.img_footer {
    position: relative;
    display: block;
}

.img_footer > span {
    position: absolute;
    display: block;
    width: fit-content;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.website-c.active .header {
    position: fixed;
    z-index: 99;
    background: #133328;
    top: 0;
    transition: all 0.5s;
}
.product-wrapper .product-info a,
.product-wrapper .product-info .product-price span{
    color: #133328;
}
.news-title {
    font-size: 14px;
    line-height: 24px;
}
.content-footer-bn {
    position: absolute;
    z-index: 999;
    color: #fff;
    margin: 0;
    top: 150px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-style: italic;
    line-height: 20px;
    font-size: 17px;
}
.content-footer-bn span {
    display: block;
}
.article-img {
    padding: 20px 0 40px;
}
.ew-alo-phone {
    left: auto;
    right: 15px;
    bottom: 248px;
}

.ew-alo-ph-circle {
    left: auto;
    right: 0;
    width: 135px;
    height: 135px;
}

.ew-alo-ph-circle-fill {
    left: auto;
    right: 15px;
    top: 40px;
}

.ew-alo-ph-img-circle {
    left: auto;
    right: 35px;
    top: 60px;
}

.zalo-btn {
    left: auto;
    right: 35px;
    bottom: 105px;
}

.messenger-icon {
    left: auto;
    right: 50px;
    bottom: 40px;
}
.footer-subcontinent{
    padding: 10px 0;
}
.product-wrapper .product-info a.buy-now-btn{
    color: #133328;
}
@media (min-width: 1200px) and (max-width: 1370px) {
    .navLeft > ul,.navRight > ul {
        justify-content: center;
    }
    .website-c .header nav.style2 .logoWrap {
        width: 15%;
    }
    .website-c .header li {
        padding: 40px 15px;
    }
}
@media (min-width: 993px) {
    .navLeft, .navRight {
        width: 40%;
    }

    .website-c .header nav.style2 .logoWrap {
        width: 20%;
    }

    .navLeft > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .navRight > ul {
        display: flex;
        flex-wrap: wrap;
    }

    .website-c .header nav.style2 .logo {
        object-fit: scale-down;
    }

    .website-c .header nav li ul > li {
        position: relative;
    }

    .website-c .header nav li ul > li > ul {
        position: absolute;
        top: 0 !important;
        left: 100%;
        z-index: 9;
        background: #fff;
        -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
        width: 200px;
        border-radius: 0 0 5px 5px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .website-c .header nav li ul > li:hover > ul {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .content-footer-bn {
        line-height: 80px;
        font-size: 75px;
    }
}

@media screen and (max-width: 992px) {
    .website-c .topMobile {
        display: block;
        height: 65px;
        position: fixed;
        top: 40px;
        width: 100%;
        z-index: 9999;
        background: #fff;
        left: 0;
        -webkit-box-shadow: 0 0 2px rgba(235, 231, 200, 0.9);
        box-shadow: 0 0 2px rgba(235, 231, 200, 0.9);
    }

    .buttonMenu-Mobile {
        float: left;
        margin-top: 17px;
        cursor: pointer;
    }

    .logoMobile {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .website-c .icon-menu, .website-c .logoMobile {
        display: inline-block;
    }

    .buttonMenu-Mobile .bar1, .buttonMenu-Mobile .bar2, .buttonMenu-Mobile .bar3 {
        width: 25px;
        height: 3px;
        background-color: #3f5d18;
        margin: 5px 0;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .website-c .lang {
        margin-top: 23px;
        position: relative;
    }

    .website-c .header {
        height: inherit;
        padding: 0;
    }

    .website-c .header nav {
        display: block;
        position: fixed;
        top: 105px;
        left: -300px;
        width: 300px;
        background: #fff;
        z-index: 102;
        padding-bottom: 80vh;
        overflow: auto;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .website-c .header li {
        padding: 5px 7px;
    }

    .website-c .header nav li {
        width: 100%;
        text-align: left;
        padding: 10px 15px !important;
        margin: 0;
    }

    .website-c .header nav li a {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        color: #3f5d18;
    }

    .website-c .header nav li.haschild .wrapDrop a {
        font-size: 14px;
    }

    .website-c .header nav li.has_c > a {
        position: relative;
    }

    .website-c .header nav li.has_c .wrapDrop, .website-c .header nav li ul {
        position: relative;
        opacity: 1;
        visibility: visible;
        width: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 5px 0 0;
        padding-left: 10px;
    }

    .buttonMenu-Mobile.active .bar3 {
        -webkit-transform: rotate(45deg) translate(-6px, -7px);
        -ms-transform: rotate(45deg) translate(-6px, -7px);
        transform: rotate(45deg) translate(-6px, -7px);
    }

    .buttonMenu-Mobile.active .bar1 {
        -webkit-transform: rotate(-45deg) translate(-5px, 5px);
        -ms-transform: rotate(-45deg) translate(-5px, 5px);
        transform: rotate(-45deg) translate(-5px, 5px);
    }

    .buttonMenu-Mobile.active .bar2 {
        opacity: 0;
    }

    .website-c .header nav.active {
        display: block;
        left: 0;
    }

    .logoWrap {
        display: none;
    }

    .website-c .topMobile.scroll {
        top: 0;
    }

    .website-c.active .header nav {
        top: 65px;
    }

    .top-banner {
        grid-template-columns: repeat(2, 1fr);
    }

    .ft-rg {
        text-align: center;
    }

    .ft-rg-sc {
        justify-content: center;
    }

    .website-c .lang img {
        height: 25px;
        width: auto;
    }

    .website-c .logoMobile img {
        height: 62px;
        object-fit: scale-down;
    }

    .lang > div {
        float: right !important;
    }

    .website-c .header nav li.has_c .wrapDrop li, .website-c li.menu-item-has-children .wrapDrop li, .website-c .header nav li.has_c ul.sub-menu li, .website-c li.menu-item-has-children ul.sub-menu li, .website-c .header nav li ul li {
        border-bottom: 0;
    }

    .navLeft > ul {
        margin-left: 0;
        padding: 0;
    }

    .wrapDrop > ul, .wrapDrop > ul ul {
        display: none;
    }

    .navRight ul {
        padding: 0;
        margin-left: 0;
    }

    .website-c .header nav.style2 {
        padding-top: 15px;
        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
        border-right: 1px solid #e9e9e9;
    }

    .website-c .header nav li i {
        position: absolute;
        right: 15px;
        font-size: 22px;
    }
    .list-inline-item.haschild.active .wrapDrop>ul {
        display: block;
    }

    .list-inline-item.haschild.active i {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        transition: transform .6s ease;
    }

    .list-inline-item.haschild.active {
        background: rgba(0, 0, 0, .09);
    }

    .list-inline-item.haschild.active .wrapDrop>ul {
        background: transparent;
    }
}
.owl-product .owl-prev i, .owl-product .owl-next i, .favorite-product h2 {
    color: #133328;
}
@media screen and (min-width: 992px) {
    .d-none-desktop{
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .cart-mobile{
        float: right;
        margin-top: 17px;
        margin-right: 0;
    }
    .website-c .lang {
        margin-top: 0;
    }
    .news-content span{
        height: 100% !important;
        width: auto !important;
    }
    .d-none-mobile{
        display: none !important;
    }
    .content-footer-bn {
        top: 40px;
    }
    .content-footer-bn .description-footer-bn span {
        font-size: 26px !important;
    }
    .ft-md-ln {
        align-items: start;
    }
    .ft-md-ln i {
        line-height: 1.45;
    }
}

@media screen and (max-width: 430px) {
    .content-footer-bn {
        top: 35px;
    }
}
.logo_footer a:nth-child(2) img {
    width: 190px;
}