﻿/* #region CM-003 Mutual fund */
.cm-003 .mutualfund .card-menu {
    height: 128px;
    border-radius: 3px;
    background-color: #fff;
    border-top: 8px solid #ffd400;
    box-shadow: 1px 2px 20px 0 rgba(35, 19, 18, .05);
    padding: 24px 16px;
}

.cm-003 .mutualfund .show {
    display: block;
}

.cm-003 .mutualfund .hide {
    display: none;
}

.cm-003 .mutualfund .a-center {
    align-items: center;
}

.cm-003 .mutualfund .far {
    font-size: 17px;
    font-weight: bolder;
}

.cm-003 .mutualfund .card-menu-product {
    height: 128px;
    background-color: #fff;
    box-shadow: 1px 2px 20px 0 rgba(35, 19, 18, .05);
    border-radius: 3px;
    padding: 16px 40px;
    cursor: pointer;
}

    .cm-003 .mutualfund .card-menu-product.show i.fa-chevron-down:before {
        content: "";
    }

    .cm-003 .mutualfund .card-menu-product i.fa-chevron-down:before {
        content: "";
    }

.cm-003 .mutualfund .card-menu-product-sub {
    height: 150px;
    background-color: #fff;
    box-shadow: 1px 2px 20px 0 rgba(35, 19, 18, .05);
    border-top: 1px solid #e8e8e8;
    padding: 16px 20px;
}

.cm-003 .mutualfund .card-content {
    height: 429px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 1px 2px 20px 0 rgba(35, 19, 18, .05);
}

.cm-003 .mutualfund .img-content {
    width: 100%;
}

