/*css add more*/
.btn-closee-tts {
    font-weight: 700;
    bottom: 0;
    line-height: 1.7;
    padding: 2px 7px;
    border: 0;
    position: absolute;
    right: 0;
    background: #cd3c3f;
}

.resgister_now a {
    color: black;
    text-transform: uppercase;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-19px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-19px);
    }
}

img.program_img {
    margin-bottom: 2rem;
    width: 100%;
}

.title-about {
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    color: #545454;
}

.block_blog-new, .block_view_high, .block_blog-custom {
    margin-bottom: 2rem;
    background: white;
    padding: 1.5rem;
}

.title-section-tintuc > span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(http://cdn1642.cdn4s4.io.vn/media/icon_fire@2x.png) no-repeat;
}

.title-section-tintuc {
    display: flex;
    text-transform: uppercase;
    font-weight: 600;
    color: #cd3c3f;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.view_details {
    float: left;
    display: block;
    width: 95px;
    background: #4b9331;
    color: #fff;
    text-align: center;
    padding: 0px;
    height: 28px;
    line-height: 28px;
    font-size: 1.5rem;
    font-weight: 600;
}

.article_blog-custom-des {
    font-size: 1.6rem;
    color: #545454 !important;
    font-weight: 600;
    line-height: 1.8;
}

.article_blog-custom-title a {
    font-size: 2rem;
    font-weight: 600;
}

.article_blog-custom-title {
    margin-bottom: 1.5rem !important;
}

