@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Thin.otf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-UltraLight.otf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Semibold.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Extrabold.otf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.otf');
    font-weight: 900;
    font-style: normal;
}

html,
body {
    font-family: 'Gilroy';
    max-width: 100vw;
    overflow-x: hidden;
}

.color-primary {
    color: #0180b0;
}

.color-dark-blue {
    color: #034182;
}

.border-dark-blue {
    color: #07678a;
}

.bg-dark-blue {
    background-color: #07678a;
}

.color-dark {
    color: #2a2a2a;
}

.color-grey {
    color: #c4c4c4;
}

.color-light-grey {
    color: #cbcbcb;
}
.color-light-grey:hover {
    color: #ececec;
}

.color-green {
    color: #8ec44a;
}

.hover-color-grey:hover {
    color: #c4c4c4;
}

.color-dark-grey {
    color: #3e3e3e;
}

.bg-color-green {
    background-color: #8ec44a;
}

.bg-color-light-green {
    background-color: #fbfada;
}

.border-grey {
    border-color: #e9e9e9;
}

.text-w-light {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: 600;
}

.text-extrabold {
    font-weight: 700;
}

.text-bolder {
    font-weight: 800;
}

.text-boldest {
    font-weight: 900;
}

.font-s-10 {
    font-size: 10px;
}

.font-s-11 {
    font-size: 11px;
}

.font-s-12 {
    font-size: 12px;
}

.font-s-13 {
    font-size: 13px;
}

.font-s-14 {
    font-size: 14px;
}

.font-s-15 {
    font-size: 15px;
}

.font-s-16 {
    font-size: 16px;
}

.font-s-17 {
    font-size: 17px;
}

.font-s-18 {
    font-size: 18px;
}

.font-s-19 {
    font-size: 19px;
}

.font-s-20 {
    font-size: 20px;
}

.font-s-21 {
    font-size: 21px;
}

.font-s-22 {
    font-size: 22px;
}

.font-s-23 {
    font-size: 23px;
}

.font-s-24 {
    font-size: 24px;
}

.font-s-25 {
    font-size: 25px;
}

.font-s-26 {
    font-size: 26px;
}

.font-s-27 {
    font-size: 27px;
}

.font-s-28 {
    font-size: 28px;
}

.font-s-29 {
    font-size: 29px;
}

.font-s-30 {
    font-size: 30px;
}

.bg-green {
    background-color: #60961c;
}

.main-slider .owl-item .slide-img {
    background-repeat: no-repeat;
    background-blend-mode: darken;
    background-size: cover;
    background-position: center center;
}

.main-slider .slide-img img {
    /* width: 70%; */
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    /* position: absolute; */
    left: 0;
    z-index: -1;
}

.header {
    position: relative;
    z-index: 2;
}

.header .navbar {
    position: absolute;
}

.header .nav-link {
    color: #fff;
    font-weight: 400;
    transition: .1s;
}



.header .nav-link.active,
.header .nav-link:hover {
    color: #fff;
    font-weight: 600;
}

.header .nav-link::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.header .nav-link.active:before,
.header .nav-link:hover:before {
    content: '';
    width: 22px;
    height: 6px;
    background-color: #8ec44a;
    position: absolute;
    bottom: 20px;
}



.top-socials span {
    float: left;
}

.top-socials a {
    float: left;
    background: #ffffff61;
    /* padding: 4px; */
    width: 25px;
    height: 25px;
    color: #040406;
    line-height: 25px;
    /* background: rgb(59, 2, 6); */
    mix-blend-mode: multiply;
    border-radius: 50%;
    text-align: center;
    transition: 0.2s;
}

.top-socials a:hover {
    background: #fff;
}

.header .social-container .phone:hover i,
.header .social-container .phone:hover a {
    color: #fff;
}

.top-socials span,
.top-socials a {
    margin: 3px;
}

.top-socials img {
    width: 25px;
}

.header .social-container .phone {
    margin-left: 15px;
}

.header .social-container .phone i {
    font-size: 25px;
    color: #727172;
    margin: 3px;
    transition: .2s;
}

.header .social-container .phone a {
    text-decoration: none;
    color: #727172;
    margin: 3px;
    transition: .2s;
}

.header .social-container .lang {
    margin-left: 15px;
    padding-right: 0.5rem;
}

.header .social-container .lang a {
    color: #727172;
    text-decoration: none;
    margin: 3px;
    transition: .2s;
}

.header .social-container .lang a:hover {
    color: #fff;
}

.main-slider .item .slide-title {
    font-size: 50px;
    letter-spacing: -0.0425em;
}

.main-slider .item .slide-desc {
    font-size: 40px;
    letter-spacing: -0.0425em;
}

@media (min-width: 992px) {
    .main-slider .item .slide-item-text {
        padding-left: calc((100vw - 960px) / 2)
    }

    .main-slider.owl-carousel .owl-dots {
        left: calc((100vw - 960px) / 2);
    }

    .main-page-top-aside {
        padding-right: calc((100vw - 960px) / 2)
    }
}

@media (min-width: 1200px) {
    .main-slider .item .slide-item-text {
        padding-left: calc((100vw - 1140px) / 2)
    }

    .main-slider.owl-carousel .owl-dots {
        left: calc((100vw - 1140px) / 2);
    }

    .main-page-top-aside {
        padding-right: calc((100vw - 1140px) / 2)
    }
}

@media (min-width: 1400px) {
    .main-slider .item .slide-item-text {
        padding-left: calc((100vw - 1320px) / 2)
    }

    .main-slider.owl-carousel .owl-dots {
        left: calc((100vw - 1320px) / 2);
    }

    .main-page-top-aside {
        padding-right: calc((100vw - 1320px) / 2)
    }
}

.main-slider .slide-item-text {
    margin-bottom: 60px;
}

.main-slider.owl-carousel button.owl-dot {
    background: #5a4b43;
    width: 45px;
    height: 9px;
    margin-left: 10px;
}

.main-slider.owl-carousel button.owl-dot.active {
    background: #fff;
}

.main-slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: 25px;
}

