/* #region temp custom */
.kt-news-cate {
    display: none;
}
.kt-register {
    display: none;
}
.category-menu-wrap {
    display: none;
}
/* #endregion */

/* #region banner */
section.home-page {
    padding-top: 60px;
}

.banner {
    padding: 60px 0 32px;
    background: url(/sites/ketoan/images/home/v2/bg-banner.webp);
    background-size: cover;
}

.banner-ctn {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px
}

.banner-img img {
    width: auto;
    text-align: right;
}

.banner-img {
    text-align: right;
}

@media screen and (min-width: 980px){
    .banner {
        height: 366px;
    }
}
@media screen and (max-width: 979px){
    .banner {
        padding: 24px 0 0;
    }
}
@media screen and (max-width: 767px){
    .banner-ctn {
        display: grid;
        align-items: center;
        grid-template-columns: 1fr;
        grid-gap: 24px
    }
}
/* #endregion */

/* #region tin noi bat */
.misa-news-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 36px;
}


.misa-news-viewmore a {
    color: #C8102E;
    font-family: 'GoogleSans Medium', Arial, sans-serif;
    font-size: 20px;
    position: relative;
}

.misa-news-viewmore {
    display: inline-flex;
    margin-right: 53px;
}

.misa-news-viewmore a:before {
    position: absolute;
    content: url(/sites/misa/images/pages/home-page/ic-remore-red.webp);
    top: -5px;
    right: -65px;
    padding-left: 22px;
    transform: scale(0.7);
}


.block-2 {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.ms-news-md {
    width: 50%;
    padding-right: 15px;
}

.ms-new-sm-list {
    width: 50%;
    display: grid;
    grid-gap: 0;
    /* max-height: 350px; */
    overflow: auto;
}

.ms-new-sm-list::-webkit-scrollbar {
        width: 4px;
    }

.ms-new-sm-list::-webkit-scrollbar-track {
        background: #E6E6E6;
    }

.ms-new-sm-list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #B5B2B2;
    }

.ms-new-sm-list > div > a {
    display: flex;
}

.ms-news-md-author {
    color: rgba(31, 38, 41, 1);
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
}

.ms-news-sm-box {
    width: 55%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.ms-news-sm-title {
    font-size: 18px;
    font-family: 'Inter Semibold', Arial, sans-serif;
    color: #414141;
    font-weight: 600;
}

.ms-news-sm-expert {
    font-size: 15px;
    font-family: 'Inter', Arial, sans-serif;
    color: rgba(66, 81, 87, 1);
    line-height: 20px;
    font-weight: 400;
}

.ms-news-sm-info {
    font-size: 10px;
    color: #414141;
}

.ms-news-sm-cate {
    position: relative;
    padding-left: 21px;
}

.ms-news-sm-cate:before {
    position: absolute;
    content: url(/sites/misa/images/pages/home-page/ic-cate.webp);
    top: 3px;
    left: 0px;
}

.ms-news-sm-date {
    position: relative;
}



.ms-news-md-img img {
    width: 100%;
    object-fit: cover;
    object-position: top left;
    min-height: 220px;
    border-radius: 6px;
}

.ms-news-md-title {
    font-size: 24px;
    color: #414141;
    padding: 10px 0 0;
    font-family: 'GoogleSans Bold', Arial, sans-serif;
}

.ms-news-md-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0 5px;
}

.ms-news-md-cate {
    margin-right: 28px;
    position: relative;
    font-size: 10px;
    font-family: 'GoogleSans Bold', Arial, sans-serif;
    color: #414141;
}

.ms-news-md-cate a {
    position: relative;
    padding-left: 13px;
    color: #414141;
    font-size: 10px;
    font-family: 'GoogleSans Medium', Arial, sans-serif;
}
.ms-news-md-cate a:nth-child(1):before {
    position: absolute;
    content: url(/sites/misa/images/pages/home-page/ic-cate.webp);
    top: -1px;
    left: 0px;
}

.ms-news-md-date {
    position: relative;
    padding-left: 21px;
    font-size: 10px;
    font-family: 'GoogleSans Medium', Arial, sans-serif;
}


.ms-news-md-expert {
    font-size: 16px;
    font-family: 'Inter', Arial, sans-serif;
    color: rgba(66, 81, 87, 1);
}


.ms-new-sm-list > div {
    display: flex;
    width: 100%;
    padding-bottom: 15px;
}

.ms-new-sm-list > div > a {
    width: 45%;
}

@media screen and (max-width: 767px){
    .block-2 {
        flex-direction: column;
    }
    .ms-news-md{
        width: 100%;
        padding-right: 0px;
    }
    .ms-new-sm-list {
        width: 100%;
        padding-top: 15px;
        max-height: auto;
    }
}
/* #endregion */

/* #region banner widget */
.banner-widget {
    padding: 30px 0;
}
@media screen and (max-width: 979px){
    .banner-widget{
        padding: 40px 0;
    }
}
@media screen and (max-width: 767px){
    .banner-widget{
        padding: 30px 0;
    }
}
/* #endregion */

/* #region news common */
.post-box-common {
    padding-bottom: 40px;
}
.ms-post-sm-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}

.ms-post-sm-list > div {
    display: flex;
    width: 100%;
}

.box-post-item {
    padding: 30px 0 0;
}

.ms-post-sm-title {
    font-size: 18px;
    color: rgba(31, 38, 41, 1);
    font-family: 'Inter SemiBold', Arial, sans-serif;
}


.category-title {
    margin: 0;
    padding: 24px 0;
}
.category-title a {
    font-size: 32px;
    font-family: 'Inter SemiBold', Arial, sans-serif;
    color: rgba(31, 38, 41, 1);
    
}
.category-title a:hover {
    color: rgba(31, 38, 41, 1);
}

.text-left.category-des {
    padding: 0 0 24px;
    font-size: 16px;
}



.ms-post-sm-info {
    font-size: 16px;
    padding-top: 8px;
}


.ms-post-sm-box {
    padding-left: 12px;
    width: 75%;
}


a.ms-post-link {
    display: block;
    width: 35%;
}


.ms-post-sm-img {
    width: 161px;
    height: 101px;
    object-fit: cover;
    object-position: top left;
    overflow: hidden;
}

.ms-post-sm-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: top left;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.ms-post-sm-date {
    padding-left: 23px;
    position: relative;
}

.ms-post-sm-date:before {
    position: absolute;
    content: url(/sites/ketoan/images/home/v2/ic-clock.webp);
    top: 2px;
    left: 0;
}

@media screen and (max-width: 979px){
    .ms-post-sm-list > div {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .ms-post-sm-box {
        padding-left: 0;
        width: 100%;
    }
    
    
    a.ms-post-link {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    
    .ms-post-sm-img {
        width: 100%;
        height: 217px;
        object-fit: cover;
        object-position: top left;
        overflow: hidden;
    }
    
    .ms-post-sm-img img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: top left;
        overflow: hidden;
        position: relative;
        border-radius: 6px;
    }
}

@media screen and (max-width: 767px){
    .ms-post-sm-title {
        font-size: 16px;
    }
    .ms-post-sm-img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        object-position: top left;
        overflow: hidden;
    }
}

/* #endregion */