.laklak {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

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

.breadcrumbs-section-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 15rem;
    padding-top: 15rem;
}

.breadcrumbs-section-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 40%);
}

.breadcrumbs-section-bg h1 {
    line-height: 1.5;
    color: white;
    position: relative;
}

/*Topbar HTML*/
.topbar-header {
    border-bottom: 1px solid #e3e3e3;
}

.entry-topbar {
    display: flex;
    justify-content: space-between;
}

.entry-topbar .left-topbar {
    display: flex;
}

.entry-topbar .dropdown-topbar {
    display: flex;
}

/*Topbar HTML END*/
/*search*/
.entire-action-header .btn-action-header {
    color: #222;
}

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

.btn-action-header {
    display: inline-block;
    padding: 14px;
}

.btn-action-header i {
    text-align: center;
    font-size: 20px;
}

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

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

/*search END*/
.slick-height-equa .slick-track {
    display: flex !important;
}

.slick-height-equa .slick-slide {
    height: inherit !important;
}

/*Box Title*/
.box-head {
    margin-bottom: 30px;
    text-align: center;
}

.box-head__title {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.box-head__title span {
    display: inline-block;
    border-radius: 20px;
    background: var(--color-main);
    padding: 10.5px 20px;
    font-size: 16px;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
}

.box-head__title:before, .box-head__title:after {
    content: "";
    height: 2px;
    width: 50%;
    background: black;
    top: 50%;
    z-index: -1;
    position: absolute;
}

.box-head__title:before {
    left: 0;
}

.box-head__title:after {
    right: 0;
}

.box-head__desc {
    margin: 15px auto 0;
    font-style: italic;
    max-width: 440px;
}

/*End Box Title*/
/*Header*/
.header-topbar {
    background: var(--color-main);
    padding-top: 6px;
    padding-bottom: 6px;
    color: var(--white);
}

.header-topbar a {
    color: var(--white);
}

.logo-section img {
    max-height: 9rem;
}

.header-menu {
    background: var(--color-main);
}

/*End Header*/
/*Box Policy*/
.align-row-center > .container > .row > div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.box-policy__box {
    display: flex;
}

.box-policy__box-icon {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.box-policy__box-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-policy__box-content {
    flex: 1;
}

.box-policy__box-content h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--black);
}

.box-policy__box-content p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--color-main);
}

/*End Box Policy*/
/*Menu Vertical*/
@media (min-width: 1001px) {
    .menu-section .entry-menu.dropdown ul {
        left: calc(100% + 0px);
    }

    .menu-vertical .menu-section ul.entry-menu {
        opacity: 1;
        filter: opacity(1);
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        z-index: 1;
    }

    .menu-vertical ul li {
        width: 100%;
    }

    .menu-vertical .menu-section > ul > li:hover {
        background: none;
    }

    .menu-vertical .menu-section > ul > li.has-child > a {
        width: 100%;
        color: var(--white);
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--color-main);
        border-radius: 45px;
        line-height: 40px;
        height: 40px;
        z-index: 2;
        position: relative;
    }

    .menu-vertical .menu-section ul.entry-menu {
        width: 100%;
        background: var(--white);
        padding: 0;
        border: 1px solid #ebebeb;
        border-radius: 15px;
        padding-top: 30px;
        margin-top: -30px;
    }

    .menu-section .entry-menu.dropdown li:hover > ul {
        border: 0;
        box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    }

    .menu-vertical .menu-section .menu-link {
        padding: 10px 35px 10px 10px;
        border-top: 1px solid #ececec;
    }

    .menu-vertical .menu-section .dropdown li:first-child .menu-link {
        border-top: 0;
    }

    .menu-vertical .menu-section .child-indicator {
        right: 10px;
    }
}

/*End Menu Vertical*/
/*Box Banner*/
.box-banner__item {
    border-radius: 6px;
    overflow: hidden;
}

