@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500&display=swap);.item h4,p {
    line-height: 30px
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

*,body,html,input,textarea {
    font-family: Poppins,sans-serif
}

:root {
    --color: #4e200f;
}

.header-top .container-lg .right .menu nav>ul .mega-menu>ul .sub-menu::after {
    top: 50%;
    transform: translate(0,-50%);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    transition: .3s;
    position: absolute;
    right: 10px;
    display: inline-block;
    line-height: 1;
    content: "\f105"!important;
    font-size: 12px!important;
    color: #000!important;
    font-family: 'Line Awesome Free';
    font-weight: 900
}

.primary-btn,.primary2-btn {
    padding: 8px 15px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400
}

#search input,.header-top .language select,.primary2-btn {
    background-color: transparent
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

body {
    line-height: 1;
    font-size: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a,a:hover {
    text-decoration: none
}

.active-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 79
}

.logo {
    display: inline-block;
    width: 124px;
    height: 28px
}

.logo img {
    height: 50px;
    padding: 20px 0
}

.header-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 80;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.header-top .mobile-back-btn {
    display: none;
    align-items: center;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 999;
    font-size: 18px;
    font-weight: 600
}

.header-top .mobile-back-btn i {
    font-size: 24px;
    margin-right: 10px
}

#footer .container,.header-top .container-lg {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-top .container-lg .right,.header-top .container-lg .right .menu nav>ul {
    display: flex
}

.header-top .container-lg .right .menu {
    position: relative;
    z-index: 85
}

.header-top .container-lg .right .menu nav>ul>li {
    margin-right: 30px;
    position: relative
}

.header-top .container-lg .right .menu nav>ul>li a {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    transition: .3s
}

.header-top .container-lg .right .menu nav>ul .mega-menu.active a,.header-top .container-lg .right .menu nav>ul .mega-menu:hover::before,.header-top .container-lg .right .menu nav>ul>li a:hover,.header-top .container-lg .right .search-icon:hover,.header-top .container-lg .right .social-media ul li a:hover,.primary-btn:hover {
    color: var(--color)
}

.header-top .container-lg .right .menu nav>ul>li>a {
    position: relative;
    padding-bottom: 5px
}

.header-top .container-lg .right .menu nav>ul>li>a::after {
    width: 0;
    height: 3px;
    background-color: var(--color);
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    transition: .3s
}

.header-top .container-lg .right .menu nav>ul .mega-menu.active a::after,.header-top .container-lg .right .menu nav>ul .mega-menu>ul li,.header-top .container-lg .right .menu nav>ul>li>a:hover::after {
    width: 100%
}

.header-top .container-lg .right .menu nav>ul .mega-menu {
    padding-right: 14px;
    position: relative
}

.header-top .container-lg .right .menu nav>ul .mega-menu::before {
    display: inline-block;
    line-height: 1;
    content: "\f107";
    font-size: 13px;
    color: #fff;
    position: absolute;
    right: -5px;
    top: 2px;
    font-family: 'Line Awesome Free';
    font-weight: 900
}

.header-top .container-lg .right .menu nav>ul .mega-menu.active>ul,.header-top .container-lg .right .menu nav>ul .mega-menu>ul .sub-menu .active-sub-detail {
    opacity: 1!important;
    visibility: visible!important
}

.header-top .container-lg .right .menu nav>ul .mega-menu>ul {
    transition: .3s;
    position: absolute;
    top: calc(100% + 30px);
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    opacity: 0;
    visibility: hidden;
    width: 130px;
    flex-direction: column
}

.header-top .container-lg .right .menu nav>ul .mega-menu>ul a {
    width: 100%;
    display: inline-block!important;
    padding: 15px 10px;
    color: #000!important;
    transition: .3s;
    box-sizing: border-box;
    position: relative
}

.header-top .container-lg .right .menu nav>ul .mega-menu>ul .sub-menu a:after,.header-top .container-lg .right .menu nav>ul .mega-menu>ul a:after {
    display: none!important
}

