/***********************************************************************************/
/*                                                                                 */
/*                           Customize your css here                               */
/*                                                                                 */
/***********************************************************************************/
.building-section .wapper-building{
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
}
.building-section .wapper-building .box-image-building,
.building-section .wapper-building .box-text-building{
    width: calc(50% - 20px);
    margin-right: 20px;
}
.building-section .wapper-building .box-text-building .subtitle{
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: var(--Mau_1);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.building-section .wapper-building .box-text-building .title{
    font-family: 'Baloo';
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    color: var(--Mau_2);
    margin-bottom: 30px;
}
.list_build .item{
    position: relative;
    list-style: none;
    margin-left: 0;
    font-size: 16px;
    line-height: 24px;
    color: var(--Mau_4);
    padding-left: 25px;
    margin-bottom: 20px;
}
.list_build .item::before{
    content: "";
    width: 17px;
    height: 27px;
    position: absolute;
    left: 0;
    top:3px;
    background: url('../../img/dautiny.png') no-repeat;
}
.chuky-warpper{
    display: flex;
    justify-content: space-between;
}
.SliderProgramHome .slick-slide{
    margin: 0;
}
.SliderProgramHome .slick-arrow{
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
    width: 81px;
    height: 81px;
    cursor: pointer;
    z-index: 1;
}
.SliderProgramHome .slick-arrow.btn-prev{
    background: url(../../img/prev-2.png) no-repeat;
    left: -45px;
}
.SliderProgramHome .slick-arrow.btn-next{
    background: url(../../img/next-2.png) no-repeat;
    right: -45px;
}
.item_program .inner-card{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.item_program .only-mobile{
    display: none;
}
.item_program .only-mobile .range-age{
    width: 150px;
    height: 70px;
    background: url(../../img/cloud.png) no-repeat;
    text-align: center;
    line-height: 73px;
    font-size: 20px;
    font-family: 'Baloo';
    color: var(--Mau_7);
    background-size: 100%;
    margin: 0 auto;
}
.item_program .inner-card .left-card{
    width: 840px;
    position: relative;
    z-index: 1;
    background: var(--Mau_3);
    border: 1px dashed var(--Mau_2);
    border-radius: 50px;
    box-shadow: 0px 4px 9px rgba(119, 159, 78, 0.25);
    padding:20px 30px;
    display: flex;
}
.item_program .inner-card .right-card{
    width: 450px;
    height: 450px;
    position: absolute;
    right: 0;
    z-index: 2;
    /* border: 4px solid var(--Mau_3); */
    border-radius: 66px;
}
.item_program .inner-card .left-card .content-write{
    max-width: 470px;
}
.item_program .inner-card .left-card .minhhoa{
    position: relative;
    width: 350px;
}
.item_program .inner-card .left-card .minhhoa .anhminhhoa{
    position: absolute;
    bottom: -35px;
    left: -110px;
    z-index: -1;
}
.item_program .inner-card .left-card .content-write .heading{
    font-family: 'Baloo';
    font-size: 48px;
    line-height: 48px;
    color:var(--Mau_2);
    margin-bottom: 5px;
}
.item_program .inner-card .left-card .content-write .desc-pro{
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: var(--Mau_4);
    margin-bottom: 15px;
}
.item_program .inner-card .left-card .content-write .list-programs .item{
    position: relative;
    margin-left: 0;
    list-style: none;
    padding-left: 25px;
    font-weight: 500;
    font-size: 18px;
}
.item_program .inner-card .left-card .content-write .list-programs .item::before{
    content: "";
    position: absolute;
    left: 1px;
    top:4px;
    width: 19px;
    height: 16px;
    background: url(../../img/tick-mark.png) no-repeat;
}
.btn-prog .btn-cust{
    background: linear-gradient(180deg, #2279FC 0%, #7FD0FE 0.01%, #FFF 100%);
    border-radius: 31px;
    height: 40px;
    width: 130px;
    text-align: center;
    line-height: 40px;
    color: var(--Mau_2);
    font-size: 18px;
    text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.84);
    display: block;
    font-weight: 700;
}
.item_program .inner-card .right-card img{
    border-radius: 66px;
    width: 100%;
    object-fit: cover;
}
.minhhoa .range-age{
    width: 212px;
    height: 91px;
    background: url(../../img/cloud.png) no-repeat;
    text-align: center;
    line-height: 90px;
    font-size: 26px;
    font-family: 'Baloo';
    color:var(--Mau_7);
}
.home .flickity-prev-next-button{
    opacity: 1;
    width: 81px;
    height: 81px;
}
.home .flickity-prev-next-button.previous{
    background:url('../../img/prev.png') no-repeat;
}
.home .flickity-prev-next-button.next{
    background:url('../../img/next.png') no-repeat;
}
.image-circle{
    position: relative;
}
.image-circle::before{
    width: 201px;
    height: 181px;
    position: absolute;
    content: "";
    background: url(../../img/sunny.png) no-repeat;
    top:-60px;
    left:100px;
    z-index: 3;
    animation-name:du_dua;
    animation-duration:3s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
    animation-direction:alternate;
}
@keyframes du_dua {
    from {left: 0px;}
    to {left: 100px;}
}
.image-circle::after{
    width: 103px;
    height: 199px;
    position: absolute;
    content: "";
    background: url(../../img/abc-s3.png) no-repeat;
    top:-60px;
    right:100px;
    z-index: 3;
    animation-name:du_dua_2;
    animation-duration:3s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
    animation-direction:alternate;
}
@keyframes du_dua_2 {
    from {transform:scale(1);}
    to {transform:scale(1.3);}
}
#main .sec_3{
    margin-top: -75px;
    z-index: 2;
    position: relative;
    padding-bottom: 35px;
}
.image-bottom-circle{
    z-index: 2;
    position: relative;
    top: 0px;
    background: rgb(245 247 242);
}
.image-bottom-circle img{
    position: relative;
    top: -2px;
}
#main .sec_4{
    /* padding-top: 100px;
    margin-top: -90px; */
    z-index: 3;
    position: relative;
}
#main .sec_4::before{
    width: 290px;
    height: 550px;
    background: url(../../img/canh_cay.png) no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: -130px;
    display: none;
}
.sec_4 .title_home p.subtitle{
    color: var(--Mau_1);
}
.sec_4 .title_home h2.title{
    color: var(--Mau_2);
}
.PhatTrien{
    position: relative;
    margin-top: 65px;
}
.PhatTrien .inner-block{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -20px;
}
.inner-block .item{
    margin-right: 20px;
    width: calc(20% - 20px);
    margin-bottom: 20px;
}

