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


/*************** ADD CUSTOM CSS HERE.   ***************/

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#show_mb {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 1s;
}

.slider-wrapper .loading-spin {
    display: none !important
}

#show_mb .mfp-container:before {
    display: none
}

#uu-dai .mfp-close {
    font-size: 0
}

#uu-dai .mfp-close * {
    display: none;
    font-size: 0
}

#uu-dai .mfp-close:after {
    display: block;
    line-height: 0;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

.library__item .overlay,
[data-fancybox="gallery"] .overlay {
    opacity: 0
}

.library__item .overlay-icon,
[data-fancybox="gallery"] .overlay-icon {
    background-color: var(--main-color);
    opacity: 1;
}

.overlay-icon i {
    font-size: 1.3em;
    top: 5px;
    transition: color .3s;
}

.gtranslate_wrapper .gt_switcher .gt_selected {
    background: transparent !important;
}

.gtranslate_wrapper .gt_switcher .gt_selected a {
    border: 1px solid transparent !important;
    padding: 0 !important;
    /* height: 50px; */
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row-reverse;
    gap: 10px;
    position: relative;
    color: #794E1D !important;
    font-weight: 500;
}

.gtranslate_wrapper .gt_switcher .gt_selected a::after {
    right: 0px
}

.gtranslate_wrapper .gt_switcher .gt_option {
    position: absolute !important;
    border: 0 !important;
    border-radius: 5px;
    background: #fff !important;
    height: auto !important;
    padding: 5px;
}

.gtranslate_wrapper .gt_switcher {
    width: auto !important;
}

.gtranslate_wrapper .gt_switcher .gt_selected a img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #fff;
    order: 1;
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.gtranslate_wrapper .gt_switcher .gt_option a {
    /* width: 50px; */
    /* height: 50px; */
    display: flex;
    align-items: center;
    padding: 0 !important;
    justify-content: center;
    flex-direction: row-reverse;
    background: #fff;
    gap: 10px;
}

.gtranslate_wrapper .gt_switcher .gt_option a.nturl.gt_current {
    display: none;
}

.gtranslate_wrapper .gt_switcher a img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #fff;
    order: 1;
    width: 24px;
    height: 24px;
    object-fit: cover;
}

@media (max-width: 850px) {
    .header-main li.html.custom {
        display: block !important;
    }
    .gtranslate_wrapper .gt_switcher .gt_option a,
    .gtranslate_wrapper .gt_switcher .gt_selected a {
        font-size: 0;
        width: 30px !important;
        display: block;
    }
    .gtranslate_wrapper .gt_switcher .gt_selected a::after {
        right: 0px !important;
        width: 8px !important;
        height: 8px !important;
        top: 5px
    }
    .gtranslate_wrapper .gt_switcher .gt_option a img,
    .gtranslate_wrapper .gt_switcher .gt_selected a img {
        width: 20px !important;
        height: 20px !important;
    }
    .gtranslate_wrapper .gt_switcher .gt_option a,
    .gtranslate_wrapper .gt_switcher .gt_option {
        width: auto !important;
    }
}


/* sub menu hover  */

.nav-dropdown.nav-dropdown-simple>li>a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.nav-dropdown>li.nav-dropdown-col {
    display: block
}

.nav-dropdown {
    border: 1px solid #ddd;
    padding: 0;
    margin-top: 2px;
}

.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a {
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 15px !important;
    font-weight: 500
}

.nav-dropdown .nav-dropdown-col>ul li:hover {
    /* background: var(--primary-color); */
}

.nav-dropdown-default>li:hover>a,
.nav-dropdown .nav-dropdown-col>ul li:hover>a {
    /* color: white !important; */
}

.nav-dropdown-default>li:hover {
    background: #008848
}

.nav-dropdown-default>li>a {
    border-bottom: 0 !important
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 10px;
    margin-left: -10px;
}

.nav-dropdown .nav-dropdown-col>ul {
    border: 1px solid #d2d2d2;
    margin-top: -40px;
    box-shadow: 2px 2px 5px #828282;
    display: none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 240px;
}

.nav-dropdown>li.nav-dropdown-col {
    width: 100%;
    border-right: 0;
	white-space: unset !important;
}

.nav-dropdown .nav-dropdown-col>ul li a {
    padding: 10px;
    text-transform: none;
    color: black
}

