/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.3
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@font-face {
    font-family: 'constan';
    src: url("/wp-content/uploads/fonts/constan.ttf");
}

@font-face {
    font-family: 'constanb';
    src: url("/wp-content/uploads/fonts/constanb.ttf");
}


@font-face {
    font-family: 'Calibri';
    src: url("/wp-content/uploads/fonts/CALIBRI.TTF");
}

@font-face {
    font-family: 'CalibriB';
    src: url("/wp-content/uploads/fonts/CALIBRIB.TTF");
}


body {
    font-size: 17px;
    line-height: 1.5;
    font-family: 'constan';
}

/* slick */
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
}

.slick-track:after, .slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}

/* @font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
} */
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

[dir=rtl] .slick-next:before {
    content: '←';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    bottom: 10px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px !important;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    width: 9px;
    height: 9px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    display: none;
    color: #000;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

.slick-dots > li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b1b9cb;
    margin: 0 5px;
}

.slick-dots > li.slick-active button {
    background: #719c43;
}

/* end slick */
.header .flex-row {
    height: 100%;
    max-width: 90%;
    justify-content: center;
    image-rendering: -webkit-optimize-contrast;
    align-items: center;
}

.header-main .flex-left {
    flex: none;
    margin: 0 auto;
}

.flex-right {
    margin-left: 0;
}

.flex-right .nav>li {
    margin: 0 !important
}

.header-main .flex-right .nav>li > a {
    padding: 13px 9px;
}

.nav-dropdown>li.html {
    min-width: 210px;
    font-size: 15px;
}

#top-bar .nav>li>a>i {
    font-size: 13px !important;
}

#top-bar.active {
    height: 0;
}

#top-bar.active .container {
    transition: all .5s;
}

.header-nav-main li a {
    color: #1a1a1a;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 14px;
    /* font-weight: normal; */
    padding: 10px 15px;
}

.header-button-1 a {
    padding: 0;
    border: none;
    padding: 12px 32px;
    display: flex;
    height: 100%;
}

.header-button-1 a:hover {
    background: initial !important;
    border: none !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

.header-button-1 a:hover span {
    color: #d26e4b;
}

.header-button-1 a span {
    cursor: pointer;
    align-items: center;
    padding: 0;
    font-size: 16px;
    transition: opacity .3s;
    border-radius: 0;
    background: inherit;
}

.nav-small .nav>li>a, .nav.nav-small>li>a {
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: normal;
    font-size: 0.7rem;
}

.top-bar-nav {
    position: inherit;
}

.header-nav-main {
    justify-content: center;
}

.nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.nav-divided>li {
    margin: 0 .7em;
}

.nav {
    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    /* flex-flow: row wrap; */
    /* -webkit-box-align: end; */
    -ms-flex-align: center;
    align-items: end;
    justify-content: end;
}

.nav>li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 5px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.sub-menu>li>a:hover {
    color: #db2827;
}

.nav li:first-child {
    margin-left: 0 !important;
}

.header-main .nav > li > a {
    padding: 12px 10px;
    border-radius: 4px;
    /* text-transform: uppercase; */
    font-family: "constan";
    font-size: 17px;
}

.header-main .nav > li > a:hover {
    /* background: #4d7830; */
    color: #4d7830;
}

.header-button-2 a.button {
    -webkit-animation: won 1s infinite cubic-bezier(.5,0,0,1);
    -moz-animation: won 1s infinite cubic-bezier(.5, 0, 0, 1);
    -ms-animation: won 1s infinite cubic-bezier(.5, 0, 0, 1);
    animation: won 1s infinite cubic-bezier(.5,0,0,1);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 20%);
}

.stuck .header-main .nav > li > a {
    line-height: initial !important;
}

@-webkit-keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

@-moz-keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

@-ms-keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

@keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

.nav .nav-dropdown {
    min-width: 250px;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 99%;
    left: 0px;
    width: 305px;
    box-shadow: 0 1px 2px 2px rgb(0 0 0 / 4%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
    padding: 12px;
}

.nav > li:hover > .nav-dropdown {
    overflow: visible;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.top-divider {
    display: none
}

.home .header-main {
    position: fixed;
    top: 0;
    width: 100%;
}

.header-main .flex-left {
  
    margin-right: 0;
}

/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.3
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}



/* slick */
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
}

