.d-grid {
    display: grid;
}

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

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

.grid-col-5 {
    grid-template-columns: repeat(5, 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-8 {
    grid-template-columns: 1fr 8fr;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

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

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

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

.moblie_header {
    display: none;
}


.body_main {
    max-width: 1366px;
    margin: 0 auto;
}


.middle-header {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    border-bottom: 2px solid var(--color-1st);
}

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

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

.footer_light * {
    color: #fff;
}

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

.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;
    width: 100%;
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.sizbar {
    position: sticky;
    top: 100px;
}

.sizbar .field_form {
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #dddd;
}

.post_wrap .image_wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border-radius: 10px;
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
    position: relative;
}

.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 h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    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);
    }
}

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

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

.top_menu_pc a {
    color: #000;
}

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

.section-news {
    margin-top: 50px !important;
}

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

.top_menu_pc .menu_right .active a {
    color: #b87126;
}

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

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

/* Css menu */
.hamburger {
    cursor: pointer;
}

.hamburger input {
    display: none;
}

.hamburger svg {
    height: 3em;
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
    fill: none;
    stroke: red;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
    stroke-dasharray: 12 63;
}

.menu_button.active .hamburger svg {
    transform: rotate(-45deg);
}

.menu_button.active .hamburger svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}

/* End menu */

/* Css project media */

.projects_media .title_long {
    position: relative;
    color: var(--color-2nd);
    font-size: 54px;
    text-transform: capitalize;
    margin: 100px 0;
    padding-top: 30px;
}

.projects_media .title_long::before {
    position: absolute;
    content: "";
    background: red;
    width: 70px;
    height: 1px;
    left: 0;
    top: 0;
}

.projects_media .search_project_all {
    width: 80%;
    display: grid;
    grid-template-columns: 3fr 1fr 2fr;
    justify-content: flex-end;
    background: #b1a18f66;
    align-items: center;
}

.all_projects_featured .text_project * {
    color: var(--color-2nd);
}

.projects_media .search_project_all .search_cha_project {
    list-style-type: none;
    display: flex;
    background: #fff;
    padding-left: 0;
    margin-bottom: 0;
}

.projects_media .search_project_all .search_cha_project>li {
    padding: 15px 10px;
    position: relative;
}

.projects_media .search_project_all .secrch_child_project {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.2s ease-in-out;
    padding-left: 0;
    list-style-type: none;
    z-index: 20;
}

.projects_media .search_project_all .secrch_child_project li {
    padding: 5px 10px;
    transition: all 0.2s ease-in-out;
}

.projects_media .search_project_all .secrch_child_project li a {
    display: block;
}

.projects_media .search_project_all .secrch_child_project li:hover {
    padding-left: 20px;
    transition: all 0.2s ease-in-out;
}

.projects_media .search_project_all .search_cha_project>li:hover .secrch_child_project {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 0.2s ease-in-out;
}

.item_project .image {
    position: relative;
}

.item_project .image .mang_color {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #b1a18f;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
    z-index: 0;
}

.item_project:hover .image .mang_color {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease-in;
    width: 50%;
}

.item_project .image span {
    position: absolute;
    bottom: 30px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    color: #fff;
}

.item_project:hover .image span {
    left: 55%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.text_project {
    border-left: 2px solid #b9060e;
    padding-left: 10px;
    margin-top: 20px;
}

.footer_light .container,
.footer_light {
    position: relative;
    z-index: 1;
}

.footer_light .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.botton_footer {
    padding: 30px 0 0;
    position: relative;
}

.botton_footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    background: #ffff;
    height: 1px;
}

.menu_trong {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-image: url(http://127.0.0.1:8000/storage/index/mask-group-5-1715838384-4k.png);
    background-position: center center;
    background-size: cover;
    background-color: rgb(26, 26, 26);
    background-blend-mode: overlay;
    display: grid;
    grid-template-columns: 1fr 4fr;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all 0.5s ease;
}

.menu_trong.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.5s ease;
}

