.d-grid {
    display: grid;
}

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

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

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

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

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

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

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

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

.footer_light {
    position: relative;
}

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

.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);
    padding: 10px 25px;
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

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

.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 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

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

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

.danhmuctrong .post_header h4 {
    padding: 10px;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-1st);
    border-bottom: 1px solid var(--color-1st);
    margin-bottom: 25px;
}

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

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

.shop_container {
    margin-bottom: 40px;
}

.middle-header .menu_right ul {
    list-style-type: none;
}

.link-a .icon {
    position: absolute;
    width: 100px;
    height: 35px;
    left: 0;
    top: 0;
    background: linear-gradient(275.85deg, #FCF5B7 -2.87%, #C18E25 115.2%), #2D2D2D;
    border-radius: 500px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.link-a .icon img {
    position: relative;
    z-index: 99;
    width: 16px;
}

.link-a:hover span,
.section-intro .link-a a:hover span {
    width: 100%;
}

.post_wrap_v1 .image--icon {
    margin-top: -30px;
}
.middle-header .link-a span{
    font-size: 14px;
}
.middle-header .link-a a{
    width: 95px;
}

.middle-header .menu_right ul li a{
    font-size: 14px;
    padding: 5px 10px;
    display: block;
}

.link-a span {
    position: absolute;
    width: unset;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(275.85deg, #FCF5B7 -2.87%, #C18E25 115.2%), linear-gradient(0deg, #DAB962, #DAB962), linear-gradient(270deg, #C18E25 0.06%, #FCF5B7 50.06%, #C18E25 100.05%), #0E5EA9;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 10px;
    padding-right: 15px;
    transition: all 0.4s;
}

.link-a a {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    position: relative;
    width: 120px;
    height: 35px;
    border-radius: 20px;
    overflow: hidden;
}

.section-intro {
    margin-top: -10px;
}

.header-intro h2 a{
    white-space: nowrap;
}

.header-intro h2,
.header-title h4 {
    background: linear-gradient(-90deg, #FCF5B7, #C18E25);
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    -webkit-background-clip: text;
    font-weight: 700;
}

.section-intro .decs * {
    color: #fff;
}

.section-intro .link-a a {
    width: 160px;
}

.section-intro .link-a span {
    width: 125px;
}

.section-intro,
.section-blog,
.video,
.tuvan--home,
.doitac--home {
    padding: 100px 0;
}

.section-blog.even {
    background: #2D2D2D;
}

.section-blog.even .header-intro {
    grid-template-columns: 2fr 1fr !important;
}

.section-blog.even .decs {
    grid-row: 1;
}

.section-blog.even .header-intro {
    text-align: right;
}

.post_wrap_v1 {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

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

.image--video {
    position: relative;
}

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

.button {
    filter: drop-shadow(0px 0px 0px #975300);
    position: absolute;
    margin: auto;
    cursor: pointer;
    transition: filter .5s linear;
}

.circle {
    stroke-dasharray: 52;
    animation: 3s linear infinite rotate;
    transition: color .3s linear, stroke-dasharray 1s linear;
    color: var(--color-1st);
}

.play path {
    fill: var(--color-1st);
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(.6);
    transition: color .3s linear, transform .75s cubic-bezier(.04, .19, 0, .99);
    padding-bottom: .5rem;
}

.form--tuvan input {
    background: transparent;
    border: 0;
    padding: 10px 0;
}

.form--tuvan .form-group {
    background: #fff;
    display: flex;
    padding: 0 20px;
    border-radius: 30px;
    gap: 10px;
}

.doitac--home .item {
    margin: 0 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    overflow: hidden;
}

.top--footer .logo-footer {
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.top--footer .logo-footer img {
    max-width: 400px;
}

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

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

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

.link-a a{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.breadcrumb{
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .dropdown:hover .sub-menu-wrap{
        transform: translateX(0);
        transition: all 0.3s;
        opacity: 1;
        visibility: visible;
    }

    .dropdown{
        position: relative;
    }

    .sub-menu-wrap{
        position: absolute;
        top: 100%;
        left: 0;
        width: 250px;
        background: #fff;
        z-index: 99;
        border-radius: 5px;
        overflow: hidden;
        transform: translateX(100px);
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    }
}

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

@media (max-width: 767.98px) {

    .section .grid-col-2,
    .section .grid-col-3,
    .section-blog.even .header-intro {
        grid-template-columns: 1fr !important;
    }

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

.footer_light *{
	color: #fff;
}

@media (max-width: 991.98px) {

    #navCatContent li a{
        display: block;
        padding: 5px 0;
    }

    .section.tuvan--home .tuvan {
        grid-template-columns: 1fr;
    }

    .section-blog.even .decs {
        grid-row: unset;
    }

    .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: sticky;
        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;
        background: #fff;
    }

    .moblie_header .pr_search_trigger {
        background: linear-gradient(-90deg, #FCF5B7, #C18E25);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 12px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    }

    .moblie_header .link-a a{
        width: 100px;
    }
    .moblie_header .link-a .icon{
        width: 80px;
    }
    .moblie_header .link-a span{
        width: 70px;
        font-size: 12px;
    }

    .moblie_header .container {
        display: grid;
        justify-content: space-between;
        align-items: center;
        grid-template-columns: 1fr 1fr;
    }

    .moblie_header .center_header {
        text-align: center;
        position: relative;
    }

    .top--footer .logo-footer img {
        max-width: 100%;
    }

    .moblie_header .center_header .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

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

    .header-intro .decs{
        text-align: center;
    }


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

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

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

    .section h2 {
        font-size: 20px;
        width: 100% !important;
        display: grid;
        justify-items: center;
    }

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

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

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