.container {
    background-color: var(--white);
}

.color-hightlight {
    color: var(--color-top);
}

.clamp-1, .clamp-2, .clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-1 {
    -webkit-line-clamp: 1;
}

.clamp-2 {
    -webkit-line-clamp: 2;
}

.clamp-3 {
    -webkit-line-clamp: 3;
}

.flags {
    width: 19px;
}

.setting-menu .row > div[class*="col-"] {
    align-items: center;
    display: flex;
}

.setting-menu .row > div[class*="col-"]:last-child {
    justify-content: flex-end;
}

.menu-mb .container {
    background-color: var(--color-highlight);
    border-top: 1px solid var(--white);
    border-bottom: 2px solid var(--yellow);
}

.head-block {
    border-bottom: 2px solid var(--color-highlight);
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.head-block .title-cate {
    background-color: var(--color-highlight);
    color: var(--white);
    margin-bottom: 0 !important;
    padding: 3px 5px;
    font-size: 22px !important;
    align-content: center;
}

.title-vertical {
    color: var(--color-highlight);
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.title-vertical:before, .title-vertical:after {
    content: "";
    position: absolute;
}

.title-vertical:before {
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: var(--color-main);
}

.title-vertical:after {
    bottom: -4px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--color-main);
}

.title-section-main {
    text-transform: uppercase;
    font-size: 3rem;
    letter-spacing: 0.04em;
    margin-bottom: 1.5rem;
}

.info-section {
    font-family: 'Noto Serif JP', san-serif;
}

.info-section p {
    font-size: 2rem;
    font-style: italic;
}

.phone_icon {
    font-size: 3rem;
    height: 6.1rem;
    width: 6.1rem;
    border: 1px solid var(--color-highlight);
    border-radius: 50%;
    text-align: center;
    align-content: center;
}

.phone_icon i {
    rotate: -45deg;
    color: var(--color-highlight);
}

.phone-section {
    gap: 1.8rem;
    padding-right: 2.2rem;
}

.phone-hotline .title {
    font-size: 1.6rem;
}

.phone-hotline .phone {
    font-size: 2rem;
}

/*Bai viet theo danh muc doc*/
.article-first .article-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.article-first .article-item a:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.patition-view {
    position: static;
}

.partition-row {
    display: flex;
    gap: 1.5rem;
    flex-direction: row;
    height: 100%;
    max-height: 35rem;
}

.partition-row > div[class*="col-"] {
    padding: 0;
    flex-grow: 1;
    flex-shrink: 1;
    row-gap: 1.5rem
}

.partition-row .article-first .article-item {
    margin-bottom: 0;
    height: 100%;
}

.partition-row .third-section .article-first {
    height: calc(50% - (1.5rem)/2);
}

.item_partition .article-title {
    display: inline-block;
    background: var(--color-highlight);
    margin: 0;
    padding: .8rem;
}

.item_partition img {
    width: 100%;
    height: 100%;
}

.patition-view .swiper-button-prev, .patition-view .swiper-button-next {
    background-color: #0000008f;
    color: var(--white);
    padding: 0.4rem 0.3rem;
}

.patition-view .swiper-button-prev i, .patition-view .swiper-button-next i {
    font-size: 30px;
}

.patition-view .swiper-button-prev {
    left: -40px;
}

.patition-view .swiper-button-next {
    right: -40px;
}

.span-cate {
    display: inline-block;
    background-color: var(--color-highlight);
    padding: 0.3rem 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.article-first .inner-image {
    margin-bottom: 0;
}

.article-first .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 15px;
    color: var(--white);
}

.article-first .article-title {
    margin-bottom: 5px;
}

.article-first .article-title a {
    color: var(--white);
    font-size: 18px;
}

.article-first .article-description {
    display: none;
}

.language-switch li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    bottom: -20%;
    display: block;
    opacity: 0;
}

.language-switch li.active::after {
    opacity: 1;
}

/*Bai viet theo danh muc doc*/
/*Module tab - Dich vu*/
.tab-article {
    border-bottom: 2px solid var(--color-highlight);
    margin-bottom: 20px;
}

.tab-article .title-tab {
    background-color: var(--color-highlight);
    color: var(--white);
    margin-bottom: 0 !important;
    padding: 3px 5px;
    font-size: 22px !important;
    align-content: center;
}

.tab-article .nav-pills .nav-link {
    padding: 0;
    color: var(--color-main);
    font-weight: 600;
    padding-left: 15px !important;
}

.tab-article .nav-pills .nav-link.active, .tab-article .nav-pills .show>.nav-link {
    padding: 0;
    background-color: transparent;
    color: var(--color-highlight);
}

/*Module tab - Dich vu*/
/*Module tin moi*/
.article-item .article-title a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article-small .article-title a {
    font-size: 14px;
}

