.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}
.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    height: 300px;
}
.MultiCarousel .MultiCarousel-inner .item > div {
    text-align: left;
    padding: 0;
    margin: 0 10px;
    background: #fff;
    color: #666;
    position: relative;
    height: 230px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    border: solid 1px #ececec;
}
.MultiCarousel .MultiCarousel-inner .item .title span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
    background: 0 0;
    border: 0 none;
    cursor: pointer;
}
.MultiCarousel .leftLst {
    left: 0;
    cursor: pointer;
}
.MultiCarousel .rightLst {
    right: 0;
    cursor: pointer;
}
.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    background: 0 0;
    border: 0 none;
}
.news_release {
    display: flex;
    font-family: "Open Sans", sans-serif;
    flex-direction: column;
    margin-bottom: 20px;
}
.news_release h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a3c85;
    font-size: 24px;
    font-family: "Open Sans";
    font-weight: 400;
    position: relative;
    margin-bottom: 25px;
    margin-top: 0;
}
.news_release h2::after {
    content: "";
    height: 3px;
    width: 100px;
    position: absolute;
    bottom: -8px;
    background: #f91500;
    border-radius: 5px;
}
.news_release .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    padding: 0;
    line-height: 30px !important;
    text-decoration: none;
    border: 0 !important;
    padding-right: 40px;
    font-family: "Open Sans";
    font-weight: 600;
    color: #2c2c2c;
}
.news_release .read-more::after {
    content: " \21E2";
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    background: #f91500;
    right: 0;
    text-align: center;
    color: #fff;
}
.carousel_container a {
    height: 300px;
    display: flex;
    flex-direction: column;
}
.carousel_container a .title {
    display: flex;
    font-size: 12px;
    flex-direction: column;
    line-height: 15px;
    color: #959595;
    font-weight: 600;
    padding: 13px 17px 0 17px;
}
.carousel_container a .title span:last-child {
    font-size: 11px;
    font-weight: 400;
}
.carousel_container img {
    max-width: 100%;
    max-height: 120px;
    padding: 1px 2px 0 2px;
    width: 100%;
    height: 112px;
    object-fit: contain;
}
.title-news {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin: 8px 17px 0 17px;
    line-height: 22px;
    color: #0a3c85;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.MultiCarousel .LiftArrow,
.MultiCarousel .arrow {
    border: solid #cbcbcb;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 10px;
}
.MultiCarousel .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.MultiCarousel .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.product_list_tab .MultiCarousel .MultiCarousel-inner .item > div {
    height: inherit;
    margin: 0 8px;
}
.product_list_tab .MultiCarousel .MultiCarousel-inner .item {
    height: inherit;
}
.product_list_tab .MultiCarousel .arrow {
    border-width: 0 2px 2px 0;
    border-color: #fff;
    padding: 7px;
}
.product_list_tab .MultiCarousel .leftLst {
    background: #0a3c85;
    border-radius: 0;
    width: 48px;
    height: 50px;
    padding: 0 0 0 5px;
    border-radius: 3px;
}
.product_list_tab .MultiCarousel .rightLst {
    background: #0a3c85;
    border-radius: 0;
    width: 48px;
    height: 50px;
    padding: 0 5px 0 0;
    border-radius: 3px;
}
#tabs-content {
    display: flex;
}
.products_list ul {
    display: flex;
}
.products_list a {
    display: block;
    background: #fff;
    height: inherit;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #ccc;
    font-size: 0;
}
.products_list a img {
    width: 100%;
    height: 154px;
}
.products_list a span {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    font-family: "Open Sans";
    font-weight: 700;
}
.over {
    opacity: 0.5;
    pointer-events: none;
}
.news_release .MultiCarousel .leftLst {
    padding: 10px;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    background: #fff;
}
.news_release .MultiCarousel .rightLst {
    padding: 10px;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    background: #fff;
}
.product_list_tab .products_list a {
    border-radius: 3px;
}
.product_list_tab .products_list img {
    border-radius: 3px 3px 0 0;
}