.header-top .container-lg .right .menu nav>ul .mega-menu>ul a::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--color);
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0,-50%);
    transition: .3s;
    z-index: 0
}

.header-top .container-lg .right .menu nav>ul .mega-menu>ul a:hover::before {
    width: calc(100% - 10px)
}

#slider .header-slider,.ajax-form,.header-top .container-lg .right .menu nav>ul .mega-menu>ul .sub-menu {
    position: relative
}

.header-top .container-lg .right .menu nav>ul .mega-menu>ul .sub-menu>ul {
    position: absolute;
    top: 0;
    background-color: #fff;
    left: calc(100% + 10px);
    border-left: 2px solid var(--color);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    min-width: 130px
}

.header-top .container-lg .right .social-media {
    padding: 0 20px;
    border-left: 1px solid rgba(255,255,255,.5);
    border-right: 1px solid rgba(255,255,255,.5)
}

.header-top .container-lg .right .social-media ul {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%
}

.header-top .container-lg .right .social-media ul li {
    margin: 0 1.5vh
}

.header-top .container-lg .right .social-media ul li a {
    color: #fff;
    transition: .3s
}

.header-top .container-lg .right .search-icon {
    color: #fff;
    margin-left: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: .3s
}

.header-top .container-lg .right .menu-icon {
    display: none;
    height: 65px;
    width: 65px;
    position: relative
}

.header-top .container-lg .right .menu-icon .active {
    position: fixed;
    z-index: 99;
    background-color: rgb(0 0 0 / 20%)
}

.header-top .container-lg .right .menu-icon svg {
    height: 65px;
    position: absolute;
    width: 65px
}

.header-top .container-lg .right .menu-icon .plates {
    display: flex;
    flex-wrap: wrap;
    max-height: 65px
}

.header-top .container-lg .right .menu-icon .plate {
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px
}

.header-top .container-lg .right .menu-icon .burger {
    filter: url(#gooeyness)
}

.header-top .container-lg .right .menu-icon .x {
    transform: scale(0);
    transition: transform .4s
}

.header-top .container-lg .right .menu-icon .line {
    fill: none;
    stroke: #fff;
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray .5s .2s,stroke-dashoffset .5s .2s,transform .5s .2s
}

.header-top .container-lg .right .menu-icon .x .line {
    stroke-width: 5.5px
}

.header-top .container-lg .right .menu-icon .plate1 .line2 {
    stroke-dasharray: 40 200;
    stroke-dashoffset: 0px
}

.header-top .container-lg .right .menu-icon .plate1 .line3 {
    stroke-dasharray: 40 179;
    stroke-dashoffset: 0px
}

.header-top .container-lg .right .menu-icon .active .line {
    transition: stroke-dasharray .5s,stroke-dashoffset .5s,transform .5s
}

.header-top .container-lg .right .menu-icon .active.plate1 .line1 {
    transform: scale(0,1);
    transition: transform .5s .1s
}

.header-top .container-lg .right .menu-icon .active.plate1 .line2 {
    stroke-dasharray: 5px 200;
    stroke-dashoffset: -164px
}

.header-top .container-lg .right .menu-icon .active.plate1 .line3 {
    stroke-dasharray: 5px 179;
    stroke-dashoffset: -142px
}

.header-top .container-lg .right .menu-icon .active .x {
    transform: scale(1);
    transition: transform .4s 350ms
}

.header-top .container-lg .right .menu-icon .plate2 .line1 {
    stroke-dasharray: 21 185.627532959;
    transition-delay: 0
}

.header-top .container-lg .right .menu-icon .plate2 .line2 {
    stroke-dasharray: 21 178.6514129639;
    transition-delay: 30ms
}

.header-top .container-lg .right .menu-icon .plate2 .line3 {
    stroke-dasharray: 21 197.9242553711;
    transition-delay: 60ms
}

.header-top .container-lg .right .menu-icon .plate2 .line4 {
    stroke-dasharray: 21 190.6597137451;
    transition-delay: 90ms
}

.header-top .container-lg .right .menu-icon .plate2 .line5 {
    stroke-dasharray: 21 208.5287475586;
    transition-delay: 120ms
}

.header-top .container-lg .right .menu-icon .plate2 .line6 {
    stroke-dasharray: 21 186.5970306396;
    transition-delay: 150ms
}

.header-top .container-lg .right .menu-icon .active.plate2 .line1 {
    stroke-dasharray: 5 185.627532959;
    stroke-dashoffset: -141px
}

.header-top .container-lg .right .menu-icon .active.plate2 .line2 {
    stroke-dasharray: 5 178.6514129639;
    stroke-dashoffset: -137px
}

.header-top .container-lg .right .menu-icon .active.plate2 .line3 {
    stroke-dasharray: 5 197.9242553711;
    stroke-dashoffset: -176px
}

.header-top .container-lg .right .menu-icon .active.plate2 .line4 {
    stroke-dasharray: 5 190.6597137451;
    stroke-dashoffset: -159px
}

.header-top .container-lg .right .menu-icon .active.plate2 .line5 {
    stroke-dasharray: 5 208.5287475586;
    stroke-dashoffset: -139px
}

.header-top .container-lg .right .menu-icon .active.plate2 .line6 {
    stroke-dasharray: 5 186.5970306396;
    stroke-dashoffset: -176px
}

.header-top .container-lg .right .menu-icon .active.plate2 .x {
    transition: transform .4s 250ms
}

.header-top .language {
    margin-left: 20px;
    font-weight: 800;
    display: flex;
    align-items: center
}

.header-top .language select {
    color: #fff;
    cursor: pointer;
    border: none
}

.header-top .language option,.item a,.primary2-btn:hover {
    color: #000
}

#slider .header-slider .swiper {
    width: 100%;
    height: 100vh
}