.slick-track:after, .slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}

/* @font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
} */
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

[dir=rtl] .slick-next:before {
    content: '←';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    bottom: 10px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px !important;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    width: 9px;
    height: 9px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    display: none;
    color: #000;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

.slick-dots > li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b1b9cb;
    margin: 0 5px;
}

.slick-dots > li.slick-active button {
    background: #719c43;
}

/* end slick */
.header .flex-row {
    height: 100%;
    max-width: 90%;
    justify-content: center;
    image-rendering: -webkit-optimize-contrast;
    align-items: center;
}

.header-main .flex-left {
    flex: none;
    margin: 0 auto;
}

.flex-right {
    margin-left: 0;
}

.flex-right .nav>li {
    margin: 0 !important
}

.header-main .flex-right .nav>li > a {
    padding: 13px 9px;
}

.header-wrapper.stuck div#masthead {
    background: #101819;
}

.nav-dropdown>li.html {
    min-width: 210px;
    font-size: 15px;
}

#top-bar .nav>li>a>i {
    font-size: 13px !important;
}

#top-bar.active {
    height: 0;
}

#top-bar.active .container {
    transition: all .5s;
}

.header-nav-main li a {
    color: #1a1a1a;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 15px;
    /* margin: 0 5px !important; */
}

.header-button-1 a {
    padding: 0;
    border: none;
    padding: 12px 32px;
    display: flex;
    height: 100%;
}

.header-button-1 a:hover {
    background: initial !important;
    border: none !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

.header-button-1 a:hover span {
    color: #d26e4b;
}

.header-button-1 a span {
    cursor: pointer;
    align-items: center;
    padding: 0;
    font-size: 16px;
    transition: opacity .3s;
    border-radius: 0;
    background: inherit;
}

.nav-small .nav>li>a, .nav.nav-small>li>a {
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: normal;
    font-size: 0.7rem;
}

.top-bar-nav {
    position: inherit;
}

.header-nav-main {
    justify-content: center;
}

.nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.nav-divided>li {
    margin: 0 .7em;
}

.nav {
    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    /* flex-flow: row wrap; */
    /* -webkit-box-align: end; */
    -ms-flex-align: center;
    align-items: end;
    justify-content: end;
}

.nav>li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 5px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.sub-menu>li>a:hover {
    color: #db2827;
}

.nav li:first-child {
    margin-left: 0 !important;
}

.header-main .nav > li > a {
    padding: 12px 9px;
    border-radius: 4px;
    /* text-transform: uppercase; */
    /* font-family: "constan"; */
    font-size: 17px;
    /* font-weight: 500; */
    font-family: 'constanb';
}

.header-main .nav > li > a:hover {
    /* background: #4d7830; */
    color: #db2827;
}

.header-button-2 a.button {
    -webkit-animation: won 1s infinite cubic-bezier(.5,0,0,1);
    -moz-animation: won 1s infinite cubic-bezier(.5, 0, 0, 1);
    -ms-animation: won 1s infinite cubic-bezier(.5, 0, 0, 1);
    animation: won 1s infinite cubic-bezier(.5,0,0,1);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 20%);
}

.stuck .header-main .nav > li > a {
    line-height: initial !important;
}

@-webkit-keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

@-moz-keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

@-ms-keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

@keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