.header .active>ul.children,
.header .active>ul.sub-menu:not(.nav-dropdown) {
    display: none !important;
}

.header .header-nav li.nav-dropdown-col:hover>ul {
    display: block !important;
}

nav.rank-math-breadcrumb {
    background: var(--main-color);
    color: #fff;
    margin: 0 -15px;
    padding: 10px 15px
}

nav.rank-math-breadcrumb * {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px
}

:root {
    --main-color: #8a826f;
    --sc-color: #8a826f;
    --hl-color: #6CC019;
    --color-black: #000000;
    --alert-color: #a50119;
    --color-white: #ffffff;
    --color-grey: #cccccc;
    --color-sale: #EB0000;
    --w-container: 100vw;
    --font-hl: 'Zirkon';
    --font-hl2: 'UTM-Silk-Script';
    --font-hl3: 'UTM-Alpine-KT';
    --font-hl4: 'UTM-French-Vanilla';
}

@font-face {
    font-family: 'Zirkon';
    src: url('/wp-content/themes/flatsome-child/fonts/UTM-Zirkon.ttf');
    font-weight: 400
}

@font-face {
    font-family: 'UTM-Silk-Script';
    src: url('/wp-content/themes/flatsome-child/fonts/00167-UTM-Silk-Script.ttf');
    font-weight: 400
}

@font-face {
    font-family: 'UTM-Alpine-KT';
    src: url('/wp-content/themes/flatsome-child/fonts/00010-UTM-Alpine-KT.ttf');
    font-weight: 400
}

@font-face {
    font-family: 'UTM-French-Vanilla';
    src: url('/wp-content/themes/flatsome-child/fonts/00102-UTM-French-Vanilla.ttf');
    font-weight: 400
}

body {
    /* 	font-family: var(--font-main); 
	font-weight: normal; */
    font-size: 1.125rem !important;
}

.row .row:not(.row-collapse) {
    width: auto;
    max-width: unset !important;
}

.row .row:not(.row-collapse)>p {
    padding: 0 15px
}

.hidden-title {
    display: none
}

.z-99 {
    z-index: 99
}

.fs-18 {
    font-size: 1.125rem
}

.fs-12 {
    font-size: 0.75rem !important
}

.abs {
    position: absolute
}

