@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Updock&display=swap');

body {
    font-family: "Roboto Condensed", sans-serif;
}

a.yes-sticky {
    display: none;
    visibility: hidden;
}

.h2-header-areas {
    height: 163px;
    background-color: #000000;
    justify-content: center;
    align-items: center;
    display: flex;
}

.h2-header-areas-mobile {
    height: 60px;
    background-color: #000000;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;

}

#fixed-top-menu {
    display: none;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    background: #000;
    display: flex !important;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
}

.main-menu {
    list-style: none;
}

.main-menu-items {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.462em;
    letter-spacing: .07em;
    font-weight: 700;
}

#search-keyword {
    width: 150px;
    border: none;
    border-bottom: 1px solid #000;
    padding: 11px 0 5px 0;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.462em;
    letter-spacing: .07em;
    font-weight: 700;
    margin-right: 9px;
    background: #000;
    color: #fff !important;
    outline: none !important;
}

#search-keyword::placeholder {
    color: #FFF;
    opacity: 1;
    /* Firefox */
}

#search-keyword::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #FFF;
}

.search_border_bottom {
    border-bottom: 1px solid #fff;
}

.slogan-text {
    color: #DB0E18;
    font-family: Pacifico;
    font-size: 40px;
    transform: rotate(-20deg) translateZ(0);
    transform-origin: 0 center;
    position: absolute;
    bottom: 10%;
    width: 330px;
    left: -55%;
    text-align: center;
}

.slogan-text-mobile {
    color: #DB0E18;
    font-family: Pacifico;
    font-size: 40px;
    transform: rotate(-20deg) translateZ(0);
    transform-origin: 0 center;
    position: absolute;
    bottom: -30%;
    width: 330px;
    left: 10%;
    text-align: center;
}

.slide-product-title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    text-align: center;
}

.slide-detail-product {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    text-align: center;
}