.main-page-top-aside {
    background-image: url('../../assets/img/top-aside-bg.jpg');
    background-position: right center;
    background-repeat: no-repeat;
}

/* .main-slider .item .container {
    height: 100vh;
} */
.main-slider,
.main-slider .item,
.main-slider .item .slide-img,
.main-slider .owl-stage-outer,
.main-slider .owl-stage,
.main-slider .owl-item {
    height: 100%;
}

.main-slider .item .slide-img {
    display: flex;
}

.cities .city img {
    height: 48px;
}

.cities .city span {
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
    color: #c4c4c4;
}

.cities .city:nth-child(2) {
    margin-left: 30px;
}

.cities .city.active {
    filter: invert(0%) sepia(6%) saturate(3566%) hue-rotate(42deg) brightness(95%) contrast(83%);
}

.main-page-top-aside .cities .city:hover {
    cursor: pointer;
}

.main-page-search {
    width: calc(100% + 100px);
    height: 100px;
    border: 10px solid #f3f3f3;
    display: flex;
    align-items: center;
    position: absolute;
    left: -100px;
    background: #fff;
    z-index: 2;
}

.main-page-search .search-input {
    width: 100%;
    margin-left: 15px;
    height: 80px;
    border: none;
    outline: none;
    color: #c4c4c4;
}

.main-page-search .search-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c4c4c4;
}

.main-page-search .search-input:active,
.main-page-search .search-input:focus,
.main-page-search .search-input:focus-visible {
    outline: none;
}

.main-page-search-container {
    position: relative;
    height: 100px;
}

.main-page-search img {
    margin: 0px 25px;
}

.colorfull-seperator {
    width: 100%;
}

.colorfull-seperator div {
    height: 8px;
    width: 45px;
}

.colorfull-seperator div:first-child {
    background: #d32c46;
}

.colorfull-seperator div:nth-child(2) {
    background: #0180b0;
}

.colorfull-seperator div:nth-child(3) {
    background: #8ec44a;
}

.quick-search {
    font-size: 12px;
}

.quick-search .row .col {
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}

.quick-search .row .col.active img,
.quick-search .row .col:hover img {
    filter: invert(55%) sepia(6%) saturate(3543%) hue-rotate(42deg) brightness(95%) contrast(83%);
    cursor: pointer;

}

.quick-search .row .col.active p,
.quick-search .row .col:hover p {
    color: #60961c;
    cursor: pointer;
}

.supports .item {
    font-size: 12px;
    color: #292929;
    margin-bottom: 10px;
    border-bottom: 3px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}
.supports .item:last-child {
    border-bottom: none;
}
.supports .item:hover {
    color: #60961c;
}

.region-news-text {
    position: absolute;
    bottom: 20px;
    left: 10px;
    padding: 10px;
}

.region-news-slider .region-news-item img {
    height: 370px;
    object-fit: cover;
}

.region-news-aside-item {
    margin-bottom: 20px;
}

.region-news-aside-item img {
    height: 175px;
    width: 100%;
    object-fit: cover;
}

.region-news-aside-item .region-news-aside-text {
    position: absolute;
}

.region-news-aside-hr {
    width: 50px;
    height: 10px;
}

.aside-latest-news .nav-tabs {
    border-bottom: 3px solid #f5f5f5;
    padding-bottom: 10px;
}

.aside-latest-news .nav-link {
    border: none;
    font-size: 30px;
    font-weight: 300;
    color: #c9c9c9;
    padding: 0px 5px;
}

.aside-latest-news .nav-link.active {
    font-weight: 800;
    color: #0180c2;
}

.aside-latest-news .aside-latest-news-item {
    list-style: none;
}

