@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

@font-face {
    font-family: Minion;
    src: url(../webfonts/MinionPro-Medium.otf);
    font-weight: 400
}

@font-face {
    font-family: Minion;
    src: url(../webfonts/MinionPro-It.otf);
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Minion;
    src: url(../webfonts/MinionPro-Medium.otf);
    font-weight: 500
}

@font-face {
    font-family: Minion;
    src: url(../webfonts/MinionPro-MediumIt.otf);
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Minion;
    src: url(../webfonts/MinionPro-Semibold.otf);
    font-weight: 600
}

@font-face {
    font-family: Minion;
    src: url(../webfonts/MinionPro-SemiboldIt.otf);
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: Minion;
    src: url(../webfonts/MinionPro-Bold.otf);
    font-weight: 700
}

@font-face {
    font-family: Minion;
    src: url(../webfonts/MinionPro-BoldIt.otf);
    font-weight: 700
}

@font-face {
    font-family: Futura;
    src: url(../webfonts/FuturaCyrillicLight.ttf);
    font-weight: 300
}

@font-face {
    font-family: Futura;
    src: url(../webfonts/FuturaCyrillicMedium.ttf);
    font-weight: 500
}

@font-face {
    font-family: Futura;
    src: url(../webfonts/FuturaCyrillicDemi.ttf);
    font-weight: 600
}

@font-face {
    font-family: Futura;
    src: url(../webfonts/FuturaCyrillicBook.ttf);
    font-weight: 400
}

@font-face {
    font-family: Futura;
    src: url(../webfonts/FuturaCyrillicHeavy.ttf);
    font-weight: 700
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('ACaslonPro-Regular.woff2') format('woff2'), url('ACaslonPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --white: #fff;
    --black: var(--body);
    --primary: #faaa3f;
    --second: #ffddb3;
    --body: #04080c;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    --bg-body: #d3d6db;
    /* --font-1: Minion;
    --font-2: Futura; */
    --font-1: "Minion Pro", sans-serif;
    --font-2: "SFU Futura", sans-serif;
}

.header.fixed-top,
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow)
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 22px;
font-weight: bold;
    font-style: normal;
    line-height: 1.25;
    text-transform: capitalize;
    color: #000;
    font-family: var(--font-1);
}

body {
    font-family: var(--font-2);
    font-weight: 300;
}

a,
button,
i,
img {
    transition: all ease .4s
}

.pc {
    display: block
}

@media screen and (max-width:1200px) {
    .pc {
        display: none
    }
}

.mobile {
    display: none
}

