.home-page {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #172b4d;
}

.home-page a {
    color: #172b4d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.42857143;
}

.section-p {
    padding: 40px 0;
}

.ms-line-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 24px;
}

.ms-title,
.ms-title-text {
    font-family: Montserrat SemiBold, Arial, sans-serif;
    color: #0065ff;
    font-size: 32px;
}

.ms-title {
    text-align: center;
}

.ms-line {
    width: 4px;
    height: 32px;
    border-radius: 4px;
    background-color: #0065ff;
}

.hide-ic {
    display: none;
}

@media (min-width: 1200px) {
    .home-page .container {
        width: 1200px;
    }
}

@media (max-width: 979px) {
    .section-p {
        padding: 30px 0;
    }

    .ms-title, .ms-title-text {
        font-size: 24px;
    }

    .ms-line {
        height: 28px;
    }
}

@media (max-width: 767px) {
    .home-page {
        font-size: 14px;
    }
}
/*#region Banner */
.banner {
    background: url(/sites/amis/images/pages/knowledge-page/bg-banner.png) no-repeat
        center;
    background-size: cover;
}

.banner-title {
    font-family: Montserrat Bold, Arial, sans-serif;
    font-size: 40px;
    text-align: center;
    color: #fff;
    padding-bottom: 24px;
}

.is-form-style::after {
    background: url(/sites/amis/images/pages/knowledge-page/ic-search.svg) no-repeat
        center;
    opacity: unset;
    height: 16px;
    width: 16px;
}

.is-form-style.is-form-style-3 input.is-search-input {
    border-radius: 6px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    padding: 18px 40px 18px 40px;
    margin: 0 auto;
    max-width: unset;
}

.banner-search {
    padding-bottom: 120px;
}