.aside-latest-news .aside-latest-news-item .date {
    color: #979797;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1;
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.aside-latest-news .aside-latest-news-item .date span {
    text-transform: uppercase;
    font-size: 21px;
}

.aside-latest-news .aside-latest-news-item a {
    display: flex;
    padding: 9px;
    text-decoration: none;
    align-items: center;
}

.aside-latest-news .aside-latest-news-item:nth-child(even) {
    background-color: #f6f6f6;
}

.aside-latest-news .aside-latest-news-item .title {
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 0;
    color: #383838;
}

.aside-latest-news .aside-latest-news-item a:hover * {
    color: #0180b0;
}

.aside-latest-news .aside-latest-news-item:last-child a {
    color: #a7a7a7;
    text-transform: uppercase;
    font-size: 13px;
}

.aside-latest-news .tab-content {
    border-bottom: 3px solid #f5f5f5;
}

.counts-section-title {
    color: #616161;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0;
}

.count-item .counts-icon-holder {
    width: 100px;
    height: 95px;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: -40px;
}

.count-item .counts-detail .count {
    font-size: 29px;
}

.count-item .counts-detail .count-desc {
    font-size: 13px
}

.city-image {
    position: absolute;
    top: -60px;
    width: 60%;
    z-index: 1;
}

.count-item {
    padding-top: 60px;
}

.count-item .count-dots span {
    width: 13px;
    height: 13px;
    float: left;
    display: block;
    border-radius: 10px;
    background-color: #438fac;
    margin: 3px;
}

.count-item .count-dots span.active {
    background-color: #fff;
}

.view-all-btn {
    color: #4c4c4c;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}

.document-gallery {
    margin-top: 100px;
}

.document-gallery .nav-pills .nav-link {
    color: #b2b2b2;
    padding-bottom: 30px;
}

.document-gallery .nav-pills .nav-link.active,
.document-gallery .nav-pills .show>.nav-link {
    background-color: #fff;
    color: #0180b0;
}

.document-gallery .nav-pills .nav-link.active .gallery-tab-desc {
    color: #3e3e3e;
}

.document-gallery .document-gallery-image-holder {
    height: 200px;
    overflow: hidden;
}

.document-gallery .document-gallery-detail {
    height: 160px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.document-gallery .nav-pills .nav-link.active .gallery-tab-img {
    filter: invert(32%) sepia(92%) saturate(3884%) hue-rotate(177deg) brightness(93%) contrast(99%);
}

.document-gallery .document-gallery-detail .title {
    color: #3e3e3e;
    text-align: center;
}

.document-gallery .document-gallery-detail .type {
    color: #dddddd;
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
}

.document-gallery .document-gallery-item-seperator {
    height: 5px;
    width: 100%;
    background-color: #dddddd;
    margin: 5px;
}

.document-gallery-carousel .item {
    border-left: 1px solid #ddd;
    padding: 10px;
    padding-bottom: 0;
}
.document-gallery-carousel .item:hover .title{
    font-weight: 700;
}
.document-gallery-carousel .item:hover .title,
.document-gallery-carousel .item:hover .type {
    color: #1A789B;
}
.document-gallery-carousel .item:hover .document-gallery-item-seperator{
    background-color: #1A789B;
}

.document-gallery-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.document-gallery-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 17px 25px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 17px 25px 0px rgb(0 0 0 / 15%);
    background-color: #fff !important;
    border-radius: 50%;
    position: absolute;
}

.document-gallery-carousel .owl-nav button i {
    color: #c9c9c9;
    font-size: 24px;
}

.document-gallery-carousel .owl-nav .owl-prev {
    left: -40px;
}

.document-gallery-carousel .owl-nav .owl-next {
    right: -40px;
}

.reference-brands-section .col-6 {
    border: 1px solid #ececec;
    padding: 20px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reference-brands-section .col img {
    width: 100%;
}

.button-primary {
    padding: 16px 36px;
    background-color: #0c85b3;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase;
    display: inline-block;
}

.button-primary.hover-shadow:hover,
.button-primary-dark.hover-shadow:hover {
    transition: .2s;
    -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
}
.button-primary-dark {
    padding: 14px 32px;
    background-color: #015998;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff !important;
    display: inline-block;
}

.newsletter-section .container {
    background-image: url(../img/newsletter-section-bg.png);
    background-position: center left;
    background-size: 40%;
    background-repeat: no-repeat;
}

.top-footer {
    background-image: url('../img/footer-top-bg.jpg');
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
}



.center-footer .footer-center-links {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.center-footer .footer-center-links-title {
    font-size: 15px;
}

.center-footer .footer-center-links a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.center-footer {
    background-image: url('../img/footer-center-bg.jpg');
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
    background-position: center center;
}

.footer-socials a img {
    width: 23px;
}

.footer-socials a {
    display: inline-block;
    background: #fff;
    width: 25px;
    height: 25px;
    color: #07506d;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    transition: 0.2s;
    margin: 1px;
}

.footer-socials a:hover {
    color: #fff;
    background: #07506d;

}

.bottom-footer {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottom-footer .container {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 300;
    color: #474747;
}

.footer-links-image {
    flex-direction: column;
    align-items: flex-end;
}

.popup-modal button.close{
    background: transparent;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    outline: none;
    border: none;
    margin-bottom: 10px;
}

.popup-modal .modal-dialog .modal-content {
    background-color: transparent !important;
}
.popup-modal .modal-dialog .modal-content .modal-body {
    background-color: #fff;
}
.popup-modal button.close:hover {
    cursor: pointer;
}
.dropdown-menu.search-menu {
    width: 350px;
}

@media (min-width: 576px) {
    .popup-modal .modal-dialog .modal-content {
        max-width: 430px;
    }
}
@media screen and (max-width: 768px) {
    .main-slider .item .slide-img {
        background-position: bottom center;
    }

    .main-slider,
    .main-slider .item,
    .main-slider .item .slide-img,
    .main-slider .owl-stage-outer,
    .main-slider .owl-stage,
    .main-slider .owl-item {
        height: 70vh;
    }

    .main-slider .slide-item-text {
        padding-left: 20px;
    }

    .main-page-top-aside {
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
    }

    .main-page-top-aside .cities,
    .main-page-top-aside .welcome-text,
    .main-page-top-aside .quick-search,
    .main-page-top-aside .supports {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .main-page-top-aside .main-page-search-container .main-page-search {
        width: 100%;
        position: unset;
    }

    .region-news .region-news-slider {
        margin-bottom: 20px;
    }

    .city-image {
        width: 200px;
        left: calc(50% - 100px);
    }

    .count-item .counts-icon-holder {
        position: unset;
        margin-top: 60px;
    }

    .count-item .counts-detail .count {
        font-size: 18px;
    }

    .count-item .counts-detail .count-desc {
        font-size: 11px;
    }

    .count-dots {
        display: flex;
        justify-content: center;
    }

    .counts-section-title {
        line-height: normal;
    }

    .footer-center-links-title {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .footer-links-image {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .footer-links-image img {
        float: unset !important;
        margin-top: 15px !important;
        margin-bottom: 15px;
    }

    .top-footer .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .top-footer .footer-address {
        flex-direction: column;
        padding: 0px !important;
    }

    .top-footer .footer-address .address-1,
    .top-footer .footer-address .address-2 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .flex-sm-column {
        flex-direction: column;
    }

    .social-container {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .social-container .phone,
    .social-container .lang {
        flex-basis: fit-content;
        margin-left: 0 !important;
        margin-right: 10px;
        margin-top: 5px;
    }

    .header .navbar-collapse {
        background: #191919d1;
        padding: 15px;
    }
}

.footer-phone .footer-phone-number {
    text-align: center;
    margin-left: 10px;
    line-height: 1;
    font-size: 30px;
}

.welcome-text .welcome-text-title {
    font-size: 36px;
    letter-spacing: -0.0425em;
}

.main-page-search .search-input::placeholder {
    font-weight: 700;
    background: #C4C4C4;
    background: -webkit-linear-gradient(to right, #C4C4C4 0%, #fcfcfc 50%);
    background: -moz-linear-gradient(to right, #C4C4C4 0%, #fcfcfc 50%);
    background: linear-gradient(to right, #C4C4C4 0%, #fcfcfc 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-page-top-aside .quick-search .col {
    border-right: 3px solid #efefef;
    margin: 5px 0px;
    /* position: relative; */
}

.main-page-top-aside .quick-search .col:nth-child(3),
.main-page-top-aside .quick-search .col:nth-child(7) {
    border-right: none;
}

/* .main-page-top-aside .quick-search .col:after {
    content: '';
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    margin-right: 78px;
    z-index: 0;
    left: 20px;
    background-color: #f5f5f5;
} */

.main-page-top-aside .quick-search hr {
    height: 2px;
    opacity: 1;
    background-color: #efefef;
}


.region-news-slider.owl-carousel button.owl-dot {
    background: #5a4b43;
    opacity: 0.8;
    width: 42px;
    height: 6px;
    margin-left: 10px;
}

.region-news-slider.owl-carousel button.owl-dot.active {
    background: #fff;
    opacity: 1;
}

.region-news-slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.region-news-slider .region-news-item {
    position: relative;
}

.region-news-slider .region-news-item:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: multiply
}

.navbar-toggler-icon-ligth {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar button.navbar-toggler,
.navbar button.navbar-toggler:focus {
    border: 1px solid #fff;
    border-radius: 0;
}

.main-page-top-aside .supports .title {
    border-left: 4px solid #60961c;
    padding-left: 10px;
}
.main-page-top-aside .supports .title.red-border {
    border-left: 4px solid #D42C46;
}

.latest-news-item-btn:hover {
    color: #696767 !important;
    transition: .2s;
}

.count-section-slider .owl-dots {
    display: flex;
    justify-content: center;
}

.count-section-slider .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    float: left;
    display: block;
    border-radius: 10px;
    background-color: #438fac !important;
    margin: 3px;
}

.count-section-slider .owl-dots .owl-dot.active {
    background-color: #fff !important;
}

.cs-city-tab {
    display: none;
}

.cs-city-tab.active {
    display: flex;
}

.cs-city-1,
.cs-city-2 {
    cursor: pointer;
}

.reference-brands-section img {
    filter: grayscale(1);
    opacity: 0.5;
    transition: .2s;
}

.reference-brands-section img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.center-footer li a:hover {
    color: #bababa
}


/*==============================================================================================*/
/*İç Sayfalar*/
/*==============================================================================================*/

html,
body {
    height: 100%;
}

.header-detail .nav-link {
    color: #282828;
}

.header-detail .social-container .phone i {
    font-size: 22px;
    color: #d3d3d3;

}

.header-detail .social-container .phone a,
.header-detail .social-container .lang * {
    color: #d3d3d3;
    text-decoration: none;
    margin: 3px;
}

.header-detail .top-socials a {
    background-color: #d3d3de;
    color: #fff;
    font-size: 13px;
}

.header-detail .top-socials a:hover {
    background-color: #008cd2;
}

.header-detail .social-container .phone,
.header-detail .social-container .top-socials {
    margin-right: 15px;
}

.header-detail .social-container .phone:hover a,
.header-detail .social-container .phone:hover i {
    color: #008cd2;
}

.header-detail .social-container .lang:hover a {
    color: #008cd2;
}

.header-detail {
    -webkit-box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.07);
}

.header-detail .quick-menu {
    margin: 0 40px;
}

.header-detail .quick-menu::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #e3e3e3;
    margin-top: 10px;
    left: -20px;
}

.header-detail .quick-menu::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #e3e3e3;
    margin-top: 10px;
    right: -20px;
    top: 0;
}

.header-detail .header-search {
    margin-right: 20px;
    position: relative;
}

.header-detail .header-search::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #e3e3e3;
    margin-top: 10px;
    right: -20px;
    top: 0;
}

.header-menu-container {
    border-top: 1px solid #e3e3e3;
    margin-top: 10px;
}

.follow-us-text {
    color: #e2e2e2;
}

.breadcrumb {
    margin-bottom: 0 !important;
}

.breadcrumb-item,
.breadcrumb-item.active {
    color: #272727;
}

.breadcrumb-item a {
    color: #272727;
    text-decoration: none;
}


.breadcrumb-item+.breadcrumb-item::before {
    content: url(../img/breadcrumb-right-arrow.png);
    margin-top: 2px;
}

.bc-bg {
    position: relative;
    z-index: 2;
}

/* .bc-bg:before {
    content: '';
    position: absolute;
    width: calc(100vw - 1140px + 50% + 1.5rem);
    height: 100%;
    background-color: #015a96;
    left: calc(1140px - 100vw + 50% - 1.5rem);
} */

@media screen and (min-width: 768px) {
    .bc-bg:before {
        content: '';
        position: absolute;
        width: calc(100vw - 720px + 50% + 1.5rem);
        height: 100%;
        background-image: url(../img/breadcrumb-bg.jpg);
        background-repeat: no-repeat;
        left: calc(720px - 100vw + 50% - 1.5rem);
        z-index: -1;
        top: 0;
        background-size: cover;

    }
}

@media screen and (min-width: 992px) {
    .bc-bg:before {
        content: '';
        position: absolute;
        width: calc(100vw - 960px + 50% + 3.5rem);
        height: 100%;
        background-image: url(../img/breadcrumb-bg.jpg);
        background-repeat: no-repeat;
        left: calc(960px - 100vw + 50% - 3.5rem);
        z-index: -1;
        top: 0;
        background-size: cover;

    }
}

@media screen and (min-width: 1200px) {
    .bc-bg:before {
        content: '';
        position: absolute;
        width: calc(100vw - 1140px + 50% + 5.5rem);
        height: 100%;
        background-image: url(../img/breadcrumb-bg.jpg);
        background-repeat: no-repeat;
        left: calc(1140px - 100vw + 50% - 5.5rem);
        z-index: -1;
        top: 0;
        background-size: cover;

    }
}

@media screen and (min-width: 1400px) {
    .bc-bg:before {
        content: '';
        position: absolute;
        width: calc(100vw - 1320px + 50% + 3.5rem);
        height: 100%;
        background-image: url(../img/breadcrumb-bg.jpg);
        background-repeat: no-repeat;
        left: calc(1320px - 100vw + 50% - 3.5rem);
        z-index: -1;
        top: 0;
        background-size: cover;


    }
}

@media screen and (max-width: 768px) {
    .breadcrumb-bg {
        background-image: url(../img/breadcrumb-bg.jpg);
        background-repeat: no-repeat;
    }

    .breadcrumb-item,
    .breadcrumb-item.active {
        color: #fff;
    }

    .breadcrumb-item a {
        color: #fff;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        content: url(../img/breadcrumb-right-arrow-light.png);
    }

    .breadcrumb-bg {
        background-size: cover;
    }

}


.bg-grey {
    background-color: #f9f9f9;
}

.bg-dark-grey {
    background-color: #ebebeb;
}

.color-m-grey {
    color: #9a9a9a
}

.title-color {
    color: #015a96;
}

.page-title {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
}


.search-results .result-item:nth-child(odd) {
    background-color: #f3f3f3;
}

.search-results .result-item p {
    color: #404040;
}

.pagination .page-link {
    padding: 0px 7px;
    border: none;
    font-size: 17px;
    font-weight: 700;
    color: #bbbbbb;
    text-decoration: none;
    background-color: #fff;
}

.pagination .page-item:first-child .page-link::after {
    content: '';
    position: absolute;
    height: 27px;
    width: 2px;
    background-color: #d9d9d9;
    right: -10px;
}

.pagination .page-item:last-child .page-link::before {
    content: '';
    position: absolute;
    height: 27px;
    width: 2px;
    background-color: #d9d9d9;
    left: -10px;
}

.pagination .page-item:first-child .page-link img {
    margin-right: 10px;
}

.pagination .page-item:last-child .page-link img {
    margin-left: 10px;
}

.pagination .page-item:first-child .page-link {
    margin-right: 20px;
}

.pagination .page-item:last-child .page-link {
    margin-left: 20px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    font-weight: 300;
    font-size: 16px;
}

.pagination .page-item.active .page-link {
    border-radius: 5px;
    background-color: #0c85b3;
    border-color: unset;
}

.navbar-toggler-icon-dark {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-detail .quick-search .row .col {
    padding-left: 10px;
    padding-right: 7px;
    border-right: 1px solid #e3e3e3;
}

.header-detail .quick-search .row .col:last-child {
    border-right: none;
}

.dropdown-menu {
    width: 750px;
    right: 0;
    left: unset !important;
}

.aside-categories-list {
    color: #919191;
}

.aside-last-articles li::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: #0180b0;
}

@media screen and (max-width: 768px) {
    .breadcrumb-bg {
        background-size: cover;
    }

    .quick-menu.dropdown {
        display: none;
    }

}

.detail-search-container .detail-search::placeholder {
    color: #c6c6c6;
}

.detail-search-container .detail-search {
    width: 100%;
    height: 80px;
    border: 9px solid #f4f4f4;
    padding-left: 20px;
    color: #c6c6c6;
    outline: none;
}

.detail-search-container .detail-search-btn-container {
    padding: 10px;
    background: #fffc;
    width: fit-content;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -25px;
    -webkit-box-shadow: -1px 25px 29px -1px rgb(0 0 0 / 7%);
    box-shadow: -1px 25px 29px -1px rgb(0 0 0 / 7%);
}

.detail-search-container .detail-search-btn-container .detail-search-btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-size: 22px;
    color: #dfdfdf;
    background: #fff;
    border: none;
    box-shadow: -1px 25px 29px -1px rgb(0 0 0 / 7%);
}

.blog-item-container .detail .title {
    color: #222222;
}

.blog-item-container .detail .categories span,
.blog-item-container .detail .date {
    color: #d6d6d6;
    text-transform: uppercase;
}

.blog-item-container .detail .categories span:not(:last-child) {
    border-right: 1px solid #d6d6d6;
    padding-right: 5px;
}

.blog-item-container .image {
    border: 8px solid #f7f7f7;
}

.blog-items .blog-item-container::after {
    content: '';
    height: 6px;
    width: 30%;
    background-color: #0180b0;
    position: absolute;
}

.content-menu-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #d6d6d6;
    background-color: #fff;
    position: absolute;
    border: 0;
    top: -45px;
    right: 0;
    box-shadow: -1px 8px 10px -1px rgb(0 0 0 / 10%);
}

.content-menu-btn:focus {
    box-shadow: -1px 8px 10px -1px rgb(0 0 0 / 20%);

}

.dropstart .content-menu-btn::before {
    content: unset;
}

.page-tool-menu {
    width: auto;
    background-color: transparent;
    border: none;
    margin-right: 15px !important;
    top: -5px !important;

}
.page-tool-menu.show {
    display: flex;
}
.page-tool-menu .dropdown-item {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    margin-right: 3px;
    box-shadow: -1px 8px 10px -1px rgb(0 0 0 / 10%);
}
.page-tool-menu .dropdown-item:active {
    box-shadow: -1px 8px 10px -1px rgb(0 0 0 / 20%);
    color: #000;
    
}

@media screen and (max-width:768px) {
    .detail-search-container .detail-search-btn-container {
        top: -15px;
        right: -10px;
    }
}

.aside-topics-container .aside-topics-item {
    color: #bdbdbd;
    flex-grow: 1;
    border: 1px solid #cdcdcd;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.page-detail .detail-description {
    font-size: 15px;
    color: #1d1d1d;
    font-weight: 500;
}

.page-detail .text-info {
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.text-topics-container .text-topics-item {
    color: #bdbdbd;
    border: 1px solid #cdcdcd;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    margin-right: 5px;
    text-align: center;
    margin-bottom: 5px;
}

/*=================================================================================*/

button.hemen-uye-ol {
    background: #0c85b3;
    color: #fff;
    border: none;
    height: 50px;
    text-align: center;
    width: 207px;
}

.galeri {
    padding: 0;
    width: 32%;
    padding-left: 12px;
    margin-bottom: 15px;
}

.haber-galerisi {
    color: #143551;
}

.page-title h4 {
    color: #fff;
}

.page-row {
    list-style-type: none;
}

.page-row li {
    display: inline;
}

.ok-div {
    position: relative;
    top: -75px;
    margin-left: 370px;
}

.haber-div {
    background: #e1dede;
    padding: 10px;
}

.tarih {
    margin-top: 20px;
}

.cizgi {
    background: #e1dede;
    width: 145px;
    display: block;
    height: 8px;
    margin-top: 15px;
}

.baslik {
    margin-top: 15px;
}

.haberler-ana-div {
    margin-bottom: 20px;
}

.page-link {
    color: #858282;
    border: none;
}

.page-link:hover,
focus {
    color: #858282;
}

.ortala {
    justify-content: center;
    margin: 55px 0;
}

.duyuru-tarih {
    color: #0c85b3;
}

.duyuru-tarih .yil {
    font-size: 15px;
    margin-bottom: -20px;
}

.duyuru-tarih .gun {
    font-size: 50px;
    position: relative;
    margin-left: -10px;
}

.duyuru-tarih .ay {
    font-size: 15px;
    margin-top: -20px;
}

.duyuru-ana {
    color: #0c85b3;
    margin-bottom: 20px;
}

.alt-cizgi {
    margin-bottom: 20px;
    border-bottom: 8px solid #f3f3f3;
    border-right: 8px solid #f3f3f3;
}

.duyuru-icerik {
    color: #000;
}

.duyuru-baslik {
    margin-bottom: 10px;
}

@media screen and (min-width:768px) {
    .text-right {
        text-align: right;
    }

    .tarihleri-ortala {
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .page-link {
        padding: 10px;
    }
}

.header-detail .header-menu-container .nav-item.active .nav-link,
.header-detail .header-menu-container .nav-item:hover .nav-link {
    color: #8ec44a;
    font-weight: 700;

}


.header-detail .header-menu-container .nav-item.active::before,
.header-detail .header-menu-container .nav-item:hover::before {
    content: '';
    width: 100%;
    height: 6px;
    background-color: #8ec44a;
    position: absolute;
    top: -3px;
}

.header-detail .header-menu-container .nav-item.active,
.header-detail .header-menu-container .nav-item:hover {
    position: relative;
}

.header-detail .header-menu-container .nav-link::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.custom-accordion .accordion-button {
    font-weight: 700;
    outline: none;
    box-shadow: none;
    border: none;
    background-color: #034182;
    color: #fff;
    padding-left: 30px;
    font-size: 14px;
}

.custom-accordion.custom-green .accordion-button {
    background-color: #8ec44a;
}

.custom-accordion .accordion-button.collapsed {
    background-color: #f6f6f6;
    color: #202020;
}

.custom-accordion .accordion-body {
    padding: 2rem 0.3rem;
}

.custom-accordion .accordion-item {
    border-radius: 0;
    border: none;
    margin: 20px 0;
}

.custom-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.custom-accordion .custom-btn-container {
    padding: 5px;
    background: #fff;
    width: fit-content;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -20px;
    -webkit-box-shadow: -1px 25px 29px -1px rgb(0 0 0 / 7%);
    box-shadow: -1px 25px 29px -1px rgb(0 0 0 / 7%);
}

.custom-accordion .custom-btn-container .custom-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 22px;
    color: #dfdfdf;
    background: #fff;
    border: none;
    box-shadow: -1px 25px 29px -1px rgb(0 0 0 / 7%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-accordion .accordion-button .custom-btn-container .custom-btn::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "-";
    color: #fff;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-accordion .accordion-button.collapsed .custom-btn-container .custom-btn::after {
    content: "+";
    color: #c0c0c0;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    background-image: unset;
}

.custom-accordion .accordion-button::after {
    content: unset;
}

.custom-accordion .accordion-button.collapsed .custom-btn-container .custom-btn,
.custom-accordion .accordion-button.collapsed .custom-btn-container {
    background: #fff;
}

.custom-accordion .accordion-button .custom-btn-container .custom-btn,
.custom-accordion .accordion-button .custom-btn-container {
    background: #034182;
    color: #fff;
}

.custom-accordion.custom-green .accordion-button.collapsed .custom-btn-container .custom-btn,
.custom-accordion.custom-green .accordion-button.collapsed .custom-btn-container {
    background: #fff;
}

.custom-accordion.custom-green .accordion-button .custom-btn-container .custom-btn,
.custom-accordion.custom-green .accordion-button .custom-btn-container {
    background: #8ec44a;
}

.custom-accordion .accordion-button {
    position: relative;
}

.custom-accordion .accordion-button::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 20px;
    background: #fff;
    left: 0;
}

.custom-accordion .accordion-button.collapsed::before {
    background: #034182;
}

.custom-accordion.custom-green .accordion-button.collapsed::before {
    background: #8ec44a;
}

.aside-pages-list .aside-child-pages a {
    text-decoration: none;
    color: #919191;
    padding: 3px 0;
    font-weight: 500;
    display: block;
}

.aside-pages-list .aside-child-pages a i {
    font-size: 12px;
}

.aside-pages-list .aside-child-pages .active,
.aside-pages-list .aside-child-pages a:hover {
    color: #0180b0;
    font-weight: 800;

}

@media screen and (max-width: 768px) {
    .custom-accordion .custom-btn-container {
        right: -12px;
        padding: 10px;
        top: -10px;
    }
}

.custom-select {
    font-size: 15px;
    font-weight: 600;
    padding: 20px;
    border-radius: 0;
    width: 50%;
    border-color: #e4e4e4;
    outline: none;
}
.custom-select.custom-caret {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 50%;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 3rem;
    padding: 1rem;
    padding-right: 3rem;
}
.custom-list li {
    position: relative;
    margin-top: 10px;
}

.custom-list li:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    border: 4px solid #fff;
    background: #07678a;
    left: -30px;
    top: 5px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 5px 2px rgb(0 0 0 / 8%);
    box-shadow: 0px 3px 5px 2px rgb(0 0 0 / 8%);
}

.custom-input {
    width: 100%;
    padding: 15px;
    border: 1px solid #e4e4e4;
    outline: none;
    border-radius: 0;
}

.custom-input::placeholder {
    color: #d9d9d9;
}

.custom-input-dropdown-button:hover {
    background-color: unset;
    color: #404040;
    border-color: #e4e4e4;
}


.custom-input-dropdown-button:focus {
    box-shadow: none;
}

.custom-input-dropdown-button {
    border-radius: 0;
    border-color: #e4e4e4;
    color: #404040;
    font-weight: 700;
}

.custom-dropdown-input-menu {
    width: 67px;
    min-width: 67px;
}

.custom-input-label {
    margin-bottom: 5px;
}

.page-detail .document-gallery .nav-link.active {
    position: relative;
}

.page-detail .document-gallery .nav-link.active::before {
    /* border-bottom: 7px solid #07678a;
    border-radius: 0; */
    content: '';
    position: absolute;
    width: 95%;
    height: 7px;
    background-color: #07678a;
    bottom: -6px;
}

.page-detail .document-gallery #documents .item-container {
    flex-flow: row wrap;
}

.page-detail .document-gallery #documents .item {
    flex: 1;
    flex-basis: 20%;
    border-right: 2px solid #f3f3f3;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-detail .document-gallery #documents .item img {
    width: 100%;
}

.page-detail .document-gallery .document-gallery-detail {
    height: auto;
}

.page-detail .document-gallery .document-gallery-image-holder {
    border: 8px solid #f3f3f3;
    height: auto;
    overflow: unset;
}

.page-detail .document-gallery #documents .item .document-gallery-image-holder,
.page-detail .document-gallery #documents .item .document-gallery-detail {
    margin-left: 15px;
    margin-right: 15px;
}

.page-detail .document-gallery .region-news-aside-item:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: multiply
}

.page-detail .document-gallery #documents .item:nth-child(5n) {
    border-right: none;
}