.nav .nav-dropdown {
    min-width: 280px;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 99%;
    left: 0px;
    width: 305px;
    box-shadow: 0 1px 2px 2px rgb(0 0 0 / 4%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
}

.nav > li:hover > .nav-dropdown {
    overflow: visible;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.top-divider {
    display: none
}

.home .header-main {
    position: fixed;
    top: 0;
    width: 100%;
}

.header-main .flex-left {
  
    margin-right: 0;
}

.header-main .nav > li.current-menu-item > a:before, .header-main .nav > li > a:hover:before {
    height: 1px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
    content: " ";
        bottom: 0;
    top: auto;
    position: absolute;
    left: 50%;
}  

.bn:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #0000003b;
	position: absolute;
	left: 0;
	top: 0;
	/* opacity: 0.5; */
	z-index: 1;
}

.bn h1 {
	    color: #fff;
	    font-size: 45px;
	    text-transform: uppercase;
	    line-height: 1.4;
	    font-family: 'constanb';
	    font-weight: bold;
	    text-align: center;
}

.bn p {
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
}

.s1 .tit-home {
	/* margin-top: 20px; */
}

.s1 {
	padding-bottom: 30px !important;
  padding-top: 50px !important;
}

.s1 .bg, .s5 .bg {
	background-attachment: fixed;
}

.s1 .img {
	/* margin-top: -150px; */
}

h2.tit-home {
	color: #DB2827;
	font-size: 25px;
	line-height: 1.4;
	margin-bottom: 25px;
	font-family: "constanb";
	text-transform: uppercase;
}

.ud-tit {
	width: 70%;
  margin: 0 auto 15px
}

.s1 p {
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
	padding-right: 15px;
	margin-bottom: 15px;
}

.nut-xem-them {
   padding-top: 3px;
   padding-bottom: 3px;
   padding: 9px 30px;
   color: #fff;
   border-radius: 30px;
   display: inline-block;
   /* margin-top: 10px; */
   transition: all .2s;
   background: #db2827;
   font-weight: 500;
   font-family: "constanb";
   /* font-family: 'CalibriB'; */
}

.nut-xem-them:hover {
	background: #000;
	color: #fff
}

.s2 {
	padding-bottom: 0 !important
}

.s2 h3 {
    text-align: left;
    font-size: 40px;
    margin: 0 0 5px 0;
}

span.percent {
    font-size: 60px;
    font-weight: bold;
    color: #444;
    text-align: center;
    font-family: "constanb";
    line-height: 1;
    margin-bottom: 15px;
    display: block;
    text-align: left;
}

span.percent:after {
    content: "+";
    display: inline-block;
    vertical-align: middle;
    margin: -12px 4px 0 10px;
}

.s2 {
	/* padding-bottom: 10px !important; */
}

.s2 p {
	    font-size: 22px;
	    color: #db2827;
	    font-family: "constanb";
	    margin-bottom: 0;
	    line-height: 1.4;
	    /* font-family: 'CalibriB'; */
}

.s3 {
	/* padding-bottom: 150px !important; */
}

.s3 .box {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 0px 15px;
}

.s3 .box-image img {
    height: 200px;
    object-fit: contain;
}

.s3 h4 {
	color: #2e3020;
    font-size: 20px;
    font-family: "constanb";
    line-height: 1.3;
    margin-bottom: 0;
}

.s4 {
	padding: 50px 0 30px !important
}

.s4 .tit-home {
	 color: #111;
}

.s4 .box-image img {
	height: 280px;
	object-fit: cover;
	width: 100%;
}

.s4 .box-text {
	padding: 10px 0 0;
	text-align: left;
}

.s4 h4 {
	color: #2e3020;
	font-size: 18px;
	font-family: "constanb";
	line-height: 1.5;
	margin-bottom: 0;
	/* text-transform: uppercase; */
}

.s5 {
	padding: 100px 0 250px !important
}

.s5 .tit-home {
	/* width: 70%; */
}

.s5 p {
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
}

.tt .flickity-button {
	box-shadow: none !important;
	background: transparent !important;
}

.tt .tit-home {
	margin-bottom: 50px;
	color: #111;
}

.tt .post-item .box-image .image-cover {
    border-radius: 0 30px 0 30px;
}

.tt .post-item .box-text {
  padding: 20px 20px 0;
}
.tt .post-item .box-text .post-title {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.3;
  min-height: 2.6em;
      font-family: "constanb";
}
.tt .post-item .box-text .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tt .box-text p {
    color: #777;
    font-size: 18px;
    line-height: 1.5;
}

.tt .nut-xem-them {
	margin-top: 30px;
}

.tt, .ft {
	padding-bottom: 20px !important
}

.ft h4 {
	    font-family: "constanb";
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
}

.ft p, .ft li {
	margin-left: 0;
  color: #fff;
  margin-bottom: 12px;
}

.ft li {
	margin-bottom: 5px;
}

.ft li a {
	color: #fff
}

#footer .absolute-footer {
    background-color: #414142;
}

.post-template-default.single.single-post .header-main , .archive.category .header-main  {
    background: #0a0a0a;
}