/*.box-banner__item img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
/*End Box Banner*/
.section-about .info-left {
    background: #fff;
    border-radius: 40px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-about .info-left .icon {
    margin-bottom: 30px;
}

.section-about .info-left .title {
    font-size: 36px;
    color: var(--color-main);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.section-about .info-left .dsc {
    font-size: 18px;
}

.section-about .info-right .banner {
    padding-top: 63%;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 22px;
}

.section-about .info-right .banner img {
    border-radius: 12px;
}

.section-about .info-right .list-option {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.section-about .info-right .list-option .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.section-about .info-right .list-option .item .info {
    display: flex;
    align-items: center;
    background: #fff;
    margin-top: 20px;
    padding: 10px;
    border-radius: 12px;
}

.section-about .info-right .list-option .item .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-about .info-right .list-option .item .info .text {
    flex: 1 1;
    padding-left: 15px;
}

.section-about .info-right .list-option .item .info .text .name {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-text);
}

.section-about .info-right .list-option .item .info .text .dsc {
    color: var(--color-text);
}

.title-icon {
    margin-bottom: 30px;
}

.title-icon .title-section {
    margin-bottom: 5px;
}

.title-icon .icon img {
    height: 24px;
}

.title-icon .icon {
    text-align: center;
}

.section-type-02 .info-left .title {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 20px;
}

.section-type-02 .info-left .list-option .item {
    margin-bottom: 20px;
}

.section-type-02 .info-left .list-option .item {
    display: flex;
    align-content: flex-start;
}

.section-type-02 .info-left .list-option .item .icon {
    flex: 0 0 33px;
    margin-right: 15px;
}

.section-type-02 .info-right .banner {
    border-radius: 22px;
    overflow: hidden;
    border: 8px solid #fff;
    padding-top: 66.25%;
}

.cus-attr {
    margin-bottom: 1rem;
}

.cus-attr i {
    color: var(--color-highlight);
    font-size: 20px;
    width: 25px;
}

.cus-attr .title {
    font-weight: 600;
}

.acc-programs .card-header {
    color: #000000;
    font-weight: 400;
    padding: 8px 15px 8px 20px;
    background: #f9f9f9;
    margin-bottom: 1px;
}

.card-header h5 button {
    border-radius: 10px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
}

/*Tabs Product*/
.product-item {
    border: 1px solid #ebebeb;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 10px;
}

.head-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.head-tabs__title {
    margin-top: 10px;
    margin-bottom: 10px;
    background: var(--color-main);
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    padding: 6px 18px;
    border-radius: 45px;
}

.head-tabs__list.product-tab.nav .nav-item {
    padding: 0;
    margin-right: 30px;
}

.head-tabs__list.product-tab.nav .nav-item:last-child {
    margin-right: 0;
}

.head-tabs__list.effect-nav li a::after {
    height: 2px;
}

.product-tab.nav {
    position: relative;
}

.product-tab.nav::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--color-text);
    opacity: .2;
}

.product-tab.nav .nav-item {
    padding: 0 40px;
}

.product-tab.nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 8px;
}

.cus-khung-hover .product-action {
    opacity: 0;
}