/*Module tin moi*/
/*Module hoi dap cong chung*/
.article-qa .article-title {
    line-height: 1.4;
    font-weight: 500;
}

.article-qa .article-title a {
    font-size: 14px;
    color: var(--color-highlight);
}

.article-qa .article-entry-info > span {
    font-size: 12px;
}

/*Module hoi dap cong chung*/
/*Module hinh anh van phong*/
.box-gallery {
    margin: 0 -5px !important;
}

.rti-30 {
    padding-top: 30%;
}

.slick-track {
    margin: unset;
}

/*Module hinh anh van phong*/
.cus-link-xem-them-home {
    border: 1px solid var(--color-highlight);
    color: var(--color-highlight);
}

.cus-link-xem-them-home:hover {
    color: var(--white);
    background-color: var(--color-highlight);
}

.article-title-out-standing a {
    font-weight: 600;
    color: black;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.6rem;
}

.tab-dich-vu-home .head-block {
    display: none;
}

.cate-block-vertical .article-item.clearfix {
    margin-bottom: 0;
}

.cate-block-vertical > .row > div .row > div:nth-child(1) {
    margin-bottom: 15px;
}

footer .container {
    background-color: #ff8c00 !important;
}

.entire-map-2 {
    padding-top: 56.25%;
}

.title-footer {
    color: var(--color-main);
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
}

.title-footer:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: var(--black);
}

/*Thành viên*/
.bg-breadcrum-page {
    background-position: center;
    background-size: cover;
    padding: 170px 0 250px 0;
    position: relative;
    background-color: #0000005c;
    background-blend-mode: darken;
}

.bg-breadcrum-page .breadcrumbs-section {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
    line-height: 2.4rem;
    justify-content: center;
}

.breadcrumbs-section h1 {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 2.4rem;
}

.breadcrumbs-section span {
    font-weight: 600;
    color: white;
    font-size: 40px;
}

.title-section-team {
    font-size: 4rem;
    color: var(--color-highlight);
    font-weight: 700;
}

.img-nhan-su {
    position: relative;
}

.img-nhan-su::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000003d;
    z-index: 9;
    opacity: 0;
}

.cus-swiper-nhan-su:hover .content-our-teamr, .cus-swiper-nhan-su:hover .img-nhan-su::before {
    opacity: 1;
}

.ten-nhan-su {
    font-size: 20px;
    font-weight: 600;
}

.contact_form .form-control {
    border: none;
    border-bottom: 1px solid #252525;
    margin-bottom: 10px;
    background: transparent;
    padding: 0.85rem 0;
}

.radio-form > div {
    gap: .5rem;
}

.radio-form label {
    font-weight: normal;
}

.contact_form .form-control::placeholder {
    color: black;
}

.box-art-text .title-section {
    border-bottom: 1px solid;
    margin-bottom: 2rem;
}

.article-text a {
    display: block;
    margin-bottom: 1rem;
    color: black;
}

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

@media (max-width: 992px) {
    .container {
        max-width: 1170px;
    }

    .first-div {
        flex: 1 0 100%;
        text-align: center;
    }

    .second-div {
        flex: 1 0 100%;
        text-align: center;
    }

    .third-div {
        display: none;
    }

    .phone_icon {
        display: none;
    }
}

@media (max-width: 764px) {
    .bg-breadcrum-page {
        padding: 80px 0 80px 0;
    }
}

