.UICacCauNoi_Default{
        margin-top:8px;
}
.UICacCauNoi_Default .btnSlide {
        display: flex;
        margin-top: 12px;
        justify-content: center;
        align-items: center;
}
.UICacCauNoi_Default .dot {
        color: #999999;
        cursor: pointer;
}
.UICacCauNoi_Default p.textCaunoi::before {
        display: block;
        content: '';
        color: #A0BDD9;
        background: url(images/double.png) no-repeat;
        height: 19px;
        width: 22px;
        background-size: contain;
        margin-bottom: 10px;
}
.UICacCauNoi_Default .activeDot {
        color: #CE1126 !important;
}
.UICacCauNoi_Default .previusCauNoi, .nextCauNoi {
        cursor: pointer;
        margin: 0 8px;
        padding: 4px 8px;
        background-color: white;
        border-radius: 4px;
        border: 1px solid #999999;
        color: #999999;
}
.UICacCauNoi_Default .infoSamll {
        display: flex;
        height: 250px;
        position: absolute;
        top: 0;
        right: 0;
        background: linear-gradient(270deg, #1259A0 37.59%, rgba(18, 89, 160, 0) 100%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 30%;
}
.UICacCauNoi_Default .textCaunoi {
        text-wrap: initial;
}
.UICacCauNoi_Default .smallAvatar {
        width: 90px;
        height: 90px;
        border: 1px solid #29445e;
        border-radius: 100%;
        background-color: white;
}
.UICacCauNoi_Default .textChucDanhSmall {
        width: 100%;
        height: 32px;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
        color: #A0BDD9;
        text-align: center !important;
}
.UICacCauNoi_Default .textName {
        text-align: center !important;
        color: white;
        width: 100%;
        height: 26px;
        font-family: Merriweather;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
}
.UICacCauNoi_Default .caunoi {
        background: linear-gradient(90deg, #1259A0 37.59%, rgba(18, 89, 160, 0) 100%);
        display: flex;
        height: 250px;
        justify-content: start;
        align-items: center;
        position: absolute;
        padding-left: 50px;
        top: 0;
        left: 0;
        width: 60%;
        gap: 0px;
        opacity: 0px;
        color: #FFFFFF;
        font-family: Merriweather;
        font-size: 24px;
        font-weight: 700;
        line-height: 33px;
        text-align: left;
}
.UICacCauNoi_Default .slideShow {
        display: flex;
        position: relative;
        position: relative;
        flex: 0 0 auto;
        transition: 1s;
        width: 100%;
}
.UICacCauNoi_Default .caccaunoi {
        /*overflow: hidden;*/
        width: 100%;
        height: 250px;
        background: #1259A0;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        transition: 1s;
}
.UICacCauNoi_Default img {
        object-fit: cover;
}
.UICacCauNoi_Default .active {
        color: #1259A0;
        border-bottom: 2px solid;
}
.UICacCauNoi_Default .disable {
        background-color: #d2dddf;
        cursor: no-drop;
}
.UICacCauNoi_Default .noneDisplay {
        display: none;
}
@media (max-width: 767px) {
        .UICacCauNoi_Default .infoSamll{
                display:none !important;
        }
        .UICacCauNoi_Default .slideShow {
                display: flex;
                position: relative;
                position: relative;
                flex: 0 0 auto;
                transition: 1s;
                width: 100%;
                min-height: 120px;
        }
        .UICacCauNoi_Default .caunoi {
                background: linear-gradient(90deg, #1259A0 37.59%, rgba(18, 89, 160, 0) 100%);
                display: flex;
                height: auto;
                justify-content: start;
                align-items: center;
                position: absolute;
                padding: 20px;
                top: 0;
                left: 0;
                width: 100%;
                gap: 0px;
                opacity: 0px;
                color: #FFFFFF;
                font-family: Merriweather;
                font-size: 18px;
                font-weight: 700;
                line-height: 33px;
                text-align: left;
                height:200px;
                overflow-y:auto;
        }
        .UICacCauNoi_Default .coverSlideshow{
                overflow: hidden;
                background-color: #1259A0;
                height: 200px;
        }
        .UICacCauNoi_Default .textCaunoi {
                text-wrap: initial;
                position: relative;
                margin:auto auto;
        }
        .UICacCauNoi_Default p.textCaunoi::before {
                display: block;
                content: '“';
                color: #A0BDD9;
                position: absolute;
                top: -20px;
                /* left: -10px; */
        }
}
