@font-face {
    font-family: "Times New Roman";
    src:
        url("./fonts/times-new-roman.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Times New Roman";
    src:
        url("./fonts/times-new-roman-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Times New Roman";
    src:
        url("./fonts/times-new-roman-italic.ttf") format("truetype");
    font-weight: normal;
    font-display: swap;
    font-style: italic;
}


@font-face {
    font-family: "Times New Roman";
    src:
        url("./fonts/times-new-roman-bold-italic.ttf") format("truetype");
    font-weight: bold;
    font-display: swap;
    font-style: italic;
}



/* Inside main-style.css */

:root {
    --button-primary-color: #000;
    --primary-color: #000;
}


::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #999;
}

.p-1 { padding: 1rem; }
.p-2 {padding: 2rem;}
.p-3 {padding: 3rem;}
.p-4 {padding: 4rem;}
.p-5{padding: 3rem;}

.m-1 { margin: 1rem;}
.m-2 { margin: 2rem;}
.m-3 { margin: 3rem;}
.m-4 { margin: 4rem; }
.m-5 { margin: 5rem; }

.ml-1 { margin-left: 10px;}
.ml-2 { margin-left: 20px;}
.ml-3 { margin-left: 30px;}
.ml-4 { margin-left: 40px;}

.mr-1 { margin-right: 10px;}
.mr-2 { margin-right: 20px;}
.mr-3 { margin-right: 30px;}
.mr-4 { margin-right: 40px;}

.mt-1 { margin-top: 10px;}
.mt-2 { margin-top: 20px;}
.mt-3 { margin-top: 30px;}
.mt-4 { margin-top: 40px;}

.mb-1 {margin-bottom: 10px; }
.mb-2{ margin-bottom: 20px; }
.mb-3{ margin-bottom: 30px; }
.mb-4{ margin-bottom: 40px; }


.radius-10{
    border-radius: 10px;
    overflow: hidden;
}

.radius-15{
    border-radius: 15px;
    overflow: hidden;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700; 
}

.button, input[type=button].button, input[type=reset].button, input[type=submit], input[type=submit].button{
    color: inherit;

}

.ph{
    vertical-align: middle;
}

.w-100 {
    width: 100%;
}

.color-primary {
    color: var(--primary-color);
}

.is-loading {
    color: hsla(0, 0%, 100%, .05);
    opacity: 1 !important;
    pointer-events: none !important;
    position: relative;
}

.is-loading::after {
    animation: spin .5s linear infinite;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: #26b34b !important;
    border-top-color: #28b151 !important;
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.is-divider {
    background-color: rgba(0, 0, 0, .8);
}
/**
RESET
*/

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
}



.off-canvas-right .mfp-content, .off-canvas-left .mfp-content{

}

/** BREADCRUMBS **/

.site-breadcrumb {
    background-color: #F8F8F8;
    color: #777777;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.05);
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    padding: 10px 0;
    font-size: 14px;
    text-transform: capitalize
}

.site-breadcrumb p {
    margin: 0;
    font-size: 14px
}

.site-breadcrumb a {
    color: #666;
    font-size: 14px
}
/** CONTACT FORM 7 **/


.wpcf7 .form-input-group .wpcf7-not-valid-tip{
    position: absolute;
    top: calc(100% + 10px);
    font-size: 14px;
    opacity: 1;
}
/** flickity SLIDER **/

.flickity-prev-next-button svg{
    background: #EEEEEE;

}

.slider-nav-circle .flickity-prev-next-button .arrow, 
.slider-nav-circle .flickity-prev-next-button svg{
    border: 1px solid #e7e7e7;
}

/** SLICK SLIDER **/


/* the slides */
.slick-slide {
    margin: 0 10px;
}

/* the parent */
.slick-list {
    margin: 0 -10px;
}

.slick-dots{
    list-style: none;
    display: flex;
    margin-top: 10px;
}
.dots-center .slick-dots{
    justify-content: center;
}

.slick-dots li button{
    padding: 0;
    border-radius: 99px;
    background: #D9D9D9;
    width: 8px;
    height: 8px;
    margin: 0;
    overflow: hidden;
    text-indent: -100px;
}
.slick-dots li.slick-active button{
    background: #FFD004;
}
.slick-dots li{
    margin-right: 10px;
}

.slick-dots li:last-child{ margin-right: 0; }


/* CART PAGE */
.form-group-inline{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;

}
.form-group-inline .button{
    width: 150px;
}

.form-group-inline .input-text{
    flex: 1;
}


.post-item .box.box-default {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.post-item .box.box-default .box-text{
    padding: 10px;
}

.post-item .box.box-default .box-text .post-title{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 44px;

}

.post-item .box.box-default .cat-label{
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1;
    background: #FEEA93;
    color: #000;
    border-radius: 10px;
    padding: 7px 7px 3px;
    line-height: 1.2;
}


.post-item .post-item-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-item .post-item-date{
    color: #777777;
}

@keyframes pulse {
    0% {
        transform: scale(1);
      
    }
    70% {
        transform: scale(1.2);
      
    }
    100% {
        transform: scale(1);
    
    }
}


.wpcf7-spinner{
    display: none;
}

.entry-html{
    line-height: 1.5;
}

.entry-html p{
    margin-bottom: 20px;
}

.entry-html ul,
entry-html ol
{
    margin-top: 20px;
    padding-left: 20px;
}

table{
    border-collapse: collapse;
}

table.table-primary{
    background: #fffae7;
    border-radius: 8px;
    overflow: hidden;
}
table.table-primary thead{
    background-color: var(--primary-color);
   
}
table.table-primary thead th{
    border: 1px solid #bdbdbd;
    text-align: center;
    padding: 20px;
}

table.table-primary tbody td{
    border: 1px solid #bdbdbd;
    padding: 10px;
    vertical-align: top;
}

.section-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.card .card-header{
    border-left: 2px solid var(--primary-color);
    padding-left: 10px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
}



.ux-post-featured .main-post .post-item-title{
    font-size: 2.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.ux-post-featured .post-item{
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}
.ux-post-featured .post-item:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}




.post-item.border-bottom{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.post-item.border-bottom:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-item .post-item-title{
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item .post-item-excerpt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1rem;
}


.post-item .post-item-content .post-item-title{
    margin-bottom: 0;
}

.post-item .post-item-content.has-excerpt .post-item-title{
    margin-bottom: 1.5rem;
}



.post-item-list {
    margin-bottom: 2rem;
}

.post-item-list:last-child{
    margin-bottom: 0;
}


.post-item-list .post-item-inner{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  
}

.post-item-list .post-item-content .post-item-title{
    margin-top: 0;
}


.post-item-list .post-item-inner .post-item-thumb{
    width: 30%;
    position: relative;
    min-height: 70px;
}

.post-item-list .post-item-inner .post-item-thumb img{
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.post-item-list .post-item-inner .post-item-content{
    flex: 1;
    padding-left: 1.5rem;
}

.post-item-list.thumb-right .post-item-inner .post-item-thumb{ 
    order: 1; 
}
.post-item-list.thumb-right .post-item-inner .post-item-content{
    order: 0;
    padding-left: 0;
    padding-right: 1rem;
}

.block-box{
    border-radius: 10px;
    overflow: hidden;
}

.block-box .block-box-header{
    padding: 10px;
}

.block-box-header{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
}

.block-box-header .box-more-link{
    text-transform: capitalize;
    font-size: 1.6rem;
    display: flex;
    align-items: center;

}

.block-box-header .title-inner{
    display: flex;
    align-items: center;
    margin-right: auto;
}

.block-box-header .title-inner *{
    margin-bottom: 0;
    margin-top: 0 !important;
    font-size: 16px;
}

.block-box-header.has-border-bottom{
    border-bottom: 1px solid #e5e5e5;
}

.box-term-links a{
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 1rem;
    text-wrap: nowrap;
}

.block-box-header.title-center .title-inner{
    justify-content: center;
    margin: 0 auto;
}

.block-box .block-box-body{
    padding: 1.5rem;
}

.block-box .box-link-bottom a{
    background: #f7f7f7;
    border-radius: 4px;
    display: inline-flex;
    font-weight: 500;
    padding: 10px 15px;
    align-items: center;
}
.block-box .box-link-bottom a:hover{
    color: var(--fs-experimental-link-color-hover);
}

.ux-search-form{
    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .ux-search-form{
        padding: 10px;
    }
}

.ux-number .number-title{
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #FFD004;
}


.ux-number .number-explain{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #4F4F4F;
}

.ux-number .number-desc{
    
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #4F4F4F;

}

.ux-address{
    display: flex;
    align-items: start;
}
.ux-address span{
    flex: 1;
    margin-left: 8px;
}

.ux-phone-contact{
    
    background: #F9F9F9;
    border: 1px solid #F8F8F8;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.ux-phone-contact .ux-phone-contact-info{
    display: flex;
    align-items: center;
}
.ux-phone-contact .ux-phone-contact-icon{
    text-align: center;
    background: #FEEA93;
    border-radius: 99px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.ux-phone-contact-number{
    display: block;
    text-align: center;
    margin-top: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    letter-spacing: 1px;
}


.card-title-bottom .card-title{
    text-align: center;
    margin-top: 10px;
}

.ux-scroll{
    overflow-y: scroll;
}


.scroll-primary {
    overflow-y: scroll;
    scroll-behavior: smooth
}

.scroll-primary::-webkit-scrollbar {
    width: 9px
}

.scroll-primary::-webkit-scrollbar-track {
    background-color: rgb(212, 214, 216)
}

.scroll-primary::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #4d6687;
    background-color: #4d6687
}

.scroll-primary::-webkit-scrollbar-thumb:hover {
    background: #002554
}


.entry-content .ux-box{
    margin-bottom: 20px;
}


.blog-post-inner .post-title{
    margin-top: 10px;
}

.ux-menu-wrap.ux-menu-mb .ux-menu-toggle{
    display: none;
}

@media(max-width: 767px){
    .ux-post-featured  .post-item-list .post-item-inner .post-item-thumb{
        width: 27%;
    }
    .ux-post-featured .main-post .post-item-title{
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .ux-menu-wrap.ux-menu-mb{
        position: fixed;
        right: 0;
        z-index: 9999;
        top: 70px;
    }

    .ux-menu-wrap.ux-menu-mb .ux-menu-toggle{
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        color: #FFF;
        position: absolute;
        right: 0;
        top: 0;

    }

    .ux-menu-wrap.ux-menu-mb:hover .ux-menu{
        display: block;
    }

    .single-duan .entry-content .ux-menu .ux-menu-link{
        border-bottom: 1px solid #ffffff63;
    }


    .ux-menu-wrap.ux-menu-mb .ux-menu{
        position: absolute;
        right: 40px;
        top: 0;
        width: 250px;
        display: none;
    }

}


header#header{
    /* box-shadow:  -1px 2px 6px -1px #d1d1d1 */
}


.page-template-page-transparent-header-light header#header,
.page-template-page-transparent-header header#header{
    box-shadow: none;
}

header#header .header-nav li a{
    font-size: 18px;
}


.searchform{
    border:  1px solid #d1d1d1;
    border-radius: 3px;
}

.searchform input[type="search"]{
    border: 0 !important;

}

.searchform input[type="submit"]{
    border: 0;
}



.menu-item-gtranslate ul{
    list-style: none;
}

.gt-current-wrapper{
    display: none !important;
    
}


.menu-item-gtranslate .dropdown-menu{
    display: flex;
}


.menu-item-gtranslate .dropdown-menu li{
    margin-bottom: 0;
    margin-left: 3px;
}




/** HOME **/
#content-inner {
    padding: 50px 0;
}


.card-shade {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.card-shade .card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFF;
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 10px;
}


.nav.nav-pills li a {
    background: #EEEEEE;
    padding: 0 1.75em;
    color: #000;
    font-size: 18px;
}

.nav.nav-pills li {
    margin-right: 10px;
}

.nav.nav-pills li:last-child {
    margin-right: 0;
}

.nav.nav-pills li.active a {
    background: var(--fs-color-primary);
}



.heading-subscribe {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    display: flex;
    align-items: center;

}

.heading-subscribe strong {


    font-style: normal;
    font-weight: 800;
    font-size: 89px;
    line-height: 116px;
    /* White */
    color: #FFFFFF;

}


.form-subsribe {}

.form-subsribe .wpcf7-form-control-wrap {
    margin-bottom: 10px;
}



.form-subsribe .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    height: 120px;
}

