.d-grid {
    display: grid;
}

.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-col-1-3-1 {
    grid-template-columns: 2fr 1fr 2fr;
}

.grid-col-3-1 {
    grid-template-columns: 3fr 1fr;
}

.grid-col-1-2 {
    grid-template-columns: 1fr 2fr;
}

.grid-col-1-3 {
    grid-template-columns: 1fr 3fr;
}

.grid-col-1-4 {
    grid-template-columns: 1fr 4fr;
}

.grid-col-1-8 {
    grid-template-columns: 1fr 8fr;
}

.grid-col-7 {
    grid-template-columns: repeat(7, 1fr);
}

.grid-col-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

.section h2 {
    font-weight: 700;
    font-size: 50px;
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in.loaded {
    opacity: 1;
}

.moblie_header {
    display: none;
}

.middle-header {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.menu_left ul,
.menu_right ul,
.dropdown-top-header ul {
    list-style-type: none;
}

.itemmau p {
    color: #fff;
    font-weight: 700;
}

.top--header {
    background: var(--color-1st);
}

.top--header * {
    color: #fff;
}

.logo_center .logo a {
    position: relative;
    display: block;
}

.logo_center .logo a img {
    position: relative;
    z-index: 1;
}

.logo_center .logo a::before {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    background: #fff;
    border-radius: 50%;
    content: '';
    height: 100%;
    z-index: 0;
    display: block;
}

.footer_light {
    position: relative;
    /* background: var(--color-1st); */
}

.btn--lnik {
    margin-top: 30px;
    position: relative;
    z-index: 9999;
}

.btn--lnik img {
    max-width: 80px;
}

.bottom--why ul {
    position: relative;
    z-index: 9999;
}

.sticky-top {
    z-index: 99999;
}

.post_wrap {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    padding: 10px;
}

.post_wrap:hover .image_wrap img {
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.post_wrap .image_wrap img {
    transition: all 0.2s ease-in-out;
}

.post_wrap .image_wrap {
    position: relative;
    overflow: hidden;
}

.post_wrap .image_wrap .thoigian {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: var(--color-1st);
    border-radius: 20px;
    padding: 10px;
    color: #fff;
}

.post_wrap .intro_wrap .title {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post_wrap .intro_wrap .decs {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 76px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.center--footer * {
    color: #fff;
}

.center--footer {
    padding: 20px 0;
}

.center--footer .contant--footer {
    padding-left: 20px;
    border-left: 1px solid #dddddd47;
}

.top--footer {
    border-bottom: 1px solid #dddddd47;
}

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

    to {
        transform: rotate(360deg);
    }
}

.menu--fixed {
    display: none;
}

.danhmuctrong .post_contant ul,
.sidebar .widget_recent_post,
.danhmuc ul {
    padding-left: 0;
    list-style-type: none;
}

.danhmuctrong .post_contant ul .icon svg,
.danhmuc ul svg {
    width: 30px;
    height: 30px;
}

.danhmuctrong .post_contant ul li a,
.post_content {
    display: flex;
    gap: 10px;
}

.danhmuctrong,
.sidebar {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 #ddd;
}

.sidebar .post_footer {
    font-size: 14px;
}

.sidebar .post_header h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-1st);
}

.ps-list--categories .last {
    border-bottom: 0;
}

.sidebar {
    position: sticky;
    top: 182px;
}

.shop_container {
    margin-bottom: 40px;
}

#product-brand {
    flex-wrap: wrap;
}

/* .top_menu_pc a {
    color: #fff;
} */

.btn-sign-btn {
    background: var(--color-1st);
    color: #ffff;
    border-radius: 20px;
    padding: 10px 30px;
    border: 0;
    white-space: nowrap;
}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid var(--color-1st);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.sign_up_now1 {
    border: 1px solid var(--color-1st);
    border-radius: 30px;
    padding: 10px 30px;
    text-align: center;
    margin: 20px 0;
}

.sign_up_now1:hover {
    background: var(--color-1st);
}

.sign_up_now1:hover .btn-sign1 {
    color: #fff;
}

.sign_up_now1 .btn-sign1 {
    background: transparent;
    border: 0;
    color: var(--color-1st);
    width: 100%;
}

.section .title h4 {
    color: var(--color-1st);
}

.btn-xemthem a {
    background: var(--color-1st);
    border-radius: 30px;
    padding: 10px 40px;
    color: #fff;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

.header_wrap.nav-fixed .middle-header,
body:not(body.index) .middle-header {
    background: #fff;
}


body:not(body.index) .header_wrap.fixed-top {
    position: sticky;
}

/* .header_wrap .middle-header {
    padding: 20px 0;
} */

.btn-chitiet {
    background: var(--color-1st);
    border-radius: 30px;
    padding: 10px 30px;
}

.blog-new {
    border-radius: 20px;
    overflow: hidden;
}

.blog-new .image {
    position: relative;
}

.blog-new .image .icon-img {
    position: absolute;
    bottom: -30px;
    left: 0;
}

.blog-new .info {
    padding: 40px 20px;
    background: #F1F5FF;
}

.blog-new .info h3 {
    font-weight: 600;
}

.footer-menu .menu .content ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-menu .title h3 {
    font-weight: 700;
}

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

@media (max-width: 767.98px) {
    .section--news .grid-col-3 {
        grid-template-columns: 1fr !important;
    }

    .section .grid-col-2,
    .section--number .number--home {
        grid-template-columns: 1fr !important;
    }

    .section--number .number--home .image .link--catalogue {
        left: 0;
    }
}

.select-css {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right 20px top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-color: #888;
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 0 0 rgba(59, 152, 252, 0);
    box-shadow: 0 0 0 0 -moz-mac-focusring;
    color: #222;
    outline: none;
}

.select-css option {
    font-weight: normal;
    display: block;
    padding: 20px 0;
}

.news-featured .new-featured-the .image img {
    display: block;
    margin: auto;
}

.blog-new img {
    display: block;
    margin: auto;
}

@media (max-width: 991.98px) {

    .ngonngu {
        position: absolute;
        top: 30px;
        right: 22%;
    }

    .menu--fixed {
        display: none !important;
    }

    .menu__icon {
        border: 1px solid var(--color-1st);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page-doitac .content .item_page {
        grid-template-columns: 1fr !important;
    }

    .page-doitac .content .item_page.even .right_item {
        grid-row: 2 !important;
    }

    .intro_product .image-intro {
        padding: 0 !important;
    }

    .hovicon.effect-8.block__1 a,
    .hovicon.effect-8.block__2 a,
    .hovicon.effect-8.block__3 a,
    .hovicon.effect-8.block__4 a,
    .hovicon.effect-8.block__5 a {
        width: auto !important;
        height: auto !important;
        border: 0 !important;
        font-size: 16px !important;
    }

    .hovicon.effect-8.block__1,
    .hovicon.effect-8.block__2,
    .hovicon.effect-8.block__3,
    .hovicon.effect-8.block__4,
    .hovicon.effect-8.block__5 {
        position: unset !important;
        width: auto !important;
        height: auto !important;
        border-radius: 0;
        display: block !important;
        transform: translateY(0) !important;
        margin: 0 !important;
        padding: 20px;
    }

    .section-mamau .header--section.grid-col-1-2 {
        grid-template-columns: 1fr !important;
    }

    .dropdown-menu-child .menu-item a {
        font-size: 16px;
    }

    .btn-group .dropdown-toggle {
        background: transparent;
        color: #fff;
    }

    .dropdown-menu ul {
        padding-left: 15px;
    }

    .dropdown-menu.show a,
    .btn-group:hover>a {
        color: var(--color-1st) !important;
    }

    #navCatContent li a.nav-link {
        height: auto;
    }

    .item-blog.grid-col-3 {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    /* .products-slider .slick-list.draggable{
        padding: ;
    } */

    .product-intro {
        display: block !important;
    }

    .slider-hoidap .slick-prev {
        bottom: -43px !important;
        left: 0 !important;
        width: 35px;
        height: 35px;
    }

    .slider-hoidap .slick-next::before,
    .slider-hoidap .slick-prev::before {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .slider-hoidap .slick-next {
        bottom: -43px !important;
        right: 0 !important;
        width: 35px;
        height: 35px;
    }

    .cautraloi {
        width: 100% !important;
    }

    .section h2 {
        text-align: center !important;
        margin-bottom: 40px;
    }

    .news-featured .items .intro .title {
        margin-bottom: 10px !important;
    }

    .news-featured .items {
        margin-bottom: 30px;
    }

    .video-tuvan {
        left: 50% !important;
        top: 98% !important;
        transform: rotate(90deg) translateY(70px) !important;
    }

    .section {
        padding: 50px 0 !important;
    }

    .left,
    .right {
        padding: 0 0;
    }

    .form--shopping-cart .product-carts,
    .order-1 {
        margin-bottom: 20px;
    }

    .section-loichungthuc {
        padding-top: 100px !important;
    }

    .section-block1,
    .section-block13 {
        margin-top: auto !important;
    }

    .section-block13 .intro-home,
    .section-news .d-grid.grid-col-4,
    .section-loichungthuc .intro-home,
    .section-block3 .intro-home {
        grid-template-columns: 1fr !important;
    }

    .form--shopping-cart,
    .thongkesolieu .d-grid.grid-col-3,
    .bottom-hoidap,
    .section-block2 .content-danhgia,
    .chatluong {
        display: block !important;
    }

    .quytrinh .d-flex {
        flex-wrap: wrap;
    }

    .right-loichungthuc {
        margin: 30px 0;
    }

    .loichungthuc,
    .products-media .product-intro .intro,
    .products-media .product-intro .intro .line .d-grid {
        display: block !important;
    }

    .contact--fixed .contact {
        overflow-y: scroll;
        height: 100vh;
        flex-wrap: wrap;
    }

    .product-loichungthuc .bottom-item {
        grid-template-columns: 1fr 1fr;
    }

    .contact--fixed .contact .form-contact,
    .cumgoi.grid-col-3 {
        grid-template-columns: 1fr;
    }

    .lienhe_contact .contant {
        flex-wrap: wrap;
        text-align: center;
        gap: 20px;
        justify-content: center;
    }

    .link--support .d-flex {
        flex-wrap: wrap;
    }

    .footer_light .container,
    .menu--footer.grid-col-2 {
        display: grid !important;
        justify-items: center;
        gap: 20px;
    }

    .footer-menu {
        flex-wrap: wrap;
    }

    .section-slow {
        padding: 100px 0;
    }

    .section-news .content {
        grid-template-columns: 1fr;
    }

    .navbar.show .navbar-collapse.mobile_side_menu {
        right: 0;
        width: 70%;
    }

    .menu--fixed {
        padding: 10px 0;
    }

    .menu--fixed ul li * {
        color: #fff;
        fill: #fff;
    }

    .menu--fixed button {
        border: none;
        background: none;
        padding: 0;
        margin: 0;
        cursor: pointer;
        font-family: inherit;
    }

    .menu--fixed .background {
        position: relative;
        border-radius: 50%;
        border: 1px solid #fff;
        background: rgba(74, 74, 74, 0.39);
        mix-blend-mode: luminosity;
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.20);
        backdrop-filter: blur(15px);
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu--fixed .menu__icon {
        width: 22px;
        height: 22px;
        padding: 4px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: transform .4s;
    }

    .menu--fixed .menu__icon span {
        width: 100%;
        height: 0.25rem;
        border-radius: 0.125rem;
        background-color: #fff;
        box-shadow: 0 .5px 2px 0 hsla(0, 0%, 0%, .2);
        transition: width .4s, transform .4s, background-color .4s;
    }

    .menu--fixed .menu__icon :nth-child(1) {
        width: 75%;
    }

    .menu--fixed .menu__icon :nth-child(2) {
        width: 50%;
    }

    .menu--fixed .menu_fixed-ul {
        display: flex;
        list-style-type: none;
        padding-left: 0;
        align-items: center;
        justify-content: space-around;
    }

    .menu--fixed {
        background: var(--color-1st);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        display: block;
    }

    .support-moidle {
        position: absolute;
        bottom: 140%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
    }

    .dropdown-toggle {
        position: absolute;
        top: 15px;
        right: 20px;
        width: 30px;
        height: 30px;
    }

    .support-moidle.show {
        opacity: 1;
        visibility: visible;
        transition: all 0.2s ease;
    }

    .support-moidle .support {
        padding-left: 0;
        list-style-type: none;
        background-color: var(--color-1st);
        width: 180px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 10px;
    }

    .support-moidle .support img {
        width: 30px;
        height: 30px;
    }

    .bottom--why ul {
        flex-wrap: wrap;
    }

    .moblie_header {
        display: block;
    }

    .fixed-top {
        position: sticky;
    }

    .moblie_header {
        background: #fff;
    }

    .moblie_header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .timkiem {
        position: absolute;
        left: 0;
        top: 80px;
        z-index: 999;
    }


    .section--number .number--home {
        grid-template-columns: 1fr !important;
    }

    .section .grid-col-2,
    .section--news .grid-col-3 {
        grid-template-columns: 1fr 1fr;
    }

    .section h2 {
        font-size: 20px;
        width: 100% !important;
    }

    .addThis_listSharing.right.animate ul {
        display: grid;
    }

    .footer_light .container,
    .menu--footer.grid-col-2 {
        grid-template-columns: 1fr;
    }

    .logo--footer {
        text-align: center;
    }

    .shop_container.grid-col-3 {
        grid-template-columns: 1fr 1fr;
    }

    .mobile_side_menu .menu-title {
        border-bottom: 1px solid var(--color-1st);
        background: var(--color-1st);
    }

    .blog-media .container.grid-col-3-1 {
        grid-template-columns: 1fr;
    }

    .info_slider .text {
        width: 90%;
    }

    .order-first {
        order: 0 !important;
    }

    .product_header .product_header_left,
    .product_header_right samll {
        font-size: 10px;
    }

    #filter_categories {
        margin-bottom: 30px;
    }
}

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

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


.f-700 {
    font-weight: 700;
}

.f-bold {
    font-weight: bold;
}

.slider-media .slider-slick {
    position: relative;
}

.slider-media .slider-slick .items {
    position: relative;
}

.slider-media .slider-slick .items .text-title-trong {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: auto;
    justify-content: center;
    justify-items: center;
    height: 100%;
    padding: 100px;
}

.slider-media .slider-slick .items .text-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-media .slider-slick .items .text-title .content {
    width: 50%;
}

.slider-media .slider-slick .items .text-title * {
    color: #fff;
}

.btn-slider:hover img {
    transform: rotate(360deg);
    transition: all 2s ease-in;
}

.btn-slider img {
    transition: all 2s ease-in;
}


/* css slider */

@media (min-width: 992px) {

    .slider,
    .slide {
        height: 100vh;
    }
}

.slide {
    position: relative;
}

.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}

.slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide .slide__content.slide__content__left {
    left: 15%;
    transform: translate(-15%, -50%);
}

.slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}

.slide .slide__content--headings h2 {
    margin: 10px 0;
}

.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
    font-family: "Playball", cursive;
    font-size: 2.5rem;
}