b, strong {
	font-family: "constanb";
	/* font-family: 'CalibriB'; */
}

.slider-nav-outside .flickity-prev-next-button.previous {
        left: auto;
        right: 100%;
    }

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -10%;
}

.category .breadcrumbs {
 	margin-bottom: 50px;
    background: #f5f5f5;
}

.blog-archive {
    background: #faf9f9;
    padding: 0 0 50px;
}

#breadcrumbs {
	    font-size: 15px;
	    padding: 7px 15px;
	    background: transparent;
	    border-radius: 0;
	    margin: 0;
	    font-weight: normal;
	    color: #666666b3;
}

.breadcrumbs a {
    color: #db2827;
    margin: 0 3px;
}

.post-item .box-image .image-cover {
    border-radius: 0 30px 0 30px;
}

.post-item .box-text {
  padding: 20px 20px 0;
}
.post-item .box-text .post-title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
  min-height: 2.6em;
  text-align: left;
}
.post-item .box-text .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #111;
}
.post-item .from_the_blog_excerpt  {
    color: #777;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
}
.post-item .box-text .is-divider {
  display: none;
}

.entry-header h1 {
  font-size: 2.2rem;
}

.page-title {
    font-size: 1.7rem;
    color: #db2827;
    margin-bottom: 0;
    line-height: 1.4;
}

.post-sidebar {
	border: 0 !important;
	padding: 0 15px 0 10px !important;
}

.post-sidebar .latest-posts {
  
    padding: 0 20px 15px;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    padding-top: 15px;
}

span.widget-title {
    font-size: 1em;
    font-weight: 600;
    padding: 15px 20px;
    display: block;
    background: #fff;
    margin-bottom: 0;
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    text-transform: none;
    color: #db2827;
    font-family: 'constanb';
}

.widget .is-divider {

    display: none;
}

.post-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-thumb {
    position: relative;
    width: 90px;
    height: 70px;
    flex-shrink: 0;
}

.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.post-number {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 22px;
    height: 22px;
    background: #db2827;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-content {
    flex: 1;
}

.post-sidebar .post-title {
    font-size: 15px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 20px;
    font-family: 'constanb';
}

.post-sidebar #secondary {
    top: 80px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'constanb';
}

.post-meta {
    font-size: 12px;
    color: #888;
}

.latest-posts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.single-post .page-wrapper {
    padding-top: 0;
    /* background: #faf9f9; */
}

.single-post .breadcrumbs {
    margin-bottom: 30px;
}

#comments {
	display: none
}

.single-post .entry-header-text.text-center {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

.single-post .entry-header-text.text-center  .is-divider {
    margin-left: 0 !important;
    margin-bottom: 20px;
}

.single-post h1.entry-title {
	font-size: 1.4rem;
	line-height: 1.3;
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #db2827;
}

.article-post-meta {
    font-size: 15px;
    color: #444;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.slider-related-blog {
	display: flex;
	gap: 0;
}

.title-related {
	font-size: 1.3rem;
	color: #2e3020;
	font-family: 'constanb';
	line-height: 1.4;
	margin-bottom: 25px;
	display: block;
}

.related-blog-item {
	padding: 0 15px;
	width: 33.33333%;
}

.related-blog-item .image-cover {
	    padding-top: 56.25%;
    border-radius: 0 30px 0 30px;
    margin-bottom: 15px;
}

.related-content {
	padding: 0 20px
}

.related-title {
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 8px;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 700;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.related-title a {
    color: #111;
    text-decoration: none;
}

.related-title a:hover {
    color: #db2827;
}

.related-excerpt {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 8px;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    margin-bottom: 8px;
}

.copyright  {
	padding-bottom: 0 !important
}

.copyright p {
	color: #f1f1f1;
  font-size: 15px;
  line-height: 22px;
}

#footer .absolute-footer {
	display: none
}

.single .post {
    margin: 0;
}

.woocommerce form.login,
#loginform {
    max-width: 400px;
    margin: 20px auto;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
}

@media (max-width:1145px) {
  .header-top {
  	display: none
  }
  
  .header .flex-row {
    height: 100%;
    max-width: 100%;
    justify-content: center;
    image-rendering: -webkit-optimize-contrast;
    align-items: center;
    background-color: #101819 !important;
    margin: 0 !important;
    justify-content: space-between;
}
  
#logo img {
   max-height: 75px !important;
   margin: 0;
}
  
      .header-main {
        height: 75px !important;
    }
  
