﻿#link-web {
    border: none;
}

#announcement {
    padding-right: 0;
}

#link-web .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
    padding-right: 0;
    background-color: #005ca9;
}

#link-web .card-body {
    border: 2px solid rgba(0,0,0,.125);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#link-web .card-body select {
    border-radius: 4px;
}

#announcement-news div.card-body {
    padding-top: 0;
}

#announcement-news .card-header {
    background-color: #005ca9;
    color: white;
    border-bottom: none;
}

#announcement-news .card-header a {
    color: white;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Lora";
}

#announcement-news .card-header a:hover {
    color: #52c2cd;
}

#announcement-news .card-header img {
    width: 40px;
}

#announcement-news .card-body {
    background-color: #005ca9;
}

#announcement-news .card-body li {
    background-color: #005ca9;
    color: #ffffff;
}

#announcement-news .card-body li:not(:last-child) {
    border-bottom: 2px dotted #337dba;
}

#announcement-news .card-body p {
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Lora";
}

#announcement-news .card-body a:hover p {
    color: #52c2cd;
}

#announcement-news-mobile {
    background-color: #005ca9;
}

#announcement-news-mobile a p {
    color: #ffffff;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Roboto";
}

#page-view {
    font-size: 16px;
    background-color: #005ca9;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: 500;
}

@media screen and (max-width: 769px) {
    #section-3, #announcement {
        padding: 0;
    }

    #annoucement-title a {
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        font-family: "Lora";
    }

    #annoucement-title img {
        width: 50px;
    }

    #annoucement-title {
        margin-bottom: 1rem;
    }

    #annoucement-content {
        margin-bottom: 2rem;
    }

    #annoucement-content p {
        -webkit-line-clamp: 3;
    }

    #announcement-news-mobile .swiper-slide {
        padding: 0 5%;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #announcement {
        order: 1;
    }

    #two-cate {
        order: 2;
    }
}
