﻿body {
    font-family: 'uob-font', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
    word-wrap: break-word;
    line-height: 35px;
}

@import url('fonts/fontawesome-all.min.css');

@font-face {
    font-family: bein;
    src: url(fonts/font-awesome/fonts/bein-ar-normal.ttf);
}

@font-face {
    font-family: 'uob-p';
    src: url('fonts/uob-p.woff2') format('woff2');
}

/*******************header********************/
header {
    position: relative;
    background: #fff;
}

.topNavigation-tab {
    margin-right: auto;
}

    .topNavigation-tab ul {
        list-style-type: none;
    }

        .topNavigation-tab ul li {
            display: inline-block;
            margin-left: 0.5rem;
        }

        .topNavigation-tab ul.rtl li {
            margin-right: 0;
            margin-left: 1rem;
        }

        .topNavigation-tab ul li a {
            color: #ffff;
        }

            .topNavigation-tab ul li a i {
                color: rgba(255,255,255,.5);
            }

.topNavigation:after, .topNavigation:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 41px;
    background-repeat: no-repeat;
}

.topNavigation {
    background-color: #000;
    position: relative;
    line-height: 1rem;
    padding: 0.25rem 0;
}

    .topNavigation:after {
        left: 100%;
        background-image: url(../media/top-nav-border.png);
        background-position: right;
    }

    .topNavigation:before {
        right: 100%;
        background-image: url(../media/top-nav-border.png);
        background-position: left;
    }

    .topNavigation a.nav-link {
        color: #fff;
        font-size: 1rem;
        padding: 0 0.35rem !important;
    }

        .topNavigation a.nav-link:hover, .card-news a:hover, footer a:hover, .breadcrumb-nav ol li a:hover, .card-media h4 a:hover, a.btn-news:hover, .card-staff a.btn:hover, .card-staff p a:hover, a.link-main:hover, ul.list-contact li a:hover, .footer_link a:hover, .footer-bottom p a:hover, .news-center h4 a:hover {
            text-decoration: underline
        }

a.nav-link:hover, a.nav-link.dropdown-toggle.show {
    background: #00000012;
}

.box-search {
    display: flex;
    width: 200px;
    align-items: center;
}

.search-text {
    height: 26px;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.search-btn {
    background: #17a2b8 !important;
    color: #fff !important;
    padding: 0.2rem 0.15rem !important;
    border-radius: 0 0.25rem 0.25rem 0 !important;
    font-size: 12px !important;
}

.navbar-toggler {
    padding: 0.25rem 0.25rem;
    line-height: 1;
    font-size: 1.25rem;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.direction-nav {
    direction: rtl;
}

a.logo img {
    float: left
}

li.nav-item {
    padding: 0 0.25rem;
}

    li.nav-item:first-child {
        padding-right: 0
    }

    li.nav-item:last-child {
        padding-left: 0
    }

.Navigation-nav li.nav-item:last-child:after {
    background: none
}

.dropdown-item {
    width: 100%;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    font-size: 0.9rem !important;
    border: 0;
    padding: 4px 6px;
    border-bottom: 1px dotted #645c5c5e;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .5em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0.5rem;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0rem;
}

    .dropdown-menu.show {
        display: block;
    }

ul.dropdown-menu.show li:first-child {
}

ul.dropdown-menu.show li:last-child {
    padding-bottom: 0px;
    border-bottom: 0 !important;
}

a.dropdown-item {
    display: block;
}

.navbar-toggler-icon {
    background-image: url(../media/icon-bar.svg);
}

.navbar-nav .dropdown-menu {
    position: static;
}

.collapse-body {
    padding: 1rem 3rem;
}

    .collapse-body div.box-search {
        width: auto;
        margin: 0 auto
    }

.Navigation-nav {
    background: #8e1837;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

    .Navigation-nav li.nav-item:after {
        content: '';
        display: block;
        width: 2px;
        height: 20px;
        position: absolute;
        right: -1px;
        background-color: #ffffff8c;
        top: 0;
        top: 50%;
        margin-top: -10px;
        z-index: 9999;
    }

    .Navigation-nav a.nav-link {
        display: block;
        padding: 3px 8px 3px 18px !important;
        text-shadow: 0 1px 0 rgb(255 255 255 / 25%);
        color: #fff;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
        border-radius: 0;
    }

        .Navigation-nav a.nav-link:hover, a.nav-link.dropdown-toggle.show {
            background-color: #c23b4e;
        }

    .Navigation-nav li.nav-item {
        padding: 0;
        position: relative;
    }

    .Navigation-nav a.dropdown-item {
        color: #fff;
        text-align: left !important;
        left: 35px;
        font-size: 0.85rem !important;
    }

    .Navigation-nav .dropdown-item:hover {
        background-color: #015794;
        text-decoration: none
    }

    .Navigation-nav .dropdown-menu {
        min-width: 14rem;
    }

        .Navigation-nav .dropdown-menu.show {
            display: block;
            background-color: #c23b4e;
            border: 0;
            padding: 0;
        }

/*******************section-carousel**************/
.section-carousel {
    position: relative;
}

.carousel {
    position: relative;
 }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    height: 350px;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(100%)
    }

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    cursor: pointer
}

.carousel-control-prev {
    left: 0;
    cursor: pointer;
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-next-icon {
    background-image: url(../media/slid-right.svg);
}

.carousel-control-prev-icon {
    background-image: url(../media/slid-left.svg);
}

div.carousel-item img {
    width: 100%;
    height: 100%;
}

/*********************breadcrumb page*************/
.breadcrumb-img {
    width: 100%;
    height: 350px;
    position: relative;
}

    .breadcrumb-img img {
        width: 100%;
        height: 100%
    }

.breadcrumb-img2 {
    width: 100%;
    height: 350px;
    position: relative;
}

    .breadcrumb-img2 img {
        width: 100%;
        height: 100%
    }

    .breadcrumb-img2:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
    }

.breadcrumb-nav {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: -50px;
    position: relative;
    line-height: 50px;
}

    .breadcrumb-nav ol {
        list-style-type: none;
        display: flex;
        align-items: center;
        font-size: 15.5px;
        flex-wrap: wrap;
    }

        .breadcrumb-nav ol li a {
            color: #000;
        }

.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #00718f;
    content: "/";
    font-weight: bold;
    font-size: 24px;
}

