body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #333;
    overflow: auto;
}
body.modal-open{
    overflow: hidden !important;
    /* position: fixed; */
    /* width: 100%; */
    /* height: 100%; */
}
strong{
    font-weight: bold !important;
}
h2{
    font-size: 2.3vw;
}
h3{
    font-size: 2.2vw;
}
h4{
    font-size: 2.1vw;
}
.break{
    word-spacing: 20px;
    word-wrap: break-word;
}
.container-fluid{
    padding: 0;
    width: 100%;
    height: 100%;
}
.row{
    margin: 0 auto;
}
.container-main{
    padding: 1em 0 0;
    margin-bottom: 40px;
}
.head-main{
    text-align: center;
}
.news-title{
    color: rgb(32, 90, 65);
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 2.3vw;
    padding: 17.5px 0;
}
#news-line{
    border: 0;
    height: 1px;
    margin-bottom: 1.1em;
    background-color: #205a41;
    min-width: 200px;
    max-width: 100vw;
    width: 30vw;
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-bottom: 15px;
}
.body-main{
    text-align: center;
    text-align-last: center;
    padding: 0 10%;
    margin-top: 20px;
}
.body-submain{
    text-align: center;
}
.wrapper-text{
    width: 100%;
    height: 60px;
}
.text-link{
    color: #205a41 !important;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.1;
    height: 50px !important;
}
.text-link:hover{
    color: #b5d282 !important;
    text-decoration: none;
    cursor: pointer;
}
.image-link{
    width: 100%;
    height: 15vw;
    margin: 10px 0;
    object-fit: cover;
}
.image-link:hover{
    cursor: pointer;
}
.news-date{
    font-size: 13px;
    margin: 10px 0;
}
.news-paragraph{
    text-align: justify;
    line-height: 1.5;
    font-size: 1em;
}
.back-icon{
    transform: rotate(-90deg);
    width: 22px;
    position: relative;
    left: 0%;
}
.news-row{
    margin-bottom: 20px;
}
.modal{
    background: rgba(0,0,0,0.5);
    overflow-y: auto;
}
.modal-open{
    padding: 0 !important;
    padding-right: 0 !important;
}
.modal-content{
    width: 65vw;
    text-align: center;
}
.modal-image{
   width: 100%;
   height: auto; 
   margin-bottom: 20px;
   padding: 0 40px;
   max-width: 525px;
   max-height: 230px;
   object-fit: cover;
}
.modal-body{
    display: block;
}
.modal-title{
    font-size: 1.5em;
    color: #205a41;
    font-weight: 700;
    margin: 25px 0 10px 0;
    padding: 0 12px;
    line-height: 1;
}
.modal-date{
    font-size: 8pt;
}
.modal-additional{
    margin: 0 0 1.5em;
    padding: 0;
    line-height: 2;
    font-size: 8pt;
    font-weight: 400;
    color: #333;
}
.modal-paragraph{
    text-align: justify;
    text-align-last: left;
    margin: 0 0 1.5em;
    padding: 15px 25px 0 25px;
    font-size: 1em;
    line-height: 1.5;
}
.col-image{
    padding: 0;
}
.news6-image{
    width: 90%;
    height: auto;
    margin-bottom: 5px;
}
.image-info{
    text-align: left;
    padding-left: 20px;
    font-size: 0.8152rem;
}

/* FIRST */
.col-news5{
    padding: 0 10px;
    height: 30vw;
}
.modal-display{
    margin: 5px 35px;
    height: 28vw;
}
/* .display-image{
    display: block;
} */
.news5-image{
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.modal-slider{
    width: 100%;
    height: 50vw;
}
.modal-image-slide .text-block{
    position: absolute;
    width: 100%;
    height: 13%;
    top: 90%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    padding: 9px 30px 0 30px;
}
.modal-slider .slick-list{
    width: 100%;
    height: 54%;
}
.nav-slider{
    position: relative;
    height: 27vw;
    overflow: hidden !important;
}
.nav-slider .slick-list{
    height: 70vh !important;
    padding: 0 !important;
}
.nav-image-slide{
    position: relative;
}
.slick-track{
    height: 100%;
}
.modal-image-slide{
    position: relative;
    width: 100%;
    display: inline-block;
    height: 27vw;
}
.sliding-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.col-special{
    display: none;
}
.col-left{
    margin-bottom: 50px;
}
.col-right{
    margin-bottom: 50px;
}

.disabled{
    cursor: not-allowed;
}

.page-active a{
    background-color: #ddd !important;
}

.page-link{
    color: #205a41
}
.page-link:hover{
    color: #205a41
}

#prev-icon:hover{
    background: #7d7d7d;
}
#prev-icon:hover .page-icon{
    color: #ffffff;
}
#next-icon:hover{
    background: rgb(125, 125, 125);
}
#next-icon:hover .page-icon{
    color: #ffffff;
}
.page-icon{
    color: #205a41;
}
.page-icon:hover{
    color: #ffffff;
}