#slider .header-slider .swiper-slide {
    background: center/cover no-repeat #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px
}

#slider .header-slider .swiper-button-next,#slider .header-slider .swiper-button-prev {
    width: 50px!important;
    height: 50px!important;
    top: auto!important;
    right: 30px!important;
    border: 1px solid #fff
}

#slider .header-slider .swiper-slide::before {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 65%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1
}

#slider .header-slider .swiper-button-next:hover,#slider .header-slider .swiper-button-prev:hover,.primary-btn::before {
    background-color: #fff
}

#slider .header-slider .swiper-button-next::after,#slider .header-slider .swiper-button-prev::after {
    font-family: "Line Awesome Free"!important;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f105"!important;
    font-size: 18px!important;
    color: #fff!important;
    display: inline-block;
    transition: .3s
}

#slider .header-slider .swiper-button-prev {
    transition: .3s;
    left: auto!important;
    bottom: 90px!important
}

#slider .header-slider .swiper-button-prev::after {
    transform: rotate(180deg)
}

#slider .header-slider .swiper-button-next:hover::after,#slider .header-slider .swiper-button-prev:hover::after {
    color: var(--color)!important
}

#slider .header-slider .swiper-button-next {
    transition: .3s;
    bottom: 30px!important
}

#slider .category-label {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.3;
    letter-spacing: 0;
    font-size: 30px;
    font-weight: 600;
}

#slider .title {
    font-size: 72px;
    color: #fff;
    line-height: 1.3;
    font-weight: 600;
    margin: 15px 0
}

#slider .desc {
    font-size: 15px;
    color: #fff;
    line-height: 2;
    font-weight: 400;
    width: 60%;
    margin-bottom: 20px
}

#slider .swiper-pagination {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-align: end;
    bottom: auto!important;
    top: 120px!important;
    letter-spacing: 1px
}

#slider .swiper-pagination-fraction {
    width: auto!important;
    position: absolute;
    right: 60px
}

#slider .swiper-pagination-current {
    color: transparent;
    font-size: 40px;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff
}

.primary-btn {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    transition: .3s;
    position: relative;
    font-size: 13px;
    font-weight: 300;
}

.primary-btn::before {
    width: 100%;
    height: 0;
    transition: .3s;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1
}

.primary-btn:hover::before,.primary2-btn:hover::before {
    height: 100%
}