.tools {
    display: flex;
    justify-content: end;
}

    .tools ul {
        list-style-type: none
    }

        .tools ul li {
            display: inline-block;
            background: url(../media/toolbar-sep.png) no-repeat left;
            padding-right: 9px;
            padding-left: 9px;
        }

            .tools ul li:last-child {
                padding-right: 0;
            }

            .tools ul li:first-child {
                background: none;
            }

/********************panal***********************/
.panal {
    border-bottom: 1px solid #C9C9C9
}

.panal-header {
    background: #015794;
    padding: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%), 0 3px 3px rgb(0 0 0 / 15%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999;
}

    .panal-header i {
        color: #fff
    }

    .panal-header a {
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        text-transform: capitalize;
        font-weight: 600;
    }

ul.panal-body, div.accordion-body ul, .share-icon ul {
    list-style-type: none;
}

    ul.panal-body li {
        border-bottom: 1px solid #ddd;
        transition: all 0.25s ease;
        background-color: #F7F7F7;
    }

        ul.panal-body li:last-child {
            border-bottom: 0
        }

        ul.panal-body li a {
            color: #555;
            padding: 1px 15px;
            text-align: left;
            border-left: 10px solid transparent;
            display: block;
            line-height: 40px;
            font-size: 15.5px;
        }

            ul.panal-body li a:hover {
                border-left: 10px solid #015794
            }

.accordion-body ul li {
    background-color: #D9D9D9;
    border-bottom: 1px solid #b0adad;
}

    .accordion-body ul li:first-child {
        box-shadow: inset 0 8px 6px -6px rgb(51 51 51 / 30%);
    }

.accordion-panal {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-panal {
        transition: none
    }
}

.accordion-panal:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

    .accordion-panal:not(.collapsed)::after {
        bckground-image: url("media/accordion-icon.svg");
        transform: rotate(-180deg);
    }

.accordion-panal::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    right: 15px;
    content: "";
    background-image: url("media/accordion-icon.svg");
    background-repeat: no-repeat;
    background-size: 0.85rem;
    background-position: center;
    transition: transform .2s ease-in-out;
    position: absolute;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-panal::after {
        transition: none
    }
}

ul.panal-body li a.accordion-panal {
    display: flex !important;
}

.accordion-panal:not(.collapsed) {
    border-right: 10px solid #d23679;
    background: #d23679;
    color: #fff !important;
}