.fw-900 {
    font-weight: 900 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-200 {
    font-weight: 200 !important
}

.fw-100 {
    font-weight: 100 !important
}

.m-0 {
    margin: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.p-0 {
    padding: 0 !important
}

.h-full {
    height: 100%
}

.w-full {
    width: 100%
}

.mb-0d75 {
    margin-bottom: 0.75rem
}

.mb-0d5 {
    margin-bottom: 0.5rem
}

.mb-1 {
    margin-bottom: 1rem
}

.mb-1d5 {
    margin-bottom: 1.5rem
}

.mb-2 {
    margin-bottom: 2rem
}

.mb-2d5 {
    margin-bottom: 2.5rem
}

.mb-3 {
    margin-bottom: 3rem
}

.mb-3d5 {
    margin-bottom: 3.5rem
}

.pb-1 {
    padding-bottom: 1rem !important
}

.pt-1 {
    padding-top: 1rem !important
}

.ptb-1 {
    padding: 1rem 0 !important
}

.pb-2 {
    padding-bottom: 2rem !important
}

.pt-2 {
    padding-top: 2rem !important
}

.ptb-2 {
    padding: 2rem 0 !important
}

.pb-3 {
    padding-bottom: 3rem !important
}

.pt-3 {
    padding-top: 3rem !important
}

.ptb-3 {
    padding: 3rem 0 !important
}

.pb-4 {
    padding-bottom: 4rem !important
}

.pt-4 {
    padding-top: 4rem !important
}

.ptb-4 {
    padding: 4rem 0 !important
}

.pb-5 {
    padding-bottom: 5rem !important
}

.pt-5 {
    padding-top: 5rem !important
}

.pb-6 {
    padding-bottom: 6rem !important
}

.pt-6 {
    padding-top: 6rem !important
}

.pb-7 {
    padding-bottom: 7rem !important
}

.pt-7 {
    padding-top: 7rem !important
}

.ptb-1 {
    padding: 1rem 0 !important
}

.ptb-2 {
    padding: 2rem 0 !important
}

.ptb-3 {
    padding: 3rem 0 !important
}

.ptb-4 {
    padding: 4rem 0 !important
}

.ptb-5 {
    padding: 5rem 0 !important
}

.ptb-6 {
    padding: 6rem 0 !important
}

.ptb-7 {
    padding: 7rem 0 !important
}

.ptb-8 {
    padding: 8rem 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.z-1 {
    z-index: -1
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-4 {
    z-index: 4
}

.z-5 {
    z-index: 5
}

.z-6 {
    z-index: 6
}

.z-7 {
    z-index: 7
}

.z-8 {
    z-index: 8
}

.z-9 {
    z-index: 9
}

.container,
.row:not(.row-full-width) {
    max-width: var(--w-container) !important
}

.pb-0,
.col-pb-0>.col {
    padding-bottom: 0 !important;
}

.row.row-collapse {
    max-width: calc(var(--w-container) - 30px) !important
}

.row.row-full-width {
    max-width: 100vw !important;
}

.nav-small .image-icon {
    height: auto !important;
    width: auto !important;
}

.header-language-dropdown>a {
    flex-direction: row-reverse;
    gap: 0.55rem;
}

.header-language-dropdown i.image-icon {
    order: 1;
}

.header-language-dropdown i.icon-angle-down {
    order: -1;
    opacity: 1;
    color: #000;
}

.header-language-dropdown img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%
}

.header-language-dropdown i {
    margin: 0 !important
}

.header-language-dropdown .nav-dropdown a {
    font-size: 1rem;
    font-weight: 500;
    color: #232323;
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.entry__single__post ul:not(.style__ul__single) {
    padding-left: 20px
}

.grid__newspaper .img .img-inner {
    overflow: visible !important
}

.slider__cups .flickity-viewport {
    overflow: visible !important
}

#ez-toc-container {
    width: 100%;
}

#ez-toc-container {
    background: linear-gradient(93deg, #000, var(--main-color));
    padding: 2rem;
    border-radius: 20px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    border: 0;
}

#ez-toc-container::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #f1f1f1;
    border-radius: 17px;
    z-index: 1;
}

#ez-toc-container a,
#ez-toc-container .ez-toc-title-container p {
    color: #000;
}

#ez-toc-container .ez-toc-title-container {
    margin-bottom: 1.25rem;
}

#ez-toc-container .ez-toc-title-container,
#ez-toc-container nav {
    position: relative;
    z-index: 999
}

#ez-toc-container .ez-toc-js-icon-con,
#ez-toc-container .ez-toc-toggle label,
.ez-toc-cssicon {
    border-color: #000
}

#ez-toc-container a:visited {
    color: #232323 !important;
}

.slider__cups ol.flickity-page-dots {
    position: relative;
    margin-top: 2rem;
}

.slider__cups .flickity-page-dots li.dot {
    border-color: var(--sc-color) !important;
    opacity: 1 !important
}

.slider__cups .flickity-page-dots li.dot.is-selected {
    background-color: var(--sc-color) !important;
    border-color: var(--sc-color) !important;
}

.slider__cups.type2 .flickity-slider>* {
    max-width: 80% !important;
}

.slider-style-container .flickity-slider>:not(.is-selected),
.slider-style-focus .flickity-slider>:not(.is-selected),
.slider-style-shadow .flickity-slider>:not(.is-selected) {
    opacity: 1 !important;
}

@media screen and (max-width: 1599px) {}

@media screen and (min-width: 564px) {
    html {
        font-size: 2vw;
    }
}

@media screen and (min-width: 850px) {
    html {
        font-size: 1.6vw;
    }
     :root {
        --w-container: 100vw
    }
    .row__pd0>.col {
        padding-bottom: 0 !important
    }
    .slider__cups.type2 .flickity-slider>* {
        max-width: 22% !important;
    }
}

@media screen and (min-width: 998px) {
    html {
        font-size: 1.3333vw;
    }
}

@media screen and (min-width: 1024px) {
     :root {
        --w-container: 90rem
    }
    .slider__cups.type2 .flickity-slider>* {
        max-width: 20% !important;
    }
}

@media screen and (min-width: 1240px) {
    html {
        font-size: 1.11333vw;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 1vw;
    }
     :root {
        --w-container: 87.5rem
    }
    .slider__cups.type2 .flickity-slider>* {
        max-width: 15% !important;
    }
}

