﻿table {
    width:100%;
    height: auto;
}
tbody, td, tfoot, th, thead, tr {
    border: 1px solid #ddd;
}

table td {
    border-color: #ddd !important;
}

tr td, tr th {
    padding: 4px 9px;
}
.top-news-summary {
    white-space: pre-wrap;
    margin-top: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 72px;
}

.top-news-title {
    height: 100px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 15px;
}

.logo {
    width: 70px;
}

.post-item {
    border: 1px solid #ececec;
    box-shadow: 0px 7px 12px -9px rgb(14 14 14 / 80%);
    padding: 0px;
    border-radius: 5px;
}

.post-item-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 5px;
}

.post-item-title {
    text-decoration: none;
}

    .post-item-title h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #474747;
        font-size: 16px;
        line-height: 25px;
        font-weight: 600;
        height: 75px;
    }

.post-content-area img {
    max-width: 100%;
    height: auto;
}

.post-content-area > .image-description {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #000000;
}

.post-content-area ul {
    list-style-type: disc;
    padding-left: 40px;
}

.post-content-area p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 170%;
    color: #000000;
}

.post-content-area ul li ul li {
    list-style-type: circle;
}

    .post-content-area ul li ul li ul li {
        list-style-type: square;
    }

.post-content-area p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.post-content-meta ul li {
    list-style-type: none;
    color: #000;
    float: left;
    margin-right: 15px;
    border: 1px solid #bfcaec;
    padding: 0px 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.post-content-meta ul {
    padding: 0px;
}

    .post-content-meta ul li i {
        margin-right: 10px;
    }

.sticky-top-share {
    position: sticky;
    top: 50px;
    background-color: #ffffff;
    width: 100%;
}

.announce-img {
    border-radius: 5px;
    display: inline-block;
    float: left;
    color: #fff;
    text-align: center;
    padding: 0px;
    margin-right: 20px;
    text-transform: uppercase;
    width: 12%;
    border: 1px solid #DCDCDC;
}

    .announce-img img {
        width: 100%;
    }

.announce-title {
    float: left;
    width: 70%;
}

    .announce-title a {
        text-decoration: none;
    }

        .announce-title a h4 {
            color: #112842;
            padding-bottom: 5px;
            margin-bottom: 3px;
            border-bottom: 0px;
            overflow: hidden;
            display: block;
            letter-spacing: 0px;
            font-weight: 600;
            line-height: 30px;
        }

    .announce-title p {
        color: #203245;
        margin-bottom: 0px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        letter-spacing: 0px;
        word-wrap: break-word;
    }

    .announce-title span {
        color: #959595;
        font-size: 12px;
        font-weight: 500;
    }

.announce-list ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0px;
    position: relative;
    overflow: hidden;
}

.announce-read-more {
    float: right;
    margin-top: 35px;
}

    .announce-read-more a {
        padding: 6px 25px;
        border-radius: 3px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        height: 35px;
        text-align: center;
        text-decoration: none;
        color: #02294e;
        border: 1px solid #02294e;
        margin-left: 10px;
    }

        .announce-read-more a:hover {
            color: #ffffff;
            background-color: #02294e;
        }

.pagination-custom {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
}

    .pagination-custom ul li a {
        color: #02294e;
    }

    .pagination-custom ul li.active a {
        color: #ffffff;
        background-color: #02294e !important;
    }
.main-img-item{
    margin-bottom: 25px;
}
.main-img-date {
    color: #959595;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px 20px 10px;
}
.video-title {
    color: black;
    font-size: 20px;
    font-weight: 500;
    padding: 0 10px 10px 10px;
}
.icon-ads-list img{
    /*width: 120px;*/
    max-width: 250px;
    height:120px;
}
@media (max-width: 320px){
    .header-detail .header-title {
        font-size: 8px;
    }
}
@media (min-width: 321px) and (max-width: 479px) {
    .header-detail .header-title {
        font-size: 9px;
    }
}

@media (max-width: 512px) {
    .header-detail .header-title {
        font-size: 9px;
    }

    .logo {
        width: 40px;
    }

    .sticky-top-share {
        position: unset;
    }

    .announce-img {
        display: none;
    }

    .announce-read-more {
        float: left;
        margin-top: 15px;
    }

        .announce-read-more a {
            margin-left: 0;
        }

    .announce-title {
        width: 100%;
    }

    .pagination-custom {
        margin-top: 10px;
    }

    .special-event-slide__detail .special-event-slide__image {
        height: 200px;
    }

    .deatail-connection-item img {
        width: 140px;
        height: auto;
        object-fit: cover;
    }
}
@media (min-width: 512px) and (max-width: 767px) {

    .sticky-top-share {
        position: unset;
    }

    .announce-img {
        display: none;
    }

    .announce-read-more {
        float: left;
        margin-top: 15px;
    }

        .announce-read-more a {
            margin-left: 0;
        }

    .announce-title {
        width: 100%;
    }
    .pagination-custom {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sticky-top-share {
        position: unset;
    }

    .announce-img {
        display: none;
    }

    .announce-read-more {
        float: left;
        margin-top: 15px;
    }

        .announce-read-more a {
            margin-left: 0;
        }

    .announce-title {
        width: 100%;
    }
    .pagination-custom {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .deatail-connection-item img {
        width: 115px;
        height: 115px;
        object-fit: cover;
    }
}

/* CSS Hỏi đáp */
.card {
    position: relative;
    overflow: hidden;
    margin: 10px 0 0px 0;
    border: none;
    border-radius: 0px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: bold;
    //text-transform: capitalize;
}

    .faq .panel-title > a, .panel-title a {
        display: block;
    }

    .faq .panel-default > .panel-heading a.collapsed, .panel-title a {
        background-position: right top;
    }

    .faq .panel-default > .panel-heading a, .panel-title a {
        padding: 10px 60px 10px 28px;
        color: #26211d;
        position: relative;
    }

        .faq .collape-plus, .panel-title a i {
            background: #daa106;
            color: #fff;
        }

        .faq .collape-plus, .panel-title a i {
            position: absolute;
            right: 0;
            top: 0;
            display: block;
            width: 48px;
            height: 100%;
            text-align: center;
        }

.collape-plus:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.card-header {
    border-radius: 0px !important;
}

.faq .panel-default > .panel-heading, .card-header {
    padding: 0;
    background: #f2ede9;
}

.faq .panel-group .panel-heading + .panel-collapse > .panel-body, .bg-custom {
    border: none;
    padding: 0 48px 0 18px;
    background: #f2ede9;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.padding-faq {
    padding-top: 50px;
    padding-bottom: 50px;
}

.v-line {
    border-left: 3px solid #daa106;
    padding-left: 20px;
}

.faq .form-group {
    margin-bottom: 0px;
}

.faq-btn-search {
    width: 100%;
}

.faq input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea, select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #c7c6c6;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #202020;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 12px 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
}

.faq-container h3 {
    font-weight: 700;
}

.faq-container .sub-title {
    margin-bottom: 0px;
}

.faq h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

.faq label {
    color: #323232;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-weight: 600;
}

a, a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0 solid;
}

.parsley-required {
    color: #d72924;
    margin-top: 15px;
}