.carousel-caption {
    position: absolute;
    right: 0;
    top: 20%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: start;
}

.btn {
    padding: 0 5rem;
    min-height: 5rem;
    line-height: 5rem;
}

.btn-outline-light {
    color: #f8f9fa !important;
    background-color: transparent !important;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-dark {
    color: #343a40 !important;
    background-color: transparent !important;
    background-image: none;
    border-color: #343a40;
}

.home-info h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.home-info h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}

#content .banner h2 {
    line-height: 1.2 !important;
}

.about-1 h2 {
    line-height: 1.2 !important;
}

.small-img {
    display: none;
}

@media only screen and (max-width: 320px) {
    .carousel-caption {
        padding-top: 10px !important;
    }
}

@media only screen and (max-width: 600px) {
    .small-img {
        display: block;
    }

    .large-img {
        display: none !important;
    }

    .about-1 {
        padding: 0 !important;
    }

    #content .banner img {
        height: 300px;
        /* filter: brightness(0.5); */
        object-fit: cover !important;
    }

    #content .banner {
        margin-top: 0%;
    }

    #content .banner h1 {
        font-size: 16px !important;
    }

    #content .banner h2 {
        font-size: 22px !important;
    }

    #content .banner a.btn {
        padding: 0 3rem !important;
        min-height: 3rem !important;
        line-height: 3rem !important;
        font-size: 12px !important
    }

    #content .banner .carousel-caption {
        left: 15% !important;
        right: 15% !important;
        text-align: center !important;
    }
}

@media only screen and (max-width: 768px) {
    #content .banner {
        margin-top: 0%;
    }
}

@media only screen and (max-width: 992px) {
    #content .banner {
        margin-top: 0%;
    }
}

.header-unext img {
    display: block;
    max-height: 100px;
    margin: 0 auto;
}

.header-unext p {
    color: #262626;
    background: #fff;
    position: relative;
    z-index: 99;
}

.header-unext {
    padding: 20px 0 0;
}

.header-inner {
    padding-top: 1.75rem;
}

p {
    text-align: justify;
}

.product-image img {
    object-position: 50% 15%;
}

h2.mm-text {
    line-height: 1.5;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
}

.content-img p {
    font-size: 13px;
    margin: 15px 0;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .header-fullwidth {
        display: none;
    }
}

@media (max-width: 768px) {
    .sidebox img {
        height: auto !important;
        width: 100%;
    }
}

.header-unext img {
    display: block;
    max-height: 100px;
    margin: 0 auto;
}

.header-unext p {
    color: #262626;
    background: #fff;
    position: relative;
    z-index: 99;
}

.header-unext {
    padding: 20px 0 0;
}

.header-inner {
    padding-top: 1.75rem;
}

p {
    text-align: justify;
}

.product-image img {
    object-position: 50% 15%;
}

h2.mm-text {
    line-height: 1.5;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
}

.content-img p {
    font-size: 13px;
    margin: 15px 0;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .header-fullwidth {
        display: none;
    }
}

/* article  */
.header-unext img {
    display: block;
    max-height: 100px;
    margin: 0 auto;
}

.header-unext p {
    color: #262626;
    background: #fff;
    position: relative;
    z-index: 99;
}

.header-unext {
    padding: 20px 0 0;
}

.header-inner {
    padding-top: 1.75rem;
}

p {
    text-align: justify;
}

.product-image img {
    object-position: 50% 15%;
}

h2.mm-text {
    line-height: 1.5;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
}

.content-img p {
    font-size: 13px;
    margin: 15px 0;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .header-fullwidth {
        display: none;
    }
}

/** list articles **/
h3.post-title {
    text-align: left;
}

h3.post-title a {
    font-size: 1.6rem;
    text-align: left;
}

.post-content p {
    text-align: left;
    font-size: 1.2rem;
}

.post-info {
    padding: 0;
}

.news-category-content {
    text-align: center !important;
}

/** product detail **/
.product-categories li ul li {
    line-height: 1;
    list-style: none;
    margin-left: 15px;
    margin-bottom: 15px;
    font-size: 12px;
}

.ms-dong .slick-slide img {
    height: 500px;
}

.product-gallery__thumb {
    display: block;
}

.product-gallery__thumb--single {
    float: left;
}

.product-gallery__thumb--single i {
    font-size: 24px;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 27px;
    width: 27px;
    margin: 5px 10px 0 0;
    line-height: 1;
    text-align: center;
    cursor: default;
}

.color-thumb {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 34px;
    margin: 0 4px;
    cursor: pointer;
    outline: none;
    display: inline-block;
}

.color-thumb i {
    font-size: 24px;
    line-height: 24px;
}

.slick-dots {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.slick-dots li button {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.slick-dots li button:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D8D8D8;
}

.slick-dots li.slick-active button:before {
    background: #B8B8BA;
}

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

.tab-style-1 .nav-tabs {
    justify-content: flex-start;
}

.tab-style-1.product-data-tab .product-data-tab__link.nav-link {
    text-transform: initial;
    margin-left: 0;
    font-size: 14px;
}

.below_banner_container {
    padding: 15px;
    padding-top: 0px;
}

.below_banner_tagline {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 15px;
}

.below_banner_title {
    color: #666;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.below_banner_desc {
    color: #333;
}

.color-thumb:nth-of-type(1) {
    margin-left: 0px;
    padding-left: 0px;
}

.content-img .feature {
    text-align: center;
    background: #f7f7f7;
    margin-bottom: 30px;
    display: inline-block;
}

.content-img .feature h3 {
    font-size: 13px;
    margin: 15px 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    .product-gallery__image img {
        height: auto !important;
    }
}

.header-unext img {
    display: block;
    max-height: 100px;
    margin: 0 auto;
}

.header-unext p {
    color: #262626;
    background: #fff;
    position: relative;
    z-index: 99;
}

.header-unext {
    padding: 20px 0 0;
}

.header-inner {
    padding-top: 1.75rem;
}

p {
    text-align: justify;
}

.product-image img {
    object-position: 50% 15%;
}

h2.mm-text {
    line-height: 1.5;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
}

.content-img p {
    font-size: 13px;
    margin: 15px 0;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .header-fullwidth {
        display: none;
    }
}

/** product **/
.product-categories li ul li {
    line-height: 1;
    list-style: none;
    margin-left: 15px;
    margin-bottom: 15px;
    font-size: 12px;
}

.product-categories li ul li a {
    font-size: 12px;
}

.product-image img {
    object-position: 50% !important;
}

.header-unext img {
    display: block;
    max-height: 100px;
    margin: 0 auto;
}

.header-unext p {
    color: #262626;
    background: #fff;
    position: relative;
    z-index: 99;
}

.header-unext {
    padding: 20px 0 0;
}

.header-inner {
    padding-top: 1.75rem;
}

p {
    text-align: justify;
}

.product-image img {
    object-position: 50% 15%;
}

h2.mm-text {
    line-height: 1.5;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
}

.content-img p {
    font-size: 13px;
    margin: 15px 0;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .header-fullwidth {
        display: none;
    }

    .logo-mobile{
        height: 60px !important;
    }
}

.bg-gradient {
    background: #0f0c29;
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
    background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
}

.menu-btn:after{
    color: white !important;
}

.wa {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 17;
    display: flex;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: 0 4px 12px 0rgba(0,0,0,.15);
}