@media screen and (min-width: 1600px) {
     :root {
        --w-container: 82.5rem
    }
    html {
        font-size: 0.83333vw;
    }
    .slider__cups.type2 .flickity-slider>* {
        max-width: 14% !important;
    }
}

@media screen and (max-width: 1599px) {}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1239px) {}

@media screen and (max-width: 1025px) {}

@media screen and (max-width: 997px) {}

@media screen and (max-width: 849px) {
    .grid__newspaper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 549px) {
    .header-language-dropdown ul.nav-dropdown.nav-dropdown-simple {
        left: auto;
        right: 0;
        min-width: max-content;
        padding: 0;
        border-radius: 20px;
    }
    .header-main .nav>.header-language-dropdown>a {
        /* font-size: 0 !important; */
        flex-wrap: nowrap !important;
        gap: 2px;
        display: flex;
        flex-direction: column-reverse;
        font-size: 10px;
        line-height: normal !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: absolute;
        top: -30px;
        left: -46px;
        width: 50px;
    }
    .header-language-dropdown img {
        width: 20px;
        height: 20px;
    }
    .header-language-dropdown i.icon-angle-down {
        font-size: 11px;
        position: absolute;
        right: 0;
        top: 18px;
    }
    .grid__newspaper {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem
    }
    .page-template-all-library #wrapper__list__posts {
        padding-top: 0
    }
    .page-title {
        text-align: center;
        margin: 30px 0;
        font-size: 30px;
    }
    .page-template-all-library .item__post.type1 .title__post {
        margin: 10px 0
    }
    .page-template-all-library .item__post.type1 .title__post a {
        font-size: 12px;
        line-height: normal;
        display: block;
    }
}

.page-id-1534 .hidden-contact,
.page-id-131 .hidden-contact {
    display: none;
}

.swal2-popup {
    max-width: 350px !important;
    font-size: 12px !important;
}

span.wpcf7-spinner {
    position: absolute;
}

#cam-on .mfp-close {
    color: currentColor;
    top: 0 !important;
    background: #fff;
    z-index: 999999999999;
    opacity: 1;
    visibility: visible;
    display: block;
    mix-blend-mode: normal;
    border-radius: 50%;
    right: 10px;
    top: 10px !important;
}

.entry-content {
    color: #212529;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.entry-content figure {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 5px 3px 10px;
    text-align: center;
}

.entry-content h6 {
    font-size: 15px;
}

.entry-content h5 {
    font-size: 17px;
}

.entry-content h4 {
    font-size: 17px;
}

.entry-content h3 {
    font-size: 18px;
}

.entry-content h2 {
    font-size: 20px;
    line-height: 1.5;
}

.entry-content h1 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.entry-content p {
    color: #333;
    margin-bottom: 15px;
    font-size: 16.5px;
    line-height: 1.6;
}

.entry-content ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 5px;
}

.entry-content ul li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px;
}

.entry-content ul li a {
    color: #007bff;
}

.entry-content ol {
    list-style: decimal;
    padding-left: 18px;
    padding-bottom: 5px;
    font-size: 16.5px;
}

.entry-content ol li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px;
}

.entry-content ol li a {
    color: #ff5912;
}

.entry-content a {
    font-weight: 700;
}

.entry-content blockquote {
    background: #f3f3f3;
    color: #868686;
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 20px;
    padding: 15px 20px 15px 45px;
    position: relative;
    text-align: justify;
}

.entry-content blockquote p {
    margin-bottom: 0;
}

.entry-content blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: var(--primary-color);
    content: "";
}

.entry-content code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    font-size: 0.85rem;
    color: #e83e8c;
    font-size: 15px;
}

.entry-content>div {
    overflow: auto;
}

.entry-content table {
    width: 100%;
    height: auto;
    overflow: auto;
}

.entry-content table>tbody>tr>td,
.entry-content table>tbody>tr>th,
.entry-content table>tfoot>tr>td,
.entry-content table>tfoot>tr>th,
.entry-content table>thead>tr>td,
.entry-content table>thead>tr>th,
.term-description table>tbody>tr>td,
.term-description table>tbody>tr>th,
.term-description table>tfoot>tr>td,
.term-description table>tfoot>tr>th,
.term-description table>thead>tr>td,
.term-description table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px !important;
    font-size: 16.5px !important;
    width: auto !important;
}

.entry-content iframe {
    margin: auto;
}

.entry-content .syntaxhighlighter {
    padding: 10px 0;
}