.form-subsribe .wpcf7-text {
    border-radius: 3px;
    background: #FFF;
    height: 40px;

}


.form-subsribe .wpcf7-tel {

    height: 40px;
}

.form-subsribe .wpcf7-submit {
    border-radius: 3px;
    height: 40px;
}

.form-subsribe .wpcf7-text::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.form-subsribe .wpcf7-text::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;
}

/** CATEGORY **/

.tags-wrap {
    display: flex;
}

.post-tags a {
    background: #f7f7f8;
    border-radius: 5px;
    padding: 4px 12px 4px 12px;
    color: #272d37;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    font-weight: 500;
    margin-left: 10px;
}

/** POST SINGLE **/

.single-post-meta {
    margin-top: 10px;
}

.single-excerpt{
    background: #F7f7f7;
    padding: 10px;
    font-size: 90%;
}

.single-excerpt ul{
    padding-left: 20px;
}

.single-post-meta .post-author {


    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #aaa;


}

.single-post-meta .post-meta-tags a {
    padding: 4px 12px;
    background: var(--fs-color-primary);
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    letter-spacing: -0.1px;
    color: #000;
    margin-right: 10px;

}

.single-post-title {

    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;

    text-transform: capitalize;
    color: #252A3F;
    margin-top: 2rem;

}

