.section-1 .slide-home .item-slide {
    position: relative;
}

    .section-1 .slide-home .item-slide img {
        width: 100%;
    }

    .section-1 .slide-home .item-slide .subtitle-slide {
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 36px;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: transparent;
        z-index: 9;
    }

        .section-1 .slide-home .item-slide .subtitle-slide span {
            color: #B11116;
        }

.section-1 .slide-home {
    margin-bottom: 0;
}

    .section-1 .slide-home .slick-dots {
        position: absolute;
        bottom: 10px;
        z-index: 9;
    }

.slide-home .slick-dots li {
    width: 10px;
    height: 10px;
}

    .slide-home .slick-dots li button {
        background: #fff;
        border-radius: 50%;
        width: 10px;
        height: 10px;
    }

        .slide-home .slick-dots li button:before {
            display: none;
        }

    .slide-home .slick-dots li.slick-active button {
        background-color: #FF6A6A;
    }

.titleBarHome {
    display: flex;
    align-items: center;
    border-bottom: 3px solid #B22D25;
    border-bottom: 3px solid var(--secondColor);
    margin-bottom: 15px;
}

    .titleBarHome.blue-color {
        display: flex;
        align-items: center;
        border-bottom: 3px solid var(--mainColor);
        border-bottom: 3px solid var(--mainColor);
        margin-bottom: 15px;
    }

    .titleBarHome .labelTitleBar {
        font-size: 14px;
        line-height: 15px;
        text-align: center;
        text-transform: uppercase;
        color: var(--textLightColor);
        background: var(--secondColor);
        padding: 6px 15px;
        padding-top: 11px;
        position: relative;
        border-radius: 4px 0 0 4px;
        top: -2px;
        font-weight: 500;
    }

        .titleBarHome .labelTitleBar > a {
            color: #ffffff;
        }

    .titleBarHome.blue-color .labelTitleBar {
        font-size: 14px;
        line-height: 15px;
        text-align: center;
        text-transform: uppercase;
        background: var(--mainColor);
        padding: 6px 15px;
        padding-top: 11px;
        position: relative;
        border-radius: 4px 0 0 4px;
        top: -2px;
        font-weight: 500;
    }

        .titleBarHome.blue-color .labelTitleBar > a {
            color: var(--textLightColor);
        }

.section-2 {
    padding: 0px 0px;
    padding-bottom: 0;
}


    .section-2 .hot-news .slider-box-news .item-news .box-image {
        position: relative;
    }

        .section-2 .hot-news .slider-box-news .item-news .box-image img {
            width: 100%;
            /*height: 456px;*/
            height: 300px !important;
            object-fit: cover;
        }

.anpham-other .news-releated .box-anpham-other .box-text .cate-anpham-other {
    display: none
}

.section-2 .hot-news .slider-box-news .item-news .title-box {
    position: static;
    padding: 8px 0;
    width: 100%;
    margin-bottom: 10px;
}

.overLayNews {
    position: absolute;
    width: 100%;
    height: 100%;
/*    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgb(0 0 0 / 61%));*/
    left: 0;
    top: 0;
}

.section-2 .hot-news .slider-box-news .item-news .title-box > a {
    color: #333333;
    font-family: 'San Francisco Text';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
}

.entry-content.single-page img {
    height: auto !important;
}

.section-2 .hot-news .slider-box-news .item-news .box-text {
    margin-top: 10px;
}

    .section-2 .hot-news .slider-box-news .item-news .box-text > a {
        font-family: 'San Francisco Text';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        color: #686868;
        height: 50px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.section-2 .hot-news .slider-box-news .slick-arrow {
    position: absolute;
    top: 430px;
    width: 15px;
    height: 15px;
    z-index: 9;
    cursor: pointer;
}

    .section-2 .hot-news .slider-box-news .slick-arrow.btn-prev {
        right: 30px;
        background: url('../images/prev-icon.svg') no-repeat;
    }

    .section-2 .hot-news .slider-box-news .slick-arrow.btn-next {
        right: 10px;
        background: url('../images/next-icon.svg') no-repeat;
    }

.section-2 .hot-news .item-news-right .box-image {
    /*width: 155px;*/
    width: 190px;
}

    .section-2 .hot-news .item-news-right .box-image img {
        width: 100%;
        /*object-fit: cover;*/
        height: 92px;
    }

.section-2 .hot-news .item-news-right .box-text a {
    font-family: 'San Francisco Text';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #555555;
    margin-bottom: 10px;
    max-height: 56px;
}

.section-2 .hot-news .item-news-right .box-text .meta-news {
    font-family: 'San Francisco Text';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4C85C4;
}

.section-2 .bg {
    background: url(../images/bg-2.png) no-repeat;
    background-size: cover;
}

    .section-2 .bg::after {
        content: "";
        height: 30px;
        width: 100%;
        bottom: -30px;
        left: 0;
        position: absolute;
        background: linear-gradient(180deg, #C3DAE4 0%, rgba(255, 255, 255, 0) 11.02%);
    }

.section-2 .hot-news .item-news-right {
    /*margin-bottom: 20px;*/
    /*margin-bottom: 0 !important;*/
}

.section-3 {
    padding: 30px 0;
    padding-bottom: 8px;
}

    .section-3 .row-main {
        margin-top: 20px;
    }

        .section-3 .row-main .col-left .box-image {
            margin-bottom: 15px;
        }

            .section-3 .row-main .col-left .box-image img {
                height: 375px;
            }

        .section-3 .row-main .col-left .box-text .title-box {
            font-weight: 700;
            font-size: 22px;
            line-height: 30px;
            text-align: justify;
            color: #0066B3;
            margin-bottom: 10px;
            height: 60px;
        }

        .section-3 .row-main .col-left .box-text .desc-box {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            height: 40px;
            text-align: justify;
            color: #393939;
        }

        .section-3 .row-main .col-right .col-inner {
            display: flex;
            flex-wrap: wrap;
            margin-right: -20px;
        }

            .section-3 .row-main .col-right .col-inner > a.d-block {
                width: calc(50% - 20px);
                margin-right: 20px;
                margin-bottom: 20px;
            }

                .section-3 .row-main .col-right .col-inner > a.d-block .box-image img {
                    height: 190px;
                }

                .section-3 .row-main .col-right .col-inner > a.d-block .box-text {
                    margin-top: 10px;
                }

                    .section-3 .row-main .col-right .col-inner > a.d-block .box-text .title-box {
                        font-weight: 500;
                        font-size: 14px;
                        line-height: 20px;
                        height: 40px;
                        /*text-align: justify;*/
                        color: #484554;
                    }

    .section-3 > .bg {
        background: url(../images/bg-3.png) no-repeat;
        background-position: bottom right;
    }

.section-4 {
    padding: 30px 0;
}

    .section-4 > .bg {
        background: #E1F4FD;
    }

    .section-4 .row-main {
        margin-top: 20px;
    }

        .section-4 .row-main .col-c-1 .box-image img {
            height: 380px;
        }

        .section-4 .row-main .col-c-1 .box-text {
            margin-top: 15px;
        }

            .section-4 .row-main .col-c-1 .box-text .title-box {
                font-weight: 700;
                font-size: 22px;
                line-height: 26px;
                text-align: justify;
                color: #0066B3;
                height: 52px;
                margin-bottom: 10px;
            }

            .section-4 .row-main .col-c-1 .box-text .desc-box {
                font-weight: 400;
                font-size: 16px;
                line-height: 20px;
                height: 40px;
                text-align: justify;
                color: #393939;
            }

        .section-4 .row-main .col-c-2 .list-item .item {
            position: relative;
            margin-bottom: 30px;
        }

            .section-4 .row-main .col-c-2 .list-item .item::before {
                content: "";
                width: 5px;
                height: 5px;
                position: absolute;
                top: 6px;
                left: 0;
                background: var(--secondColor);
            }

            .section-4 .row-main .col-c-2 .list-item .item > a {
                font-weight: 500;
                font-size: 15px;
                line-height: 20px;
                max-height: 60px;
                color: #484554;
                padding-left: 15px;
                text-align: justify;
            }

                .section-4 .row-main .col-c-2 .list-item .item > a:hover {
                    color: var(--mainColor);
                }

        .section-4 .row-main .col-c-3 .list-widget .item-widget {
            background: var(--mainColor);
            border-radius: 4px;
            height: 90px;
            display: flex;
            align-items: center;
            padding: 0 20px;
            margin-bottom: 15px;
        }

            .section-4 .row-main .col-c-3 .list-widget .item-widget:hover {
                background: var(--bgHoverColor);
                transition: all .5s;
            }

            .section-4 .row-main .col-c-3 .list-widget .item-widget .box-image {
                width: 90px;
            }

            .section-4 .row-main .col-c-3 .list-widget .item-widget .box-text {
                font-weight: 700;
                font-size: 16px;
                line-height: 19px;
                color: #FFFFFF;
            }

            .section-4 .row-main .col-c-3 .list-widget .item-widget .box-vertical {
                align-items: center;
            }

.section-5 > .bg {
    background: var(--mainColor);
}

.section-5 .title-video {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    user-select: none;
}

.section-5 .nav-item button {
    color: #FFFFFF;
    border-radius: 0 0 6px 6px;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    text-transform: uppercase;
}

    .section-5 .nav-item button.active {
        background: #fff;
        color: #b11116;
    }

.section-5 .wapper-video .nav-pills {
    margin-bottom: 30px;
}

.section-5 .title-video .label-video {
    background: #fff;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #B11116;
    text-transform: uppercase;
    margin-right: 30px;
}

    .section-5 .title-video .label-video img {
        height: 30px;
    }

.section-5 .title-video p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.section-5 .row-main .col-c-1 .box-video .box-image {
    position: relative;
}

    .section-5 .row-main .col-c-1 .box-video .box-image .play-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 80px;
        height: 80px;
    }

.section-5 .row-main .col-c-1 .box-video .title-box-video h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    color: #ffffff;
    margin-top: 15px;
}

