/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root{
    --font-family-heading:"Cal Sans";
    --shadow1: 0 4px 30px rgba(0, 0, 0, 0.1);
    --shadow-1:rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    --shadow-2:0 2px 8px rgba(0, 0, 0, 0.08);
    --text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
    --color-lighter: #9f9fa4;
    --border-color: #e3e3e8;
    --radius-1:1rem;
    --radius-2:1.5rem;
    --radius-3:2rem;
    --font-15:15px;
    --width-col-vertical: 100%;
    --background-linear-dark: linear-gradient(180deg,rgba(185,183,174,0) 0%,rgba(134,132,126,.54) 19.25%,#53524e 46.79%);
    --background-linear-1: linear-gradient(to right,var(--fs-color-secondary),var(--primary-color));
    --white-linear: rgb(255, 255, 255), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.57), rgba(255, 255, 255, 0)
}
body {
    top: 0px !important;
}
.goog-te-banner-frame.skiptranslate { display: none !important; }
.t-100 {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -0.01em;
}
.font-h{
    font-family: var(--font-family-heading);
}
.trendy,.trendy-child {
    max-width: var(--container-width, 100%);
    --container-width:100%;
    background-color: var(--background-color,transparent);
}
.background-linear{
    background: var(--background-linear-1);
}
.banner.background-linear .banner-bg:after{
    content: '';
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg,rgba(196, 138, 74,0) 0%,rgba(196, 138, 74,.54) 19.25%,rgba(196, 138, 74,.90) 46.79%);;
    position: absolute;
    bottom: 0;
    left: 0;
}
.trendy__sub-title {
    display: inline-flex;
    letter-spacing: 1px;
    gap: 0.5rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(114, 114, 114, 0.18);
    border-radius: 24px;
    padding: 3px 13px 3px 10px;
}
.trendy__sub-title span.circle {
    display: inline-block;
    width: 13px;
    height: 13px;
    box-shadow: 0 0 0 1px #ffffff inset;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
.slider-nav-push.slider-nav-reveal .flickity-prev-next-button,.swiper-button-next,.swiper-button-prev{
    width: 35px !important;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg,.swiper-button-next svg,.swiper-button-prev svg{
    fill: var(--primary-color);
    color: var(--primary-color);
}
.footer-menu .ux-menu-link a{
    font-family: var(--font-family-heading);
    font-size: 1rem;
}
.footer-menu .ux-menu-link a>span{
    position: relative;
}
ul.header-nav>li.menu-item>a.nav-top-link:before,.footer-menu .ux-menu-link a>span:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: 7px;
    background: var(--fs-color-secondary);
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.footer-menu .ux-menu-link a>span:before{
    bottom: 0;
}
ul.header-nav>li.menu-item.active>a.nav-top-link:before,ul.header-nav>li.menu-item:hover>a.nav-top-link:before,.footer-menu .ux-menu-link:hover a>span:before {
    opacity: 1 !important;
    right: 0;
}
.topbar-link.hotline, .trackCall.hotline {
    background: #ff5722;
    padding: 3px 5px;
    border-radius: 5px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
}
.topbar-link {
    color: rgba(255, 255, 255, 0.7);
}
@keyframes wrench{
    0%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg);}
    8%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg);}
    10%,28%,30%,48%,50%,68%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg);}
    18%,20%,38%,40%,58%,60%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg);}
    100%,75%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}
}
.hotline .icon-phone {
    -webkit-animation: wrench 2.5s
    ease infinite;
    animation: wrench 2.5s
    ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial;
}
img.cart-img-icon{
    filter: brightness(0) invert(1);
    padding: 5px;
}
.nav-small .image-icon,.header-wishlist-icon>a>i,.account-item.has-icon .icon-user,.header__action.lang .language-box__button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px #dddddd solid;
    border-radius: 99px;
    margin: 0;
    font-size: 22px!important;
    top: 0;
}