.single-exceprt {
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;

    /* Grey/01 */
    color: #57595d;

}

.single-thumbnail img {
    border-radius: 10px;
    margin-top: 3rem;
}

.single-main {
    margin-top: 2rem;
}

.entry-content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #666;
}

.entry-content .section-title-container {
    margin-bottom: 0;
}

.entry-content img {
    border-radius: 3px;
}

.entry-content p {
    margin-bottom: 30px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 24px;
    font-family: var(--font-svn-gilroy-bold);
    line-height: 130%;
    text-transform: capitalize;
    color: #1B2124;

}

.entry-content h3 {
    display: flex;
    align-items: center;
}

.entry-content ul,
.entry-content ol {
    padding-left: 20px;
}

.recent-posts-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recent-posts-head-title h2 {

    font-family: var(--font-svn-gilroy-bold);
    font-size: 2rem;
    line-height: 130%;
    text-transform: capitalize;
    color: #1B2124;
}

.recent-posts-head-title p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.1px;
    color: #5F6D7E;

}

.recent-posts-head-more {}

.recent-posts-content {
    margin-top: 20px;
}



fieldset {
    border: 1px solid var(--fs-color-primary);
    /* Stylish border */
    border-radius: 8px;
    /* Rounded corners */
    padding: 20px;
    margin-bottom: 20px;
}