.menu_trong .menu_trong_right .title h2 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.menu_trong .menu_trong_right .duanmoi>.title h4.text-white {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.menu_trong_right .title h2,
.menu_trong_right .danhmuc,
.menu_trong_right .duanmoi .title,
.menu_trong_right .duanmoi .all_projects {
    opacity: 0;
    visibility: hidden;
}

.menu_trong.active .menu_trong_right .title h2,
.menu_trong.active .menu_trong_right .danhmuc,
.menu_trong.active .menu_trong_right .duanmoi .title,
.menu_trong.active .menu_trong_right .duanmoi .all_projects {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu_trong_right .title h2 {
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.menu_trong_right .danhmuc {
    transform: translateY(90px);
    transition: all 1.2s ease;
}

.menu_trong_right .duanmoi .title {
    transform: translateY(100px);
    transition: all 1.5s ease;
}

.menu_trong_right .duanmoi .all_projects {
    transform: translateY(100px);
    transition: all 2s ease;
}

.menu_trong.active .menu_trong_right .title h2 {
    transition: all 0.8s ease;
}

.menu_trong.active .menu_trong_right .danhmuc {
    transition: all 1.2s ease;
}

.menu_trong.active .menu_trong_right .duanmoi .title {
    transition: all 1.5s ease;
}

.menu_trong.active .menu_trong_right .duanmoi .all_projects {
    transition: all 2s ease;
}

.menu_trong_right {
    margin-top: 150px;
    background: #79726a;
    border-left: 4px solid #b9060e;
    padding: 40px;
}

#list-photo {
    height: auto !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

#list-photo a {
    position: unset !important;
}

.post--detail .description * {
    color: #ffff;
}

.post--detail .description {
    position: relative;
    padding-top: 30px;
}

.post--detail .description::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 2px;
    background: #b9060e;
    content: "";
}

.top_left_footer {
    display: grid;
    gap: 10px;
    justify-items: center;
    text-align: center;
}

.header_wrap.nav-fixed {
    background: #fff;
}

.header_wrap.nav-fixed .container {
    padding: 0 0 !important;
}

.header_wrap.nav-fixed .container .logo img {
    width: 150px;
}

/* End css project media */

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

.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: 70vh;
    }
}

.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;
    margin: auto;
}

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