.section-5 .row-main .col-c-1 .box-video .box-image .play-icon > img {
    width: 100%;
    height: 100%;
}

.section-5 .row-main .col-c-1 .box-video .box-image img {
    height: 383px;
}


.section-5 .row-main .col-c-1 .box-video .box-image .title-box {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

    .section-5 .row-main .col-c-1 .box-video .box-image .title-box img {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .section-5 .row-main .col-c-1 .box-video .box-image .title-box span {
        font-weight: 700;
        font-size: 20px;
        line-height: 38px;
        color: #FFFFFF;
    }

.section-5 .row-main .col-c-2 > .d-block {
    margin-bottom: 22px;
}

.section-5 .row-main .col-c-2 .box-image {
    position: relative;
}

    .section-5 .row-main .col-c-2 .box-image img:not(.icon-video) {
        height: 150px;
    }

    .section-5 .row-main .col-c-2 .box-image .icon-video {
        position: absolute;
        width: 30px;
        height: 30px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.section-5 .row-main .col-c-2 .box-text {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
    color: #FFFFFF;
    height: 51px;
}

.section-5 {
/*    padding-bottom: 30px;*/
    background: var(--mainColor);
}

/* Category style */
.play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.breadcumbs {
    display: flex;
    align-items: center;
    padding: 6px 15px;
    background: #EDEDED;
    margin: 15px 0;
}

    .breadcumbs > a {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #373541;
    }

.icon-home-breadcumb {
    position: relative;
    top: -3px;
    margin-right: 9px;
}

.breadcumbs > span {
    margin: 0 6px;
}

.breadcumbs > a:hover {
    color: #B22D25;
    color: var(--mainColor);
}

.video-widget .box-image img.image-cover {
    height: 205px;
}

.video-widget .box-text .heading-box {
    margin-top: 10px;
}

    .video-widget .box-text .heading-box a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        color: #555555;
    }

.widget-category .heading-widget {
    background: #B22D25;
    background: var(--mainColor);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    padding: 7px 15px;
    text-transform: uppercase;
}

    .widget-category .heading-widget.bg-blue {
        background-color: #11519B;
        background-color: var(--textSecondColor);
    }

.list-most-views-widget {
    height: auto;
    overflow-y: scroll;
    background: #EDEDED;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 0;
}

    .list-most-views-widget .item {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #D7DADC;
        padding-left: 15px;
    }

        .list-most-views-widget .item::before {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            background: #B22D25;
            background: var(--mainColor);
            left: 0px;
            top: 7px;
        }

        .list-most-views-widget .item a {
            font-weight: 400;
            font-size: 15px;
            line-height: 20px;
            height: 20px;
            text-align: justify;
            color: #373541;
        }

    .list-most-views-widget.customize-scroll-bar::-webkit-scrollbar-track {
        background: rgb(245, 245, 245);
    }

.widget-category {
    margin-bottom: 15px;
}

    .widget-category .sidebar-4-1-3 {
        padding-top: 0;
    }

    .widget-category .block-9-2-3 {
        top: 0;
        padding-top: 20px;
    }

.news-category-1 {
    margin-top: 22px;
}

    .news-category-1 .box {
        align-items: center;
        background-color: #EDEDED;
    }

    .news-category-1 .box-image img {
        height: 325px;
        width: 520px;
    }

    .news-category-1 .box-text {
        padding-right: 25px;
    }

        .news-category-1 .box-text .heading a {
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            max-height: 72px;
            text-align: justify;
            color: #555555;
        }

        .news-category-1 .box-text .description {
            font-weight: 400;
            font-size: 15px;
            line-height: 24px;
            max-height: 120px;
            text-align: justify;
            color: #555555;
            margin-top: 15px;
            margin-bottom: 0;
        }

.news-category-2 .item-news-category-2 .box-image img {
    height: 175px;
    width: 100%;
}

.news-category-2 .item-news-category-2 .box-text {
    margin-top: 15px;
}

    .news-category-2 .item-news-category-2 .box-text .heading a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        text-align: justify;
        letter-spacing: -0.01em;
        color: #555555;
    }

.row-category-news-2 {
    margin-top: 20px;
}

.col-category-news-3-1 img {
    height: auto;
}

.row-category-news-3 {
    margin-top: 15px;
}

.row-category-news-4 {
    margin-top: 30px;
}

.item-news-category-4 .box-image img {
    height: 175px;
    width: 290px;
}

.item-news-category-4 .box-text .heading a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    max-height: 72px;
    text-align: justify;
    color: #555555;
}

.item-news-category-4 .box-text .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    max-height: 96px;
    text-align: justify;
    color: #555555;
    margin-bottom: 0;
}

.list-news-4 {
    margin-top: 17px;
}

    .list-news-4 .item-news-category-4 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #EDEDED;
    }

/* Category level 1 */
.categorylvl1 .list-news-4 > .col-inner {
    border-top: 1px solid #C1C7CD;
    padding-top: 17px;
}

.row-category-news-4.categorylvl1 {
    margin-top: 0;
}

/* Details News */
.content-area-news .entry-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #11519B;
    color: var(--textSecondColor);
}

.content-area-news .article-inner .entry-meta,
.entry-meta-footer {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    border-top: 1px solid var(--backgroundGray);
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid var(--backgroundGray);
    padding: 5px 0;
    margin-bottom: 12px;
    margin-top: 12px;
}

    .content-area-news .article-inner .entry-meta .date_post_core {
        font-size: 14px;
        line-height: 20px;
        color: #555555;
        color: var(--desciptionTextColor);
    }

    .content-area-news .article-inner .entry-meta .entry-share {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: flex-end;
    }

        .content-area-news .article-inner .entry-meta .entry-share label.share {
            font-size: 14px;
            line-height: 20px;
            color: #181818;
            color: var(--textDarkSecondColor);
            margin-right: 15px;
        }

        .content-area-news .article-inner .entry-meta .entry-share .list-share {
            display: flex;
            align-items: center;
        }

            .content-area-news .article-inner .entry-meta .entry-share .list-share .item {
                margin-right: 5px;
            }

                .content-area-news .article-inner .entry-meta .entry-share .list-share .item:last-child {
                    margin-right: 0;
                    position: relative;
                }

                .content-area-news .article-inner .entry-meta .entry-share .list-share .item > a {
                    display: block;
                }