.nav-dark .nav-divided>li+li>a:after{
    border: unset;
}
.header-vertical-menu__tagline{
    font-size: 0.8em!important;
}
.header-search-form input[type="search"]{
    height: 45px;
}
.trendy-menu-vertical .header-vertical-menu__fly-out {
    background-color: transparent;
    position: relative;
    width: var(--width-col-vertical);
    visibility: visible;
    opacity: 1;
}
.trendy-menu-vertical .header-vertical-menu__fly-out{
    overflow-y: auto;
}
.trendy-menu-vertical .header-vertical-menu__fly-out {
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.4) transparent;
}
.trendy-menu-vertical .header-vertical-menu__fly-out::-webkit-scrollbar {
    width: 6px;
}
.trendy-menu-vertical .header-vertical-menu__fly-out::-webkit-scrollbar-track {
    background: transparent;
}
.trendy-menu-vertical .header-vertical-menu__fly-out::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.4);
    border-radius: 20px;
    backdrop-filter: blur(4px);
}
.trendy-menu-vertical .header-vertical-menu__fly-out::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.6);
}
.trendy-menu-vertical .header-vertical-menu__fly-out ul.nav-vertical-fly-out{
    flex-wrap: wrap;
    flex-direction:unset!important;
    justify-content: center;
    margin-left: 0!important;
    border-radius: var(--radius-2);
    box-shadow: var(--shadow-2);
    background-color: #c48a4a42;
    padding: 1rem 0;
}
.trendy-menu-vertical .header-vertical-menu__fly-out ul.nav-vertical-fly-out,.background-blur,.header-top{
    backdrop-filter: blur(58px);
}
.trendy-menu-vertical .header-vertical-menu__fly-out ul>li{
    min-width: 130px;    border: unset;
}
.trendy-menu-vertical .header-vertical-menu__fly-out ul>li>a{
    height: unset!important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;

}
.trendy-menu-vertical .header-vertical-menu__fly-out ul>li>a>img{
    width: 55px;
    height: 55px;
    object-fit: cover;
    margin-right: 0!important;
}
.nav-vertical-fly-out>li>a,.nav-sidebar.nav-vertical>.menu-item>a {
    font-size: 0.9rem;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}
.nav-sidebar.nav-vertical>.menu-item>a{
    font-size: 1rem;
}
.nav-vertical-fly-out>li>a>img,.nav-sidebar.nav-vertical>.menu-item>a>img{
    filter: brightness(0) invert(1);
    width: 25px;
    height: 25px;
}
.nav-vertical-fly-out>li:hover>a {
    color: var(--primary-color);
    padding-left: 25px;
}
.index-coll-box {
    background: #fff;
    border-radius: var(--radius-1);
}
.shadow-img:before{
    background-image: url(./assets/img/shadow@2x.png);
    background-size: 100% 100%;
    bottom: -5px;
    content: "";
    height: 200px;
    left: -10%;
    position: absolute;
    right: -10%;
    opacity: 0.7;
}
.logo-left .logo{
    margin-right: 15px!important;
}
.text-logo {
    margin-right: 1.5rem;
}
.text-logo p {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-right .box-info .text-title {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 25px;
}
.header-right .box-info .text-info{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}
.header-right .box-info .text-info a{
    color: #fff;
}
.header-right .box-info i {
    margin-right: 10px!important;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    display: inline-block;
    filter: brightness(0) invert(1);
}
.header-right .box-info i.icon-support{
    background: url(./assets/img/icon-support.svg) no-repeat;
    background-size: 45px;
}
.header-right .box-info i.icon-quality{
    background: url(./assets/img/icon-chatluong.png) no-repeat;
    background-size: 45px;
}
.home-banner .section-bg.fill {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.4s
    ease-in-out, filter 0.4s
    ease;
    filter: blur(4px) brightness(0.8);
    scale: 1.1;
}
.home-banner .section-bg.fill:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, var(--white-linear));
    z-index: 1;
}

.container.section-title-container{
    max-width:100%;
}
.section-title-normal span {
    border-bottom-color: var(--primary-color);
    border-bottom-width: 4px;
    padding-bottom: 0;
}
.section-title a{
    font-size: 15px;
}
.product-small.col {
    padding: 0 7px 14px
}

.product-small.box {
    border-radius: var(--radius-1);border: 1px var(--border-color) solid;
    background-color: #ffffff;
}

.badge-container {
    margin-top: 10px
}

.badge-container .callout.badge {
    margin-left: 5px;
    font-size: 11px;
    height: 25px
}