.slide .slide__content--headings h2 {
    /* font-size: 4.5rem; */
    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, 0.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 */

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

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

.banner__slider {
    position: relative;
}

.banner__slider .link--support {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.dantrang {
    background: #ddd;
    margin-bottom: 40px;
}

.top_menu_pc .sub-menu-wrap {
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--color-1st);
    width: 250px;
    transform: translateY(30px);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.top_menu_pc .sub-menu-wrap .sub-menu-wrap-chlid {
    position: absolute;
    left: 100%;
    top: 0;
    background: var(--color-1st);
    width: 250px;
    transform: translateY(30px);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.top_menu_pc .dropdown:hover .sub-menu-wrap {
    transform: translateY(0);
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
}

.top_menu_pc .sub-menu-wrap .dropdown:hover .sub-menu-wrap-chlid {
    transform: translateY(0);
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
}

.top_menu_pc .sub-menu-wrap .sub-menu {
    padding-left: 0;
}

.top_menu_pc .sub-menu-wrap .sub-menu li a {
    padding: 10px;
    display: block;
}

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

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

.top_menu_pc .menu-item {
    position: relative;
}

.top_menu_pc .menu-item::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background: #fff;
    transition: all 0.2s ease;
}

.top_menu_pc .menu-item:hover:before {
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all 0.2s ease;
}

.menu-child-media,
.menu-child-child-media {
    position: absolute;
    top: 0;
    right: -100%;
    visibility: hidden;
    bottom: 0;
    width: 100%;
    transition: all 0.2s ease;
    background: #79726a;
}

.menu-child-media.show,
.menu-child-child-media.show {
    right: 0;
    visibility: visible;
    transition: all 0.2s ease;
}

.menu-child-media .header-child,
.menu-child-child-media .header-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.menu-child-media .content-child .menu-child,
.menu-child-child-media .content-child .menu-child {
    padding-left: 0;
}

.menu_trong_right .nav-link {
    padding: .5rem 0rem;
    color: #fff;
}

/* .item_project .image {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
    position: relative;
}

.item_project .image img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
} */

.menu_trong_right .container {
    padding-bottom: 50px;
}

.item_new .title p a {
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    max-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 500;
}

.menu-child-media .content-child .menu-child .menu-item a,
.menu-child-child-media .content-child .menu-child a {
    padding: 10px 20px;
    display: block;
    color: #fff;
}

.btn_on_menu_child,
.btn_close_menu_child {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.menu-child-media .header-child .btn_close_menu,
.menu-child-child-media .header-child .btn_close_menu_child {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ffff;
    color: #fff;
}

.danhmuc12 .title_p h3 {
    text-align: center;
    padding: 20px 20px 0 20px;
    font-weight: 700;
}

.top_menu_pc .menu_right li a {
    font-size: 18px;
}

.all {
    position: fixed;
    width: 120px;
    height: 120px;
    display: flex;
    bottom: 20px;
    z-index: 20;
}

.wave {
    display: flex;
    width: 62px;
    height: 62px;
    margin: auto;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #00000001;
    z-index: -3;
}

.trans {
    position: relative;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    background-color: #386fd6;
    display: flex;
    z-index: -2;
}

.sdt {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background-color: #386fd6;
    transition: all 0.5s ease;
    overflow: hidden;
    text-align: right;
    line-height: 34px;
    z-index: -1;
}

.sdt span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.shake {
    position: relative;
    display: flex;
    width: 34px;
    height: 34px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 50%;
    border: none;
    font-size: 16px;
}

.shake img {
    margin: auto;
    width: 28px;
    height: 28px;
}

@keyframes wave {
    0% {
        width: 62px;
        height: 62px;
        border: 1px solid #00000099;
    }

    100% {
        width: 100px;
        height: 100px;
        border: 1px solid #00000001;
    }
}

@keyframes trans {
    0% {
        width: 60px;
        height: 60px;
    }

    50% {
        width: 34px;
        height: 34px;
    }

    100% {
        width: 60px;
        height: 60px;
    }
}

@keyframes shake {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

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

.all .wave {
    animation: wave 0.6s linear infinite;
}

.all .trans {
    animation: trans 0.9s linear infinite;
}

.all .shake img {
    animation: shake 1s ease infinite;
}

.all .sdt {
    width: 165px;
    margin: -2px 0 0 -2px;
    padding-right: 10px;
}

.section {
    padding: 100px 0;
}

.title-nho h4 {
    color: var(--color-1st);
    font-weight: 700;
}

.title h2 {
    color: #585858;
}

.section-about {
    position: relative;
}

.section-about::before {
    position: absolute;
    bottom: 20px;
    right: 40px;
    content: "";
    background: url(../images/arrow.png);
    background-size: cover;
    width: 150px;
    height: 350px;
}

.header_section *,
{
color: #fff;
}

.content_section .item:hover img {
    transition: all 0.2s ease;
    transform: scale(1.1);
}

.content_section .item img {
    transition: all 0.2s ease;
}

.btn_lienhe a {
    padding: 10px 20px;
    background: var(--color-1st);
    color: #fff;
    border-radius: 5px;
}

.item_products .products {
    margin: 15px;
}

.item_new .text_new * {
    color: #ffff;
}

.item_new .video_youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_new .image {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 155px;
    position: relative;
}

.item_new .image img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.video-play-button {
    position: relative;
    z-index: 10;
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 20px;
    margin: 40px auto 20px auto;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    box-shadow: 0 0px 30px #ba853b79;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba853b67;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 45px;
    height: 45px;
    background: #ba853b;
    border-radius: 50%;
    transition: all 200ms;
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    transform: scale(0.8);
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.news-video {
    display: grid;
    grid-template-columns: 575px 575px;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.item_new:hover img {
    transform: scale(1.1);
    transition: all 0.2s ease;
}

.item_new img {
    transition: all 0.2s ease;
}

.top--footer {
    padding: 0 0 150px;
    text-align: center;
}

.top--footer .btn_xemthem a {
    padding: 10px 20px;
    background: var(--color-1st);
    color: #fff;
    border-radius: 5px;
    margin: 30px 0;
    display: inline-block;
}

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

.top_menu_pc .menu_right .last {
    padding: 5px 15px;
    background: var(--color-1st);
    border-radius: 5px;
}

.contact-tuvans {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.contact-tuvans .form-group {
    display: flex;
    /* gap: 17px; */
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
}

.btn-fill-home {
    background: rgb(251, 176, 59);
}

.contact-tuvans .form-group .form-control {
    border: 0;
    background: transparent;
}

.popup_CH {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg_popup.png) no-repeat center;
    background-size: cover;
    z-index: 100000;
}

.popup_CH .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.popup_CH .container .header_popup {
    text-align: center;
    margin-bottom: 30px;
}

.right_huong,
.left_huong {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.right_huong:hover img,
.left_huong:hover img {
    transform: scale(1.2);
    transition: all 0.2s ease;
}

.right_huong img,
.left_huong img {
    transition: all 0.2s ease;
}

.btn_popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_popup a {
    padding: 10px 20px;
    background: var(--color-1st);
    color: #fff !important;
    text-transform: uppercase;
    /* font-weight: 600; */
    font-size: 24px;
    border-radius: 5px;
}

.btn_popup a:hover {
    background: #a57026;
}

.header_wrap-mobile {
    display: none;
}

.header_wrap-pc {
    display: block;
}

.header_wrap-menu .header_wrap-menu-ul,
.header_wrap-bottom ul {
    list-style-type: none;
}

.header_wrap-bottom .categories_menu .category_menu>.category_lise {
    position: relative;
}

.header_wrap-bottom .categories_menu .category_menu .child_category {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-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;
    -o-transition: -o-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;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
}

.header_wrap-bottom .categories_menu .category_menu .category_lise:hover .child_category {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    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-top {
    background: #fbb03b;
    font-size: 14px;
    color: #ffffff;
    padding: 2px 0;
}

.header_wrap-top * {
    font-size: 14px;
    color: #ffffff;
}

.category_menu .category_lise>a {
    color: #191919;
    font-size: 17px;
    position: relative;
    transition: 0.5s all;
    text-transform: uppercase;
    display: block;
    padding: 20px 0;
}

.header_wrap-top .header_wrap-menu-ul li {
    padding: 10px;
}

.btn_a {
    margin-top: 40px;
}

.btn_a a {
    color: #ffffff;
    font-size: 15px;
    font-style: italic;
    font-weight: 550;
    padding: 12px 30px;
    position: relative;
    background: #fbb03b;
}

.btn_a a:hover {
    background: #ef8c29;
}

.section-news .news-video .item_new {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 20px;
}

.section-news .news-video .item_new .intro_text .header_item {
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.section-news .news-video .item_new .intro_text .header_item .new_time {
    width: 60px;
    height: 60px;
    text-align: center;
    font-family: Lato-Bold;
    font-size: 8px;
    background: #fbb03b;
    border-radius: 50%;
    padding: 5px 0;
}

.section-news .news-video .item_new .intro_text .header_item .new_time p,
.section-news .news-video .item_new .intro_text .header_item .new_time h3 {
    color: #fff;
    margin-bottom: 0;
}

.section-news .news-video .item_new .intro_text .decs {
    font-size: 14px;
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    max-height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 500;
}

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

.item_product .intro_text .decs {
    font-size: 14px;
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    max-height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 500;
}

.item_product .image {
    background-size: cover;
    height: auto;
    padding-top: 265px;
    margin: 10px 10px 0;
    position: relative;
    background-position: 50% 50%;
    overflow: hidden;
    border-radius: 10px;
}

.item_product .image img {
    bottom: 0px;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
}

.item_product {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

.item_product .intro_text {
    padding: 20px;
}

.banner_top .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.header_wrap{
    background: #fff;
}

.header_wrap.nav-fixed .logo img{
    width: 90px !important;
}

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

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

@media (max-width: 991.98px) {

    .header_wrap-mobile {
        display: block;
    }

    .header_wrap-pc {
        display: none;
    }

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

    .section-about::before {
        display: none;
    }

    .top--footer {
        padding: 0 0 0 !important;
    }

    .news-video {
        display: block !important;
    }

    .section-about .container {
        position: relative;
    }

    #navCatContent li a.nav-link {
        height: auto !important;
        padding: 0.3rem 1rem;
    }

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

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

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

    .linhvuc,
    .duans,
    .fromtuvan,
    .news-featured {
        display: block !important;
    }

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

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

    .form--shopping-cart {
        display: block !important;
    }

    .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,
    .linhvuc .slider_linhvuc.grid-col-4 {
        grid-template-columns: 1fr 1fr;
    }

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

    .section_products,
    .header_wrap-mobile {
        padding: 0 10px;
    }

    .intro_wrap h4 {
        font-size: 16px;
    }

    .contact--fixed .contact .form-contact,
    .cumgoi.grid-col-3,
    .collections-products.grid-col-5,
    .thongtin-footer,
    .section_products .content_section.grid-col-4,
    .section_post .item-blog,
    .widget_recent_post {
        grid-template-columns: 1fr !important;
    }

    .fromtuvan{
        margin-top: 40px;
    }

    .fromtuvan h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .fromtuvan h3 {
        font-size: 18px;
        font-weight: 700;
    }

    .sizbar {
        margin-bottom: 40px;
    }

    .news-video .right iframe {
        width: 100%;
    }

    .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;
        gap: 20px;
    }

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

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

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

    .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: var(--color-1st);
        padding: 20px 0;
    }

    .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-4 {
        grid-template-columns: 1fr 1fr;
    }

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

    .addThis_listSharing {
        display: none;
    }

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

    /* css mobile mới */
    .projects_media .search_project_all {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .all_projects.grid-col-3,
    .danhmuc.grid-col-3,
    .bg-footer,
    .menumedia .menu_trong_right .danhmuc.grid-col-4,
    .menumedia .all_projects.grid-col-4,
    .post--detail .post__header.grid-col-2,
    #list-photo {
        grid-template-columns: 1fr;
    }

    .post--detail .post__header.grid-col-2 {
        margin-bottom: 30px;
    }

    .bg-right-footer {
        display: none;
    }

    .left_footer {
        padding: 0 !important;
    }

    .menu_trong_right {
        padding: 40px 0;
    }

    .menu_trong_right .container {
        overflow-y: scroll;
        height: 80vh;
    }

    .top_left_footer {
        display: block !important;
    }

    .footer_light {
        padding: 60px 0 0 !important;
    }

    .footer_light .logo {
        padding-bottom: 30px;
    }

    #list-photo {
        margin: unset !important;
    }

    /* end css mới */
}

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

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