body {
    font-family: "Chiron Sung HK", serif;
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.setting-menu.fixed, .product .setting-menu, .product_detail .setting-menu {
    background: rgba(250, 116, 20, 0.45) !important;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.logo-product img {
    max-height: 4.5rem;
}

.wrp-effect-change-img .effect-change-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 10;
}

.wrp-effect-change-img:hover .effect-change-img img {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.desc-section {
    font-size: 1.6rem;
    color: gray;
}

.marquee-style .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.home-about-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.home-about-desc {
    font-size: 1.8rem;
}

.ratio-image-about {
    padding-top: 32%;
}

.about-box {
    position: relative;
}

.about-image {
    max-height: 1140px;
}

.about-info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 3rem;
}

.about-title {
    margin-bottom: 3rem;
    font-size: 2.2rem;
    font-weight: 700;
}

.about-image img {
    max-width: 100%;
    height: auto;
}

.prd-about--tile {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.logo-section {
    text-align: center;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: #f3f3f3;
}
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

.setting-menu.fixed .btn-menu-mobile {
    color: black;
}

@media (min-width: 992px) {
    .col-cts {
        flex: 0 0 20%;
        max-width: 20%;
    }
}