/*css post*/
    .post_item {
        border-radius: 14px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        height: 420px;
        position: relative;
    }
    
    .list_content_tab>div {
        flex-wrap: wrap;
    }
    
    .pagination {
        height: unset !important;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: none;
    }
    
    .pagination>span {
        width: 40px;
        height: 40px;
        background: #ffffff00;
        display: inline-block;
        line-height: 35px;
        font-size: 20px;
        margin: 0 10px;
        border: 1px solid #ddd;
        border-radius: 50%;
        color: #ddd;
    }
    
    span.pagi_right {
        border: 1px solid #088354;
        border-radius: 50%;
        color: #088354;
    }
    
    span.cat_name {
        position: absolute;
        bottom: 36%;
        left: 14px;
        background: #fff;
        border-radius: 30px;
        font-size: 10px;
        padding: 0px 7px;
        font-weight: bold;
        color: #000;
    }
    
    #posts .thumb {
        height: 280px !important;
    }
    
    .post_item h5 {
        padding-bottom: 30px !important;
        line-height: 30px;
    }
    
    .post_item p,
    .post_item h5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        display: block;
    }
    
/*css number*/

.data_company {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
    flex-wrap: wrap;
}

.list_library .list_feedback {
    background: #ffffff29;
    border-radius: 20px;
    padding: 0px 0px !important;
    box-shadow: aqua;
    box-shadow: 5px 10px #888888;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.list_library .data_item {
    flex: 0 0 23%;
    border: unset !important;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}

.data_item {
    flex: 0 0 23%;
    border: 2px solid #d1c1c194;
    padding: 49px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}

span.number {
    font-size: 60px;
    color: #002212;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 20px;
}

span.text_item {
    /*font-size: 20px;*/
    font-size: 18px;
    color: #002212;
    font-weight: 500;
}

.flex {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tab_2_content {
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.tab_2_content>div {
    padding: 10px;
}

.list_title_tab:hover {
    cursor: pointer;
}

.list_content_tab>div:nth-child(1),
.list_content_tab>div:nth-child(1)>div
{
    height: 1230px;
}

.tab_1_content .video_center>span {
    height: 100%;
}

.tab_1_content .video_center>span:nth-child(2) {
    flex: 1;
}

.tab_1_content>div:nth-child(1)>.video_top,
.tab_1_content>div:nth-child(3)>.video_top{
    height: 38%;
}

.tab_1_content>div:nth-child(1)>.video_center,
.tab_1_content>div:nth-child(3)>.video_center{
    height: 24%;
}

.tab_1_content>div:nth-child(1)>.video_bottom,
.tab_1_content>div:nth-child(3)>.video_bottom{
    height: 38%;
}

.tab_1_content>div:nth-child(2)>.video_top,
.tab_1_content>div:nth-child(4)>.video_top{
    height: 27%;
}

.tab_1_content>div:nth-child(2)>.video_center,
.tab_1_content>div:nth-child(4)>.video_center{
    height: 35%;
    padding-left: 10px;
    padding-right: 12px;
}

.tab_1_content>div:nth-child(2)>.video_bottom,
.tab_1_content>div:nth-child(4)>.video_bottom{
    height: 38%;
}

.tab_1_content,
.tab_2_content{
    align-items: flex-start;
    margin-top: 20px;
}

.tab_1_content>div>div {
    padding-bottom: 20px;
}

.list_content_tab img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    padding: 0;
}

.tab_1_content>div:nth-child(1),
.tab_1_content>div:nth-child(3){
    width: 55%;
}

.tab_1_content>div:nth-child(2),
.tab_1_content>div:nth-child(4){
    width: 45%;
}

.tab_1_content>div:nth-child(1),
.tab_1_content>div:nth-child(3),
.tab_1_content .video_center>span:nth-child(1){
    padding-right: 10px;
    display: block;
}

.tab_1_content .video_center>span:nth-child(1) {
    flex: 0 0 45%;
}

.tab_1_content>div:nth-child(2),
.tab_1_content>div:nth-child(4),
.tab_1_content .video_center>span:nth-child(2){
    padding-left: 10px;
    display: block;
}

/*css feedback*/

#feedback {
    background-image: linear-gradient(to bottom, #fff0cb 3%, #ffffff 39%);
    padding-top: 80px !important;
    padding-bottom: 80px;
    overflow: hidden;
}

#feedback .part_extra {
    background-image: unset;
    border-bottom: unset;
}