.slide .slide__content--headings .button-custom {
    text-decoration: none;
    color: #333;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}

.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 999;
}

.slick-nav.next-arrow {
    left: auto;
    right: 3%;
}

.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}

.slick-nav i:before {
    transform: rotate(-40deg);
}

.slick-nav i:after {
    transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border);
}

.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}

.slick-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards 0.3s;
    animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
    -webkit-animation: arrow 1.6s ease forwards;
    animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
    -webkit-animation: arrowUp 1.6s ease forwards;
    animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
    -webkit-animation: arrowDown 1.6s ease forwards;
    animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@-webkit-keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@-webkit-keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@-webkit-keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}


/* end slider */

.section {
    padding: 100px;
}

.title_nho {
    font-size: 28px;
}

.section {
    padding: 200px 0;
}

.menu_footer {
    list-style-type: none;
    padding-left: 0;
}

/* .bottom--footer * {
    color: #fff
} */

.bottom--footer .content--footer ul {
    list-style-type: none;
    padding-left: 0;
}

.slide__content h2.title {
    font-size: 60px;
    font-weight: 700;
    color: #EE4726;
}

.slide__content h3.title_nho {
    font-size: 30px;
    font-weight: 600;
}

.top_menu_pc .menu_right>ul>li {
    padding: 40px 0;
}