.badge-inner.secondary.on-sale {
    font-weight: 400;
    background: linear-gradient(90deg,#b02215,#850900 90%)
}
span.product-promotion-title:before {
    content: '';
    background: url(./assets/img/icon-sale.png) 0 100% no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 4;
    width: 26px;
    height: 26px;
}
.wishlist-button.button{
    border: unset;
    margin: 0;
    height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    min-height: 35px;
    justify-content: center;
}
.wishlist-button.button i{top: 0}
span.product-promotion-title {
    position: relative;
    padding: 0 5px 0 25px
}

span.product-promotion-title:before {
    content: '';
    background: url(./assets/img/icon-sale.png) 0 100% no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 4;
    width: 26px;
    height: 26px
}

.product-small.box:not(.box-vertical) .box-image {
    border-radius: var(--radius-1) var(--radius-1) 0 0
}

.product-small.box .box-text {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.box-text .product-title>a {
    font-family: var(--font-family-heading);
    line-height: 20px;
    margin:0!important;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical

}
.product-small.box .price-wrapper {
    margin-top: 15px;
    border-bottom: 1px var(--border-color) dashed;margin-bottom: 10px;
    padding-bottom: 10px;
}
.box-text .star-rating {
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px
}
.box-text .price-wrapper .price{
    font-size: 15px;
}
.box-text .star-rating span {
    padding-top: 1em
}
.box-text .pro-soldout {
    display: flex;
    text-align: left;
    width: calc(100% - 35px);
    margin-left: 0;
}


.price span.amount {
    color: var(--fs-color-secondary)
}

.price del {
    text-decoration: unset
}

.price del span.amount {
    text-decoration: line-through;
    color: #333;
}

span.sale-percent {
    background: var(--primary-color);
    border-radius: 5px;
    padding: 5px;
    font-size: 17px;
    margin-left: 10px;
    color: #fff
}

.product-small.box span.sale-percent {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 11px
}
.box-action-loop .button.add_to_cart_button,button.single_add_to_cart_button.button{
    padding: 5px 15px;
    display: flex;
    text-align: center;
    border-radius: 1.5rem;
    justify-content: center;align-items: center;
}
.box-action-loop .button.add_to_cart_button{
    margin-top: 0;
    width: 35px;
    height: 35px;
}
.box-action-loop .button.add_to_cart_button img{
    min-width: 23px;
}
button.single_add_to_cart_button.button:before {
    content: "";
    margin-right: 5px !important;
    background: url(./assets/img/icon-add-to-cart.svg) no-repeat;
    background-size: 20px;
    position: relative;
}
button.single_add_to_cart_button.button{
    background-color: var(--fs-color-primary);
}
button.single_add_to_cart_button.button:before{
    width: 25px;
    height: 25px;
    background-size: 25px;
}
.box-shadow-1,.box-shadow-1-hover:hover,.row-box-shadow-1 .col-inner,.row-box-shadow-1-hover .col-inner:hover {
    box-shadow: var(--shadow1)!important
}
.box-blog-post {
    box-shadow: var(--shadow1);
    border-radius: 20px;
    overflow: hidden;
}
.box-blog-post .box-text {
    margin-top: -15px;
    z-index: 1;
    position: relative;
    padding: 15px 25px 30px;
    background-color: #fff;
    border-radius: 20px;
}
.entry-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5714285714;
    color: #999999;
    gap: 25px;
    border-bottom: 1px dashed #DEE0EA;
    padding-bottom: 10px;margin-bottom: 10px;
}

.entry-meta a {
    display: inline-block;
    color: #999999;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-blog-post .post-title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    line-height: 135%;
}
.box-blog-post .is-divider{display: none}
.box-blog-post .box-text-inner:has(.more-link-wrap) .from_the_blog_excerpt  {
    margin-bottom: 15px;
}
.box-blog-post a.more-link {
    display: flex;
}
.blog-list-1 {
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 15px;
    border-top: 1px dashed var(--border);
    padding-top: 20px;
    margin-top: 20px
}

.blog-list-1:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

.blog-list-1 .post-thumbnail {
    flex: 0 0 38%;
    max-width: 38%
}

.blog-list-1 .post-thumbnail img {
    border-radius: 20px
}

.blog-list-1 .entry-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog-list-1 .post-date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4285714286;
    color: var(--text_light)
}
.header-gioithieu .section-content{
    position: unset!important;
}
.header-gioithieu .header-banner-cap{
    width: 100%;
    text-align: center;
    max-width: 1000px;
}

.menu-footer .menu-item a {
    display: block;
    font-size: 17px;
    line-height: 1.5;
    color: var(--fs-color-primary);
    font-weight: 600;
    text-decoration: underline;
}
.menu-footer .menu-item a:hover{
    text-decoration:unset;
}
.main-menu-overlay+.off-canvas.dark .mfp-content{
    background-color: var(--primary-color);
}