@media (max-width: 576px) {
    .d-xs-table {
        margin: auto;
        width: 100%;
    }

    .p-xs-0 {
        padding: 0;
    }

    .row-mobile .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*fife page new*/
body {
    background-color: #dbdbdb;
    max-width: 1200px;
    margin: auto;
}

.menu-section > ul > li > a {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 0 1rem;
}

.is-mobile .menu-section > ul > li > a {
    color: var(--black);
}

.setting-menu > .row {
    margin: 0;
    background-color: var(--color-highlight);
    border-top: 1px solid var(--white);
    border-bottom: 2px solid var(--white);
}

.entire-action-header .btn-action-header {
    color: var(--white);
}

.entire-action-header .btn-action-header:hover {
    color: #bbbbbb;
}

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

.search-section .btn-action-header {
    padding: 1.6rem 1.5rem;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: var(--white);
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -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;
}

.search-section .btn-submit {
    padding: 0 0.75rem !important;
    font-size: 13px;
}

.slider-section .inner-title {
    font-size: 30px;
    position: relative;
    padding-bottom: 5px;
    color: var(--white);
    text-transform: uppercase;
}

.btn-submit {
    background: var(--color-highlight);
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-slide {
    font-weight: 600;
    border-radius: 5px;
    text-transform: unset;
}

.cus-home-post-date {
    font-size: 1.2rem;
    color: gray;
}

@media (max-width: 768px) {
    .slider-section .inner-title {
        font-size: 17px;
    }

    .view-small .inner-image {
        width: 100%;
        float: left;
        margin-right: 0rem;
    }

    .tab-article {
        text-align: center;
    }
}

/*css*/
.small_news--section {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted var(--color-text);
}

div > .small_news--section:last-child {
    border-bottom: 0;
}

.header-picture {
    max-width: 20.75%;
    flex: 0 0 20.75%;
}

.content-list {
    flex: 1 1;
    max-width: 100%;
}

.cate-name {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: var(--color-black);
    font-weight: 500;
    max-height: 74px;
    overflow: hidden;
}

.cate-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.3;
    text-align: justify;
}

.small_news--section .content-list ul li a {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #444444;
    font-weight: 500;
    max-height: 74px;
    overflow: hidden;
}

.small_news--section .content-list ul li {
    list-style-type: square !important;
}

.small_news--section .content-list ul li::marker {
    color: var(--color-black);
}

.small_news--section .content-list ul li a:hover {
    color: var(--color-highlight);
}

.item_big_left .article-title {
    font-size: 2.3rem;
    font-weight: 500;
}

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

.accordion {
    display: block;
}

.menu_block {
    padding-top: 10px;
    border: none;
}

.menu-link--title {
    display: block;
    padding: 11px 16px;
    color: #444444;
    font-weight: 600;
    font-size: 1.3em;
    background-color: #E4E4E4;
    border-left: 3px solid var(--color-highlight);
    text-transform: uppercase;
}

.menu-link--title a {
    color: #444444;
}

.menu_block .card {
    display: block;
    border-radius: 2px;
    padding: 15px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.5);
}

.menu_block .card-header a {
    font-weight: bold;
    font-size: 1.6rem;
    display: block;
    color: var(--color-black);
    position: relative;
    margin: -15px;
    padding: 7px;
    line-height: 130%;
    text-decoration: none !important;
}

.menu_block .card-header a::before {
    display: block;
    content: '';
    width: 3px;
    height: 11px;
    background: #ccc;
    position: absolute;
    right: 17px;
    top: 11px;
}

.menu_block .card-header a::after {
    display: block;
    content: '';
    width: 11px;
    height: 3px;
    background: #ccc;
    position: absolute;
    right: 13px;
    top: 15px;
}

.menu_block .card-header a:not(.collapsed)::before {
    display: none;
}

.menu_block .card-body {
    display: block;
    margin-bottom: -15px;
    border-top: 1px dotted #cccccc;
    margin-top: 15px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.sub-menu-block .card-body address {
    color: var(--color-text);
}

.sub-menu-block .card-header a {
    color: var(--color-highlight);
    font-weight: 400;
}

/*CTA*/
.toCall {
    bottom: 100px;
    position: fixed;
    right: 15px;
    z-index: 99;
}

.toCall a {
    display: block;
    padding-bottom: 10px;
}

.toCall a img {
    width: 42px;
    height: 42px;
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.art-title {
    padding-left: 1rem;
    margin-top: 2rem;
}

.art-title li a {
    color: black;
    font-size: 1.6rem;
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

#modal-advise .right-popup-content h3 {
    line-height: 1.3;
}

.modal button.close {
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    z-index: 10;
    text-shadow: unset;
}

.item_partition:hover {
    cursor: pointer;
}

.item_partition.article-item:hover .article-title a {
    color: var(--blue-light);
}

.category-img {
    height: 100%;
    overflow: hidden;
}

.category-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item-category > .row > div:last-child > .small_news--section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.label_input {
    display: flex;
    transition: all .25s ease;
}

.label_input.collapsed .icon-callapse i::before {
    content: '\f078';
}

.label_input:hover {
    color: var(--color-top);
}

.radio-form > div > *:hover {
    cursor: pointer;
}

.swiper-slider-main .swiper-slide img {
    /* height: calc(100vh - (400px + 185px)); */
}

.mo-ta-nhan-su {
    max-width: 100%;
    height: 9rem;
    overflow: hidden;
}

.mo-ta-nhan-su.active {
    height: auto;
}

.item-nhan-su {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.item-nhan-su i {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
}

.item-nhan-su .infor {
    width: calc(100% - 3rem);
}

.tab-article .nav-tab-article li:last-child > .nav-link {
    font-weight: 200 !important;
}

@media (max-width: 1280px) {
    .swiper-slider-main .swiper-slide img {
        /* height: calc(100vh - (400px + 130px)); */
    }
}

@media (max-width: 992px) {
    .swiper-slider-main .swiper-slide img {
        /* height: calc(100vh - (460px + 130px)); */
    }
}