.share-link > input[type="text"] {
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 1;
    min-width: 500px;
    font-size: 12px;
    border: 1px solid #ccc;
    border: 1px solid var(--backgroundGray) !important;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    display: none;
}

    .share-link > input[type="text"]:focus {
        border: 1px solid #fff !important;
        outline: none !important;
        border: none;
    }

.entry-meta-footer {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    border-top: 1px solid var(--backgroundGray);
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid var(--backgroundGray);
    padding: 5px 0;
    margin-bottom: 12px;
}

    .entry-meta-footer .entry-share {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: flex-end;
    }

        .entry-meta-footer .entry-share .share {
            font-size: 14px;
            line-height: 20px;
            color: #181818;
            color: var(--textDarkSecondColor);
            margin-right: 15px;
        }

        .entry-meta-footer .entry-share .list-share {
            display: flex;
            align-items: center;
        }

            .entry-meta-footer .entry-share .list-share .item {
                margin-right: 5px;
            }

.commnents-post {
    margin-bottom: 15px;
}

    .commnents-post .title-sub-news,
    .post_releated_core .title-sub-news {
        background: #11519B;
        background: var(--textSecondColor);
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
        text-align: justify;
        color: #FFFFFF;
        padding: 10px 15px;
    }

    .commnents-post .comment {
        border: 1px solid #DBDBDB;
        background: #FFFFFF;
        padding: 15px;
    }

        .commnents-post .comment .wapper-info-customer .form-commnent-single .row-1-form,
        .commnents-post .comment .wapper-info-customer .form-commnent-single .row-2-form,
        .commnents-post .comment .wapper-info-customer .form-commnent-single .row-3-form {
            margin-bottom: 15px;
        }

        .commnents-post .comment .wapper-info-customer .form-commnent-single input:focus,
        .commnents-post .comment .wapper-info-customer .form-commnent-single textarea:focus {
            box-shadow: unset;
        }

        .commnents-post .comment .wapper-info-customer .form-commnent-single input,
        .commnents-post .comment .wapper-info-customer .form-commnent-single textarea {
            background: #F7F7F7;
            font-size: 14px;
            color: #181818;
            color: var(--textDarkSecondColor);
        }

            .commnents-post .comment .wapper-info-customer .form-commnent-single input::placeholder,
            .commnents-post .comment .wapper-info-customer .form-commnent-single textarea::placeholder {
                font-weight: 400;
                font-size: 14px;
                line-height: 17px;
                color: #A2A1A5;
            }

        .commnents-post .comment .wapper-info-customer .form-commnent-single .row-3-form input {
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            color: #FFFFFF;
            background: #B22D25;
            background: var(--mainColor);
            border: unset;
            padding: 10px 30px;
            border-radius: 5px;
            background-image: url(../images/paper-plane.svg);
            background-repeat: no-repeat;
            background-position: 8px center;
            background-size: 22px 22px;
        }

            .commnents-post .comment .wapper-info-customer .form-commnent-single .row-3-form input:hover {
                background-color: #822331;
                background-color: var(--secondColor);
            }

        .commnents-post .comment .wapper-info-customer .form-commnent-single .row-3-form > .col {
            text-align: right;
        }

.list-comment-single {
    display: flex;
    flex-direction: column;
}

    .list-comment-single .item-comment {
        border-bottom: 1px solid #DBDBDB;
        padding-bottom: 15px;
        margin-bottom: 15px;
        display: flex;
    }

        .list-comment-single .item-comment .lvl1,
        .list-comment-single .item-comment .lvl2,
        .list-comment-single .item-comment .lvl3 {
            display: flex;
        }

        .list-comment-single .item-comment .lvl2 {
            padding-left: 30px;
            margin-top: 20px;
        }

        .list-comment-single .item-comment .lvl3 {
            padding-left: 60px;
            margin-top: 20px;
        }

        .list-comment-single .item-comment:last-child {
            border: unset;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .list-comment-single .item-comment .avatar {
            width: 25px;
            margin-right: 10px;
        }

            .list-comment-single .item-comment .avatar img {
                width: 25px;
                height: 25px;
                object-fit: cover;
            }

        .list-comment-single .item-comment .content-comment {
            flex: 1;
        }

            .list-comment-single .item-comment .content-comment .name-customer {
                font-weight: 700;
                font-size: 14px;
                line-height: 20px;
                align-items: center;
                color: #484554;
            }

            .list-comment-single .item-comment .content-comment .comment-custommer {
                font-weight: 400;
                font-size: 14px;
                line-height: 24px;
                text-align: justify;
                color: #484554;
                margin-top: 10px;
                margin-bottom: 10px;
            }

            .list-comment-single .item-comment .content-comment .other-comment {
                display: flex;
                align-items: center;
            }

                .list-comment-single .item-comment .content-comment .other-comment .count-line {
                    margin-right: 15px;
                    display: flex;
                    align-items: center;
                }

                    .list-comment-single .item-comment .content-comment .other-comment .count-line img {
                        margin-right: 5px;
                    }

                    .list-comment-single .item-comment .content-comment .other-comment .count-line span {
                        font-size: 14px;
                        line-height: 20px;
                        text-align: justify;
                        color: #A2A1A5;
                    }

                .list-comment-single .item-comment .content-comment .other-comment .reply-comment {
                    font-size: 14px;
                    line-height: 20px;
                    text-align: justify;
                    color: #898E94;
                    margin-right: 30px;
                    cursor: pointer;
                }

                    .list-comment-single .item-comment .content-comment .other-comment .reply-comment:hover {
                        color: #B22D25;
                        color: var(--mainColor);
                    }

                .list-comment-single .item-comment .content-comment .other-comment .time-comment {
                    font-size: 13px;
                    line-height: 24px;
                    text-align: justify;
                    color: #484554;
                }

.form-commnent-single {
    padding-bottom: 0px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 15px;
}

.post_releated_core {
    margin-bottom: 40px;
}

    .post_releated_core .news-releated .item-releated-post {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #EDEDED;
    }

        .post_releated_core .news-releated .item-releated-post:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

        .post_releated_core .news-releated .item-releated-post .box-image {
            width: 288px;
        }

            .post_releated_core .news-releated .item-releated-post .box-image img {
                height: 175px;
                width: 100%;
                object-fit: cover;
            }

        .post_releated_core .news-releated .item-releated-post .box-text .post-title {
            margin-bottom: 15px;
        }

            .post_releated_core .news-releated .item-releated-post .box-text .post-title a {
                font-size: 18px;
                font-weight: 500;
                line-height: 24px;
                height: 48px;
                text-align: justify;
                color: #555555;
            }

        .post_releated_core .news-releated .item-releated-post .box-text .description {
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            height: 96px;
            text-align: justify;
            color: #555555;
        }

.player_playing .detail_right {
    background: #EDEDED;
    height: 482px;
}

.player_playing .detail_right {
    overflow: scroll;
}

    .player_playing .detail_right .title-video {
        font-weight: 500;
        font-size: 30px;
        line-height: 40px;
        color: #555555;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .player_playing .detail_right .description-video {
        font-weight: 400;
        font-size: 15px;
        line-height: 26px;
        text-align: justify;
        color: #555555;
    }

    .player_playing .detail_right .inner_detail_right {
        padding: 15px;
        padding-left: 25px;
    }

.wapper-video-list .item-news-cate {
    margin-bottom: 35px;
}

    .wapper-video-list .item-news-cate .box-image {
        margin-bottom: 15px;
    }

        .wapper-video-list .item-news-cate .box-image .image-cover {
            height: 175px;
        }

    .wapper-video-list .item-news-cate .box-text .heading-box a {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        height: 72px;
        text-align: justify;
        color: #555555;
    }

.row-main-category-video {
    margin-bottom: 30px;
}

.vjs-poster::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000069;
}

.comment-area-video {
    margin-bottom: 30px;
}

.row-main-category-gallery .wapper-image-gallery img {
    height: 464px;
}

.gallery-single-area .single-page summary {
    list-style: none;
    margin-top: 40px;
    text-align: justify;
}

.content-area-news.gallery-single-area .entry-title {
    color: #181818;
}