.primary2-btn {
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    transition: .3s;
    position: relative
}

.primary2-btn::before {
    width: 100%;
    height: 0;
    background-color: var(--color);
    transition: .3s;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1
}

#search {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 100%;
    z-index: 99;
    background-color: rgb(0 0 0 / 89%);
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(9px)
}

#search input {
    border: none;
    border-bottom: 3px solid #fff;
    padding: 15px;
    width: 60%;
    outline: 0;
    font-size: 30px;
    color: #fff
}

#search input::-moz-placeholder {
    color: #fff
}

#search input:-ms-input-placeholder {
    color: #fff
}

#search input::placeholder {
    color: #fff
}

#contact {
    padding: 60px 0;
    font-size: 14px;
    line-height: 1.3
}

#contact .container {
    padding-bottom: 60px!important
}

#contact .icon {
    font-size: 72px;
    color: #000;
    margin-bottom: 15px
}

#contact .contact-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

#contact .border-rl {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede
}

#contact .title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 7px
}

#contact ul li {
    margin-bottom: 5px
}

#contact ul li b {
    font-weight: 600!important
}

#contact ul li span {
    font-weight: 400;
    display: block
}

#contact .maps {
    width: 100%;
    height: 380px
}

#contact .big-title {
    margin: 30px 0 15px;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #dedede
}

#footer .container,#footer .container a {
    color: #dedede;
    font-size: 14px
}

.contact-form * {
    box-sizing: border-box
}

.contact-form button {
    width: 30%;
    cursor: pointer;
    background: #c1c1c1;
    color: #000;
    border: none;
    font-size: 13px
}

.contact-form input,.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #dedede;
    margin-bottom: 10px;
    outline: 0;
    transition: .3s
}

.contact-form input:focus,.contact-form textarea:focus {
    border-color: #999;
    padding-left: 20px
}

#footer {
    background-color: #000;
    padding: 25px 0;
    margin-top: auto
}

.fix_contact .phone a,.fix_contact .whatsapp a {
    color: #fff;
    font-size: 14px;
    padding: 4px 12px
}

.fix_contact .phone i,.fix_contact .whatsapp i {
    margin-right: 5px;
    font-size: 23px
}

@media only screen and (max-width: 666px) {
    #slider .title {
        font-size:2.1rem
    }

    #slider .category-label {
        font-size: 24px;
        margin-top: 40px
    }

    #slider .desc,#slider .primary-btn {
        font-size: 12px
    }

    #slider .desc {
        width: 100%!important
    }
}

.header-page-bg {
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.header-page-bg::before {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 68%);
    position: absolute;
    top: 0;
    left: 0;
    content: ""
}

.header-page-bg .container {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 30px;
}

.header-page-bg .category-label {
    font-size: 56px!important;
    color: #fff
}

.header-detail {
    padding: 30px 0;
    background-color: var(--color);
    color: #000;
    line-height: 1.3
}

.fix_contact {
    display: none;
    position: fixed;
    top: 13rem;
    left: 1rem;
    z-index: 20
}

.fix_contact div {
    margin-bottom: 15px
}

.fix_contact .whatsapp a {
    background: #15890e;
    display: flex;
    justify-content: center;
    align-items: center
}

.fix_contact .phone a {
    background: #e60023;
    display: flex;
    justify-content: center;
    align-items: center
}

.fix_contact a:hover {
    opacity: .5
}

#section {
    margin: 50px 0
}

#section .title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 600;
    text-shadow: 0 -19px 4px #e1e1e1
}

#section .sub-title {
    text-align: center;
    font-size: 2rem;
    color: #eee;
    user-select: none
}

.item img {
    transition: .3s ease-in-out;
    width: 100%;
    height: auto
}

.item {
    margin-bottom: 1.5rem
}

.item h4 {
    width: 100%;
    background: var(--color);
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 300;
}

.item p {
    line-height: 28px;
    font-size: 12px;
    padding: 15px;
    min-height: 84px
}

.item .image {
    overflow: hidden;
    display: flex
}

