﻿
.img_logo {
    width: 100%;
}

.carousel-item_2 {
    height: 18em;
    background-color: #fff;
    background: none;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.5em;
}

.keyword {
    font-size: 0px;
    color: #fff;
}

.news-content p {
    font-size: 1.5em;
}

.line_1 {
    background: url(../images/bg/Line_1.gif) repeat-x;
    height: 50px;
}

.line_2 {
    background: url(../images/bg/Line_2.gif) repeat-x;
    height: 50px;
}

.line_3 {
    background: url(../images/bg/Line_3.gif) repeat-x;
    height: 50px;
}

.line_4 {
    background: url(../images/bg/Line_4.gif) repeat-x;
    height: 50px;
}

.line_5 {
    background: url(../images/bg/Line_5.gif) repeat-x;
    height: 50px;
}

.line_6 {
    background: url(../images/bg/Line_6.gif) repeat-x;
    height: 50px;
}

.line_7 {
    background: url(../images/bg/Line_7.gif) repeat-x;
    height: 50px;
}

.line_8 {
    background: url(../images/bg/Line_8.gif) repeat-x;
    height: 50px;
}

.line_9 {
    background: url(../images/bg/Line_9.gif) repeat-x;
    height: 50px;
}

.line_10 {
    background: url(../images/bg/Line_10.gif) repeat-x;
    height: 50px;
}

.line_11 {
    background: url(../images/bg/Line_11.gif) repeat-x;
    height: 50px;
}

.line_12 {
    background: url(../images/bg/Line_12.gif) repeat-x;
    height: 50px;
}

.line_13 {
    background: url(../images/bg/Line_13.gif) repeat-x;
    height: 50px;
}

.line_14 {
    background: url(../images/bg/Line_14.gif) repeat-x;
    height: 50px;
}

.line_15 {
    background: url(../images/bg/Line_15.gif) repeat-x;
    height: 50px;
}

.line_16 {
    background: url(../images/bg/Line_16.gif) repeat-x;
    height: 50px;
}

.line_17 {
    background: url(../images/bg/Line_17.gif) repeat-x;
    height: 50px;
}

.line_18 {
    background: url(../images/bg/Line_18.gif) repeat-x;
    height: 50px;
}

.line_19 {
    background: url(../images/bg/Line_19.gif) repeat-x;
    height: 50px;
}

.line_20 {
    background: url(../images/bg/Line_20.gif) repeat-x;
    height: 50px;
}

.line_21 {
    background: url(../images/bg/Line_21.gif) repeat-x;
    height: 50px;
}

.line_22 {
    background: url(../images/bg/Line_22.gif) repeat-x;
    height: 50px;
}

.line_23 {
    background: url(../images/bg/Line_23.gif) repeat-x;
    height: 50px;
}

.line_24 {
    background: url(../images/bg/Line_24.gif) repeat-x;
    height: 50px;
}

.line_25 {
    background: url(../images/bg/Line_25.gif) repeat-x;
    height: 50px;
}

.line_26 {
    background: url(../images/bg/Line_26.gif) repeat-x;
    height: 50px;
}

.line_27 {
    background: url(../images/bg/Line_27.gif) repeat-x;
    height: 50px;
}

.line_28 {
    background: url(../images/bg/Line_28.gif) repeat-x;
    height: 50px;
}

.line_29 {
    background: url(../images/bg/Line_29.gif) repeat-x;
    height: 50px;
}

.line_30 {
    background: url(../images/bg/Line_30.gif) repeat-x;
    height: 50px;
}

.site_1_img {
    background: url(../images/bg/2025sg.jpg) no-repeat;
   /* background-position: center;*/
    background-size: cover;
    /*    height: 200px;*/
    height: 50.15vw;
    box-shadow: 0px 3px 11px #ced4da;
}

.carousel-indicators li {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    background-color: #999;
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e);
    padding: 10px;
    height: 50px;
    width: 50px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e);
    padding: 10px;
    height: 50px;
    width: 50px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
}

.footer-grid {
    text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.5);
}

.dropdown-menu {
    margin: 0;
}

.breadcrumb2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .5rem 1rem;
    margin-bottom: 0;
    list-style: none;
    /* background-color: #e9ecef; */
    border-radius: .25rem;
    letter-spacing: .2rem;
}

.red {
    color: red;
}

#holder {
    border: 10px dashed #ccc;
    width: 200px;
    height: 267px;
    margin: 20px auto;
    background-image: url('/images/bg/photo_upload.gif');
    background-size: 200px 267px;
}

    #holder.hover {
        border: 10px dashed #333;
    }

.file-upload {
    display: none;
}

.input-0 {
    border: 0;
    color: #fff;
}

.Person_Picture {
    width: 50%;
}