.slide-product-descript {
    height: 100%;
    padding: 50px;
    color: #FFF;
    width: 600px;
    font-size: 25px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.slide-product-more {
    margin-top: 20px;
}

.slide-view-more-link {

    margin-top: 20px;
    border: 1px solid #fff;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
}

.slide-view-more-link:hover {
    background-color: #fff;
    color: #DB0E18;
}

.dropdown-toggle::after {
    border-top: 0;
    vertical-align: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.slides {
    max-height: 680px;
    overflow: hidden;
}

.slide-image {
    max-height: 680px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_title {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 32px;
    line-height: 1.188em;
    letter-spacing: .05em;
    font-weight: 700;
    word-wrap: break-word;
}

.font {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}

.menu-products {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;

    padding-top: 15px;
    display: none;
}

.product-menu-item-title h2 {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.menu-products ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.product-menu-item {
    padding: 15px 10px 10px 10px;
}

.main-menu li:hover .menu-products {
    display: block !important;
}

.home_video {
    position: relative;
    height: 550px;
}

.home_video iframe {
    width: 100%;
}

.home_video video {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.breadcrumb-overlay,
.bg-black-overlay {
    position: relative;
}

.h3-inspiring {
    padding: 95px 0px 86px;
    background: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.bg-black-overlay:before {
    background: #393939;
    opacity: 0.8;
}

.breadcrumb-overlay:before,
.call-to-action:before,
.bg-black-overlay:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    display: inherit !important;
}

.video-play-button-two {
    position: relative;
    z-index: 10;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100px;
    width: 100px;
    background: #ff5e14;
    display: inline-block;
    text-align: center;
    line-height: 115px;
    border-radius: 50%;
}

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

.video-play-button-two i.fa-play {
    color: #fff;
    font-size: 30px;
}

.video-play-button-two i.fa-play {
    color: #fff;
    font-size: 30px;
    margin-left: 7px;
}

.activeColor {
    color: #ff5e14 !important;
}

.inspiring-by {
    position: relative;
    z-index: 99;
    margin-top: 68px;
}

.text-light {
    color: #f8f9fa !important;
}

.session.feature h2 {
    margin-bottom: 20px;
}

.session.products {
    border: none;
}

.session.products h2 {
    margin-bottom: 20px;
}

.slides .owl-nav {
    position: absolute;
    bottom: 10%;
    align-items: center;
    display: flex;
    margin: auto;
    padding: 0 40px;
}

.product-tab ul {
    margin: 0 !important;
}

.product-tab .owl-nav .owl-prev {
    margin-left: -50px !important;
}

.product-tab .owl-nav .owl-next {
    margin-right: -50px !important;
}

.product-tab button {
    border-color: #333 !important;
    border: 1px solid;
    margin-left: 10px;
    color: #333 !important;
    border-radius: 50px !important;
}

.product-tab button.active {
    background-color: #333 !important;
    color: #fff !important
}

.product-tab .readmore {
    position: absolute;
    right: 0;
}

.product-second-image {
    display: none;
}

.owl-dots {

    position: absolute;
    bottom: 10%;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

.owl-dots button {
    background: #a19fa3 !important;
    border: none;
    text-indent: -999999999px;
    height: 10px;
    width: 15px;
    border-radius: 50px;
    margin: 0 4px;
    cursor: pointer;
    z-index: 9;
}

.owl-dots button.active {
    width: 30px;
    background: #ff5e14 !important;
}

.home-news-title {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.333em;
    letter-spacing: .05em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.single-blog {
    overflow: hidden;
    width: 100%;
}

.single-blog {
    transition: 0.6s;
    margin-bottom: 30px;
    word-break: break-word;
    border: 1px solid #ededed;
}

.single-blog-thumb {
    position: relative;
    overflow: hidden;
}

.single-blog-thumb a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.single-blog-thumb a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b0b0b;
    opacity: 0;
    -webkit-transition: opacity 350ms linear;
    transition: opacity 350ms linear;
    z-index: 1;
}

.single-blog-thumb a img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 100%;
}

.single-blog span.icon {
    position: absolute;
    top: 30%;
    text-align: center;
    right: 0;
    left: 0;
    margin-top: -13px;
    opacity: 0;
    transition: all 0.3s linear;
    color: #ff5e14;
    z-index: 1;
    font-size: 30px;
}

.single-blog:hover {
    border: 1px solid #ddd;
}

.single-blog:hover .single-blog-thumb a img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.single-blog:hover .single-blog-thumb a:before {
    opacity: 0.7;
}

.single-blog-thumb a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b0b0b;
    opacity: 0;
    -webkit-transition: opacity 350ms linear;
    transition: opacity 350ms linear;
    z-index: 1;
}

.single-blog:hover span.icon {
    opacity: 1;
    transition: all 0.3s linear;
}

.single-blog .content {
    padding: 25px 25px 5px;
    display: block;
    overflow: hidden;
}

.single-blog .content .entry-meta {
    margin-bottom: 15px;
    line-height: 15px;
}

.single-blog .content .entry-title {
    color: #061538;
    font-size: 20px;

    min-height: 60px;
}

.single-blog .entry-title {
    font-size: 22px;
    line-height: 30px;
    color: #061538;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: .3s;
}

.single-blog .content .entry-content {
    color: #242424;
}

.single-blog:hover .entry-title {
    color: #ff5e14;
}

.single-blog .content .entry-meta {
    margin-bottom: 15px;
    line-height: 15px;
}

.single-blog .entry-meta .author {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #c8c8c8;
    float: left;
}

.single-blog .entry-meta a {
    color: #242424;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

#search-modal .btn-search {
    background-color: #ff5e14;
    border-color: #ff5e14;
}

.footer-area {
    background-color: #0b0b0b;
}

.text-right {
    text-align: right !important;
}

.subscription {
    padding: 35px 0;
    border-bottom: 1px solid #292929;
}

.subscription-form input {
    width: 215px !important;
    padding: 10px 23px !important;
    border-radius: 0px !important;
    border: none !important;
    margin-right: 18px !important;
}

.subscription .btn {
    line-height: 1;
    font-size: 16px;
    font-weight: 601;
    border-radius: 0px;
    padding: 16px 51px 12px;
    text-transform: uppercase;
}

.subscription .btn {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff !important;
}

.footer {
    padding: 28px 0px 60px;

}

.footer h4.footer-nav-title {
    color: #f8f9fa !important;
}

.footer .footer-nav-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer .widget_categories ul li span,
.footer .widget_categories ul li a,
.footer abbr,
.footer ul li a,
.footer ul li {
    color: #a5a5a5;
}

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

.footer ul.menu li a {
    border-left: 2px solid #6f6c6c !important;
    padding: 5px 15px !important;
    line-height: 30px;
}

.footer ul.menu li a {
    color: #a5a5a5;
}

.footer ul.menu li a {
    color: #a5a5a5;
    position: relative;
    padding-left: 12px;
    font-size: 15px;
    padding-bottom: 0;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    margin-left: 24px;
    transition: all .3s linear;
}

.footer ul.menu li a {
    border-left: 2px solid #2b2a2a;
}

.footer ul.menu li a {
    padding-left: 25px;
}

.footer ul.menu li a:before {
    background-color: #6f6c6c;
}

.footer ul.menu li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    height: 1px;
    width: 25px;
    background: #6f6c6c;
    transform: translateY(-50%);
}

.footer p {
    color: #a5a5a5 !important
}

.footer p a {
    text-decoration: none;
    color: #f76b2b;
}

.footer ul.menu li a:hover {
    color: #ff5e14;
}

.footer ul.menu li a:hover:before {
    background: #ff5e14;
}

.copyright {
    background: #141414;
    padding: 20px 0;
}

.copyright-content p {
    color: #ffffff;
    margin-bottom: 0;
}

.copyright-content p a {
    text-decoration: none;
}

#wait-modal .modal-content {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

#wait-modal .modal-content img {
    width: 100px;
}

.mini-cart-items {
    display: none;
}

.page_title {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #242424;
    padding: 75px 0;
    padding-bottom: 70px;
}

.page_title.breadcrumb-overlay {
    padding: 15px 0px;
}

.breadcrumb-overlay,
.bg-black-overlay {
    position: relative;
}

.breadcrumb-overlay:before {

    opacity: 0.6;
}

.breadcrumb-overlay:before,
.call-to-action:before,
.bg-black-overlay:before {

    z-index: 99;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    display: inherit !important;
}

.activebreadcrumbColor {
    color: #FFF;
}

.widget {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-weight: 500;
    margin-bottom: 30px;
    background: #fff;
}

.widget .widget-title {
    color: #000;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    margin: 0;
}

.widget li {
    padding: 5px 20px;
    border-bottom: 1px solid #CCC;
}

.product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-categories a {
    text-decoration: none;
    font-weight: normal;
    color: #000;
}

.product-categories li:last-child {
    border: none;
}

.product-categories li:hover>a {
    color: #ff5e14;
    font-weight: bold;
}

.products {
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.product-image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product-title {
    padding: 5px;
    text-align: center;
    font-weight: 700;
}

.products .hide {
    display: none;
}

.products:hover .hover_image {
    display: block;
    position: absolute;
    top: 0;
}

.product-categories-child {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget li li {
    border: none;
    border-left: 1px solid #CCC;
    padding: 5px 15px;
}

.paginate {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paginate .btn {
    border: 1px solid #0b0b0b !important;
    border-radius: 0;
}

.paginate .active .btn {
    background-color: #0b0b0b;
    color: #FFF;
}

.product-items {
    color: #000;
    z-index: 99;
    position: relative;
}

.product-info {
    margin-top: 10px;
}

.products-slide .owl-nav {
    position: absolute;
    top: 50%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
    z-index: 88;
}

.products-slide .owl-stage-outer {
    position: relative;
    z-index: 999;
}

.session.blogs {
    background-color: #000;
    min-height: 100vh;
}

.month {
    position: absolute;
    z-index: 99;
    max-height: 100px;
    background: #000;
    width: 80px;
}

.product-image:hover .product-first-image {
    display: none !important;
}

.product-image:hover .product-second-image {
    display: block !important;
}

.product-info-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: .275rem;
}

.product-grid__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: .275rem;
}

.product-image-color {
    margin-left: 5px;
    margin-top: 10px;
}

.product-items:hover .product-short-description {
    color: #000;
    font-weight: normal;
}

.product-items .option-color__item {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
    border: 1px solid #333;
    padding: 2px;
    border-radius: 50px;
    margin-right: 8px;
}

.product-items .option-color__item.is-current:before {
    border: 1px solid #000;
    border-radius: 16px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.product-items:hover .product-grid__select {
    opacity: 0.9;
    z-index: 9999;
}

.product-grid__select {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), hsla(0, 0%, 100%, .4);
    border-radius: 8px;
    bottom: 20%;
    left: 50%;
    max-width: calc(100% - 3rem);
    opacity: 0;
    padding: .75rem .7rem;
    position: absolute;
    transform: translate3d(-50%, 20px, 0);
    transition: all .3s;
    visibility: visible;
    width: 100%;
    z-index: 2;
    margin-bottom: 20px;
}

.product-grid__select p {
    text-align: center;
    margin-bottom: 10px;
}

.product-size-item {
    background: #FFF;
    padding: 5px 20px;
    margin: 5px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.product-size-item:hover {
    background-color: #222;
    color: #fff !important
}

.widget_banner_content h2 {
    font-size: 80px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.widget_banner_content {
    position: absolute;
    bottom: 20%;
}

.widget_banner_content p {
    font-size: 1.25rem;
    margin-bottom: 36px;
    margin-top: 0;
    color: #000;
}

.home_yogagym .widget_banner_content h2 {
    font-size: 70px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #FFF !important;
}

.home_dungcudayhoc .widget_banner_content h2 {
    font-size: 70px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #FFF !important;
}

.widget_banner_content a[href] {
    background-color: #2f5acf;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    height: 54px;
    border-radius: 100vmax;
    padding: .875rem 2.5rem;
    text-transform: uppercase;
    text-decoration: none;

    position: relative;
    top: 10px;
}

.breadcrumb {
    position: relative;
    z-index: 99;
    color: #FFF;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb ul li {
    float: left;
    color: #b6b6b6;
}

.breadcrumb ul li::after {
    content: '/';
    color: #b6b6b6;
    padding: 5px;
}

.breadcrumb ul li a {
    color: #b6b6b6;
    text-decoration: none;
}

.breadcrumb ul li:last-child::after {
    content: ' ';
    color: #b6b6b6;
}

.product-image .carousel-indicators {
    margin: 0;
    background: #FFF;
    bottom: 0;
    position: relative;
}

.product-image .productDetailIndicators img {
    border-radius: 5px;
}

#productDetailIndicators img {
    border-radius: 5px;
}

.product-image .carousel-indicators [data-bs-target] {
    width: 150px;
    height: 50px;
}

.product-detail-support h2 {
    font-size: 20px;
    margin-top: 20px;
}

.product-detail-support a {
    color: #f76b2b;
    text-decoration: none;
}

.product-detail-description h2 {
    font-size: 22px;
    border-left: 5px solid #ff5e14;
    margin-top: 10px;
    padding-left: 10px;
}

.leftbar h2 {
    font-size: 20px;
    border-left: 5px solid #ff5e14;
    padding-left: 10px;
}

.page-khuonmau.title::after {
    content: '';

}

.slogan {

    background: #061538b8 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    display: inherit !important;

}

.slogan .slogan-content {
    text-align: center;
    color: #fff
}

.slogan .slogan-content h2 {
    color: #ff5e14;
}

.page-detail h2 {
    font-size: 22px;
}

.page-detail .box {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.page-detail .box h2 {
    border-left: 5px solid #ff5e14;
    padding-left: 10px;
    margin: 10px;
}

.page-detail .box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-detail .box ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.page-detail .box ul li:last-child {
    border-bottom: none;
}

.page-detail .box ul li a {
    text-decoration: none;
    color: #333;
}

.btn-close {
    color: #FFF;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #FFF;
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 99;
    margin-top: 0px;
}

.mean-container .mean-nav,
.mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: #0c1923;
}

.sidebar-main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-main-menu>li {
    border: 1px solid #ececec;
    border-bottom: none;
}

.sidebar-main-menu>li:last-child {
    border-bottom: 1px solid #ececec;
}

.sidebar-main-menu>li>a {
    width: 100%;
}

.sidebar-main-menu>li>a>div {
    padding: 10px;
}

.sidebar-main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-main-menu ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-main-menu a {
    text-decoration: none;
    color: #333;
}

.content-topbar-bottom .dropdown-toggle {
    border: 1px solid #eee !important;
}

.level2-menu-sidebar {
    display: none;
}

.level2-menu-sidebar {
    border-top: 1px solid #eee;
}

.level2-menu-sidebar.expand {
    display: block;
}

.level2-menu-sidebar ul li {

    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;

}

.level2-menu-sidebar ul li a div {
    padding: 10px;
    padding-left: 20px;
}

.level2-menu-sidebar ul li .sub-menu {
    border-top: 1px solid #eee;
}

.products-slide .owl-nav .owl-prev {
    margin-left: -50px !important;
}

.products-slide .owl-nav .owl-next {
    margin-right: -50px !important;
}

.head_title h2 {
    font-size: 28px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.head_title_more_link {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}

.head_title_more_link a {
    border: 2px solid #000;
    border-radius: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    height: 50px;
    padding: .9375rem 2.5rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.head_title_more_link:hover a {
    border-color: #b53900;
    background-color: #ff5e14;
    color: #fff;
}

.right-icon {
    display: flex;
    position: absolute;
    z-index: 99;
    width: auto !important;
    right: 0;
}

.right-icon ul {
    margin: 0;
    padding-left: 0;
    display: flex;
    justify-content: end;
    list-style: none;
}

.right-icon ul li i {
    color: #FFF;
    font-size: 25px;
}

.shopping-bag {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 13px;
    line-height: 1.462em;
    letter-spacing: .07em;
    font-weight: 400;
    font-weight: 700;
    margin-right: 9px;
    color: currentColor;
    position: relative;
    white-space: nowrap;
}

.shopping_bag_detail {

    right: 0;
    width: 464px;
    height: 460px;
    display: none;
}

.shopping_bag_detail_area {
    margin-top: 35px;
    border-radius: 5px;
    width: 400px;
    max-height: 460px;
    background: #FFF;
    overflow-y: scroll;
    border: 1px solid #CCC;
    padding: 15px;
}

.shopping_bag_icon {
    cursor: pointer;
}

.shopping_bag_icon:hover .shopping_bag_detail {
    display: block;
}

/* .shopping_bag_detail.active{display: block;} */
.shopping_bag_detail::-webkit-scrollbar-track {
    /* border: 1px solid #000; */
    padding: 2px 0;
    background-color: #fff;
}

.shopping_bag_detail::-webkit-scrollbar {
    width: 3px;
}

.shopping_bag_detail::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #a5a5a5;
    /* border: 1px solid #000; */
}

.account_icon {
    margin-right: 15px;
}

.shopping_bag_icon {
    margin-right: 10px;
}

.search_icon {
    margin-right: 15px;
}

.product-sale-price {
    color: #242424;
    font-weight: 700;
}

.product-base-price {

    color: #c4c4c4;
    margin-left: 10px;
}

.product-sale-off {
    align-items: center;
    background: #000;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: .7rem;
    font-weight: 700;
    height: 18px;
    margin-left: 10px;
    padding: 0 5px;
}

.product-info-price {
    font-size: 14px;
}

.product-price {
    color: #242424;
    font-weight: 700;
}

.product-price p {
    margin-bottom: 0;
}

.footer-info {
    align-items: center;
    color: #fff !important;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    justify-content: flex-start;
    letter-spacing: .03em;
    line-height: 160%;
    margin-bottom: 12px;
}

.footer-info__icon {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-right: 15px;
    width: 30px;
}

.footer-info__desciption a[href] {
    text-decoration: none !important;
    font-weight: bold;
    color: #fff !important;
}

.footer-social {
    margin-top: 36px;
    padding: 30px 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social a {
    align-items: center;
    display: flex;
    flex: 1;
    height: 45px;
    width: 17%;
}

.footer-social img {
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100% !important;
}

.footer_hotline {
    color: #FFF !important;
}

.footer a[href] {
    text-decoration: none;
}

.mega-menu {
    position: absolute;
}

.sub-menu.drop {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 999;
    opacity: 0;
    display: none;
}

.sub-menu.drop.active {
    display: block;
}

.mega-menu__wrapper,
.sub-menu__wrapper {
    background: #ededed;
    position: relative;
    transition: opacity .2s ease-out .22s, visibility 0ms ease .35s;
    visibility: hidden;
    z-index: 1;
}

.mega-menu__inner,
.sub-menu__inner {
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.menu-item:hover .sub-menu {
    opacity: 1;
    z-index: 99999;
}

.header-bg-over.mega-menu-active {
    background: #000;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    opacity: 0.8;
    /* margin-top: -10px; */
}

.products-popup-items {
    cursor: pointer;
}

.sale-menu {
    display: flex;
    align-items: center;
    justify-content: start;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.sale-menu-items {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 2%;
}

.sale-menu-items-image .rounded-circle {
    border: 1px solid #CCC;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 50px;
    height: 50px;
}

.transform25deg {
    transform: rotate(-25deg);
}

.sale-menu-items-image .rounded-circle img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.sale-menu-items-title {
    margin-left: 10px;
}

.sale-menu-items-title a {
    font-weight: normal;
}

h2.mega-menu-title {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1.2rem;
    padding-bottom: .5rem;
    position: relative;
    text-transform: uppercase;
    width: fit-content;
    width: -moz-fit-content;
}

.menu-bg-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background: linear-gradient(36deg, rgb(55 55 55) 0%, rgba(255, 255, 255, 0) 42%);
}

.menu-sale-collection-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: #FFF;
}

.mega-menu-a::before {
    background: transparent !important;
}

.sub-menu a::before {
    background: transparent !important;
}

.sale-menu-items-title a {
    font-size: 14px !important;
}

.sub-sub-menu.third {
    flex-direction: column;
}

.sub-sub-menu.third a {
    color: #000 !important;
    padding: 0;
    font-weight: normal;
    font-size: 13px;
}

.sub-sub-menu-head {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sub-sub-menu li {
    margin-bottom: 10px;
}

.product-menu-child a {
    color: #000 !important;
    padding: 0 !important;
    font-weight: normal !important;
    font-size: 13px !important;
    margin-bottom: 10px;
}

.navbar-fixed-top-active-overlay {
    margin-top: -10px;
}

.btn-more {
    text-align: center;
}

.btn-more>div {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 35px;
}

.btn-more>div:hover {
    background: #f76b2b;
    border: 1px solid #f76b2b;
    color: #FFF;
}

.nav-products-tab .nav-link {
    color: #000;
}

.nav-products-tab .nav-link:hover {
    background-color: #f76b2b;
    color: #FFF;
    border-radius: 5px;
}

.nav-products-tab .nav-link.active {
    background-color: #f76b2b;
    color: #FFF;
    border-radius: 5px;
}

.childCateImage {
    border: 1px solid #eee;
    border-radius: 10px;
    max-height: 177px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.childCateImage img {
    border-radius: 10px;
}

.product-categories-child .owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product-categories-child .owl-nav .owl-prev {
    margin-left: -50px;
}

.product-categories-child .owl-nav .owl-next {
    margin-right: -50px;
}

.categories-child .owl-stage-outer {
    position: relative;
    z-index: 999;

}

.childCate {
    z-index: 99999;
    position: relative;
}

.show.products-list {
    position: relative;
    z-index: 99;
}

.categories-product-lists .product-image {
    overflow: hidden;
    max-height: 480px;
    display: flex;
}

.border-rounded {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.h3-left-categories {
    font-size: 19px;
    color: #141414;
}

.categories-child-filter.sticky-top {
    top: 100px;
}

.breakcrumb ul {
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 20px 0;

}

.breakcrumb-item:first-child a::before {
    content: '';
}

.breakcrumb-item a::before {
    padding-right: 10px;
    content: '/';
}

.breakcrumb-item a {
    color: #7c7c7c;
    text-decoration: none;
    padding: 5px;
}

.breakcrumb-item.active a {
    color: #222;
}

.breakcrumb-item a:hover {
    color: #f76b2b;
}

#products-detail h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25em;
}

#products-detail .margin-top {
    top: 100px
}

.offcanvas {
    background-color: #222;
}

.product-detail-sizes {
    position: relative;

}

.product-detail-sizes .product-size-item {
    border: 1px solid #333;
}

.product-detail-price .product-base-price {
    padding: 0 5px;
    margin: 0;
    color: #c4c4c4;
    font-size: 1rem;
    line-height: 1rem;
}

.product-detail-price .product-sale-price {

    padding: 0 5px;
    font-size: 24px;
    margin: 0;
}

.product-detail-price .product-sale-off {
    padding: 11px;
    width: 50px;
    margin: 0px 0px 0px 5px;
    justify-content: center;
    align-items: center;
}

.product-detail-content {
    margin-top: 20px;
}

h2.product-detail-content-header {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}

.produc-detail-content-expand img {
    width: 100%;
    height: auto;
}

#products-detail .carousel-indicators [data-bs-target] {
    text-indent: 0;
    width: auto;
    height: auto;
    margin: 0;
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

#products-detail #prod-image-gallery .carousel-indicators {
    margin: 0;
    padding: 0;
    float: left;
    width: 15%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
}

#products-detail .carousel-inner {
    position: relative;
    width: 85%;
    overflow: hidden;
    right: 0;
    float: right;
}

#products-detail .carousel-control-prev {
    left: 15%;
}

#products-detail .carousel-indicators::-webkit-scrollbar-track {
    /* border: 1px solid #000; */
    padding: 2px 0;
    background-color: #fff;
}

#products-detail .carousel-indicators::-webkit-scrollbar {
    width: 3px;
}

#products-detail .carousel-indicators::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #a5a5a5;
    /* border: 1px solid #000; */
}

#products-detail .produc-detail-content-expand.hide {
    max-height: 1000px;
    overflow: hidden;
    position: relative;
}