/* .service-slider .slick-list{
    height: 30vh;
}
.services-slider {
    display: flex;
    max-width: 775px;
    height: 100vh;
}
.main-container {
    width: 100%;
    position: relative;
    left: 2%;
}
.main-container .slider-main{
    height: 74vh;
    width: 55vw;
}
.main-container img{
    object-fit: cover;
    width: 100%;
    padding: 0 3vw;
    height: 65vh;
    position: relative;
}
.main-container .slick-list{
    padding: 0 !important;
    height: 74vh;
}
.nav-container{
    width: 100%;
    position: relative;
    right: 92%;
    top: 73vh;
}
.nav-container .slick-list{
    padding: 0 !important;
}
.nav-container .slick-slider{
    width: 55vw;
    height: 30vh;
}
.slider-main {
    width: 100%;
}
.nav-container img {
    max-height: 135px;
    width: 90%;
    padding: 0 5%;
}
.nav-container .slick-slide {
    max-height: 135px;
    margin-bottom: 18px;
}
.nav-container .slick-dots {
    margin: -8px 0;
}
.nav-container .slick-dots li button{
    background-color:rgba(54, 54, 54, 0.9);
}
.nav-container .slick-dots li.slick-active button {
    background-color: rgba(24, 24, 24, 0.9);
} */
/* 
@media screen and (max-width:1270px){
    .col-news5{
        height: 77vh;
    }
}

@media screen and (max-width:1190px){
    .col-news5{
        height: 75vh;
    }
}

@media screen and (max-width:1110px){
    .col-news5{
        height: 70vh;
    }
} */
.tabs-wrapper{
    margin-bottom: 30px;
}
.nav-tabs{
    margin-bottom: 15px;
}
.nav-tabs .nav-item{
    cursor: pointer;
}
.nav-tabs .nav-item:hover{
    border-bottom: 0 !important;
    cursor: pointer;
}

.tabs-disappear{
    display: none;
}

@media screen and (max-width:1090px){
    .wrapper-text{
        height: 60px;
    }
}
/* 
@media screen and (max-width:1030px){
    .col-news5{
        height: 65vh;
    }
} */

@media screen and (max-width:991px){
    .image-link{
        min-height: 150px;
    }
    .modal-image-slide .text-block{
        padding: 2px 30px 0px 30px;
    }
    .col-left{
        padding-right: 50px;
    }
    .col-right{
        padding-left: 50px;
    }
    .modal-image{
        padding: 0 10px;
        min-width: 420px;
        min-height: 185px;
    }
    .modal-paragraph{
        padding: 0 10px;
    }
}
/* 
@media screen and (max-width:950px){
    .col-news5{
        height: 58vh;
    }
}

@media screen and (max-width:870px){
    .col-news5{
        height: 52vh;
    }
}

@media screen and (max-width:790px){
    .col-news5{
        height: 45vh;
    }
} */

@media screen and (max-width:767px){
    .news5-image{
        width: 100%;
    }
    .modal-display{
        height: 35vw;
    }
    .col-news5 {
        height: 35vw;
    }
    .modal-image-slide .text-block{
        top: 87%;
        padding: 1px 30px 0 30px;
    }
    .news-title{
        font-size: 24px;
    }
    .modal-slider .slick-list{
        height: 68%;
    }
    .wrapper-text{
        height: auto;
        padding-bottom: 10px;
    }
    .body-main{
        padding: 0 10%;
    }
    /* .text-link{
        font-size: 18px;
    } */
    .image-link{
        height: 230px;
        min-height: 175px;
    }
    .news-paragraph{
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 1.66;
    }
    .col-left{
        padding-right: 15px;
    }
    .col-right{
        padding-left: 15px;
    }
    .modal-content{
        width: 90vw;
    }
    .modal-image{
        min-width: 235px;
        min-height: 103px;
    }
    .nav-slider{
        height: 33vw;
    }
    .modal-title{
        font-size: 1.2em;
    }
    .text-block{
        padding: 4px 30px 0 30px;
    }
    .modal-image-slide {
        height: 33vw;
    }
    .col-image{
        padding: 0;
        width: 80%;
    }
    /* .col-news5{
        height: 55vh;
    } */
    .nav-tabs .nav-item{
        padding: 0;
    }
    .nav-tabs .nav-item:hover{
        border-bottom: 10px solid rgba(0, 0, 0, 0);
    }
    .nav-tabs .nav-link{
        color: #205a41 !important;
    }
    .nav-tabs.nav-link:hover{
        color: #205a41;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 22px;
    }
    h4{
        font-size: 20px;
    }
}
/* 
@media screen and (max-width:630px){
    .col-news5{
        height: 43vh;
    }
}

@media screen and (max-width:550px){
    .col-news5{
        height: 38vh;
    }
} */

@media screen and (max-width: 480px){
    body.modal-open{
        overflow: hidden !important;
        /* position: fixed; */
        /* width: 100%; */
        /* height: 100%; */
    }
    .col-news5{
        display: none;
    }
    .col-special{
        display: block !important;
    }
    .modal-slider{
        display: none;
    }
    .modal-display {
        margin: 0;
        height: auto;
    }
    .col-news5 {
        height: auto;
    }
    .nav-slider{
        height: auto;
        overflow: auto!important;
    }
    .nav-slider .slick-list {
        height: 40vw !important;
    }
    .modal-image-slide .text-block{
        height: 20%;
        top: 80%;
        padding: 0px 30px 0 30px;
    }

    .tabs-appear{
        display: none;
    }
    .tabs-disappear{
        display: block;
    }
    .dropdown-btn{
        width: 255px;
        color: #fff;
        background-color: #205a41;
        margin-bottom: 30px;
    }
    .dropdown-btn:hover{
        color: #fff;
    }
    .dropdown-menu{
        width: 255px;
    }
    .dropdown-item.active, .dropdown-item:active{
        color: #000;
        text-decoration: none;
        background-color: #fff;
        font-weight: bold;
    }
    .image-link{
        height: 175px;
    }
    /* .col-news5{
        height: 35vh;
    } */
}
/* 
@media screen and (max-width:390px){
    .col-news5{
        height: 33vh;
    }
} */

@media screen and (min-width:1600px){
    .news-title{
        padding: 20.5px 0;
    }
}