@media screen and (max-width:768px) {
    .page-detail .document-gallery #documents .item {
        flex-basis: 50%;
    }

    .page-detail .document-gallery #documents .item:nth-child(2n) {
        border-right: none;
    }
}


.alphabet-list li:not(:first-child):before {
    content: '.';
    color: #d7d7d7;

}

.alphabet-list li a {
    text-decoration: none;
    color: #d7d7d7;
    margin-left: 3px;
    margin-right: 3px;
}

.alphabet-list li a:hover,
.alphabet-list li a.active {
    color: #0d698b;
}

.links-list li:nth-child(odd) {
    background-color: #f6f6f6;
}

.links-list li a {
    text-decoration: none;
    color: #0180b0;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.aside-child-pages li a {
    position: relative;
}

.aside-child-pages li a.active::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 20px;
    background-color: #07678a;
    right: 0;
    top: 5px;
}

.document-dowland-btn {
    width: 50px;
    height: 50px;
    color: #ababab;
    text-align: center;
}

.document-pills.nav-pills .nav-link {
    border-radius: 0;
    background-color: #e5e5e5;
    padding: 15px 40px;
    text-decoration: none;
    color: #fff;
}

.document-pills.nav-pills .nav-link.active,
.document-pills.nav-pills .show>.nav-link {
    background-color: #07678a;
    border: none;
}