.item a:hover img {
    transition: .2s ease-in-out;
    scale: 1.5
}

.item .text {
    border: 1px dashed #4e200f;
    border-top: 0
}

.item .more {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center
}

.item .more span {
    position: absolute;
    font-size: 13px;
    border-radius: 12px 0 0;
    border: 1px dashed;
    border-color: #4e200f;
    border-bottom: 0;
    border-right: 0;
    padding: 8px;
    font-weight: 600
}

.webdesing {
    height: 25px
}

.header-top .menu nav .openLiAnimation {
    opacity: 1;
    -webkit-animation-duration: .3s!important;
    animation-duration: .3s!important;
    -webkit-animation-name: openLiAnimation!important;
    animation-name: openLiAnimation!important;
    -webkit-animation-fill-mode: forwards!important;
    animation-fill-mode: forwards!important;
    transition: .7s;
    margin-left: 5px
}

.ajax-form.loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    z-index: 99
}

.ajax-form.loading::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    content: "";
    background-image: url(/assets/frontend/loading.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px
}

.contact-form button:hover {
    opacity: .9
}

.pageration {
    margin-top: 3vh
}

.pageration a {
    color: #fff
}

.pageration span {
    margin-right: 2vh;
    color: #fff
}

.pageration span:last-child {
    margin-right: 2vh;
    color: #ffffff8c;
    font-size: 14px
}

@media only screen and (max-width: 998px) {
    #slider .header-top {
        padding:15px 0!important
    }

    #slider .header-slider .swiper-slide {
        height: 30vh
    }

    .header-top .social-media li {
        margin: 0 20px 0 0!important
    }

    .header-top .social-media a {
        color: #000!important;
        font-size: 19px!important
    }
}

