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

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

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

.head-block {
    border-bottom: 2px solid var(--red);
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.head-block .title-cate {
    color: var(--red);
    font-size: 18px !important;
    margin-bottom: 0px;
    border: 0;
}

.title-vertical {
    color: var(--color-title);
    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-title);
}

.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-title);
}

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

.article-first .article-item: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%);
}

.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;
}

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

.tab-article .title-tab {
    font-size: 18px;
    color: var(--color-title);
    position: relative;
    padding-bottom: 7px;
}

.tab-article .title-tab:before {
    content: none;
    position: absolute;
    bottom: -2px;
    width: 100px;
    height: 2px;
    background-color: black;
}

.tab-article .nav-pills .nav-link {
    padding: 0;
    color: black;
    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;
}

/*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;
    margin-bottom: 1rem;
}

.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(--red);
}

.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 {
    color: black;
}

.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;
}

.title-footer {
    color: var(--color-title);
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1rem;
    font-size: 1.8rem;
    border-bottom: 2px solid #ccc;
}

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

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

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

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

/*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);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.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(--red);
    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;
    }
    
    .cus-link-xem-them-home {
        display: none;
    }

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

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

/*CSS by quyettq*/
.section-logo {
    background-size: 100% 100%;
    padding: 2rem 0;
    background-color: var(--white);
}

.section-logo .logo-section img {
    max-height: 12rem;
    height: 100%;
}

.company_name {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: #fdf100;
}

.bg-welcome > .row {
    background: var(--color-highlight);
}

.text-welcome {
    font-size: 2rem;
}

.language-picker img {
    object-fit: cover;
}

.topbar-section .language-switch ul.topbar-dropdown {
    left: auto;
}

.menu-section > ul > li.has-child > a:after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--white);
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.menu-section > ul > li.has-child:hover > a:after {
    border-top-color: var(--color-highlight);
}

.entire-map {
    padding-top: 170px;
}

.entire-map iframe {
    border-radius: 15px;
    overflow: hidden;
}

.footer-main .logo-section img {
    max-height: 18rem;
    height: 100%;
}

.entire-info-website address p,
.entire-info-website address .company_name {
    font-size: 1.6rem;
    color: var(--black);
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.search-home .input-group {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.search-home .input-group .form-control {
    border-color: #ddd;
}

.search-home .input-group .btn-submit {
    border-color: var(--color-title);
}

.search-home .input-group .btn-submit:hover {
    border-color: var(--color-main);
    background: var(--color-main);
    color: var(--white);
}

.footer-main {
    border-top: 3rem solid var(--color-highlight);
}

.form-comments .form-content {
    background: #edf5fc;
    padding: 2rem 2.5rem;
    border-radius: 30px;
}

.form-comments .form-group {
    margin-bottom: 1.5rem;
}

.form-comments .form-control {
    border-color: #ddd;
    background: transparent;
    border-radius: 3px;
    height: 5rem;
}

.form-comments textarea.form-control {
    height: auto;
    min-height: 12rem;
}

.item-contact .icon-contact {
    font-size: 3rem;
    color: var(--white);
    width: 6rem;
    height: 6rem;
    background: var(--color-highlight);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem auto;
}

#facebook .icon-contact {
    background: var(--blue);
}#youtube .icon-contact {
    background: #d74328;
}#email .icon-contact {
    background: var(--cyan);
}#address .icon-contact {
    background: var(--black);
}

.item-contact {
    margin-bottom: 3rem;
}

.title {
    font-size: 2rem;
}

.description {
    font-size: 1.6rem;
    color: var(--color-text);
}

@media (min-width: 768px) {
    .setting-menu > .row > div {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    
    .footer-main .title-footer {
        max-width: 50%;
    }
    
    .footer-main > .container > .row > div:first-child {
        flex: 1 1;
        max-width: 100%;
    }
    
    .footer-main > .container > .row > div:nth-child(n + 2) {
        flex: 0 0 38%;
        max-width: 38%;
    }
    
    .form-comments .form-content {
        max-width: 768px;
        margin: 0 auto;
    }
}

@media (min-width: 1000px) {
    .setting-menu .menu-section > ul > li > a.active,
    .setting-menu .menu-section > ul > li:hover > a {
        color: var(--color-highlight);
        background: var(--white);
    }
    
    .setting-menu .menu-section > ul > li:first-child > a i {
        font-size: 1.8rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .setting-menu > .row > div {
        justify-content: space-between;
        padding: 0 1.5rem;
    }
    
    .setting-menu .btn-menu-mobile {
        padding: 0.5rem 1rem;
    }
}

@media (max-width:767px) {    
    .section-logo {
        padding: 1rem 0;
    }
    
    .section-logo .logo-section img {
        max-height: 6rem;
    }
    
    .footer-main .logo-section img {
        max-height: 14rem;
    }
}