.wapper-gallery {
    padding: 25px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .wapper-gallery .wapper-item-gallery {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        position: relative;
    }

    .wapper-gallery a {
        display: table;
        position: relative;
        margin: 0 auto;
    }

        .wapper-gallery a svg {
            position: absolute;
            width: 20px;
            top: 50%;
            left: 50%;
            z-index: 1;
            transform: translate(-50%, -50%);
            color: #fff;
            display: none;
        }

        .wapper-gallery a .overlay-gallery {
            position: absolute;
            background: #0000007d;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: none;
        }

        .wapper-gallery a:hover svg,
        .wapper-gallery a:hover .overlay-gallery {
            display: block;
        }

    .wapper-gallery .description-image {
        text-align: center;
        text-align: center;
        font-size: 14px;
        font-style: italic;
        margin-top: 10px;
        font-weight: 400;
    }

.gallery-single-area .inline-share .fb-platform {
    display: flex;
    justify-content: flex-end;
}

.related-gallery .news-releated {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-top: 15px;
}

    .related-gallery .news-releated .item-releated-post {
        width: calc(33.3333% - 20px);
        margin-right: 20px;
    }

.post_releated_core.related-gallery .news-releated .item-releated-post .box-text {
    margin-top: 15px;
}

    .post_releated_core.related-gallery .news-releated .item-releated-post .box-text .post-title a {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        text-align: justify;
        color: #555555;
    }

.post_releated_core.related-gallery .news-releated .item-releated-post .box-image {
    width: 100%;
}

.form-commnent-single .row-1-form > .col {
    position: relative;
}

.search-form .top_form {
    display: flex;
    align-items: center;
}

    .search-form .top_form .key_search {
        width: 450px;
        margin-right: 5px;
        background-color: #fff;
    }

.form-search-legislation .top_form .key_search {
    width: 250px;
}

.search-form .top_form .edition-year {
    margin-right: 5px;
    width: 140px;
}

.search-form .top_form .thematic {
    margin-right: 5px;
    width: 200px;
}

.field-search-scd {
    border: 1px solid #A1C1E6;
    border-radius: 4px;
    height: 50px;
    padding: 0 15px;
}

    .field-search-scd::placeholder {
        font-size: 14px;
    }

    .field-search-scd:focus {
        border: 1px solid #A1C1E6;
        outline: none;
    }

.search-form .top_form .author {
    margin-right: 5px;
    width: 205px;
}

.search-form .top_form .departments {
    margin-right: 5px;
    width: 260px;
}

.search-form .top_form .btn-submit {
    flex: 1;
}

.search-form .top_form input,
.search-form .top_form select {
    width: 100%;
    background: #ffffff;
}

.field-search-key {
    height: 50px;
    border: 1px solid #A1C1E6;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 15px;
    background: url(../images/search-keyword-ap.svg) no-repeat !important;
    background-position: 5px center !important;
    background-size: 30px 30px !important;
    background-color: #fff;
}

    .field-search-key::placeholder {
        font-size: 16px;
        line-height: 19px;
        color: #8A8A8A;
        font-size: 15px;
    }

    .field-search-key:focus {
        outline: none;
    }

.top_form .select-group .select2-selection__rendered {
    line-height: 50px !important;
    font-size: 15px;
}

.top_form .select-group .select2-container .select2-selection--single {
    height: 50px !important;
    border: 1px solid #A1C1E6 !important;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #555555;
}

.top_form .select-group .select2-selection__arrow {
    height: 50px !important;
}

.top_form .btn-submit #submit-search-form {
    background: #11519B;
    background: var(--textSecondColor);
    border: none;
    height: 50px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    text-transform: uppercase;
}

.wapper-search-ap .search-form {
    margin-bottom: 40px;
}

    .wapper-search-ap .search-form .col .col-inner {
        background: #EDEDED;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        padding: 30px 15px;
    }

.row-list-ap .item-anpham .box-anpham .box-image img {
    height: 380px;
}

.row-list-ap .item-anpham .box-anpham .box-text .number-cd {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    text-align: justify;
    text-transform: uppercase;
    color: #555555;
    margin-top: 10px;
    margin-bottom: 3px;
}

.row-list-ap .item-anpham .box-anpham .box-text .heading a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    text-align: justify;
    color: #11519B;
}

.row-list-ap .item-anpham .box-anpham {
    margin-bottom: 40px;
}

.select2-container--default .select2-results__option--selected {
    background-color: #11519B;
    background-color: var(--textSecondColor);
    color: #fff;
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #11519B;
    background-color: var(--textSecondColor);
    font-size: 14px;
}

.select2-results__option--selectable {
    font-size: 14px;
}

.col-head-publications-1 .wapper-gallery a {
    width: 100%;
}

    .col-head-publications-1 .wapper-gallery a img {
        height: 680px;
    }

.col-head-publications-1 .wapper-gallery {
    padding-top: 0;
}

.field-publications {
    display: flex;
    margin-bottom: 20px;
}

    .field-publications .label {
        width: 170px;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        color: #555555;
    }

    .field-publications .content-field {
        flex: 1;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        color: #555555;
    }

    .field-publications.name-publications .content-field {
        color: #11519B;
        color: var(--textSecondColor);
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        text-align: justify;
    }

.btn-cart-publications {
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    background: #11519B;
    background: var(--textSecondColor);
    border-radius: 9px;
    position: relative;
    margin-top: 100px;
}

    .btn-cart-publications:hover {
        background-color: #00438f;
    }

    .btn-cart-publications .btn-publications {
        width: 100%;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: #FFFFFF;
        line-height: 50px;
    }

        .btn-cart-publications .btn-publications span {
            position: relative;
        }

            .btn-cart-publications .btn-publications span::before {
                content: "";
                position: absolute;
                left: -35px;
                top: 50%;
                transform: translate(0, -50%);
                width: 24px;
                height: 24px;
                background: url(../images/cart-publications.svg) no-repeat;
            }

