main {
    background: #f9f9f9;
}

.content-slider h2 {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: justify;
    line-height: 28px;
}

.section-detail-news .slide-resident .mt-auto {
    justify-content: space-between;
}

    .section-detail-news .slide-resident .mt-auto small,
    .section-detail-news .slide-resident .mt-auto .content-slider {
        margin: 0;
    }

#tab04 .latest-news-des {
    position: relative;
    margin: 10px 0;
}

    #tab04 .latest-news-des p {
        padding: 12px 16px;
        cursor: pointer;
    }

        #tab04 .latest-news-des p::before {
            content: url("../img/dot.png");
            position: absolute;
            right: 20px;
        }

.Paragraph p {
    font-size: 15px;
    line-height: 27px;
}

.Paragraph p img {
    width: 100%;
}

.section-detail-news .info-content-slider {
    color: #0570cd;
    font-size: 13px;
}

.section-detail-news .slide-resident .content-slider h2 {
    /*margin-top: 3rem;*/
}

.section-detail-news .icon-slider {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}

    .section-detail-news .icon-slider img {
        background-color: #898989;
        width: 32px;
        padding: 7px;
        border-radius: 6px;
        margin-left: 8px;
        cursor: pointer;
    }

.section-detail-news .Box-below-slider {
    background-color: #5da2df;
    color: #fff;
    margin: 34px 0;
}

.section-detail-news .Box-below-slider h6{
    line-height: 28px;
    margin: 0 !important;
}


.section-detail-news .Paragraph {
    margin-bottom: 30px;
    text-align: justify;
}

.section-detail-news .image-paragraph img {
    width: 100%;
    margin-bottom: 16px;
}

.section-detail-news .image-paragraph {
    text-align: justify;
    color: #0a1f48;
}

.border-custom {
    width: 100%;
    height: 200px;
    border: 1px solid #e6e6e6;
}

.related-news h5 {
    color: #0a1f48;
}

.post-comment {
    color: #0a1f48;
}

.textarea-custom {
    align-items: flex-start !important;
    width: 100%;
    display: flex !important;
    flex-wrap: nowrap !important;
    position: relative;
}

    .textarea-custom textarea {
        width: 100% !important;
        border-radius: 0;
    }

.border-custom2 .textarea-custom label {
    margin: 0 8px;
}

.border-custom2 label {
    margin: 0 10px;
}

.border-custom2 input {
    border-radius: 0;
}

#email1 {
    min-width: 300px;
}

.border-custom2 .textarea-custom button {
    color: #fff;
    background-color: #0972ce;
    position: absolute;
    left: 0;
    bottom: -33px;
    border: none;
    padding: 5px 20px;
}

.border-custom2 {
    width: 100%;
    height: 220px;
    border: 1px solid #e6e6e6;
}

@media (max-width: 1200px) {
    .border-custom2 .form-group,
    .border-custom2 .form-group input {
        width: 100%;
    }

    .border-custom2 {
        height: 340px;
    }
}



.section-detail-news .social a {
    width: 33px;
    height: 33px;
    background-color: #5da2df;
    font-size: 20px;
    border-radius: 50px;
    color: #fff;
    transition: 0.3s;
}

.section-detail-news .social a:hover {
        background-color: #fff;
        color: #5da2df;
    }


#myTab {
    padding-right: 10px;
}

#myTab li {
    margin-left: 16px;
}

#myTab .nav-item {
    position: relative;
}

#myTab .nav-link {
    color: #0a1f48;
    font-weight: normal;
    margin: .5rem 1rem;
    padding: 0;
    font-size: 16px;
    margin-top: 0;
}

#myTab .nav-link.active::after {
    content: "";
    width: 22px;
    height: 4px;
    background-color: #0570cd;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#myTab .nav-link.active {
    font-weight: bold;
    font-size: 18px;
}

#myTab .nav-link.active::before {
    content: "";
    width: 40px;
    height: 4px;
    background-color: white;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translate(-50%, -50%);
}


.latest-news img {
    width: 90px;
}

.latest-news-des a p {
    font-size: 14px;
    /*margin-right: 10px;*/
    margin-bottom: 0;
    color: #0a1f48;
    transition: all 0.5s;
}

.latest-news-des a small {
    margin-right: 10px;
    font-size: 15px;
}


@media (max-width: 992px) {
    .title-latest-news-parent {
        margin: 12px 0 !important;
    }
}


.last-item:hover .latest-news-des a p {
    color: #13429e !important;
    transition: all 0.5s;
}


.nav-tabs {
    border-bottom: 2px solid #e3e4e4;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
}
