.mb-15{
    margin-bottom: 15px;
}
.mt-10 {
    margin-top: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.section_login span {
    text-transform: none !important;
}
.section_login a {
    display: flex;
    padding: 6px 10px;
}
.section_login a span {
    font-weight: 600;
}
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;600;700&display=swap');
.content_webstorie, .content_webstorie * {
    font-family: 'Lexend', sans-serif;
}
.block_webstori {
    position: relative;
}
.block_webstori:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: rgb(31, 67, 135);
    background: linear-gradient(180deg, rgba(31, 67, 135, 1) 27%, rgba(31, 67, 135, 0) 100%);
    border-radius: 10px 10px 0 0
}
.head_webstori {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 20px;
}
.head_webstori a {
    color: #fff
}
.thumbblock {
    position: relative;
    display: block;
    overflow: hidden
}
.thumbblock img {
    object-fit: cover;
    width: 100%;
    height: 100%
}
.thumb_webstori {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    border: 2px solid #fff
}
.icon_stories{position: absolute;top: 10px;right: 10px;background: url("icon_stories.svg") no-repeat;width: 35px;height: 35px;display: inline-block;background-size: cover;}
.list_webstori {
    display: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.list_webstori {
    position: relative;
    z-index: 9;
}
.list_webstori .w33 {
    padding: 0 10px;
    margin-bottom: 20px
}
.title_thumb_webstori {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px
}
.title_thumb_webstori:after {
    content: '';
    background: rgb(31, 67, 135);
    background: linear-gradient(180deg, rgba(31, 67, 135, 0) 0%, rgba(31, 67, 135, 1) 93%);
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0
}
.title_thumb_webstori span {
    position: relative;
    z-index: 8
}
.align_content {
    align-content: end;
    padding-bottom: 0 !important
}
.style_content {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    background-color: rgba(0, 0, 0, 0.35);
    margin-left: -10%;
    margin-right: -10%;
    width: 120%;
    border-top-left-radius: 40% 45px;
    border-top-right-radius: 40% 45px;
    padding: 30px;
}
.style_content, .style_content * {
    font-family: 'Lexend', sans-serif;
    font-weight: 300
}
.style_content .content_small {
    font-size: 16px;
    line-height: 22px
}
.style_content .content_large {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px
}
.create_by_time{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;align-items: center;margin-top: 10px; display: none}
.time_post{line-height: 22px;font-size: 12px;color: #999;margin-left: 5px}
.user_post{background: url("/frontend/images/user_post.svg") no-repeat;min-height: 22px;display: inline-block;padding-left: 28px;line-height: 22px;font-size: 14px;font-weight: bold;color: #666}

.mt-0 {
    margin-top: 0 !important;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.flex-nowrap {
    flex-wrap: nowrap;
}