legend {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 0 10px;
    border-bottom: 0;
}


.wpcf7 .form-notice {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wpcf7-form-control-wrap {
    margin-bottom: 20px;
}

.nav-horizontal {
    margin-bottom: 15px;
}

.nav-horizontal ul {
    list-style: none;
    display: flex;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 0px;
}


.nav-horizontal ul li {
    margin-bottom: 0;
}

.nav-horizontal ul li a {
    padding: 10px 10px;
    background: #f7f7f7;
    display: block;
    transition: all 500ms ease;
    font-weight: 600;
    text-transform: uppercase;

}

.nav-horizontal ul li:hover a,
.nav-horizontal ul li.active a {
    background: #f2b600;
    color: #000;
}

@media (max-width: 768px) {
    .nav-horizontal ul{
        margin-bottom: 0;
        flex-wrap: wrap;
    }
    .nav-horizontal ul li{
        width: 100%;
    }
}


.post-list-wrap .post-list-item {
    box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}


.post-list-item-excerpt {
    font-size: 14px;
}

.post-list-item-excerpt ul {
    list-style: none;
}

.post-list-item-excerpt ul ul{
    list-style: disc;
}


.post-list-item-content {
    padding: 20px;
}


.post-list-item-thumb .image-thumb {
    height: 100%;
    min-height: 250px;
    position: relative;

}

.post-list-item-thumb .image-thumb img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.post-list-item-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.price {
    font-size: 28px;
    color: red;
}

.post-list-item-excerpt ul li {
    margin-bottom: 3px;
}

.post-list-item-excerpt ul li * {}

.post-list-item-excerpt ul li strong {
    width: 120px;
    display: inline-block;
}


.block-title {
    font-size: 28px;
}


table th,
table tr td {
    border: 1px solid #272d37;
    padding: 10px;
}

table tr {
    background-color: #f7f7f8;
}

table tr:nth-child(2n+1) {

    background-color: #f1f1d5;
}




.single-duan .entry-content .ux-menu-wrap.sticky{
    top: 70px
}

.entry-content iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.entry-content{
    font-family: 'Times New Roman', Times, serif !important;
}


.single-duan .entry-content .ux-menu .ux-menu-link {
    display: block;
    margin: 0;
}

.single-duan .entry-content .ux-menu .ux-menu-link a {
    display: block;
    padding: 5px 10px;
    color: #FFF;
    margin: 0;
    min-height: auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.single-duan .entry-content .ux-menu .ux-menu-link a:hover{
    text-decoration: underline;
}

.single-duan .entry-content .ux-menu .ux-menu-link a.active{
   
}

@media(max-width: 767px) {
    .post-list-item {
        margin-bottom: 30px;
    }
}

@media(min-width: 768px) {
    .post-list-wrap .post-list-item {
        display: flex;
        margin-bottom: 30px;
        border: 1px solid #e7e7e7;
        align-items: stretch;
    }

    .post-list-item-thumb {
        width: 40%;
    }

    .post-list-item-content {
        flex: 1;
    }

   
    .single-duan .entry-content .ux-menu {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .single-duan .entry-content .ux-menu-wrap.sticky{
        position: sticky;
        left: 0;
        right: 0;
        z-index: 99999;
        z-index: 99999;
        width: 100%;
        list-style: none;
        top: 70px;
    }

}


@media(min-width: 1400px) {

    #wrapper {
        max-width: 1366px;
        margin: 0 auto;
    }

}



@media(min-width: 1550px) {
    #wrapper {
        max-width: 1500px;
    }
}


@media(min-width: 1700px) {}



.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link{
    border: 0;
}
.ux-address{
    margin-bottom: 15px;
}


.float-banner{
    position: fixed;
    bottom: 50px;
    right: 200px;
    display: flex;
    flex-direction: column;
    max-width: 200px;
}


.float-banner img{

    height: auto;
}


#ads-left{
    right: calc( (100vw - 1200px) /2  + 1210px );
}