.accordion-item {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 20px;
}
.accordion-item+.accordion-item {
    margin-top: 16px;
}
.accordion-title{
    display: flex;gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    flex-direction: row-reverse;
    border-top: unset;
    font-weight: 700;
    line-height: 135%;
}
.accordion-title.active{
    background-color:unset;
}
.accordion .toggle {
    background-color: #19191c;
    border-radius: 50%;
    position: relative;
    width: auto;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    top:unset;
    transform-origin: unset;
    opacity: 1;
}

.accordion .toggle i.icon-angle-down {
    color: #fff;
    font-size: 14px;
    transform: rotate(180deg);
}
.accordion .accordion-title.active .toggle i.icon-angle-down{
    transform: rotate(0);
}
.accordion .accordion-inner{
    padding-left: 0;
    padding-right: 0;
}
.post-inner .post-thumbnail {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 24px;
    overflow: hidden;
    transition: 0.5s;
}
.post-item .box-image img{
    aspect-ratio: 1.78846 / 1;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.entry-title a,.post-item .box-text .post-title {
    color: #1c1c1d;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.entry-title a:hover,.post-item .box-text .post-title:hover{
    color: var(--primary-color);
}
.layout-post-style-3 .post-style-3 .post-inner {
    height: 560px
}
.categories-link a{
    font-family: var(--font-family-heading);
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    margin: 0 9px 5px 0;
    padding: 8px 15px;
    border-radius: 100px;
    color: #ffffff;
}
@media (max-width: 1366px) {
    .layout-post-style-3 .post-style-3 .post-inner {
        height:517px
    }
}

@media (max-width: 1200px) {
    .layout-post-style-3 .post-style-3 .post-inner {
        height:448px
    }
}

@media (max-width: 1024px) {
    .layout-post-style-3 .post-style-3 .post-inner {
        height:100%
    }
}

.layout-post-style-3 .post-style-3 .post-thumbnail {
    position: relative
}

.layout-post-style-3 .post-style-3 .post-thumbnail:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: var(--background-linear-dark);
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.layout-post-style-3 .post-style-3 .post-thumbnail img {
    aspect-ratio: 1.40625;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .layout-post-style-3 .post-style-3 .post-thumbnail {
        margin-bottom:10px
    }
}

.layout-post-style-3 .post-style-3 .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.1333333333;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 19px
}

@media (max-width: 1200px) {
    .layout-post-style-3 .post-style-3 .entry-title {
        margin-bottom:10px
    }
}

@media (max-width: 767px) {
    .layout-post-style-3 .post-style-3 .entry-title {
        font-size:22px;
        font-size: 1.375rem;
        line-height: 1.2727272727
    }
}

.layout-post-style-3 .post-style-3 .entry-content .entry-meta-top {
    margin: 0 0 2px
}

.layout-post-style-3 .post-style-3 .categories-link {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2
}

.layout-post-style-3 .post-style-3 .excerpt-content {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.layout-post-style-3 .swiper-slide-next .post-inner {
    position: relative
}

.layout-post-style-3 .swiper-slide-next .post-thumbnail {
    margin: 0
}

.layout-post-style-3 .swiper-slide-next .post-thumbnail:before {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100)
}

