@import url('./../font/font.css');

:root {
    --gray-disable: #EDEDED;
    --text-color-1: #000326;
    --text-color-2: #525374;
    --text-color-3: #8C8DA9;
    --blue-1: #1D205B;
    --blue-4: #B9BBDD;
    --blue-5: #F5F9FD;
    --green-1: #05421E;
    --gray-bg-light: #F5F5F5;
    --color-secondary: #0CA64C;
    --color-blue-main: #303597;
    --color-divider: #C5C6DA;
    --color-gray: #D9D9D9;
    --light-color-secondary: #626E94;
    --light-disable: #A9B5D4;
}

.bg-gray-bg-light {background-color: var(--gray-bg-light) !important;}
.bg-disable-gray {    background-color: var(--gray-disable) !important;}
.bg-color-secondary {    background-color: var(--color-secondary) !important;}
.bg-blue-1 {    background-color: var(--blue-1) !important;}
.bg-blue-main {    background-color: var(--color-blue-main) !important;}
.bg-green-1 {    background-color: var(--green-1) !important;}
.bg-color-divider {    background-color: var(--color-divider) !important;}
.bg-color-gray {    background-color: var(--color-gray) !important;}
.text-color-1 {    color: var(--text-color-1) !important;}
.text-color-2 {    color: var(--text-color-2) !important;}
.text-color-3 {    color: var(--text-color-3) !important;}
.text-blue-1 {    color: var(--blue-1) !important;}
.text-blue-5 {    color: var(--blue-5) !important;}
.text-gray-bg-light {    color: var(--gray-bg-light) !important;}
.text-color-secondary {    color: var(--color-secondary) !important;}
.text-disable-gray {    color: var(--gray-disable) !important;}
.text-color-divider {    color: var(--color-divider) !important;}
.text-blue-main {    color: var(--color-blue-main) !important;}
.text-light-color-secondary {    color: var(--light-color-secondary) !important;}
.text-light-disable {    color: var(--light-disable) !important;}

::-webkit-scrollbar {
    width: 0.25em;
    height: 0.15em;
}

::-webkit-scrollbar-thumb {
    background: slategray;
}

::-webkit-scrollbar-track {
    background: #b8c0c8;
}

html,
body {
    cursor: default !important;
    font-family: KalamehWebFaNum, serif !important;
}

code {
    cursor: text !important;
}

body {
    scrollbar-face-color: slategray;
    scrollbar-track-color: #b8c0c8;
}

body,
html {
    height: 100%;
    width: 100%;
}
.h2, h2 {
    font-size: 1.5rem;
}
.h3, h3 {
    font-size: 1.25rem;
}
.col-xs-offset-right-12 {
    margin-right: 100%;
}

.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}

.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}

.col-xs-offset-right-9 {
    margin-right: 75%;
}

.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}

.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}

.col-xs-offset-right-6 {
    margin-right: 50%;
}

.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}

.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}

.col-xs-offset-right-3 {
    margin-right: 25%;
}

.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}

.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}

.col-xs-offset-right-0 {
    margin-right: 0;
}


@media (min-width: 1200px) {

    .col-lg-offset-right-12 {
        margin-right: 100%;
    }

    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-lg-offset-right-9 {
        margin-right: 75%;
    }

    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-lg-offset-right-6 {
        margin-right: 50%;
    }

    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-lg-offset-right-3 {
        margin-right: 25%;
    }

    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-lg-offset-right-0 {
        margin-right: 0;
    }
}


@media (max-width: 1200px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }

    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-md-offset-right-9 {
        margin-right: 75%;
    }

    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-md-offset-right-6 {
        margin-right: 50%;
    }

    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-md-offset-right-3 {
        margin-right: 25%;
    }

    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-md-offset-right-0 {
        margin-right: 0;
    }


}

/*********** tablet ***********/
@media (max-width: 992px) {

    .col-sm-offset-right-12 {
        margin-right: 100%;
    }

    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-sm-offset-right-9 {
        margin-right: 75%;
    }

    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-sm-offset-right-6 {
        margin-right: 50%;
    }

    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-sm-offset-right-3 {
        margin-right: 25%;
    }

    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-sm-offset-right-0 {
        margin-right: 0;
    }


}

/* Abborhan */

.form-control.search-menu-phone::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--text-color-3);
    opacity: 1; /* Firefox */
}