/********************share-icon*******************/
ul.share-icon.show, ul.tooltip-info.show {
    background: #49a8bd;
    text-align: center;
    border-radius: 5px;
    min-width: 100px;
    padding: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
}

    ul.share-icon.show li, ul.tooltip-info.show li {
        display: block !important;
        background: none;
        margin-bottom: 1px;
        padding: 0;
    }

        ul.share-icon.show li a, ul.tooltip-info.show p {
            color: #fff;
            font-size: 13px;
            line-height: 26px;
            display: block;
        }

            ul.share-icon.show li a:hover {
                background: #0003;
            }

    ul.share-icon.show:after, ul.tooltip-info.show:after {
        top: -8px;
        right: 0;
        left: 0;
        position: absolute;
        width: 10px;
        margin: 0rem auto;
        content: "";
        border-top: 0.5em solid #49a8bd;
        border-right: 0.5em solid transparent;
        border-bottom: 0;
        border-left: 0.5em solid transparent;
        transform: rotate(180deg);
    }

ul.tooltip-info.show {
    min-width: 200px;
}

    ul.tooltip-info.show p {
        padding: 0 10px;
        text-align: left;
    }

    ul.tooltip-info.show:after {
        right: -100px;
    }

/********************pagination*******************/
.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px 8px 16px;
        text-decoration: none;
        border: 1px solid #ddd;
        margin: 0 4px;
        border-radius: 5px;
    }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

.pageicon {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

/************************footer******************/
.footer {
    background: #015794;
    margin-top: 1rem;
    padding: 0.5rem 5rem;
}

    .footer h2 {
        color: #fff;
    }

.footer_link {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0.25rem;
}

    .footer_link a {
        margin-right: 10px;
        color: #fff;
        padding: 0 5px;
    }

        .footer_link a:last-child {
            margin-left: 0
        }

        .footer_link a:first-child {
            padding-left: 0;
        }

.social-media ul {
    list-style-type: none
}

    .social-media ul li {
        display: inline-block;
        text-align: center;
        background-color: #186869;
    }

        .social-media ul li a {
            color: #fff;
            font-size: 1.25rem;
            line-height: 35px;
            width: 35px;
            height: 35px;
            display: block;
        }

        .social-media ul li:hover {
            background-color: #448d8e;
            cursor: pointer
        }

.footer-bottom {
    padding: 1rem 0;
    text-align: center;
    background-color: #173664;
}

    .footer-bottom p {
        color: #fff
    }

        .footer-bottom p a {
            color: #fff;
            padding-right: 10px
        }

/***********scroll-btn-back-to-top**************/
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
    border: 0;
    display: none;
    padding: 0.75rem 0.75rem;
    font-size: 1.8em;
    z-index: 11111;
    color: #fff;
    background: rgba(153,153,153,0.9);
    cursor: pointer;
}

    #btn-back-to-top:hover {
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    }

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

/*********************contact_as********************/
.img-contact {
    position: relative;
    z-index: 0;
    padding: 10px 0;
    width: 100%;
    background-image: url(../media/map_shape.png)
}

.contact_as {
    position: relative
}

.list-contact {
    padding-left: 90px;
    list-style-type: none;
    z-index: 11;
    position: relative;
}

ul.list-contact li {
    margin-bottom: 25px;
}

    ul.list-contact li ul {
        list-style-type: none;
        padding-left: 0px;
        margin-top: 0px;
    }

        ul.list-contact li a, ul.list-contact li ul li {
            margin-bottom: 8px;
            line-height: 26px;
            color: #000;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px
        }

.contact-info {
    margin: 0;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 700;
    color: red;
    position: relative;
}

    .contact-info:before {
        position: absolute;
        content: "";
        background: red;
        height: 3px;
        width: 40px;
        left: -60px;
        top: 20px;
    }

/********************content-page*******************/
.content-page {
    padding: 1rem;
}

    .content-page p {
        text-align: left
    }

.color-main, .color-main-1 {
    text-align: center;
    padding: 0rem;
}

.color-main {
    background-color: #015794;
}

.color-main-1 {
    background-color: #173664;
}

a.link-main {
    display: flex;
    align-items: center;
    padding: 1rem;
    color: #fff;
    font-size: 1.25rem;
    width: 100%;
    letter-spacing: 1px;
    justify-content: space-between;
}