#products-detail .backgroud_over_white {
    background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
}

.btn-orange {
    background-color: #f76b2b !important;
    color: #FFF !important;
}

.product-suggest-section__title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}

.product-detail-related-product .product-image {
    max-height: 330px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-add-to-cart {
    padding: 5px;

    text-align: center;
}

.product-detail-select-quantity {
    max-width: 150px;
}

#products-detail .product-policy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#products-detail .product-policy .product-policy__item {
    width: 50%;
    display: flex;
    margin-bottom: 10px;
}

#products-detail .product-policy .product-policy__item .product-policy__icon {
    margin-right: 20px;
}

.product-detail-related-product .product-items {
    background: #fff;
}

.product-detail-related-product .product-items .product-info {
    padding: 5px 15px;
}

.product-detail-color .option-color__item {
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 100px;

    margin-right: 10px;
}

.product-detail-color .option-color__item.active {
    border: 1px solid #222;
    padding: 2px;
    border-radius: 100px;
}

.product-detail-sizes .product-size-item.active {
    background-color: #222;
    border: 1px solid #333;
    color: #fff !important;
}

#quick-order-bottom {
    width: 100%;
    left: 0;
    position: fixed;
    background: #FFF;
    padding: 10px 64px;
    bottom: 0;
    border-top: 1px solid #2222;
}

