.left-topbar a {
    color: white;
    padding: 0 5px;
}

.logo-section {
    padding: 5px 0;
}

.logo-section img {
    height: 77px;
    object-fit: contain;
}

.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(--white);
    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-hightlight);
    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: 50px;
}

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

.sticky-menu.fix .btn-action-header {
    padding: 21px 0 16px;
}

.search-section input[type=text] {
    border: none;
    border-radius: 50px;
}

.search-section .input-group {
    border: 1px solid #dee2e6;
    border-radius: 50px;
}

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

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

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

footer .entire-info-website {
    display: block !important;
}

.title-footer:before {
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid var(--white);
    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(--white);
    display: block;
    position: absolute;
    bottom: 0;
    max-width: 250px;
    height: 2px;
    border-color: var(--white);
    width: 100px;
    opacity: 0.6;
}

footer .entire-map {
    padding-top: 65%;
}

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

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

#socials {
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}

#socials a {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}

#socials a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#socials a.phone {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img {
    padding: 0;
}

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

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

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

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

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

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

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

b, strong {
    font-weight: 700;
}

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

.call-now {
    position: fixed;
    left: 2px;
    bottom: 0;
    cursor: pointer;
    z-index: 200000 !important;
    background: #0033f7;
    border-radius: 10px 10px 0 0;
    font-size: 22px;
    font-weight: 600;
    padding: 5px 20px;
}

.call-now a {
    color: var(--white);
}

.bg-intro {
    background: #dfc298;
}

.bg-intro2 {
    background: #f5eadb;
}

.la-tiktok img {
    height: 18px;
    vertical-align: text-top;
    opacity: 0.9;
}

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

.page-link {
    border-radius: 50%;
}

.page-item.active .page-link, .page-item:hover .page-link {
    background: var(--color-hightlight);
    border-color: var(--color-hightlight);
    color: white;
}

.breadcrumbs-section-cus a:last-child:after {
    opacity: 0;
}

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

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


#google_translate_element {
    position: relative;
    z-index: 10;
}

.skiptranslate.goog-te-gadget {
    color: transparent;
    font-size: 0;
}

.goog-te-gadget .goog-te-combo {
    border-radius: 5px;
    padding: 0.8rem 0rem 0.7rem 0.3rem;
    border: 1px solid var(--color-hightlight);
    outline: none;
}

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

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

@media (max-width: 1024px) {
}

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

    .logo-section {
        padding: 10px 0;
    }

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

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

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

    a.language-picker {
        color: var(--color-text);
        padding-right: 15px;
        height: 55px;
        line-height: 55px;
    }

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

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

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