.top_menu_pc .menu_right ul li.active>a {
    background: #1b50c2;
}

.top_menu_pc .menu_right ul li a {
    border-radius: 30px;
}

.top_menu_pc .menu_right ul li a:hover,
.top_menu_pc .menu_right>ul>li.active>a {
    color: #fff;
}

.top_menu_pc .menu_right>ul>li>a {
    color: #585858;
    font-weight: 700;
    font-size: 15px;
}

.section-block1 .image {
    position: relative;
    margin: 10px;
    overflow: hidden;
    border-radius: 24px;
}

.section-block1 .image .btn-a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #FDBE10;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 700;
    z-index: 9;
}

.section-block1 .image img {
    transform: scale(1);
    transition: all 0.2s ease;
}

.section-block1 .image:hover img {
    transform: scale(1.1);
    transition: all 0.2s ease;
}

.section-block1 {
    margin-top: -120px;
}

.section {
    padding: 100px 0;
}

.section-block2 .header--section {
    width: 70%;
    transform: translate(-50%);
    position: relative;
    left: 50%;
}

.section-block3 .btn-a {
    width: 200px;
    text-align: center;
    display: block;
}

.bottom-hoidap {
    margin: 30px 0;
    display: grid;
    grid-template-columns: 800px 1fr;
    /* width: 70% !important; */
}