@media only screen and (max-width: 778px) {
    .item p {
        line-height:23px;
        font-size: 12px;
        padding: 15px;
        min-height: 75px
    }

    .ajax-form {
        position: relative;
        margin-top: 25px
    }

    .fix_contact {
        display: block
    }

    .header-top .menu,.header-top .menu ul .mega-menu>ul,.header-top .menu ul .sub-menu>ul {
        padding: 7rem 30px 80px;
        position: fixed!important;
        top: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        left: 0
    }

    .header-page-bg .category-label {
        font-size: 18px!important;
        color: #fff
    }

    .header-top .menu nav>ul>li {
        opacity: 0
    }

    .header-top .menu::after,.header-top .menu::before {
        width: 0;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        background-color: var(--color)
    }

    .container,.container-lg {
        width: 90%;
        font-size: 13px
    }

    #slider .swiper {
        height: 100%!important
    }

    #slider .swiper-slide {
        align-items: flex-start;
        padding-top: 180px!important;
        padding-bottom: 180px!important
    }

    .swiper-pagination-fraction {
        right: 0!important
    }

    .swiper-pagination {
        top: 100px!important;
        padding-right: 30px!important
    }

    #footer .container {
        flex-direction: column;
        align-items: center
    }

    #footer .container .right {
        margin-top: 20px
    }

    .header-top .active-back-btn {
        display: flex
    }

    .header-top .menu {
        display: none
    }

    .header-top .menu nav {
        width: 100%;
        height: 100%
    }

    .header-top .menu ul {
        opacity: 0;
        transition: .3s;
        flex-direction: column
    }

    .header-top .menu ul li a {
        font-size: 16px!important;
        color: #000!important;
        display: block;
        padding: 16px 0!important
    }

    .header-top .menu ul .mega-menu::before {
        color: #000!important;
        top: 15px!important;
        transform: rotate(-90deg)!important
    }

    .header-top .menu ul .mega-menu>ul,.header-top .menu ul .sub-menu>ul {
        background-color: #fff!important;
        margin: 0!important
    }

    .header-top .menu ul .mega-menu>ul ul,.header-top .menu ul .sub-menu>ul ul {
        opacity: 1!important;
        width: 100%!important
    }

    .header-top .menu ul .mega-menu>ul a,.header-top .menu ul .sub-menu>ul a {
        color: #000!important
    }

    .header-top .menu ul .mega-menu>ul {
        z-index: 100;
        min-width: 100%
    }

    .header-top .menu ul .sub-menu>ul {
        z-index: 105
    }

    .header-top .menu ul .active .sub-menu,.header-top .menu ul .active>ul {
        display: block!important;
        top: 0!important
    }

    .header-top .menu ul .active .active-sub-detail {
        left: 0!important;
        right: 0!important;
        z-index: 100;
        min-width: 100%
    }

    .header-top .menu ul .active .sub-menu::after {
        top: 15px!important;
        right: 0!important;
        transform: translate(0,0)!important
    }

    .header-top .menu ul .active .sub-menu a::before {
        display: none!important
    }

    .header-top .menu::before {
        left: 0;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: leftBefore;
        animation-name: leftBefore;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .header-top .menu::after {
        right: 0;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: rightAfter;
        animation-name: rightAfter;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .header-top .menu.secondAnimationLeft::before {
        -webkit-animation-duration: .3s!important;
        animation-duration: .3s!important;
        -webkit-animation-name: secondAnimationLeft!important;
        animation-name: secondAnimationLeft!important;
        -webkit-animation-fill-mode: forwards!important;
        animation-fill-mode: forwards!important;
        left: auto!important;
        right: 50%!important
    }

    .header-top .menu.secondAnimationRight::after {
        -webkit-animation-duration: .3s!important;
        animation-duration: .3s!important;
        -webkit-animation-name: secondAnimationRight!important;
        animation-name: secondAnimationRight!important;
        -webkit-animation-fill-mode: forwards!important;
        animation-fill-mode: forwards!important
    }

    .header-top .menu.closeAnimationLeft::before {
        -webkit-animation-duration: .3s!important;
        animation-duration: .3s!important;
        -webkit-animation-name: closeAnimation!important;
        animation-name: closeAnimation!important;
        -webkit-animation-fill-mode: forwards!important;
        animation-fill-mode: forwards!important;
        left: 0!important;
        right: auto!important
    }

    .header-top .menu.closeAnimationLeft::after {
        -webkit-animation-duration: .3s!important;
        animation-duration: .3s!important;
        -webkit-animation-name: closeAnimation!important;
        animation-name: closeAnimation!important;
        -webkit-animation-fill-mode: forwards!important;
        animation-fill-mode: forwards!important
    }

    @keyframes closeAnimation {
        0% {
            width: 50%
        }

        100% {
            width: 0
        }
    }

    @keyframes leftBefore {
        0% {
            width: 0%
        }

        100% {
            width: 50%
        }
    }

    @keyframes rightAfter {
        0% {
            width: 0%
        }

        100% {
            width: 50%
        }
    }

    @keyframes secondAnimationLeft {
        0% {
            width: 50%
        }

        100% {
            width: 0
        }
    }

    @keyframes secondAnimationRight {
        0% {
            width: 50%
        }

        100% {
            width: 0
        }
    }

    .header-top .social-media {
        position: fixed!important;
        top: 40px;
        left: 30px;
        z-index: 100;
        padding: 0!important;
        opacity: 0;
        visibility: hidden;
        border: none!important
    }

    .header-top .social-media.active-social {
        transition: .3s;
        opacity: 1!important;
        visibility: visible!important
    }

    .header-top .menu-icon {
        display: block!important
    }
}

.header-page-bg .whatsapp a,.swiper-wrapper .whatsapp a {
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
    color: #fff;
    background: #15890e
}

.header-page-bg .phone a,.swiper-wrapper .phone a {
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
    color: #fff;
    background: #9d0c0c
}

.header-page-bg .whatsapp,.swiper-wrapper .whatsapp {
    margin-top: 30px
}

.header-page-bg .phone,.swiper-wrapper .phone {
    margin-top: 15px
}

.header-page-bg .phone i,.header-page-bg .whatsapp i,.swiper-wrapper .phone i,.swiper-wrapper .whatsapp i {
    margin-right: 5px;
    font-size: 20px
}