.cm-003 .mutualfund .card-content .subtitle {
    color: #222;
    font-family: "Krungsri-Condensed-Bold";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.cm-003 .mutualfund .card-content .card-content-detail {
    padding: 16px 16px;
}

.cm-003 .mutualfund .card-menu-product-type-sub {
    height: 150px;
    background-color: #fff;
    box-shadow: 1px 2px 20px 0 rgba(35, 19, 18, .05);
    padding: 16px 40px;
}

.cm-003 .mutualfund .img-product {
    height: 96px;
    width: 183px;
    object-fit: contain;
}

.cm-003 .mutualfund .card-bank-product {
    height: 110px;
    position: relative;
}

    .cm-003 .mutualfund .card-bank-product.active, .cm-003 .mutualfund .card-bank-product:hover {
        cursor: pointer;
        background-color: #e8e8e8;
        border-radius: 3px;
    }

.cm-003 .mutualfund .card-content.active {
    background-color: #e8e8e8;
    border-radius: 3px;
}

.cm-003 .mutualfund .card-content:hover, .cm-003 .mutualfund .card-content:active {
    cursor: pointer;
    background-color: #e8e8e8;
    border-radius: 3px;
}

.cm-003 .mutualfund .img-bank-product {
    height: 96px;
    width: 200px !important;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cm-003 .mutualfund .img-product-sub {
    height: 48px;
    width: 48px !important;
    object-fit: contain;
}

.cm-003 .mutualfund #groupMenu .card-menu.active {
    background-color: #ffd400;
}

.cm-003 .mutualfund .card-menu:hover, .cm-003 .mutualfund .card-menu:focus {
    background-color: #ffd400;
}

.cm-003 .mutualfund .card-menu .ai-center {
    align-items: center;
}

.cm-003 .mutualfund .cardSubLv2:hover {
    background-color: #e8e8e8;
}

.cm-003 .mutualfund .cardSubLv2 .subtitle {
    color: #222;
    font-family: "Krungsri-Condensed-Bold";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.cm-003 .mutualfund .cardSubLv2 .subdetail {
    color: #5a5a5a;
    font-family: "Thongterm-Roman";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 34px;
}

.cm-003 .mutualfund .cardSubLv2 {
    height: 128px;
    border-radius: 3px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 1px 2px 20px 0 rgba(35, 19, 18, .05);
}

.cm-003 .mutualfund .card-menu .text-menu {
    color: #222;
    font-family: "Krungsri-Condensed-Bold";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
}

.cm-003 .mutualfund .text-title {
    color: #222;
    font-family: "Krungsri-Condensed-Bold";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
}

.cm-003 .mutualfund .text-title-sub {
    color: #222;
    font-family: "Krungsri-Condensed-Bold";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px;
}

.cm-003 .mutualfund .sub-menu .sub-menu-item:focus, .cm-003 .mutualfund .sub-menu .sub-menu-item:hover, .cm-003 .mutualfund .sub-menu .sub-menu-item.active {
    cursor: pointer;
    background-color: #e8e8e8;
    border-radius: 3px;
}

.cm-003 .mutualfund .sub-menu .sub-menu-item {
    height: 120px;
    width: 130px;
    text-align: center;
    padding: 12px 0;
    background-color: none;
}

.cm-003 .img-40 {
    width: 40px !important;
    height: 40px !important;
    display: block;
    text-align: -webkit-center;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .cm-003 .mutualfund .card-menu .text-menu {
        color: #222;
        font-family: "Krungsri-Condensed-Bold";
        font-size: 18px;
        letter-spacing: 0;
        line-height: 30px;
    }

    .cm-003 .mutualfund .card-content {
        height: auto;
        border-radius: 3px;
        background-color: #fff;
        box-shadow: 1px 2px 20px 0 rgba(35, 19, 18, .05);
    }

    .cm-003 .mutualfund .img-content {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cm-003 .mutualfund .card-content .subtitle {
        color: #222;
        font-family: "Krungsri-Condensed-Bold";
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 30px;
    }

    .cm-003 .mutualfund .card-content .card-content-detail {
        padding: 8px 8px;
    }

    .cm-003 .mutualfund .card-menu-product-sub {
        height: 150px;
        background-color: #fff;
        box-shadow: 1px 2px 20px 0 rgba(35, 19, 18, .05);
        border-top: 1px solid #e8e8e8;
        padding: 8px;
    }

    .cm-003 .mutualfund .img-product {
        height: 115px;
        width: 100%;
        object-fit: contain;
    }

    .cm-003 .mutualfund .text-title {
        color: #222;
        font-family: "Krungsri-Condensed-Bold";
        font-size: 18px;
        letter-spacing: 0;
        line-height: 30px;
    }

    .cm-003 .mutualfund .card-menu-product {
        height: 231px;
        background-color: #fff;
        box-shadow: 1px 2px 20px 0 rgba(35, 19, 18, .05);
        padding: 0 16px 16px 16px;
    }

    .cm-003 .mutualfund .cardSubLv2 {
        border-radius: 3px;
        background-color: #fff;
        padding-left: 8px;
        padding-top: 16px;
        box-shadow: 1px 2px 20px 0 rgba(35, 19, 18, .05);
    }

        .cm-003 .mutualfund .cardSubLv2 .subtitle {
            color: #222;
            font-family: "Krungsri-Condensed-Bold";
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 30px;
        }

        .cm-003 .mutualfund .cardSubLv2 .subdetail {
            color: #5a5a5a;
            font-family: "Thongterm-Roman";
            font-size: 14px;
            letter-spacing: 0;
            line-height: 30px;
        }
}

.cm-003 .mutualfund .mt--16px-all {
    margin-top: -16px;
}

.cm-003 .mutualfund .company-zone.mt--16px-all {
    margin-top: 0px;
}

.cm-003 .swiper-container {
    position: relative;
    overflow: hidden; 
}

.cm-003 .swiper-container {
    overflow: hidden !important; 
}

.cm-003 .swiper-wrapper {
    overflow: visible !important; 
    width: 100%; 
}

.cm-003 .swiper-wrapper {
    max-width: 100%;
    box-sizing: border-box;
}

.cm-003 .swiper-slide {
    max-width: 100%;
    box-sizing: border-box;
}

.cm-003 .company-zone {
    overflow-x: hidden;
}

 
/*.cm-003 .swiper-button-next,
.cm-003 .swiper-button-prev {
    display: flex !important;
    opacity: 1 !important;
} */

/*.cm-003 .swiper-button-prev::after {
    content: '‹';
}

.cm-003 .swiper-button-next::after {
    content: '›';
}*/

.cm-003 .swiper-button-next,
.cm-003 .swiper-button-prev {
    width: 32px;
    height: 32px;
    background-color: #FFF; 
    border-radius: 50%;
    font-weight: 900;
    font-size: 18px;
    color: #5e5e5e;
    top: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

.cm-003 .swiper-button-next,
.cm-003 .swiper-button-next:after,
.cm-003 .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 12px;
    font-weight: bold;
}

.cm-003 .swiper-button-prev,
.cm-003 .swiper-button-prev:after,
.cm-003 .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 12px;
    font-weight: bold;
}

    .cm-003 .swiper-button-next.swiper-button-disabled,
    .cm-003 .swiper-button-prev.swiper-button-disabled {
        top: 50%;
        display: none;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

.cm-003 .swiper-button-next::after {
    content: 'next' !important;
    display: block;
    position: absolute;
    z-index: 10;
}  

.fade-in {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (min-width: 1200px) {
    .cm-003 .mutualfund .mt--30px-xl {
        margin-top: -30px;
    }

    .cm-003 .mutualfund .company-zone.mt--30px-xl {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .cm-003 .mutualfund .mt--30px-lg {
        margin-top: -30px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .cm-003 .mutualfund .mt--30px-md {
        margin-top: -30px;
    }
}


.cm-003 .li-h3 {
    color: #222;
    font-family: "Krungsri-Condensed-Bold";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
}

/* #endregion CM-003 Mutual fund */
