.bg-highlight {
    background: var(--color-hightlight) !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.banner-header{
    width: 100%;
}
.logo-section img {
    height: 70px;
    object-fit: contain;
}

.fixed .logo-section {
    max-width: 130px;
}
.menu-custom {
    position: absolute;
    top: 0;
    width: 100%;
}
.menu-setting>.container>.row>div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-section input[type=text] {
    border-radius: .25rem;
}

.search-section .wrap-suggestion {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 10px;
    left: 0;
}

.search-section .wrap-suggestion ul li a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.fixed {
    width: 100%;
    top: 0;
    z-index: 99;
    -moz-animation: slideInDown 0.6s ease;
    -webkit-animation: slideInDown 0.6s ease;
    animation: slideInDown 0.6s ease;
    background: #f8f8f8;
    position: fixed;
}

.fixed .logo-section img {
    height: auto;
}

.fixed .menu-section > ul > li > a {
    line-height: 70px;
    height: 70px;
}

.service-home .title-section {
    font-size: 28px;
    padding: 10px 60px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    position: relative;
    z-index: 9;
    display: inline-block;
    margin-top: -13px;
    margin-bottom: 20px;
}

.service-home article.article-item {
    margin-bottom: 30px;
}

.animation--border {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animation--border::before {
    content: "";
    background-image: conic-gradient(var(--color-hightlight) 20deg, transparent 120deg);
    width: 150%;
    height: 150%;
    position: absolute;
    animation: rotate 2s linear infinite;
}

.service-home .article-item .gradient-background {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 8px;
    left: 8px;
    z-index: 0;
    border-bottom-right-radius: 25px;
}

.service-home .inner-image-service {
    border-radius: 20px 0 20px 0;
    overflow: hidden;
    transition: all 0.4s;
    border: 2px solid #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.service-home .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    padding: 25px 15px 25px 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
}

.service-home .article-item .article-title a {
    color: #fff;
}

.service-home .line {
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin: 10px auto 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.bg-light-1 {
    background: #67b84969 !important;
}

.title-tab {
    border-bottom: 2px solid var(--color-hightlight);
}

.block-tab .nav-link {
    text-transform: lowercase;
    color: black;
}

.block-tab .nav-link::first-letter {
    text-transform: capitalize;
}

.block-tab li.nav-item {
    padding: 0 10px;
}

.block-tab .nav-link.active, .block-tab .nav-link:hover {
    font-weight: 600;
}

.product-home .slick-track {
    display: flex;
}

.slick-slide {
    height: auto !important;
    margin: 0 10px;
}

.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 0 10px;
}

.row {
    margin: 0 -10px;
}

.no-gutters {
    margin: 0;
}

[class^="col-"] {
    padding: 0 10px;
}

.simply-scroll-container {
    position: relative;
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.simply-scroll-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

.simply-scroll-list li {
    padding: 0;
    margin: 0;
}

ol#scroller {
    list-style: none;
    margin-left: 5px;
    float: left;
    padding-left: 5px;
    text-align: left;
}

.simply-scroll-list li img {
    border: none;
    display: block;
}

.simply-scroll-btn {
    position: absolute;
    width: 42px;
    height: 44px;
    z-index: 3;
    cursor: pointer;
}

.simply-scroll-btn-left {
    left: 6px;
    bottom: 6px;
    background-position: 0 -44px;
}

.simply-scroll-btn-left.disabled {
    background-position: 0 0 !important;
}

.simply-scroll-btn-left:hover {
    background-position: 0 -88px;
}

.simply-scroll-btn-right {
    right: 6px;
    bottom: 6px;
    background-position: 84px -44px;
}

.simply-scroll-btn-right.disabled {
    background-position: 84px 0 !important;
}

.simply-scroll-btn-right:hover {
    background-position: 84px -88px;
}

.simply-scroll-btn-up {
    right: 6px;
    top: 6px;
    background-position: -126px -44px;
}

.simply-scroll-btn-up.disabled {
    background-position: -126px 0 !important;
}

.simply-scroll-btn-up:hover {
    background-position: -126px -88px;
}

.simply-scroll-btn-down {
    right: 6px;
    bottom: 6px;
    background-position: -42px -44px;
}

.simply-scroll-btn-down.disabled {
    background-position: -42px 0 !important;
}

.simply-scroll-btn-down:hover {
    background-position: -42px -88px;
}

.vert {
    height: 90px;
}

.vert .simply-scroll-clip {
    height: 90px;
}

.vert .simply-scroll-list li {
    /*width: 185px;*/
    height: 26px;
    padding-left: 5px;
}

.vert .simply-scroll-btn-up {
    right: 0;
    top: 0;
}

.vert .simply-scroll-btn-down {
    right: 0;
    top: 52px;
}

.img-partner {
    padding-top: 40%;
}

.object-contant {
    object-fit: contain !important;
}

.slide-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: var(--white);
}

/*.slider-section .slick-list .slick-slide:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: linear-gradient(to top, rgb(0 0 0 / 30%) 60%,rgb(0 0 0 / 20%) 100%);*/
/*    display: block;*/
/*}*/
.slider-section .btn-submit:hover {
    background: var(--color-hightlight);
    color: white;
    border-color: var(--color-hightlight);
}

.entire-content {
    max-width: 767px;
    margin: 0 auto;
}

.title-section h3:before {
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    background: var(--color-text);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.list-category {
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
    background: var(--white);
    overflow: hidden;
}

.list-category img {
    -webkit-transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    -o-transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
}

.list-category .img-category:before, .list-category .img-category a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.list-category:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.list-category .img-category:hover:before, .list-category .img-category:hover a:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.list-category .img-category {
    overflow: hidden;
}

.list-category .img-category a {
    display: block;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.nang-luc .icon-box img {
    width: 48px;
}

.nang-luc>.row>div {
    border-left: 1px dashed #ddd;
    margin-bottom: 30px;
}

.nang-luc>.row>div:first-child {
    border: none;
}

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

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

.sticky-menu.fix .logo-section img {
    height: 60px;
}

.sticky-menu.fix .menu-section > ul > li > a {
    line-height: 70px;
    height: 70px;
}

.about-us .img-about {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.about-us .img-about img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-us .read-more {
    background: var(--color-main);
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
}

.bg-light {
    background: var(--light);
}

.category-slide-home .item-title-category a {
    font-weight: 600;
}

.testimonials-section .title-section {
    margin-bottom: 15px;
}

.testimonials-list {
    position: relative;
    background: #fff;
    padding: 28px 30px 29px 32px;
    border: 1px solid #f5f5f5;
    margin-top: 40px;
}

.testimonials-list .author-info {
    position: relative;
    margin-bottom: 19px;
}

.testimonials-list .author-info .author h4 {
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 29px;
    font-weight: 600;
}

.testimonials-list .author-info .author-img {
    overflow: hidden;
    border-radius: 50%;
    width: 94px;
    height: 94px;
    float: right;
    right: 0;
    border: 6px solid #fff;
    box-shadow: 0 1px 5px 2px rgb(238 238 238 / 60%);
    position: absolute;
    top: -55px;
}

.testimonials-list .author-info .author-img img {
    width: 100%;
}

.testimonials-list .testimonials-content {
    position: relative;
    font-style: italic;
    line-height: 25px;
    width: 100%;
}

.author-title {
    color: var(--red);
}

.testimonials-content i {
    color: var(--black);
}

.title-footer:before {
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid var(--black);
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    max-width: 250px;
    zoom: 1; filter: alpha(opacity=10);
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    left: 0;
    height: 2px;
    z-index: 1;
}

.title-footer:after {
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid var(--black);
    display: block;
    position: absolute;
    bottom: 0;
    max-width: 250px;
    height: 2px;
    border-color: var(--white);
    width: 100px;
    opacity: 0.6;
}

.thu-vien .album-entry-info, .thu-vien .read-more {
    display: none;
}

.home-contact {
    background-color: var(--color-hightlight);
}

.home-contact p {
    font-size: 24px;
    color: var(--white);
    font-weight: 700;
    float: left;
    margin: 0;
}

.dot-top-right .slick-dots, .dot-top-right .slick-dots:hover .slick-next {
    right: 0;
    top: -84px;
    opacity: 1;
    filter: opacity(1);
}

.dot-top-right .slick-dots {
    width: auto !important;
}

.home-news .article-item .inner-image {
    position: relative;
    padding-top: 0%;
    /**/
    margin-bottom: 20px;
}

.home-news .article-item {
    background: #f0f0f0;
    /* min-height: 420px; */
}

.home-news .article-item .inner-content {
    padding: 0 15px 15px;
}

.home-contact .btn-click a {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: var(--white);
    background-color: var(--color-text);
    padding: 10px 25px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

.home-contact .btn-click a:hover {
    color: var(--color-text);
    background: var(--white);
}

.product-item .star-rating {
    margin: 0 auto;
}

.view-small .star-rating {
    margin: 0;
}

b, strong {
    font-weight: 700;
}

.slider-thumbs .thumb-item.slick-current {
    border-color: var(--color-hightlight);
}

.la-tiktok img {
    height: 18px;
    vertical-align: text-top;
    /* -webkit-filter: brightness(0.5); */
    /* filter: brightness(0.5); */
}

.social-footer-section ul li a:hover .la-tiktok img {
    opacity: 1
}

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

header .social-footer-section {
    margin: 0 !important;
    line-height: 39px;
    height: 35px;
}

.social-footer-section ul li:last-child {
    margin: 0;
}

.border_about {
    font-size: 15px;
}

.news-home .article-item .article-title {
    font-weight: bold;
}

.title-small .title-section h3 {
    font-size: 22px;
}

.footer-menu-section ul li a {
    color: white;
}

.footer-menu-section ul li a:hover {
    color: var(--white);
    ; }

.entire-info-website address {
    line-height: 20px;
}

footer .social-footer-section ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    color: white;
}

footer .social-footer-section ul li a:hover {
    color: var(--white);
}

.socials {
    position: fixed;
    right: 13px;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 20%;
    padding: 4px 0;
    border: 1px solid #55270d;
    background-color: rgb(255 255 255 / 85%);
}

.socials ul>li a {
    border: 0;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}

.socials ul>li a img {
    width: 29px;
    height: 29px;
    display: block;
    margin: auto;
    background-size: contain!important;
    transition: .5s;
    animation: call 2s linear infinite;
}

@keyframes call {
    0%, 100% {
        transform: rotate(-30deg);
    }

    50% {
        transform: rotate(30deg);
    }
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 13px;
    border: 2px solid;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 4px;
}

#return-to-top i {
    color: var(--color-text);
    margin: 0;
    position: relative;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
}

#return-to-top:hover {
    background: var(--color-hightlight);
}

#return-to-top:hover i {
    color: white;
}

.section-title-list {
    border-left: 5px solid var(--color-hightlight);
    padding-left: 10px;
}

.list-intro>.row>div:nth-child(2n+1)>.article-item>.row {
    flex-direction: row-reverse;
}

.list-intro .article-description img {
    width: auto !important;
    height: auto !important;
}

.entire-infor p {
    margin-bottom: 5px;
}

.item-title-category {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.muc-dich-vu .item-title-category {
    white-space: unset;
    font-size: 14px !important;
}

.muc-dich-vu .article-description {
    display: block !important;
}

.muc-dich-vu .list-category {
    margin-top: 20px;
    height: auto;
}

.muc-dich-vu .list-category .img-category {
    padding-top: 100%;
}

.muc-dich-vu .slick-track {
    display: flex;
}

.view-carousel .article-time {
    display: inline-block;
    width: 45px;
    height: 55px;
    background: var(--light);
    margin-right: 10px;
    float: left;
    text-align: center;
    font-size: 24px;
    padding-top: 3px;
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 1;
}

.view-carousel .article-time span {
    background: var(--color-hightlight);
    color: var(--color-text);
    font-size: 10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: inline-block;
}

.left-topbar {
    height: 35px;
    line-height: 35px;
}

.product-item .inner-content .product-title {
    white-space: inherit;
}
.language-section a img {
    width: 25px;
    height: 18px;
    object-fit: cover;
    margin: 0 0 0 8px;
}

.language-section {
    padding-left: 10px;
}
.imgs-about {
    overflow: hidden;
    width: 100%;
}
.object-cover{
    object-fit: cover !important
}
.imgs-about .slick-dots {
    bottom: 15px;
}

.imgs-about .slick-dots li button:before {
    background: white;
}
.hover-img{
    overflow: hidden;
}
.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.shadow-1 {
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.project-home .news-left .article-description {
    display: block !important;
    color: #d7d7d7;
}

.project-home .inner-content {
    position: absolute;
    bottom: 0;
}

.project-home .article-item .article-title a {
    color: white;
}
.project-home .news-left .inner-content {
    background: rgb(0 0 0 / 20%);
}
.news-right .img-project {
    padding-top: 45%;
}
.project-home .article-item .article-title a:hover {
    color: #ec2028;
}



.slider-section .slick-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slider-section .slick-slide img {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.slider-section .slick-active img {
    transform: scale(1);
}

.goog-te-gadget > span {
    display: none;
}

.goog-te-combo {
    max-width: 120px;
}

.prd_content h1,
.prd_content h2,
.prd_content h3,
.prd_content h4,
.prd_content h5 {
    font-size: inherit !important;
}

.prd_content * {
    font-size: 16px !important;
    font-family: sans-serif !important;
}

@media (max-width: 1200px) {
    .logo-section span {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    header .logo-section img {
        height: 50px;
    }

    .menu-container {
        padding: 7px 0;
    }

    .breadcrumbs-section {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .album-item .album-title {
        font-size: 13px;
    }

    .home-contact p {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .topbar-header>.container>.row>div {
        justify-content: center;
    }

    html {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    .menu-setting-mb>.container>.row>div {
        justify-content: space-between;
    }

    .logo-section {
        text-align: center;
        max-width: 115px;
        top: 0;
        position: relative;
    }
}
@media (max-width: 991px) and (min-width:768px){
    .vert .simply-scroll-clip {
        height: 100px;
    }
    
    .vert {
        height: 100px;
    }
}
@media (max-width: 991px) {
    .title-tab {
        border: none;
    }

    .service-home .title-section {
        padding: 10px 25px;
        font-size: 20px;
    }

    .entire-action-header .form-dropdown {
        width: 300px;
    }
    .project-home .inner-content {
        position: relative;
        background: white !important;
    }
    
    .project-home .inner-content * {
        color: var(--color-text) !important;
    }
}

@media (max-width: 768px) {
    .title-section h3 {
        font-size: 20px;
    }

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

    .title-footer:after {
        width: 75px;
    }

    .article-content table {
        width: 100% !important;
        overflow-x: scroll;
        display: block;
    }

    .socials {
        background: #fff;
        width: 100%;
        border-radius: 0;
        color: #fff;
        height: 60px;
        line-height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        padding: 5px;
        margin: 0;
        box-shadow: 0 4px 10px 0 #000;
    }

    .socials li {
        float: left;
        width: 20%;
        list-style: none;
        height: 50px;
    }

    .socials ul>li a {
        font-size: 9px !important;
    }

    .list-intro .article-description img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    /*.slider-section, .slider-section .item img {*/
    /*    height: 62vw;*/
    /*}*/

    .nang-luc>.row>div {
        border-left: none;
        border-top: 1px dashed #ddd;
        margin-bottom: 0;
    }

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

    .news-home .article-item .inner-image {
        margin-bottom: 15px !important;
    }

    .bg-news {
        padding-bottom: 40px !important;
    }

    .service-home .inner-content {
        padding: 15px;
    }

    .service-home .article-title {
        font-size: 14px;
        line-height: 1.4;
    }
    .vert .simply-scroll-clip {
        height: 70px;
    }
    
    .vert {
        height: 70px;
    }
}