.content-center {
    padding: 1.5rem 0
}

h1.title {
    position: relative;
    margin-bottom: 1rem;
    line-height: 50px;
    text-align: left
}

    h1.title:before {
        width: 150px;
        position: absolute;
        content: '';
        border: 1px solid #eba11d !important;
        bottom: 0;
    }

/*******************about news page********************/
.news-center {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.75rem;
}

.news-img {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%), 0 3px 3px rgb(0 0 0 / 15%);
}

    .news-img img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        transition: all ease-in-out 0.5s;
    }

.news-center h4 {
    line-height: 30px;
}

    .news-center h4 a {
        color: #00576e;
        display: block;
    }

.news-center:hover img {
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
}

.card-center {
    position: relative;
    word-wrap: break-word;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    margin-bottom: 1rem;
}

    .card-center div.card-header {
        background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
        padding: 0 10px;
    }

    .card-center div.card-body {
        flex: 1 1 auto;
        padding: 1.25rem;
    }

    .card-center div.card-header h1:before {
        display: none
    }

.card-news {
    position: relative;
    background: #f3f3f3;
    margin-bottom: 1rem;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%) !important;
}

    .card-news h3 {
        line-height: 28px;
        font-size: 16px;
        min-height: 3.2em;
    }

        .card-news h3 a {
            color: #00718f;
        }

.img-news {
    overflow: hidden;
    position: relative;
    height: 250px;
    width: 100%
}

    .img-news img {
        height: 100%;
        width: 100%;
        transition: all 0.3s linear;
    }

div.card-news div.news-body {
    padding: 0.5rem;
    position: relative;
}

.card-news:hover .img-news img {
    opacity: 0.8;
}