.slider-hoidap .slick-next {
    top: auto;
    bottom: -145px;
    right: 0;
}

.slider-hoidap .slick-prev {
    bottom: -145px;
    top: auto;
    left: auto;
    right: 60px;
}

.btn-cauhoi {
    padding: 10px;
    border-left: 3px dashed #ddd;
    border-right: 3px dashed #ddd;
    border-radius: 30px;
    text-align: center;
    margin: 0 10px;
    font-weight: 700;
}

.slider-hoidap {
    padding: 25px;
    background: #FAFAFA;
    border-radius: 20px;
}

.slider-hoidap .slick-current .btn-cauhoi {
    background: #FDBE10;
    border-left: 0;
    border-right: 0;
}

.slider-hoidap .slider-nav {
    position: relative;
}

.cautraloi p {
    margin-bottom: 30px;
}

.section-hoidap .btn-a {
    background: #FDBE10;
    border-radius: 30px;
    padding: 10px;
    font-weight: 700;
}

.slick-prev::before {
    background: #EE4726;
    border: 1px solid #EE4726;
}

.slick-next::before {
    background: #1B50C2;
    border: 1px solid #1B50C2;
}

.quytrinh {
    background: #FAFAFA;
    border-radius: 20px;
    padding: 20px;
}


.slider-container {
    /* position: relative; */
    margin: auto;
}

