body{
    font-family:Manrope,sans-serif;
    font-weight:400;
    line-height:1.6rem;
    font-size:0.9rem
}

footer ._container ._row ._col:first-child {
    padding-left: 0;
    font-size: 0.9rem;
}

.info-component {
    background-image: linear-gradient(140deg, #b6e6fc 0%, #ffffff 50%, #89d1ff 75%);
    /*background: #f5f5f5;*/
    border-radius: 1rem;
    border: 0px solid #c6d0d3;
    color: #000;
    
    
}



.col-content .col{
    
  background-image: linear-gradient(159deg, #ffffff 30%, #ffffff 60%, #c6e9ff 85%);
}



.col-content .col .text-area .title {
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 1.5rem;
}

.col-content .col .text-area p {
    font-size: 0.8rem;
    line-height: 20px;
    margin-bottom: 1rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}



.hl-news ._col .content p {
    font-size: 0.9rem;
    text-align: justify;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
color: #333
}


.news-page .list .item p {
    font-size: 0.9rem;
    text-align: justify;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-md-5 {
        padding: 2rem !important;
    }

.detail-content.contact-page .left-area {
    /*background: #ffffff;*/
    background-image: linear-gradient(140deg, #b6e6fc 0%, #ffffff 50%, #89d1ff 75%);
    border-radius: 1rem;
    color: #000;
    font-size: .9rem;
    border: 0px solid #c6d0d3;
}
    
    
}

header .banner .content .title {
    font-size: 2rem;
     font-weight: 800;
}


.logofooter img {
    height: 35px;
    opacity: 0.5;
}

.logo-intro img {
    height: 38px;
}

.detail-content {
    
    grid-template-columns: auto 30%;   
}



.why-component .col .title {
     font-size: 1.6rem;
    text-transform: uppercase !important;
    font-weight: 800;
    margin-bottom: 0.2rem;
   
}

.why-component .col {
    
    font-weight: 300;
 
}

.why-component .col .icon {
    margin-bottom: 1.2rem;
}



.section-banner .inner .content .title {
    font-weight: 800;
    text-shadow: #000000 3px 0 15px;
}

.section-banner .inner .content .desc {
    /* font-size: 1.8rem;     */
    text-shadow: #000000 3px 0 15px;
     max-width: 65%;
}


.detail-content .content img {
   
    border-radius: .7rem;
}




tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1;
    border: solid 1px #ccc;
    padding: 0.8em;
}

section .section-title {
    font-size: 1.6rem;
}


.left-area2{
    border: 1px solid #eee;
    border-radius: 1rem;
    padding: 1.5rem !important;
    overflow: hidden;
    transition: .2s all ease-in-out;
    box-shadow: 0 0 15px #0000001a;
    display: flex;
    flex-direction: column;
}


.detail-content.fw2 {
    border: 1px solid #eee;
    border-radius: 1rem;
    padding: 1.5rem !important;
    overflow: hidden;
    transition: .2s all ease-in-out;
    box-shadow: 0 0 15px #0000001a;
    display: block;
    flex-direction: column;
}

.detail-content .right-area-sp {
    grid-area: right;
    border: 1px solid #eee;
    border-radius: 1rem;
    padding: 1.5rem !important;
    overflow: hidden;
    transition: .2s all ease-in-out;
    box-shadow: 0 0 15px #0000001a;
    display: flex;
    flex-direction: column;
}

.rounded-4
{
     border: 1px solid #eee;
    box-shadow: 0 0 15px #0000001a;
    
}

.why-component.light .col {
    
    background: #ececec; 
}



blockquote {
    display: block;
    padding: 10px 5px 5px 25px;
    margin: 30px 0px 20px;
    border-left: 5px solid #ececec;
    
}

footer .socials .icons {
    
    opacity: 0.5;
  
}

.hl-news ._col .content .title {
    font-size: 1.1rem;
      display: flex;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-page .list .item .title {
    font-size: 1.2rem;
    line-height: 1.5rem;
       display: flex;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hl-news .news-item .img img {
    
    border-radius: .5rem;
   
}


.hl-news .news-item {
    padding: 1rem;
   
}

.hl-news ._col {
  
    border-radius: .7rem;
   
}

.hl-news .news-item .img {
    padding-bottom: 55%;
    
}

.sticky-socials {
    z-index: 214748364601 !important;
}