@media screen and (max-width:1200px) {
    .mobile {
        display: block
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeindown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media screen and (max-width:996px) {
    .fadeindown {
        animation: none
    }
}

.line-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.line-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

body {
    background: var(--bg-body)
}

.banner-slider .box-img img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}

.slick-slider .slick-arrow {
    border-radius: 5px;
    border: none;
    height: 40px;
    width: 40px
}

.slick-slider .slick-arrow:hover {
    background: #fff
}

.slick-slider .slick-arrow.slick-prev {
    left: 10px
}

.slick-slider .slick-arrow.slick-prev::before {
    background-image: url(../images/left.svg);
    content: "";
    height: 27px;
    width: 27px
}

.slick-slider .slick-arrow.slick-next {
    right: 10px
}

.slick-slider .slick-arrow.slick-next::before {
    background-image: url(../images/right.svg);
    content: "";
    height: 27px;
    width: 27px
}

.vuta-container.custom {
    width: min(1300px, 100%)
}

.home-cat .vuta-container {
    overflow: hidden
}

.home-cat .cat-item {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media screen and (max-width:996px) {
    .home-cat .cat-item {
        padding: 40px 0 0
    }
}

.home-cat .cat-item .box-title {
    text-align: center;
    margin-bottom: 20px
}

.home-cat .cat-item .box-title h2 {
    font-size: 36px;
    font-family: var(--font-1);
    font-weight: 400;
    letter-spacing: .025em;
    opacity: .8
}

.home-cat .cat-item .box-title h5 {
    text-transform: uppercase;
    color: #4b5563
}

.home-cat .cat-item .content {
    max-width: 768px;
    text-align: justify;
    color: #000;
    font-size: 20px;
    margin: 0 auto;
    line-height: 1.75;
    margin-bottom: 80px
}

@media screen and (max-width:996px) {
    .home-cat .cat-item .content {
        margin-bottom: 20px
    }
}

.home-cat .cat-item h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media screen and (max-width:996px) {
    .home-cat .cat-item h3 {
        font-size: 20px
    }
}


/* .home-cat .d-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    grid-gap: 1.5rem;
    margin-bottom: 40px
} */

.home-cat .d-grid {
    display: grid;
    grid-template-areas: "a a b c" "a a d e";
    grid-gap: 1.5rem;
    grid-auto-rows: 250px;
}

.home-cat .d-grid .grid-item:nth-child(1) {
    grid-area: a;
}

.home-cat .d-grid .grid-item:nth-child(2) {
    grid-area: b;
}

.home-cat .d-grid .grid-item:nth-child(3) {
    grid-area: c;
}

.home-cat .d-grid .grid-item:nth-child(4) {
    grid-area: d;
}

.home-cat .d-grid .grid-item:nth-child(5) {
    grid-area: e;
}



@media screen and (max-width:996px) {
    .home-cat .d-grid {
        display: flex !important;
        flex-wrap: wrap;
        gap: 10px !important
    }
}

.home-cat .d-grid .grid-item {
    position: relative
}


/* 
.home-cat .d-grid .grid-item:first-child {
    grid-column: span 2;
    grid-row: span 2
}

.home-cat .d-grid .grid-item:last-child {
    grid-column: span 2
} */

.home-cat .d-grid .grid-item::before {
    background-color: #fff;
    content: "";
    z-index: 1;
    inset: 0;
    transition: all ease .4s;
    position: absolute;
    opacity: 0
}



/* .home-cat .d-grid .grid-item:hover::before {
    opacity: .4
}

.home-cat .d-grid .grid-item:hover .box-content {
    opacity: 1;
    visibility: visible
} */

.home-cat .d-grid .grid-item:not(:first-child):hover::before {
    opacity: .4;
}

.home-cat .d-grid .grid-item:not(:first-child):hover .box-content {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width:996px) {
    .home-cat .d-grid .grid-item {
        width: calc(50% - 5px) !important
    }
}

.home-cat .d-grid .grid-item>a {
    position: absolute;
    inset: 0;
    content: "";
    z-index: 2
}

.home-cat .d-grid .grid-item .box-content {
    position: absolute;
    inset: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    text-align: center;
    z-index: 3;
    content: ""
}

.home-cat .d-grid .grid-item .box-content h4 a {
    color: var(--body)
}

.home-cat .d-grid .grid-item .box-img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.home-cat .d-grid .grid-item .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cat-slider,
.home-products-slider {
    width: 130%
}

@media screen and (max-width:996px) {
    .cat-slider,
    .home-products-slider {
        width: 180%
    }
}

.cat-slider .item,
.home-products-slider .item {
    padding: 0;
    padding-right: 20px
}

.cat-slider .slick-prev,
.home-products-slider .slick-prev {
    background: #fff;
    top: -40px;
    opacity: .3;
    left: calc(75% - 40px) !important
}

@media screen and (max-width:996px) {
    .cat-slider .slick-prev,
    .home-products-slider .slick-prev {
        left: calc(75% - 70px) !important
    }
}

.cat-slider .slick-prev:hover,
.home-products-slider .slick-prev:hover {
    opacity: 1
}

.cat-slider .slick-next,
.home-products-slider .slick-next {
    top: -40px;
    background: #fff;
    opacity: .3;
    right: unset !important;
    left: calc(75% + 8px) !important;
    left: calc(75% - 25px) !important
}

.cat-slider .slick-next:hover,
.home-products-slider .slick-next:hover {
    opacity: 1
}

.cat-slider-item {
    position: relative
}

.cat-slider-item::before {
    position: absolute;
    transition: all ease .4s;
    background-color: #fff;
    z-index: 2;
    content: "";
    inset: 0;
    opacity: 0
}

.cat-slider-item:hover::before {
    opacity: .2
}

.cat-slider-item>a {
    position: absolute;
    inset: 0;
    z-index: 3;
    content: ""
}

.cat-slider-item .box-content {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem
}

.cat-slider-item .box-content p {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fbf7f3
}

.cat-slider-item .box-content h4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-top: .5rem;
    color: #fbf7f3
}

.cat-slider-item .box-img {
    display: block;
    width: 100%;
    height: 600px;
}

.cat-slider-item .box-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cat-slider-item .box-btn {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem
}

.cat-slider-item .box-btn a {
    display: inline-flex;
    gap: 10px;
    background: #85807d;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    align-items: center;
    justify-content: center;
    height: 36px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 99999px
}

.cat-slider-item .box-btn a svg {
    height: 16px !important;
    width: 16px !important;
    margin-bottom: 2px
}

.cat-slider-grid .slick-prev {
    background: #fff;
    top: -40px;
    opacity: .3;
    left: calc(100% - 90px) !important
}

.cat-slider-grid .slick-prev:hover {
    opacity: 1
}

.cat-slider-grid .slick-next {
    top: -40px;
    background: #fff;
    opacity: .3;
    right: unset !important;
    left: calc(100% - 40px) !important
}

.cat-slider-grid .slick-next:hover {
    opacity: 1
}

.home-about .cat-item {
    padding-top: 0
}

.home-about .content {
    margin: 0 auto;
    max-width: 767px
}

.home-about .break {
    height: 2px;
    background: #4e5056;
    margin-top: 80px;
    margin-bottom: 80px
}

.hotline-sticky ul {
    --size: 40px;
    --shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    bottom: 0;
    right: 0;
    z-index: 20;
    transform: translateY(-50%);
    background: var(--primary);
    padding: 10px !important;
    border-radius: 30px 0 0 30px;
    position: fixed;
    transition: var(--br-transition)
}

.hotline-sticky ul::before {
    top: -30px;
    border-radius: 0 0 50px 0;
    box-shadow: 30px 1px 0 0 var(--primary);
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    width: 60px;
    pointer-events: none
}

.hotline-sticky ul::after {
    bottom: -30px;
    border-radius: 0 50px 0 0;
    box-shadow: 30px -1px 0 0 var(--primary);
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    width: 60px;
    pointer-events: none
}

.hotline-sticky ul li a {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotline-sticky ul li a img {
    width: 32px
}

.hotline-sticky ul li:last-child a img {
    animation: animate 1.5s ease infinite
}

.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 230px;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background: #1c1c1c;
    opacity: .5;
    color: #fff;
    display: none;
    transition: all ease .4s;
    z-index: 999999999
}

.back-to-top.active {
    display: flex
}

.back-to-top:hover {
    opacity: 1
}

.mobile-logo {
    text-align: center;
    margin-bottom: 40px
}

.mobile-logo img {
    max-width: 150px;
    margin: 0 auto
}

.popup-search {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: rgba(0, 0, 0, .9);
    top: 0;
    transition: transform .7s ease;
    display: none
}

.popup-search .popup-content {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative
}

.popup-search .close-btn {
    position: absolute;
    color: #fff;
    right: 30px;
    font-weight: 700;
    padding: 0 8px;
    border-radius: 50%;
    border: 2px #fff solid;
    top: 15px;
    font-size: 15px;
    cursor: pointer
}

.popup-search .form-search {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: min(600px, 100% - 10px)
}

.popup-search .form-search form {
    position: relative
}

.popup-search .form-search input {
    background: #fff;
    border: none;
    outline: 0;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #272727;
    padding: 15px 30px;
    width: 100%
}

.popup-search .form-search button {
    position: absolute;
    background: var(--primary);
    border: none;
    height: 60px;
    width: 60px;
    color: #fff;
    top: 0;
    right: 0;
    transition: all ease .4s
}

.popup-search .form-search button img {
    filter: brightness(0) invert(1)
}

.popup-search .result {
    width: 100%
}

.popup-search .form-search button:hover {
    opacity: .8
}

.header {
    position: relative;
    z-index: 99
}

.header.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--bg-body);
    left: 0
}