.product-item:hover .cus-khung-hover .product-action {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

/*End Tabs Product*/
/*Partner*/
.partner-home__images .slick-list {
    margin: 0 0;
}

.partner-home__images .slick-slide {
    margin: 0 0;
}

.partner-home__images .slick-slide .item {
    display: block!important;
}

.partner-home__images-item {
    border: 1px solid #dedede;
    padding: 10px;
    height: 90px;
    background: var(--white);
}

.partner-home__images-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.partner-home__images-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/*End Partner*/
/*Quick Contact*/
.quick-contact-nav {
    position: fixed;
    right: 15px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 50px;
    top: auto !important;
    border: 1px solid #f2f2f2;
    padding: 10px 0;
}

.quick-contact-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-contact-nav ul li {
    list-style: none!important;
}

.quick-contact-nav ul>li a {
    border: none;
    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;
}

.quick-contact-nav ul>li a img {
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
    margin: auto;
}

/*End Quick Contact*/
/*Footer*/
footer {
    background: url(https://cdn7063.cdn4s8.io.vn/media/banner/footer-bg.webp) no-repeat center;
    background-size: cover;
}

.entire-info-website .logo-section {
    margin-bottom: 54px;
}

.entire-info-website .descript-website-section {
    margin-bottom: 20px;
    color: black;
}

.entire-info-website address p {
    margin-bottom: 10px;
    color: black;
}

.entire-info-website address p i {
    font-size: 20px;
    width: 30px;
    color: var(--color-main);
}

footer .entire-info-website address p i {
    font-size: 20px;
    width: 30px;
    color: black;
}

.entire-info-website .title-social-footer {
    color: var(--color-main);
    margin-bottom: 30px;
}

.social-footer-section {
    margin-bottom: 30px;
}

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

.social-footer-section ul li {
    margin-right: 7px;
    display: inline-block;
}

.social-footer-section ul li a {
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 1;
}

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

.title-footer {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.footer-copyright {
    background: rgba(0,0,0,0.2);
}

/*End Footer*/
/*client support*/
.text-secondary {
    color: var(--white);
    font-size: 15px;
    text-transform: uppercase;
}

/*client support END*/
/*Page*/
.menu-right .categories-section {
    border: 1px #ebebeb solid;
    border-radius: 15px;
    padding-top: 38px;
    margin-top: -50px;
}

.menu-right .categories-section li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
}

.menu-right .categories-section li:last-child {
    border-bottom: 0;
}

.menu-right .categories-section a {
    padding: 8px 16px;
}

.page-contact .title-footer {
    color: var(--color-main);
}

.page-contact .entire-info-website address p {
    color: var(--color-text);
}

/*End Page*/
/*Coppyright HTML*/
.coppyright-payment .coppyright {
    margin-bottom: 0;
    color: var(--white);
}

.box-search .form-control {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
}

.box-search .btn.btn-submit {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
}

/*Responsive*/
.is-mobile .slider-section, .is-mobile .slider-section .item img {
    height: 50vw;
}

.is-mobile .box-banner__item {
    margin-bottom: 10px;
}

.is-mobile .header-topbar .left-topbar {
    display: none;
}

.is-mobile .slick-list {
    margin: 0 -5px;
}

.is-mobile .slick-slide {
    margin: 0 5px;
}

.is-mobile .orderby-section .orderby-title {
    min-width: 100px;
}

.is-mobile .logo-section img {
    max-height: 80px;
}

@media (max-width: 1200px) {
    .section-about {
        padding-top: 30px;
    }

    .section-about .info-left .icon {
        margin-bottom: 20px;
    }

    .section-about .info-left {
        border-radius: 20px;
        padding: 20px;
    }

    .section-about .info-left .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .section-about .info-left .dsc {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .section-about .info-left {
        margin-bottom: 20px;
        height: auto;
    }

    .section-about .info-right .list-option .item .info {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-top: 0;
    }

    .section-about .info-right .list-option .item .info .text {
        padding-left: 0;
        text-align: center;
    }

    .section-about .info-right .list-option .item .icon img {
        height: 30px;
        width: 30px;
    }

    .section-about .info-right .list-option .item .icon {
        margin-bottom: 10px;
    }

    .section-about .info-right .list-option .item .info .text .name {
        font-size: 16px;
    }

    .section-about .info-right .list-option .item {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 10px;
    }

    .section-about .info-right .list-option {
        margin-left: -5px;
        margin-right: -5px;
    }

    .section-about .info-right .banner {
        margin-bottom: 10px;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }

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

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }
}

/*End Responsive*/
/*newss*/
.read-more {
    font-weight: 500;
    text-transform: unset;
    font-size: 14px;
    background: var(--color-main);
    color: var(--white);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 45px;
}

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

/*newss END*/
/*trang con*/
/*danh sach san pham*/
.title-section-1 {
    border-radius: 15px;
    background: var(--color-main);
    padding: 6px 20px;
    margin: 0;
    color: var(--white);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

/*danh sach san pham END*/
/*lien he*/
.entire-map {
    position: relative;
    padding-top: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid var(--color-main);
}

textarea {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    border-radius: 0px;
    height: 80px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

/*lien he END*/
testimonial-section .item {
    padding: 3rem 2rem 3rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.03);
}

.testimonial-section .item:before {
    content: '';
    background-color: var(--color-second);
    width: 100%;
    height: 0.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.testimonial-section .item .img {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.testimonial-section .item .img img {
    width: 8rem;
    height: 8rem;
}

.testimonial-section .item .quote-icon {
    height: 3.4rem;
    width: 3.4rem;
    line-height: 2.6rem;
    font-size: 1.7rem;
    color: white;
    background-color: var(--color-highlight);
    border-radius: 50%;
    border: 0.4rem solid white;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -0.8rem;
    right: -1.2rem;
}

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

.testimonial-section .item .subtitle {
    color: var(--color-text);
}

.logo-footer img {
    max-height: 7rem;
    margin-bottom: 1.5rem;
}
