.box-header-info a {
    display: inline-flex;
    align-items: center;
    color: #000;
}

.title-website .logo-dsc img {
    height: 74px;
}
.box-header-info .info .name {
    font-weight: 700;
    margin-bottom: 1px;
    white-space: nowrap;
}

.box-header-info.box-header-mail span.info {
    text-align: left;
    margin-left: 10px;
}
.header-menu > .container > .row > div:nth-child(3) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.object-fit-contain {
    object-fit: contain !important;
}
.box-list-top .box-left .article-item:hover .inner-content .article-title a {
    color: var(--color-highlight);
}
.box-detail-tags {
    margin-top: 10px;
}

.ratio-list .custom-control-inline input.active ~ .custom-control-label {
    /* color: var(--color-highlight); */
    /* font-weight: 700; */
}
.box-article-hot .inner-content .comment {
    color: #000000 !important;
}
@media (min-width: 1200px) {
    /* .box-top-hot-home>.container>.row>div:nth-child(1), .box-top-hot-home>.container>.row>div:nth-child(2) {
        flex: 0 0 37.5%;
        max-width: 37.5%;
    } */
    .box-detail-tags {
        margin-bottom: 20px;
    }
    .footer-mid>.container>.row>div {
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .footer-mid>.container>.row>div:first-child {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .menu-section > ul > li:first-child {
        margin-left: 10px;
    }
    
    .header-top>.container>.row {
        display: flex;
        align-items: center;
    }
    .menu-section .entry-menu.dropdown {
        border-radius: 8px;
    }
    .menu-section>ul {
        display: flex;
        justify-content: space-between;
    }
    .menu-section > ul > li {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
        
    .header-top .menu-section>ul {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10px;
    }
    
    
    .box-search .input-group {
        background: #ffffff;
        border-radius: 25px;
        border: 1px solid #ddd;
    }
    .header-top .menu-section>ul>li>a {
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }

}
.header-top > .container > .row > div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.box-search .input-group .input-group-append .btn-submit {
    background: none;
    border: 0;
    width: 68px;
    padding: 4px !important;
    background: #fff;
    height: 42px;
    border-radius: 25px;
    top: 2px;
    right: 2px;
    background: linear-gradient(93.07deg, #005d98 -16.41%, #0972CE 99.41%);
}

.box-search .input-group .form-control {
    border: 0;
    padding: 0;
    font-size: 16px;
    background: none;
    height: 46px;
    padding-left: 15px;
}

.align-row-center > .container > .row > div,
.align-row-center > .row > div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

@media (min-width: 1350px) {
    header .container {
        /* max-width: calc(100% - 250px); */
    }
    .container {
        max-width: 1350px;
    }
}

.section-home-01 {
    margin-bottom: 50px;
}

.title-section:before {
    position: absolute;
    content: "";
    left: 0;
    width: 75px;
    height: 3px;
    background: linear-gradient(-90deg, var(--color-highlight), var(--color-main));
    bottom: -8px;
}

.box-article-hot .article-left .article-item .inner-image .img {
    border-radius: 8px !important;
    overflow: hidden;
}

.article-item .inner-image {
    margin-bottom: 15px;
}

.inner-content .article-category a {
    display: flex;
    color: var(--color-highlight) !important;
    text-transform: uppercase;
    font-size: 12px;
    background: rgba(9, 114, 206, 0.1);
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 6px !important;
}

.article-left .inner-content .article-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Merriweather";
}
.article-item-small {
    display: flex;
    margin-bottom: 20px;
}

.article-item-small .inner-image {
    flex: 0 0 142px;
    max-width: 142px;
}

.article-item-small .inner-content {
    flex-basis: calc(100% - 142px);
    max-width: calc(100% - 142px);
    padding-left: 20px;
}

.article-item-small .inner-content .article-title {
    font-size: 15px;
    font-family: "Merriweather";
}

.article-item-small .inner-content .article-title a {
    color: #000;
}

.article-item-small .inner-content .article-category a {
    font-size: 12px;
    display: inline-flex !important;
}

.article-item-small .inner-image .img {
    border-radius: 5px;
    overflow: hidden;
}

.box-article-hot .article-right .link-article {
    margin-top: 30px;
}

.box-article-hot .article-right .link-article a {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-highlight);
}

.box-article-hot .article-right .link-article a i {
    margin-left: 5px;
}

.banner-right {
    /* margin-top: 64px; */
}

.banner-right .item {
    position: relative;
    margin-bottom: 15px;
}

.banner-right .item .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.banner-right .item .content .description .swiper-slide--link {
    padding: 5px;
    font-size: 10px;
    width: 90px;
    height: 30px;
    display: inline-flex;
    background: var(--color-highlight);
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
}

.banner-right .item .content .name {
    color: #fff;
    font-weight: 700;
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 10px;
}

.banner-right .item .img {
    /* border-radius: 8px; */
    overflow: hidden;
}

.box-article-hot .article-left .article-item {
    margin-bottom: 0;
}

.title-link .title-section {
    margin-bottom: 0;
}

.title-link, .box-article-right>.title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px !important;
    align-items: flex-end;
    border-bottom: 2px solid var(--color-highlight);
    padding-bottom: 15px;
    font-size: 20px !important;
    font-family: "Merriweather";
}
.box-detail-tags.box-detail-shear .list-social .btn-social svg {
    width: 16px;
    height: 16px;
}
.title-link .link-right {
    color: var(--color-highlight);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.section-home-02 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.box-article-update .article-item {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(238, 238, 238, 1);
}

.box-article-update .article-item .inner-image {
    margin-bottom: 15px;
}

.box-article-update .article-item .inner-image {
    margin-bottom: 15px;
}

.box-article-update .article-item .inner-image .img {
    border-radius: 14px;
    overflow: hidden;
}

.box-article-update .article-item .article-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 5px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-article-update .article-item .link-comment {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-item .inner-content .link-comment .btn-all {
    max-width: initial;
    height: 34px;
    border: 0;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    width: auto;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    padding-top: 2px;
    border: 1px solid var(--color-highlight);
    padding-left: 10px;
    padding-right: 10px;
}
.box-article-update .article-item .inner-content {
    /* padding-top: 15px; */
    /* border-top: 1px solid #e7e7e7; */
}

.title-link .title-section::before {
    bottom: -16px;
}

.box-contact-page {
    padding: 70px 0;
}

.box-contact-page .slogan-section {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.box-contact-page .dsc-slogan {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.box-contact-page .info .item-contact {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 14.8px 0px rgba(0, 0, 0, 0.15);
    padding: 45px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-contact-page .info .item-contact .icon img {
    height: 55px;
    width: 55px;
    object-fit: contain;
}

.box-contact-page .info .item-contact .icon {
    margin-bottom: 15px;
}

.box-contact-page .info .item-contact .name {
    font-weight: 700;
    margin-bottom: 3px;
}

.box-contact-page .info .item-contact .dsc {
    margin-bottom: 15px;
}

.box-contact-page .info .item-contact .start-now .btn-all {
    background: var(--color-highlight);
    color: #fff;
    border-color: var(--color-highlight);
}
.box-contact-page .info .item-contact ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 15px;
}

.box-contact-page .info .item-contact ul>li {
    padding-left: 5px;
    padding-right: 5px;
    list-style: none;
}

.box-contact-page .info .item-contact ul>li>a {
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 76px;
    background: #EEF5F3;
    color: rgba(112, 128, 124, 1);
}


.item-contact.item-contact-03 .name {margin-bottom: 14px !important;}
.box-contact-page .info .item-contact .whatsapp a {
    color: #000;
}

.box-contact-page .info .item-contact .whatsapp a svg {
    margin-right: 6px;
}

.box-contact-page .info .item-contact .hours {
    margin-bottom: 25px;
}
.box-form-contact {
    padding: 40px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 13.8px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 70px;
}

.box-form-contact .slogan-section {
    margin-bottom: 10px;
}

.box-form-contact .dsc-section {
    margin-bottom: 30px;
}

.box-form-contact .form-group {
    margin-bottom: 20px;
}

.box-form-contact .form-group label {
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    align-content: center;
}

.box-form-contact .form-group label i {
    font-size: 21px;
    margin-right: 9px;
    line-height: 1;
    display: inline-flex;
    align-content: center;
    align-items: center;
}

.box-form-contact .form-group .form-control {
    border-radius: 8px;
    border-color: rgba(165, 178, 175, 1);
    font-size: 16px;
}
.box-contact-faq .btn.btn-submit {
    border-radius: 8px;
    width: 100%;
    height: 45px;
}
.box-form-contact textarea.form-control {
    height: calc(100% - 35px);
}

.box-form-contact .info-form-right {
    height: 100%;
    position: relative;
}

.box-form-contact .info-form-right .form-group {
    height: 100%;
    margin-bottom: 0;
}

.box-form-contact .info-form-right span.btn.btn-submit {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    left: 10px;
    border-radius: 20px;
    background: none;
    color: var(--color-highlight);
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-form-contact .info-form-right span.btn.btn-submit i {
    font-size: 24px;
}
.btn-all {
    display: flex
;
    width: 100%;
    height: 48px;
    border: 1px solid #000;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    cursor: pointer;
}

.box-form-contact .title-section {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
}
.box-form-contact .slogan-section {
    margin-bottom: 10px;
        font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.box-form-contact .title-section:before {
    display: none;
}

.box-form-contact .form-group label svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.section-home-03 {
    margin-bottom: 50px;
}

.box-top-deals .list .item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-top-deals .list>.row>div {
    margin-bottom: 20px;
}


.box-top-deals .list .item .inter-top .name {
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-left: 15px;
    font-size: 20px;
    font-weight: 700;
}

.box-top-deals .list .item .inter-content .dsc {
    margin-bottom: 20px;
}

.box-top-deals .list .item .inter-btn {
    display: flex;
    justify-content: space-between;
}

.box-top-deals .list .item .inter-btn .btn-deal {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
}

.box-top-deals .list .item .inter-btn .btn-deal a {
    display: flex;
    width: 100%;
    height: 50px;
    border: 2px solid var(--color-highlight);
    border-radius: 8px;
    color: var(--color-highlight);
    justify-content: center;
    align-items: center;
}

.box-top-deals .list .item .inter-btn .btn-deal.btn-right a, .box-top-deals .list .item .inter-btn .btn-deal a:hover {
    background: var(--color-highlight);
    color: #fff;
}

.box-top-deals .list .item .inter-btn .btn-deal.btn-right a:hover {
    background: #fff;
    color: var(--color-highlight);
}

.box-top-deals--modern .title-link--modern {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    align-items: center;
}

.box-top-deals--modern .title-link--modern .title-section {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
    color: #1a1a1a;
}

.box-top-deals--modern .link-right--modern {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-highlight);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.box-top-deals--modern .link-right--modern:hover {
    color: #0d5ba6;
    transform: translateX(2px);
}

.box-top-deals--modern .list--modern {
    overflow: hidden;
}

.box-top-deals--modern .list--modern .swiper-deals-modern {
    padding: 8px 0px 8px 0px;
}

.box-top-deals--modern .list--modern .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.box-top-deals--modern .item--modern {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease, transform 0.25s ease, border-color 0.25s ease;
}

.box-top-deals--modern .item--modern:hover {
    transform: translateY(-2px);
    border-color: rgb(0 93 152 / 19%);
}

.box-top-deals--modern .item--modern .inter-top {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.box-top-deals--modern .item--modern .inter-top .img--modern {
    flex: 0 0 64px;
    max-width: 64px;
    height: 64px;
    border-radius: 14px;
    background: linear-gradient(145deg, #f8f9fa 0%, #eef1f3 100%);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.box-top-deals--modern .item--modern .inter-top .img--modern img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.box-top-deals--modern .item--modern .name--modern {
    flex: none;
    width: 100%;
    padding-left: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #1a1a1a;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-top-deals--modern .item--modern .inter-content .dsc--modern {
    font-size: 14px;
    line-height: 1.55;
    color: #555;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-top-deals--modern .item--modern .inter-btn--modern {
    display: flex;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.box-top-deals--modern .item--modern .inter-btn--modern .btn-deal {
    flex: 1;
    min-width: 0;
    max-width: none;
}

.box-top-deals--modern .item--modern .inter-btn--modern .btn-deal a {
    height: 44px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    border-width: 1.5px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
    gap: 10px;
}

.box-top-deals--modern .item--modern .inter-btn--modern .btn-deal a i {
    font-size: 16px;
    opacity: 0.9;
}

.box-top-deals--modern .item--modern .inter-btn--modern .btn-deal.btn-left a {
    background: #fff;
    color: var(--color-highlight);
    border-color: rgb(0 93 152 / 32%);
}

.box-top-deals--modern .item--modern .inter-btn--modern .btn-deal.btn-left a:hover {
    background: rgb(0 93 152 / 13%);
    border-color: #005d9859;
    color: var(--color-highlight);
    transform: translateY(-1px);
}

.box-top-deals--modern .item--modern .inter-btn--modern .btn-deal.btn-right a {
    background: var(--color-highlight);
    color: #fff;
    border-color: var(--color-highlight);
}

.box-top-deals--modern .item--modern .inter-btn--modern .btn-deal.btn-right a:hover {
    background: #1ea872;
    border-color: var(--color-highlight);
    color: #fff;
    transform: translateY(-1px);
}

.box-top-deals--modern .swiper-pagination-deals {
    position: relative;
    margin-top: 16px;
}

.box-top-deals--modern .swiper-pagination-deals .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #c5c5c5;
    opacity: 1;
    transition: background 0.2s ease, transform 0.2s ease;
}

.box-top-deals--modern .swiper-pagination-deals .swiper-pagination-bullet-active {
    background: var(--color-highlight);
    transform: scale(1.2);
}

@media (max-width: 1200px) {
    .box-top-deals--modern .item--modern {
        padding: 20px;
        min-height: 240px;
    }
    .box-top-deals--modern .item--modern .inter-btn--modern .btn-deal a {
        height: 42px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .box-top-deals--modern .item--modern {
        padding: 18px;
        min-height: 220px;
    }
    .box-top-deals--modern .item--modern .name--modern {
        font-size: 16px;
    }
    .box-top-deals--modern .item--modern .inter-content .dsc--modern {
        -webkit-line-clamp: 2;
    }
}

.section-home-06 {
    /* background: #005d9821; */
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    margin-bottom: 50px;
}

.section-home-05 {
    margin-bottom: 50px;
    /* padding-top: 50px; */
}
.section-home-056 {
    margin-bottom: 50px;
    padding-top: 50px;
}

.section-home-04 {
    margin-bottom: 35px;
}

.box-contact-inbox .info-left .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.box-contact-inbox .info-left  .dsc {
    font-size: 16px;
    margin-bottom: 8px;
}



.box-contact-inbox .info-left p svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    flex: 0 0 20px;
}

.box-contact-inbox .info-left p svg path {
    fill: var(--color-highlight);
}

.box-contact-inbox .info-left p {
    display: flex;
    align-items: center;
}

.box-contact-inbox .info-left p {
    margin-bottom: 10px;
    font-size: 14px;
}

.box-contact-inbox .info-left form.form-contact-inbox {
    margin-top: 30px;
    /* border-radius: 5px; */
    /* background: #fff; */
}

.box-contact-inbox .info-left form.form-contact-inbox .form-group {
    /* display: flex; */
}

.box-contact-inbox .info-left form.form-contact-inbox .form-group .form-control {
    border: 0;
    height: 50px;
    border-radius: 5px;
    flex-basis: calc(100% - 145px);
    font-size: 14px;
    padding: 15px;
}

.box-contact-inbox .info-left form.form-contact-inbox .form-group .newsletter--submit {
    width: 145px;
    background: var(--color-highlight);
    border-radius: 5px;
    padding: 0;
    border: 1px solid var(--color-highlight);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}

.box-contact-inbox .info-left form.form-contact-inbox .form-group .newsletter--submit:hover {
    background: #fff;
    color: var(--color-highlight);
}

.box-contact-inbox .inter-image {
    max-width: 500px;
    width: 100%;
}

.box-contact-inbox>.row>div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.section-home-07 {
    padding: 0px 0 20px;
}

.categories-image .list-category>.row>div {
    margin-bottom: 20px;
}

.categories-image .list-category .item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.categories-image .list-category .item .name {
    position: absolute;
    bottom: 15px;
    left: 20px;
    pointer-events: none;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.categories-image .list-category .item:hover .img img {
    transform: scale(1.2);
}

.categories-image .list-category .item .img img {
    transition: 1s;
}

.section-home-08 {
    margin-bottom: 50px;
}

footer {
    background: linear-gradient(280deg, #296F4F 0%, #152720 100.26%);
    padding-top: 60px;
    font-size: 15px;
    background: var(--color-highlight);
    /* background-image: url(https://media.cemmart.vn/media/banner/map_pattern.png); */
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}
body {
    padding-bottom: 20px;
}
.box-contact-footer .info-left .title {
    font-size: 16px;
    font-weight: 400;
}

.item-img-brand .img-brand img {
    object-fit: contain;
    /* padding: 20px; */
}

.item-img-brand .img-brand {
    padding-top: 50.25%;
    background: rgb(255 255 255);
    border-radius: 8px;
}

.section-home-09 {
    margin-bottom: 0;
    background: #f5f5f5;
    padding: 50px  0;
}

.section-brand .title-section:before {
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
}

.menu-footer {
    margin-bottom: 20px;
    min-height: 190px;
}

.title-footer {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Merriweather';
}

.menu-footer>ul {
    padding-left: 0;
}

.menu-footer>ul>li {
    list-style: none;
    margin-bottom: 15px;
}

.menu-footer>ul>li>a {
    color: #ffffff;
    display: inline-block;
    font-family: 'Merriweather';
}

.copy {
    /* border-top: 1px solid #317658; */
    /* padding-top: 20px; */
}

.copy p {
    margin-bottom: 5px;
    font-size: 12px;
    color: #fff;
}

.footer-mid {
    margin-bottom: 20px;
}

.box-follow .list {
    display: flex;
    align-items: center;
}

.box-follow .list .item {
    margin-right: 20px;
}

.box-follow .list .item img {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    object-position: center;
}

.box-follow {
    margin-bottom: 0;
    margin-top: 20px;
}

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

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

.box-article-update.box-article-page .article-item .article-title {
    font-size: 16px;
}

.box-article-update.box-article-page .article-item .article-description {
    display: -webkit-box;
    max-width: 100%;
    font-size: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-article-update.box-article-page .article-item {
    padding: 15px;
}

.box-article-update.box-article-page>.row>div {
    margin-bottom: 20px;
}
.view-small .article-item-small .inner-image {
    flex: 0 0 120px;
    max-width: 120px;
}

.view-small .article-item-small .inner-content {
    flex-basis: calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding-left: 15px;
}

.box-article-right {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
    border: 1px solid rgba(238, 238, 238, 1);
}

.view-small .article-item-small .inner-content .article-title {
    font-size: 16px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-small .article-item-small .inner-content span.article-category a {
    /* font-size: 10px; */
    background: none;
    color: var(--color-highlight) !important;
    padding: 0;
}

.view-small .article-item-small:last-child {
    margin-bottom: 0;
}

.box-section-detail-article-01>.container>.row {
    display: flex;
    align-items: flex-start;
}

.box-section-detail-article-01>.container>.row>div:nth-child(2) {
    height: auto;
    position: sticky;
    top: 0;
    z-index: 9;
    display: inline-block;
    width: auto;
}
header .box-follow {
    margin-bottom: 0;
}

header .box-follow .title-footer {
    display: none;
}

header .box-follow .list .item img {
    filter: invert(1);
    width: 25px;
    height: 25px;
}


article.article-detail-top .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.article-detail-top .created-outh {
    display: flex;
    flex-wrap: wrap;
}

.article-detail-top .created-outh span {
    display: inline-block;
    margin-right: 10px;
}

.article-detail-top .created-outh span.by a {
    display: inline-block;
    color: var(--color-highlight);
}

.article-detail-top .created-outh span.ths {
    width: 2px;
    background: #717171;
    height: 13px;
    top: 7px;
    position: relative;
}

.article-content h2, .article-content h3, .article-content h4, .article-content h5 {
    font-weight: 700;
}

.article-content h2 {
    font-size: 20px;
}

.article-content h3 {
    font-size: 18px;
}

.article-content h4 {
    font-size: 16px;
}

.article-content h5 {
    font-size: 15px;
}
.box-tags {
    background: #fff;
    margin-top: 15px;
    padding: 20px;
    border-radius: 15px;
}

.box-tags label {
    margin-bottom: 10px;
}
article.article-detail .article-content ul {
    padding-left: 25px;
}

.box-article-detail-02 {
    margin-bottom: 50px;
}
.box-catalogue {
    position: relative;
}

.box-catalogue:before {
    content: '';
    width: calc(100% - 20px);
    height: 100%;
    background: #fff;
    position: absolute;
    border-radius: 20px;
}
.sticky-top.box-content-article {
    z-index: 2;
}
.breadcrumbs-section a:last-child::after {
    display: none;
}
form.box-suggest .input-group .form-control {
    border: 0;
    height: 50px;
    background: #ddd;
}
.box-article-update .swiper .article-item {
    height: auto;
}
@media (max-width:1200px){
    .box-catalogue:before{
        display: none;
    }
    form.box-suggest .input-group .form-control {
        border: 0;
        height: 45px;
    }
    
    .breadcrumbs-section {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    
    .breadcrumbs-section a {
        white-space: nowrap;
    }
    
    .breadcrumbs-section::-webkit-scrollbar {
        display: none;
    }
    .title-table-navigation {
        padding: 10px;
        font-size: 16px;
    }
    .header-menu-mb>.container>.row>div:nth-child(3) {
        display: flex;
        justify-content: flex-end;
    }
    
    .box-header-info span.icon svg {
        width: 30px;
        height: 30px;
    }
    .box-search {
        margin-right: 0;
    }
    .box-search form {
        display: none;
        position: absolute;
        width: 250px;
        right: 0;
        background: #fff;
        z-index: 2;
        padding-left: 15px;
        border: 1px solid #ddd;
        opacity: 0;
    }
    
    .box-search .icon {
        font-size: 20px;
    }
    
    .box-search form .input-group-append svg {
        width: 20px;
    }
    
    .box-search:hover form {
        display: block;
        opacity: 1;
    }
    .box-search .input-group .form-control {
        font-size: 14px;
        padding-left: 0;
    }
    .box-header-info.box-header-login>a span.icon {
        order: 1;
    }
    
    .box-header-info.box-header-login>a span.info {
        margin-right: 10px;
        margin-left: 0;
        text-align: right;
    }
    
    
    .box-search .icon svg {
        width: 20px;
        height: 20px;
    }
    .section-home-02 {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
    .title-section {
        font-size: 20px;
    }
    
    .article-left .inner-content .article-title {
        font-size: 16px;
    }
    
    body {
        font-size: 16px;
    }
    
    .inner-content .article-category a {
        font-size: 12px;
    }
    
    .box-article-hot .article-left {
        margin-bottom: 20px;
    }
    
    .box-article-hot .article-right .list-article .article-item-small {
        margin-bottom: 15px;
    }
    
    .article-item-small .inner-content {
        padding-left: 14px;
    }
    
    .box-article-hot .article-right .link-article {
        margin-top: 15px;
    }
    
    .article-item-small .inner-content .article-title {
        font-size: 15px;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .title-link .link-right {
        font-size: 12px;
    }
    
    .title-link {
        padding-bottom: 10px;
    }
    
    .title-link .title-section::before {
        bottom: -11px;
    }
    .box-article-update .swiper .article-item.swiper-slide, .box-top-deals .list .swiper-slide {
        width: 75%;
    }
    
    .box-article-update .article-item {
        padding: 15px;
    }
    
    .box-article-update .article-item .article-title,
    .box-article-update.box-article-page .article-item .article-title, 
    .view-small .article-item-small .inner-content .article-title{
        font-size: 15px;
    }
    .categories-image .list-category>.row>div {
        margin-bottom: 10px;
    }
    
    .section-home-03 {
        margin-bottom: 30px;
    }
    
    .box-top-deals .list>.row>div {
        margin-bottom: 10px;
    }
    
    .section-home-04 {
        margin-bottom: 20px;
    }
    
    .section-home-05 {
        margin-bottom: 30px;
    }
    
    .section-home-06 {
        padding-top: 10px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    
    .box-contact-inbox .info-left .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .box-contact-inbox .info-left .dsc {
        font-size: 16px;
    }
    
    .box-contact-inbox .info-left p {
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    .box-contact-inbox .info-left p svg {
        flex: 0 0 20px;
        height: 18px;
        margin-right: 5px;
    }
    
    .box-contact-inbox .inter-image {
        display: none;
    }
    
    .box-contact-inbox .info-left form.form-contact-inbox .form-group .form-control {
        height: 45px;
        flex-basis: calc(100% - 110px);
        font-size: 14px;
    }
    
    .box-contact-inbox .info-left form.form-contact-inbox .form-group .newsletter--submit {
        width: 110px;
        font-size: 14px;
    }
    
    .section-home-07 {
        padding: 30px 0 20px;
    }
    
    .categories-image .list-category .item .name {
        font-size: 16px;
        left: 10px;
        bottom: 10px;
    }
    
    .section-home-08 {
        margin-bottom: 30px;
    }
    
    .section-home-09 {
        margin-bottom: 30px;
    }
    article.article-detail-top .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    article.article-detail-top {
        margin-bottom: 15px;
    }
    
    .table-content-section {
        margin-bottom: 10px;
    }

    .box-table-nav {
        border-radius: 10px;
    }
    
    article.article-detail .article-content ul {
        padding-left: 20px;
    }
    
    .article-content h2 {
        font-size: 18px;
    }
    
    .article-content h3 {
        font-size: 17px;
    }
    
    .article-content h4 {
        font-size: 16px;
    }
    
    .article-content h5 {
        font-size: 15px;
    }
    
    .box-article-detail-02 {
        margin-bottom: 30px;
    }
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    .box-article-update.box-article-page>.row>div {
        margin-bottom: 10px;
    }
    
    .box-article-update.box-article-page .article-item {
        padding: 15px;
    }
    
    .footer-mid-mb .container>.row>div:nth-child(2), .footer-mid-mb .container>.row>div:nth-child(3), .footer-mid-mb .container>.row>div:nth-child(4) {
        display: flex;
        flex-wrap: wrap;
    }
     .box-contact-page .info .item-contact {
        padding: 15px;
    }

    .box-contact-page .info>.row>div {
        margin-bottom: 15px;
    }

    .box-contact-page .info .item-contact .icon img {
        height: 45px;
        width: 45px;
    }

    .box-contact-page .info .item-contact ul>li>a {
        font-size: 13px;
        padding: 10px 10px;
    }

    .box-contact-page .info .item-contact ul>li>a i {
        display: none;
    }

    .box-contact-page {
        padding: 30px 0 0;
    }

    .box-form-contact {
        padding: 15px;
        margin-bottom: 40px;
    }
    .box-form-contact .slogan-section {
        font-size: 19px;
    }
    .box-contact-page .slogan-section {
        font-size: 19px;
        margin-bottom: 5px;
    }

}

@media (max-width:576px){
    .footer-mid-mb .container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    
    .box-follow {
        margin-bottom: 0;
    }
    
    footer {
        padding-top: 30px;
    }
    .box-catalogue:before {
        display: none;
    }
    .article-detail-top .created-outh span.ths {
        top: 5px;
    }
    
    .box-form-contact .info-form-right span.btn.btn-submit {
        position: initial;
        width: 100%;
    }
    .box-form-contact .info-form-right {
        height: auto;
    }
    .box-form-contact .info-form-right .form-group {
        margin-bottom: 20px;
    }
    
    .box-contact-page .info .item-contact .hours {
        margin-bottom: 10px;
    }
    .box-contact-page .dsc-slogan, .box-form-contact .dsc-section {
        margin-bottom: 15px;
    }
}

@media (min-width:767px) and (max-width:1200px){
    .box-contact-inbox .inter-image {
        display: block;
    }
    .box-article-hot .article-right .list-article .article-item-small {
        margin-bottom: 10px;
    }
}

.header-top {
    background: #ffffff;
}
.header-top>.container>.row>div:nth-child(1) {
    /* flex: 0 0 515px; */
    /* max-width: 515px; */
    display: flex;
    align-items: flex-end;
    /* margin-top: -27px; */
}

.title-website .title {
    font-size: 40px;
    color: #0d5ba6;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1.2;
}
.title-website .dsc {
    font-size: 19px;
    margin-bottom: 10px;
    color: var(--color-highlight);
    font-style: italic;
    line-height: 1.2;
}
.title-website {
    margin-left: 10px;
}
.box-contact-inbox .inter-image img {
    object-fit: contain;
}

.section-faq-project .card {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #005d98;
    margin-bottom: 15px;
}

.section-faq-project .card .item-title-process {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    align-items: center;
    cursor: pointer;
}

.section-faq-project .card  .description-process {
    padding-top: 15px;
    font-size: 15px;
}

.section-faq-project .card .item-title-process.collapsed>i:before {
    content: "\2b";
}

.section-faq-project .card i {
    font-size: 16px;
    width: 24px;
    height: 24px;
    background: var(--color-highlight);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-faq-project .card .item-title-process.collapsed i {
    background: #fff;
    font-size: 20px;
}

.info-website p {
    color: #fff;
    margin-bottom: 12px;
    font-family: 'Merriweather';
}
.box-statistical.box-footer {
    margin-bottom: 20px;
}

.box-contact-faq {
    margin-top: 50px;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #ddd;
}

.box-contact-faq .dsc {
    margin-bottom: 30px;
    /* max-width: 590px; */
}

.box-contact-faq .title-section:before {
    display: none;
}

.box-contact-faq .title-section {
    margin-bottom: 20px;
}

.box-contact-faq .form-group {
    margin-bottom: 20px;
}

.box-contact-faq .form-group label {
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.box-contact-faq .form-group label svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.box-contact-faq .form-group .form-control {
    border: 1px solid #000;
    border-radius: 8px;
    height: 45px;
    font-size: 16px;
}

.box-contact-faq .form-group textarea.form-control {
    height: 184px;
    font-size: 16px;
}
.box-contact-faq .form-group span.btn.btn-submit {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border-radius: 8px;
    height: 45px;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.section-faq-project .card-body {
    padding-top: 15px;
}

.article-detail-page, .box-detail-tags {
    padding: 20px 20px 20px 80px;
    border-radius: 8px;
    background: #eeeeee !important;
}
.article-detail .title-detail {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
    font-family: "Merriweather";
}
.article-entry-info {
    margin-bottom: 2rem;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.article-detail .date-view {
    display: flex
;
    align-items: center;
}
.article-detail .date-view .view {
    color: #747474;
    position: relative;
}
.article-detail .date-view span.seperate {
    display: inline-block;
    margin: 0 10px;
    line-height: 1;
    height: 15px;
    overflow: hidden;
    color: #747474;
}
.article-detail .date-view .post-date {
    color: #747474;
}

.action-share--content {
    position: absolute;
    width: 235px;
    background: #e1e1e1 !important;
    right: 0;
    padding: 1rem 1.5rem;
    border-radius: 0.8rem;
    z-index: 1;
}
.article-entry-info .action-item--title {
    color: #000;
    font-size: 16px;
    margin-bottom: 1rem;
}
.article-entry-info .list-social {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex
;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.article-entry-info .list-social .btn-social {
    margin: 0 4px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.article-entry-info .list-social .btn-social:nth-child(1) a {
    color: #0063b1;
}
.article-entry-info .list-social .btn-social:nth-child(2) a {
    color: #67bcff;
}
.article-entry-info .list-social .btn-social a {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    color: #000000;
}
.article-entry-info .list-social .btn-social:nth-child(3) a {
    color: red;
}.article-entry-info .list-social .btn-social:nth-child(4) a {
    color: #00315c;
}

@media (max-width:1200px){
    .logo-section img {
        height: 67px;
    }
    .section-home-02>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .section-home-02>.container>.row>div:nth-child(3) {
        display: none;
    }
    .article-detail .title-detail {
        font-size: 18px;
    }
    .box-contact-faq {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

 img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}

.country-item {
    padding: 8px;
    cursor: pointer;
    border-radius: 5px;
}

.active-country {
    color: var(--color-highlight);
    font-weight: bold;
}

.modal-country-google .modal-dialog .modal-content .modal-header {
    padding: 20px;
}

.modal-country-google .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
    font-weight: 700;
}

.modal-country-google .modal-dialog .modal-content {
    border-radius: 12px;
}

.modal-country-google .modal-dialog .modal-content .modal-body {
    padding: 20px;
}

.modal-country-google  .list-group {
    height: 300px;
    overflow-y: auto;
}

.modal-country-google .list-group .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
}
.modal-country-google .modal-dialog .input-group {
    align-items: center;
    border: 1px solid #e4e6ea;
    border-radius: 10px;
    box-shadow: 0 6px 24px #0000001a;
    display: flex;
    font-size: 18px;
    height: 50px;
    padding: 8px 8px 8px 18px;
    margin-bottom: 20px;
}

.modal-country-google .modal-dialog .input-group .form-control {
    border: 0;
    padding: 0;
    height: 27px;
}

.modal-country-google .modal-dialog .input-group i {
    border-right: 1px solid #ddd;
    padding-right: 10px;
    margin-right: 10px;
}

.modal-country-google .list-group::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
} 
.modal-country-google .list-group::-webkit-scrollbar-thumb {
    background-color: #2c404f;
    width:5px;
}
.modal-country-google .list-group .list-group-item:hover {
    color: var(--color-highlight);
}

div#showModalBtn {
    padding: 10px 5px;
    background: #ffffff3b;
    line-height: 1;
    font-weight: 700;
    min-width: 87px;
    border-radius: 25px;
    white-space: nowrap;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 85px; */
    border: 1px solid #053660;
    padding-left: 42px;
}
div#showModalBtn:hover {
    background: #005d9859;
}

.box-search .input-group .input-group-append .btn-submit svg path {
    stroke: #ffffff;
}

.header-top-right.box-search-top {display: flex;align-items: center;}

.header-top .menu-section>ul>li {
    margin-left: 15px;
}


.skiptranslate {
    opacity: 0;
    display: none;
}

.skiptranslate.goog-te-gadget {
    opacity: 1;
    display: block;
}
body {
    top: 0 !important;
}

.section-home-02 .box-article-right {
    margin-top: 0;
    padding-right: 0;
}

.view-small.view-small-view .name {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}

.view-small.view-small-view .name a {
    color: #000;
}

.view-small.view-small-view .name i {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    position: relative;
    top: 4px;
}

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

.view-small.view-small-view .name>a {
    display: flex;
    font-family: "Merriweather";
    align-items: center;
}
.view-small.view-small-view {
    max-height: 496px;
    overflow-y: auto;
    padding-right: 10px;
}
.section-home-023 .box-article-hot .article-left {
    padding: 15px;
    background: #fff;
    border-radius: 12px;
}

.view-small.view-small-view::-webkit-scrollbar {
    width: 5px;
    background-color: #d8d8d8;
} 
.view-small.view-small-view::-webkit-scrollbar-thumb {
    background-color: #2c404f;
    width:4px;
}

.section-home-02 .box-article-right .title {
    margin-right: 10px;
    font-size: 16px;
    border-color: #fff !important;
}
.box-top-deals .title-link {
    /* font-family: "Aptos", sans-serif; */
}

.home .section-home-02 .box-article-right .view-small .title {
    font-size: 14px;
}
.home .view-small.view-small-view .name .number {
    font-size: 57px;
    font-family: "Monoton";
    font-weight:  400 !important;
    color: var(--color-highlight);
}
.box-section-home-11 {
    margin-bottom: 40px;
}

.box-section-home-12 {
    margin-bottom: 50px;
}
.box-tham-do-y-kien {
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
}

.box-tham-do-y-kien .dsc {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}

.box-tham-do-y-kien .form-check {
    margin-bottom: 5px;
    padding-left: 0;
}

.box-tham-do-y-kien .form-check .form-check-label {
    font-weight: 400;
    padding-left: 15px;
}

.box-tham-do-y-kien .form-check input {
    opacity: 0;
}

.box-tham-do-y-kien .ratio-list {
    margin-bottom: 20px;
}

.ratio-list .custom-control-inline {
    margin-right: 0;
    padding-left: 20px;
    margin-bottom: 11px;
    display: flex;
}

.ratio-list .custom-control-inline input {
    opacity: 0;
}

.ratio-list label.custom-control-label {
    font-weight: 400;
}

.ratio-list label.custom-control-label::before {
    width: 13px;
    height: 13px;
    left: -20px;
    top: 5px;
}

.box-tham-do-y-kien  .btn.btn-submit {
    width: 100%;
    display: flex;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--color-highlight);
}

.box-tham-do-y-kien .title {
    color: var(--color-highlight);
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
}

.ratio-list .custom-control-inline input:checked~.custom-control-label::before {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
}
.list-chung-khoan .item {
    display: flex;
}

.list-chung-khoan .item .col-item {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: right;
}

.box-chung-khoan {
    background: #ffffff;
    border-radius: 12px;
}

.box-chung-khoan .title-tab {
    display: flex;
    justify-content: space-between;
    background: var(--color-highlight);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px;
    align-items: center;
}

.box-chung-khoan .nav-tabs {
    border-bottom: 0;
}

.box-chung-khoan .nav-tabs>li.nav-item>a {
    border: 0;
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #000;
    border: 1px solid #fff;
}

.box-chung-khoan .nav-tabs>li.nav-item {
    margin-left: 15px;
}

.box-chung-khoan .title-tab .title {font-weight: 700;color: #fff;font-size: 20px;}

.list-chung-khoan {
    max-height: 224px;
    overflow-y: auto;
    padding-right: 10px;
}
.list-chung-khoan::-webkit-scrollbar {
    width: 6px;
    background-color: #c5c5c5;
} 
.list-chung-khoan::-webkit-scrollbar-thumb {
    background-color: #73c6a8;
    width:5px;
}

.list-chung-khoan .item .col-item.col-item-02 {font-weight: 700;}

.list-chung-khoan .item .col-item {
    font-size: 14px;
}

.list-chung-khoan .item:first-child {
    margin-bottom: 10px;
}

.list-chung-khoan .item .col-item:first-child {
    text-align: left;
}

.list-chung-khoan .item {
    margin-bottom: 5px;
}
.box-chung-khoan .warp-ck .top .item {
    display: flex;
}

.box-chung-khoan .warp-ck .top .item .col-item {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: right;
    font-weight: 700;
}

.box-chung-khoan .warp-ck .top .item .col-item:first-child {
    text-align: left;
}

.box-chung-khoan .warp-ck {
    padding-left: 10px;
    padding-bottom: 10px;
}

.box-chung-khoan .warp-ck .top {
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.box-section-home-13 {
    padding-bottom: 50px;
    background: #f5f5f5;
    padding-top: 50px;
}

.box-warp-video {
    /* background: #fff; */
    /* padding: 15px; */
    /* border-radius: 12px; */
}

.box-warp-video .box-video .article-item {
    margin-bottom: 0;
}

.box-warp-video .box-video .article-item  .article-title {
    font-size: 15px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.article-item-page-video .inner-image .img i {
    width: 40px;
    height: 40px;
    background: #ffffff87;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.box-warp-video .box-video .inner-image .img i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff96;
    border-radius: 50%;
    color: #000;
}

.box-chung-khoan .nav-tabs>li.nav-item>a.active {
    background: #999999;
    color: #fff;
}
.box-warp-video .title-link {
    padding-bottom: 9px;
}

.box-warp-video .title-link .title-section {
    /* font-size: 21px; */
    /* background: none; */
    /* color: #000; */
    /* padding-left: 0; */
}

.box-warp-video .title-link .title-section::before {
    bottom: -10px;
}

.list-chung-khoan .item .col-item.col-item-02.red {
    color: red;
}

.list-chung-khoan .item .col-item.col-item-02.green {
    color: #00d309;
}
.title-link a {
    color: #000;
}
.article-item .inner-content .link-comment .btn-all:hover {
    border-color: var(--color-highlight);
    color: var(--color-highlight);
}
.copy a {
    color: #fff;
    font-weight: 700;
}

.copy a:hover {
    color: #000;
}
@media (max-width:1200px){
    .box-section-home-12>.container>.row>div,
    .box-section-home-13>.container>.row>div{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .box-section-home-11 {
        margin-bottom: 15px;
    }
    
    .box-section-home-12, .box-section-home-13 {
        margin-bottom: 0;
    }

}

.menu-section > ul > li > a img {
    position: relative;
    top: -4px;
    filter: invert(29%) sepia(62%) saturate(1261%) hue-rotate(181deg) brightness(93%) contrast(104%);
    /* filter: invert(62%) sepia(53%) saturate(596%) hue-rotate(107deg) brightness(93%) contrast(85%); */
    width: 18px;
    height: 18px;
    filter: invert(1);
}
.menu-section > ul > li > a:hover img {
    /* filter: invert(29%) sepia(62%) saturate(1261%) hue-rotate(181deg) brightness(93%) contrast(104%); */
}

.menu-section > ul > li > a:hover img {
    filter: invert(33%) sepia(180%) saturate(718%) hue-rotate(668deg) brightness(93%) contrast(222%);
}
.header-menu .menu-section > ul > li > a:hover {
    background: #ffffff36;
}

.box-contact-inbox .info-left form.form-contact-inbox span.btn {
    background: var(--color-highlight);
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
}

.box-contact-inbox .info-left form.form-contact-inbox>.row>div {
    flex: 0 0 40%;
    max-width: 40%;
}

.box-contact-inbox .info-left form.form-contact-inbox>.row>div:nth-child(3) {
    flex: 0 0 20%;
    max-width: 20%;
}
.banner-right-bottom .item .img {
    /* padding-top: 36%; */
    /* border-radius: 8px; */
    overflow: hidden;
}

.banner-right-bottom .item:first-child {
    margin-bottom: 20px;
}

.box-banner-right-page {
    margin-top: 20px;
}


.box-list-top .box-left .article-item {
    padding: 0;
    border-radius: 8px;
}

.box-list-top .box-left .article-item .inner-image {
    margin-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.box-list-top .box-left .article-item .inner-content {
    position: absolute;
    bottom: 0;
    padding: 15px;
    z-index: 1;
    pointer-events: none;
}

.box-list-top .box-left .article-item .inner-content .article-title {
    margin-bottom: 0;
    font-size: 22px;
}

.box-list-top .box-left .article-item .inner-image:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(0deg, #000000, #00000000);
    z-index: 1;
    pointer-events: none;
}

.box-list-top .box-left .article-item .inner-image .img {
    border-radius: 8px;
}

.box-list-top .box-left .article-item .inner-content .article-title a {
    color: #fff;
}

.box-list-bottom>.row>div {
    margin-bottom: 20px;
}

.box-article-right.box-article-right-page {
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid rgba(238, 238, 238, 1);
    background: rgba(238, 238, 238, 1);
}
.box-detail-tags.box-detail-shear {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-detail-tags.box-detail-shear .list-social {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.box-detail-tags.box-detail-shear .list-social .btn-social {
    margin-right: 15px;
    display: flex;
    align-content: flex-start;
}

.box-detail-tags.box-detail-shear .list-social .btn-social a {
    color: #000;
    display: flex;
    align-content: flex-start;
}


.header-menu>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu>.container>.row>div>div:nth-child(2) {
    flex-basis: calc(100% - 140px);
}

.header-menu>.container>.row>div>div:nth-child(1) {
    flex: 0 0 130px;
    max-width: 130px;
}

[nh-icon-menu] {
    text-align: center;
    cursor: pointer;
    color: var(--color-highlight);
    font-size: 16px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 1px solid var(--color-highlight);
    border-radius: 8px;
    background: #ffffff;
    font-weight: 700;
}

[nh-icon-menu]:hover {
    color: #ffffff;
    background: linear-gradient(93.07deg, #980000 -16.41%, #ff0000 99.41%);
}
body.no-scroll {
  overflow: hidden;
}

.menu-icon-all {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f5f6f8;
    z-index: 999;
    padding: 20px 0;
    height: 100vh;
}

.menu-icon-all .menu-content .title a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.menu-icon-all .menu-content .title {
    margin-bottom: 10px;
    font-family: "Merriweather";
}

.menu-icon-all .menu-content ul.entry-menu-sub {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.menu-icon-all .menu-content ul.entry-menu-sub>li {
    margin-bottom: 10px;
}

.menu-icon-all .menu-content ul.entry-menu-sub>li>a {
    color: #000;
}


.box-top-deals .list .swiper-slide {
    height: auto;
}
@media (max-width:767px){
    .box-chung-khoan .nav-tabs>li.nav-item>a {
        padding: 5px 5px;
    }
    .box-chung-khoan .nav-tabs>li.nav-item {
        margin-left: 5px;
    }
    .article-content .wrap-table {
        overflow-x: auto;
    }
    .box-follow .list .item {
        margin-right: 0;
        margin-left: 7px;
    }
    
    .box-follow .list .item img {
        width: 25px;
        height: 25px;
    }
    
    .box-follow .list {
        display: flex;
        justify-content: flex-end;
    }
    .box-top-hot-home>.container>.row>div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }    
    .section-home-06>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .box-contact-inbox .info-left form.form-contact-inbox>.row>div {
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    .box-contact-inbox .info-left form.form-contact-inbox>.row>div:nth-child(3) {
        flex: 0 0 30%;
        max-width: 30%;
    }
    
    .box-contact-inbox .info-left form.form-contact-inbox span.btn {
        height: 45px;
    }
    
    .box-contact-inbox {
        margin-bottom: 30px;
    }
    .article-detail-page, .box-detail-tags {
        padding: 15px;
    }
    .footer-mid-mb .container>.row>div:nth-child(2)>div, 
    .footer-mid-mb .container>.row>div:nth-child(3)>div, 
    .footer-mid-mb .container>.row>div:nth-child(4)>div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .copy {
        text-align: left !important;
        font-size: 13px;
    }
    .article-item .article-description {
        -webkit-line-clamp: 2;
    }
}

@media (min-width:1200px){
    .box-article-tin-tuc .swiper-wrapper .article-item:nth-child(1) {
        width: 50%;
    }
    
    .box-article-tin-tuc .swiper-wrapper .article-item {
        width: 25%;
    }
    .box-form-contact .info-form-right span.btn.btn-submit:hover {
        background: var(--color-highlight);
        color: #fff;
    }
}

.box-article-update .box-left .inner-content .article-description {
    color: #fff;
}

.box-article-update .box-left .inner-content .post-date {
    color: #fff;
}

.box-article-update .inner-image::before {
    height: 181px !important;
}

.box-article-update .box-list-top .article-left .inner-image .img {
    padding-top: 62%;
}

.box-article-update .box-list-top .article-left {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid rgba(238, 238, 238, 1);
}

.box-article-update .list-article-banner .banner {
    /* border-radius: 15px; */
    overflow: hidden;
    padding-top: 143%;
}
.box-article-update .list-article-banner .banner-right {
    /* background: #fff; */
    /* padding: 15px; */
    border-radius: 15px;
}
.box-article-update .list-article-banner .banner-right.banner-right-02 .banner {
    padding-top: 69%;
}

.box-article-update .list-article-banner .banner-right.banner-right-02>.item:last-child {
    margin-bottom: 0;
}
.btn {
    font-size: 16px;
}
.box-member-top>a {
    white-space: nowrap;
    color: var(--color-highlight);
    border: 1px solid var(--color-highlight);
    padding: 0 15px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    gap: 5px;
    background: linear-gradient(93.07deg, #005d98 -16.41%, #0972CE 99.41%);
    color: #fff;
    font-size: 16px;
}

.box-member-top a:hover {
    background: linear-gradient(93.07deg, #4e35e7 -16.41%, #045ca9 99.41%);
}
.header-menu.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-color: #fff !important;
}

@media (min-width:1200px) and (max-width:1500px){
    .menu-section > ul > li > a {
        font-size: 15px;
    }
}

.box-size-scoll {
    position: fixed;
    left: calc((100% - 1310px)/2);
    top: 50%;
    z-index: 2;
    width: 38px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #fff;
}

.article-detail.article-detail-page {
    position: relative;
    margin-bottom: 20px;
    background: aliceblue;
}
.box-size-scoll .size .decrease:hover, .box-size-scoll .size .increase:hover {
    color: var(--color-highlight);
    border-color: var(--color-highlight);
}
.box-size-scoll .size .decrease, .box-size-scoll .size .increase {
    border: 1px solid #9c9c9c;
    width: 24px;
    height: 24px;
    color: #9c9c9c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
}

.box-size-scoll .size .text {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #6b6b6b;
    font-family: "Merriweather";
}

@media (max-width:1200px){
    .box-size-scoll {
        left: 5px;
    }
    .box-detail-tags.box-detail-shear {
        display: flex;
        margin-bottom: 13px;
        flex-wrap: wrap;
    }
    .fb-like {
    margin-top: 10px !important;
}
    
    .box--binh-luan.comment-section {
        padding: 15px;
    }
    .menu-footer {
        margin-bottom: 0;
        border-right: 1px solid #ffffff4f;
        padding-right: 25px;
        margin-right: 15px;
    }
}


.review-detail .item-review {
    display: block;
    margin-bottom: 15px;
}

.review-detail .item-review .item-name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.review-detail .item-review .progress {
    height: 18px;
    background: #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.review-detail .item-review .progress .progress-bar {
    background: var(--color-highlight);
    height: 18px;
}

.review-detail .item-review .item-name span.percent-number {
    color: red;
}


div#modal-detail-review .modal-content {
    border-radius: 8px;
    overflow: hidden;
}

div#modal-detail-review .modal-content .modal-header {
    border: 0;
    padding: 15px;
    background: #26c48c2b;
}

div#modal-detail-review .modal-content .modal-body {
    padding: 15px;
}


div#modal-detail-review .modal-content .top .modal-title {
    font-weight: 700;
    margin-bottom: 5px;
}

.review-detail .item-review:last-child {
    margin-bottom: 0;
}

div#modal-detail-review .modal-content .modal-header button.close {
    color: red;
    font-size: 25px;
}

.box-size-scoll .list {
    text-align: center;
    margin-top: 12px;
}

.box-size-scoll .list .item {
    margin-top: 10px;
}

.box-size-scoll .list .item , .box-size-scoll .list .item  a {
    color: #6b6b6b;
    font-size: 18px;
}

.box-size-scoll a.btn-product-action.added-savedpost {
    color: red;
}

.box-article-update.box-article-member article.article-item {
    background: #f3f3f3;
}

.box-article-update.box-article-member>.row>div {
    margin-bottom: 20px;
}

.list-saved-post {
    margin-bottom: 15px;
}

.list-saved-post .form-group .input-group .form-control {
    height: 45px;
    border-radius: 8px;
}

.list-saved-post .form-group .input-group  .btn.btn-dark {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.box-contact-inbox a.btn.newsletter--submit {
    background: var(--color-highlight);
    color: #fff;
    border-radius: 8px;
    min-width: 150px;
    font-size: 18px;
    border: 1px solid var(--color-highlight);
}

.box-contact-inbox a.btn.newsletter--submit:hover {
    background: #fff;
    color: var(--color-highlight);
}


.member-form .form-group .form-control {
    border-color: #ddd;
    border-radius: 8px;
    height: 45px;
    font-size: 16px;
}

.member-form .form-group .form-control .dropdown-toggle {
    border-radius: 5px;
    background: #fff;
    border-color: #ddd;
    height: 45px;
    display: flex;
    align-items: center;
}

.member-form .form-group .form-control .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.member-form .form-group .form-control .dropdown-toggle .filter-option .filter-option-inner-inner {
    font-size: 16px;
}

.member-form .form-group .form-control::placeholder {
    color: #2f2f2f;
}

.member-form .btn {
    border-radius: 8px !important;
}

.banner-top {
    padding: 10px 0;
}

.banner-top.banner-count-1>.row>div {
    flex: 0 0 100%;
    max-width: 100%;
}

.banner-top .img img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
    /* border-radius: 8px; */
}

.banner-tin {
    margin-bottom: 20px;
}

.banner-tin .img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}

.banner-right-01 {
    margin-bottom: 20px;
}

.banner-right-01 .item .img img {
    /* border-radius: 8px; */
}

.banner-right-01 .item .img {
    padding-top: 36%;
}

.article-item-small .inner-content .article-title a:hover, .view-small.view-small-view .name>a:hover  {
    color: var(--color-highlight);
}

.box-chung-khoan .nav-tabs>li.nav-item>a:hover {
    background: var(--color-highlight);
    color: #fff;
}

.box-chung-khoan .nav-tabs>li.nav-item>a.active {
    border-color: #999999;
}

.box-chung-khoan .nav-tabs>li.nav-item>a.active:hover {
    border-color: #fff;
}

.box-chung-khoan .nav-tabs>li.nav-item>a:hover {
    background: var(--color-highlight);
    color: #fff;
}

.box-chung-khoan .nav-tabs>li.nav-item>a.active {
    border-color: #999999;
}

.box-chung-khoan .nav-tabs>li.nav-item>a.active:hover {
    border-color: #fff;
}

.ratio-list label.custom-control-label:hover {
    color: var(--color-highlight) !important;
}

.box-tham-do-y-kien .btn.btn-submit[nh-btn-action="detail"] {
    background: var(--color-highlight);
    color: #fff;
}

.box-tham-do-y-kien .btn.btn-submit[nh-btn-action="detail"]:hover {
    color: var(--color-highlight);
    background: #fff;
}

.box-tham-do-y-kien .btn.btn-submit:hover {
    background: var(--color-highlight);
    color: #fff;
}

.title-section a {
    color: var(--color-black);
}

.title-section a:hover {
    color: var(--color-highlight);
}

.menu-footer>ul>li>a:hover {
    color: red;
}
.box-article-right.box-article-right-page-02 .view-small.view-small-view {
    max-height: none;
}
.article-content-info.font-content {
    font-size: 16px;
}

.box-detail-tags.box-detail-shear .list-social .btn-social a:hover {
    color: var(--color-highlight);
}

.view-small.view-small-view .name .article-category {
    font-size: 14px;
    color: var(--color-highlight);
    text-transform: uppercase;
    font-family: "Aptos", sans-serif;
}

.view-small.view-small-view .name .number {
    font-size: 60px;
    font-style: italic;
    flex: 0 0 50px;
    display: inline-block;
    font-size: 57px;
    font-family: "Monoton", sans-serif;
    font-weight: 400 !important;
    color: var(--color-highlight);
}
.article-item:hover .inner-image img {
    transform: scale(1.1);
}
.article-item-small .inner-image .img img, .banner-right .item .img img {
    transition: 1s;
}

.article-item-small .inner-image:hover .img img,  .banner-right .item .img:hover img {transform: scale(1.1);}

.article-item .inner-image .img {
    overflow: hidden;
}

.box-article-update .list-article-banner .banner img {
    transition: 1s;
}

.box-article-update .list-article-banner .banner:hover img {
    transform: scale(1.1);
}

.box-section-article-02 .view-small.view-small-view {
    max-height: none;
}


.date-video .date-view {
    display: flex;
    justify-content: flex-end;
}
.menu-section-scoll {
    overflow-x: auto;
    padding-bottom: 10px;
}

.menu-section-scoll>ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

.menu-section-scoll>ul>li {
    list-style: none;
    margin-right: 20px;
}

.menu-section-scoll>ul>li>a {
    list-style: none;
    white-space: nowrap;
    font-family: "Merriweather";
    color: #000;
}

.menu-section-scoll::-webkit-scrollbar {
    display:none;
} 


.footer-mid-mb-scoll {
    overflow-x: auto;
}

.footer-mid-mb-scoll>.container>.row>div {
    flex: auto;
    min-width: max-content;
}

.footer-mid-mb-scoll>.container>.row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.box-article-right.box-article-right-page-02 .view-small.view-small-view {
    max-height: none;
}

.footer-bottom-poin>.container>.row {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 15px;
}

.header-top-menu-mb>.container>.row>div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.menu-container-top>ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.menu-container-top>ul>li {
    list-style: none;
    margin-left: 15px;
}

.menu-container-top>ul>li>a {
    color: #000;
    font-family: "Merriweather";
}

.menu-scoll-mb.fix {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}

.article-item.article-item-bdtt .banner-right .banner {
    border-radius: 8px;
    overflow: hidden;
    padding-top: 148%;
}

.article-item.article-item-dn .banner-right.banner-right-02 .banner {
    border-radius: 8px;
    overflow: hidden;
}
.contact-right {
    position: fixed;
    right: 15px;
    bottom: 0px;
    z-index: 9;
}

.contact-right li.entry-content {
    list-style: none;
    margin-bottom: 24px;
    position: relative;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-right li.entry-content img {
    width: 25px;
}
.box-search.box-header-icon .content-search> button svg {
    width: 20px;
    height: 20px;
}
.load-more .btn-view-all:hover {
    background: #fff;
    color: var(--color-highlight);
}
.header-menu.fix ~ .menu-sub .menu-icon-all {
    position: fixed;
    top: 54px;
}
.menu-icon-all .menu-content ul.entry-menu-sub>li>a:hover {
    color: var(--color-highlight);
}
.box-search-top {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.box-search-top .box-search {
    width: 440px;
}

.title-website .logo-dsc {
    margin-bottom: 4px;
}
@media (max-width:767px){
    div#showModalBtn {
        font-size: 14px;
        padding: 7px 5px;
        min-width: 50px;
        height: 30px;
        border-radius: 6px;
    }
    
    .menu-container-top>ul>li>a {
        font-size: 14px;
    }
    .contact-right li.entry-content img {
        width: 20px;
    }
    
    .contact-right li.entry-content {
        margin-bottom: 10px;
        width: 45px;
        height: 45px;
    }
    .box-chung-khoan .title-tab .title {
        font-size: 16px;
    }
    .box-detail-tags.box-detail-shear .list-social {
        margin-left: 10px;
    }
    
    .box-detail-tags.box-detail-shear .list-social .btn-social {
        margin-right: 10px;
    }
    .article_detail .contact-right {
        opacity: 0;
        /* transition: 1s; */
    }
    
    .article_detail .contact-right.show {
        opacity: 1;
    }
}

.section-home-023 .box-article-hot .article-left .article-item {
    display: flex;
}

.section-home-023 .box-article-hot .article-left .article-item .inner-image {
    margin-bottom: 0;
    flex: 0 0 60%;
    max-width: 60%;
}

.section-home-023 .box-article-hot .article-left .article-item .inner-image .img {
    padding-top: 57.66%;
}

.section-home-023 .box-article-hot .article-left .article-item .inner-content {
    padding-left: 30px;
}

.section-home-023 .box-article-hot .article-left .article-item .inner-content .article-title {
    -webkit-line-clamp: 3;
    font-size: 26px;
}

.section-home-023 .article-item .article-description {
    -webkit-line-clamp: 3;
}

.section-home-023  .box-article-hot {
    margin-bottom: 20px;
}

.box-article-right-home-02 .content-list .list-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.box-article-right-home-02 .content-list .list-top .article-item {
    margin-bottom: 0;
}

.box-article-right-home-02 .content-list .list-top .article-item .inner-content .article-title {
    font-weight: 700;
}

.box-article-right-home-02 .content-list .list-bottom .article-item {
    padding-left: 20px;
    margin-bottom: 20px;
}

.box-article-right-home-02 .content-list .list-bottom .article-item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #bdbdbd;
    border-radius: 50%;
    top: 8px;
}

.box-article-right-home-02 .content-list .list-bottom:last-child .article-item {
    margin-bottom: 0;
}

.box-article-right-home-02 .content-list .list-top .article-item .inner-image {
    border-radius: 14px;
    overflow: hidden;
}

footer .logo-section img {
    height: 83px;
}

.box-article-right-home-02 .content-list .view-small {
    margin-bottom: 15px;
}

.box-article-right-home-02 .content-list .view-small:last-child {
    margin-bottom: 0;
}

.box-article-update .box-list-top, .box-article-update .box-list-top .box-left, .box-article-update .box-list-top .article-left, .box-article-update .box-list-top .article-left .article-item, .box-article-update .box-list-top .article-left .article-item .inner-image {
    height: 100%;
}

.box-article-update .box-list-top .article-left .article-item .inner-image .img {
    height: 100%;
}

.box-article-tin-tuc-01 .box-list-top .box-left .article-left .article-item .inner-content {
    position: initial;
    pointer-events: initial;
    padding: 0;
    margin-top: 20px;
}

.box-article-tin-tuc-01 .box-list-top .box-left .article-left .article-item .inner-content .article-title a {
    color: #000;
}

.box-article-tin-tuc-01 .box-list-top .box-left .article-left .article-item .inner-content .article-title:hover a {
    color: var(--color-highlight);
}

.box-article-tin-tuc-01 .box-list-top .box-left .article-left .article-item .inner-content .article-description {
    color: #000;
    -webkit-line-clamp: 3;
}

.box-article-tin-tuc-01 .box-list-top .box-left .article-left .article-item .inner-content .comment {
    color: #000000 !important;
}

.box-article-tin-tuc-01 .article-right .article-item .inner-content .link-comment {
    display: none;
}

.box-article-tin-tuc-01 .article-right .article-item .inter-top .inner-content .article-description {
    margin-bottom: 0;
}

.box-article-tin-tuc-01 .article-right>.row>div:nth-child(1), .box-article-tin-tuc-01 .article-right>.row>div:nth-child(2) {
    margin-bottom: 20px;
}

.box-article-tin-tuc-01 .article-right .article-item .inter-top .inner-content span.article-category {
    display: none;
}

.box-article-tin-tuc-01 .article-right .article-item .inter-top .inner-image .img {
    padding-top: 60%;
}

.title-link .title-section {
    background: var(--color-highlight);
    padding: 13px 22px 7px 15px;
    font-size: 18px;
    color: #fff;
    border-top-left-radius: 12px;
    height: 45px;
    border-top-right-radius: 26px;
    display: flex;
    align-items: center;
}

.title-link .title-section a {
    color: #fff;
}

.title-link {
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
}


.box-article-right-home-02 .title-link {
    padding-bottom: 10px !important;
}
.title-link .title-section svg {
    position: absolute;
    right: -48px;
    height: 46px;
    /* background: #f3f3f3; */
    top: 0;
    z-index: -1;
}
.title-link .title-section span.more-bottom {
    width: 31px;
    height: 22px;
    background: var(--color-highlight);
    right: -31px;
    bottom: 0;
    position: absolute;
}

.title-link .title-section span.more-bottom:before {
    width: 31px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 22px;
    background: #fff;
    z-index: 0;
    border-bottom-left-radius: 25px;
}
.title-link .title-section::before {
    background: #ffffff;
}

.box-follow .list .item .icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom-poin {
    /* background: #001A35; */
}

.footer-bottom-poin>.container>.row:before {
    content: '';
    position: absolute;
    left: 10px;
    height: 1px;
    background: #fff;
    width: calc(100% - 20px);
    top: -9px;
}
footer:before {
    content: '';
    width: 600px;
    height: 600px;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(
89deg, #ffffff00, #ffffff21); */
    position: absolute;
    background-image: url(https://media.vatlieuxaydung.org.vn/media/icon/7646649.png);
    background-size: 500px 410px;
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.2;
    filter: grayscale(1);
}
.contact-right li.entry-content:before {
    width: 66px;
    height: 66px;
    background-color: #ff88b3;
    border-radius: 50px;
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: -1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
    content:
    '';
}

@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 li.entry-content a {
    width: 50px;
    height: 50px;
    background: rgba(9, 114, 206, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.contact-right li.entry-content:nth-child(1):before {
    background-color: #3e99ff;
}

.contact-right li.entry-content:nth-child(2):before {
    background-color: #0067fe;
}

.box-warp-video .title-link .title-section a {
    /* color: #000; */
}

.header-menu {
    background: var(--color-highlight) !important;
}

@media (min-width: 1200px){
    .header-menu .menu-section > ul > li > a {
        color: #fff;
        padding: 0 10px;
    }
    
    .header-menu .menu-section > ul > li > a.active {
        background: #ffffff36;
        color: #fff !important;
    }
    .header-top-one {
        background: #f6f6f6;
        border-bottom: 1px solid #ddd;
    }
    .header-top-item .menu-section > ul > li > a {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    
    .header-top-item .menu-section>ul {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
    }
    .box-top-hot-home>.container>.row>div:nth-child(1) .box-article-hot {
        height: 100%;
    }
    
    .box-article-hot .article-left {
        background: #fff;
        padding: 15px;
        border-radius: 12px;
        height: 100%;
        border: 1px solid rgba(238, 238, 238, 1);
    }
    
    .article-item-small .inner-content .article-category {
        display: flex;
    }
    
    .box-article-hot .article-right {
        background: #fff;
        padding: 15px;
        border-radius: 8px;
        border: 1px solid rgba(238, 238, 238, 1);
    }
    
    .article-item-small:last-child {
        margin-bottom: 0;
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .box-top-hot-home>.container>.row>div:nth-child(1)>div {
        height: 100%;
    }


}

.en-iv-vet {
    position: relative;
}

.en-iv-vet svg {
    position: absolute;
    left: 13px;
    top: 9px;
    pointer-events: none;
    width: 28px;
    height: 28px;
}

.header-top-one>.container>.row {
    display: flex;
    align-items: center;
}

.header-top-one div#datetime {
    font-size: 14px;
}

.box-top-hot-home>.container>.row>div:nth-child(1), .box-top-hot-home>.container>.row>div:nth-child(2) {
    flex: 0 0 37.5%;
    max-width: 37.5%;
}
footer:after {
    content: '';
    width: 426px;
    height: 548px;
    left: -78px;
    bottom: 0;
    position: absolute;
    background-image: url(https://media.vatlieuxaydung.org.vn/media/icon/logo_vlxd_org_1.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    opacity: 0.1;
    filter: grayscale(1);
    pointer-events: none;
}

.footer-mid>.container>.row>div:nth-child(4)>div {
    width: 200px;
    margin-left: auto;
}

.inner-content .article-category {
    display: flex;
}

.contact-right li.entry-content:nth-child(3) a {
    background: #ff00181f;
}

.contact-right li.entry-content:nth-child(2) a {
    background: #007bff2e;
}

.box-article-update .box-list-top .article-left .article-item {
    border: 0;
}

.article-right.article-right-small-01 .article-item-small {
    /* padding-left: 15px; */
    gap: 15px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}

.article-right.article-right-small-01 .article-item-small .inner-content {
    flex-basis: calc(100% - 150px);
    max-width: calc(100% - 150px);
    padding-left: 0;
}

.article-right.article-right-small-01 .article-item-small .inner-image {
    flex: 0 0 150px;
    max-width: 150px;
}

.article-right.article-right-small-01 .article-item-small .inner-content span.article-category {
    display: none;
}
.box-list-left.box-list-left-01 .article-left .article-item .article-title {
    font-size: 17px;
    -webkit-line-clamp: 4;
    line-height: 1.6;
    margin-bottom: 10px;
}

.box-list-left.box-list-left-01 .article-left .article-item .article-description {
    -webkit-line-clamp: 3;
}

.box-list-left.box-list-left-01 .article-left .article-item .comment {
    color: #000 !important;
}

.box-list-left.box-list-left-01 .article-left .article-item .inner-image .img {
    border-radius: 8px;
}
.box-list-left.box-list-left-01 .article-left .article-item {
    margin-bottom: 0;
    padding: 0;
    border: 0;
}


.box-home-01-news .article-item {
    border: 0;
    padding: 0;
}

.box-home-01-news .box-list-top .box-left .article-left {
    border: 0;
    border-left: 1px solid rgba(238, 238, 238, 1);
    border-right: 1px solid rgba(238, 238, 238, 1);
    border-radius: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.box-home-01-news .article-right .article-item .inter-top .inner-content .article-description {
    display: none;
}

.box-home-01-news .box-list-top .box-left .article-left .article-item .inner-content .comment {
    display: none;
}
 
.box-contact-inbox {
    padding: 15px;
    background: #fff;
    border-radius: 12px;
}
.title-link .link-right:hover {
    color: red;
}

.title-link .title-section a:hover {
    color: red;
}
.title-link .link-right:hover {
    color: red;
}

.title-link .title-section a:hover {
    color: red;
}

.box-section-home-12>.container>.row, .box-col-0291.box-article-update>.row {
    margin-right: -15px;
    margin-left: -15px;
}

.box-section-home-12>.container>
.row>div , .box-col-0291.box-article-update>.row>div{
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width:1200px){
    footer:before, footer:after{
        display: none;
    }
     .menu-scoll-mb {
        background: var(--color-highlight) !important;
    }
    
    .menu-section-scoll>ul>li>a {
        color: #ffffff;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    
    .title-link .title-section {
        display: flex;
        font-size: 15px;
        align-items: center;
    }
    .title-link .title-section svg {bottom: -1px;top: inherit;}
    .contact-right li.entry-content:before {
        left: -10px;
        top: -10px;
    }
    
    .contact-right li.entry-content a {
        width: 45px;
        height: 45px;
    }
    .box-search .input-group .input-group-append .btn-submit {
        border-radius: 5px;
        width: 54px;
    }
    .btn-login-mb {
        margin-top: 15px;
        padding: 0 15px;
    }
    
    .btn-login-mb a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 100%;
        border-radius: 12px;
        border: 1px solid var(--color-highlight);
        color: var(--color-highlight);
    }
 }
 
 
.box-article-update.box-article-page .box-list-top {
    margin-bottom: 15px;
}

.article-item .inner-content .link-comment .btn-all:hover {
    background: var(--color-highlight);
    color: #fff;
}

.box-search .input-group .input-group-append .btn-submit:hover {
    background: linear-gradient(93.07deg, #b10606 -16.41%, #ff0000 99.41%);
}

.register-red {
    color: var(--red);
}
form.box-suggest .input-group {
    border-radius: 8px;
    overflow: hidden;
    flex-basis: calc(100% - 215px);
    max-width: calc(100% - 215px);
}
.article-content-info.font-content .description {
    margin-bottom: 15px;
    font-family: "Merriweather";
}
.box-suggest .input-group .input-group-append .btn.btn-submit {
    border: 0;
}

.box-suggest .input-group .input-group-append .btn.btn-submit:hover {
    background: var(--red);
    color: #fff;
}

.count-article {
    margin-bottom: 30px;
}

.count-article span {
    font-weight: 700;
    font-size: 20px;
}

form.box-suggest {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

form.box-suggest .danh-muc {
    flex: 0 0 200px;
    max-width: 200px;
}

form.box-suggest .danh-muc .dropdown.bootstrap-select.form-control {
    height: 50px;
}

form.box-suggest .danh-muc .dropdown.bootstrap-select.form-control .btn.dropdown-toggle {
    height: 50px;
    display: flex;
    border-radius: 8px;
    align-items: center;
}

form.box-suggest .danh-muc .dropdown.bootstrap-select.form-control .btn.dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}
.home .box-article-right.box-article-right-page {
    margin-bottom: 0 !important;
}
.article-content, .article-content p, .article-content span, .article-content li, .article-content a, .article-content font, .article-content div {
    font-family: "Merriweather" !important;
}
@media (max-width:576px){
    form.box-suggest .danh-muc {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    form.box-suggest .input-group {
        flex: 100%;
        max-width: 100%;
    }
    
    form.box-suggest .danh-muc .dropdown.bootstrap-select.form-control .btn.dropdown-toggle {
        height: 45px;
    }
    
    form.box-suggest .danh-muc .dropdown.bootstrap-select.form-control {
        height: 45px;
    }
}