.header .mobile-btn {
    display: none
}

@media screen and (max-width:1200px) {
    .header .mobile-btn {
        display: block
    }
}

.header .mobile-btn span {
    background: var(--primary) !important;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 25px
}

.header .mobile-btn span:last-child {
    margin-bottom: 0
}

.header .wraper {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    align-items: center;
    padding-right: 40px
}

@media screen and (max-width:1200px) {
    .header .wraper {
        padding-left: 15px;
        padding-right: 15px
    }
}

.header .header-top {
    padding-top: 10px;
    padding-bottom: 10px
}

@media screen and (max-width:1200px) {
    .header .header-top {
        display: none
    }
}

@media screen and (max-width:1200px) {
    .header .header-main .header-menu {
        display: none
    }
}

.header .header-main .header-menu .accordion {
    display: flex;
    gap: 40px
}


/* @media screen and (min-width: 1200px) and (max-width: 1534px) {
    .header .header-main .header-menu .accordion {
        gap: 1px;
    }
} */

.header .header-main .header-menu .accordion .link>a {
    color: var(--body);
    font-size: 16px;
    border-bottom: 1px solid transparent;
    display: flex;
    height: 40px;
    font-weight: bold;
    font-family: var(--font-1);
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase
}

.header .header-main .header-menu .accordion .link>a:hover {
    border-bottom: 1px solid var(--body)
}