.progress {
    position: relative;
    width: 85%;
    height: 10px;
    background: #eee;
    border-radius: 10px;
    overflow: visible;
}

.section-mamau .header--section .right-title {
    display: flex;
    justify-content: center;
}

.progress-bar {
    width: 0%;
    height: 100%;
    background: transparent;
    transition: width linear;
}

.progress-dot {
    position: absolute;
    top: -6px;
    left: 0;
    width: 20px !important;
    height: 20px;
    background: url(../images/iconmau.png);
    background-size: cover;
    border-radius: 50%;
    transition: left linear;
}

.itemmau {
    margin: 10px;
    padding: 20px 20px 100px;
    border-radius: 10px;
}

.items-so h2 {
    color: #1B50C2;
    font-size: 60px;
}

.chatluong {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 80%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: -225px;
}

.chatluong .items {
    background: #ddd;
    padding: 40px 20px;
}

.chatluong .btn-a {
    background: #FDBE10;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 10px;
    width: auto;
}

.chatluong .items:nth-child(1) {
    background: #C6C8C3;
}

.chatluong .items:nth-child(2) {
    background: #DBB9A0;
}

.chatluong .items:nth-child(3) {
    background: #E9D4C3;
}

.items-loichungthuc .item {
    padding: 10px;
}

.section-feedback .section-content {
    overflow: hidden;
    position: relative;
    min-height: 400px;
}

.section-feedback .section-content .cover {
    min-width: max-content;
    position: absolute;
    left: 50%;
    animation: 50s linear infinite i;
}

.section-feedback .section-content .cover.rev {
    animation: 50s linear infinite h;
}

.section-feedback .section-content .text {
    max-width: 563px;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
    align-content: space-around;
}

.section-feedback .section-content .image img {
    max-width: 350px;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.section-feedback {
    padding-bottom: 200px;
}

@keyframes i {
    0% {
        transform: translateX(-75%);
    }

    100% {
        transform: translateX(-25%);
    }
}

@keyframes h {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(-75%);
    }
}

.blog-new .intro-new .decs {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 74px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.blog-new .intro-new h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    font-size: 16px;
}