.img-label {
    position: absolute;
    left: 0;
    bottom: -20px;
}

.img-label::before {
    content: '';
    position: absolute;
    width: 75%;
    height: 5px;
    background-color: #76af34;
    top: -5px;
}

.secretary-img-container::before {
    content: '';
    position: absolute;
    background-color: #e9e9e9;
    top: -10px;
    left: -10px;
    width: 50%;
    height: 75%;
    z-index: -1;
}

.secretary-img-container img {
    max-height: 190px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.secretary-small .secretary-img-container::before {
    content: unset;
}

.secretary-small .img-label::before {
    left: 15px;
}

.secretary-small .img-label {
    left: 25px;
    bottom: -15px;
}

.list-blue-marker li {
    position: relative;
    margin-top: 10px;
}

.list-blue-marker li::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #07678a;
    position: absolute;
    left: -25px;
    top: 6px;
    border-radius: 50%;
}

.custom-green-label {
    padding: 10px;
    padding-right: 60px;
}

.custom-green-label::before {
    content: '';
    position: absolute;
    width: 75%;
    height: 5px;
    background-color: #76af34;
    top: -5px;
    left: 0;
}

.corporate-id .img-container {
    border: 7px solid #e9e9e9;
    display: flex;
    justify-content: center;
    padding: 15px;
    align-items: center;
}