.anpham-other .news-releated {
    display: flex;
    margin-right: -20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .anpham-other .news-releated .box-anpham-other {
        width: calc(25% - 20px);
        margin-right: 20px;
        margin-bottom: 25px;
    }

        .anpham-other .news-releated .box-anpham-other .box-image img {
            height: 380px;
        }

        .anpham-other .news-releated .box-anpham-other .box-text .cate-anpham-other {
            font-size: 14px;
            line-height: 24px;
            height: 24px;
            text-align: justify;
            text-transform: uppercase;
            color: #555555;
            margin-top: 15px;
            margin-bottom: 5px;
        }

        .anpham-other .news-releated .box-anpham-other .box-text .heading a {
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            height: 48px;
            text-align: justify;
            color: #11519B;
            margin-top: 12px;
        }

.wapper-publications {
    min-height: calc(100vh - 280px);
}

.anpham-other .title-sub-news {
    text-transform: uppercase;
}

.top_form .block-radio {
    width: 130px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .top_form .block-radio .block-radio-item {
        display: flex;
        align-items: center;
        height: 25px;
    }

        .top_form .block-radio .block-radio-item input[type="radio"] {
            width: 15px;
            height: 15px;
        }

        .top_form .block-radio .block-radio-item label {
            font-weight: 400;
            font-size: 15px;
            line-height: 19px;
            width: 75px;
            cursor: pointer;
            color: #555555;
        }

        .top_form .block-radio .block-radio-item:first-child {
            margin-bottom: 10px;
        }

.search-form .form-search-legislation .top_form .key_search {
    margin-right: 15px;
}

.rever-drect {
    width: 500px;
}

    .rever-drect .block-date-searh {
        display: flex;
        align-items: center;
    }

        .rever-drect .block-date-searh .block-date-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

            .rever-drect .block-date-searh .block-date-item label {
                width: 200px;
            }

            .rever-drect .block-date-searh .block-date-item input:focus {
                outline: none;
            }

            .rever-drect .block-date-searh .block-date-item .position-relative {
                flex: 1;
                margin-right: 10px;
            }

            .rever-drect .block-date-searh .block-date-item input {
                border: 1px solid #A1C1E6;
                height: 30px;
                padding-left: 15px;
                font-size: 14px;
                padding-top: 3px;
            }

                .rever-drect .block-date-searh .block-date-item input::placeholder {
                    font-size: 13px;
                }

.form-search-legislation .top_form .select-group .select2-selection__rendered {
    line-height: 30px !important;
    font-size: 15px;
}

.form-search-legislation .top_form .select-group .select2-container .select2-selection--single {
    height: 30px !important;
    border: 1px solid #A1C1E6 !important;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #555555;
}

.form-search-legislation .top_form .select-group .select2-selection__arrow {
    height: 30px !important;
}

.departments-legislation {
    display: flex;
    align-items: center;
}

.search-form .top_form .departments.departments-legislation {
    width: 100%;
    padding-right: 10px;
}

    .search-form .top_form .departments.departments-legislation label {
        width: 200px;
    }

    .search-form .top_form .departments.departments-legislation .select2-container {
        flex: 1;
    }

.item-lengislation .head-lengislation {
    background: #D3EFFF;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
    padding: 10px 0;
}

    .item-lengislation .head-lengislation .title-lengislation {
        display: flex;
        align-items: center;
        max-width: 1135px;
        flex: 1;
        margin-bottom: 0;
    }

        .item-lengislation .head-lengislation .title-lengislation > a {
            font-size: 18px;
            line-height: 24px;
            text-align: justify;
            color: #555555;
            padding-left: 15px;
        }

    .item-lengislation .head-lengislation .block-views-lengis {
        display: flex;
        align-items: center;
        padding-right: 15px;
    }

        .item-lengislation .head-lengislation .block-views-lengis .view-pdf,
        .item-lengislation .head-lengislation .block-views-lengis .download-pdf {
            display: flex;
            align-items: center;
            color: red;
        }

            .item-lengislation .head-lengislation .block-views-lengis .download-pdf span {
            }

        .item-lengislation .head-lengislation .block-views-lengis .view-pdf {
            margin-right: 20px;
        }

            .item-lengislation .head-lengislation .block-views-lengis .view-pdf i.views-icon {
                width: 24px;
                height: 24px;
                background: url(../images/eyes-lengis.svg) no-repeat;
            }

        .item-lengislation .head-lengislation .block-views-lengis .download-pdf i.download-icon {
            width: 25px;
            height: 25px;
            background: url(../images/download-lengis.svg) no-repeat;
            background-size: 100% 100%;
        }

        .item-lengislation .head-lengislation .block-views-lengis span > a {
            font-size: 14px;
            line-height: 24px;
            color: #0f0fe9;
            font-weight: 600;
            margin-left: 5px;
            cursor: pointer;
        }

            .item-lengislation .head-lengislation .block-views-lengis span > a:hover {
                color: #B22D25;
                color: var(--mainColor);
            }

.body-lengislation {
    display: flex;
}

.left-content-lengislation {
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

.right-content-lengislation {
    width: 400px;
    padding-left: 15px;
    border-left: 2px solid #C1C7CD;
}

    .right-content-lengislation .field-right-lengislation {
        display: flex;
    }

        .right-content-lengislation .field-right-lengislation .label {
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            color: #555555;
        }

        .right-content-lengislation .field-right-lengislation .content-field-lengislation {
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            text-align: right;
            color: #555555;
            margin-left: auto;
            padding-left: 15px;
        }

.cateDM {
    margin-top: 15px;
}

.item-lengislation {
    margin-bottom: 30px;
}

    .item-lengislation:last-child {
        margin-bottom: 0;
    }

.info-lengislator-single {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .info-lengislator-single .field-single-lengislator {
        display: flex;
        align-items: center;
        margin-right: 20px;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #555555;
    }

        .info-lengislator-single .field-single-lengislator .label {
            margin-right: 6px;
        }

        .info-lengislator-single .field-single-lengislator .check-false-text {
            color: #D11F25;
        }

.footer-lengistolation-single {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

    .footer-lengistolation-single .icon-download {
        width: 25px;
        height: 25px;
        background: url(../images/download-lengis.svg) no-repeat;
        background-size: 100% 100%;
        margin-right: 10px;
    }

.list-lengislation-footer {
    flex: 1;
}

    .list-lengislation-footer .item span {
        font-size: 14px;
        line-height: 24px;
        color: #373541;
    }

    .list-lengislation-footer .item > a {
        font-size: 14px;
        line-height: 24px;
        color: #11519B;
    }

    .list-lengislation-footer .item span.heading {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
        color: #D11F25;
    }

.photo-vbpt-details img {
    max-width: 100%;
}

.list-card-history {
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 30px;
}

.load-ske {
    background: linear-gradient(0.25turn, transparent, #fff, transparent), linear-gradient(#eee, #eee), radial-gradient(38px circle at 19px 19px, #eee 50%, transparent 51%), linear-gradient(#eee, #eee);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    to {
        background-position: 315px 0, 0 0, 0 190px, 50px 195px;
    }
}

.list-card-history .item-card-history.skeleton .right-card span {
    height: 30px;
    width: 125px;
    background: linear-gradient(0.25turn, transparent, #fff, transparent), linear-gradient(#eee, #eee), radial-gradient(38px circle at 19px 19px, #eee 50%, transparent 51%), linear-gradient(#eee, #eee);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
    display: block;
}

.list-card-history .item-card-history.skeleton .left-card .head-history {
    height: 25px;
    width: 250px;
}

.list-card-history .item-card-history.skeleton .left-card .desc-history {
    height: 50px;
    width: 90%;
}

.list-card-history .item-card-history.skeleton .left-card .conten-history {
    height: 80px;
    width: 100%;
}

.list-card-history .item-card-history {
    display: flex;
}

    .list-card-history .item-card-history .center-card {
        width: 35px;
        position: relative;
    }

    .list-card-history .item-card-history .left-card,
    .list-card-history .item-card-history .right-card {
        flex: 1;
    }

    .list-card-history .item-card-history .center-card .cricle-dot {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        position: relative;
        border-radius: 50%;
        border: 1px solid #11519B;
        border: 1px solid var(--textSecondColor);
        background: #ffffff;
    }

        .list-card-history .item-card-history .center-card .cricle-dot::before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            background: #11519B;
            background: var(--textSecondColor);
        }

    .list-card-history .item-card-history .right-card span {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #555555;
        padding: 5px 20px;
        position: relative;
        left: -15px;
        top: 3px;
        padding-left: 20px;
        background: #EDEDED;
        border-radius: 13px;
        z-index: -1;
    }

    .list-card-history .item-card-history .left-card .head-history {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: justify;
        text-transform: uppercase;
        margin-bottom: 10px;
        padding-right: 30px;
        margin-top: 5px;
    }

.click-more-events {
    cursor: pointer;
}

.list-card-history .item-card-history .left-card .head-history > a {
    color: #D11F25;
}

.list-card-history .item-card-history .left-card .desc-history {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 10px;
    padding-right: 30px;
}

    .list-card-history .item-card-history .left-card .desc-history > a {
        color: #11519B;
    }

.list-card-history .item-card-history .left-card .conten-history {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #818181;
    margin-bottom: 50px;
    padding-right: 30px;
}

.list-card-history .item-card-history .center-card::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #11519B;
    background: var(--textSecondColor);
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.list-card-history .item-card-history:nth-child(even) .left-card {
    order: 3;
}

.list-card-history .item-card-history:nth-child(even) .center-card {
    order: 2;
}

.list-card-history .item-card-history:nth-child(even) .right-card {
    order: 1;
    text-align: right;
}

    .list-card-history .item-card-history:nth-child(even) .right-card span {
        left: unset;
        right: -15px;
    }

.list-card-history .item-card-history:nth-child(even) .left-card .head-history,
.list-card-history .item-card-history:nth-child(even) .left-card .desc-history,
.list-card-history .item-card-history:nth-child(even) .left-card .conten-history {
    padding-right: 0;
    padding-left: 30px;
}

.body-search .banner-page {
    background: #ffdfd5;
}

.body-search .breadcrumb {
    margin-bottom: 0;
    padding: 10px 15px;
}

.body-search .title-search {
    margin: 0;
}

.post-news .item-news-cate .box-image img {
    width: 270px;
    height: 160px;
    object-fit: cover;
}

.post-news .item-news-cate .box-image {
    position: relative;
}

    .post-news .item-news-cate .box-image > a .icon_thumb_videophoto,
    .item-news-cate .icon_thumb_videophoto {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        color: var(--textLightColor);
        background: #0000009e;
        font-size: 20px;
        width: 50px;
        height: 50px;
        z-index: 3;
        border-radius: 50%;
    }

        .post-news .item-news-cate .box-image > a .icon_thumb_videophoto:hover,
        .item-news-cate .icon_thumb_videophoto:hover {
            color: #822331;
            color: var(--secondColor);
        }

        .post-news .item-news-cate .box-image > a .icon_thumb_videophoto > i,
        .item-news-cate .icon_thumb_videophoto > i {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

.post-news .item-news-cate {
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid var(--backgroundGray);
    padding-bottom: 12px;
    padding-top: 12px;
}

.actical-cate .post-news:last-child .item-news-cate {
    border: none;
}

.post-news .item-news-cate .box-text .post-title > a {
    color: #181818;
    color: var(--textDarkSecondColor);
    font-weight: 500;
    font-size: 18px;
    text-align: justify;
    max-height: 75px;
    line-height: 25px;
}

    .post-news .item-news-cate .box-text .post-title > a:hover {
        color: #B22D25;
        color: var(--mainColor);
    }

.post-news .item-news-cate .box-text .description {
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    color: #181818;
    color: var(--textDarkSecondColor);
    text-align: justify;
}

.model-open-contact {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    background: #e2e2e2;
    padding: 15px;
    z-index: 100;
    min-width: 380px;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.overlay_menu.active {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000a6;
    background: var(--overLayout);
    z-index: 99;
}

.model-open-contact {
    display: none;
}

.heading-contact-publication {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 49px;
    color: #11519B;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.desc-contact-publication {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: left;
    text-align-last: center;
}

.publication-form .form-commnent-single .row-2-form > .col {
    width: 100%;
    flex: unset;
    margin-bottom: 15px;
}

    .publication-form .form-commnent-single .row-2-form > .col input#name-publication {
        cursor: no-drop;
        background: #ccc;
    }

.publication-sigle .wapper-publications,
.single-legaldocs #list-legandocs {
    display: none;
}

.photo-vbpt-details .table-bordered tbody > tr > th {
    font-size: 14px;
    color: #11519b;
}

.photo-vbpt-details .table-bordered tbody > tr > td {
    font-size: 14px;
}

.list-right-top #selectLanguage button {
    border: none;
    outline: none;
    background: #ffffff;
}

.publication-sigle .wapper-search-ap {
    display: none;
}

.item-lengislation {
    width: 100%;
}

.commnents-post .comment .wapper-info-customer .form-commnent-single textarea {
    height: 60px;
}

.publication-form .form-commnent-single {
    margin-bottom: 0;
}

.item-news-relatedEvent > a {
    color: #333;
}

    .item-news-relatedEvent > a:hover {
        color: #181818;
        color: var(--textSecondColor);
    }

.item-news-relatedEvent {
    position: relative;
    padding-left: 15px;
    margin-bottom: 7px;
}

    .item-news-relatedEvent:before {
        content: "";
        width: 5px;
        height: 5px;
        background: #11519B;
        background: var(--textSecondColor);
        position: absolute;
        left: 0;
        top: 6px;
    }

.carousel-11-2-1 {
    min-height: 190px;
    overflow: hidden;
}

#pills-tabContent2 {
    margin-top: 15px;
}

.item-carousel-11-2-1 {
    position: relative;
}

.name-partner {
    text-align: center;
    margin-top: 7px;
    font-size: 14px;
}

.content-partner {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 1;
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 10px;
    display: none;
}

#pills-tabContent {
    position: relative;
}

.content-parttner {
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: 9;
}

.item-carousel-11-2-1:hover .content-partner {
    display: block;
}

.content-parttner .inner-content-partner {
    border: 1px solid #ccc;
    background: #f1f1f1;
    padding: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.col-6-2-2 .col-inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
}

    .col-6-2-2 .col-inner .item-news-6-2-2 {
        width: calc(50% - 15px);
        margin-right: 15px;
    }

.gopy-form .form-commnent-single {
    margin-bottom: 0;
}

.main-form-ban-doc .comment {
    margin-bottom: 30px;
}

.youreadform-row {
    align-items: center;
}

.col-image-send .img-inner img {
    width: 100%;
}

.wapper-contact-center .lable-title {
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 35px;
    color: #011847;
    margin-bottom: 15px;
}

.wapper-contact-center .des-contact {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 30px;
    text-align: justify;
}

.list-contact-method .item {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .list-contact-method .item img {
        display: block;
        width: 30px;
        height: 30px;
    }

    .list-contact-method .item > a {
        width: calc(100% - 45px);
        padding-left: 15px;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: #000000;
    }

.sumary-description {
    font-size: 15px;
    text-align: justify;
    margin: 15px 0;
   /* background: #f9f9f9;*/
   /* padding: 10px;*/
  /*  border: 1px solid #ccc;*/
    font-style: italic;
    line-height: 1.4em;
}

.rss-page {
    padding-top: 25px;
    padding-bottom: 40px;
}

.title-rss {
    margin-bottom: 20px;
}

.rss-page .rss-wapper .titleMostViews {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.rss-page .rss-wapper h3.subtitle-rss {
    margin-bottom: 30px;
    margin-top: 30px;
}

.rss-page .rss-wapper .titleMostViews .item {
    margin-right: 40px;
    width: calc(50% - 40px);
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

    .rss-page .rss-wapper .titleMostViews .item > a {
        font-size: 17px;
        color: #003fb3;
        font-weight: 400;
    }

        .rss-page .rss-wapper .titleMostViews .item > a:hover {
            color: #002a76;
        }

    .rss-page .rss-wapper .titleMostViews .item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        width: 20px;
        height: 20px;
        background: url('../images/rss-icon.jpg') no-repeat;
        background-size: 100% 100%;
    }

.has-hover {
    position: relative;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin-top: 10px;
}

    .has-hover .box-image {
        display: none;
        position: absolute;
        left: 0;
        bottom: -100px;
        z-index: 1;
    }

    /*.has-hover:hover .box-image{
    display:block;
}*/
    .has-hover .heading-box {
        position: relative;
        padding-left: 15px;
    }

        .has-hover .heading-box::before {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            background: #B22D25;
            background: var(--mainColor);
            left: 0px;
            top: 8px;
        }

    .has-hover .date_post_core {
        font-size: 14px;
        line-height: 20px;
        color: #555555;
        color: var(--desciptionTextColor);
        padding-left: 40px;
        position: relative;
        font-style: italic;
    }

        .has-hover .date_post_core::before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            background: url(../images/calender.svg) no-repeat;
            background-size: 20px 20px;
            left: 15px;
            top: -1px;
        }

.block-hotnews .news-4-1-2 {
    height: auto;
    padding-top: 0;
}

.right-hotnews .heading-line-home {
    text-transform: uppercase;
    font-weight: 500;
    color: #11519B;
    color: var(--textSecondColor);
    margin-bottom: 12px;
}

.right-hotnews .mostviews-hotnews > .col-inner {
    border: 1px solid #e7e7e7;
    border-top: unset;
    padding-left: 15px;
    padding-right: 15px;
}

    .right-hotnews .mostviews-hotnews > .col-inner .item-news-4-1-2 {
        border-bottom: unset;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

.row-4-1 .col-4-2 .heading-box a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    height: 80px;
    text-align: justify;
    color: #555555;
}

.row-9-2 .heading-box a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    text-align: justify;
    color: #555555;
}

.section-9 .has-hover {
    margin-top: 5px;
}

.section-4 .list-most-views-widget {
    height: auto;
}

.row-category-news-9 {
    margin-top: 20px;
}

.col-youreadform .commnents-post {
    position: relative;
}

.ajax-loading.active {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: #00000075;
}

    .ajax-loading.active .bulunuyor .bulunuyor_animasyon {
        width: 50px;
        height: 50px;
        background: url(../images/loading.svg) no-repeat;
        background-size: 50px 50px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.searchBoxTop .select2-container--default .select2-selection--single {
    border: none;
}

    .searchBoxTop .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        color: #6e6e6e;
        background: #ebebeb;
        border-radius: 5px 0 0 5px;
        line-height: 30px;
    }

/*Brower IE*/
.row > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

/*.textLine-1, .textLine-2, .textLine-3, .textLine-4, .textLine-5 {
    display: block;
}*/
.entry-header .entry-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #11519B;
    color: var(--textSecondColor);
}

.entry-meta .date_post_core {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    color: var(--desciptionTextColor);
}

.entry-meta {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    border-top: 1px solid var(--backgroundGray);
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid var(--backgroundGray);
    padding: 5px 0;
    margin-bottom: 12px;
    margin-top: 12px;
}

    .entry-meta .entry-share {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: flex-end;
    }

        .entry-meta .entry-share label.share {
            font-size: 14px;
            line-height: 20px;
            color: #181818;
            color: var(--textDarkSecondColor);
            margin-right: 15px;
        }

        .entry-meta .entry-share .list-share {
            display: flex;
            align-items: center;
        }

            .entry-meta .entry-share .list-share .item {
                margin-right: 5px;
            }

                .entry-meta .entry-share .list-share .item > a {
                    display: block;
                }

.print-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #002958;
    border-radius: 50%;
}