.section-block13 .intro-home {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.section-block13 {
    margin-top: -230px;
    position: relative;
}

.contact-tuvans .form-control {
    border: 0;
    background: #f4f1f1;
    border-radius: 20px;
}

.slider-hoidap .slick-list {
    padding: 0 0 20px !important;
}

.header_wrap .middle-header {
    position: relative;
}

.top_menu_pc .menu_right ul .menu-item {
    position: unset;
}

.header_wrap .middle-header .sub-menu-wrap {
    position: absolute;
    top: 100%;
    background: #eceaea;
    left: 0;
    width: 100%;
    border-top: 1px solid var(--color-1st);
    overflow: hidden;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
}

.header_wrap .middle-header .dropdown:hover .sub-menu-wrap {
    overflow: visible;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.header_wrap .middle-header .menu_right>ul>li>a:hover {
    background: #1b50c2;
}

.header_wrap .middle-header .sub-menu-wrap .sub-menu {
    display: flex;
    padding-left: 0;
    justify-content: flex-end;
    gap: 10px;
}

.header_wrap .middle-header .sub-menu-wrap .sub-menu .menu-item a {
    border-left: 0;
    border-right: 0;
    display: inline-block;
}

.header_wrap .middle-header .sub-menu-wrap .sub-menu .menu-item .sub-menu-child {
    padding: 20px 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
}

.header_wrap .middle-header .sub-menu-wrap .sub-menu .menu-item-child:hover .sub-menu-child {
    overflow: visible;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.header_wrap .middle-header .sub-menu-wrap .sub-menu .menu-item .sub-menu-child a {
    padding: 0 !important;
}

.header_wrap .middle-header .sub-menu-wrap .sub-menu .menu-item .sub-menu-child ul {
    display: flex;
    gap: 20px;
    padding-left: 0;
    flex-wrap: wrap;
}

/* .header_wrap .middle-header .sub-menu-wrap .sub-menu .menu-item .sub-menu-child ul a:hover{
	color: #FDBE10
} */

.header_wrap .middle-header .sub-menu-wrap a:hover {
    color: #1b50c2
}

.header_wrap .middle-header .sub-menu-wrap .sub-menu .menu-item>a {
    padding: 20px 10px;
    display: inline-block;
}

.header_wrap .middle-header .sub-menu-wrap .sub-menu .menu-item:hover {
    color: var(--color-1st);
}

.sub-menu-child {
    position: absolute;
    left: 0;
    background: #eceaea;
    width: 100%;
    border-top: 1px solid var(--color-1st);
}

.sub-menu-child .container {
    display: flex;
    justify-content: flex-end;
}

.products-slider .slick-center {
    transform: scale(1.2);
}

.product-item {
    padding: 40px;
}

.products_cat {
    position: relative;
}

.products_cat::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, #ffffff00, #ffff);
    z-index: 0;
}

.products_cat .container,
.products_cat .products-slider {
    position: relative;
    z-index: 1;
}

.product-item .image {
    padding: 70px 30px;
    background: #fff;
    border-radius: 50%;
}

.section-news .slider-new .news {
    padding: 10px;
}

.products_cat {
    padding: 100px 0;
}

.intro_product,
.intro_product2 {
    padding: 100px 0;
    margin-top: -80px;
    position: relative;
}

/* .image-intro {
    margin-top: -220px;
} */

.product-intro {
    display: grid;
    grid-template-columns: 600px 600px;
    gap: 20px;
    align-items: center;
}

.intro_product2 .content * {
    color: #fff;
}

.intro_product2 .slider_product_2 .item-pro a {
    display: block;
    padding: 40px;
}

.intro_product2 .slider_product_2 .slick-current .item-pro a img {
    transform: scale(1.2);
}

.intro_product .container {
    position: relative;
    z-index: 2;
}

.intro_product .image-intro {
    position: relative;
    z-index: 1;
    padding: 100px 0 230px;
}



.btn-xem-them-pro a,
.btn_dangky {
    background: var(--color-1st);
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-blog a {
    border: 1px solid var(--color-1st);
    padding: 10px 30px;
    border-radius: 5px;
}

.intro-pro .btn-xem-them-pro a {
    background: #FDBE10;
}

.intro-pro h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.intro-pro .decs,
.blog-gioithieu .decs {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dandautrang,
.dantrang {
    background: #ddd;
    padding: 20px 0;
}

.product-item .image {
    border-radius: 50% !important;
}

.product .image,
.product_wrap .product_img {
    overflow: hidden;
    border-radius: 10px !important;
}

.product_wrap .product_img .logo_blog img {
    width: 150px
}

.blog-new .image,
.blog-gioithieu .image,
.product-item .image,
.product_wrap .product_img,
.product .image {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

.blog-new .image .logo_blog,
.blog-gioithieu .image .logo_blog,
.product-item .logo_blog,
.product_wrap .product_img .logo_blog,
.product .image .logo_blog {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-new .image .logo_blog a,
.blog-gioithieu .image .logo_blog a,
.product-item .logo_blog a,
.product_wrap .product_img .logo_blog a,
.product .image .logo_blog a {
    position: relative;
    transition: all .2s ease;
    opacity: 0;
    transform: translateY(15px);
}


.blog-new:hover .image .logo_blog a,
.blog-gioithieu:hover .image .logo_blog a,
.product-item:hover .logo_blog a,
.product_wrap:hover .product_img a,
.product:hover .image .logo_blog a {
    transition: all .2ss ease;
    transform: translateY(0);
    opacity: 1;
}

.blog-new .image .logo_blog::before,
.blog-gioithieu .image .logo_blog::before,
.product-item .logo_blog::before,
.product_wrap .product_img .logo_blog::before,
.product .image .logo_blog::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: #fefefe87;
    opacity: 0;
    /*     transform: translateY(15px); */
    transition: all .2s ease 0s;
}

.blog-new:hover .image .logo_blog::before,
.blog-gioithieu:hover .image .logo_blog::before,
.product-item:hover .logo_blog::before,
.product_wrap:hover .product_img .logo_blog::before,
.product:hover .image .logo_blog::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: #fefefe87;
    opacity: 1;
    /*     transform: translateY(15px); */
    transition: all .2s ease 0s;
}

#google_translate_element,
.skiptranslate {
    display: none;
}

.language-btn.active {
    display: none;
}

.language-btn {
    display: flex;
}

.ngonngu .item-dich span{
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: 1px solid #FDBE10;
    border-radius: 50%;
}

.pagination {
    justify-content: center;
}

.hovicon {
    display: inline-flex;
    /* font-size: 45px;
    line-height: 90px; */
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    /* color: #fff; */
    justify-content: center;
    align-items: center;
}

.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hovicon:before {
    speak: none;
    /* font-size: 48px; */
    /* line-height: 90px; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}


.hovicon.small {
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    margin: 7px;
}

.hovicon.mini {
    font-size: 15px;
    line-height: 32px;
    width: 30px;
    height: 30px;
    margin: 7px;
}

.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}


.hovicon.effect-8 {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.hovicon.effect-8.block__1 {
    background: #ee25b3;
    position: absolute;
    left: 10px;
    top: -100px;
    /* transform: translateY(-100px); */
}

.hovicon.effect-8.block__1 a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 10px;
    padding: 10px;
    border-left: 3px solid #fff;
    border-radius: 50%;
    border-right: 3px solid #fff;
}

.hovicon.effect-8:hover.block__1 {
    background: #ee25b3;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    /* color: #fff; */
}

.hovicon.effect-8:hover.block__1:after {
    -webkit-animation: sonarEffect1 1.3s ease-out 75ms;
    -moz-animation: sonarEffect1 1.3s ease-out 75ms;
    animation: sonarEffect1 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect1 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ee25b26a, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ee25b26a, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect1 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ee25b26a, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ee25b26a, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect1 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ee25b26a, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ee25b26a, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.hovicon.effect-8.block__2 {
    background: #ef472c;
    width: 400px;
    height: 400px;
    position: absolute;
    left: 15%;
    bottom: 0;
}

.hovicon.effect-8.block__2 a {
    color: #fff;
    font-weight: 600;
    font-size: 45px;
    border-left: 3px solid #fff;
    border-radius: 50%;
    border-right: 3px solid #fff;
    width: 340px;
    height: 340px;
    padding: 83px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hovicon.effect-8:hover.block__2 {
    background: #ef472c;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    /* color: #fff; */
}

.hovicon.effect-8:hover.block__2:after {
    -webkit-animation: sonarEffect2 1.3s ease-out 75ms;
    -moz-animation: sonarEffect2 1.3s ease-out 75ms;
    animation: sonarEffect2 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect2 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ef462c72, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ef462c72, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect2 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ef462c72, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ef462c72, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect2 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ef462c72, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ef462c72, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


.hovicon.effect-8.block__3 {
    background: #fdbe17;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 100px;
    right: 40%;
    transform: translateX('-50%');
}

.hovicon.effect-8.block__3 a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-left: 3px solid #fff;
    border-radius: 50%;
    border-right: 3px solid #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hovicon.effect-8:hover.block__3 {
    background: #fdbe17;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    /* color: #fff; */
}

.hovicon.effect-8:hover.block__3:after {
    -webkit-animation: sonarEffect3 1.3s ease-out 75ms;
    -moz-animation: sonarEffect3 1.3s ease-out 75ms;
    animation: sonarEffect3 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect3 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fdc01781, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fdc01781, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect3 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fdc01781, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fdc01781, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect3 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fdc01781, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fdc01781, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


.hovicon.effect-8.block__4 {
    background: #1cb993;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50px;
    right: 200px;
}

.hovicon.effect-8.block__4 a {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    border-left: 3px solid #fff;
    border-radius: 50%;
    border-right: 3px solid #fff;
    width: 160px;
    height: 150px;
    display: inline-flex;
    align-items: center;
}

.hovicon.effect-8:hover.block__4 {
    background: #1cb993;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    /* color: #fff; */
}

.hovicon.effect-8:hover.block__4:after {
    -webkit-animation: sonarEffect4 1.3s ease-out 75ms;
    -moz-animation: sonarEffect4 1.3s ease-out 75ms;
    animation: sonarEffect4 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect4 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1cb99286, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1cb99286, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect4 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1cb99286, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1cb99286, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect4 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1cb99286, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1cb99286, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


.hovicon.effect-8.block__5 {
    background: #1d50c3;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 10px;
    top: -90px;
}

.hovicon.effect-8.block__5 a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #fff;
    border-radius: 50%;
    border-right: 3px solid #fff;
}

.hovicon.effect-8:hover.block__5 {
    background: #1d50c3;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    /* color: #fff; */
}

.hovicon.effect-8:hover.block__5:after {
    -webkit-animation: sonarEffect5 1.3s ease-out 75ms;
    -moz-animation: sonarEffect5 1.3s ease-out 75ms;
    animation: sonarEffect5 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect5 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d4fc372, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d4fc372, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect5 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d4fc372, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d4fc372, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect5 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d4fc372, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #1d4fc372, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.login-page .form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-btn {
    display: inline-block;
    background: var(--color-1st);
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

.btn-btn:hover {
    background: #fff;
}

.login-page .form .login-form {
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: grid;
    gap: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.login-page .form .login-form input {
    padding: 5px 20px;
    border: 0;
    background: #f4f1f1;
    border-radius: 20px;
    border-left: 2px dashed #FDBE10;
    border-right: 2px dashed #FDBE10;
}

.hinhthongbao {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.hinhthongbao::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    content: '';
}

.hinhthongbao.shop {
    display: flex;
}

.hinhthongbao .icon_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-1st);
    color: var(--color-1st);
    border-radius: 50%;
    background: #ffff;
}

.hinhthongbao .images {
    position: relative;
}

.page-doitac .content .item_page {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.page-doitac .content .item_page.even .right_item {
    grid-row: 1;
}

.btn_icon_suppot {
    position: fixed;
    right: 15px;
    bottom: 40px;
}

.btns_timkiem_dathang {
    position: fixed;
    left: 20px;
    bottom: 40px;
    align-items: center;
    background: var(--color-1st);
    padding: 10px 20px;
    border-radius: 30px;
}

.form-timkiem.shop,
.form-dathang.shop {
    opacity: 1;
    visibility: visible;
}

.form-dathang {
    justify-content: center;
}

.form-dathang .contact-tuvans {
    width: 30%;
    background: #ffff;
    padding: 20px;
    border-radius: 20px;
}

.form-timkiem,
.form-dathang {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    z-index: 9999;
    display: flex;
    align-items: center;
}

.form-timkiem .search_form {
    background: transparent;
    width: 100%;
}

.form-timkiem .search_form input {
    height: 50px;
    padding: 5px 20px 5px 60px;
    background: transparent;
    border-bottom: 2px solid #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    width: 100%;
    color: #fff;
}

.btn_close_timkiem {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
}

@media (min-width: 1400px){
    .menu_right ul.d-flex {
        gap: 30px !important;
	margin-right: 120px;
    }
}

@media (min-width: 1140px){
    .language-btn.active{
        display: flex;
    }
}

@media (max-width: 1140px) {

    .middle-header {
        display: none !important;
    }

    .moblie_header {
        display: block !important;
        background: #fff;
    }

    .moblie_header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .btn_timkiem img {
        width: 80px;
        /* padding-right: 20px; */
        display: block;
    }

    .btn_dathang span {
        font-size: 12px;
        padding-right: 5px;
    }

    .btns_timkiem_dathang .btn_dathang img {
        width: 20px;
    }
}

@media (min-width: 1139px) and (max-width: 1367px) {
    .ngonngu {
        top: 38px !important;
        right: 1% !important;
    }

    .menu_right ul.d-flex {
        gap: 0;
        margin-right: 80px;
    }
}

.ngonngu {
    position: absolute;
    top: 38px;
    right: 1%;
}

@media (min-width: 991px) and (max-width: 1140px) {
    .ngonngu {
        top: 30px;
        right: 14%;
    }

    .menu_right ul.d-flex {
        gap: 0;
    }
}

@media (max-width: 992px) {
    .ngonngu {
        top: 28px;
        right: 24%;
    }

}

.btn_icon_suppot {
    width: 50px;
    height: 50px;
    background: var(--color-1st);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 23px;
}