.corporate-id .icon-container {
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: -1px 15px 16px -1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 15px 16px -1px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 15px 16px -1px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.corporate-id .icon-container img {
    width: 18px;
}

.custom-form-check .custom-check-input {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.custom-form-check .custom-check-label {
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
}

.vision-mission .circle-div .bottom-div {
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0px 12px 15px 1px rgb(0 0 0 / 9%);
    box-shadow: 0px 12px 15px 1px rgb(0 0 0 / 9%);

}

.vision-mission .circle-div .bottom-div .top-div {
    width: 135px;
    height: 135px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 12px 15px 1px rgb(0 0 0 / 9%);
    box-shadow: 0px 12px 15px 1px rgb(0 0 0 / 9%);
}

.vision-mission .circle-div .label {
    position: absolute;
    right: -120px;
    top: 20px;
    background: #07678a;
    padding: 8px;
    padding-left: 90px;
    padding-right: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.vision-mission .circle-div .label.green {
    background-color: #8ec44a;
}

.vision-mission .circle-div .label.red {
    background-color: #ed1e2f;
    right: -180px;
}

.vision-mission .vision-text {
    margin-left: 150px;
}

.vision-mission .vision-text.list {
    margin-left: 220px;
}

.custom-list.red li {
    flex-basis: 50%;
}

.custom-list.red li:before {
    background-color: #ed1e2f;
}

.document-gallery.sop-document .document-gallery-detail {
    height: auto;
}

/* .document-gallery.sop-document .document-gallery-image-holder {
    height: auto;
} */

.document-gallery.sop-document .document-gallery-detail .title {
    font-size: 16px;
    font-weight: 600;
}

/* .document-gallery.sop-document .document-gallery-image-holder::before {
    content: '';
    position: absolute;
    width: calc(100% + 40px);
    height: 75%;
    border: 10px solid #000;
    margin-left: -20px;
    top: -20px;
    z-index: -1;
} */

.sop-document .colorfull-seperator div {
    height: 5px;
    width: 40px;
}

.sop-document .colorfull-seperator div:nth-child(1) {
    background: #8ec44a;
}

.sop-document .colorfull-seperator div:nth-child(2) {
    background: #07678a;
}

.sop-document .colorfull-seperator div:nth-child(3) {
    background: #ed1b2f;
}

.sop-document-gallery-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 17px 25px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 17px 25px 0px rgb(0 0 0 / 15%);
    background-color: #fff !important;
    border-radius: 50%;
    position: absolute;
}

.sop-document-gallery-carousel .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}

.sop-document-gallery-carousel .owl-nav button i {
    color: #c9c9c9;
    font-size: 24px;
}

.sop-document-gallery-carousel .owl-nav .owl-prev {
    left: -20px;
}

.sop-document-gallery-carousel .owl-nav .owl-next {
    right: -20px;
}

.sop-news-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 17px 25px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 17px 25px 0px rgb(0 0 0 / 15%);
    background-color: #fff !important;
    border-radius: 50%;
    position: absolute;
}