.views-number {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    color: var(--desciptionTextColor);
    font-style: italic;
}

.link-dofolow {
    margin-top: 20px;
    outline: 1px solid #ccc;
}

    .link-dofolow span.select2-container {
        width: 100% !important;
    }


    .link-dofolow .relative {
        padding: 15px;
        background: #f1f1f1;
    }

    .link-dofolow.widget-category .heading-widget {
        margin-bottom: 0;
    }

.phone-pb {
    margin-bottom: 10px;
}

/*.date_post_core{
    visibility:hidden;
}*/
.head-logo-list {
    color: #308ccf;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0;
    position: relative;
}

    .head-logo-list > span.arrow::before {
        border-left: 7px solid #087cca;
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        width: 0;
        top: 3px;
    }

    .head-logo-list > span.text {
        margin-left: 13px
    }

.col-7-1-2 .slick-track {
    margin: 0 -10px;
}

    .col-7-1-2 .slick-track .slick-slide {
        margin: 0 10px;
    }

.widget-category .block-9-2-3 {
    top: 0;
    padding-top: 20px;
    position: relative;
    border: 1px solid #11519B;
}

.lable-9-2-3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #11519B;
    width: max-content;
    margin: 0 auto;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.list-anpham {
    overflow-y: scroll;
    height: 390px;
}

