.layout {
    /* font-family: 'URW-DIN-Arabic',sans-serif; */
    font-weight: 300;
    background-color: #fff;
    margin: 40px 0 30px;
    /* font-family: 'Mulish', sans-serif; */
    font-family: be vietnam pro,sans-serif;
}

.layout__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 15px;
}

.layout__head .head__title {
    font-family: Oswald;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 8px;
    /* text-transform: uppercase; */
    /* color: #DA0530; */
    /* font-family: 'URW-DIN-Arabic'; */
    /* font-family: 'Mulish', sans-serif; */
    color: #00113d;
}

.head__title {}

.layout__head .head__sub-title {
    font-size: 15px;
    color: #a6a6a6;
    text-transform: none;
    /* font-family: URW-DIN-Arabic,sans-serif; */
    font-weight: 300;
    /* font-family: URW DIN; */
    font-family: be vietnam pro,sans-serif;
}

.layout__head .head__text-view-all {
    align-self: center;
    color: #A8232E;
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: baseline
}

.layout__head .head__text-view-all span {
    display: none
}

.layout__head .head__text-view-all img {
    margin-left: 12px;
    height: 12px
}

.layout__head .head__text-view-all:hover {
    text-decoration: underline
}

.layout__banner {
    margin-bottom: 10px;
    position: relative;
    text-align: center
}

.layout__banner .banner__media {
    border-radius: 4px;
    overflow: hidden
}

.layout__banner .banner__wrapper {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: #fff;
    z-index: 3;
    padding: 0 5px
}

.layout__banner .banner__title {
    /* font-family: Oswald; */
    font-weight: 500;
    font-size: 18px;
}

.layout__banner .banner__text {
    font-size: 14px
}

.layout__banner .banner__button {
    background: #fc3;
    color: #000;
    border-radius: 4px;
    padding: 6px 30px;
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: all .3s
}

.layout__list .list__item {
    padding: 12px 0px 12px 20px;
    border-top: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    position: relative
}

.layout__list .list__item:before {
    content: "";
    background-image: url(../images/chevronRightV3.aee16f24.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px
}

.layout__list .list__item .item__media {
    margin-right: 15px;
    flex: 0 0 80px;
    height: 100%;
    border-radius: 4px;
    position: relative;
    overflow: hidden
}

.layout__list .list__item .item__media img {
    width: 100%
}

.layout__list .list__item .item__media:before {
    transition: all .3s ease-in;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40
}

.layout__list .list__item .item__title {
    /* color: #DA0530; */
    font-weight: 600;
    font-size: 18px;
    color: #00113d;
}

.layout__list .list__item .item__subTitle,.layout__list .list__item .item__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.layout__list .list__item .item__subTitle {
    color: #686868;
    font-weight: 300;
}

.layout__list .list__item .item__content {
    display: flex;
    align-self: center;
    flex-flow: column
}

.layout__blog {
    position: relative
}

.layout__blog .blog__media {
    /* border-radius: 5px; */
    overflow: hidden;
}

.layout__blog .blog__media img {
    transition: all .2s ease-in-out;
    width: 100%;
    /* max-height: 400px; */
    border-radius: 10px;
}

.layout__blog .blog__title {
    color: #014258;
    font-weight: 500;
    font-size: 16px;
    padding-top: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: be vietnam pro,sans-serif;
}

.layout__blog .blog__subTitle {
    color: #686868;
    font-size: 14px;
}

.layout .swiper_button {
    display: none;
}
.layout .swiper_button:after{
    font-size: 12px;
        display: flex
}

.layout .border-none {
    border: none
}

.layout .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
    width: 100%
}

@media(min-width: 768px) {
    .layout {
        margin:40px 0
    }

    .layout__head {
        padding: 0 0 20px
    }

    .layout__head .head__title {
        font-size: 40px;
    }

    .layout__head .head__sub-title {
        font-size: 18px;
        color: var(--three-level-text-color);
        margin-bottom: 15px;
    }

    .layout__head .head__text-view-all span {
        display: block
    }

    .layout__banner {
        margin-bottom: 20px
    }

    .layout__banner .banner__media {
        border-radius: 24px;
    }

    .layout__banner .banner__media img {
        transition: all .2s ease-in-out
    }

    .layout__banner .banner__wrapper {
        bottom: 0%;
        width: 100%;
        padding: 1% 0% 1% 0%;
        /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 1) 80%); */
        background: rgba(1, 1, 1, 0.6);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .layout__banner .banner__title {
        font-size: 30px;
    }

    .layout__banner .banner__text {
        font-size: 16px;
    }

    .layout__banner .banner__button {
        padding: 12px 30px;
        font-size: 16px;
        border-radius: 8px
    }

    .layout__banner .banner__button:hover {
        background-color: #f7d778
    }

    .layout__banner.hover .banner__media:hover img {
        transform: scale(1.04)
    }

    .layout__list .list__item {
        border-top: 0;
        padding-right: 0
    }

    .layout__list .list__item:hover img {
        transform: scale(1.1)
    }

    .layout__list .list__item:before {
        content: none
    }

    .layout__list .list__item .item__media {
        flex: 0 0 100px;
        border-radius: 16px;
    }

    .layout__list .list__item .item__media img {
        transition: all .2s ease-in-out
    }

    .layout__list .list__item .item__title span {
        display: block
    }

    .layout__blog .blog:hover img {
        transform: scale(1.05)
    }

    .layout__blog .blog__media {
        border-radius: 16px;
    }

    .layout__blog .blog__title {
        color: #00113d;
        font-size: 18px;
        /* font-weight: bold; */
        margin-bottom: 0px;
        line-height: 23px;
        text-transform: uppercase;
    }

    .layout__blog .blog__subTitle {
        font-size: 14px;
        font-weight: 300;
    }

    .layout .swiper_button {
        position: absolute;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgb(255 255 255 / 70%);
        color: #191919;
        cursor: pointer;
        border-color: transparent;
        font-weight: var(--fw-normal);
    }
    .layout .swiper_button .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 12px;
        display: flex
    }

    .layout .swiper_button .swiper_button_icon {
        font-size: 12px;
        display: flex
    }

    .layout .swiper_button.button_prev {
        top: calc(50% - 20px);
        left: -20px
    }

    .layout .swiper_button.button_next {
        top: calc(50% - 20px);
        right: -20px
    }

    .layout .swiper_button_disable {
        background-color: #d1d1d1;
        color: #5f5f5f;
        cursor: not-allowed
    }

    .layout .swiper_button_disable:hover {
        color: #5f5f5f;
        border-color: transparent
    }
}