:root {
    --color-border: #E8E8E8;
    --fontawesome: "Font Awesome 7 Pro";
}

body {
    font-size: 16px;
    line-height: 1.5;
}

/*scrollbar*/
.dark,
.dark p,
.dark td,
.absolute-footer.dark,
.dark .nav-vertical li li.menu-item-has-children>a,
.dark .nav-vertical-fly-out>li>a,
.dark .nav-vertical>li>ul li a,
.dark .nav>li.html,
.dark .nav>li>a,
.nav-dark .is-outline,
.nav-dark .nav>li>a,
.nav-dark .nav>li>button,
.nav-dropdown.dark .nav-column>li>a,
.nav-dropdown.dark>li>a {
    color: #fff;
}


p {
    margin: 0 0 15px;
}

label {
    font-size: inherit;
}

strong,
b {
    font-weight: bold;
}

.nav>li>a {
    font-size: inherit;
}

.button span {
    display: inline-block;
    line-height: 1;
}

.banner-title h2,
.banner-title h1 {
    font-size: 45px;
    margin-bottom: 15px;
}

.ss-over {
    overflow: hidden;
}

.title h1,
.title h2 {
    font-size: 36px;
    margin-bottom: 0;
}

.title p {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.flickity-page-dots li.dot {
    width: 10px;
    height: 10px;
    border: 0;
    opacity: 1;
    background-color: #DEDEDE !important;
}

.flickity-page-dots li.dot.is-selected {
    background-color: var(--primary-color) !important;
}

.ul-check {
    list-style: none;
    list-style: none;
    padding-left: 0;
}

.ul-check li {
    margin-bottom: 25px;
    margin-left: 0 !important;
    position: relative;
    padding-left: 35px;
    font-weight: 500;
    list-style: none;
}

.ul-check li::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../icons/check.svg") no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 2px;
}

nav.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.text-center nav.breadcrumb {
    justify-content: center
}

nav.breadcrumb span.current {
    max-width: 236px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.button.btn-main {
    border-radius: 30px;
    min-height: unset;
    padding: 6px 8px;
    font-size: 16px;
    line-height: normal;
    height: auto;
    min-width: unset;
    line-height: 46px;
    text-transform: unset;
    width: max-content;
    max-width: 100%;
}

.button.btn-main span {
    margin: 0px 25px 0 15px;
}

.button.btn-main i.icon-angle-up::before {
    display: none;
}

.button.btn-main i.icon-angle-up {
    background: url(../icons/ep_top-right-main.svg) center / 24px no-repeat;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 45px;
    text-align: center;
    position: unset;
}

.button.white.btn-main:not(.is-outline) {
    color: #000 !important
}

.button.white.btn-main:not(.is-outline) i.icon-angle-up {
    background: url(../icons/ep_top-right.svg) center / 24px no-repeat;
    background-color: var(--primary-color);
}

.nav-pagination>li {
    margin: 0 6px 12px !important;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #D9D9D9;
}

.wpcf7-form {
    margin: 0;
}

.wpcf7-form .wpcf7-form-control {
    box-shadow: unset;
    border: 1px solid #DFDFDF;
    height: 50px;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 15px;
}

.wpcf7-form label {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 16px;
}

.wpcf7-form label span {
    color: #FF0000;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background-color: var(--primary-color);
    color: #fff;
    min-width: 120px;
    height: 40px;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    border: 0;
}

@media screen and (max-width : 850px) {

    .banner-title h2,
    .banner-title h1 {
        font-size: 30px;
    }

    .title h1,
    .title h2 {
        font-size: 22px;
    }

    .title p {
        font-size: 14px;
    }

    .button.btn-main {
        padding: 6px 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .button.btn-main span {
        margin: 0px;
    }

    .button.btn-main i.icon-angle-up {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    nav.breadcrumb {
        font-size: 14px
    }

    .ul-check li {
        margin-bottom: 10px;
        padding-left: 30px;
    }
}