.form-control.search-menu-phone {
    background-color: transparent;
    box-shadow: none;
}

.fs-8px {
    font-size: 0.5rem;
}

.fs-12px {
    font-size: 0.75rem;
}

.fs-14px {
    font-size: 0.875rem;
}

.fs-16px {
    font-size: 1rem;
}

.nav-item .nav-link {
    color: var(--text-color-1);
}

.nav-item .nav-link.active {

}

.right-border-radius {
    border-radius: 0 10px 10px 0;
}

.min-width-300 {
    min-width: 300px;
}

@media screen and (min-width: 992px) {
    /*.navbar-nav .nav-item.nav-link.active{*/
    /*    position: relative;*/
    /*}*/
    /*.navbar-nav .nav-item.nav-link.active::after {*/
    /*    height: 2px !important;*/
    /*    width: 100%;*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    bottom: 0;*/
    /*    background-color: var(--color-secondary);*/
    /*    content: "";*/
    /*    border-radius: 8px;*/
    /*}*/
    .navbar-nav .nav-item .nav-link.active {
        border-bottom: 2px solid var(--color-secondary);
    }
}

.fs-56-23-px {
    font-size: calc(1.375rem + 0.5vw);
}
.fs-32-16-px {
    font-size: calc(1.375rem + 0.5vw);
}

.fs-40-13-px {
    font-size: 2.5rem;
}

.fs-40-16-px {
    font-size: 2.5rem;
}

.fs-24-10-px {
    font-size: 1.5rem;
}

.fs-24-12-px {
    font-size: 1.5rem;
}

.fs-20-10-px {
    font-size: 1.25rem;
}

.fs-20-15-px {
    font-size: 1.25rem;
}

.fs-14-8-px {
    font-size: 0.875rem;
}

.fs-14-10-px {
    font-size: 0.875rem;
}

.fs-16-8-px {
    font-size: 1rem;
}

.fs-16-12-px {
    font-size: 1rem;
}

.fs-18-14-px {
    font-size: 1.125rem;
}

.wh-24-12-px {
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 992px) {
    .fs-56-23-px {
        font-size: 1.4rem;
    }
    .fs-32-16-px {
        font-size: 1rem;
    }

    .fs-40-13-px {
        font-size: 0.813rem;
    }

    .fs-40-16-px {
        font-size: 1rem;
    }

    .fs-24-10-px {
        font-size: 0.625rem;
    }

    .fs-24-12-px {
        font-size: 0.75rem;
    }

    .fs-20-10-px {
        font-size: 0.625rem;
    }

    .fs-20-15-px {
        font-size: 0.938rem;
    }

    .fs-14-8-px {
        font-size: 0.5rem;
    }

    .fs-14-10-px {
        font-size: 0.625rem;
    }

    .fs-16-8-px {
        font-size: 0.5rem;
    }

    .fs-16-12-px {
        font-size: 0.75rem;
    }

    .fs-18-14-px {
        font-size: 0.875rem;
    }

    .wh-24-12-px {
        width: 12px;
        height: 12px;
    }
}

.dropdown-menu .dropdown-item {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
}

.dropdown-toggle::after {
    content: none;
}

.border-header-blue {
    border-top: 1px solid #303597;
    margin-top: 0.5rem;
}

.border-header-blue-mobile {
    border-bottom: 1px solid #303597;
}

.header-height {
    height: 130px;
}

.navbar-brand-wh {
    width: 100px;
    height: 64px;
}

.btn-close-menu {
    position: absolute;
    top: 0;
    left: 0;
    margin: 16px;
}

.bg-header-image {
    background: url(./../img/shapeback.png) no-repeat center;
}

.w-300-100 {
    width: 300px;
}

.w-100p-50p {
    width: 100%;
}

.wh-64px-20px {
    width: 64px;
    height: 64px;
}

.wh-36px-20px {
    width: 36px;
    height: 36px;
}

.personal {
    background-color: white;
    min-height: 200px;
    max-height: 200px;
    border-radius: 5px;
}

.personal .personal-image {
    width: 50%;
    object-fit: fill;
}

.personal .personal-image img {
    border-radius: 50%;
    width: 100px;
    height: 115px;
    object-fit: cover;
}

.personal-content {
    text-align: right;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}

.personal-content div .name {
    font-weight: bold;
    font-size: 1.25rem;
}

.personal-content div .value {
    font-size: 1.25rem;
}

