.boxBannerHome {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.boxContentBanner {
    width: 100%;
    position: relative;
    background-color: rgb(76, 91, 212);
    background: url(/assets/images/banner_new/banner_ctv.png) 0 0 / 100% 100% no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    /* background: linear-gradient(180deg, #455DD9 0%, #426ADD 13.94%, #2C9AED 23.56%, #2AB3FB 30.77%, #2A9CEE 46.15%, #4366DB 68.74%, #455DD9 75.96%, #455DD9 100%); */
}
.boxContainCTV {
    background: #F4F4F4;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}
.boxContent {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
}
.d_flex {
    display: flex !important;
}
.flex_center {
    justify-content: center;
}
.btn_loadmore_blog {
    background: linear-gradient(90deg, #ff685a, #ff7149 29.89%, #ff8426 55.21%, #ff9606);
    border-radius: 30px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    margin: auto;
    cursor: pointer;
    padding: 10px 25px;
    border: none;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.btn_loadmore_blog:hover {
    opacity: 0.9;
}
.boxContentBlog {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    margin-top: 10px;
}
.boxPhuLuc {
    width: 30%;
    position: sticky;
    top: 70px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 5px;
}
.conten_pl {
    border: 2px dashed #4c5bd4;
    padding: 15px;
    float: left;
    margin-top: 0;
    width: 100%;
    border-radius: 5px;
}
.table_of_contents {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.tt_phu_luc {
    height: 40px;
    width: 100%;
    margin: 0 auto;
    background: url(/assets/images/phu-luc.png);
    background-size: 100% 100%;
    background-position: center;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.box_phuluc {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
    overflow-y: scroll;
    max-height: 420px;
}
.conten_pl li {
    padding: 5px 0;
    float: left;
    width: 100%;
}
.conten_pl li a {
    color: #333;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
}
.conten_pl li .ul_h2 {
    color: #4c5bd4;
}
.boxPhuLuc .table_of_contents .ul_h2 {
    font-size: 15px;
}
.conten_pl li .ul_h3 {
    color: #307df1;
}
.boxPhuLuc .table_of_contents .ul_h3 {
    padding-left: 15px;
    font-size: 15px;
}
.boxContainBlog {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 15px;
}
.contentBlog h2,
.contentBlog h2 span {
    margin: 0 !important;
    color: #4c5bd4;
    font-size: 21px !important;
    font-weight: 500 !important;
    font-family: Roboto-Medium, sans-serif !important;
    width: 100%;
}
.contentBlog h3,
.contentBlog h3 span {
    font-size: 19px !important;
    font-weight: 700;
    color: #307df1;
}
.contentBlog h4,
.contentBlog h4 span {
    font-size: 18px !important;
    font-weight: 600;
    color: #4f4f4f;
}
.contentBlog,
.contentBlog h2,
.contentBlog h3,
.contentBlog h4,
.contentBlog p {
    margin-bottom: 6px !important;
    margin-top: 6px !important;
    line-height: 26px !important;
    letter-spacing: 0.02em;
    word-break: break-word;
    font-family: Roboto-Regular, sans-serif !important;
    font-size: 17px !important;
}
.contentBlog img {
    float: left;
    width: 100%;
    height: auto !important;
}
.contentBlog a {
    color: #4c5bd4;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.contentBlog p,
.contentBlog p span,
.contentBlog p span span {
    font-size: 17px !important;
    line-height: 26px;
    text-align: justify;
    font-family: Roboto-Regular, sans-serif !important;
    margin: 0 !important;
    text-indent: 20px;
}
.boxContentBlog .contentBlog {
    width: 100%;
    margin-top: 0 !important;
}
.contentBlog.limitContentBlog {
    max-height: 550px;
    overflow: hidden;
}
.boxContentBlog iframe[src*="youtube.com"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
    float: left;
    margin: 5px 0 10px 0;
}
.boxContentBlog #xt {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    background: linear-gradient(180deg, #00b8ff, #0792cc 95%, #5996ce);
    padding: 10px 20px;
    border-radius: 40px;
    text-indent: 0;
    color: #fff;
    margin: 5px auto;
}
.boxContentBlog figure, .boxContentBlog figure img {
    float: left;
    width: 100%;
    height: auto !important;
}
.boxContentBlog figcaption {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-style: italic;
    padding: 5px 0;
    text-indent: 0;
    color: #888;
    float: left;
    width: 100%;
    margin-top: 5px;
}
.boxContactCTV {
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.txtContactCTV {
    font-size: 16px;
    line-height: 19px;
    color: #474747;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.spanContactCTV {
    color: #F88C00;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
@media screen and (max-width: 1024px) {
    .boxPhuLuc,
    .boxContainBlog {
        width: 100%;
    }
    .boxContentBlog {
        flex-direction: column;
    }
    .boxPhuLuc {
        position: unset;
    }
    .boxContainBlog {
        box-shadow: unset;
        padding: 0;
    }
}