.block-9-2-3 .item-anpham-9-2-3 .d-block {
    width: 130px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.col-head-publications-1 .wapper-gallery {
    padding-top: 0;
}

.wapper-gallery .wapper-item-gallery {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.section-3-vi {
    padding: 40px 0;
    padding-bottom: 30px;
}

    .section-3-vi .row-main .col-news-lg4 .box-image img {
        height: 183px;
        width: 100%;
        /*object-fit: cover;*/
    }

    .section-3-vi .row-main .col-news-lg4 .box-text {
        margin-top: 12px;
    }

        .section-3-vi .row-main .col-news-lg4 .box-text > a {
            font-size: 16px;
            line-height: 22px;
            text-align: justify;
            color: #484554;
            height: 44px;
            font-weight: 500;
        }

.section-4-vi {
    background: #E1F4FD;
}


.section-vi-1 {
    padding: 30px 0;
    padding-bottom: 15px;
}

    .section-vi-1 .list-widget .item-widget {
        background: var(--mainColor);
        border-radius: 4px;
        height: 90px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        margin-bottom: 15px;
    }


        /* Add css page vs code */
        .section-vi-1 .list-widget .item-widget:hover {
            background: var(--bgHoverColor);
            transition: all .5s;
        }

        .section-vi-1 .list-widget .item-widget .box-image {
            width: 90px;
        }

        .section-vi-1 .list-widget .item-widget .box-text {
            font-weight: 700;
            font-size: 16px;
            line-height: 19px;
            color: #FFFFFF;
        }

        .section-vi-1 .list-widget .item-widget .box-vertical {
            align-items: center;
        }

    .section-vi-1 .col-vi-1-1-1 .col-vi-1-1-1-1 {
        margin-bottom: 30px;
    }

    .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-first {
        margin-bottom: 25px;
    }

        .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-first .box-image {
            width: 215px;
        }

            .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-first .box-image img {
                width: 100%;
                height: 142px;
                object-fit: cover;
            }

        .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-first .box-text .title-box a {
            font-size: 15px;
            line-height: 20px;
            text-align: start;
            color: #0066B3;
            max-height: 60px;
        }

        .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-first .box-text .desc-box {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            text-align: justify;
            color: #555555;
        }

    .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-list .list-news-vi9 {
        position: relative;
        padding-left: 20px;
    }

        .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-list .list-news-vi9 .title-box {
            margin-bottom: 15px;
        }

            .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-list .list-news-vi9 .title-box > a {
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
                text-align: justify;
                color: #393939;
            }

        .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-list .list-news-vi9 .desc-box {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            text-align: justify;
            color: #555555;
        }

    .section-vi-1 .col-vi-1-1-2 .list-widget {
        margin-top: 12px;
    }

    .section-vi-1 .image-cover img {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
    }

    .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-list .list-news-vi9:first-child {
        margin-bottom: 40px;
    }

    .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-list .list-news-vi9::before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background: #B11116;
        top: 5px;
        left: 0;
    }

    .section-vi-1 .col-vi-1-1-3 {
        margin-top: 30px;
    }

.section-vi-2 {
    background: #EAF7FF;
    padding-top: 30px;
    padding-bottom: 15px;
}

    .section-vi-2 .blog-news-vi9 .box-first {
        margin-bottom: 25px;
    }

        .section-vi-2 .blog-news-vi9 .box-first .box-image {
            width: 215px;
        }

            .section-vi-2 .blog-news-vi9 .box-first .box-image img {
                width: 100%;
                height: 142px;
                object-fit: cover;
            }

        .section-vi-2 .blog-news-vi9 .box-first .box-text .title-box a {
            font-size: 15px;
            line-height: 20px;
            text-align: start;
            color: #0066B3;
            max-height: 80px;
        }

        .section-vi-2 .blog-news-vi9 .box-first .box-text .desc-box {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            text-align: start;
            color: #555555;
        }

    .section-vi-2 .blog-news-vi9 .box-list .list-news-vi9 {
        position: relative;
        padding-left: 20px;
    }

        .section-vi-2 .blog-news-vi9 .box-list .list-news-vi9 .title-box {
            margin-bottom: 15px;
        }

            .section-vi-2 .blog-news-vi9 .box-list .list-news-vi9 .title-box > a {
                font-weight: 500;
                font-size: 14px;
                line-height: 19px;
                text-align: justify;
                color: #393939;
                height: 38px;
            }

        .section-vi-2 .blog-news-vi9 .box-list .list-news-vi9 .desc-box {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            text-align: justify;
            color: #555555;
        }

        .section-vi-2 .blog-news-vi9 .box-list .list-news-vi9::before {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            background: #B11116;
            top: 5px;
            left: 0;
        }

    .section-vi-2 .blog-news-vi9 .box-list .list-news-vi9 {
        margin-bottom: 20px;
    }

.LabelTitleText {
    margin-bottom: 30px;
}

    .LabelTitleText > a {
        font-weight: 500;
        font-size: 28px;
        line-height: 33px;
        color: #0066B3;
    }

.wapperBlog2 > .row-main {
    margin-right: -1.75rem;
    margin-left: -1.75rem;
}

    .wapperBlog2 > .row-main > .col {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

.section-breadcums {
    min-height: 320px;
}

    .section-breadcums > .bg {
        background: url('../images/CongCuTinhToan.jpg') no-repeat;
        background-size: cover;
    }

.main-breadcums h1 {
    color: #ae1c3f;
    font-size: 35px;
    margin-top: 10px;
    text-shadow: 1px 1px 2px #f5f5f5;
    font-weight: 700;
}

.list-menu-calculation {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .list-menu-calculation .item_mnu {
        width: 222px;
        margin-right: 15px;
        text-align: center;
    }

        .list-menu-calculation .item_mnu .name_mnu > a {
            font-size: 16px;
            margin-top: 3px;
            display: inline-block;
            color: #333333;
        }

.head-calculator {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.main-form-tinh {
    padding: 30px 0;
}

    .main-form-tinh .form-block {
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
    }

        .main-form-tinh .form-block .title-form-block {
            font-size: 28px;
            color: #010101;
            display: inline-block;
            margin-bottom: 20px;
        }

        .main-form-tinh .form-block .form-wapper-calculator {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            margin-right: -15px;
        }

            .main-form-tinh .form-block .form-wapper-calculator > .item-field {
                width: calc(25% - 15px);
                margin-right: 15px;
            }

                .main-form-tinh .form-block .form-wapper-calculator > .item-field .input-group-text {
                    font-size: 13px;
                    color: #686868;
                }

                .main-form-tinh .form-block .form-wapper-calculator > .item-field .label {
                    font-size: 15px;
                    margin-bottom: 5px;
                    font-weight: 500;
                }

                    .main-form-tinh .form-block .form-wapper-calculator > .item-field .label span {
                        color: red;
                    }

                .main-form-tinh .form-block .form-wapper-calculator > .item-field input,
                .main-form-tinh .form-block .form-wapper-calculator > .item-field .select2-selection--single .select2-selection__rendered {
                    font-size: 14px;
                    height: 38px;
                }

.btn-calulation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

    .btn-calulation > a {
        border: 1px solid #ae1c3f;
        border-radius: 3px;
        padding: 10px;
        background: #ae1c3f;
        color: #fff;
        text-align: center;
        transition: all .3s ease;
        min-width: 200px;
    }

        .btn-calulation > a:hover {
            background: #010101;
        }

#stlgt-number, #stlgtlk-number {
    color: #218a00;
}

.wapper-parent-page {
    display: flex;
    margin-right: -20px;
    flex-wrap: wrap;
    padding: 30px 0;
    justify-content: center;
}

    .wapper-parent-page .card-child-page {
        width: calc(25% - 20px);
        margin-right: 20px;
    }

        .wapper-parent-page .card-child-page .image-page-child {
            margin-bottom: 15px;
        }

            .wapper-parent-page .card-child-page .image-page-child img {
                width: 100%;
                height: 200px;
                object-fit: cover;
            }

        .wapper-parent-page .card-child-page .text-page-child .title-page-child a {
            font-weight: 500;
            font-size: 18px;
            line-height: 24px;
            height: 48px;
            text-align: center;
            color: #11519B;
        }

        .wapper-parent-page .card-child-page .text-page-child .desc-page-child {
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            height: 54px;
            text-align: justify;
            color: #555555;
            margin-top: 10px;
            margin-bottom: 3px;
        }

.col-vi-1-1-3 .list-widget, .tien-ich .list-widget {
    display: flex;
    margin-right: -12px;
    flex-wrap: wrap;
}

    .tien-ich .list-widget .item-widget {
        background: var(--mainColor);
        border-radius: 4px;
        height: 90px;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }

        .tien-ich .list-widget .item-widget .box-vertical {
            align-items: center;
        }

        .tien-ich .list-widget .item-widget .box-image {
            width: 90px;
        }

        .tien-ich .list-widget .item-widget .box-text {
            font-weight: 700;
            font-size: 16px;
            line-height: 19px;
            color: #FFFFFF;
        }

    .col-vi-1-1-3 .list-widget .item-widget, .tien-ich .list-widget .item-widget {
        width: calc(20% - 12px);
        margin-right: 12px;
    }

.section-tienich {
    background: #ffffff;
    padding: 30px 0;
}

.detail_left .wapper-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .detail_left .wapper-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.search-form .form-search-tc .top_form .key_search {
    width: 370px;
}

#list-organization {
    padding: 30px 12px;
}

    #list-organization .item-tochuc {
        padding-bottom: 10px;
        margin-bottom: 8px;
        border-bottom: 1px solid #ccc;
    }

        #list-organization .item-tochuc .heading > a {
            font-size: 23px;
            color: #103976;
            line-height: 1.2em;
        }

            #list-organization .item-tochuc .heading > a:hover {
                color: #000083;
            }

        #list-organization .item-tochuc .address {
            color: #333;
            margin: 10px 0;
            font-size: 15px;
            display: flex;
        }

        #list-organization .item-tochuc .type {
            display: flex;
        }

            #list-organization .item-tochuc .type span {
                color: #878787;
                font-size: 14px;
                font-style: italic;
            }

        #list-organization .item-tochuc svg {
            width: 30px;
        }

