.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.bg-main {
    background: var(--color-main);
}

.banner-img-fluid {
    width: 100%;
    height: auto;
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
/*DATE*/
.clock-container {
    display: flex;
}

.date {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.time {
    font-size: 1.5rem;
}

/*DATE*/
.text-home {
    color: #000;
}

.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
/*danh muc*/
.categories-section.list-unstyled {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.categories-section li {
    background: #1c62ed;
    padding: 5px 5px 5px 10px;
}

.categories-section li a {
    color: #fff;
    font-size: 12px;
}

/*danh muc*/
.box-section-1 {
    border: 1px solid #e7e7e7;
}

.box-section-1 .inner-content {
    padding: 15px 20px;
}

.article-title {
    font-weight: 600;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
}

.article-title a {
    color: black;
}

.box-section-2 {
    padding: 1rem;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.box-section-3 {
    background-image: linear-gradient(to bottom,#0873dc,#ffede4);
    background-color: #fff;
    border: 1px solid #e7e7e7;
    padding: 1px!important;
}

.wrp-title-section-2 {
    position: relative;
}

.wrp-title-section-2::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right,#0873dc,#fff3ed);
    left: 0;
    bottom: 0;
}

.title-section-1 {
    line-height: 1;
    margin-bottom: 15px;
    color: var(--color-main);
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 2px solid var(--color-main);
    padding-bottom: 15px;
    font-weight: bold;
}

.title-section-2 {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: #fff;
    display: inline-block;
    background: rgb(8,115,220);
    background: linear-gradient(90deg, rgba(8,115,220,1) 0%, rgba(132,176,224,1) 70%, rgb(204 212 227) 100%);
    margin-bottom: 0;
    font-size: 1.8rem;
}

.title-section-2::after {
    content: '';
    position: absolute;
    background-image: linear-gradient(to right,#c7d2e3,#ffede4);
    height: 100%;
    width: 45px;
    border-radius: 0 100% 0 0;
    top: 0;
    right: -45px;
}

.view-small {
    margin-bottom: 15px;
    /* border-bottom: 1px solid #e5e5e5; */
    /* padding-bottom: 15px; */
}

.view-small:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.title-section-5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: var(--color-main);
    position: relative;
    font-weight: 700;
    font-size: 17px;
}

.title-section-5::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: var(--color-main);
    position: absolute;
    left: 0;
    bottom: 0;
}

.small-section-2 .article-title {
    font-size: 14px;
    font-weight: 600;
}

.small-section-2 .article-title a {
    color: black !important;
}

.small-section-2 .article-title a:hover {
    color: #1c62ed !important;
}

.article-title a {
    color: black !important;
}

.article-title a:hover {
    color: #1c62ed !important;
}

.small-section-2 {
    margin-bottom: 10px;
    /* border-bottom: 1px dotted #bdbdbd; */
    padding-bottom: 0px;
}

.small-section-2:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.box-section-4 ul {
    margin: 0;
    padding: 0;
}

.box-section-4 ul li {
    list-style: none;
    margin-bottom: 15px;
}

.box-section-4 ul li a {
    display: block;
    padding: 18px 20px;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    transform: scale(1);
}

.box-section-4 ul li span {
    width: 80%;
    display: inline-block;
}

.box-section-4 ul li a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
    background: #17222B;
}

.box-section-4 ul li a:hover {
    transform: scale(1.03);
}

.wrp-video-section article {
    position: relative;
    margin-bottom: 15px;
}

.wrp-video-section .article-title a {
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.wrp-video-section .row>div:nth-child(1) article .article-title a, .wrp-video-section .row>div:nth-child(2) article .article-title a {
    position: absolute;
    display: block;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding: 15px 12px;
}

.wrp-video-section {
    padding: 1rem 1rem 0px;
    /*background-color: #e2e2e2;*/
}

.ratio-custome-1 {
    padding-top: 45%;
}

.small-section-1 {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.small-section-1:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.small-section-1 .article-title {
    font-size: 16px;
}

.view-more:hover > a {
    color: var(--color-main);
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: url(https://cdn4183.cdn4s7.io.vn/media/banner/chantrang2_1_b0865.png) no-repeat;
    background-size: cover;
}

.social-section ul li a {
    display: inline-block;
    width: 24px;
    font-size: 16px;
    text-align: center;
    color: #666;
}

.entire-info-website a {
    color: black;
}

/*Css by Thuong*/
.article_left .article-item {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    border-radius: 8px;
}

.article_left .inner-image img {
    border-radius: 8px 8px 0 0;
}

.fs-17 {
    font-size: 17px;
}

.tieu_diem_cs {
    border-bottom: none;
}

.category_name li {
    list-style: none;
}

.contact_section form input, .contact_section form textarea {
    border-radius: 8px;
    border: 1px solid #ccc;
}

.contact_section .btn-submit {
    border-radius: 8px;
}

.breadcrumbs-section a:first-child {
    border-left: 1px solid #ccc;
}

.breadcrumbs-section {
    border-top: 1px solid #ddd;
}

.breadcrumbs-section a {
    margin-right: 0;
    color: #000;
    text-decoration: none;
    padding: 2px 0 2px 18px;
    position: relative;
    line-height: 28px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    display: inline-block;
    margin-left: 0;
    float: left;
}

.breadcrumbs-section a > span {
    padding-left: 5px;
}

.breadcrumbs-section a::before {
    content: " ";
    display: inline-block;
    width: 24px;
    background: #ccc;
    height: 1px;
    position: absolute;
    transform: rotate(-45deg);
    bottom: 7px;
    z-index: 2;
    left: calc(100% - 4px);
    border: none;
}

.breadcrumbs-section a::after {
    content: " " !important;
    display: inline-block;
    width: 24px;
    background: #ccc;
    height: 1px;
    position: absolute;
    transform: rotate(45deg);
    top: 7px;
    z-index: 2;
    left: calc(100% - 10px);
    border: none;
}

.breadcrumbs-section h1 span {
    margin-right: 0;
    color: #000;
    text-decoration: none;
    padding: 2px 0 2px 18px;
    position: relative;
    line-height: 28px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    display: inline-block;
    margin-left: 0;
    float: left;
}

.breadcrumbs-section h1 span::before {
    content: " ";
    display: inline-block;
    width: 24px;
    background: #ccc;
    height: 1px;
    position: absolute;
    transform: rotate(-45deg);
    bottom: 7px;
    z-index: 2;
    left: calc(100% - 4px);
    border: none;
}

.breadcrumbs-section h1 span::after {
    content: " " !important;
    display: inline-block;
    width: 24px;
    background: #ccc;
    height: 1px;
    position: absolute;
    transform: rotate(45deg);
    top: 7px;
    z-index: 2;
    left: calc(100% - 3px);
    border: none;
}

.color-green {
    color: var(--green);
}

.pagination .page-item {
    padding: 3px 5px;
    border: 1px solid #ccc;
    margin: 0 2px;
    min-width: 30px;
    height: 30px;
    line-height: 20px;
    font-weight: bolder;
    border-radius: 50%;
    background-color: #f1f2f3;
    color: #626262;
    text-align: center;
    display: inline-block;
}

.pagination .page-link {
    padding: 0 5px;
}

.article-detail {
    padding: 1rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.article-description {
    color: #626262;
}

.inner-content .article-description {
    height: 10vh;
}

/*chi tiet bai viet*/
.coment-news {
    padding: 1rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.infor-text {
    font-size: 18px;
}

/*End css*/
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 576px) {
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    footer {
        background: url(https://cdn4183.cdn4s7.io.vn/media/banner/chantrang2_1_b0865.png) right;
        background-size: cover;
    }

    .menu-section > ul > li > a img {
        filter: invert(1) sepia(1) saturate(1000%) hue-rotate(180deg);
    }
}

@media (max-width: 768px) {
    .menu-section > ul > li > a img {
        filter: invert(1) sepia(1) saturate(1000%) hue-rotate(180deg);
    }
}

@media (max-width: 992px) {
    /*.wrp-video-section .row>div:nth-child(1), .wrp-video-section .row>div:nth-child(2) {*/ /*    flex: 0 0 50%;*/ /*    max-width: 50%;*/ /*}*/ .menu-section > ul > li > a img {
        filter: invert(1) sepia(1) saturate(1000%) hue-rotate(180deg);
    }
}

/*newss*/
.article-news .article_right {
    background: #fff;
    border: 1px solid #E8E8E8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-news .article-title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.article-news .article-description {
    color: #626262;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.post-date_see {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-date_see .view_article {
    font-size: 12px;
}

.article-news .article_right .inner-content {
    padding: 5px;
    border-bottom: 1px solid #B3B3B3;
}

.article-news .article-item {
    margin-bottom: 0rem;
}

.view-more-btn .btn {
    padding: 12px 20px;
    background-color: var(--color-main);
    color: #fff;
    border: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    font-size: 16px;
    width: 100%;
    line-height: 24px;
}

.article-news .article-item .inner-content {
    padding: 5px;
}

.article-news .article-item .inner-content a.link-more {
    font-size: 12px;
    color: var(--color-main);
    line-height: 24px;
}

.title-icon {
    border-bottom: 2px solid #1c62ed;
    background-color: #f5f5f5;
    padding: 10px 15px;
}

.article-title:hover a {
    color: var(--color-highlight);
    text-decoration: underline;
}

/*newss*/
/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    right: 20px;
    bottom: 20px;
    position: fixed;
    height: 60px;
    width: 60px;
    background: var(--color-highlight);
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 10px;
    line-height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 24px;
    margin-bottom: 2px;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: #00bcd4d1;
    border-radius: 50px;
    position: absolute;
    left: -22px;
    top: -22px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 24px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    width: 100%;
}

.contact-fixed__item:hover {
    background-color: #eeeeee;
    color: var(--color-text);
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background-color: #00bcd4d1;
    border-radius: 50%;
    padding: 8px;
}

.contact-fixed__item-icon img {
    filter: brightness(0) invert(1);
    width: 30px;
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

/*End Button Contact Fixed*/
.contact-right .share-button-icon {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.bg-cus-xanh {
    background-color: #1c62ed;
}

.marker-image-home-white {
    filter: brightness(0) invert(1);
    width: 14px;
    height: 14px;
}
.video-item .inner-image>div {
    padding-top:65%
}
@media (min-width: 992px) and (max-width: 1400px) {
    .inner-content .article-description {
        height: 6.5vh;
    }
}

/*CSS quyettq*/
.article-news .article-description {
    height: calc(3 * 1.3em);
}