.dropdown-menu_1 {
    position: absolute;
    top: 0;
    left: 140px !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

@media (max-width: 1920px) {
    .middle-text-info {
        min-height: 350px;
    }
}

@media (max-width: 1080px) {
    .navbar {
        display: block;
    }

    .navbar-brand {
        margin-left: 1rem;
    }

    .navbar-light .navbar-nav .nav-link, .dropdown-item {
        margin: 0em 0em;
        padding: 10px 7px;
    }

    .middle-text-info {
        min-height: 250px;
    }

    .middle-text-info {
        padding: 1em 0 0 0;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .middle-text-info {
        min-height: 400px;
        padding: 8em 0 0 0;
    }

    .middle-text-info {
        background-size: inherit;
        -webkit-background-size: inherit;
        -o-background-size: inherit;
        -moz-background-size: inherit;
        -ms-background-size: inherit;
    }

    .simply-countdown-custom {
        /*text-shadow: 0px 0px 10px #000;*/
    }

    h3.tittle-w3layouts.two {
        text-shadow: 0px 0px 10px #000;
    }

    .navbar-brand {
        margin-left: 0rem;
    }

    .top-header {
        /* text-align: left;*/
    }

    .middle-text-info {
        background: url(/images/bg/banner-mid_s.jpg) no-repeat 0px 0px;
    }

    .carousel-item_2 {
        height: auto;
        background-color: #fff;
        background: none;
    }

    h3.tittle {
        font-size: 1.5em;
    }

    .home-news .home-news-innerframe {
        padding: 0;
    }

    .news-list li a .news-title {
        font-size: 1rem;
        width: 70%;
    }

    .news-list li a .news-date {
        font-size: .6rem;
    }

    .home-news .nav-tabs {
        display: block;
        justify-content: center;
    }

    .line_001 {
        height: 30px;
        background-size: contain;
    }

    .line_002 {
        height: 30px;
        background-size: contain;
    }
    /*.site_1_img {
        height: 150px;
        background-position: center;
        background-size: cover;
    }*/
    .line_1 {
        background: url(../images/bg/Line_1.gif) repeat-x;
        height: 20px;
    }

    .line_2 {
        background: url(../images/bg/Line_2.gif) repeat-x;
        height: 20px;
    }

    .line_3 {
        background: url(../images/bg/Line_3.gif) repeat-x;
        height: 20px;
    }

    .line_4 {
        background: url(../images/bg/Line_4.gif) repeat-x;
        height: 20px;
    }

    .line_5 {
        background: url(../images/bg/Line_5.gif) repeat-x;
        height: 20px;
    }

    .line_6 {
        background: url(../images/bg/Line_6.gif) repeat-x;
        height: 20px;
    }

    .line_7 {
        background: url(../images/bg/Line_7.gif) repeat-x;
        height: 20px;
    }

    .line_8 {
        background: url(../images/bg/Line_8.gif) repeat-x;
        height: 20px;
    }

    .line_9 {
        background: url(../images/bg/Line_9.gif) repeat-x;
        height: 20px;
    }

    .line_10 {
        background: url(../images/bg/Line_10.gif) repeat-x;
        height: 20px;
    }

    .line_11 {
        background: url(../images/bg/Line_11.gif) repeat-x;
        height: 20px;
    }

    .line_12 {
        background: url(../images/bg/Line_12.gif) repeat-x;
        height: 20px;
    }

    .line_13 {
        background: url(../images/bg/Line_13.gif) repeat-x;
        height: 20px;
    }

    .line_14 {
        background: url(../images/bg/Line_14.gif) repeat-x;
        height: 20px;
    }

    .line_15 {
        background: url(../images/bg/Line_15.gif) repeat-x;
        height: 20px;
    }

    .line_16 {
        background: url(../images/bg/Line_16.gif) repeat-x;
        height: 20px;
    }

    .line_17 {
        background: url(../images/bg/Line_17.gif) repeat-x;
        height: 20px;
    }

    .line_18 {
        background: url(../images/bg/Line_18.gif) repeat-x;
        height: 20px;
    }

    .line_19 {
        background: url(../images/bg/Line_19.gif) repeat-x;
        height: 20px;
    }

    .line_20 {
        background: url(../images/bg/Line_20.gif) repeat-x;
        height: 20px;
    }

    .line_21 {
        background: url(../images/bg/Line_21.gif) repeat-x;
        height: 20px;
    }

    .line_22 {
        background: url(../images/bg/Line_22.gif) repeat-x;
        height: 20px;
    }

    .line_23 {
        background: url(../images/bg/Line_23.gif) repeat-x;
        height: 20px;
    }

    .line_24 {
        background: url(../images/bg/Line_24.gif) repeat-x;
        height: 20px;
    }

    .line_25 {
        background: url(../images/bg/Line_25.gif) repeat-x;
        height: 20px;
    }

    .line_26 {
        background: url(../images/bg/Line_26.gif) repeat-x;
        height: 20px;
    }

    .line_27 {
        background: url(../images/bg/Line_27.gif) repeat-x;
        height: 20px;
    }

    .line_28 {
        background: url(../images/bg/Line_28.gif) repeat-x;
        height: 20px;
    }

    .line_29 {
        background: url(../images/bg/Line_29.gif) repeat-x;
        height: 20px;
    }

    .line_30 {
        background: url(../images/bg/Line_30.gif) repeat-x;
        height: 20px;
    }

    .h3, h3 {
        font-size: 1.3rem;
    }

    .news-content p {
        font-size: 1.1em;
    }

    .Person_Picture {
        width: 100%;
    }
}

.navbar {
    justify-content: space-around;
}


#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #000;
    z-index: 99;
    color: #fff;
    font-size: 1.5rem;
}

#loading-image {
    z-index: 100;
    width: 200px;
    margin-top: 30vh;
}

.nc-item {
    border: 0;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    border-radius: 3px;
    font-size: .95rem;
}

.web_page {
}

    .web_page ul {
        margin-left: 4rem;
    }

        .web_page ul li {
            list-style-type: disc;
        }

    .web_page p {
        font-weight: 400;
    }

.form-control-s {
    height: calc(1.5em + 0.75rem + 2px);
    /*padding: 0.375rem 0.75rem;*/
    padding: 4px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



@media (max-width:768px) {
    #loading-image {
        z-index: 100;
        width: 30vw;
        margin-top: 40vh;
    }
}