.news_content_first_img {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0px;
    top: 0;
    background: url(http://cdn1642.cdn4s4.io.vn/media/icon_pushpin.jpg) no-repeat;
    background-position: 39% 39%;
}

.post-date-new {
    font-weight: 600;
    text-align: center;
    z-index: 9;
    width: 14rem;
    height: 3rem;
    background: url(http://cdn1642.cdn4s4.io.vn/media/bg_newsgird@2x.png) no-repeat left center;
    background-size: 141px 30px;
    position: absolute;
    right: -4px;
    top: 0;
    color: white;
    line-height: 2;
    font-size: 1.5rem;
}

.register_find-pop-up-tts {
    cursor: pointer;
    font-size: 1.8rem;
    display: inline-block;
    padding: 1rem 1rem;
    background: #ffc200;
    color: #333;
    font-weight: 700;
    border-radius: 13px;
}

.cl-black {
    color: black;
}

.st-1 {
    position: relative;
}

.detail_link_advise, .register_find {
    cursor: pointer;
}

/*

/**/
.banner-tts img {
    border-radius: 35px;
}

/*background css*/
.menu_frist {
    text-align: center;
}

ul.menu_fristx li {
    margin-right: 6rem;
}

.copyright {
    font-weight: 600;
    font-size: 1.8rem;
}

.sub_last {
    color: #233c5e;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    padding: 1rem 25rem 5rem 25rem;
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    content: '\f062';
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    border: 3px solid #fff;
    background: #a0dcf9;
    color: var(--white);
    border-radius: 100%;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: -1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.menu-section > ul > li > a {
    font-size: 1.6rem;
}

div#nh-admin-bar {
    display: none;
}

.lg-backdrop {
    background: #66303073;
}

.block_service_home .title-section-home {
    margin-bottom: 4rem;
}

.testimony-wrap-why-title {
    min-height: 42rem;
}

.service_readmore:hover {
    color: white;
    background: #cd3c3f;
    transition: all 1s ease;
}

.block_service_home .title-section-home > p {
    padding: 0px 26rem;
}

.swiper-Tophome--description span:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    background: #cd3c3f;
    -webkit-animation: maquina 2s infinite alternate steps(31);
    animation: maquina 2s infinite alternate steps(31);
    z-index: 1;
}

@-webkit-keyframes maquina {
    from {
        width: 100%;
    }

    to {
        width: 0;
    }
}

@keyframes maquina {
    from {
        width: 100%;
    }

    to {
        width: 0;
    }
}

.swiper-Tophome--description span {
    position: relative;
    font-weight: 800;
}

.img_popup-tss img {
    width: 100%;
}

.body_popup-tts {
    padding: 4rem;
}

.modal-content-tts {
    box-shadow: rgba(0, 0, 0, 0.39) 0px 10px 20px, rgba(0, 0, 0, 0.33) 0px 6px 6px;
}

.article-title-popup-tts {
    color: #cd3c3f;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 2rem;
}

.img-play {
    position: relative;
}

.img_top_block_du_hoc img {
    width: 100%;
}

.article-description-popup-tts li {
    font-weight: 600;
    color: black;
    font-size: 2rem;
    line-height: 1.7;
}

.img_top_block_du_hoc:before {
    display: block;
    content: "";
    position: absolute;
    width: 120px;
    height: 100px;
    background: url(http://cdn1642.cdn4s4.io.vn/media/icon/decor1x.png)no-repeat;
    top: -70px;
}

.img_top_block_du_hoc:after {
    display: block;
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(http://cdn1642.cdn4s4.io.vn/media/icon/decor2x.png)no-repeat;
    top: -70px;
    right: 30px;
}

.img_top_block_du_hoc {
    position: relative;
}

.img-play:after {
    content: "";
    display: block;
    height: 180px;
    width: 180px;
    background: url(http://cdn1642.cdn4s4.io.vn/media/icon-play.png)no-repeat;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    top: 30%;
}

.block_429 {
    background: url(http://cdn1642.cdn4s4.io.vn/media/asset2.svg);
    background-repeat: none;
    background-repeat: no-repeat;
    background-position: right;
}

.home .logo-section {
    text-align: center;
}

.menu-section .entry-menu.dropdown {
    border-radius: 15px;
}

.doi_net_ve_jis img {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 3px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.decor-dashed:after {
    background: white;
    content: "";
    width: 74%;
    height: 2px;
    border-bottom: 2px dashed;
    display: block;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.decor-dashed {
    position: relative;
}

.bg-blogs-well {
    padding: 6rem 0px;
    background: url(http://cdn1642.cdn4s4.io.vn/media/4aa.png);
}

.bg-m {
    background: url(http://cdn1642.cdn4s4.io.vn/media/bg-m.png);
}

.bg-service-home {
    padding-top: 4rem;
    padding-bottom: 11rem;
    background: url(http://cdn1642.cdn4s4.io.vn/media/trang_chu/layer499.png);
    background-position: 100% -10rem;
    background-repeat: no-repeat;
}

.bg-red {
    background: #ed1c24;
}

.bg-page-intership {
    background: #f5fbff;
}

.bg-footer {
    background: #cd3c3f;
}

.header-tts .menu-section a {
    color: black !important;
}

.layout-child * {
    color: black !important;
}

.z-9-relative {
    z-index: 9;
    position: relative;
}

.home .menu-section .active {
    color: white !important;
}

.bg-thanhtuu {
    background: url(http://cdn1642.cdn4s4.io.vn/media/background/bg-thanh-tuu.png);
    background-position: 100% -3rem;
}

.bg-thanhtuu .title-section,.bg-thanhtuu .title-section_sub-title {
    color: white;
}

.bg-giayphep:before {
    width: 100%;
    height: 70%;
    background: #ffeef0;
    content: "";
    display: block;
    position: absolute;
}

address.info_web p {
    font-weight: 600;
}

.title-footer {
    margin-bottom: 2rem;
    font-size: 2.8rem;
    font-weight: 700;
}

.adress_footer p {
    font-weight: 500;
    font-size: 1.7rem;
}

.home .menu-section > ul > li {
    margin-right: 3rem;
}

.footer-address-content {
    margin-bottom: 2rem;
    padding-right: 5rem;
}

.giay-phep {
    margin-top: -10rem;
}

.bg-giayphep {
    position: relative;
    margin: 18rem 0px 8rem 0px;
}

p.des-giay-phep {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
}

.img_giayphep {
    text-align: center;
}

.giay-phep img {
    object-fit: cover;
    max-width: 100%;
    height: 66rem;
}

h3.title-giay-phep {
    margin-top: 10rem;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 3rem;
    color: var(--color-text);
}

.bg-topheader {
    width: 100%;
    background-image: url(http://cdn1642.cdn4s4.io.vn/media/background/asset-294x.png);
    z-index: 10;
    position: relative;
    min-height: 73rem;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% -16rem;
}

.bg-copy-right {
    background: #93151b;
}

/**/
.chapter-top {
    margin-bottom: 5rem;
    margin-top: 4rem;
    text-align: center;
}

.chapter-number {
    display: inline-block;
    font-size: 3rem;
    font-weight: 600;
    background: white;
    padding: 0.5rem 5rem;
    border-radius: 50px;
    line-height: 1.4;
    margin-bottom: 3rem;
}

.chapter-title {
    font-size: 3.5rem;
    font-weight: 700;
}

.title-mucluc:after {
    content: "";
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    /* right: 0; */
    position: absolute;
    background-color: #233c5e;
    height: 5px;
    display: block;
    width: 150%;
    max-width: 225px;
}

.title-mucluc {
    color: #233c5e;
    margin-top: 4rem;
    font-size: 4rem;
    font-weight: 700;
    position: relative;
}

.img_mucluc {
    position: absolute;
    bottom: 0;
}

.article-only-tit {
    margin-bottom: 3rem;
}

.only-title img {
    width: 60px;
    margin-right: 5rem;
    height: 60px;
}

.bg-mucluc:after {
    border-radius: 40px 0px 0px 40px;
    top: 0;
    background: #ffd4d4;
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    right: 0;
    position: absolute;
}

.content_catelog {
    padding: 11rem 1rem 4rem 10rem;
}

.only-title > a {
    font-size: 2.4rem;
    color: var(--color-text);
    font-weight: 700;
}

.bg-mucluc {
    position: relative;
}

.content-mucluc {
    position: relative;
    z-index: 9;
}

.register_advise_free {
    cursor: pointer;
    font-size: 2.5rem;
    display: inline-block;
    padding: 1.5rem 8rem;
    background: #233c5e;
    color: white;
    font-weight: 700;
    border-radius: 50px;
}

.list-social img {
    width: 50px;
    height: 50px;
}

.advise_now {
    cursor: pointer;
    padding: 0rem 0px;
    font-size: 2.8rem;
    background: #ffda00;
    color: black;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
}

.hotline_decor > .ta {
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 500;
    margin: 0px 30px 0px 30px;
}

.hotline_decor > .tb {
    font-size: 4rem;
    font-weight: 700;
}

.hotline_decor {
    display: flex;
    border-radius: 10px;
    padding: 1rem;
    color: white;
    background: #cd3c3f;
    align-items: center;
}

.block_job_japan .pagination {
    margin: 0;
    text-align: right;
    border: 0;
    padding-top: 0;
    padding-bottom: 1.5rem;
}

.img_border img {
    border-radius: 15px;
}

.article-title-tab:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: var(--color-highlight);
    height: 1px;
    display: block;
    width: 100%;
    max-width: 100%;
}

.value_ranksalary:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: var(--color-highlight);
    height: 1px;
    display: block;
    width: 100%;
    max-width: 100%;
}

.value_addresswork:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: var(--color-highlight);
    height: 1px;
    display: block;
    width: 100%;
    max-width: 100%;
}

.article-title-tab, .value_ranksalary,.value_addresswork {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    position: relative;
}

.view_tab_custom-home > li > a {
    padding: 0.5rem 2rem !IMPORTANT;
    font-weight: 600 !important;
    font-size: 2rem;
    border-radius: 9px;
    background: #cd3c3f;
    color: white !important;
    margin-right: 1rem;
}

.view_tab_custom-home >.nav-item {
    text-align: center;
    width: 25%;
}

.tab_content_home {
    padding: 2.5rem;
}

.block_job_japan {
    padding: 1rem;
    border: 4px solid #cd3c3f;
    border-radius: 10px;
}

.value_addresswork {
    font-weight: 600;
    color: var(--color-text);
    font-size: 1.6rem;
}

.value_ranksalary {
    font-weight: 600;
    color: var(--color-highlight);
    font-size: 1.6rem;
}

.article-title-tab a {
    color: var(--color-text);
    font-size: 1.8rem;
    font-weight: 600;
}

.title_tab_item:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: var(--color-highlight);
    height: 3px;
    display: block;
    width: 100%;
    max-width: 100%;
}

.title_tab_item {
    padding-bottom: 1.5rem;
    color: var(--color-text);
    font-weight: 700;
    font-size: 2rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.ratio-4-3-custom {
    position: relative;
    padding-top: 75%;
}

.ratio-4-3-custom img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.title-section_sub-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-text);
}

.swiper-Tophome.hjfghj {
    text-align: center;
}

.swiper-Tophome--description {
    color: white;
    font-size: 2rem;
    margin-bottom: 4rem;
}

.img_topHome img {
    background: white;
    padding: .3rem;
}

.swiper-button-prev img, .swiper-button-next img {
    height: 5rem;
}

.swiper-Tophome--tile {
    font-size: 4rem;
    color: white;
    font-weight: 700;
    line-height: 1.7;
}

.block-top-home {
    margin-top: 10rem;
}

.menu-custom-home {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
}

a.btn.btn-readmore {
    padding: 0;
}

.title-section span {
    color: #cd3c3f;
}

.resgister_now {
    cursor: pointer;
    border-radius: 8px;
    font-size: 1.8rem;
    float: left;
    background: #ffda00;
    padding: 1rem 2rem;
    font-weight: 700;
}

.title_contact {
    margin-bottom: 2.5rem;
    color: var(--color-highlight);
    font-size: 25px;
    font-weight: 600;
}

.form_order_advise .form-group {
    margin-bottom: 3rem;
}

.title-hotline {
    font-size: 2.8rem;
    font-weight: 700;
}

.article-item .inner-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ratio-16-9-custom {
    padding-top: 56.5%;
}

.view-small-custom img {
    border-radius: 15px;
}

.view-small-custom .inner-image {
    width: 100%;
    float: left;
    margin-right: 2rem;
}

footer * {
    color: white;
}

.footer_address .swiper-slide {
    margin-top: 0 !important;
}

.footer_address .row {
    margin-bottom: 3rem;
}

form.form_contact input {
    border-radius: 3px;
    border: 2px solid #72a4b0;
}

form.form_contact textarea {
    border-radius: 3px;
    border: 2px solid #72a4b0;
    min-height: 20rem;
}

.location_hanoi {
    margin-bottom: 2.5rem;
}

.btn-readmore i {
    font-weight: 600;
    font-size: 8px;
}

.btn_advise-free {
    cursor: pointer;
    font-size: 1.8rem;
    display: inline-block;
    background: #ffda00;
    color: black;
    font-weight: 700;
    padding: 10px 7rem;
    border-radius: 7px;
}

.thanh-tuu .row {
    align-items: center;
}

.thanh-tuu .mature-content {
    text-align: center;
}

.swiper-slide--wrap-thanh-tuu-staff {
    font-weight: 600;
    font-size: 2rem;
    color: var(--color-text);
}

.thanh-tuu .swiper-slide--wrap-thanh-tuu {
    font-weight: 700;
    color: #cd3c3f;
    font-size: 8rem;
}

.article-title-good-blogs > a {
    font-weight: 700;
    font-size: 1.8rem;
    color: black;
}

.btn.btn_good_blogs {
    display: flex;
    font-weight: 700;
    color: #cb3b3e;
    align-items: center;
    justify-content: center;
}

.btn_good_blogs i {
    margin-left: 5px;
    font-weight: 700;
}

.home_good_blogs .inner-content {
    text-align: center;
}

.home_good_blogs {
    border-radius: 15px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
}

.home_good_blogs img {
    border-radius: 15px;
}

.block_good_blogs .swiper {
    padding: 1rem;
}

.btn-register-footer {
    line-height: 0;
    border-radius: 50px;
    background: #cd3c3f;
    color: white;
    font-weight: 700;
    font-size: 2rem;
    padding: 2rem 4rem;
}

.form_order_advise textarea {
    border-radius: 10px;
    border: 1px solid;
    min-height: 14rem;
}

.form_order_advise input {
    border-radius: 10px;
    border: 1px solid;
}

.footer-address-content-title i {
    margin-right: 8px;
}

.footer-address-content-title span {
    font-weight: 500;
    font-size: 1.6rem;
    display: inline-block;
}

.footer-address-content-title {
    display: flex;
    align-items: center;
}

.direct {
    display: inline-block;
    color: #fed900;
    padding-left: 1.5rem;
    margin-top: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.direct:hover {
    color: #fed900;
}

.title-section-home {
    font-weight: 600;
    font-size: 1.8rem;
    color: white;
}

.title-customer-des {
    font-weight: 700;
    color: white;
    font-size: 2.8rem;
}

.swiper-slide--wrap-phan-hoi {
    text-align: center;
}

.swiper-slide--wrap-phan-hoi {
    padding: 2rem;
    border-radius: 0px 0px 10px 10px;
    background: white;
    text-align: center;
}

.swiper-description--service {
    font-weight: 500;
    font-size: 1.6rem;
    min-height: 13rem;
}

.title-section-service {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: black;
}

.service_readmore {
    display: inline-block;
    padding: 1rem 4rem;
    border: 1px solid #cd3c3f;
    border-radius: 50px;
    color: #cd3c3f;
    font-size: 1.6rem;
    font-weight: 700;
}

.testimony-wrap-body-service img {
    border-radius: 10px 10px 0px 0px;
}

.content_thanh_tuu {
    margin-top: 0px !important;
    padding: 1rem 4rem;
    border-radius: 30px 0px 30px 0px;
    background: white;
    margin-bottom: 4rem;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    background: #cd3c3f;
    width: 13px;
    height: 13px;
}

.swiper-pagination-bullet-active {
    width: 20px !important;
    height: 20px !important;
}

.view_good_content {
    min-height: 40rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 2rem;
    text-align: center;
}

.view_good {
    padding: 1rem;
}

.view_good_content-title {
    color: var(--color-text);
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.view_good_content-description {
    font-size: 1.6rem;
    line-height: 2;
}

.article-title-good-blogs {
    min-height: 8rem;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 1rem;
}

.blog_url {
    line-height: 1.8;
    font-size: 1.6rem;
    color: var(--color-text);
    display: inline-block;
    background: #ffb2b6;
    padding: 0.5rem 4rem;
    border-radius: 50px;
    font-weight: 600;
}

.decor-footer:after {
    content: "";
    display: block;
    background: white;
    max-width: 64%;
    height: 4px;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: -50px;
    right: 0;
    text-align: center;
    position: absolute;
}

.decor-footer {
    position: relative;
}

.img_register_advise {
    position: relative;
}

.register_advise-title {
    color: var(--color-text);
    position: absolute;
    right: 25px;
    font-size: 3rem;
    font-weight: 400;
    top: 30px;
}

.x1 {
    font-weight: 800;
}

.title-section-contact {
    margin-top: 10rem;
    color: var(--color-text);
    font-weight: 700;
    font-size: 3rem;
}

.testimony-wrap-why {
    min-height: 45rem;
    text-align: center;
    border: 2px dashed #233c5e;
    margin-bottom: 3rem;
}

.title-section-why {
    font-size: 2.4rem;
    font-weight: 700;
    color: red;
}

.swiper-slide--staff-why {
    color: #233c5e;
    font-size: 1.8rem;
    padding: 3rem;
    font-weight: 500;
    line-height: 2;
}

.block_why_choice_japan {
    padding-top: 10rem;
    padding-bottom: 5rem;
}

.stt-why {
    text-shadow: 4px 3px 1px rgb(141 137 116 / 61%);
    color: #ed1c24;
    font-size: 7rem;
    font-weight: 900;
    margin-top: -5rem;
}

.stt_hocbong {
    margin-right: 2rem;
    line-height: 1.5;
    text-align: center;
    height: 75px;
    width: 137px;
    display: inline-block;
    color: #233c5e;
    font-size: 5rem;
    font-weight: 800;
    border: 6px solid white;
}

.icon-popup-home {
    z-index: 9;
    position: absolute;
    width: 141%;
    bottom: -2px;
    right: -94px;
}

.form_popup-home {
    background: white;
    border-radius: 15px;
    padding: 3rem 4rem 4rem 8rem;
    border: 2px solid #111c2d;
}

.title_popup-home {
    font-size: 2.7rem;
    font-weight: 700;
    color: #111c2d;
    margin-bottom: 3rem;
}

.form_popup-home input {
    margin-bottom: 2rem;
    border: 1px solid #545454;
    border-radius: 50px;
}

.form_popup-home textarea {
    border-radius: 15px;
    min-height: 9rem;
    margin-bottom: 2rem;
    border: 1px solid #545454;
}

.form_popup-home input::placeholder , .form_popup-home textarea::placeholder {
    font-weight: 600;
}

.form_order_advise input::placeholder , .form_order_advise textarea::placeholder {
    font-weight: 700;
    font-size: 1.6rem;
}

.modal-content-home {
    background: #FFFFFF;
    background: -moz-linear-gradient(left, #FFFFFF 0%, #D4FBFF 69%, #D4FBFF 100%);
    background: -webkit-linear-gradient(left, #FFFFFF 0%, #D4FBFF 69%, #D4FBFF 100%);
    background: linear-gradient(to right, #FFFFFF 0%, #D4FBFF 69%, #D4FBFF 100%);
}

/*trang du hoc*/
.review-customer-right-title1 {
    font-size: 5rem;
    font-weight: 800;
}

.review-customer-right-title2 {
    font-size: 3rem;
    font-weight: 500;
}

.content_left-review-customer > .content_review-customer-body:first-child {
    position: relative;
    margin-right: -10rem;
}

.content_left-review-customer > .content_review-customer-body:last-child {
    margin-top: -8rem;
}

.block_review_customer:after {
    background: #edf2f7;
    content: "";
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
}

.block_review_customer {
    position: relative;
    margin: 15rem 0px 1rem 0px;
}

.content_left-review-customer {
    display: flex;
}

.content_review-customer {
    background: white;
    border-radius: 15px;
    width: 80%;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    padding: 3rem;
    text-align: center;
}

.swiper-slide--description-customer {
    font-weight: 500;
    font-size: 1.5rem;
}

.title-section_customer-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 2rem 0px 1rem 0px;
}

.title-section_customer-des {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
}

.content_review-customer {
    text-align: center;
}

.review-customer-img img {
    border-radius: 50%;
    height: 20rem;
}

.number-prof:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #233c5e;
    width: 8%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    top: 50%;
}

.number-prof {
    z-index: 9;
    position: relative;
}

.number-prof-child {
    background: white;
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 0px 5px;
}

.bg-condition {
    position: relative;
}

.description-proflie i {
    width: 30px;
    font-size: 2rem;
    font-weight: 800;
    color: #00a651;
}

.title-condition {
    font-weight: 600;
    background: #233c5e;
    padding: 3rem;
    font-size: 3rem;
    color: white;
    text-align: center;
}

.condition_content {
    position: relative;
}

.condition_content:after {
    top: 0;
    background: #ffd4d4;
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    left: 0;
    position: absolute;
}

.content-left {
    position: relative;
    padding: 3rem;
    z-index: 9;
}

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

span.title-cate {
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
}

.khung-item-cate-row-dmsp {
    margin-bottom: 5rem;
}

.bg_chapter-4 {
    border-top: 6px solid #323436;
    background: #cad5da;
}

.why-choice-japan .swiper-slide {
    margin-top: 0 !important;
}

.khung-child-danhmuc-sp> .khung-item-cate-row-dmsp:nth-child(2n) > div:nth-child(1) {
    order: 1;
}

.bg-condition {
    margin-bottom: 10rem;
}

.content-left-item_des {
    color: #233c5e;
    font-weight: 500;
    font-size: 2rem;
}

.content-left-item_title {
    position: relative;
    font-weight: 700;
    font-size: 1.8rem;
}

.content-left-item_title:before {
    z-index: 10;
    content: "";
    display: block;
    height: 120%;
    width: 5px;
    background: #233c5e;
    position: absolute;
    right: 0;
    top: 0;
}

.content-left-item_title:after {
    top: 0;
    background: #ffe684;
    content: "";
    display: block;
    width: 100%;
    height: 120%;
    left: 0;
    position: absolute;
}

.xasz {
    margin-top: -1rem;
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 9;
    text-align: right;
    padding-right: 1rem;
}

.title_listds_item {
    border-radius: 10px;
    text-align: center;
    background: #233c5e;
    color: white;
    font-weight: 700;
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 1.5rem;
    padding: 1rem;
}

.title-list_duhoc {
    color: #e11b22;
    text-align: center;
    font-size: 3.8rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.title-sub-list {
    color: #233c5e;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.view_list_duhoc {
    border-radius: 15px;
    padding: 3rem;
    border: 5px solid;
}

.block-list_duhoc {
    margin-bottom: 10rem;
}

.view_list_duhoc .article-title-tab:after,.view_list_duhoc .value_addresswork:after,.view_list_duhoc .value_ranksalary:after {
    background: white;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border: 1px dashed;
    height: 1px;
    display: block;
    width: 100%;
    max-width: 100%;
}

.view_list_duhoc .value_addresswork,.view_list_duhoc .value_ranksalary {
    color: #233c5e !important;
}

.title-list_duhoc > span {
    font-size: 3.4rem;
    color: #233c5e;
}

.view_list_duhoc .register_advise_free {
    background: #ed1c24;
}

.bg-color-duhoc {
    background: #233c5e;
}

.title-profile-main {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.title-profile-main {
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #233c5e;
    font-weight: 700;
    font-size: 3.4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}

span.title-profile {
    border-radius: 50px;
    font-size: 2rem;
    padding: 5px 3rem;
    color: white;
    background: #233c5e;
    font-weight: 600;
}

.profile-content {
    padding: 3rem;
}

.img_profile {
    margin-bottom: 3rem;
}

.description-proflie {
    line-height: 2;
    color: #233c5e;
    font-size: 1.8rem;
    font-weight: 500;
}

button.btn-link-new > i {
    font-size: 1.5rem;
    float: right;
}

button.btn-link-new {
    font-size: 2.4rem;
    font-weight: 700;
    color: #233c5e;
    padding: 0;
    text-align: left;
    width: 100%;
    border: 0;
    background: 0;
}

.card {
    margin-bottom: 3rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-header {
    border-bottom: 2px dashed;
}

.card-header > h5 {
    padding: 2rem;
}

.card-body {
    color: #233c5e;
    font-weight: 600;
    line-height: 2;
    font-size: 1.8rem;
    padding: 2rem;
}

span.number_question {
    font-weight: 800;
    color: white;
    margin-right: 1rem;
    font-size: 5rem;
    display: inline-block;
    height: 55px;
    width: 55px;
    background: #233c5e;
    text-align: center;
    line-height: 1.2;
}

.content-get_advise {
    position: relative;
    border-radius: 30px;
    padding: 4rem 10rem;
    background: #4075ad;
}

.content-get_advise:after {
    width: 238px;
    content: "";
    display: block;
    height: 346px;
    background: url(http://cdn1642.cdn4s4.io.vn/media/img_du_hoc/x32d-removebg-preview.png);
    position: absolute;
    right: -47px;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.block_get_advise {
    padding: 5rem 20rem 7rem 10rem;
}

img.icon-check {
    width: 22px;
    margin-right: 10px;
}

.content-block-duhoc-top {
    padding: 3rem;
}

.content-left-1 {
    font-size: 3.5rem;
    font-weight: 600;
}

.content-left-1-nk {
    font-size: 5rem !important;
}

.content-left-1-nk > span:nth-child(1), .content-left-1-mk > span:nth-child(1) {
    color: #ed1c24;
}

.content-left-1-nk > span:nth-child(2), .content-left-1-mk > span:nth-child(2) {
    color: #fcc208;
}

.content-left-1-mk {
    text-transform: uppercase;
    font-weight: 800;
}

.content-left-2 p {
    font-size: 2.8rem;
    display: flex;
    align-items: center;
}

.img_top_block_du_hoc img {
    object-fit: contain;
    height: 40rem;
}

.article-description-about {
    font-weight: 600;
    line-height: 1.7;
    font-size: 1.8rem;
    color: #233c5e;
}

.full-image-about img {
    border-radius: 25px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 3px 3px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.article-description-about > p:nth-child(1) {
    /*text-align: center;*/
}

.btn-get-advise {
    font-size: 1.8rem;
    font-weight: 600;
    color: black;
    background: #fff200;
}

.logo-section-duhoc img, .logo-footer img {
    height: 8rem;
    object-fit: contain;
}

.title-section-camnang {
    color: #233c5e;
    font-weight: 800;
    font-size: 4rem;
}

.title-sub-camnang {
    color: #233c5e;
    margin-bottom: 3rem !important;
    font-weight: 500;
    font-size: 3.5rem;
}

/*trang du hoc*/
/*trang thuc tap sinh*/
.content-left-tts-top {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ed1c24;
}

.content-left-tts-bottom {
    font-weight: 700;
    font-size: 3.5rem;
    color: #ffc200;
    text-align: center;
}

.advise_now-tts {
    cursor: pointer;
    background: #333333;
    display: inline-block;
    color: white;
    padding: 1.5rem 10rem;
    font-weight: 600;
    font-size: 2rem;
    border-radius: 50px;
}

.icon-arrow {
    margin-right: 2rem;
    filter: brightness(0) invert(1);
}

p.Nursing_title-sub span {
    color: #ed1c24;
}

.content-left-tts-2 {
    margin-bottom: 2rem;
}

.content-left-tts-2 p {
    color: #333333;
    font-weight: 500;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
}

img.gau_con {
    margin-bottom: 2rem;
    width: 70%;
}

.content-Nursing-left img {
    width: 10rem;
    object-fit: contain;
}

.content-Nursing-right {
    font-weight: 600;
    font-size: 2.5rem;
}

.content-Nursing-left {
    margin-right: 4rem;
}

.content-Nursing {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed;
}

.Nursing_title {
    margin-top: 3rem;
    margin-bottom: 5rem;
    text-align: center;
}

.Nursing_title-top {
    font-weight: 800;
    font-size: 4.5rem;
}

.Nursing_title-sub {
    line-height: 2;
    font-size: 2.5rem;
    font-weight: 600;
}

.content-Nursing-left {
    font-size: 3rem;
    font-weight: 700;
}

.content-Nursing-left > span:nth-child(1) {
    display: block;
}

.content-Nursing-left > span:nth-child(2) {
    color: #ed1c24;
}

.decor_nursing-center img {
    height: 15rem;
}

.decor_nursing-center {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.content-Nursing-catch-up p {
    font-size: 2.4rem;
    padding-right: 8rem;
    font-weight: 500;
}

.content-Nursing-catch-up-img img {
    width: 100%;
}

.register_find {
    font-size: 2rem;
    display: inline-block;
    padding: 1.5rem 8rem;
    background: #ffc200;
    color: #333;
    font-weight: 700;
    border-radius: 50px;
}

.block_Nursing-bottom {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
}

.img_giayphep_uytin img {
    object-fit: contain;
    max-height: 65rem;
    width: 100%;
}

.title_team_good {
    font-size: 4rem !important;
}

.title_team_good span {
    color: #ed1c24;
}

.title-becoming {
    text-align: center;
    font-weight: 800;
    font-size: 2.4rem;
}

.title_block_becoming {
    margin-top: 5rem;
    margin-bottom: 3rem;
    font-size: 3rem;
    color: #545454;
    font-weight: 700;
    text-align: center;
}

.title_block_becoming span {
    color: #ed1c24;
}

.content_thanh_tuu {
    min-height: 20rem;
}

.description-cate {
    line-height: 2.2;
    text-align: justify;
    margin-top: 2rem;
    font-weight: 600;
    font-size: 1.8rem;
}

.full-image-trainee img {
    object-fit: contain !important;
}

.full-image-trainee img {
    width: 100%;
    height: 32rem;
    object-fit: contain;
}

.article-description-trainee * {
    font-weight: 700;
    font-size: 2rem;
}

.interview-trainee {
    margin-top: 5rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: white;
    padding: 3rem;
}

.title-section-trainee {
    color: #ed1c24;
    font-size: 3rem;
    font-weight: 700;
    margin-top: 5rem;
}

.title-section-trainee span {
    color: black;
}

.article-title-trainee {
    font-weight: 700;
    text-align: center;
    padding: 0px 5rem;
    color: red;
    font-size: 2.4rem;
    margin-top: 2rem;
}

.btn-next-trainee i , .btn-prev-trainee i {
    font-weight: 600;
    font-size: 6rem !important;
    color: #d5d52d;
}

.program_intership-title {
    margin-top: 3rem;
    margin-bottom: 5rem;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
}

.description-program {
    font-size: 2.4rem;
}

.description-program span {
    font-weight: 700;
}

.program_intership-title span {
    color: #ed1c24;
}

.conent_bottom-program span {
    color: #ed1c24;
}

.conent_bottom-program {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
}

.icon_sott {
    width: 45px;
    margin-right: 3rem;
}

.content_visa_title .btn-link {
    color: black;
    font-weight: 600;
    font-size: 2rem;
}

.card-body-1.content_visa_description {
    margin-left: 9.5rem;
    font-size: 1.8rem;
}

.visa_rock-title {
    margin-top: 3rem;
    margin-bottom: 5rem;
    font-size: 3rem;
    font-weight: 800;
}

.visa_rock-title span {
    color: #ed1c24;
}

.bg-visa_rock {
    position: relative;
}

.bg-visa_rock:after {
    border-radius: 40px 0px 0px 40px;
    bottom: 0;
    background: #ffabaf;
    content: "";
    display: block;
    width: 70%;
    height: 75%;
    right: 0;
    position: absolute;
}

.faq-main-visa {
    z-index: 9;
    position: relative;
}

.decor-visa {
    position: absolute;
    bottom: 0;
    right: 0;
}

.decor-visa img {
    width: 30rem;
}

.content-get_advise-tts:before {
    border-radius: 25px;
    left: -15px;
    top: 12px;
    border: 2px dashed;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.block_get_advise-tts {
    position: relative;
    padding: 0rem 15rem 3rem 15rem;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.block_get_advise-tts:after {
    bottom: 0;
    display: block;
    content: "";
    width: 525px;
    height: 500px;
    background: url(http://cdn1642.cdn4s4.io.vn/media/img_thuc_tap_sinh/decor-tuvan-tts.png)no-repeat;
    position: absolute;
    right: -17px;
}

.block_get_advise-tts:before {
    transform: rotate(5deg);
    z-index: 9;
    width: 203px;
    content: "";
    display: block;
    height: 302px;
    background: url(http://cdn1642.cdn4s4.io.vn/media/img_thuc_tap_sinh/dieu_duong_1.png);
    position: absolute;
    right: 132px;
    top: 109px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-get_advise-tts {
    background: #ffbc00;
    position: relative;
    border-radius: 30px;
    padding: 4rem 10rem;
}

/*.content-get_advise-tts:after {*/
/*    width: 204px;*/
/*    content: "";*/
/*    display: block;*/
/*    height: 270px;*/
/*    background: url(http://cdn1642.cdn4s4.io.vn/media/img_thuc_tap_sinh/dieu_duong_1.png);*/
/*    position: absolute;*/
/*    right: -47px;*/
/*    bottom: 0;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/
.btn-get-advise-tts:hover {
    color: white;
}

.btn-get-advise-tts {
    font-weight: 700;
    background: #333333;
    font-size: 1.8rem;
    color: white;
}

.content-get_advise-tts input::placeholder, .content-get_advise-tts textarea::placeholder {
    font-weight: 700;
    font-size: 1.6rem;
}

.title_get_advise-tts {
    margin-bottom: 1rem;
    margin-left: 8rem;
}

.acc-programs-1 {
    margin: 5rem 0px;
}

.some_img_body_left img {
    object-fit: cover;
    height: 100%;
}

.some_img_body_left {
    margin-top: -6rem;
    padding: 0px 3rem;
    height: 100%;
}

.block_some_img {
    padding: 15rem 0rem 10rem 0rem;
}

.some_img_body img {
    border-radius: 20px;
}

.some_img_content {
    min-height: 48rem;
    background: #f6e8ff87;
}

.some_img_body_center {
    padding: 0px 2rem;
}

.some_img_body_right-top {
    margin-top: -3rem;
    margin-bottom: 5rem;
    padding: 0px 7rem;
}

.some_img_body_right-bottom {
    width: 75%;
}

.some_img_body_right-bottom {
    height: 100%;
    width: 70%;
}

.some_img_body_right-bottom img {
    object-fit: cover;
    height: 75%;
}

.some_img_body_center-title span {
    color: #ed1c24;
}

.some_img_body_center-title:before {
    left: 18px;
    content: "";
    position: absolute;
    display: block;
    height: 50%;
    width: 4px;
    background: black;
}

.some_img_body_center-title {
    color: var(--color-text);
    position: relative;
    padding: 4rem 4rem;
    font-size: 3.5rem;
    font-weight: 700;
}

.title-good-job span {
    color: black;
}

.title-good-job {
    margin: 5rem 0px;
    font-size: 3rem;
    font-weight: 700;
    color: #ed1c24;
}

.view_good_job {
    border-radius: 15px;
    padding: 2rem;
    border: 6px solid #ed1c24;
}

.view_good_job .title_tab_item, .view_good_job .article-title-tab a, .view_good_job .value_addresswork {
    font-weight: 700;
    color: black;
}

.view_good_job .value_ranksalary {
    font-weight: 700;
}

.view_good_job .pagination {
    border: 0;
    text-align: right;
    margin: 0;
}

.detail_link_advise a {
    font-size: 2rem;
    border-radius: 8px;
    padding: 1.2rem 0px;
    display: block;
    text-align: center;
    background: #ffda00;
    margin-top: 1.5rem;
    font-weight: 800;
}

.register_find_now {
    text-align: center;
}

.register_find_now a {
    border-radius: 50px;
    font-size: 2.5rem;
    display: inline-block;
    color: black;
    background: #ffc200;
    padding: 1.5rem 3.5rem;
    font-weight: 700;
}

.title-customer-why-choice {
    font-weight: 800;
    font-size: 3.5rem;
    color: #233c5e;
    margin-bottom: 5rem;
}

.title-customer-why-choice span {
    color: #ed1c24;
}

/**/
/*LAPTOP */
@media (min-width: 1100px) and (max-width: 1600px) {
    .block_429 {
        background-position: 113% 100%;
    }

    .img_top_block_du_hoc img {
        height: 43.5rem;
    }

    .bg-thanhtuu {
        background: url(http://cdn1642.cdn4s4.io.vn/media/background/bg-thanh-tuu.png);
        background-position: 182% -3rem;
    }

    .img_top_block_du_hoc:after {
        display: block;
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        background: url(http://cdn1642.cdn4s4.io.vn/media/icon/decor2x.png)no-repeat;
        top: -95px;
        right: 64px;
        border-radius: 96px;
    }

    .block_get_advise-tts:after {
        bottom: 0;
        display: block;
        content: "";
        width: 525px;
        height: 500px;
        background: url(http://cdn1642.cdn4s4.io.vn/media/img_thuc_tap_sinh/decor-tuvan-tts.png)no-repeat;
        position: absolute;
        right: -100px;
    }

    .block_get_advise-tts:before {
        transform: rotate(5deg);
        z-index: 9;
        width: 203px;
        content: "";
        display: block;
        height: 302px;
        background: url(http://cdn1642.cdn4s4.io.vn/media/img_thuc_tap_sinh/dieu_duong_1.png);
        position: absolute;
        right: 51px;
        top: 109px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .some_img_body_right-bottom img {
        object-fit: cover;
        height: 85%;
    }

    .bg-topheader {
        background-position: 50% -23rem;
    }

    .bg-service-home {
        padding-top: 2rem;
        padding-bottom: 10rem;
        background: url(http://cdn1642.cdn4s4.io.vn/media/trang_chu/layer499.png);
        background-position: 38% -17rem;
        background-repeat: no-repeat;
    }

    button.btn-link-new {
        line-height: 1.6;
    }

    span.number_question {
        font-weight: 800;
        color: white;
        margin-right: 1rem;
        font-size: 4rem;
        display: inline-block;
        height: 45px;
        width: 45px;
        background: #233c5e;
        text-align: center;
        line-height: 1.2;
    }

    .condition_content:after {
        width: 93%;
    }

    .article-description-about {
        font-weight: 600;
        line-height: 1.6;
        font-size: 1.6rem;
    }

    .content-left-2 p {
        font-size: 2.6rem;
    }

    .content-left-tts-bottom {
        font-weight: 700;
        font-size: 3rem;
    }

    .content-left-tts-top {
        font-size: 3rem;
    }

    .content-left-tts-2 p {
        font-size: 2.4rem;
    }
}

/*pop-up*/
.modal-dialog {
    max-width: 700px !important;
}

/*reponsive*/
@media (max-width: 768px) {
    .article_blog-custom-title {
        margin-top: 10px ;
    }

    .title-section-tintuc {
        display: flex;
        text-transform: uppercase;
        font-weight: 600;
        color: #cd3c3f;
        font-size: 2.5rem;
        margin-bottom: 2rem;
        align-items: center;
    }

    span.title-cate {
        display: inline-block;
        font-size: 2.5rem;
    }

    .block_some_img {
        padding: 10rem 0rem 5rem 0rem;
    }

    .conent_bottom-program {
        margin-bottom: 3rem;
    }

    .acc-programs-1 {
        margin: 1rem 0px;
    }

    .visa_rock-title {
        margin-bottom: 2rem;
        z-index: 9;
        position: relative;
    }

    .decor-visa img {
        width: 20rem;
    }

    .decor-visa {
        position: relative;
        bottom: auto;
        right: 0;
        top: 0px;
    }

    /*.regisx{*/
    /*    text-align: center;*/
    /*}*/
    .body_popup-tts {
        padding: 1.5rem;
    }

    .btn-register-footer {
        font-size: 2rem;
        padding: 1.5rem 3rem;
    }

    .icon-popup-home {
        z-index: 9;
        position: absolute;
        width: 79px;
        bottom: -2px;
        right: -51px;
    }

    .form_popup-home {
        padding: 3rem 4rem 4rem 2rem;
    }

    .content-mucluc {
        padding-top: 2rem;
    }

    .article-only-tit {
        margin-bottom: 0rem;
    }

    .bg-service-home {
        padding-top: 4rem;
        padding-bottom: 6rem;
        background-position: 100% 0rem;
    }

    .advise_now {
        padding: 1rem 0px;
    }

    .hotline_decor > .ta {
        display: inline-block;
        font-size: 2.4rem;
    }

    .view_tab_custom-home >.nav-item {
        margin-bottom: 1rem;
        text-align: center;
        width: 50%;
    }

    .view_tab_custom-home > li > a {
        line-height: 4.5rem;
        padding: 0 !important;
        height: 4.5rem;
        font-size: 1.4rem;
    }

    .block_service_home .title-section-home > p {
        padding: 0px 0rem;
    }

    .content-get_advise-tts:before {
        border-radius: 25px;
        left: -7px;
    }

    .some_img_body_right-bottom img {
        margin-bottom: -4rem;
        object-fit: cover;
        height: 21rem;
    }

    .some_img_body_left img {
        margin-bottom: 3rem;
        object-fit: cover;
        height: 24rem;
    }

    .content-left-item_des {
        font-size: 1.5rem;
    }

    .bg-page-intership .btn-menu-mobile {
        color: black !important;
    }

    .content-get_advise-tts {
        background: #ffbc00;
        position: relative;
        border-radius: 30px;
        padding: 4rem 2rem;
    }

    .title_get_advise-tts {
        width: 100%;
        margin-bottom: 1rem;
        margin-left: 0rem;
    }

    .some_img_body_right-bottom {
        float: right;
        height: 90%;
        width: 70%;
    }

    .btn-block-program span {
        display: inline-block;
        text-align: left;
    }

    .btn-block-program {
        display: flex;
        align-items: center;
    }

    .faq-main-visa {
        padding: 0;
    }

    .block_visa-rock > .container > .row {
        margin: 0;
    }

    .bg-visa_rock:after {
        border-radius: 15px;
        width: 100%;
        height: 100%;
    }

    .description-program {
        margin-bottom: 2rem;
    }

    .block_program-visa_intership .khung-item-cate-row-dmsp {
        margin-bottom: 3rem;
    }

    .program_intership-title {
        margin-bottom: 3rem;
    }

    .article-title-trainee {
        padding: 0px 0rem;
    }

    .bg-page-intership .title-giay-phep {
        margin-top: 0rem;
    }

    .content-Nursing-catch-up p {
        text-align: justify;
        font-size: 2.4rem;
        padding-right: 0rem;
        font-weight: 500;
    }

    .content-Nursing-left {
        margin-right: 0rem;
    }

    .content-Nursing-left {
        margin-bottom: 3rem;
    }

    img.gau_con {
        margin-bottom: 2rem;
        width: 100%;
    }

    .content-block-duhoc-top {
        padding: 1rem;
    }

    .swiper-slide--staff-why {
        padding: 2rem;
    }

    .chapter-title {
        margin-bottom: 3rem;
    }

    span.number_question {
        font-size: 4rem;
        height: 45px;
        width: 45px;
        line-height: 1.3;
    }

    .img_nhan_tu_van {
        width: 100%;
    }

    .content-get_advise {
        margin-bottom: 3rem;
        position: relative;
        border-radius: 10px;
        padding: 2rem 1rem;
        background: #4075ad;
    }

    .block_get_advise {
        margin-top: 2rem;
        padding: 0rem;
    }

    .content-get_advise:after {
        display: none;
    }

    .block_review_customer:after {
        width: 100%;
        height: 100%;
    }

    .review-customer-right-title1 {
        margin: 2rem 0px;
        font-size: 3rem;
        font-weight: 800;
    }

    .review-customer-right-title2 {
        margin-bottom: 3rem;
        font-size: 2.4rem;
    }

    .content_left-review-customer > .content_review-customer-body:first-child {
        position: relative;
        margin-right: -3rem;
    }

    .review-customer-img img {
        border-radius: 50%;
        height: 10rem;
    }

    .content_review-customer {
        background: white;
        border-radius: 15px;
        width: 90%;
        box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
        padding: 1rem;
        text-align: center;
    }

    .description-proflie {
        margin-bottom: 2rem;
    }

    .img_profile {
        margin-bottom: 2rem;
    }

    span.title-profile {
        font-size: 1.5rem;
        padding: 5px 3rem;
        font-weight: 700;
    }

    .profile-content {
        padding: 0rem;
    }

    .number-prof:before {
        width: 40%;
    }

    .description-cate {
        margin-bottom: 2rem;
    }

    .khung-item-cate-row-dmsp {
        margin-bottom: 1rem;
    }

    .khung-child-danhmuc-sp> .khung-item-cate-row-dmsp:last-child > div:nth-child(2) {
        margin-bottom: 3rem;
    }

    .khung-child-danhmuc-sp> .khung-item-cate-row-dmsp:nth-child(2n) > div:nth-child(1) {
        order: 0;
    }

    .chapter-top {
        margin-bottom: 0rem;
    }

    .box_hocbong {
        margin-top: 3rem;
    }

    .block-list_duhoc {
        margin-bottom: 5rem;
    }

    .register_advise_free {
        font-size: 2rem;
        padding: 1.5rem 2rem;
    }

    .bg-condition {
        margin-bottom: 5rem;
    }

    .condition_content:after {
        width: 100%;
    }

    .content-left {
        position: relative;
        padding: 3rem 0rem 0rem 0rem;
    }

    .block_why_choice_japan {
        padding-top: 5rem;
    }

    .title-mucluc:after {
        width: 100%;
    }

    .only-title img {
        margin-right: 1rem;
    }

    .bg-mucluc:after {
        border-radius: 15px;
        width: 100%;
        height: 100%;
    }

    .content_catelog {
        padding: 3rem 1rem 2rem 0rem;
    }

    .img_mucluc {
        display: none;
    }

    .home .menu-section > ul > li {
        margin-right: 0rem;
    }

    .home .menu-section .active {
        color: black !important;
    }

    .menu-section .active {
        color: black !important;
    }

    .resgister_now {
        float: right;
    }

    .title-section-contact {
        margin-top: 3rem;
        font-size: 3rem;
    }

    .register_advise-title {
        right: 0px;
        font-size: 2.4rem;
    }

    .img_register_advise img {
        max-width: 100%;
    }

    h3.title-giay-phep {
        margin-top: 4rem;
    }

    .bg-giayphep:before {
        height: 100%;
    }

    .giay-phep {
        margin-top: 3rem;
    }

    .giay-phep img {
        height: 40rem;
    }

    .bg-giayphep {
        position: relative;
        margin: 0rem 0px 5rem 0px;
    }

    .swiper-slide--wrap-thanh-tuu-staff {
        min-height: 7rem;
    }

    .hotline_decor > .tb {
        font-size: 2rem;
        font-weight: 700;
    }

    .hotline_decor {
        margin-bottom: 3rem;
        flex-direction: column;
    }

    .menu-container {
        float: right;
    }

    .swiper-Tophome--tile {
        font-size: 3rem;
    }

    .block-top-home {
        margin-top: 5rem;
    }

    .bg-topheader {
        min-height: 43rem;
        background-position: 68% 113%;
    }

    .img_top_block_du_hoc {
        margin-top: 8rem;
        position: relative;
    }

    .content-left-1-nk {
        font-size: 3.5rem !important;
    }

    .content-left-1 {
        font-size: 3rem;
    }

    .content-left-2 p {
        font-size: 2rem;
    }

    .block_429 {
        background-position: 100% 93%;
    }

    .title-sub-camnang {
        color: #233c5e;
        margin-bottom: 3rem !important;
        font-weight: 500;
        font-size: 3rem;
    }

    .title-section-camnang {
        color: #233c5e;
        font-weight: 800;
        font-size: 3rem;
    }

    .interview-body > .row {
        flex-direction: column-reverse;
    }

    .img-play:after {
        height: 80px;
        width: 80px;
    }

    .interview-body > .row > div:last-child {
        margin-bottom: 3rem !important;
    }

    img.icon-check {
        width: 20px;
        margin-right: 10px;
    }

    .interview-body {
        margin-bottom: 0;
    }

    .content-left-tts-bottom {
        text-align: left;
    }

    .block_get_advise-tts {
        position: relative;
        padding: 0rem;
    }

    .block_get_advise-tts:before , .block_get_advise-tts:after {
        display: none;
    }

    .decor-footer:after {
        content: "";
        display: block;
        background: white;
        max-width: 90%;
        height: 4px;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
    }

    .sub_last {
        padding: 1rem 2rem 4rem 2rem;
    }
}

.menu-link .active {
    color: #545454 !important;
}

.title-section.title-lg {
    font-size: 4.1rem;
}

.menu-customer-duhoc {
    position: relative;
    background: url(http://cdn1642.cdn4s4.io.vn/media/background/asset-294x.png);
    background-position: center;
    background-size: 112%;
    background-repeat: no-repeat;
}

.img_giayphep_uytin {
    position: relative;
    padding-top: 74%;
    margin: 5rem 0 7rem;
}

.img_giayphep_uytin img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