/*dich vu chi tiet*/
  
  /*css services*/
  
    #list_service .service_right {
        position: relative;
        flex: 0 0 50%;
        display: flex;
        justify-content: flex-end;
        height: 500px;
    }
    
    #list_service .service_item_1 {
        position: absolute;
        right: 51%;
        top: 30px;
    }
    
    #list_service .service_item_2 {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    #list_service .service_item_3 {
        position: absolute;
        top: 60%;
        left: 22%;
    }
    
    #list_service .service_item_1>span,
    #list_service .service_item_1>.thumnail_extra {
        width: 270px;
        height: 270px;
    }
    
    #list_service span.thumnail_extra {
        width: 300px;
        height: 300px;
        position: absolute;
        z-index: 9;
        border-radius: 50%;
        border: 2px solid #ffea9773;
    }
    
    #list_service .service_item_1>span.thumnail_extra {
        left: -13px;
        top: 34px;
    }
    
    #list_service .service_item_2 {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    #list_service .service_item_2 span.thumnail_extra {
        top: 20px;
        left: 10px !important;
    }
        
    .info_detail.container::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        z-index: 999;
        background-image: url(/wp-content/uploads/2024/12/layer_banner_new.png);
        position: absolute;
        left: 0px;
        top: 0px;
        border-radius: 40px;
    }
    
    div#list_service .list_content {
        padding-top: 120px;
    }
    
    #list_service .service_item_2>span,
    #list_service .service_item_2>.thumnail_extra{
        width: 340px;
        height: 340px;
    }
    
    #list_service .service_item_3 {
        position: absolute;
        top: 59%;
        left: 30%;
    }
    
    #list_service .service_item_3 span.thumnail_extra {
        top: 60px;
        left: -5px;
    }
    
    span.thumnail_extra {
        width: 300px;
        height: 300px;
        position: absolute;
        z-index: 9;
        border-radius: 50%;
        border: 2px solid #00412296;
        left: -35px;
    }
    
    .service_item_2 span.thumnail_extra {
        top: 24px;
    }
    
    .service_item_3 span.thumnail_extra {
        top: 48px;
        left: -52px;
    }
    
    .service_item_1>span:nth-child(2),
    .service_item_2>span:nth-child(2),
    .service_item_3>span:nth-child(2) {
        z-index: 999;
        display: block;
        position: relative;
    }
    
    .service_right {
        position: relative;
        flex: 0 0 50%;
        display: flex;
        justify-content: flex-end;
    }
    
    .service_right>div {
        padding-top: 40px;
    }
    
    .service_item_1 {
        position: absolute;
        right: 41%;
        bottom: -27px;
    }
    
    .service_item_2 {
        position: absolute;
        right: 15%;
        top: -44%;
    }
    
    .service_item_3 {
        position: absolute;
        top: 28%;
        right: 0;
    }
    
    .service_right>div>span img {
        width: 100%;
    }
        
    .service_right>div>span {
        display: block;
    }
    
    .service_item_1>span {
        width: 300px;
        height: 300px;
    }
    
    .service_item_2>span {
        width: 220px;
        height: 220px;
    }
    
    #list_service .service_item_3 .thumnail_extra,
    .service_item_3>span {
        width: 260px;
        height: 260px;
    }

  .info_user {
        display: flex;
        align-items: center;
    }

  .name_position {
        display: flex;
        flex-direction: column;
    }
    
    .content_fb {
        font-size: 19px;
        line-height: 30px;
    }
    
    .name_position .name {
        color: #007841;
        font-weight: bold;
        font-size: 24px;
        padding-bottom: 5px;
    }
    
    .position {
        display: block;
        color: #002715;
        font-style: italic;
        font-size: 18px;
    }
    
    p.icon svg {
        width: 40px;
    }
    
    .content_fb {
        padding-bottom: 24px;
    }
    
    .feedback_item {
        background: #ffffff29;
        border-radius: 20px;
        padding: 70px 270px !important;
        box-shadow: aqua;
        box-shadow: 5px 10px #888888;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    
    div#feedback h2 {
        padding-bottom: 45px;
        font-size: 36px;
        margin-bottom: 0;
    }
    
    .content_fb {
        padding-bottom: 24px;
        font-size: 24px;
        line-height: 35px;
        padding-right: 190px;
    }
    
    .angle {
        /*position: absolute;*/
        bottom: 11%;
        left: 55%;
        width: 100%;
    }
    
    .angle img {
        width: 100px !important;
        position: absolute;
        right: 120px;
        bottom: 80px;
    }
      
   /*page LVHD*/
    .courses_item h2,
    .service_item h2 {
        font-size: 25px;
        color: #003320;
        padding: 10px;
        padding-left: 0;
        text-transform: uppercase;
        font-weight: bold;
        border-left: unset !important;
    }
    
    .courses_item h2 {
        padding-left: 0;
    }
    
    div#content_academy>div {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    div#our_lecturers .part_extra,
    div#international_certificate .part_extra {
        background-image: unset !important;
        border-bottom: unset !important;
        padding-bottom: 35px;
    }
    
    .part_extra {
        background-image: linear-gradient(to left, rgba(255,0,0,0) 0%, #9f9f9f38 95%);
        border-bottom: 1px solid #ddd;
    }
    
    .part_extra>div {
        padding: 30px 0;
    }
    
    p.text_extra {
        margin-bottom: 16px;
        font-size: 22px;
        font-weight: 500
    }
    
    .part_extra h2.title_primany {
        font-weight: bold;
    }
    
    .service_item h2 span {
        margin-right: 10px;
    }
    
    .courses_item h2 span {
        margin-right: 10px;
        /*width: 10%;*/
        display: inline-block;
    }
    
    .courses_item .title img {
        width: 100%;
    }
    
    .item_course h4 {
        position: absolute;
        right: 0;
        left: 0;
        top: 75%;
        bottom: 0;
        text-align: center;
        font-size: 24px;
        padding-top: 10px;
        color: #fee68f;
        padding-left: 5px;
        padding-right: 5px;
        z-index: 9999;
    }
    
    .service_item .title,
    .courses_item .title {
        display: flex;
        align-items: center;
		justify-content:center;
        padding-bottom: 16px;
    }
    
    .courses_item {
        padding-bottom: 30px;
    }
    
    .item_courses {
        padding-left: 25px;
        padding-bottom: 25px;
        /*padding-bottom: 0;*/
    }
    
    .list_course_item>div:nth-child(1) img,
    .list_course_item>div:nth-child(1) .bk_extra_1,
    .list_course_item>div:nth-child(4) .bk_extra_1,
    .list_course_item>div:nth-child(7) .bk_extra_1,
    .list_course_item>div:nth-child(4) img,
    .list_course_item>div:nth-child(7) img {
        border-radius: 20px 20px 20px 100px;
    }
    
    .list_course_item>div:nth-child(3) img,
    .list_course_item>div:nth-child(3) .bk_extra_1,
    .list_course_item>div:nth-child(6) .bk_extra_1,
    .list_course_item>div:nth-child(9) .bk_extra_1,
    .list_course_item>div:nth-child(6) img,
    .list_course_item>div:nth-child(9) img {
        border-radius: 20px 20px 100px 20px;
    }
    
    .list_course_item>div:nth-child(2) img,
    .list_course_item>div:nth-child(2) .bk_extra_1,
    .list_course_item>div:nth-child(5) .bk_extra_1,
    .list_course_item>div:nth-child(8) .bk_extra_1,
    .list_course_item>div:nth-child(5) img,
    .list_course_item>div:nth-child(8) img {
        border-radius: 20px;
    }
    
    .list_course_item.flex_active>div:nth-child(1),
    .list_course_item.flex_active>div:nth-child(4),
    .list_course_item.flex_active>div:nth-child(7) {
        padding-left: 0;
    }
    
    .item_course img {
        width: 100%;
        object-fit: cover;
        border-radius: 7px;
        height: 300px;
    }
    
    div#our_lecturers {
        background-image: linear-gradient(to bottom, #00643e 3%, #0da05a 39%);
        border-top-left-radius: 100px;
        height: 450px;
    }
    
    .list_international_certificate {
        display: flex;
    }
    
    .list_international_certificate>div {
        flex: 0 0 49%;
    }
    
    div#international_certificate {
        background-image: linear-gradient(to bottom, #fff0cb 3%, #ffffff 39%);
        padding-top: 230px !important;
    }
    
    .list_international_certificate>div img {
        width: 100%;
    }
    
    .lecture_item img {
        border-radius: 30px;
        object-fit: cover;
        height: 100%;
    }
    
    .international_certificate>div {
        line-height: 24px;
        font-size: 16px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }
    
    p.number {
        display: block;
        z-index: 99999;
        position: absolute;
        bottom: 90px;
        letter-spacing: 2px;
        font-size: 50px;
        color: #e7090900;
        left: 15%;
        mix-blend-mode: normal;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fee68f;
    }
    
    p.name_product {
        position: absolute;
        text-align: center;
        left: 15%;
        font-size: 28px;
        color: #fee68f;
        bottom: 35px;
        font-weight: 450;
        z-index: 99;
    }
    
    .bk_extra_1, .bk_extra_2, .bk_extra_3, .bk_extra_4 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 46px;
        left: 0;
        background-image: linear-gradient(to-right, red, yellow);
        background-image: linear-gradient(to bottom, rgba(255,0,0,0), #004323);
        z-index: 9;
    }
    
    .lecture_item img {
        border-radius: 30px;
        object-fit: cover !important;
        height: 100% !important;
    }
    
    .bk_extra_1 {
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 50px;
    }
    
    .bk_extra_2 {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    
    .bk_extra_3 {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    
    .bk_extra_4 {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 100px;
    }
    
    .lecture_item {
        flex: 0 0 23%;
        width: 93%;
        height: 400px;
        position: relative;
    }
    
    .lecture_item .bk_extra_1 {
        border-radius: 30px !important;
    }
    
    .list_lectures {
        display: flex;
    }
    
    .lecture_item p.name_product {
        position: absolute;
        text-align: center;
        left: 15%;
        font-size: 20px;
        color: #fee68f;
        bottom: 45px;
        font-weight: 450;
        z-index: 99;
    }
    
    p.position_lecture {
        position: absolute;
        bottom: 18px;
        color: #fff;
        font-size: 13px;
        z-index: 999;
        font-weight: 100;
    }
    
    .lecture_item a p {
        left: 10% !important;
    }
    
    .lecture_item p.number {
        font-size: 38px;
        bottom: 85px;
    }
    
    .academy_art {
        padding-bottom: 0;
        height: 100vh;
    }
    
    ul#menu-top-menu-right li a {
        color: #fff !important;
        display: flex !important;
        align-items: center !important;
    }

    /* css header */
    
      /*css chung*/

    .list_item_video {
        display: flex;
        z-index: 9999999;
        position: relative;
        /*margin-top: -160px;*/
    }
    
        
    div#content_banner {
        width: 40%;
        margin-top: 80px !important;
    }
    
    
    /*.academy_art .list_item_video {*/
    /*    margin-top: -200px;*/
    /*}*/
    
    .list_item_video>span:nth-child(1) {
        z-index: 9999;
    }

    .list_item_video>span:nth-child(2) {
        position: absolute;
        right: 0;
        z-index: 1;
        display: block;
        top: 120px;
    }

    ul.list_service {
        color: #fff;
        opacity: 100%;
        font-size: 18px;
        padding-left: 0;
        /*padding-bottom: 30px;*/
        margin-bottom: 0;
    }
    
    ul.list_service>li {
        padding-bottom: 16px;
        display: flex;
        font-weight: 100;
        align-items: center;
    }
    
    ul.list_service>li>img {
        width: 18px;
        display: inline-block;
        max-width: 80%;
        margin-right: 10px;
    }
    
    .layer_6 {
          background-image: url("/wp-content/uploads/2024/11/banner_lvhd.png");
          background-repeat: no-repeat;
          position: absolute;
          left: 0px;
          background-size: 100%;
          top: 0px;
          width: 100%;
          opacity: 100%;
          height: 100vh;
          /*border-bottom-right-radius: 200px;*/
          z-index: 12;
    }
    
    /*css rieng*/
    
    .title_primary>span, .text_extra>span {
        color: #23a15e;
    }
    
    div#list_services {
        padding-top: 50px;
        padding-bottom: 50px;
    }