.payment-method__item.active,
.payment-method__item:not(.disabled):hover {
    border: 1px solid #f76b2b;
    opacity: 1;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.payment-method__item {
    opacity: 1;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.payment-method__item-custom-checkbox {
    padding-right: 20px;
}

.payment-method__item-icon-wrapper {
    padding-right: 20px;
}

.feature-post .post-item .post-image { 
    overflow: hidden;
    display: flex;
    justify-content: center; 
    align-items: flex-start;
}

.feature-top-view-slide .post-item .post-image {
    max-height: 230px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    min-height: 230px;
    align-items: flex-start;
}

.head-orange {
    background: #f76b2b;
    border-radius: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1em;
    padding: 10px 0 10px 20px;
    text-align: center;

    width: 100%;
    margin: 0 90px;
}

.feature-post .owl-nav {
    position: absolute;
    top: 50%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
    z-index: 88;
}

.feature-post .owl-nav .owl-prev {
    margin-left: -50px !important;
}

.feature-post .owl-nav .owl-next {
    margin-right: -50px !important;
}

.feature-top-view-slide .owl-nav {
    position: absolute;
    top: 50%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
    z-index: 88;
}

.feature-top-view-slide .owl-nav .owl-prev {
    margin-left: -50px !important;
}

.feature-top-view-slide .owl-nav .owl-next {
    margin-right: -50px !important;
}

.feature_categories .feature_cate_items {
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    display: flex;
    font-size: 16px;
    margin-right: .5em;
    padding: 5px 19px;
}

.feature_categories .feature_cate_items:hover {
    background-color: #d7d7d7;
}

.widget-feature-news {
    margin-top: 10px
}

.account_icon:hover #user-account-menu {
    display: block !important;
}

.mobile-menu {
    position: relative;
    z-index: 999;
}

#products-tab-tabContent {

    z-index: 9;
    position: relative;

}