.layout-post-style-3 .swiper-slide-next .post-thumbnail img {
    aspect-ratio: .8035714286;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.layout-post-style-3 .swiper-slide-next .excerpt-content {
    height: 0;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.layout-post-style-3 .swiper-slide-next .post-content {
    position: absolute;
    top: 339px;
    left: 0;
    z-index: 2;
    padding: 0 37px 0 50px;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transform: translateY(72px)
}

@media (max-width: 1366px) {
    .layout-post-style-3 .swiper-slide-next .post-content {
        transform:translateY(43px)
    }
}

@media (max-width: 1200px) {
    .layout-post-style-3 .swiper-slide-next .post-content {
        transform:translateY(-10px);
        padding: 0 15px
    }
}

.layout-post-style-3 .swiper-slide-next .entry-meta-top .post-author span {
    color: #fff
}

.layout-post-style-3 .swiper-slide-next .entry-meta-top .posted-on a {
    color: #fff
}

.layout-post-style-3 .swiper-slide-next .entry-title {
    margin: 0
}

.layout-post-style-3 .swiper-slide-next .entry-title a {
    color: #fff
}

.layout-post-style-3 .swiper-slide-next .entry-title a:hover {
    color: var(--primary-color)
}

@media (max-width: 1024px) {
    .layout-post-style-3 .swiper-slide-next .post-thumbnail {
        margin:0 0 10px
    }

    .layout-post-style-3 .swiper-slide-next .post-thumbnail:before {
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
    }

    .layout-post-style-3 .swiper-slide-next .post-thumbnail img {
        aspect-ratio: 1.40625;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .layout-post-style-3 .swiper-slide-next .post-content {
        position: relative;
        padding: 0;
        top: 0;
        transform: translateY(0)
    }

    .layout-post-style-3 .swiper-slide-next .entry-meta-top .post-author span {
        color: var(--e-global-color-lighter)
    }

    .layout-post-style-3 .swiper-slide-next .entry-meta-top .posted-on a {
        color: var(--e-global-color-lighter)
    }

    .layout-post-style-3 .swiper-slide-next .entry-title {
        margin: 0 0 10px
    }

    .layout-post-style-3 .swiper-slide-next .entry-title a {
        color: var(--e-global-color-secondary)
    }

    .layout-post-style-3 .swiper-slide-next .entry-title a:hover {
        color: var(--primary-color)
    }

    .layout-post-style-3 .swiper-slide-next .excerpt-content {
        height: 100%;
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
    }
}
.trendy-scrolling .trendy-scrolling-wrapper {
    display: flex;
    white-space: nowrap;
}

.trendy-scrolling .trendy-scrolling-wrapper:hover .trendy-scrolling-inner {
    animation-play-state: paused
}

.trendy-scrolling .scrolling-item {
    display: flex;
    align-items: center;
    position: relative;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    margin-right: 3em;
}

.trendy-scrolling .scrolling-item .scrolling-title {
    font-family: var(--font-family-heading);
    font-weight: 400;
    color: #fff;
    font-size: 80px;
    text-transform: uppercase;
    line-height: 100px;
}

.trendy-scrolling .scrolling-item .scrolling-title a {
    white-space: nowrap
}

.trendy-scrolling .scrolling-item .scrolling-title:hover a {
    text-decoration: none
}

.trendy-scrolling .elementor-scrolling-item:before {
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 16px;
    font-size: 1rem
}

.trendy-scrolling .trendy-scrolling-inner {
    display: inline-flex;
    position: relative;
    animation-name: marquee;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: var(--marquee-duration,200s);
    white-space: nowrap
}


.trendy-scrolling .elementor-scrolling-item-inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.trendy-scrolling.stroke-style-yes .scrolling-item-inner .scrolling-title {
    background: linear-gradient(180deg,#d8d8d8 0%,rgba(153,153,153,0) 75.48%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    z-index: 2
}
@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.language-box {
    margin: 0;
    position: relative
}

.language-box select {
    height: 40px;
    width: 55px;
    opacity: 0;
    pointer-events: none
}

.language-box__button {
    height: 36px;
    width: 36px;
    position: relative;
    cursor: pointer;
    z-index: 2000;
    border-radius: 6px;
    letter-spacing: -10px;
    user-select: none;
    color: #fff0;
    background-color: #fff0;
    margin: 0;
}

.language-box__list {
    background-color: #f0f4f9;
    position: absolute;
    display: none;
    top: calc(100% + 10px);
    right: 0;
    cursor: pointer;
    border-radius: 4px;
    max-height: 360px;
    width: max-content;
    overflow-y: auto;
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / .2),0 6px 10px 0 rgb(0 0 0 / .14),0 1px 18px 0 rgb(0 0 0 / .12);
    z-index: 2000;
    overflow: hidden;
    width: max-content
}

.language-box__list.show {
    display: block!important
}

.language-box__item {
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 48px;
    width: 100%;
    padding: 0 16px;
    user-select: none;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize
}

.language-box__item.default {
    margin-top: 8px
}

.language-box__borderline {
    border-top: 1px solid rgb(0 0 0 / .12);
    width: 100%;
    height: 0
}

.language-box__item:hover {
    background-color: #e8ebf0
}

.language-box__item.selected {
    background-color: #c2e7ff
}

#google_translate_element {
    height: 36px;
    width: 36px
}

.language-box__item .language-box__flag {
    margin-right: 16px
}

.language-box__flag {
    height: 16px;
    width: auto;
    aspect-ratio: auto;
    border-radius: 3px
}

body>.skiptranslate {
    display: none
}

.goog-te-gadget {
    color: transparent!important;
    position: relative;
    height: 0;
    font-size: 1px!important
}

#goog-gt-tt,#goog-gt-vt {
    display: none!important
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: #fff!important;
    box-shadow: none!important;
    display: none
}

.goog-te-gadget .goog-te-combo {
    height: 33px;
    background: url(./assets/img/flags/en.svg) no-repeat;
    background-position: left 8px center;
    background-color: #fff;
    background-size: 25px auto;
    width: 53px;
    border-radius: 6px;
    padding: 0 48px 0 0;
    border-color: #fff0;
    float: right;
    cursor: pointer
}

.goog-te-gadget .goog-te-combo:hover {
    color: #000
}

#content ol,#content ul{
    margin-left: 20px;
}
section.trendy-footer .section-content{
    padding-bottom: 300px;
    overflow: hidden;
}
.footer-top,.footer-between{
    background-color: #272625A3;
}