.header .header-main .header-menu .accordion .dropdown {
    position: relative
}

.header .header-main .header-menu .accordion .dropdown .submenu {
    display: flex;
    flex-direction: column;
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden;
    background: var(--bg-body);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    padding-left: 1.5rem;
    position: absolute;
    z-index: 99;
    top: calc(100% + 10px);
    padding-right: 1.5rem
}

.header .header-main .header-menu .accordion .dropdown .submenu li {
    padding-top: 5px;
    padding-bottom: 5px
}

.header .header-main .header-menu .accordion .dropdown .submenu li a {
    display: flex;
    color: var(--body);
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    font-family: var(--font-1);
}

.header .header-main .header-menu .accordion .dropdown .submenu>li:hover>a {
    border-bottom: 1px solid var(--body)
}

.header .header-main .header-menu .accordion .dropdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header .header-main .header-right ul {
    display: flex;
    gap: 20px
}

@media screen and (max-width:1200px) {
    .header .header-main .header-right ul {
        gap: 0px
    }
}

.header .header-main .header-right ul li .icon svg {
    height: 24px !important;
    width: 24px !important;
    opacity: 1 !important
}

.header .header-main .header-right ul li a {
    color: var(--body);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
    position: relative
}

.header .header-main .header-right ul li a:hover {
    background: #fff
}

.header .header-main .header-right ul li a .cout {
    font-size: 12px;
    position: absolute;
    top: -2px;
    right: 1px
}

.footer .footer-top {
    background: #5d5957;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #e5e7eb;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem
}

.footer .footer-top form {
    max-width: 575px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative
}

.footer .footer-top form input {
    height: 50px;
    border-radius: 0;
    width: 100%
}

.footer .footer-top form button {
    width: 130px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    display: flex;
    height: 50px;
    background: #4e5056;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    font-size: 14px
}

.footer .footer-main {
    background: #4e5056;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media screen and (max-width:996px) {
    .footer .footer-main {
        padding-bottom: 10px
    }
}

.footer .footer-main h3 {
    color: #fff;
    margin-bottom: 16px;
    font-size: 18px;
    font-family: var(--font-1);
}

.footer .footer-main ul li {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer .footer-main ul li a {
    color: #e5e7eb;
    font-size: 18px;
}

.footer .footer-main .footer-logo {
    margin-bottom: 30px
}

.footer .footer-main .footer-logo img {
    max-width: 200px
}

@media screen and (max-width:996px) {
    .footer .footer-main .footer-logo {
        text-align: center
    }
}

.footer .footer-main .social ul {
    display: flex;
    align-items: center;
    gap: 15px
}

@media screen and (max-width:996px) {
    .footer .footer-main .social ul {
        justify-content: center;
        margin-bottom: 40px
    }
}

.footer .footer-main .social ul li {
    margin-bottom: 0
}

.footer .footer-main .social ul li a {
    display: flex;
    width: 32px;
    border-radius: 5px;
    height: 32px;
    background: #e5e7eb;
    align-items: center;
    color: var(--body);
    justify-content: center
}

.footer .footer-main .fanpage {
    margin-bottom: 10px
}

.footer .footer-main .fanpage .fb-page {
    width: 100% !important
}

.footer .footer-main .fanpage .fb-page>span {
    width: 100% !important
}

.footer .footer-main .fanpage .fb-page>span>iframe {
    width: 100% !important
}

.footer .footer-copyright {
    background: var(--body);
    padding: 5px
}

.footer .footer-copyright p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    color: rgba(255, 255, 255, .7)
}

.footer .footer-copyright p a {
    color: #fff;
    font-weight: normal !important;
}

.tp-product-item .m-img img {
    aspect-ratio: 1 / 1;
    height: 100%;
    width: 100%;
}

.home-cat .d-grid .grid-item:nth-child(1):hov {
    
}