.banner-contact-us{
    position: relative;
    z-index: 2;
}
#home{
    position: relative;
    z-index: 2;
}

*:focus{
    box-shadow: none !important;
    outline: none !important;
}

.new-section .input_search_news{
    margin-bottom: 30px;
}

.new-section .job-des-inside .job-title a{
    margin-top: 20px;
    margin-bottom: 20px;
    color: black;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
    font-weight: bold;
}

.new-section .job-des-inside{
    padding-bottom: 40px;
}

.new-section .job-summary{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;     /* fallback */
            /* fallback */
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.new-section .input_search_news input{
    text-align: center;
    padding: .75rem .75rem;
    color: white;
    background: #7d2484;
    border: solid 1px #7d2484;
    border-right: dashed 1px #ccc;
}

.new-section .input_search_news input::placeholder{
    color: #dfdfe0;
    font-style: italic;
    
}

.new-section .input_search_news .input-group-append{
    background: none;
    border: none;
}

.new-section .input_search_news .input-group-append .input-group-text{
    background: #7d2484;
    border: 1px solid #7d2484;
    color: #dfdfe0;
    cursor: pointer;
}

.new-section.content-padding-rule{
    padding-top: 0;
    position: relative;
    z-index: 2;
}

/* .new-section .news-list-item{
    margin-bottom: 30px;
}

.new-section .data-title{
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.new-section .data-title a{
    color: #4a4a4a;
}
.new-section .data-title a:hover{
    color: #4a4a4a;
}

.new-section .new-date{
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
}

.new-section .image-res:parent{
    text-align: center;
}

.new-section .image-res{
    max-width: 100%;
    height: auto;
    max-height: 70vh;
}

.new-section .data-summary{
    color: #777777;
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: justify;
} */

.new-section .div-btn{
    text-align: center;
    font-style: italic;
    position: absolute;
    width: 100%;
    margin-bottom: 5px;
    bottom: 0;
}

.new-section .div-btn a{
    color: #9815a3;
}

.new-section .div-btn .btn-see-more{
    margin-right: 0;
}

.new-section .div-news-paging{
    display: flex;
}

.new-section .div-news-paging .div-page-of{
    margin-left: auto;
    font-size: 15px;
    color: #777777;
    display: none;
}

.new-section .col-news-detail{
    padding-right: 50px;
}

.new-section .col-news-detail .date-release{
    font-style: italic;
    color: gray;
}

.new-section .col-news-detail .title{
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 28px;
}

.new-section .col-news-detail .news-detail img{
    width: auto;
    max-width: 100%;
}

.new-section .col-related-news-detail .related-articles-title{
    color: black;
}

.div-news-paging .pagination{
    /* border-radius: 4px; */
    /* border: solid 1px #ccc; */
    font-size: 15px;
    margin: auto;
    margin-top: 40px;
}

.div-news-paging .pagination .prev-button a{
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.div-news-paging .pagination .next-button a{
    border-right-width: 1px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.div-news-paging .pagination .prev-button a, .div-news-paging .pagination .next-button a{
    display: flex;
    align-items: center;
}

.div-news-paging .pagination .prev-button.disabled a .material-icons, .div-news-paging .pagination .next-button.disabled a .material-icons{
    color: grey;
}

.div-news-paging .pagination .prev-button a .material-icons, .div-news-paging .pagination .next-button a .material-icons{
    font-size: 28px;
    color: black;
}

.div-news-paging .pagination .prev-button a .material-icons.small-one{
    font-size: 20px;
    margin-left: -17px;
}
.div-news-paging .pagination .next-button a .material-icons.small-one{
    font-size: 20px;
    margin-right: -17px;
}

.div-news-paging .pagination a{
    color: #777777;
    float: left;
    padding: 5px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-left-width: 0px;
}
.div-news-paging .pagination a:hover{
    background-color: #f5f5f5;
    color: #9c02b4;
}

.div-news-paging .pagination .active a{
    color: white;
    font-weight: bold;
    background: #9b9b9b;
}

.div-news-paging .pagination .prev-button a, .div-news-paging .pagination .next-button a{
    padding-top: 0;
    padding-bottom: 0;
}

.central-branch .div-news-paging .pagination a:hover{
    background-color: #f5f5f5;
    color: #b26f36;
}

.central-branch  .div-news-paging .pagination .active a{
    color: #b26f36;
    font-weight: bold;
}

.liberty-hotel .div-news-paging .pagination a:hover{
    background-color: #f5f5f5;
    color: #14a652;
}

.liberty-hotel .div-news-paging .pagination .active a{
    color: #14a652;
    font-weight: bold;
}

.div-news-paging .pagination .active a:hover{
    /* background: #efefef;
    color: #9815a3; */
}

.div-news-paging .pagination .prev-button.disabled a, .div-news-paging .pagination .next-button.disabled a{
    pointer-events: none;
    /* background-color: #f5f5f5; */
}

.related-articles-title{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    color: #cccccc;
}

.item-related-articles{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.item-related-articles .a-tag-image{
    width: 25% !important;
}

.item-related-articles .content{
    padding-left: 10px;
    width: 75%;
}

.item-related-articles .content .title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    color:black;
}

.item-related-articles .content .date-release{
    font-style: italic;
    color: gray;
}

.result-title{
    /* margin-top: 30px;
    margin-bottom: 30px; */
    font-size: 24px;
}
.news-search-result{
    display: flex;
    align-items: start;
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-search-result .a-tag-search-image{
    width: 15% !important;
}

.news-search-result .content{
    width: 80%;
    margin-left: 20px;
    height: 100%;
    padding-top: 5px;
}

.news-search-result .content .title a{
    font-size: 20px;
    font-weight: bold;
    color: black;
    /* line-height: 20px; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* min-height: 40px; */
}

.news-search-result .content .summary{
    color: #494949;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-search-result .content .date-release{
    color: #afafaf;
    font-size: 15px;
    font-style: italic;
}

@media(min-width:768px) and (max-width:1199px){
    .item-related-articles .a-tag-image{
        width: 35% !important;
    }
    .item-related-articles .content{
        width: 65%;
    }
    .new-section .col-news-detail{
        padding-right: 40px;
    }
}

@media(max-width:767px){

    .new-section .job-des-inside{
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .new-section .input_search_news{
        margin-top: 20px;
        margin-bottom: 20px;    
    }
    .new-section .col-news-detail{
        padding-right: 0px;
    }
    .news-search-result .a-tag-search-image{
        width: 25% !important;
    }
    .news-search-result .content{
        width: 70%;
    }
}

/* .news-detail-section.content-padding-rule{
    margin-top: -50px;
    padding-top: 0;
    position: relative;
    z-index: 2;
    font-size: 15px;
    text-align: justify;
}

.news-detail-section .data-title{
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.news-detail-section .news-date{
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
}

.news-detail-section .data-summary img{
    max-width: 100%;
    height: auto;
}

.news-detail-section .div-share-social{
    display: flex;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    align-items: center;
}

.news-detail-section .div-share-social .label-share{
    font-weight: bold;
}

.news-detail-section .div-share-social .facebook-this,
.news-detail-section .div-share-social .tweet-this,
.news-detail-section .div-share-social .gplus-this{
    width: 24px;
    height: 24px;
    margin-left: 15px;
}
.news-detail-section .div-share-social .facebook-this img,
.news-detail-section .div-share-social .tweet-this img,
.news-detail-section .div-share-social .gplus-this img{
    width: 100%;
}

@media (max-width:767px){
    .new-section .data-title{
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 300;
    }

    .news-detail-section .data-title{
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 30px;
        font-weight: 300;
    }

    .new-section .news-list-item{
        margin-top: 30px;
    }

    .div-news-paging .pagination a{
        border: none;
        padding: 5px 10px;
    }

    .div-news-paging .pagination .prev-button.disabled a, .div-news-paging .pagination .next-button.disabled a{
        display: none;
    }

    .new-section .div-news-paging .div-page-of{
        display: none;
    }

    .div-btn .btn-see-more{
        padding: 10px 20px;
        height: auto;
        width: auto;
    }
} */