.text-absolute-footer{
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: -85px;
    text-align: center;
}
.text-absolute-footer h2 {
    font-size: 230px;
    font-weight: 600;
    text-transform: none;
    color: #FFFBF440;
    font-family: var(--font-family-heading), Serif;
    text-align: center;
    white-space: nowrap;
}
.absolute-footer{display: none}
@media screen and (min-width: 850px) {
    .nav-divided>li {
        margin: 0 .3em;
    }
    .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }
    .index-coll-box {
        padding: 30px;
    }
    .col.home-menu-vertical{
        flex-basis: var(--width-col-vertical);
        max-width: var(--width-col-vertical);
    }
    .col.home-banner-slider{
        flex-basis: calc(100% - var(--width-col-vertical) - 2rem);
        max-width: calc(100% - var(--width-col-vertical) - 2rem);
    }
    .menu-footer{
        flex-direction:unset;
    }
    .menu-footer .menu-item:not(:last-child) a>span{
        position: relative;
        padding-right: 1rem;
        margin-right: 1rem;
    }
    .menu-footer .menu-item:not(:last-child) a>span:after{
        content: "";
        width: 1.5px;
        height: 100%;
        background-color: var(--fs-color-primary);
        position: absolute;
        top: 0;
        right: 0;
    }
    .page-vertical-nav .col.large-3 {
        padding-right: 0;
    }
    .page-vertical-nav .title-nav{
        padding-right: 30px;
    }
    .page-vertical-nav .tabs-nav{
        background-color: var(--primary-color);
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        overflow: hidden;
    }
    .page-vertical-nav .tabs-nav li.page_item>a{
        padding-left: 15px;
        padding-right: 15px;
        color: #ffffff;
        font-weight: 500;
        font-size: 104%;
    }
    .page-vertical-nav .tabs-nav li.page_item.active>a,.page-vertical-nav .tabs-nav li.page_item:hover>a{
        background-color: #ffffff;
        color: black;
    }
    .page-vertical-nav .tabs-nav li.page_item.active>a:before,.page-vertical-nav .tabs-nav li.page_item:hover>a:before{
        background-color: var(--primary-color);
        left: 2px;
        right: auto;
    }
}
@media only screen and (max-width: 849px) {
    .index-coll-box {
        padding-top: 15px;
    }
}
@media screen and (min-width: 550px) {
    .container,.e-con{
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
}
@media screen and (min-width: 1205px){
    .container,.e-con{
        padding-right: 30px!important;
        padding-left: 30px!important;
    }
    .e-con-row{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
}
@media screen and (max-width: 549px) {
    .h1-title-home{
        display: flex;
        flex-direction: column;
        font-size: 60px;
        line-height: 70px;
    }
    .slider-nav-push.slider-nav-reveal .flickity-prev-next-button,.swiper-button-next,.swiper-button-prev{
        display: none;
    }
    .trendy-menu-vertical .header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item{
        min-width: auto;
        width: calc(100%/3);
    }
    .trendy-menu-vertical .header-vertical-menu__fly-out ul>li>a{padding: 10px!important;font-size: 13px}
    .trendy-menu-vertical .header-vertical-menu__fly-out ul>li>a>img{
        width: 40px;
        height: 40px;
    }
    .trendy-scrolling .scrolling-item .scrolling-title{
        font-size: 45px;
        line-height: 60px;
    }
    .container,.e-con{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .text-absolute-footer{
        bottom: 250px;
    }
    .text-absolute-footer h2 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 48em) {

/*************** ADD MOBILE ONLY CSS HERE  ***************/


}