@media only screen and (min-width: 320px) and (max-width: 480px) {

    .logo {
        text-align: center;
    }

    .welcome-top {
        margin-top: 60px;
    }

    .slides,
    .slide-image {
        height: 100vh;
        max-height: 100vh;

    }

    .slides .owl-nav {
        position: absolute;
        bottom: 9%;
        align-items: center;
        display: flex;
        margin: auto;
        padding: 0 20px;
    }

    .products-slide .owl-nav .owl-prev {
        margin-left: 0 !important;
    }

    .products-slide .owl-nav .owl-next {
        margin-right: 0 !important;
    }

    .products-slide .owl-nav {
        z-index: 9999;
    }

    .widget_banner_content h2 {
        font-size: 2.25rem;
        margin-bottom: 10px !important;
        color: #FFF;
    }

    .widget_banner_content {
        bottom: 5%;
    }

    .widget_banner_content p {
        font-size: 1.25rem;
        margin-bottom: 20px;
        margin-top: 0;
        color: #fff;
    }

    .widget_banner_content a[href] {
        background-color: #fff;
        color: #000;
    }

    .bg-overlay {
        position: absolute;
        top: 0;
        height: 300px;
        min-height: 100%;
        width: 100%;
        background: linear-gradient(36deg, rgb(55 55 55) 0%, rgba(255, 255, 255, 0) 42%);
    }

    .session.feature {
        padding-bottom: 20px !important;
    }

    .home_video>div {
        font-size: 17px !important;
    }

    .product-tab {
        margin-top: 30px;
    }

    .slide-product {
        padding-top: 30px !important
    }

    .product-grid__select {
        opacity: 0 !important;
        max-width: calc(100% - 1rem);
        bottom: 30%;
    }

    .product-size-item {
        background: #FFF;
        padding: 5px 13px;
        margin: 5px;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
    }

    .product-grid__select p {
        text-align: center;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .head_title h2 {
        font-size: 1.125rem;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

    .head_title_more_link {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 18px;
    }

    .head_title_more_link a {
        border: 2px solid #000;
        border-radius: 1.5rem;
        font-size: 1rem;
        font-weight: 500;
        height: 50px;
        padding: .9375rem 2.5rem;
        text-transform: uppercase;
        text-decoration: none;
        color: #000;
    }

    .head_title_more_link:hover a {
        border-color: #b53900;
        background-color: #ff5e14;
        color: #fff;
    }

    .home_yogagym .widget_banner_content h2 {
        font-size: 2.25rem;
        margin-bottom: 20px;
    }

    .home_dungcudayhoc .widget_banner_content h2 {
        font-size: 2.25rem;
        margin-bottom: 20px;
    }

    .products-popup .owl-nav .owl-prev {
        margin-left: 0 !important;
    }

    .products-popup .owl-nav .owl-next {
        margin-right: 0 !important;
    }

    .products-popup .owl-nav {
        z-index: 9999;
    }

    .h3-navigation-area .mean-container a.meanmenu-reveal {
        border: 1px solid #fff !important;
        color: #fff;
    }

    .h3-navigation-area .mean-container a.meanmenu-reveal span {
        background: #fff !important;
    }

    .h3-navigation-area .mean-container a.meanmenu-reveal span {
        background: #fff !important;
    }

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #ffffff;
        height: 3px;
        margin-top: 3px;
    }

    .mean-container a.meanmenu-reveal {
        width: 19px;
        height: 22px;
        padding: 4px 6px;
        position: absolute;
        top: 5px;
        left: 15px;
        cursor: pointer;
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        line-height: 22px;
        font-size: 1px;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        border: 1px solid #444;
    }

    .offcanvas.show {
        background-color: #222;
    }

    .popup-modal-product {
        margin-top: 20px
    }

    .popup-modal-product .popup-product-image {
        width: 90% !important;
    }

    .popup-modal-product .popup-product-info {
        width: 90% !important;
    }

    .footer-info__desciption {
        font-size: 20px;
    }

    .footer-info {
        margin-top: 30px;
    }

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

    .shopping_bag_detail_area {
        margin-right: 0;
        width: 77%;
        padding: 10px;
        margin-left: 20%;

    }

    #user-account-menu>div {
        border: 1px solid #CCC
    }

    .product-items {
        margin-top: 30px
    }

    .products-slide .product-items {
        width: 100% !important;
    }

    .sub-menu.drop.active {
        display: block;
        opacity: 1;
        position: relative;
    }

    .header-bg-over {
        display: none !important;
    }

    .mobile-meni-level2 {

        border-right: 0 !important;
    }

    .sub-sub-menu-head {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .sub-sub-menu-head .menu-item {
        margin-bottom: 15px;
    }

    .product-categories-child .owl-nav .owl-prev {
        margin-left: 0 !important;
    }

    .product-categories-child .owl-nav .owl-next {
        margin-right: 0 !important;
    }

    .product-menu-child {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .sub-sub-menu-items {
        text-transform: uppercase;
        padding: 10px 0px;
    }

    .menu-sidebar a {
        text-decoration: none;
        color: #fff !important;
    }

    .categories-product-lists {
        position: relative;
        z-index: 99;
    }

    .navigation-mobile-footer-widget ul {
        margin-left: 0px;
        padding: 0;
        list-style: none;
    }

    .navigation-mobile-footer-widget li {
        width: 346px;
        padding: 10px;
        border-left: 1px solid #eee;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
    }

    .navigation-mobile-footer-widget li a {
        text-decoration: none;
        color: #222;
    }

    #products-detail {
        position: relative;
        z-index: 9;
    }

    .cart-item-line {
        flex-direction: column;
        position: relative;
    }

    .cart-item-line .product-cart-image {
        width: 100%;
    }

    .cart-item-line .product-cart-infor {
        width: 100%;
    }

    .cart-item-line .product-cart-quantity {
        width: 60%;
        margin-top: 20px !important;
        margin: auto;
    }

    .cart-item-line .product-cart-price>div {
        width: 100%;
        display: flex !important;
        align-items: center !important;
        justify-content: center;
        flex-wrap: nowrap !important;
        flex-direction: row !important;
    }

    .cart-item-line .product-cart-price>div>div {
        width: 33.33%;
        text-align: center;
    }

    #quick-order-bottom {

        padding: 10px 20px !important;
    }

    #quick-order-bottom>div {
        flex-direction: column;
    }

    #quick-order-bottom>div>div {
        border: none !important
    }

    /*
    .product-sale-price,
    .product-base-price {
        font-size: 20px;
    } 
	*/
}

