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

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

.w-80 {
    width: 80%;
}

.w-75 {
    width: 75%;
}

.w-70 {
    width: 70%;
}

.w-65 {
    width: 65%;
}

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

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

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

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

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

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

.breadcrumb {
    padding-bottom: 20px;
}

.banner--dautrang {
/*     margin-top: -80px; */
    position: relative;
}

.section .title {
    font-weight: 600;
    color: var(--color-1st);
}

.section {
    padding: 80px 0;
}

.popup_blog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #ffffff96;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.2s ease;
    visibility: hidden;
}

.popup_blog.active {
    opacity: 1;
    transition: all 0.2s ease;
    visibility: visible;
}

.popup_blog .popup {
    background: #fff;
    width: 60%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0.4px 3.6px rgba(0, 0, 0, 0.004), 0 1px 8.5px rgba(0, 0, 0, 0.01), 0 1.9px 15.7px rgba(0, 0, 0, 0.019), 0 3.4px 28.2px rgba(0, 0, 0, 0.03), 0 6.3px 54.4px rgba(0, 0, 0, 0.047), 0 15px 137px rgba(0, 0, 0, 0.07);
    padding: 0;
    position: relative;
}

.bottom_popup {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 20px 30px;
}

.btn-cloes {
    display: inline-flex;
    background: var(--color-1st);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    color: #fff;
    position: absolute;
    left: -5px;
    top: -5px;
}

.popup_blog .popup .decs-popup {
    overflow-y: scroll;
    height: 283px;
}

.body--blog .popup-right .title{
padding-top: 30px
}

/* .section .decs {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 35px;
} */

.section.even .intro--right {
    grid-row: 1;
    text-align: left !important;
}

.link_youtube_a {
    position: relative;
}


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

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

.link_youtube {
    align-items: center
}

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

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

.btn-video a {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 100px;
    margin-top: -50px;
}

.section-product.even .product-right {
    grid-row: 1
}

.section-product.even .product-left {
    text-align: right;
}

.cart_trigger .text {
    position: absolute;
    top: -10px;
    right: 10px;
    background: var(--color-1st);
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.section-product{
    background: #fff;
}
.section-product.even{
    background: #FAFAFA;
}

.section-tiktok .decs *{
    color: #ffff;
}
.section-tiktok #embed-video-container{
    background: transparent !important;
}

.from-footer{
/*     background: url(../images/bg-from.png) no-repeat; */
    background-size: cover;
    overflow: hidden;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 45px;
    margin-top: -172px;
}

.from-footer h2{
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
}

.from-footer .form-control{
    background: transparent;
    color: #fff;
}

.from-footer .form-control::placeholder{
    color: #fff;
}

.congtac{
    list-style-type: none;
}

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

.copyright .scrollup{
    position: absolute;
    top: -20px;
    right: 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;
    }
}

.add-to-cart-button img{
	width: 150px;
}

.add-to-cart{
    margin-top: 20px;
}

@media (max-width: 991.98px) {

.product_price p{
	margin-bottom: 0;
}

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

.from-footer .form-group{

    display: flex;
    justify-content: center;

}

.from-footer .form-control{
    width: 90%;
}

.add-to-cart-button img{
	width: 120px;
}

.popup-right{
    overflow: hidden;
}

.popup_blog .popup .decs-popup{

    height: 192px;
}

.footer_light{
	padding-bottom: 0;
}

	.from-footer{
	 	margin-top: 0 !important;
	}

	.banner--dautrang .title {
    	display: grid !important;
    	text-align: center;
    	gap: 20px;
	}

	.from-footer{
		background-size: 100%;
	}

	.btn-popup img{
	    width: 100px;
	}

	#gioi-thieu{
		padding-top: 20px;
	}

    .popup_blog .popup{
        width: 95%;
    }

    .section .decs,
    .center--footer .col-lg-5{
        margin-bottom: 20px;
    }

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

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

.dropdown-menu.show{
	width: 350px
}