.sop-news-carousel .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}

.sop-news-carousel .owl-nav button i {
    color: #c9c9c9;
    font-size: 24px;
}

.sop-news-carousel .owl-nav .owl-prev {
    left: -20px;
}

.sop-news-carousel .owl-nav .owl-next {
    right: -20px;
}

.sop-news-carousel .image-holder {
    border: 10px solid #f7f7f7;
}

.sop-document-gallery-carousel .document-gallery-image-holder {
    height: 280px !important;
    padding: 20px;
}

.title-gradient.left {
    background: rgb(239, 239, 239);
    background: linear-gradient(90deg, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 50%);
}

.title-gradient.right {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(239, 239, 239, 1) 100%);
}

.bg-green-important {
    background: #8ec44a !important;
}

.sop-news .region-news-aside .region-news-item {
    flex-basis: 50%;
    margin-bottom: 20px;
}

.sop-news .region-news-aside .region-news-item:nth-child(odd) {
    padding-right: 10px;
}

.sop-news .region-news-aside .region-news-item:nth-child(even) {
    padding-left: 10px;
}

.sop-news .region-news-item .region-news-text {
    bottom: 0px;
}

.sop-news .region-news-item:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: multiply;
}
.all-news-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    color: #838383;
}
.all-news-btn:hover {
    color: #b3b3b3;
}
.all-news-btn:hover img {
    filter: brightness(5);
}

