.super_brand {
    width: 100%;
    /* clear: both; */
    /* float: left; */
    /* padding: 20px 0 20px 0; */
    /* margin: 20px 0 20px 0; */
    /* z-index: 2; */
    color: #fff;
    /* border-bottom: none; */
    margin-bottom: 20px;
    position: relative;
    display: block;
    margin-top: 20px;
    background: linear-gradient(114deg, rgb(27 26 73) 41%, rgb(36 34 111) 72%, rgb(19 19 50) 104%);
}
.super_brand.brand1 {
    background: linear-gradient(to right, rgb(56 131 202), rgb(111 162 215), rgb(53, 108, 129), rgb(85 116 160));
}
.super_brand.brand2 {
    background: white;
    border: #cbcbcb;
    border-style: solid;
    border-top-width: 0.5px;
    border-bottom-width: 0.5px;
    border-left-width: 0;
    border-right-width: 0;
}
.super_brand:before {
    /* z-index: -1; */
    /* content: ""; */
    background: linear-gradient(114deg, rgba(30, 24, 12, 1) -15%, rgba(143, 105, 11, 1) 96%, rgba(222, 162, 10, 1) 115%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.super_brand .title_superbrand {
    width: 100%;
    /* clear: both; */
    /* float: left; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
    /* padding: 0 20px; */
    /* background: #a96a20; */
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.super_brand .title_superbrand div {
    /* float: left; */
    color: #ffffff;
    /* font-family: "Montserrat", sans-serif; */
    /* font-size: 14px; */
    font-weight: 600;
    /* max-width: 200px; */
    font-size: 19px;
    line-height: 1rem;
    padding: 20px 0;
}
.super_brand.brand2 .title_superbrand div {
    color: #004080;
}
.super_brand .more {
    color: #FFF;
    float: right;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.super_brand .brand1-ads {
    min-height: 50px;
    /* min-width: 320px; */
    /* margin-bottom: 20px; */
    place-items: center;
    /* background: #126d6d; */
    display: block;
    padding-top:20px;
    text-align: center;
}
.super_brand .content_brand1 {
    /* float: left; */
    min-width: 1000px;
    /* left: -20px; */
    /* overflow-x: auto; */
    /* white-space: nowrap; */
    /* position: relative; */
    /* background: brown; */
    display: flex;
    gap: 10px;
    /* justify-content: space-between; */
    list-style: none;
    /* overflow: auto; */
    padding: 10px;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 10px;
    list-style-type: none;
    scroll-behavior: smooth;
    /* -webkit-font-smoothing: none; */
    /* width: 100%; */
}

.super_brand .content_brand1 li {
    /* width: 190px; */
    /* display: inline-table; */
    /* margin-right: 16px; */
    padding: 10px;
    position: relative;
    display: block;
    width: 20%;
    /* flex: 0 0 20%; */
}
.super_brand.brand2 .content_brand1 li {
    border-radius: 5px;
    background: linear-gradient(114deg, rgba(0, 80, 158) -15%, rgba(0, 120, 214) 96%, rgba(255, 255, 255) 115%);
}
.super_brand .content_brand1 li:hover{
    background-color: rgba(7, 71, 107, 0.5);
}
.super_brand .content_brand1 li img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    /* margin-bottom: 0; */
}
.super_brand .content_brand1 li a {
    /* font-family: "Noto Sans", sans-serif; */
    font-weight: 600;
    /* font-size: 14px; */
    color: #fff;
    /* height: 3.8rem; */
    -webkit-line-clamp: 5;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 1.5rem;
    word-wrap: break-word;
    word-break: break-word;
}