.inner-block .item .inner-item{
    width: 172px;
    height: 172px;
    border: 3px dashed #3867AD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    transform: rotate3d(1, 1, 1, 0deg);
}
.inner-block .item:hover .inner-item{
    transform: rotate3d(1, 1, 1, 360deg);
    transition: all 1s;
}
.inner-block .item .inner-item .icon{
    max-width: 33px;
    margin-bottom: 8px;
}
.inner-block .item .inner-item .so_lieu{
    font-weight: 700;
    font-size: 56px;
    color: #E1158F;
    line-height: 50px;
    margin-bottom: 12px;
}
.inner-block .item .inner-item .desc{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #3867AD;
}
.list-phattrien{
    margin-top: 25px;
}
.list-phattrien .item{
    position: relative;
    text-align: center;
    text-transform: initial;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color:#3867AD;
    height: auto;
    min-height: auto;
    justify-content: center;
}
.list-phattrien .item::before{
    content: "";
    display: none;
    width: 17px;
    height: 27px;
    position: relative;
    left: -5px;
    top: 0px;
    background: url(../../img/hat_dau_xanh.png) no-repeat;
}
.img-top-s5{
    background: #ffffff;
    display: none;
}
.sec_5 .title_home p.subtitle{
    color: var(--Mau_6);
}
#main .sec_5{
    position: relative;
    z-index: 4;
    padding-bottom: 10px;
}
#main .sec_5 .title_home h2.title{
    color: var(--Mau_1);
}
#main .sec_5::before {
    width: 228px;
    height: 144px;
    background: url(../../img/may_bay.png) no-repeat;
    content: "";
    position: absolute;
    right: 100px;
    top: -130px;
    animation-name: du_dua3;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes du_dua3 {
    from {right: 100px;}
    to {right: 0px;}
}
.slider-ketqua .item-videoytb .video,
.item_video_reviews .video{
    margin-bottom: 12px;
    border-radius: 16px;
    overflow: hidden;
}
.slider-ketqua .item-videoytb .text-box-video h2,
.item_video_reviews h2{
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: var(--Mau_2);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.slider-ketqua .item-videoytb .text-box-video p,
.item_video_reviews p{
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: #484554;

}
.home .slider-ketqua .flickity-prev-next-button{
    margin-top: -55px;
    width: 81px;
    height: 81px;
}
.home .slider-ketqua .flickity-prev-next-button.previous{
    background-image: url(../../img/prev-2.png);
}
.home .slider-ketqua .flickity-prev-next-button.next{
    background-image: url(../../img/next-2.png);
}
.QuyTrinh{
    display: flex;
    margin-right: -35px;
    flex-wrap: wrap;
    margin-top: 155px;
}
.QuyTrinh .item-quytrinh {
    width: calc(20% - 35px);
    margin-right: 35px;
    cursor: pointer;
}
.QuyTrinh .item-quytrinh .number{
    height: 108px;
    width: 108px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.QuyTrinh .item-quytrinh .number .mask-color{
    border-radius: 50%;
    border-style: dashed;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: -1;
}
.QuyTrinh .item-quytrinh:hover > .number .mask-color{
    animation-name:xoay_tron;
    animation-duration:10s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
}
@keyframes xoay_tron {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.QuyTrinh .item-quytrinh .number .inner-number{
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    text-shadow:unset;
    transition: all .5s;
}
.QuyTrinh .item-quytrinh:hover .number .inner-number{
    text-shadow: 4px 3px 3px #4e4e4e;
    transition: all .5s;
}
.QuyTrinh .item-quytrinh .arrow{
    text-align: center;
}
.QuyTrinh .item-quytrinh .arrow svg{
    font-size: 27px;
}
.QuyTrinh .item-quytrinh .content-card{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    padding:15px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    transition: all .5s;
}
.QuyTrinh .item-quytrinh:hover .content-card{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    transition: all .5s;
}
.QuyTrinh .item-quytrinh.long .arrow svg{
    font-size: 35px;
}
.QuyTrinh .item-quytrinh.long{
    margin-top: 85px;
}
.sec_6 > .bg{
    background: url(../../img/chi_ong_nau_nau.gif) no-repeat;
    background-size: contain !important;
    background-position: 0 165px;
}
.sec_6 .title_home h2.title,
.head_qtht.title_home h2.title{
    color: var(--Mau_2);
}
.image-top-s7{
    background: #f5f7f2;
}
.home-tab .nav-line{
    margin-bottom: 30px;
}
.home-tab .nav-line .tab{
    margin:0 12px;
}
.home-tab .nav-line .tab a{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color:var(--Mau_3);
}
.home-tab .nav-line .tab a:before{
    display: none;
}
.home-tab .nav-line .tab.active a, .home-tab .nav-line .tab a:hover{
    color: #032A65;
}
.head-video .title{
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 25px;
}
.head-video .description{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #032A65;
}
.video-danhgia{
    border-radius: 26px;
}
.home .slider-danhgia .flickity-prev-next-button{
    width: 60px;
    height: 50px;
}
.home .slider-danhgia .flickity-prev-next-button.next{
    background: url(../../img/next-2.png) no-repeat;
    bottom: -40px;
    top: inherit;
    right: inherit;
    left: 520px;
}
.home .slider-danhgia .flickity-prev-next-button.previous {
    background: url(../../img/prev-2.png) no-repeat;
    bottom: -40px;
    top: inherit;
    right: inherit;
    left: 10px;
}
.sec_7 >.bg{
    background: url(../../img/hand-shake-resized.png) no-repeat;
    background-size: contain !important;
    background-position: center right;
}
.head-video{
    max-width: 440px;
    text-align: justify;
}
.img-top-s8{
    background: #f8f8f8;
}
.sec_8 .title_home p.subtitle{
    color: var(--Mau_6);
}
.sec_8 .title_home h2.title{
    color: var(--Mau_2);
}
.blogs-home .flickity-slider .post-item .col-inner{
    border: 1px dashed var(--Mau_2);
    border-radius: 16px;
    background: var(--Mau_3);
    padding:15px;
    position: relative;
}
.blogs-home .flickity-slider .post-item .col-inner .box-image img{
    border-radius: 3px;
    position: relative;
    height: 215px;
    object-fit: cover;
}
.blogs-home .flickity-slider .post-item .col-inner > .plain > .box{
    display: flex;
    flex-direction: column;
}
.blogs-home .flickity-slider .post-item .col-inner > .plain > .box .image-cover{
    padding-top: 0 !important;
}
.blogs-home .flickity-slider .post-item .col-inner .box-image{
    order:1;
    width: 100%;
}
.blogs-home .flickity-slider .post-item .col-inner .box-text{
    order:2;
}
.blogs-home .flickity-slider .post-item:nth-child(even) .box-image{
    order:2;
}
.blogs-home .flickity-slider .post-item:nth-child(even) .box-text{
    order:1;
}
.blogs-home .flickity-slider .post-item .col-inner .box-text .post-title{
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
    color: var(--Mau_4);
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    margin-bottom: 20px;
    font-weight: 500;
}
.blogs-home .flickity-slider .post-item .col-inner .box-text  .from_the_blog_excerpt {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: var(--Mau_4);
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
}
.blogs-home .flickity-slider .post-item .col-inner .box-text .is-divider{
    display: none;
}
.blogs-home .post-item .col-inner .post-meta{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0,-50%);
    width: 65px;
    height: 65px;
    z-index: 1;
    background: var(--Mau_1);
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blogs-home .flickity-slider .post-item:nth-child(even) .box-image{
    margin-top: 20px;
}
.blogs-home .flickity-slider .post-item:nth-child(odd) .box-image{
    margin-bottom: 20px;
}
.blogs-home .post-item .col-inner .post-meta .text-date{
    color: var(--Mau_3);
    font-size: 30px;
    line-height: 30px;
    font-family: 'Baloo';
    text-align: center;
}
.blogs-home .post-item .col-inner .post-meta .text-month-year{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--Mau_3);
}
.blogs-home .flickity-button{
    display: none;
}
.blogs-home .flickity-page-dots .dot{
    width: 7px;
    height: 7px;
    background: var(--Mau_2);
    opacity: 1;
    margin:0 10px;
}
.blogs-home .flickity-page-dots .dot.is-selected{
    width: 14px;
    height: 14px;
    background: var(--Mau_3);
    border: 2px solid var(--Mau_2);
}
.blogs-home .flickity-page-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Gallery .item-gallery{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 112px;
    margin: 0 10px;
    position: relative;
    border: 1px solid #ccc;
}
.Gallery .item-gallery img{
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 110px;
    padding:3px;
}
.image-bottom-s9{
    background-color: var(--Mau_1);
}
.dvls_maps_col .dvls_near_you{
    display: none !important;
}
.dvls_maps_wrap .dvls_maps_container > .dvls_maps_header{
    background: var(--Mau_1);
    padding-bottom: 30px;
}
.dvls_maps_wrap .dvls_maps_container > .dvls_maps_header .dvls_maps_header_left{
    display: none;
}
.dvls_maps_wrap .dvls_maps_container > .dvls_maps_header .dvls_maps_header_right{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dvls_maps_wrap .dvls_maps_container > .dvls_maps_header .dvls_maps_header_right form{
    margin-bottom: 0;
    width: 100%;
}
.dvls_maps_wrap .dvls_maps_container .dvls_maps_body{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
 .dvls_maps_wrap .dvls_maps_container select{
    width: 400px;
    border: 1px solid #E6E7E9;
    border-radius: 53px;
    background: #F8F8FA;
    height: 42px;
    margin-bottom: 0;
}
.dvls_maps_wrap .dvls_maps_container input.dvls-submit{
    background: linear-gradient(180deg, #2279FC 0%, #7FD0FE 0.01%, #FFF 100%);
    border-radius: 31px;
    text-transform: inherit;
    color: var(--Mau_2);
    text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.84);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    min-width: 130px;
}
.dvls_result_wrap .dvls_result_item {
    margin: 15px 0;
    margin-right: 10px;
    background: #EBF9FF !important;
}
.dvls_maps_sidebar .dvls_maps_sidebar_content{
    background: #f6f8ef;
}
.dvls_maps_sidebar_content .dvls_result_status{
    display: none !important;
}
.dvls_result_wrap .dvls_result_item:first-child{
    margin-top: 0;
}
.dvls_maps_3col .dvls_maps_col{
    padding: 0 25px;
}
.dvls_maps_wrap .dvls_result_infor h3{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #3867AD;
}
.dvls_maps_wrap .dvls_result_infor p, .dvls_maps_wrap .dvls_result_infor p a{
    font-size: 14px;
    line-height: 24px;
    color: #242424;
    margin-bottom: 0;
}
.dvls_maps_wrap .dvls_result_infor a{
    color: var(--Mau_2);
}
.dvls_maps_header_right .dvls_maps_3col{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -25px;
    padding-left: 0;
    width: 100%;
    max-width: 850px;
    margin:0 auto;
}
.dvls_maps_header_right .dvls_maps_3col .dvls_maps_col{
    float: unset;
    width: calc(33.333% - 25px);
    margin-right: 25px;
    padding: 0;
}
.dvls_maps_header_right .dvls_maps_3col .dvls_maps_col>.select2-container{
    width: 100% !important;
}
.dvls_maps_col .select2-container .select2-selection--single{
    height: 42px;
    border-radius: 26px;
}
.dvls_maps_col .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 42px;
}
.select2-results__option--selectable{
    margin-bottom: 0;
    font-size: 15px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: var(--Mau_2);
    color: var(--Mau_4);
}
#main .sec_10{
    padding-bottom: 0;
}
#main .sec_11{
    padding-bottom: 30px;
}
.breadcumbs_head {
    position: relative;
}
.breadcumbs_head img{
    width: 100%;
    /* height: 140px; */
    object-fit: cover;
}
.breadcumbs_head .details_breadcumbs{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.breadcumbs_head .details_breadcumbs .head_bread{
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #003D84;
    margin-bottom: 7px;
}
.breadcumbs_head .details_breadcumbs .details_list_breadcumbs, .breadcumbs_head .details_breadcumbs  .details_list_breadcumbs > a{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #003D84;
}
.breadcumbs_head .details_breadcumbs  .details_list_breadcumbs > a:hover{
    color: var(--Mau_2);
}
.breadcumbs_head .details_breadcumbs  .details_list_breadcumbs > a span{
    margin-left: 5px;
}
.head_gt.title_home h2.title{
    color: var(--Mau_2);
}
.head_gt.title_home .description{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: var(--Mau_4);
    text-align: justify;
} 
.blockimage-section .wapper-blockimage{
    display: flex;
    align-items: center;
    margin-right: -30px;
}
.blockimage-section .wapper-blockimage > div{
    width: calc(50% - 30px);
    margin-right: 30px;
}
.blockimage-section .wapper-blockimage .box-image-blockimage{
    position: relative;
    scale: 0.85;
}
.blockimage-section .wapper-blockimage .box-image-blockimage::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--Mau_1);
    border-radius: 20px;
    left: 20px;
    top: -20px;
    z-index: -1;
}
.blockimage-section .wapper-blockimage .box-image-blockimage img{
    width: 100%;
    border-radius: 20px;
}
.post-type-archive-programs .title_home h2.title,
.single-programs .title_home h2.title{
    color: var(--Mau_2);
}
.post-type-archive-programs .image-bottom-circle,
.post-type-archive-programs .sec_4,
.single-programs .sec_4,
.single-programs .image-bottom-circle{
    background: var(--Mau_1);
}
.blockimage-section .wapper-blockimage .box-image-blockimage p{
    position: absolute;
    bottom: -45px;
    color: #333333;
    text-align: center;
    width: 100%;
    font-size: 20px;
}
.blockimage-section .wapper-blockimage .box-text-gt .title{
    font-family: 'Baloo';
    font-size: 32px;
    line-height: 32px;
    color: #3867AD;
    margin-bottom: 25px;
}
.blockimage-section .wapper-blockimage .box-text-gt .description-html{
    font-family: 'Barlow';
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    color: #656565;
    margin-bottom: 30px;
}
.button-gt .btn-gt{
    background: linear-gradient(180deg, #2279FC 0%, #7FD0FE 0.01%, #FFF 100%);
    border-radius: 31px;
    width: 130px;
    height: 41px;
    line-height: 41px;
    font-weight: 700;
    font-size: 18px;
    display: block;
    text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.84);
    color: #000000;
    text-align: center;
}
.head_gt{
    margin-bottom: 40px;
}
#main .sec_bot_gt{
    padding-bottom: 100px;
    background-position: right bottom;
}
.main-programs{
    position: relative;
}
.main-programs .item-programs{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: 30px;
    position: relative;
}
.main-programs .item-programs .waptext, .main-programs .item-programs .image-programs{
    width: calc(50% - 30px);
    margin-right: 30px;
    position: relative;
}
.main-programs .item-programs .waptext .entry-title-programs{
    text-align: center;
    margin-bottom: 10px;
}
.main-programs .item-programs .waptext .entry-title-programs a{
    font-family: 'Baloo';
    font-size: 48px;
    color: var(--Mau_3);
}
.main-programs .item-programs .waptext .contents{
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    text-align: justify;
    margin-bottom: 20px;
}
.main-programs .item-programs .image-programs img{
    width: 450px;
    height: 450px;
    border-radius: 60px;
}
.main-programs .item-programs .image-programs .range-age{
    width: 191px;
    height: 439px;
    background: url(../../img/day_treo.png) no-repeat;
    text-align: center;
    position: absolute;
    right: -75px;
    top: -270px;
    z-index: 2;
}
.main-programs .slick-list{
    overflow: initial;
}
.main-programs .item-programs{
    opacity: 0;
}
.main-programs .item-programs.slick-current{
    opacity: 1;
}
.wapper-programs .title_home{
    margin-top: 50px;
}
.main-programs .item-programs .image-programs .range-age span{
    font-family: 'Baloo';
    font-size: 31px;
    line-height: 36px;
    color: var(--Mau_2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.cate_list_archive .post-item .post-meta{
    position: absolute;
    left: 34%;
    top: 50%;
    transform: translate(0,-50%);
    width: 65px;
    height: 65px;
    z-index: 1;
    background: var(--Mau_1);
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cate_list_archive .post-item .post-meta .text-date{
    color: var(--Mau_3);
    font-size: 30px;
    line-height: 30px;
    font-family: 'Baloo';
    text-align: center;
}
.cate_list_archive .post-item .post-meta .text-month-year{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--Mau_3);
}
/* .main-programs::before{
    content: "";
    position: absolute;
    width: 236px;
    height: 240px;
    background: url(../../img/tho_bg.png) no-repeat;
    left: 0;
    bottom: -240px;
    z-index: 1;
}
.main-programs::after{
    content: "";
    position: absolute;
    width: 357px;
    height: 357px;
    background: url(../../img/em_be_bg.png) no-repeat;
    right: -100px;
    bottom: -180px;
    z-index: 1;
} */
.content-archive-programs{
    padding-bottom: 140px;
}

.main-programs .slick-arrow{
    width: 50px;
    height: 17px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    transform: translate(0,-50%);
    background: url(../../img/arrow-next-color-white.png) no-repeat;
}
.main-programs .slick-arrow a{
    display: block;
    width: 100%;
    height: 100%;
}
.main-programs .slick-arrow.slick-disabled{
    display: none !important;
}
.main-programs .slick-arrow.btn-prev{
    transform:  translate(0,-50%) rotate(180deg);
    left:-60px;
}
.main-programs .slick-arrow.btn-next{
    background: url(../../img/arrow-next-color-white.png) no-repeat;
    right:-20px;
}
.sec_detail.block_details_1{
    margin-top: 40px;
}
.sec_detail .heading-details{
    margin-bottom: 30px;
}
.sec_detail .heading-details h2{
    font-family: 'Baloo';
    font-size: 30px;
    line-height: 47px;
    color: #003D84;
    text-align: center;
}
.sec_detail .heading-details p{
    font-size: 18px;
    line-height: 28px;
    color: var(--Mau_4);
}
.wapper-lotrinh{
    margin: 0 -10px;
    position: relative;
}
.wapper-lotrinh .slick-track{
    margin: 0 auto;
}
.wapper-lotrinh .item_lotrinh{
    /* width: calc(25% - 25px);
    margin-right: 25px; */
    padding:25px 10px;
    background: #F4F8F2;
    border: 1px dashed #A0CF77;
    border-radius: 10px;
    margin:0 12px;
}
.wapper-lotrinh .item_lotrinh .title_lotrinh{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--Mau_1);
}
.wapper-lotrinh .slick-arrow{
    width: 50px;
    height: 17px;
    min-height: 19px;
    top: 50%;
    transform: translate(0,-50%) !important;
    opacity: 1;
    z-index: 2;
    cursor: pointer;
    position: absolute;
}
.wapper-lotrinh .slick-arrow.btn-prev {
    background: url(../../img/prev-icon-3.png) no-repeat;
    left: -45px;
}
.wapper-lotrinh .slick-arrow.btn-next {
    background: url(../../img/next-icon-3.png) no-repeat;
    right: -45px;
}
.image_lotrinh img{
    width: 100%;
    height:auto;
    object-fit: cover;
}
.image_lotrinh{
    margin-bottom: 30px;
}
.dau_muc{
    padding-left: 15px;
}
.dau_muc .item{
    font-weight: 400;
    font-size: 16px;
    color: #484554;
    margin-bottom: 12px;
}
.block_details_2{
    background: #F4F4F4;
    padding-top: 0;
}
.block_details_2 .block-details.row-full-width{
    background: #fff;
    padding: 30px 0;
}
.block_details_2 .block-details.row-full-width .heading-details,
.block_details_2 .block-details.row-full-width .heading-details h2{
    margin-bottom: 0;
}
.block_details_2 .row-small.block-details{
    padding-top:30px;
}
.head-tlh{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: var(--Mau_2);
    text-transform: uppercase;
    margin-bottom: 7px;
}
.chu_thich_tlh{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #484554;
    margin-bottom: 22px;
}
.thoi_khoa_bieu .label_ykb{
    font-size: 22px;
    line-height: 24px;
    color: #484554;
    font-style: italic;
    position: relative;
    margin: 15px 0;
    padding-left: 30px;
}
.thoi_khoa_bieu .label_ykb span{
    color: #005932;
}
.thoi_khoa_bieu .label_ykb::before{
    content: "";
    width: 17px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../../img/dautiny.png) no-repeat;
}
/* .chitiet_tkb{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -20px;
    margin-top: 40px;
} */
.chitiet_tkb .item_tkb{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -20px;
}
.chitiet_tkb .item_tkb .item{
    text-align: center;
    margin-bottom: 15px;
    background: var(--Mau_3);
    border-radius: 13px;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 20px;
    color: #484554;
    width: 200px;
    margin-right: 20px;
}
.chitiet_tkb .item_tkb.heading_tkb .item{
    background: var(--Mau_1);
}
.block_details_3 .wapper-card-docs .item_card{
    position: relative;
}
.block_details_3 .wapper-card-docs .item_card .title_card{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    background: var(--Mau_1);
    border-radius: 13px;
    padding: 7px 30px;
    text-align: center;
    display: unset;
    margin-bottom: 35px;
}
.sec_detail.block_details_3 .heading-details{
    margin-bottom: 60px;
}
.block_details_3 .wapper-card-docs .item_card .image_card{
    position: absolute;
    right: -75px;
    top: -85px;
}
.the_tai_lieu{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -20px;
}
.the_tai_lieu .item_card_docs{
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 85px;
}
.the_tai_lieu .item_card_docs .inner-card{
    max-width: 400px;
    margin: 0 auto;
}
.the_tai_lieu .item_card_docs .inner-card .title_item{
    font-family: 'Baloo';
    font-size: 32px;
    line-height:32px;
    color: #003D84;
    margin-bottom: 15px;
    text-align: center;
}
.the_tai_lieu .item_card_docs .inner-card .box-image-card{
    padding:10px 20px;
    border: 1px solid #003D84;
    border-radius: 32px;
    margin-bottom: 12px;
}
.the_tai_lieu .item_card_docs .inner-card .box-image-card img{
    height: 230px;
    width: 100%;
    object-fit: cover;
}
.the_tai_lieu .item_card_docs .inner-card .desc_item_card{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #656565;
}
.block_details_3 .wapper-card-docs .item_card:last-child .the_tai_lieu .item_card_docs{
    margin-bottom: 0;
}
.sec_detail.block_details_4{
    background: #F4F4F4;
}
.wapper-card-giangday .box-giangday{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wapper-card-giangday .box-giangday .image-box-giangday{
    width: 290px;
    border: 3px solid #A0CF77;
    border-radius: 50%;
    padding: 5px;
}
.wapper-card-giangday .box-giangday .image-box-giangday img{
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.wapper-card-giangday .box-giangday .text-box-giangday{
    flex:1;
}
.wapper-card-giangday .box-giangday .text-box-giangday.fix_left{
    height: 260px;
    display: flex;
    align-items: center;
    background: #FFB7DE;
    border-radius: 131.5px;
    position: relative;
    left: -175px;
    z-index: -1;
    padding-left: 200px;
    padding-right: 50px;
}
.wapper-card-giangday .box-giangday .text-box-giangday.fix_right{
    height: 260px;
    display: flex;
    align-items: center;
    background: #9ED0D7;
    border-radius: 131.5px;
    position: relative;
    left: 175px;
    z-index: -1;
    padding-left:80px;
    padding-right: 200px;
}
.wapper-card-giangday .box-giangday .text-box-giangday .title{
    font-family: 'Baloo';
    font-size: 32px;
    line-height: 32px;
    color: #003D84;
    margin-bottom: 12px;
}
.wapper-card-giangday .box-giangday .text-box-giangday .description{
    font-size: 16px;
    line-height: 28px;
    color: #484554;
    text-align: justify;
}
.single .block_details_5 .social-icons.share-icons{
    margin-top: 0;
    border: unset;
}
.single .block_details_5 .social-icons.share-icons .icon.plain{
    padding: 5px;
    border: 1px solid #003D84;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
}
.single .block_details_5 .social-icons i {
    color: #005932 !important;
    position: relative;
    left: 1px;
    top: 1px;
}
.social-icons.share-icons span{
    color: #005932 !important;
}
.block_details_5{
    position: relative;
}
.block_details_5::before{
    content: "";
    position: absolute;
    left: 0;
    top:-175px;
    width: 172px;
    height: 276px;
    background: url(../../img/anim-icon.png) no-repeat;
}
.custom-row-skb{
    margin-top: 30px;
}
.custom-row-skb .title_home h2.title,
.sec_head .title_home h2.title,
.sec_1_dg .title_home h2.title{
    color: var(--Mau_2);
}
.accor-cus .item-acco{
    margin: 12px;
}
.accor-cus .item-acco .accordion-title{
    position: relative;
    background: #FFF5F9;
    border: unset;
    padding-left: 15px;
    border: 1px dashed #003D84;
    border-bottom: unset;
    border-radius:18px 18px 0 0;
}
.accor-cus .item-acco .accordion-title.vip{
    border-bottom: 1px dashed #003D84;
    border-radius:18px 18px 18px 18px;
}
.accor-cus .item-acco .accordion-title span{
    font-family: 'Baloo';
    font-size: 19px;
    line-height: 25px;
    color: #003D84;
}
.accor-cus .item-acco .accordion-title.active span{
    font-weight: normal;
}
.accor-cus .item-acco .accordion-title .toggle{
    position: absolute;
    right: 0;
    left: unset;
}
.accor-cus .item-acco .accordion-title .toggle i{
    font-size: 20px;
}
.accor-cus .item-acco .accordion-inner{
    background: #FFF5F9;
    border: 1px dashed #003D84;
    border-top: unset;
    border-radius:0 0 18px 18px;
    padding: 0 20px;
    padding-bottom: 15px;
}
.accor-cus .item-acco .accordion-inner .item{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #484554;
    margin-bottom: 0;
    list-style: none;
    position: relative;
    padding-left: 15px;
}
.accor-cus .item-acco .accordion-inner .item::before{
    content:"";
    position: absolute;
    left: 0;
    top:9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background:#484554;
}
.join-group{
    display: flex;
    align-items: center;
}
.join-group .content-join{
    flex: 1;
    margin-right: 30px;
}
.join-group .btn-join{
    width: 340px;
}
.join-group .content-join .title{
    font-size: 24px;
    line-height: 38px;
    font-family: 'Baloo';
    color: var(--Mau_1);
    margin-bottom: 8px;
}
.join-group .content-join .desc{
    font-size: 18px;
    line-height: 24px;
    color: #484554;
}
.join-group .btn-join >a{
    position: relative;
    display: block;
    background: linear-gradient(180deg, #A0CF77 0%, #D8F8BD 100%);
    border-radius: 31px;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #005932;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.84);
    margin-left: auto;
    --fa-animation-duration: 2s;
    --fa-beat-scale: 1.1;
}
.join-group .btn-join >a::before{
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    width: 66px;
    height: 108px;
    background: url(../../img/bg_nut.png) no-repeat;
    transform: translate(0,-50%);
}
.row-small > .item_video_reviews{
    margin-bottom: 30px;
}
.duongcong_dg {
    background: var(--Mau_1);
}
.box_danhgia {
    padding: 30px 25px 55px 25px;
    border: 1px dashed #29A9E1;
    box-shadow: 0px 4px 9px rgba(119, 159, 78, 0.25);
    border-radius: 60px;
}
.box_danhgia .box-image img{
    height: 155px;
    object-fit: cover;
    display: block;
    width: auto;
}
.box_danhgia .box-text h4{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #003D84;
    margin-bottom: 10px;
}
.box_danhgia .box-text h5{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #948677;
    margin-bottom: 12px;
}
.box_danhgia .box-text p{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    color: #484554;
}
.slider_dg .flickity-prev-next-button,
.slder_dg_ytb .flickity-prev-next-button{
    width: 50px;
    height: 17px;
    min-height: 19px;
    top: 50%;
    transform: translate(0,-50%) !important;
    opacity: 1;
}
.slider_dg .slider-show-nav .flickity-prev-next-button, .slider_dg .slider:hover .flickity-prev-next-button,
.slder_dg_ytb .slider-show-nav .flickity-prev-next-button, .slider_dg .slider:hover .flickity-prev-next-button{
    transform: translate(0,-50%) !important;
}
.slider_dg .flickity-prev-next-button svg,
.slder_dg_ytb .flickity-prev-next-button svg{
    border: unset !important;
}
.slider_dg .flickity-prev-next-button:hover svg,
.slder_dg_ytb .flickity-prev-next-button:hover svg{
    background: transparent !important;
    border: unset;
}
.slider_dg .flickity-prev-next-button.previous,
.slder_dg_ytb .flickity-prev-next-button.previous{
    background: url(../../img/prev-icon-3.png) no-repeat;
    left: -45px;
}
.slder_dg_ytb .flickity-prev-next-button.previous{
    left: 25px;
    opacity: 1;
}
.slider_dg .flickity-prev-next-button.next,
.slder_dg_ytb .flickity-prev-next-button.next{
    background: url(../../img/next-icon-3.png) no-repeat;
    right: -45px;
}
.slder_dg_ytb .flickity-prev-next-button.next{
    right: 45px;
    opacity: 1;
}
.item_video_box .video_danhgia{
    border-radius: 25px;
    margin-bottom:8px;
}
.item_video_box .text{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}
.head_qtht.title_home  p.description{
    text-align: left;
    font-style: normal;
}
.card-qtht{
    height: 160px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.card-qtht.align-left-card{
    background: linear-gradient(90deg, #FFFFFF 0.61%, #EEEEEE 92.38%);
    box-shadow: 12px 14px 16px rgba(0, 0, 0, 0.12);
    border-radius: 0 30px 30px 0;
}
.card-qtht.align-left-card .color_label{
    border-radius: 0 30px 30px 0;
}
.card-qtht.align-right-card{
    background: linear-gradient(89.97deg, #FFFFFF 0%, #EEEEEE 93.47%);
    box-shadow: -15px 14px 16px rgba(0, 0, 0, 0.13);
    border-radius: 30px 0px 0px 30px;
}
.card-qtht.align-right-card .color_label{
    border-radius: 30px 0px 0px 30px;
}
.card-qtht.color_1 .color_label{
    background: linear-gradient(90deg, #F7DE00 0.61%, #FFCB44 92.38%);
}
.card-qtht.color_2 .color_label{
    background: linear-gradient(90deg, #6984C0 0.61%, #7FA4E1 92.38%);
}
.card-qtht.color_3 .color_label{
    background: linear-gradient(90deg, #6CBD74 0.61%, #C3EF7B 92.38%);
}
.card-qtht.color_4 .color_label{
    background: linear-gradient(90deg, #4AB1A5 0.61%, #67F1E1 92.38%);
}
.card-qtht .content-card{
    flex:1;
}
.card-qtht .color_label{
    width: 74px;
    height: 100%;
}
.card-qtht.align-left-card .content-card{
    order:1;
}
.card-qtht.align-left-card .color_label{
    order:2;
}
.card-qtht.align-right-card .content-card{
    order:2;
}
.card-qtht.align-right-card .color_label{
    order:1;
}
.content-card{
    padding: 0 40px;
    display: flex;
    align-items: center;
}
.content-card .head_card{
    width: 300px;
    position: relative;
    margin-right: 35px;
    text-align: center;
    font-family: 'Baloo';
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    padding-right: 35px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-card .head_card::after{
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 1px;
    height: 120px;
    background: #C1C7CD;
}
.card-qtht.color_1 .content-card .head_card{
    color: #FFC700;
}
.card-qtht.color_2 .content-card .head_card{
    color: #1A74C8;
}
.card-qtht.color_3 .content-card .head_card{
    color: #5AC151;
}
.card-qtht.color_4 .content-card .head_card{
    color: #0DBDA8;
}
.content-card .content_detais{
    flex:1;
}
.title_qtht_ltct p{
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 47px;
    text-transform: uppercase;
    color: #003D84;
    text-align: center;
}
.block_tlct .title_lt{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-family: Baloo;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    color: var(--Mau_2);
}
.block_tlct .title_lt img{
    max-height: 73px;
    object-fit: cover;
    margin-right: 15px;
}
.block_tlct .title_lt span{
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 47px;
    color: #A0CF77;
}
.block_tlct .list_tl .item{
    position: relative;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2A2A2C;
    padding-left: 25px;
}
.block_tlct .list_tl .item::before{
    content: "";
    width: 20px;
    height: 17px;
    position: absolute;
    background: url(../../img/tick-mark_5.png) no-repeat;
    left: 0;
    top:2px;
}
.box_quytrinh{
    padding:27px 10px;
    position: relative;
    background: #FFFFFF;
    border-radius: 19px;
}
.box_quytrinh .box-image img{
    height: 205px;
    object-fit: cover;
}
.box_quytrinh .box-text{
    padding: 0;
    margin-top: 9px;
}
.box_quytrinh .box-text h4{
    margin-bottom: 17px;
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #003D84;
    text-align: center;
}
.box_quytrinh .box-text p{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #2A2A2C;
    height: 144px;
    padding:0 15px;
}
.box_quytrinh .button.btn-quytrinh{
    margin: 0;
    position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translate(-50%,0);
    background: linear-gradient(180deg, #2279FC 0%, #7FD0FE 0.01%, #FFF 100%);
    color: #000000;
    text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 42px;
    width: 130px;
    text-transform: inherit;
    padding: 0;
}
.blog-archive .breadcumbs_head {
    margin-bottom: 30px;
}
.custom-category .post-item .post-date{
    display: none;
}
.custom-category .title_category_main{
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 57px;
    color: var(--Mau_1);
}
.custom-category .post-item .box-image img{
    border-radius: 10px;
}
.custom-category .post-item .box-text .post-title{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #484554;
    margin-bottom: 24px;
}
.custom-category .post-item .box-text .from_the_blog_excerpt {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #484554;
}
.table-content-sidebar.post-sidebar .widget-area {
    padding:20px 10px;
    background: #FFFFFF;
    border: 1px dashed var(--Mau_2);
    box-shadow: 0px 4px 9px rgba(119, 159, 78, 0.25);
    border-radius: 30px;
}
.table-content-sidebar.post-sidebar .widget-area .widget{
    margin-bottom: 0;
}
.table-content-sidebar.post-sidebar .widget-area .flex-col.flex-grow>a{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #948677;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
.table-content-sidebar.post-sidebar .widget-title{
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 25px !important;
    line-height: 47px !important;
    color: var(--Mau_2);
    background: transparent;
    text-align: center;
    padding: 0;
}
.blog-archive{
    background: url(../../img/mam_aaaa.png) no-repeat;
    background-position: right 500px;
    background-size: auto;
}
.sec_page_dia_diem .dvls_maps_wrap .dvls_maps_container > .dvls_maps_header{
    background: transparent;
    padding-bottom:5px;
}
.title_page_diadiem h2.title{
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    color: var(--Mau_2);
}
.sec_page_dia_diem .dvls_maps_header_right .dvls_maps_3col{
    max-width: unset;
}
.dvls_maps_header_right .dvls_maps_3col .dvls_maps_col:last-child{
    width: auto;    
}
.page-numbers.nav-pagination{
    text-align: center;
}
.sec_page_dia_diem{
    background: url(../../img/the_gioi.png) no-repeat;
    background-position: center top;
    background-size: auto;
}
/* .sec_page_lienhe{
    background: url(../../img/bg_left_lh.png) no-repeat left center, url(../../img/mam_aaaa.png) no-repeat right center;
} */
.sec_page_lienhe .title_lienhe{
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    color: var(--Mau_2);
    text-align: center;
    font-family: 'Baloo';
}
.sec_page_lienhe .col_left_lienhe .head_left_lh{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #003D84;
    margin-bottom: 16px;
}
.sec_page_lienhe .col_left_lienhe .box_left_lh{
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    padding:17px 30px 25px 10px;
}
.sec_page_lienhe .col_left_lienhe .box_left_lh .list_lienhe{
    margin-bottom: 0;
}
.sec_page_lienhe .col_left_lienhe .box_left_lh .list_lienhe .item{
    list-style: none;
    position: relative;
    margin-left: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.sec_page_lienhe .col_left_lienhe .box_left_lh .list_lienhe .item img{
    margin-right: 12px;
}
.sec_page_lienhe .col_left_lienhe .box_left_lh .list_lienhe .item a{
    padding-top: 15px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #003D84;
}
.sec_page_lienhe .col_left_lienhe .box_left_lh .list_lienhe .item.local a{
    font-weight: 400;
}
.lienhe_form{
    padding-top: 30px;
}
.lienhe_form .description{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #393939;
    margin-bottom: 20px;
}
.btn_form_lh .btn_lh{
    margin: 0;
    background: linear-gradient(180deg, #28CAFD 0%, #FFF 100%);
    border-radius: 31px;
    font-size: 18px;
    line-height: 24px;
    color: #003D84;
    text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.84);
    text-transform: inherit;
}
.btn_form_lh .btn_lh:hover{
    color: initial !important;
}
.input-field input, .input-field textarea{
    border: 1px solid #c7c7c7;
    box-shadow: unset !important;
    height: 47px;
}
.khoa_hoc{
    position: relative;
}
.item-programs .img_ctl{
    position: absolute;
    width: auto;
    bottom: -250px;
    z-index: -1;
}
.item-programs .img_ctp{
    position: absolute;
    width: auto;
    right: 0;
    bottom: -240px;
    z-index: 1;
}
.sec_10 .title_home h2.title{
	font-size: 40px;
}
.sec_10{
	position: relative;
}
#main .sec_6{
    position: relative;
    z-index: 3;
}
#main .sec_6::before{
    width: 153px;
    height: 232px;
    content: "";
    position: absolute;
    left: 0;
    top:-100px;
    background: url(/wp-content/uploads/2023/04/anim-icon-4-2.png) no-repeat;
    animation-name: du_dua;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.sticky_isocal_footer{
    position: fixed;
    bottom: 12px;
    left: 12px;
    z-index: 22;
}
.sticky_isocal_footer .item.mesenger {
    margin-bottom: 12px;
}
.sticky_isocal_footer .item a{
    display: block;
}
.sticky_isocal_footer .item a img{
    width: 58px;
    height: 58px;
    scale: 1;
    transition: all .5s;
}
.sticky_isocal_footer .item a:hover img{
    scale: 1.1;
    transition: all .5s;
}
.mfp-title{
    font-size: 20px;
    line-height: 1.4em;
    text-align: justify;
    text-align-last: center;
}
.cate-tntuc_more{
    margin-bottom: 50px;
}
.Gallery .slick-arrow{
    width: 50px;
    height: 17px;
    min-height: 19px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    transform: translate(0,-50%);
}
.Gallery .slick-arrow.btn-prev{
    background: url(../../img/prev-icon-3.png) no-repeat;
    left: -20px;
}
.Gallery .slick-arrow.btn-next{
    background: url(../../img/next-icon-3.png) no-repeat;
    right: -20px;
    
}
.btn_danhgia .button-gt .btn-gt{
    background: linear-gradient(180deg, #3e8e4d 0%, #005a32 100%);
    margin: 0 auto;
    color: var(--Mau_3);
}
.panel .btn-gt{
    margin-left: auto;
    margin-right: 130px;
}
.faketab{
    display: flex;
    justify-content: center;
}
.faketab .item{
    list-style: none;
}
.faketab .item a{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--Mau_3);
}
.faketab .item.active a{
    color: var(--Mau_2);
}
.postid-1895 .label_ykb{
    display: none;
}
.box-image-card iframe{
    height: 220px;
}