.ads-title{
    color: #FFF;
    background: var(--fs-color-secondary);
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
}

/* the slides */
.float-banner  .slick-slide {
    margin: 5px 0;
}

.float-banner .slick-list {
    margin: -5px 0;
}

#ads-right{
   z-index: 999;
}


#ads-right img{
    margin-bottom: 10px;
}


#contact-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:1 ;
   
   
}
#contact-bottom-wrap{
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  
    transition: all 500ms ease;
    height: 0;
}

#contact-bottom-wrap.show{
  height: 105px;
}

#contact-bottom-wrap{
    position: relative;
}

.contact-bottom-header{
    position: absolute;
    top: -40px;
    height: 40px;
    background: var(--fs-color-primary);
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    right: 100px;
}
.contact-bottom-header:hover{
    cursor: pointer;
}

.contact-bottom-body{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    
}

.contact-bottom-item{
    background: #e7e7e7;
    margin-right: 10px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    
}
.contact-bottom-item:hover .item_value{
    background:#f7f7f7;
   
}
.contact-bottom-item:hover .item_value a{
    color: #000;
}

.contact-bottom-item .item_header{
    font-weight: 700;
    
}

.contact-bottom-item .item_value{
    font-weight: 700;
    background: var(--fs-color-primary);
    border-radius: 20px;
    padding: 3px 20px 1px;
}