.info-alerts {
    position: fixed;
    bottom: 20px;
    z-index: 3;
}
.info-alerts .info-alert .alert-info-btn {
    width: max-content;
}
.info-alert.info-alert-red {
    background-color: #d32c46;
}
.info-alert.info-alert-green {
    background-color: #8ec44a;
}
.info-alerts .info-alert .alert-info-btn:hover {
    color: #ececec !important;
}
@media screen and (max-width: 768px) {

    .vision-mission .vision-text,
    .vision-mission .vision-text.list {
        margin-left: 10px;
        margin-top: 40px;
    }

    .sop-news .region-news-aside .region-news-item {
        flex-basis: 48%;
        margin-top: 10px;
        padding: 0px;
    }

    .region-news-aside.sop {
        justify-content: space-between;
    }

    .sop-news .region-news-aside .region-news-item:nth-child(odd) {
        padding-right: 0;
    }

    .sop-news .region-news-aside .region-news-item:nth-child(even) {
        padding-left: 0;
    }
}

.page-share-btn:before {
    content: none !important;
}

.facebook-btn {
    background-color: #4267B2 !important;
    color: #fff;
}
.twitter-btn {
    background-color: #1DA1F2 !important;
    color: #fff;
}
.linkedin-btn {
    background-color: #0e76a8 !important;
    color: #fff;
}
.facebook-btn:hover,
.facebook-btn:focus,
.facebook-btn:active,
.twitter-btn:hover,
.twitter-btn:focus,
.twitter-btn:active,
.linkedin-btn:hover,
.linkedin-btn:focus,
.linkedin-btn:active {
    color: rgb(219, 219, 219);
}

.document-gallery .tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.document-gallery .tab-pane.active {
    height: auto;
    overflow: visible;

}

.cs-city-tab {
    height: 0;
    display: flex;
    overflow: hidden;
}

.cs-city-tab.active {
    height: auto;
    overflow: visible;
}

.corporate-id .corporate-logo-item {
    text-decoration: none;
}

.corporate-id .corporate-logo-item .icon-container,
.corporate-id .corporate-logo-item p {
    transition: .2s;
}

.corporate-id .corporate-logo-item:hover .icon-container {
    background-color: #015a96;
}

.corporate-id .corporate-logo-item:hover p {
    color: #015a96;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
    }

}

@media screen and (max-width: 768px) {
    .header .top-socials a {
        color: #fff;
        font-size: 13px;
        mix-blend-mode: normal;
    }

    .header .nav-link.active,
    .header .nav-link:hover {
        position: relative;
    }

    .header .nav-link.active:before,
    .header .nav-link:hover:before {
        bottom: 0;
    }

    .header .social-container .phone a,
    .header .social-container .phone i,
    .header .social-container .lang a {
        color: #c4c4c4;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .header-detail .header-menu-container .nav-item.active::before,
    .header-detail .header-menu-container .nav-item:hover::before {
        width: 100px;
        top: 0;
    }

    .sop-btn {
        width: 100%;
        margin: 5px 0;
    }

    .sop-news .region-news-aside .region-news-item {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .custom-accordion .accordion-button {
        padding-right: 50px;
    }

    #years-document .nav-item {
        flex: auto;
        margin: 5px 0;
    }

    #years-document .nav-item .nav-link {
        width: 100%;
    }

    .corporate-id h3 {
        margin-top: 20px;
    }
}