#logo {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}  
  
.nav>li.has-icon>a>i {
    color: #fff;
}  
  
.nav.nav-vertical li {
    display: flex;
}  
  
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {

    width: 300px !important;
}  
  
/* mobile menu width */
.off-canvas-left .sidebar-menu {
   
    background: #fff;
}

/* menu text */
.off-canvas-left .nav-sidebar.nav-vertical > li > a {
    color: #222;
    font-weight: 600;
}

/* hover */
.off-canvas-left .nav-sidebar.nav-vertical > li > a:hover {
    color: #e11b22;
}  
  
.bn {
  padding: 170px 0 70px !important
}  
  
.bn h1 {
    font-size: 35px;
}  
  
  
  .s3 .small-6 , .s4 .large-12  {
    flex-basis: 100%;
    max-width: 100%;
}
  
  .ud-tit {
    width: 100%;
    margin: 0 auto 15px;
}

  h2.tit-home {
    font-size: 25px;
    margin-bottom: 20px;
}
  
  .s3 h2.tit-home {
    margin-bottom: 15px;
  
}
  
.s3 .box {
    width: 85%;
}  
  
.s3 .box-image img {
    height: 170px;
    object-fit: contain;
}  
  
.s1 .img {
    margin-top: 0;
}  
  
.s1 {
    padding-bottom: 0 !important;
    padding-top: 30px !important;
}
  
.s3 {
    padding-bottom: 15PX !important;
}  
  
span.percent {
    font-size: 55px;
    text-align: center;
}  

 .s2 p {
    font-size: 20px;
    text-align: center;
}
  
.s4 h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}  
  
  .s5 {
  	padding: 70px 0 30px !important
  }  
  
.s5 .tit-home {
    width: 100%;
    font-size: 30px;
}  
  
.tt .post-item .box-image .image-cover {
    padding-top: 60% !important;
}  
  
 .ft img {
  	margin-bottom: 0 !important;
  }
  
  .single-post .breadcrumbs {
    background: #f3f3f3;
}
  
.single-post h1.entry-title {
    font-size: 22px;
    margin: 0 0 15px;
}  
  
.slider-related-blog {
    display: block;
}  
  
.related-blog-item {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
} 
  
.related-blog-item .image-cover {
    padding-top: 20%;
    /* margin-bottom: 0; */
    width: 25%;
}
  
.related-content {
    padding: 0 0 0 15px;
    width: 75%;
}  
  
.off-canvas .nav-vertical>li>a {
    padding-bottom: 12px;
    padding-top: 12px;
}  
  
.off-canvas .nav-vertical .toggle i {
    font-size: 1.5em;
}  
  
.s4 .box-image img {
    height: 140px;
    object-fit: cover;
    width: 100%;
} 
  
  .mobile-nav.nav.nav-left a {
  	    padding: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
  }
  
 .mobile-nav.nav.nav-left .image-icon {
  	margin-left: 3px;
  }
  
  .mobile-nav.nav.nav-left  .nav-dropdown {
  	min-width: 150px !important;
    border: 0;
    left: 0;
    top: 30px;
  }
  
     .mobile-nav.nav.nav-left .nav-dropdown a {
        padding-bottom: 3px;
        color: #000;
        margin: 0;
        padding-top: 3px;
        display: flex;
        align-items: center;
        line-height: 18px;
        font-size: 14px;
    }
  
  .mobile-nav.nav.nav-left .nav-dropdown .icon-image {
  	margin-right: 5px;
  	display: block;
  	line-height: 1;
  	height: 20px;
  	/* height: 25px; */
  }
  
  .mobile-nav.nav.nav-left li.current-dropdown a:before {
  	display: none
  }
  
  .mobile-nav.nav.nav-left li.has-dropdown:after {
  	bottom: -9px !important;
  }
      .flex-col.show-for-medium.flex-right, .flex-col.show-for-medium.flex-left {
        flex: 0 0 auto;
    }
      .flex-col.show-for-medium.flex-left {
        margin-left: 0;
        margin-right: auto;
    }
  
  .s1 .tit-home {
    margin-top: 0;
}

}