.full-content-home{
    padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
    .row-home{
        margin: 0 -20px;
    }
    .col-home{
        padding: 0 20px;
    }
}
/**/
.home-box{
    position: relative;
    margin-bottom: 40px;
}
.home-slide {
  position: relative;
}
.home-slide .swiper-slide img{
    width: 100%;
    display: block;
}
.home-slide .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}
.home-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #00ADEF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 2px;
}
.home-slide .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    border: 2px solid transparent;
    background-color: #00ADEF;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}
.home-slide .iconleft {
    position: absolute;
    left: 30px;
    bottom: -50px;
    z-index: 2;
    display: none;
}
.home-slide .iconright {
    position: absolute;
    top:100%;
    right: 10%;
    z-index: 2;
  display: none;
}
/**/
.slide-tt {
    border-radius: 12px;
    background: #FFF5EA;
    padding: 10px;
}
.img-post-h {
    margin-bottom: 24px;
    border-radius: 12px;
}
.img-post-h img {
    width: 100%;
    display: block;
    /*aspect-ratio: 3 / 2;*/
    object-fit: cover;
} 
.item-post-h .title{
    color: #2472B0;
    font-size: 20px;
    font-weight: 500;
}   
.slide-tt .swiper-button-next, 
.slide-tt .swiper-button-prev{
    background-size: 18px;
}
.list-post-home .info-post .title {
    font-size: 16px;
}
/**/
/*
.home-kienthuc {
    margin-bottom: 100px;
}
*/
.homegt-right {
    padding-left: 80px;
}
.homegt-right .desc {
    margin-bottom: 40px;
}
.home-gt > svg {
    position: absolute;
    right: 0;
    bottom: -130px;
}
/**/
.home-khoahoc {
    padding: 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 0;
}
.home-box .row-title.center {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}
.home-khoahoc-head .iconleft {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: unset;
    display: none;
}
.view-all{
    text-align: center;
}
.home-test>svg,
.home-khoahoc > svg {
    position: absolute;
    bottom: -130px;
}
/**/
.home-test {
    padding: 0;
}
.home-test .icon {
    position: absolute;
    top: -75px;
    width: 154px;
    left: 20%;
    display: none;
}
.home-test > svg {
    bottom: unset;
    top: -150px;
    right: 0;
}
/**/
.box-giaovien.home-box {
    margin-bottom: 0;
}
/**/
.home-phanhoi {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 70%;
}
.home-phanhoi iframe {
  /*height: 100%;*/
  width: 100%;
  display: block;
  margin-bottom: 12px;
}
.home-phanhoi .row-title .icon {
    position: absolute;
    left: 0;
    width: 130px;
    top: -50px;
}
.item-ph {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    text-align: center;
    padding: 20px;
    margin: 40px auto 35px;
    width: 90%;
}
.content-ph h3 {
    color: #1273BF;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.content-ph>span {
    display: block;
    margin-bottom: 10px;
}
.item-ph img {
    width: 80px;
    height: 80px;
    display: block;
    margin: -40px auto 10px;
    border-radius: 100%;
}
.content-ph p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/*
.main-phaihoi .swiper-slide-active{
    background-image: url(../data/home/bg-phuhuynh-active.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
*/
.item-ph *{
    transition: .3s all;
}
.main-phaihoi .swiper-slide:not(.swiper-slide-active) img{
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
}
.main-phaihoi .swiper-slide:not(.swiper-slide-active) .content-ph span,
.main-phaihoi .swiper-slide:not(.swiper-slide-active) .content-ph p{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.main-phaihoi .swiper-slide:not(.swiper-slide-active) .content-ph h3{
    font-size: 14px;
}
.main-phaihoi .swiper-slide:not(.swiper-slide-active) .item-ph {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 20px;
    padding: 10px;
}

.main-phaihoi .swiper-slide:not(.swiper-slide-active){
    text-align: center;
    background-image: url(../data/home/bg-phuhuynh.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.main-phaihoi .swiper-slide *,
.main-phaihoi .swiper-slide{
    transition: .5s all;
    cursor: pointer;
}
/*
.main-phaihoi .swiper-slide.swiper-slide-next{
    transform: rotate(18.574deg);
}
*/
.main-phaihoi .swiper-slide.swiper-slide-next .item-ph{
    /*transform: rotate(12.415deg);*/
    margin: 40px 10px 0;
}
/*
.main-phaihoi .swiper-slide.swiper-slide-prev{
    transform: rotate(18.574deg);
}
*/
.main-phaihoi .swiper-slide.swiper-slide-prev .item-ph {
    /*transform: rotate(-40.415deg);*/
    margin: 0 10px 40px;
}
.main-phaihoi .swiper-wrapper {
    align-items: center;
}

@media only screen and (max-width: 810px) {
    .full-content-home {
        padding-bottom: 0;
    }
    /**/
    .home-slide .iconleft {
        left: 15px;
        bottom: -30px;
        width: 60px;
    }
    .home-slide .iconright {
        right: 40px;
        height: 80px;
    }
    .home-kienthuc {
        margin-bottom: 20px;
    }
    .list-post-home .info-post .title {
        font-size: 15px;
        line-height: normal;
    }
    .img-post-h {
        margin-bottom: 10px;
    }
    .item-post-h .title {
        font-size: 17px;
    }
    /**/
    .homegt-right {
        padding-left: 0;
    }
    .homegt-right .desc {
        margin-bottom: 20px;
    }
    /**/
    .home-box {
        margin-bottom: 20px;
    }
    /**/
    .home-khoahoc {
        padding: 40px 0;
    }
    .view-all {
        z-index: 9;
        position: relative;
    }
    .home-test .icon {
        top: -50px;
        width: 120px;
        left: 20px;
    }
    /**/
    .home-test {
        padding: 60px 0 0;
    }
    .content-ph h3 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 640px) {
    .home-gt .col-mb,
    .home-kienthuc .col-mb{
        width: 100%;
    }
    .slide-tt {
        margin-bottom: 10px;
    }

    .item-ph {
        margin: 40px auto 35px;
    }
    .slide-tt .swiper-button-next, .slide-tt .swiper-button-prev {
        background-size: 12px;
    }
    /**/
    .home-phanhoi .row-title .icon {
        width: 80px;
        top: -20px;
    }

}