.article-image-100 img{
    width: 100% !important;
    border-radius: 15px;
	height: 60% !important;
}

.featured-image img{
    width: 105% !important;
    height: 100% !important;
}

.news-image-100 img{
	object-fit: cover !important;
    width: 100% !important;
    border-radius: 15px;
	height: 17rem !important;
}

/* NAV MENU */
.header .nav-menu {
    /* margin: 3.5rem 4rem; */
    z-index: 2;
}
.header .nav-menu a {
    text-decoration: none;
    margin-left: 2.5rem;
}
.header .nav-menu a.pos-relative {
    background-color: transparent;
}
.header .nav-menu a:hover {
    opacity: .7;
}

.header img {
    z-index: 3;
    width: 16rem;
    margin: 2.5rem 2rem;
}
/* NAV MENU */
.header{
    background-color: transparent !important;
    height: 60px !important;
}

.nav-menu a{
    color: black !important;
}

.active{
    background-color: #fff !important;
    transition: all 0.1s ease-in;
    height: 60px !important;
}
.active .nav-menu a{
    color: black !important;
}

/* text */

 
.see-more-description H1 {
    font-family: RedHatDisplay BLACK !important;
    font-size: 50px !important;
}


.see-more-description H2 {
    font-family: RedHatDisplay BLACK !important;
    font-size: 44px !important;
}


.see-more-description H2 b {
    font-family: RedHatDisplay BLACK !important;
    font-size: 44px !important;
}


.see-more-description H3 {
    font-family: RedHatDisplay bold !important;
    font-size: 32px !important;
}

.see-more-description p {
    font-family: RedHatDisplay !important;
    font-size: 24px !important;
}


.see-more-description ol li {
    font-family: RedHatDisplay !important;
    font-size: 24px !important;
}


.see-more-description ul li {
    font-family: RedHatDisplay !important;
    font-size: 24px !important;
}

/* LINE ANIMATION */
@-webkit-keyframes top-line-animation {
    from {width: .25rem;}
    to {width: 20%;}
}
@keyframes top-line-animation {
    from {width: .25rem;}
    to {width: 20%;}
}
@-webkit-keyframes left-line-animation {
    from {height: .25rem;}
    to {height: calc(370px - 10rem);}
}
@keyframes left-line-animation {
    from {height: .25rem;}
    to {height: calc(370px - 10rem);}
}