.card-media {
    position: relative;
    padding: 1rem;
    background: #f2f2f2;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}

    .card-media p {
        line-height: 25px;
        text-align: left;
        font-size: 14px;
        margin-top: 0.5rem;
        color: #333;
    }

    .card-media h4 a {
        color: #00576e;
    }

    .card-media h4 {
        line-height: 30px
    }

    .card-media div.news-img {
        height: 200px
    }

.btn-news {
    color: #000;
    font-weight: 600
}

.color {
    color: #ecb269;
    font-size: 14px;
    line-height: 25px;
}

.color-a {
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;
}

.button {
    background: #f39200;
    color: #fff;
    border: 2px solid #f39200;
    width: 250px;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    font-weight: 600;
    margin: 10px auto 10px 10px;
}

.fa-1 {
    color: #00576e;
    line-height: 30px;
    margin: 30px 0 20px;
}

.color-p {
    color: #928a8a;
    margin-bottom: 0.25rem;
}

.button:hover {
    border: 2px solid #f39200;
    color: #f39200;
    background-color: transparent
}

.text-r {
    text-align: left;
}

.supply {
    margin-top: 1rem
}

/*******************card-staff********************/
.card-staff {
    position: relative;
    background-color: #eee;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 20px 0px;
    width: 100%;
    margin-bottom: 1rem;
    word-wrap: break-word;
}

.img-staff {
    height: 120px;
    width: 100%;
}

    .img-staff img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

.card-staff h3 {
    color: #00718f;
    letter-spacing: 1.5px;
    max-height: 2rem;
    line-height: 25px;
    margin-bottom: 0.5rem;
}

.card-staff p, .card-staff p a {
    font-size: 13px;
    color: #5c5c5c;
}

.card-staff a.btn {
    color: #eba11d;
    font-size: 14px;
}

/*******************bootsrap5********************/
*, ::after, ::before {
    box-sizing: border-box
}

img {
    vertical-align: middle;
}

p {
    line-height: 30px;
    font-family: 'uob-p',sans-serif;
}

h3, h2, h1, h5 {
    font-family: uob-font;
    line-height: 45px;
}

a, p, h3, h2, h1, h5 {
    letter-spacing: 1px;
}

a {
    text-decoration: none
}

p, ul, ol, h3, h4, h2, h1, h5 {
    padding: 0;
    margin: 0
}

.d-flex {
    display: flex
}

.font-weight-bold {
    font-weight: 600
}

h5 {
    font-size: 1.25rem;
}

.pr-0 {
    padding-right: 0 !important
}

.justify-content-start {
    justify-content: flex-start !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.container, .container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container, .container-lg {
        max-width: 1320px
    }
}

.navbar > .container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        margin-top: var(--bs-gutter-y);
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

.align-items-center {
    align-items: center !important
}

.justify-content-center {
    justify-content: center !important
}

.p-0 {
    padding: 0 !important
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.25rem 0.5rem;
    text-shadow: 0 1px 0 rgb(255 255 255 / 25%);
    color: #fff;
    font-size: 15px;
    border-radius: 5px 5px 0px 0px;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.collapse:not(.show) {
    display: none;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.d-block {
    display: block !important
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.justify-content-end {
    justify-content: flex-end !important
}

::selection {
    background: #015794;
    color: #fff
}

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width: 768px) {
    d-md-block {
        display: block
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .col {
        flex: 1 0 0%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-right: 0rem;
    }

    .col-lg {
        width: auto !important
    }

    .topNavigation-tab {
        display: block
    }

    #panal.collapse.navbar-collapse {
        display: block !important;
    }
}

/***************tablet**********/
@media only screen and (max-width: 991px) {
    .panal-header {
        padding: 5px;
    }

    .fluid-lg {
        max-width: none;
        padding: 0
    }

    .topNavigation:before, .topNavigation:after, .Navigation-nav li.nav-item:after {
        display: none
    }

    .fluid-Navigation {
        max-width: none;
        padding: 0
    }

    .col-lg {
        padding: 0
    }

    .topNavigation {
        padding: 0.25rem 0.35rem
    }

    .Navigation-nav a.nav-link {
        background-color: #00000012 !important;
        color: #555 !important;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 0.35rem !important;
    }

    .Navigation-nav .dropdown-menu.show {
        background-color: #eeeeee !important;
    }

    .Navigation-nav .dropdown-item {
        color: #555 !important;
        border-bottom: 0;
    }

    .navbar-nav {
        background-color: #fff
    }

    li.nav-item {
        background-color: #EEE;
        padding: 0;
        border-bottom: 1px solid #fff
    }

    .navbar-nav .dropdown-menu {
        background: #eeeeee;
    }

    .center-img {
        height: 200px
    }

    .breadcrumb-img {
        height: 300px
    }

    .button {
        background: #f39200;
        color: #fff;
        border: 2px solid #f39200;
        width: 250px;
        padding: 10px;
        text-align: center;
        border-radius: 15px;
        font-weight: 600;
        margin: 10px auto 10px 10px;
    }

    .breadcrumb-nav {
        display: block;
        margin-top: 0rem;
        border-bottom: 1px solid #ddd;
        background-color: #f2efef;
        padding: 0.5rem 0;
    }

    .fluid-content {
        max-width: 900px
    }

    .news-img {
        height: 250px;
        margin-bottom: 1rem
    }

    .supply img {
        width: 100%;
    }
}

/***************phone**********/
@media(max-width: 600px) {
    a.logo img {
        width: 350px
    }

    .d-sm-none {
        display: none !important;
    }

    .center-img {
        height: auto;
        margin-bottom: 1rem;
    }

    .fluid-content {
        max-width: none;
        padding: 0 1rem
    }

    .tools {
        justify-content: center;
    }

    .img-staff {
        height: 250px;
        margin-bottom: 1rem
    }

    li.breadcrumb-item {
        line-height: 35px;
    }

    .breadcrumb-img {
        height: 250px
    }

    .footer {
        padding: 1rem
    }

    .carousel-item {
        height: 250px
    }

    .social-media {
        text-align: center
    }

    .button {
        margin: 10px auto 0 !important;
        display: block;
    }

    .fa-1 {
        line-height: 40px;
    }

    .p-phon {
        padding: 0 0.5rem !important
    }
}

/*media print*/
@media print {
    header, footer {
        display: none
    }
}

span#gve2 {
    line-height: 12px !important
}
.color-main, .color-main-1 {
    text-align: center;
    padding: 0
}

.color-main {
    background-color: #c23b4e
}

.color-main-1 {
    background-color: #8e1837
}

a.link-main {
    display: flex;
    align-items: center;
    padding: 1rem;
    color: #fff;
    font-size: 15px;
    width: 100%;
    letter-spacing: 1px;
    justify-content: space-between
}
.img-maneger {
    float: left;
    width: 200px;
    margin: 0 10px 0px 10px;
}

    .img-maneger img {
        width: 100%;
    }
.text-center {
    text-align: center !important
}