/* Styles for devices with a screen width of at least 600px */
@media screen and (min-width: 360px) {

    .welcome-top .slides .owl-stage-outer .item img {
        width: max-content;
    }

    .slide-overflow .title {
        color: #ffffff;
        font-size: 40px;
        line-height: 40px;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: uppercase;
        text-align: center;
    }

    .slide-overflow .text {
        color: #ffffff;
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
        margin-bottom: 20px;
        text-align: center;
    }

    .navbar-fixed-top .mean-container a.meanmenu-reveal {
        margin-top: -59px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 990px) {
    .home_yogagym .widget_banner_content h2 {
        font-size: 30px;
    }

    .home_dungcudayhoc .widget_banner_content h2 {
        font-size: 30px;
    }

    .session.feature.dung-cu-va-thiet-bi-hoc-day-do-co-vu {
        margin-top: 20px;
    }

    .session.feature.yoga-chay-bo-gym {
        margin-top: 20px;
    }

    .widget_banner_content h2 {
        font-size: 2.25rem;
        margin-bottom: 10px !important;
        color: #FFF;
    }

    .widget_banner_content {
        bottom: 5%;
    }

    .widget_banner_content p {
        font-size: 1.25rem;
        margin-bottom: 20px;
        margin-top: 0;
        color: #fff;
    }

    .widget_banner_content a[href] {
        background-color: #fff;
        color: #000;
    }

    .bg-overlay {
        position: absolute;
        top: 0;
        height: 300px;
        min-height: 100%;
        width: 100%;
        background: linear-gradient(36deg, rgb(55 55 55) 0%, rgba(255, 255, 255, 0) 42%);
    }

    .menu-product-container ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        list-style: none;
        padding: 0;
    }

    .menu-product-container ul li {

        padding: 10px;
    }
}

/* Styles for devices with a screen width of at least 992px */
@media screen and (min-width: 1000px) {


    .widget_banner_content h2 {
        font-size: 60px;
    }

    .home_yogagym .widget_banner_content h2,
    .home_dungcudayhoc .widget_banner_content h2 {
        font-size: 50px;
    }
}

@media (min-width: 1440px) {

    .mega-menu,
    .sub-menu {
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1200px) {
    .products-slide .owl-nav .owl-prev {
        margin: 0 !important
    }

    .products-slide .owl-nav .owl-next {
        margin: 0 !important
    }
}

@media screen and (min-width: 1300px) {}

@media screen and (min-width: 1440px) {
    .product-show {
        position: relative;
        left: 50%;
    }

    .slide-product-descript {
        left: 20%;
        position: relative;
    }

    .slides {
        max-height: 580px;
    }

    .slide-image {
        max-height: 580px;
    }

}

@media screen and (min-width: 1600px) {
    .product-show {
        position: relative;
        left: 0%;
    }

    .slide-product-descript {
        left: 0%;
    }

    .slides {
        max-height: 580px;
    }

    .slide-image {
        max-height: 580px;
    }
}