.head-calculator .canhbao {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    font-style: italic;
    color: #9d3535;
}

.loadding-animate {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999999;
    display: none;
}

.section-iframe {
    padding: 25px 0;
}

.wapper-iframe {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    justify-content: center;
}

    .wapper-iframe .item24h {
        width: calc(33.33333% - 15px);
        margin-right: 15px;
        position: relative;
    }

        .wapper-iframe .item24h .head {
            position: relative;
        }

            .wapper-iframe .item24h .head > span {
                display: inline-block;
                color: #fff;
                font-weight: 500;
                padding: 0 6px;
                line-height: 20px;
                font-size: 13px;
            }

            .wapper-iframe .item24h .head::after {
                content: "";
                position: absolute;
                width: 100%;
                height: 1px;
                bottom: 0;
                left: 0;
            }

        .wapper-iframe .item24h.tygiavang .head > span,
        .wapper-iframe .item24h.tygiavang .head::after {
            background: #e3b014;
        }

        .wapper-iframe .item24h.tygiatien .head > span,
        .wapper-iframe .item24h.tygiatien .head::after {
            background: #08b089;
        }

        .wapper-iframe .item24h.thoitiet .head > span,
        .wapper-iframe .item24h.thoitiet .head::after {
            background: #2c90d0;
        }

        .wapper-iframe .item24h .table24h {
            border: 1px solid #ccc;
        }

.table24h .rowTable24 {
    display: flex;
    align-items: center;
}

    .table24h .rowTable24 .rowHead {
        display: inline-block;
        padding: 5px;
        overflow: hidden;
        width: 60px;
        padding-left: 10px;
        background-color: #e7e7e7;
        font-size: 13px;
    }

    .table24h .rowTable24 .solieu {
        flex: 1;
        padding: 0 10px;
        font-size: 13px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

        .table24h .rowTable24 .solieu .header-loc {
            font-size: 12px;
            margin: 0;
            margin-right: 5px
        }

        .table24h .rowTable24 .solieu span {
            font-weight: 400;
        }

.thoitiet .solieu img {
    vertical-align: -4px;
    width: 16px;
    height: 16px;
    display: inline;
}

.table24h .rowTable24 .solieu#garenal_nhietHn,
.table24h .rowTable24 .solieu#garenal_nhietHcm {
    color: #999999;
}

#garenal_nhietHn .date,
#garenal_nhietHcm .date {
    font-size: 12px;
    margin-bottom: 0;
}

#garenal_nhietHn svg,
#garenal_nhietHcm svg {
    width: 25px;
    margin: 0 8px;
    height: auto;
}

.wrapper-scurity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .wrapper-scurity .input-group-prepend {
        order: 2;
    }

    .wrapper-scurity #imageContainer {
        margin: 0 15px;
    }

        .wrapper-scurity #imageContainer img {
            height: 35px;
        }

.table-overview {
    margin-bottom: 20px;
}

    .table-overview tbody, td, tfoot, th, thead, tr {
        border-color: inherit;
        border-style: solid;
        border-width: 1px;
        padding: 5px;
    }
.tygiavang.item24h .table24h .rowItem1.rowTable24 {
    margin-bottom: 5px
}
.tygiatien.item24h .table24h .rowItem1.rowTable24 {
    margin-bottom: 5px
}

.widget-category.widget-category-4 {
    display: none;
}
.hidden {
    display: none;
}

.pagination-container {
    width: calc(100% - 2rem);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    padding: 1rem 0;
    justify-content: center;
}

.pagination-number,
.pagination-button {
    font-size: 1.1rem;
    background-color: transparent;
    border: none;
    margin: 0.25rem 0.25rem;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: .2rem;
}

    .pagination-number:hover,
    .pagination-button:not(.disabled):hover {
        background: #fff;
    }

    .pagination-number.active {
        color: #fff;
        background: #0085b6;
    }
.pagination-next {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-n-p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-new {
    height: 40px !important;
    text-align: left !important;
}

.textLine-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-93 {
    width: 93% !important
}

.w-95 {
    width: 95% !important
}

.fz-16 {
    font-size: 16px !important
}

.textLine-3 fz-16 {
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}