.video-subcategories {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #172B4D;
}

.video-subcategories a {
    color: #172B4D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.42857143;
}

.section-p {
    padding: 40px 0;
}

.common-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ct-line {
    width: 4px;
    height: 32px;
    border-radius: 4px;
    background-color: #0065FF;
}

.ct-text {
    font-family: Montserrat SemiBold, Arial, sans-serif;
    font-size: 32px;
    color: #0065FF;
}

.video-subcategories .td-post-views {
    display: flex;
    align-items: center;
    gap: 8px;
}

.video-subcategories .td-post-views span {
    font-size: 14px;
    color: #172b4d;
    font-family: Montserrat, Arial, sans-serif;
}

.video-subcategories .td-icon-views {
    background: url(/sites/amis/images/video-categories/ic-view.svg) no-repeat center;
    width: 16px;
    height: 16px;
}

.video-subcategories .td-icon-views::before {
    content: "";
}

.hl-orange {
    color: #FF821E;
}

.hl-red {
    color: #F5222D;
}

.hl-yellow {
    color: #FFAB00;
}

@media (min-width: 1200px) {
    .video-subcategories .container {
        width: 1200px;
    }
}

@media (max-width: 767px) {
    .section-p {
        padding: 30px 0;
    }
}

/*#region Banner */
.banner {
    background: url(/sites/amis/images/video-subcat/bg-banner-misa-connect.png) no-repeat center;
    background-size: cover;
}

.banner-title {
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
    font-family: Montserrat Bold, Arial, sans-serif;
    color: #fff;
    font-size: 68px;
}

.banner-des {
    color: #fff;
    text-align: center;
    padding-bottom: 28px;
}

.is-form-style::after {
    background: url(/sites/amis/images/home/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: 600px;
}

.hide-ic {
    display: none;
}
/*#endregion Banner */

/*#region New Posts */
.np-wrap {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.np-thumbnail {
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.np-thumbnail img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

img.np-play {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.np-thumbnail:hover {
    opacity: 1;
}

.np-thumbnail:hover .np-play {
    transform: translate(-50%, -50%) scale(1.2);
    transition: transform all .2s;
}

.np-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: 12px;
}

.np-detail {
    display: flex;
    gap: 24px;
}

.npd-item {
    display: flex;
    gap: 8px;
    font-size: 14px;
}

.np-wrap .np-item {
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
}

.np-wrap .np-content {
    padding: 16px 16px 24px;
}

.np-bottom {
    display: flex;
    justify-content: space-between;
	align-items: center;	
    margin-top: 24px;
}

@media (max-width: 1100px) {
    .np-thumbnail {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .np-wrap {
        grid-template-columns: 1fr;
    }

    .np-thumbnail {
        height: 180px;
    }
}
/*#endregion New Posts */

/*#region Other Categories */
.other-categories .common-title {
    padding-bottom: 24px;
}

.oc-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.oc-item {
    position: relative;
    max-width: 221px;
    overflow: hidden;
    border-radius: 6px;
}

.oc-text {
    color: #fff;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
}

.oc-title {
    font-family: Roboto SemiBold, Arial, sans-serif;
    padding-bottom: 8px;
}

.oc-more {
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.oc-more img {
    width: 16px;
    height: 16px;
}

@media (max-width: 767px) {
    .oc-wrap {
        gap: 5px;
    }
}
/*#endregion Other Categories */