.license {
    min-height: 200px;
    max-height: 200px;
    border-radius: 5px;
}

.license img {
    width: 50%;
    object-fit: fill;
    border-radius: 50%;
    min-width: 50px;
    max-width: 100px;
}

.license-content {
    text-align: right;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}

.nav-abborhan .nav-item a {
    font-size: 1.25rem;
    background-color: #0CA64C;
    font-weight: bold;
    border: none;
    padding: 1rem 3rem;
    color: #F5F5F5;
}

.nav-abborhan .nav-item a.active {
    font-size: 1.5rem;
    background-color: #F5F5F5;
    font-weight: bold;
    border: none;
    padding: 1rem 3rem;
    color: #000326;
}

.mtn-7px {
    margin-top: -5px;
}

.mbn-7px {
    margin-bottom: -5px;
}

.mrn-25px-md {
    margin-right: -25px !important;
}
.mrn-25px-lg {
    margin-right: -25px !important;
}

.rounded-top-left-8px {
    border-top-left-radius: 0.5rem;
}

.rounded-top-right-8px {
    border-top-right-radius: 0.5rem;
}

.mrn-15px {
    margin-right: -15px;
}

.mtn-25px {
    margin-top: -25px;
}

.w-fit-content {
    width: fit-content;
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item, .breadcrumb-item a {
    color: var(--text-color-2);
    text-decoration: none;
}

.breadcrumb-item, .breadcrumb-item a {
    color: var(--text-color-2);
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0;
    color: var(--text-color-2);
    background-image: url(./../img/bread_arrow.svg);
    background-repeat: no-repeat;
    content: "";
    padding-right: 0;
    width: 6px;
    height: 12px;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 8px;
}

.grid-container-news {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 0px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
}

.item-1 {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 3;
}

.item-2 {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 2;
}

.item-3 {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
}
.item-4 {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
}

.max-width-282px {
    max-width: 282px;
}

.max-width-321-140px {
    max-width: 321px;
}
.max-width-524-140px {
    max-width: 524px;
}

.item-news-1 {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 1;
}

.item-news-2 {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 1;
}

.item-news-3 {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 2;
}
.max-wh-250-150-px{
    max-width: 250px;
    max-height: 250px;
}
.h-300-200-px {
    height: 300px;
}
.boxSearch {
    position: absolute;
    top: 94px;
    right: 20%;
    left: 10%;
    z-index: 999;
    display: none;
    border: 1px solid #00000038;
    width: 70%;
    max-height: 700px;
    height: 300px;
    overflow-y: scroll;
    background: #fff;
    border-radius: 15px;
    font-size: 0.75rem;
    max-width: 600px;
}
.min-height-42-none {
    min-height: 48px;
}
.width-260-190px{
    width: 260px;
}
.max-h-350-190px {
    max-height: 350px;
}
@media screen and (max-width: 992px) {
    .width-260-190px{
        width: 190px;
    }
    .max-h-350-190px {
        max-height: 190px;
    }
    .boxSearch {
        top: 70px;
        right: 10%;
        width: 80%;
    }
    .offcanvas-body .navbar-brand {
        margin: 0 !important;
        padding: 3rem;
        border-bottom: #C5C6DA solid 1px;
        text-align: center;
    }

    .nav-item .nav-link {
        font-weight: 500;
        border-bottom: #C5C6DA solid 0.5px;
        padding: 0.8rem 0;
        line-height: 23px;
    }

    .nav-item .nav-link.show {
        border: none;
    }

    .nav-item .nav-link.active {
        font-weight: 700;
    }

    .dropdown-menu .dropdown-item {
        font-size: 0.75rem;
        font-weight: 300;
        line-height: 20px;
        text-align: right;
        color: var(--text-color-1);
    }

    ul.dropdown-menu {
        border: none;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        background: url(./../img/arrow_down.svg) no-repeat;
        background-size: contain;
        border: none;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 13px;
        margin-right: 5px;
    }
    .dropdown-toggle.show::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        background: url(./../img/arrow_up.svg) no-repeat;
        background-size: contain;
        border: none;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 13px;
        margin-right: 5px;
    }

    .header-height {
        height: 80px;
    }

    .footer-quick-access li {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-quick-access-left {
        /*width: fit-content;*/
        /*margin-right: auto;*/
    }

    .border-header-blue {
        border-top: none;
        margin-top: 0.5rem;
    }

    .navbar-brand-wh {
        width: 114px;
        height: 72px;
    }

    .max-width-85p {
        max-width: 80%;
    }

    .w-300-100 {
        width: 100%;
    }

    .wh-64px-20px {
        width: 20px;
        height: 20px;
    }

    .wh-36px-20px {
        width: 20px;
        height: 20px;
    }
    .h-300-200-px {
        height: 250px;
    }
    .personal-content div .name {
        font-weight: bold;
        font-size: 0.75rem;
    }

    .personal-content div .value {
        font-size: 0.75rem;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        float: right;
        padding-left: 0;
        color: var(--text-color-2);
        background-image: url(./../img/bread_arrow.svg);
        background-repeat: no-repeat;
        content: "";
        padding-right: 0;
        width: 6px;
        height: 12px;
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 4px;
    }

    .item-news-1 {
        grid-row-start: 1;
        grid-row-end: 1;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .item-news-2 {
        grid-row-start: 3;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .item-news-3 {
        grid-row-start: 2;
        grid-row-end: 2;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .mrn-25px-lg {
        margin-right: 0px !important;
    }
    .mtn-lg-25px {
        margin-top: -25px;
    }
}

.wh-cafebazar {
    width: 176px;
    height: 50px;
}
.min-width-500-200px {
    min-width: 500px;
}
@media screen and (max-width: 768px) {
    .min-height-42-none {
        min-height: unset;
    }
    .mtn-9px {
        margin-top: -9px !important;
    }
    .w-100p-50p {
        width: 50%;
    }

    .nav-abborhan .nav-item a {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
        padding: 1rem 1rem;
    }

    .nav-abborhan .nav-item a.active {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
        padding: 1rem 1rem;
    }

    .wh-cafebazar {
        width: 100px;
        height: 28px;
    }

    .item-1 {
        grid-row-start: 2;
        grid-row-end: 2;
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .item-2 {
        grid-row-start: 1;
        grid-row-end: 1;
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .item-3 {
        grid-row-start: 3;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .item-4 {
        grid-row-start: 4;
        grid-row-end: 5;
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .rounded-0-md {
        border-radius: 0;
    }

    .mrn-25px-md {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .max-width-321-140px {
        max-width: 140px;
    }
    .max-width-524-140px {
        max-width: 140px;
    }
    .min-width-500-200px {
        min-width: 130px;
    }
    .slider-phone-green {
        padding: 1rem;
        background-color: var(--green-1);
    }
    .slider-phone-blue {
        padding: 1rem;
        background-color: var(--blue-1);
    }
    .max-wh-250-150-px{
        max-width: 150px;
        max-height: 150px;
    }
}

.hr-2px {
    height: 2px;
    opacity: 1;
}

.bg-main-header {
    background: #C9DCE2;
    background-size: cover;
}

.bg-main-header-image {
    background: url(./../img/asset281.png) no-repeat;
    background-size: cover;
}

.text-justify {
    text-align: justify;
}

.border-dropdown-menu {
    border: var(--blue-4) solid 1px;
}

.main-radius {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: var(--gray-bg-light);
    margin-top: -12px;
}

.border-bottom-gray {
    border-bottom: 1px solid #F5F5F5;
}

.footer-quick-access li {
    background: none;
    border: none;
    color: var(--gray-bg-light);
    padding-right: 0;
}

.footer-quick-access li a {
    text-decoration: none;
    color: var(--gray-bg-light);
}


.border-family {
    border: 1px solid #C5C6DA;
}

.project-top-shape {
    height: 17px;
    background: #7E81BF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.project-bottom-shape {
    height: 17px;
    background: #0CA64C;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.ul-abborhan {
    background: #0CA64C;
    width: fit-content;
    margin: auto;
    border-radius: 1.5rem;
    padding: 0;
}

.mw-fit-content {
    min-width: fit-content;
}

.bg-news-fresh {
    background: linear-gradient(180deg, rgba(106, 106, 106, 0) 29.07%, #04051C 81.23%);
}

.bottom-5px {
    bottom: 5px;
}

.mh-250px {
    min-height: 250px;
}

.custom-header-after-before {
    position: relative;
    top: 61px;
}

.custom-header-after-before path {
    fill: none;
    stroke: #303597;
    stroke-width: 1px;
    vector-effect: non-scaling-stroke;
}

.boxSearch.isShow {
    display: block;
}

.boxSearch ul .active {
    background-color: unset !important;
    color: #0ca64c !important;
}

.boxSearch .tab-content {
    padding: 0.1rem 1rem;
}

.boxSearch .tab-content a.textHidden {
    text-decoration: none;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.arrowSearchBox {
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    width: 0;
    height: 0;
    border-right: 5px solid rgba(0,0,0,0.3);
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.btnGoTop {
    cursor: pointer;
}

@media (max-width: 991px) {
    .customReversContainer {
        flex-direction: column-reverse;
    }

    .growUpMinDesktop {
        max-width: 100%;
        padding: 2.5rem !important;
    }
}

.boxFilter {
    position: absolute;
    top: 10%;
    left: 4%;
    z-index: 999;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.22);
    width: 267px;
    min-height: 300px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
}

.boxFilter.isShow {
    display: block;
}

.customBgBookDetail {
    background: #1D205B;
    display: block;
    width: 149%;
    height: 33%;
    position: absolute;
    bottom: 18%;
    left: -7%;
    z-index: -999;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media (max-width: 991px) {
    .customBgBookDetail {
        display: none;
    }
}
.swiper-slide{
    width: auto !important;
    direction: rtl;
}
.max-width-260px{
    max-width: 260px;
}

.max-width-360{
    max-width: 360px;
}
.filter-ab .accordion-button::after{
    margin-left: unset;
    margin-right: auto;
}
.filter-ab .accordion-button:not(.collapsed) {
    background-color: white;
    border: none;
    box-shadow: none;
    color: #000;
    font-weight: 500;
}
.filter-ab .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.filter-ab .accordion-item {
    border: none;
}
.filter-ab .form-check-input:checked {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}
.filter-ab .accordion-body {
    padding-top: 0;
}
.menu-line-header:after{
    content: "";
    background: url(./../img/v1.png);
    position: absolute;
    background-repeat: round;
    background-size: cover;
    top: 16px;
    left: 0;
    width: calc(100% + 116px);
    height: 45px;
}

.heading-custuom-page{
	margin-bottom: 100px;
}
.bg-custuom-page{
	background: #1D205B;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.bg-custuom-page:before {
    content: "";
    position: absolute;
    background: #1d205b;
    width: 100%;
    height: 100%;
    left: 100%;
}
.details-custuom-page p{
	    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.img-custom-page{
	position: absolute;
    bottom: -20px;
    left: 20px;
}
@media(min-width:991px){
.offset-custom{
	margin-right: 25%;
}
.heading-custuom-page{
	margin-bottom: 5px;
}

}
@media(max-width:991px){
	.img-custom-page{
		    width: 56%;
	}
	.details-custuom-page{
	background: #1D205B;
}
    .bg-custuom-page{
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
    }
.details-custuom-page p{
	color: #fff;
}
}
@media(max-width:480px){
	.img-custom-page{
		    width: 90%;
    left: 0;
	}
}
@media (min-width: 992px) {
    .max-width-280px {
        max-width: 280px;
    }
}
.swiper-button-prev:after {
    background: url("./../img/navigation.svg") no-repeat;
    content: '' !important;
    width: 42px;
    height: 42px;
}
.swiper-button-next:after{
    background: url("./../img/navigation_left.svg") no-repeat;
    content: '' !important;
    width: 42px;
    height: 42px;
}
.slider-phone-green .swiper-button-prev:after {
    background: url("./../img/navigation_left.svg") no-repeat;
    content: '' !important;
    width: 42px;
    height: 42px;
}
.slider-phone-green .swiper-button-next:after{
    background: url("./../img/navigation.svg") no-repeat;
    content: '' !important;
    width: 42px;
    height: 42px;
}

.swiper-button-prev,.swiper-button-next{
    width: 42px !important;
    height: 42px!important;
}

.soft-slider .swiper-button-prev:after{
    background: url("./../img/navigation_left.svg") no-repeat;
    content: '' !important;
    width: 42px;
    height: 42px;
}

.soft-slider .swiper-button-next:after{
    background: url("./../img/arrow_left_25.svg") no-repeat;
    content: '' !important;
    width: 25px;
    height: 25px;
}

.soft-slider .swiper-button-prev,.soft-slider .swiper-button-next{
    width: 25px !important;
    height: 35px!important;
}

.soft-slider .swiper-button-prev:after{
    background: url("./../img/arrow_right_25.svg") no-repeat;
    content: '' !important;
    width: 25px;
    height: 25px;
}
.swiper.nav-slider {
    width: 100%;
    /*height: 300px;*/
}
.soft-slider .swiper-button-next{
	position: absolute;
    left: -13px;
    right: auto;

}
.soft-slider .swiper-button-prev{
    position: absolute;
    left: auto;
    right: -13px;
}

.search-slider .swiper-button-next:after {
    background: url(./../img/arrow_left_search.svg) no-repeat;
}
.search-slider .swiper-button-prev:after {
    background: url(./../img/arrow_right_search.svg) no-repeat;
}
.search-slider .swiper-button-next {
    position: absolute;
    left: -2px;
    right: auto;
    top: 41px;
}
.search-slider .swiper-button-prev {
    position: absolute;
    left: auto;
    right: -8px;
    top: 41px;
}
.search-slider .swiper-button-prev, .search-slider .swiper-button-next {
    width: 25px !important;
    height: 35px!important;
}

.text-ellipsis-3 p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.text-ellipsis-3 {*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 3;*/
/*    -webkit-box-orient: vertical;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/

.text-ellipsis-2 p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-ellipsis-1 p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.direction-ltr {
   direction: ltr;
}
.family-slider .swiper-slide {
    width: 100% !important;
}
.family-slider .swiper-button-next.swiper-button-disabled, .family-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.family-slider .swiper-button-next {
    position: absolute;
    left: -13px;
    right: auto;
    top: calc(50% + 21px);
}
.family-slider .swiper-button-prev {
    position: absolute;
    left: auto;
    right: -13px;
    top: calc(50% + 21px);
}
.boxSearch.isShow::-webkit-scrollbar {
    display:none;
}
.nav-search .nav-item {
    padding-right: 8px;
    padding-left: 8px;
}
.nav-search .nav-item Button{
    padding-right: 0;
    padding-left: 0;
    position: relative;
}
.nav-search .nav-item Button.active::before{
    content: '';
    bottom: 0;
    position: absolute;
    background: var(--color-secondary);
    width: 100%;
    height: 2px;
    border-radius: 1rem;
}
@media (min-width: 992px) {
    .navbar-nav li:hover>.dropdown-menu {
        display: block;
        margin: 0;
    }
}
#boxSearchData .nav-item .nav-link {
    border: none;
}

.sec2 .subSecTop {
    min-height: 50px;
    position: relative;
    border: 1px solid #303597;
    border-radius: 0 0 15px 0;
    border-width: 0px 1px 1px 0px;
}
.sec2 .subSecTop:before {
    position: absolute;
    content: ' ';
    width: 6px;
    background: #d0e9ed;
    bottom: 6px;
    right: -5px;
    top: 0px;
}
.sec2 .subSecTop:after {
    position: absolute;
    content: ' ';
    width: 13px;
    background-image: url(./../img/bcr.png);
    background-size: 100% 100%;
    bottom: 7px;
    right: -10px;
    top: 4px;
}
@media (max-width: 992px) {
    .sec2 .subSecTop:after {
        top: 6px;
    }
    .sec2 .subSecTop:before {
        background: #e0ecef;
    }
    .border-none-mx-992{
        border: none !important;
    }
}
    .sec1 {
        min-height: 50px;
        flex: .25;
        border: 1px solid #303597;
        border-width: 1px 0px 0 1px;
        border-radius: 15px 0 0;
        position: relative;
    }
.sec1:before {
    position: absolute;
    content: ' ';
    width: 6px;
    background: #dfebee;
    top: 6px;
    left: -5px;
    bottom: 0px;
}
.sec11:before {
    background: #c9dce2 !important;
}
.sec22 .subSecTop:before {
    background: #c9dce2 !important;
}
.whiteHeader {
    background: var(--gray-bg-light);
}
.whiteHeader .sec1:before {
    background: var(--gray-bg-light) !important;
}
.whiteHeader .sec2 .subSecTop:before {
    background: var(--gray-bg-light) !important;
}
.whiteHeader .header-height {
    height: 130px;
}
@media (max-width: 992px) {
    .whiteHeader .header-height {
        height: 80px;
    }
}
.max-w-1920{
    max-width: 1920px;
}
.focus-search a, .focus-search span {
    display: none;
}
.focus-search form {
    width: 100%;
}
.content-server img {
    max-width: 100%;
    height: auto !important;
}