/* LANDING PAGE */
.landing-page {
    height: 370px;
    background-image: url('../images/header/news.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.landing-page .bg-div {
    padding: 3rem;
    height: 100%;
}
.landing-page .content-div {
    z-index: 2;
    padding-top: 13rem;
}
.landing-page .content-div.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

/* ARTICLE BODY CONTENT */
.sidebar ul {
    border: 0;
    padding: 0;
    list-style: none;
}
.sidebar ul li {
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sidebar ul li a {
    color: #666;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
a:link, a:visited {
    text-decoration: none;
}
form {
    display: block;
    margin-top: 0em;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.custom-design-search {
    height: calc(2.5em + .75rem + 2px);
}

.body-content{
    padding: 3rem;
}
.highight-news img {
    height: 32rem;
    object-fit: cover;
}
.body-content .col-md-4 img {
    height: 20rem;
    object-fit: cover;
}
.body-content .col-md-4 div.p-3 {
    padding-bottom: calc(3.5rem + 14px) !important;
}
.body-content .col-md-4 div.p-3 button {
    width: calc(100% - 2rem);
}
.article-title{
    font-weight: 800 !important;
    line-height: initial;

    display: -webkit-box;
    max-height: 7.4rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-description {
    white-space: pre-line;

    display: -webkit-box;
    max-height: 19rem;
    margin: 0 auto;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-see-more {
    width: calc(100% - 2rem);
}
.article-see-more i {
    top: 2px;
}
.see-more-description p{
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*breadcrumbs*/
.breadcrumbs {
    list-style: none;
}

.breadcrumbs li:not(:last-child) {
    margin-right: 1.08333333333334em;
}

ol li:not(:last-child) {
    margin-bottom: 1.85714286em;
}
.breadcrumbs li {
    font-size: 0.85714285714286em;
    display: inline-block;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.breadcrumbs li:not(:last-child):after {
    content: '\00bb';
    margin-left: 1.08333333333334em;
    position: relative;
    top: -1px;
}
.breadcrumbs li:not(:last-child) {
    width: max-content;
}
.breadcrumbs li.active:not(:last-child) {
    width: max-content !important;
}


@media only screen and (min-width: 1360px) and (min-height: 650px) {
    .breadcrumbs li {
        width: 60%;
    }
    .breadcrumbs li:not(:last-child):after {
        top: -1px;
    }
    .breadcrumbs li:not(:last-child) {
        width: max-content!important;
    }
    .breadcrumbs li.active:not(:last-child) {
        width: 270px;
    }
    .h3, h3 {
        font-size: 2.75rem;
    }
    .f-s18 {
        font-size: 28px !important;
    }
    .article-title {
        max-height: 10.4rem;
    }
    .article-date b,
    .article-description,
    .sidebar ul li a {
        font-size: 20px !important;
    }
    .body-content .col-md-4 div.p-3 {
        padding-bottom: calc(5.5rem + 14px) !important;
    }
    button b {
        font-size: 16px;
    }
    .article-description {
        max-height: 28rem;
        -webkit-line-clamp: 7;
    }
    li .home-link,
    li span,
    .breadcrumbs li {
        font-size: 16px;
    }
    .body-content p, .body-content p b {
        font-size: 18px;
    }
    .see-more-description p {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1600px) {
    .breadcrumbs li:not(:last-child):after {
        top: -1px;
    }
    .breadcrumbs li:not(:last-child) {
        width: 85px;
    }
    .breadcrumbs li.active:not(:last-child) {
        width: 215px;
    }
    .body-content .col-md-4 img {
        height: 25rem;
    }
    .p-3 {
        padding: 2rem!important;
    }
    .article-see-more {
        width: calc(100% - 4rem);
    }
}
@media only screen and (min-width: 1900px) {
    .breadcrumbs li:not(:last-child):after {
        top: -1px;
    }
    .breadcrumbs li:not(:last-child) {
        width: 190px;
    }
    .breadcrumbs li.active:not(:last-child) {
        width: 475px;
    }
    .p-3 {
        padding: 2.5rem!important;
    }
    .article-see-more {
        width: calc(100% - 5rem);
    }
    .body-content .col-md-4 img {
        height: 28rem;
    }
    .h3, h3 {
        font-size: 2.75rem;
    }
    .f-s18 {
        font-size: 30px !important;
    }
    .article-date b,
    .article-description,
    .sidebar ul li a {
        font-size: 24px !important;
    }
    button b {
        font-size: 20px;
    }
    button i.f-s14 {
        font-size: 20px !important;
    }
    .article-description {
        max-height: 38rem;
        -webkit-line-clamp: 11;
    }
    li .home-link,
    li span,
    .breadcrumbs li {
        font-size: 28px;
    }
    .h1, h1 {
        font-size: 3.5rem;
    }
    .body-content p, .body-content p b {
        font-size: 26px;
    }
    .see-more-description p {
        font-size: 28px;
    }
}
@media only screen and (min-width: 2200px) {
    .breadcrumbs li:not(:last-child):after {
        top: -1px;
    }
    .breadcrumbs li:not(:last-child) {
        width: 130px;
    }
    .breadcrumbs li.active:not(:last-child) {
        width: 340px;
    }
    .h3, h3 {
        font-size: 2.75rem;
    }
    .f-s18 {
        font-size: 35px !important;
    }
    .article-title {
        max-height: 10.4rem;
    }
    .article-date b,
    .article-description,
    .sidebar ul li a {
        font-size: 26px !important;
    }
    button b {
        font-size: 26px;
        margin-right: 1rem;
    }
    .article-description {
        max-height: 49rem;
        -webkit-line-clamp: 15;
    }
    li .home-link,
    li span,
    .breadcrumbs li {
        font-size: 28px;
    }
    .h1, h1 {
        font-size: 4.5rem;
    }
    p, p b {
        font-size: 26px;
    }
    .see-more-description p {
        font-size: 32px;
    }
    .body-content .col-md-4 img {
        height: 38rem;
    }
    button.py-2 {
        padding: 1rem 2.5rem !important
    }
    i.f-s14 {
        font-size: 32px !important
    }
    .body-content .col-md-4 div.p-3 {
        padding-bottom: calc(7.5rem + 14px) !important;
    }
}
@media only screen and (min-width: 3500px) {
    .breadcrumbs li:not(:last-child) {
        width: 290px;
    }
    .breadcrumbs li.active:not(:last-child) {
        width: 730px;
    }
    .p-3 {
        padding: 4rem!important;
    }
    .article-see-more {
        width: calc(100% - 8rem);
    }
    .my-3, .mt-3, .mb-3 {
        margin-bottom: 4rem!important;
        margin-top: 4rem!important;
    }
    .body-content {
        padding: 10rem;
    }
    .h3, h3 {
        font-size: 5.75rem;
    }
    .f-s18 {
        font-size: 70px !important;
    }
    .article-title {
        max-height: 25.4rem;
    }
    .article-date b,
    .article-description,
    .sidebar ul li a {
        font-size: 48px !important;
    }
    button b {
        font-size: 46px;
        margin-right: 2rem;
    }
    .article-description {
        max-height: 100rem;
        -webkit-line-clamp: 9;
    }
    li .home-link,
    li span,
    .breadcrumbs li {
        font-size: 50px;
    }
    .h1, h1 {
        font-size: 7.5rem;
    }
    p, p b {
        font-size: 46px !important;
    }
    .see-more-description p {
        font-size: 50px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .body-content .col-md-4 img {
        height: 60rem;
    }
    button.py-2 {
        padding: 1rem 2.5rem !important
    }
    i.f-s14.ion-arrow-right {
        font-size: 62px !important
    }
    .body-content .col-md-4 div.p-3 {
        padding-bottom: calc(12.5rem + 14px) !important;
    }
    .mb-4, .my-4 {
        margin-bottom: 3.5rem!important;
    }
    .sidebar ul li {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .p-4 {
        padding: 4.5rem!important;
    }
    .footer .mb-3 {
        margin: 0!important;
        margin-bottom: 1rem !important;
    }
}
@media only screen and (min-width: 4000px) {
    .breadcrumbs li:not(:last-child) {
        width: 370px;
    }
    .breadcrumbs li.active:not(:last-child) {
        width: 1000px;
    }
    .body-content {
        padding: 10rem;
    }
    .h3, h3 {
        font-size: 6.75rem;
    }
    .article-title {
        max-height: 25.4rem;
    }
    button b, .article-see-more {
        font-size: 60px !important;
        margin-right: 2rem;
    }
    button i.f-s14 {
        font-size: 60px !important;
        margin-left: 3rem;
    }
    .article-date b,
    .article-description,
    .sidebar ul li a {
        font-size: 52px !important;
    }
    button b {
        font-size: 46px;
        margin-right: 2rem;
    }
    .body-content p, .body-content p b {
        font-size: 46px !important;
    }
    .article-title.f-s18 {
        font-size: 74px !important;
    }
    .article-description {
        max-height: 100rem;
        -webkit-line-clamp: 10;
    }
    li .home-link,
    li span,
    .breadcrumbs li {
        font-size: 56px;
    }
    .h1, h1 {
        font-size: 7.5rem;
    }
    p, p b {
        font-size: 54px;
    }
    .see-more-description p {
        font-size: 64px !important;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .body-content .col-md-4 img {
        height: 65rem;
    }
    button.py-2 {
        padding: 1rem 2.5rem !important
    }
    i.f-s14.ion-arrow-right {
        font-size: 62px !important
    }
    .body-content .col-md-4 div.p-3 {
        padding-bottom: calc(20.5rem + 14px) !important;
    }
    .mb-4, .my-4 {
        margin-bottom: 3.5rem!important;
    }
    .sidebar ul li {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .p-4 {
        padding: 4.5rem!important;
    }
    .p-3 {
        padding: 5rem!important;
    }
    .article-see-more {
        width: calc(100% - 10rem);
    }
    .mb-3, .my-3 {
        margin-bottom: 5rem!important;
    }
}
@media only screen and (min-width: 5000px) {
    .body-content {
        padding: 10rem;
    }
    .h3, h3 {
        font-size: 6.75rem;
    }
    .f-s18 {
        font-size: 100px !important;
    }
    .article-title {
        max-height: 33.4rem;
    }
    .article-date b,
    .article-description,
    .sidebar ul li a {
        font-size: 70px !important;
    }
    button b, .article-see-more {
        font-size: 60px !important;
        margin-right: 2rem;
    }
    button i.f-s14 {
        font-size: 60px !important;
        margin-left: 3rem;
    }
    .article-description {
        max-height: 100rem;
        -webkit-line-clamp: 10;
    }
    li .home-link,
    li span,
    .breadcrumbs li {
        font-size: 66px;
    }
    .h1, h1 {
        font-size: 9.5rem;
    }
    p, p b {
        font-size: 54px;
    }
    .see-more-description p {
        font-size: 70px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .body-content .col-md-4 img {
        height: 75rem;
    }
    button.py-2 {
        padding: 1rem 2.5rem !important
    }
    i.f-s14.ion-arrow-right {
        font-size: 62px !important
    }
    .body-content .col-md-4 div.p-3 {
        padding-bottom: calc(20.5rem + 14px) !important;
    }
    .mb-4, .my-4 {
        margin-bottom: 3.5rem!important;
    }
    .sidebar ul li {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .p-4 {
        padding: 4.5rem!important;
    }
    .p-3 {
        padding: 5rem!important;
    }
    .article-see-more {
        width: calc(100% - 10rem);
    }
    .mb-3, .my-3 {
        margin-bottom: 5rem!important;
    }
    .body-content p, .body-content p b {
        font-size: 68px !important;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1024px){
	h1{
		font-size: 1.6rem !important;
	}
	#articleContainer p {
		font-size: 14px;
	}
	#articleContainer p b {
		margin-right: 1.5vw;
	}
	.widget-title{
		font-size: 1.7rem !important;
	}
}

@media only screen and (max-width: 1200px) {
    .body-content {
        padding: 3rem;
    }
}
@media only screen and (max-width: 1040px) and (min-width: 1001px) {
    .body-content .col-md-4 img {
        height: 12rem;
    }
    .article-description {
        -webkit-line-clamp: 8;
    }
    .breadcrumbs li {
        width: 60%;
    }
}
@media only screen and (max-width: 1024px) and (min-height: 768px){
    .custom-width-100{
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important; 
        padding-left: 0 !important;
    }
    
}
@media only screen and (max-width: 1024px){
    .custom-width-100{
        padding-right: 0 !important; 
        padding-left: 0 !important;
    }
    
}
@media only screen and (max-width: 1000px) {
    .breadcrumbs li {
        width: 60%;
    }
    .custom-row{
        margin-right: 0 !important; 
        margin-left: 0 !important;
    }
    .laptop-view {
        display: none;
    }
    .mobile-view {
        display: block !important;
    }
}
@media only screen and (max-width: 700px) {
    .breadcrumbs li#li_bc:not(:last-child) {
        width: 60px;
    }
    .breadcrumbs li.blog-news {
        width: calc(100% - 200px);
    }
    .body-content {
        padding: 0;
    }
    .body-content .col-md-8 {
        padding: 1rem !important;
    }
    .body-content .col-md-4 {
        padding: 0 2rem !important;
    }
}
@media only screen and (max-width: 420px) {
    .breadcrumbs li {
        width: 33%;
    }
}
@media only screen and (width: 1024px) and (height: 1366px) {
    .laptop-view {
        display: none;
    }
    .mobile-view {
        display: block !important;
    }
    .f-s18 {
        font-size: 32px !important;
    }
    p, p b, .article-description, .see-more-description p {
        font-size: 24px;
    }
    .article-description {
        max-height: 30rem;
        -webkit-line-clamp: 10;
    }
    .article-see-more i.f-s14 {
        font-size: 30px !important
    }
    .body-content .col-md-4 div.p-3 {
        padding-bottom: calc(7.5rem + 14px) !important;
    }
    .body-content .col-md-4 img {
        height: 50rem;
    }
    .h3, h3 {
        font-size: 3.75rem;
    }
    .sidebar ul li a {
        font-size: 26px;
    }
    .breadcrumbs li:not(:last-child) {
        width: max-content;
    }
    li .home-link,
    li span,
    .breadcrumbs li {
        font-size: 26px;
    }
    .breadcrumbs li {
        width: 45%;
    }
}