.banner-introduction {
    background: url(/sites/amis/images/pages/knowledge-page/bg-intro.png) no-repeat
        center;
    background-size: cover;
    padding: 16px 0;
    border-radius: 10px;
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: -40%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.bi-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.bi-number {
    color: #0065ff;
    font-family: Montserrat Bold, Arial, sans-serif;
    font-size: 32px;
}

.bi-text {
    font-family: Montserrat Medium, Arial, sans-serif;
    text-transform: uppercase;
}

@media (max-width: 979px) {
    .banner-title {
        font-size: 28px;
    }

    .banner-search {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .banner-introduction {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 8px;
    }

    .bi-text {
        text-align: center;
    }

    .bi-item {
        gap: 4px;
    }

    .banner-search {
        padding-bottom: 30px;
    }

    .banner-title {
        font-size: 24px;
    }
}
/*#endregion Banner */

/*#region Feature Posts */
.feature-post {
    /* padding-top: 125px; */
}

.fp-flex {
    display: flex;
    gap: 30px;
}

.fp-left,
.fp-right {
    flex: 1;
}

.fp-title {
    font-family: Montserrat SemiBold, Arial, sans-serif;
	margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fp-excerpt {
	font-size: 14px;
	margin-bottom: 8px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: justify;
}

.fp-thumbnail {
    display: block;
}

.fp-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.fp-left .fp-thumbnail {
    max-height: 320px;
    overflow: hidden;
}

.fp-thumbnail:hover img {
    transform: scale(1.08, 1.08);
    transition: transform 0.2s ease;
}

.fp-left .fp-item {
    border-radius: 6px;
    overflow: hidden;
}

.fp-left .fp-content {
    background-color: #deebff;
    padding: 16px;
}

.fp-right .fp-item {
    display: flex;
    gap: 16px;
}

.fp-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fp-right .fp-title {
    font-size: 14px;
}

.fp-right .fp-thumbnail {
    max-width: 258px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    gap: 16px;
}

.fp-detail {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.fpd-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fpd-text {
    font-size: 14px;
}

.fpd-text.author-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}

.home-page .td-post-views {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-page .td-post-views span {
    font-size: 14px;
    color: #172b4d;
    font-family: Montserrat, Arial, sans-serif;
}

.home-page .td-icon-views {
    background: url(/sites/amis/images/pages/knowledge-page/ic-view.svg) no-repeat
        center;
    width: 16px;
    height: 17px;
}

.home-page .td-icon-views::before {
    content: "";
}

@media (max-width: 979px) {
    .feature-post {
        padding-top: 90px;
    }

    .fp-flex {
        flex-direction: column;
    }

    .fp-left .fp-thumbnail {
        max-height: unset;
    }

    .fp-right {
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .feature-post {
        padding-top: 30px;
    }

    .fp-right .fp-item {
        flex-direction: column;
        background-color: #deebff;
        border-radius: 6px;
        overflow: hidden;
    }

    .fp-right .fp-thumbnail {
        max-width: unset;
    }

    .fp-right,
    .fp-flex {
        gap: 24px;
    }

    .fp-content {
        padding: 16px 16px 24px;
    }

    .fp-right .fp-thumbnail {
        border-radius: 0;
    }


}
/*#endregion Feature Posts */

/*#region Library */
.li-total {
    padding: 24px;
}

.library-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 24px;
}

.library-item {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

.li-thumbnail {
    max-height: 196px;
    overflow: hidden;
    display: block;
}

.li-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.li-thumbnail:hover img {
    transform: scale(1.08, 1.08);
    transition: transform 0.2s ease;
}

.li-content {
    padding: 16px 16px 24px;
}

.li-type {
    border-radius: 20px;
    padding: 2px 8px;
    background-color: #deebff;
    font-size: 12px;
    color: #0065ff;
    width: fit-content;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.li-title {
    font-family: Montserrat SemiBold, Arial, sans-serif;
}

@media (min-width: 1366px) {
    .library .container {
        width: 1248px;
    }
}

@media (max-width: 767px) {
    .library-item {
        margin: 24px 15px 15px;
    }

    .li-title {
        min-height: 63px;
        display: -webkit-box;
        -webkit-line-clamp: 3   ;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .li-thumbnail {
        max-height: 136px;
    }

    .library .owl-theme .owl-dots .owl-dot span {
        margin: 5px;
    }
}
/*#endregion Library */

/*#region Publications */
.publications {
    background: url(/sites/amis/images/pages/knowledge-page/bg-publications.png)
        no-repeat center;
    background-size: cover;
}

.publications-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 0 24px;
}

.pt-text {
    font-family: Montserrat Medium, Arial, sans-serif;
    color: #0065ff;
    text-transform: uppercase;
    font-size: 20px;
}

.pub-title {
    font-family: Montserrat SemiBold, Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 16px;
}

.btn-more a {
    font-family: Montserrat SemiBold, Arial, sans-serif;
    color: #0065ff;
    display: block;
    padding: 8px 24px;
    border: 1px solid #0065ff;
    border-radius: 6px;
    width: fit-content;
    margin: 16px 0;
}

.publications .owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: left;
}

.pub-image {
    display: none;
    transform: translateX(100px);
    transition: transform ease 0.1s;
}

.pub-image.active {
    display: block;
    transform: translateX(0);
}

@media (min-width: 980px) {
    .publications-list {
        max-width: 670px;
    }
}

@media (max-width: 979px) {
    .pub-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .pt-text {
        font-size: 18px;
    }

    .pub-title {
        font-size: 16px;
    }
}
/*#endregion Publications */

/*#region Knowledge */
.knowledge-item:not(:last-child) {
    padding-bottom: 60px;
}

.ki-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.ki-more {
    display: flex;
    gap: 8px;
}

.ki-more-text {
    flex-shrink: 0;
    color: #0065FF;
}

.ki-title {
    font-family: Montserrat SemiBold, Arial, sans-serif;
    font-size: 20px;
}

.ki-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.knowledge-post {
    display: flex;
    gap: 16px;
}

.kp-title {
    font-family: Montserrat SemiBold, Arial, sans-serif;
	font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.kp-excerpt {
	font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: justify;
}

.kp-left {
    display: block;
    width: 200px;
    border-radius: 6px;
    overflow: hidden;
    max-height: 173px;
    flex-shrink: 0;
}

.kp-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.kp-left:hover img {
    transform: scale(1.08, 1.08);
    transition: transform 0.2s ease;
}

@media (max-width: 979px) {
    .ki-bottom {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ki-title {
        font-size:  16px;
    }

    .knowledge-post {
        flex-direction: column;
    }

    .kp-left {
        width: 100%;
        max-height: 173px;
    }

    .knowledge-item:not(:last-child) {
        padding-bottom: 40px;
    }
}

@media (max-width: 467px) {
    .kp-left {
        width: 100%;
        max-height: 173px;
    }
}
/*#endregion Knowledge */

/*#region Event */
.event {
    background: linear-gradient(0.13deg, rgba(17, 46, 161, 0.07) 11.16%, rgba(17, 46, 161, 0.03) 58.53%, rgba(17, 46, 161, 0) 86.75%);
}

.event-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.event-item {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    margin: 24px 12px;
    flex: 1;
}

.event-detail {
    padding: 16px 16px 24px;
    background-color: #fff;
}

.event-cat {
    color: #0065FF;
    background-color: #DEEBFF;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 20px;
    width: fit-content;
    margin-bottom: 12px;
}

.event-title {
    font-family: Montserrat SemiBold, Arial, sans-serif;
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 66px;
}

.event-thumb {
    display: block;
    max-height: 200px;
    overflow: hidden;
}

.event-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.event-thumb:hover img {
    transform: scale(1.08, 1.08);
    transition: transform 0.2s ease;
}

.event .owl-carousel .owl-stage {
   display: flex;
}

.event .owl-theme .owl-nav {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.event .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    margin: 0;
    outline: none;
}

.event .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    margin: 0;
    outline: none;
}

.event .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: unset;
}

@media (min-width: 1366px) {
    .event .container {
        width: 1224px;
    }
}
/*#endregion Event */

/*#region Custom owlCarousel */
.owl-theme .owl-dots .owl-dot:focus {
    outline: unset;
}

.owl-theme .owl-dots .owl-dot span {
    background: #dfe1e6;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0065ff;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 36px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}
/*#endregion Custom owlCarousel */


.mkt-banner {
    padding: 50px 0;
}

.mkt-banner-1 {
	padding: 50px 0;
	padding-top: 30px;
}

@media (max-width: 979px) {
    .mkt-banner {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .mkt-banner {
        padding: 20px 0;
    }
}

.mkt-banner {
    margin-bottom: 0;
}

/* nmduc2 CSS cho Section Tá»”NG Há»¢P Ná»˜I DUNG ÄÆ¯á»¢C QUAN TÃ‚M NHIá»€U NHáº¤T */
.hot-content {
    /* margin-bottom: 40px; */
    margin-top: 116px;
}

/* Äiá»u chá»‰nh tiÃªu Ä‘á» vÃ  nÃºt xem táº¥t cáº£ */
.hot-content .ms-line-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
}

.hot-content .ms-line-title .ms-line {
    margin-right: 12px;
}

.hot-content .ms-title-text {
    margin-right: auto;
}

.hot-content .ms-view-all {
    white-space: nowrap;
}

/* Hiá»ƒn thá»‹ bÃ i viáº¿t theo grid 3 hÃ ng 2 cá»™t */
.hc-content-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 20px;
}

.hc-post-item {
    display: flex;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    padding-bottom: 15px;
}

.hc-post-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.hc-post-item .kp-left {
    width: 320px;
    height: 173px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
}

.hc-post-item .kp-left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.hc-post-item:hover .kp-left img {
    transform: scale(1.08);
}

.hc-post-item .kp-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 173px;
    position: relative;
    padding-bottom: 40px;
}

.hc-post-item .kp-title {
    font-family: Montserrat SemiBold, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.hc-post-item .kp-title:hover {
    color: #0065ff;
}

.hc-post-meta {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6b778c;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hc-date {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.hc-date img {
    margin-right: 5px;
}

.hc-views {
    display: flex;
    align-items: center;
}

.hc-views img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

/* Responsive */
@media (max-width: 1200px) {
    .hc-post-item .kp-left {
        width: 200px;
        height: 108px;
    }
}

@media (max-width: 991px) {
    .hc-content-list {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, auto);
    }
}

@media (max-width: 767px) {    
    .hc-content-list {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, auto);
    }
    
    .hc-post-item {
        flex-direction: column;
        align-items: center;
    }
    
    .hc-post-item .kp-left {
        width: 320px;
        height: 173px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .hc-post-item .kp-right {
        width: 100%;
        padding-bottom: 40px;
    }
    
    .hc-post-item .kp-title {
        font-size: 14px;
        -webkit-line-clamp: 2;
        text-align: center;
    }
    
    .hc-post-meta {
        font-size: 12px;
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 479px) {
    .hc-post-item .kp-left {
        width: 280px;
        height: 152px;
    }
}

@media (max-width: 359px) {
    .hc-post-item .kp-left {
        width: 240px;
        height: 130px;
    }
}