* {
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "FontsFree Net DIN Bold";
    src: url("../fonts/FontsFree-Net-DIN-Bold.ttf");
}

@font-face {
    font-family: "mplus 1p bold";
    src: url("../fonts/mplus-1p-bold.ttf");
}

@font-face {
    font-family: "mplus 1p heavy";
    src: url("../fonts/mplus-1p-heavy.ttf");
}

@font-face {
    font-family: "mplus 1p medium";
    src: url("../fonts/mplus-1p-medium.ttf");
}

@font-face {
    font-family: "mplus 1p thin";
    src: url("../fonts/mplus-1p-thin.ttf");
}

@font-face {
    font-family: "AP OTF UDShinGoPr6N Bold";
    src: url("../fonts/AP-OTF-UDShinGoPr6N-Bold.otf");
}

@font-face {
    font-family: "Roboto Black";
    src: url("../fonts/Roboto-Black.ttf");
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../fonts/Roboto-Bold.ttf");
}

.font-din-ragular {
    font-family: "FontsFree Net DIN Bold" !important;
}

.font-ushin-bold {
    font-family: "AP OTF UDShinGoPr6N Bold" !important;
}

.font-bold {
    font-family: "mplus 1p bold" !important;
}

.font-heavy {
    font-family: "mplus 1p heavy" !important;
}

.font-medium {
    font-family: "mplus 1p medium" !important;
}

.font-thin {
    font-family: "mplus 1p thin" !important;
}

.font-roboto-black {
    font-family: "Roboto Black" !important;
}

.font-roboto-bold {
    font-family: "Roboto Bold" !important;
}

.content-sp {
    display: none !important;
}

h1,
h2,
h3,
h4 {
    font-weight: 100 !important;
}

html.no-scroll {
    overflow: hidden !important;
}

.bg-cl-blue {
    background-color: #5b779b !important;
}

.bg-cl-red {
    background-color: #af6262 !important;
}

.color-blue {
    color: #5b779b !important;
}

.color-red {
    color: #af6262 !important;
}

/* Style the dropdown button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}


section.header .background-main {
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(../images/image-main-m.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

section.header .background-main .title-hd {
    background-color: #3f3f3f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
}

section.header .background-main .title-hd h3 {
    font-size: 18px;
    letter-spacing: 7px;
    color: white;
}

section.header .background-main .body-title-main {
    position: absolute;
    top: 300px;
    left: 60px;
}

section.header .background-main .body-title-main .title-in-main h2 {
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-weight: 100 !important;
    color: #3f3f3f;
}

section.header .background-main .body-title-main .lorem-in-main p {
    font-size: 14px;
    line-height: 20px;
    color: #3f3f3f;
}

.bd-bt-yl {
    display: inline-block;
    border-bottom: 10px solid #fff57f;
    height: 30px;
}

.title-bt-main {
    position: absolute;
    background-color: #3f3f3f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
    bottom: 0;
}

.title-bt-main .bg-box-white {
    width: 100%;
    background-color: #faf3e9;
    max-width: 89vw;
    height: 8vw;
    margin: auto;
    border-radius: 5vw;
    display: flex;
    justify-content: space-between;
}

.title-bt-main .bg-box-white .box-left {
    display: flex;
    width: 50%;
    align-items: center;
    position: relative;
}


.title-bt-main .bg-box-white .box-left .box-new {
    width: 12vw;
}

.title-bt-main .bg-box-white .box-left .box-new img {
    width: 8vw;
    position: absolute;
    top: -1vw;
    left: 3vw;
}

.title-bt-main .bg-box-white .box-left .box-lorem p {
    font-size: 1.3vw;
    letter-spacing: .35vw;
    color: #3f3f3f;
}

.title-bt-main .bg-box-white .box-right {
    display: flex;
    justify-content: center;
    width: 48%;
    align-items: center;
}


.title-bt-main .bg-box-white .box-right .btn-red {
    width: 40.5vw;
    background-color: #ff4359;
    border-radius: 5vw;
    padding: 1.5vw;
    display: flex;
    align-items: center;
    box-shadow: rgb(255, 255, 255) -2px -3px 2px 1px, rgb(161, 161, 161) 1px 1px 2px 2px;
}

.title-bt-main .bg-box-white .box-right .btn-red:hover {
    opacity: .8;
}

.title-bt-main .bg-box-white .box-right .btn-red .radius {
    background-color: #ffd9de;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-bt-main .bg-box-white .box-right .btn-red .radius img {
    display: flex;
    width: .8vw;
}

.title-bt-main .bg-box-white .box-right .btn-red .title-btn {
    display: flex;
    width: auto;
    margin-left: 2vw;
    align-items: center;
}

.title-bt-main .bg-box-white .box-right .btn-red .title-btn p {
    font-size: 1.5vw;
    letter-spacing: .2vw;
    color: white;
}

.btn-scroll {
    position: absolute;
    bottom: 12vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1vw;
}


.btn-scroll .title-scr {
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn-scroll .img-scr img {
    width: 3.5vw;
}

.btn-scroll .title-scr p {
    color: white;
    font-size: 1vw;
    letter-spacing: .2vw;
}


section.body .title-body {
    height: 50px;
    background-color: #3f3f3f;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    /* Initial position */
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.3s ease;
    /* Add smooth transition */
}

section.body .title-body.fixed {
    position: fixed;
    z-index: 1000;

}

section.body .title-body-fixed {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.3s ease;
    height: 5vw;
    z-index: 100;
}



section.body .title-body .all-box-title {
    display: flex;
    align-items: center;
    width: 100%;
}

section.body .title-body .box-left {
    width: 30%;
}

section.body .title-body .box-left img {
    width: 100%;
}

section.body .title-body .box-left .link-img {
    width: 50%;
    display: flex;
    margin-left: 5.7vw;
}

section.body .title-body .box-center {
    width: 59%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

section.body .title-body .box-center .btn-title {
    display: flex;
    align-items: center;
    z-index: 10;
}


section.body .title-body .box-center .btn-title:hover {
    opacity: .8;
}

section.body .title-body .box-center .btn-title .title h3 {
    color: white;
    font-size: 1.05vw;
    letter-spacing: .25vw;
}

section.body .title-body .box-center .btn-title .arrow img {
    display: flex;
    width: .5vw;
    margin-right: .8vw;
}

section.body .title-body .box-right {
    width: 30%;
    display: flex;
    justify-content: center;
    position: relative;
}


section.body .title-body .box-right .bg-btn-green {
    width: 14.55vw;
    background-color: #64c0ab;
    border-radius: 5vw;
    display: flex;
    position: absolute;
    bottom: -2.4vw;
    padding: 1.3vw 2.2vw;
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.53);
    border: 3.5px solid #454545;
}

.bg-btn-green:hover {
    opacity: .8;
}

section.body .title-body .box-right .bg-btn-green .radius {
    display: flex;
    align-items: center;
}

section.body .title-body .box-right .bg-btn-green .radius img {
    width: .5vw;
}

section.body .title-body .box-right .bg-btn-green .title-btn p {
    margin-left: 1.1vw;
    color: white;
    font-size: 1.05vw;
    letter-spacing: .26vw;
}

.out-body-section {
    background-color: #64c0ab;
    padding: 60px 0;
    padding-top: 10px;
}

.body-section {
    max-width: 950px;
    margin: auto;
}

.body-section .title-body-top {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 50px 0 30px 0;
}

.body-section .title-body-top h2 {
    font-size: 35px;
    letter-spacing: 3px;
    font-weight: 100 !important;
    color: #ffff;
}

.body-section .all-box-three {
    display: flex;
    justify-content: space-between;
}

.body-section .all-box-three .box {
    display: flex;
    flex-wrap: wrap;
    width: 31%;
    justify-content: center;
}


.body-section .all-box-three .box .radius {
    display: flex;
    flex-wrap: wrap;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffff;
    width: 280px;
    height: 280px;
    margin-bottom: 20px;
}


.body-section .all-box-three .box .radius .radius-text h4 {
    font-size: 22px;
    width: 130px;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 15px;
    line-height: 1.2;
}

.body-section .all-box-three .box:first-child .radius {
    padding-top: 10px;
}

.body-section .all-box-three .box:nth-child(2) .radius {
    padding-top: 14px;
}

.body-section .all-box-three .box:first-child .radius .radius-text h4 {
    margin-top: 22px;
}

.body-section .all-box-three .box:nth-child(2) .radius .radius-text h4 {
    margin-top: 5px;
}

.body-section .all-box-three .box:last-child .radius .radius-text h4 {
    margin-top: 10px;
}


.body-section .all-box-three .box .radius .radius-img {
    display: flex;
    justify-content: center;
}

.body-section .all-box-three .box .radius .radius-img img {
    width: 49%;
}

.body-section .all-box-three .box .box-text {
    display: flex;
    width: 85%;
}

.body-section .all-box-three .box .box-text p {
    font-size: 14px;
    line-height: 27px;
    color: #ffff;
}

.body-gray {
    background-color: #f6f7f7;
    width: 100%;
    margin-top: 55px;
}

.body-gray .box-in-gray {
    max-width: 950px;
    margin: auto;
    padding: 50px 0;
    padding-top: 35px;
}

.body-gray .box-in-gray .title {
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
}

.body-gray .box-in-gray .title h3 {
    color: #64c0ab;
    font-size: 30px;
    letter-spacing: 2px;
}

.body-gray .box-in-gray .box-double {
    display: flex;
    justify-content: space-between;
}

.body-gray .box-in-gray .box-double .box {
    display: flex;
    width: 48.5%;
    background-color: white;
    padding: 30px 40px 30px 20px;
    border-radius: 20px;
    justify-content: space-between;
}

.body-gray .box-in-gray .box-double .box-left {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 47%;
    flex-direction: column;
    align-items: center;
}

.body-gray .box-in-gray .box-double .box-right {
    display: flex;
    width: 49%;
}

.body-gray .box-in-gray .box-double .box-right p {
    font-size: 14px;
    line-height: 27px;
}

.body-gray .box-in-gray .box-double .box .box-top {
    width: 56%;
    margin-bottom: 11px;
}

.body-gray .box-in-gray .box-double .box .box-top img {
    display: flex;
    width: 100%;
}

.body-gray .box-in-gray .box-double .box .box-bottom h4 {
    color: #64c0ab;
    font-size: 24px;
    width: 130px;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
}

.body-white-double {
    display: flex;
    max-width: 950px;
    margin: auto;
    margin-top: 75px;
}

.body-white-double .box-double {
    display: flex;
    justify-content: space-between;
}

.body-white-double .box {
    width: 47%;
    display: flex;
    flex-wrap: wrap;
}


.body-white-double .box-right {
    width: 49%;
    display: flex;

}

.body-white-double .box .box-top {
    display: flex;
    width: 100%;
    justify-content: end;
    position: relative;
}

.body-white-double .box .box-top .box-left-in-top {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
}

.body-white-double .box .box-top .box-left-in-top .title h3 {
    font-size: 30px;
    font-weight: 100 !important;
    margin-bottom: 10px;
    line-height: 35px;
    color: #3f3f3f;
}

.body-white-double .box .box-top .box-left-in-top .title h4 {
    font-size: 16px;
    color: #3f3f3f;
}

.body-white-double .box .box-top .box-left-in-top .title p {
    font-size: 9px;
    color: #3f3f3f;

}

.body-white-double .box .box-top .box-right-in-top {
    display: flex;
    justify-content: end;
    height: 110px;
}

.body-white-double .box .box-top .box-right-in-top img {
    height: 100%;
}

.body-white-double .box .box-bottom p {
    font-size: 14px;
    line-height: 27px;
    margin-top: 39px;
    color: #3f3f3f;

}

.bd-new-bt-yl {
    border-bottom: 15px solid #fff57f;
    height: 35px;
    display: inline-block;
}

.body-black-double {
    background-color: #3f3f3f;
    margin-top: 100px;
    padding-top: 60px;
    position: relative;
}


.body-black-double .title {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}


.body-black-double .title h3 {
    font-size: 29px;
    color: white;
    letter-spacing: 7px;
}

.body-black-double .box-double {
    max-width: 950px;
    margin: auto;
    display: flex;
    justify-content: center;
    column-gap: 25px;
}

.body-black-double .box-double .box {
    width: auto;
    background-color: white;
    border-radius: 30px;
    padding: 30px;
}

.body-black-double .box-double .box:hover {
    opacity: .8;
}

.body-black-double .box-double .box img {
    width: 100%;
}

.body-black-double .box-double .box .box-cl-top {
    box-shadow: 3px 3px 4px 1px #b4b4b4;
}

.body-black-double .box-double .box.box-left .box-cl-top {
    background-color: #5b779b;
    width: 260px;
    height: 260px;
    padding: 62px;
    border-radius: 20px;
    padding-top: 42px;
}

.body-black-double .box-double .box.box-left .box-bottom h4 {
    color: #5b779b;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    line-height: 28px;
}

.body-black-double .box-double .box.box-right .box-cl-top {
    background-color: #af6262;
    width: 260px;
    height: 260px;
    padding: 55px;
    border-radius: 20px;
    padding-top: 47px;

}

.body-black-double .box-double .box.box-right .box-bottom h4 {
    color: #af6262;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    line-height: 28px;
}


.body-black-double .box-double .box .box-bottom {
    width: 260px;
    margin-top: 20px;
}

.body-black-double .p-lorem-bt {
    display: flex;
    width: 100%;
    justify-content: center;
}

.body-black-double .p-lorem-bt p {
    color: white;
    font-size: 12px;
    margin: 30px 0;
    letter-spacing: 1.4px;
    z-index: 1;
    margin-bottom: 35px;
}

.out-triangle {
    width: 100%;
    display: flex;
    justify-content: center;
}

.out-triangle img {
    position: absolute;
    top: -38px;
    width: 70px;
}

.body-button-green {
    background-color: #64c0ab;
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.body-button-green .in-body-button {
    max-width: 950px;
    margin: auto;
    display: flex;
    justify-content: center;
}


.body-button-green .in-body-button .btn-yellow {
    width: 505px;
    background-color: #ff9853;
    display: flex;
    border-radius: 100px;
    padding: 25px 40px;
    align-items: center;
    /* box-shadow: #4ed5b6 -1px -1px 2px 3.2px, #166351 1px 1px 2px 2px; */
    border: 3px solid #3ccfad;
    box-shadow: inset -1px -1px 4px 1px rgba(112, 112, 112, 0.555), inset 0px .5px 4px 1px #ffffffa9;
}


.body-button-green .in-body-button .btn-yellow:hover {
    opacity: .8;
}


.body-button-green .in-body-button .btn-yellow .radius {
    display: flex;
    align-items: center;
    width: 10px;
    height: 10px;
}

.body-button-green .in-body-button .btn-yellow img {
    width: 100%;
}

.body-button-green .in-body-button .btn-yellow p {
    color: white;
    margin-left: 45px;
    font-size: 21px;
    letter-spacing: 1.5px;
}

.body-button-green .out-triangle img {
    filter: brightness(0.249);
}

.all-box-toggle .box-right {
    position: relative;
}

.all-box-toggle .box-right .box-border-radius {
    position: absolute;
    background-color: #3f3f3f;
    width: 15.7vw;
    height: 4.8vw;
    border-radius: 20vw;
}

@-webkit-keyframes bounce {
    to {
        -webkit-transform: scale(0.81);
    }
}

@-moz-keyframes bounce {
    to {
        -moz-transform: scale(0.81);
    }
}

@keyframes bounce {
    to {
        transform: scale(0.81);
    }
}

.scroll-text {
    animation: bounce .3s infinite alternate;
}

.btn-scroll .title-scr p {
    animation: bounce .3s infinite alternate;
}

.body-pc-table {
    max-width: 1120px;
    margin: auto;
}

.body-pc-table .img-tablet {
    position: relative;
    top: -20px;
}

.body-pc-table .img-tablet {
    width: 100%;
}

.body-pc-table .title {
    width: 100%;
    display: flex;
    justify-content: center;
}

.body-pc-table .title h4 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #3f3f3f;
    letter-spacing: 2px;
}


.body-pc-table .out-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.body-pc-table .out-btn .bg-btn-green:hover {
    opacity: .8;
}

.body-pc-table .out-btn .bg-btn-green {
    background-color: #64c0ab;
    border-radius: 20vw;
    width: 360px;
    display: flex;
    padding: 20px 30px;
    margin: 40px 0;
    margin-bottom: 60px;
}

.body-pc-table .out-btn .bg-btn-green .title-btn p {
    color: white;
    margin-left: 20px;
    font-size: 17px;
    letter-spacing: 3px;
    margin-left: 42px;
}

.body-pc-table .out-btn .bg-btn-green .radius {
    display: flex;
    align-items: center;
}

.body-pc-table .out-btn .bg-btn-green .radius img {
    width: 11px;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateX(7vw);
    }

    to {
        opacity: 1;
        transform: translateX(3vw);
    }
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateX(3vw);
    }

    to {
        opacity: 0;
        transform: translateX(7vw);
    }
}


#zoom-container {
    /* overflow-x: hidden !important; */
}

#relative-container {
    overflow-x: hidden !important;

}

html {
    overflow-x: hidden !important;
}


#button-backtop.UpMove {
    animation: UpAnime 0.5s forwards;
}


#button-backtop.DownMove {
    animation: DownAnime 0.5s forwards;
}

#button-backtop:hover {
    cursor: pointer;
}

#button-backtop {
    display: flex;
    transform: translateX(-7vw);
    position: fixed;
    background-color: rgb(64 64 64 / 50%);
    width: 15vw;
    height: auto;
    border-radius: 5vw;
    text-align: center;
    align-items: center;
    opacity: 1;
    z-index: 50;
    padding: 1.1vw 2vw;
}

#button-backtop .text span {
    font-size: 1vw;
    color: white;
    margin-left: .8vw;
    line-height: 1.3vw;
    display: flex;
    justify-content: center;
    text-align: center;
}

#button-backtop .image img {
    width: .7vw;
    rotate: -90deg;
}

section.body .bg-body-pc-table {
    background-color: #f6f7f7;
}

section#footer .section-footer {
    display: flex;
    justify-content: start;
    height: 13vw;
}


section#footer .section-footer .box-left {
    width: 20.5%;
    padding-left: 7vw;
    display: flex;
    align-items: center;
}

section#footer .section-footer .box-center {
    width: 18.5%;
    padding-left: 2vw;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    height: 7vw;
    margin-top: 3vw;
    border-left: .12vw solid rgb(185, 185, 185);
}

section#footer .section-footer .box-center .title a {
    color: black;
    display: flex;
    align-items: center;
}

section#footer .section-footer .box-center .title a:hover {
    opacity: .5;
}

section#footer .section-footer .box-center .title .image-arr img {
    width: .45vw;
    filter: brightness(0);
    margin-right: .8vw;
    padding-bottom: .2vw;
}

section#footer .section-footer .box-center .title {
    margin-bottom: 1vw;
    width: 100%;
}

section#footer .section-footer .box-center .title:last-child {
    margin-bottom: 0;
}

section#footer .section-footer .box-center .lorem p {
    font-size: .9vw;
    letter-spacing: .2vw;
    color: #3f3f3f;
}

section#footer .section-footer .box-right {
    width: 60%;
    display: flex;
    align-items: end;
    justify-content: end;
    padding-right: 5vw;
    padding-bottom: 2.5vw;
}

section#footer .section-footer .box-left img {
    width: 9.5vw;
}

section#footer .section-footer .box-right .title p {
    font-size: .6vw;
    letter-spacing: .1vw;
    color: #3f3f3f;
}

.all-box-toggle {
    display: flex;
    justify-content: end;
    width: 66.5%;
    justify-content: space-between;
    padding-left: 8vw;
}


.btn-toggle {
    display: flex;
    flex-wrap: wrap;
    column-gap: auto;
    width: 4vw;
    height: 4vw;
    align-items: center;
}

.btn-toggle .line {
    height: .2vw;
    width: 100%;
    background-color: white;
}

.bd-bt-yl-cus {
    display: inline-block;
    border-bottom: 10px solid #fff57f;
    height: 25px;
}

/* code new update  */
.body-update-new .lorem-on-top {
    max-width: 950px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 40px;
}

.body-update-new .lorem-on-top span {
    font-size: 24px;
    letter-spacing: 2.5px;
}

.body-update-new .block-title-top {
    background: linear-gradient(to right, #63c0ab, #A1D6CA);
}

.body-update-new .block-title-top-2 {
    background: #63c0ab;
}

.body-update-new .in-block-top {
    max-width: 950px;
    margin: auto;
    padding: 60px 0;
    display: flex;
    margin-bottom: 30px;
}

.body-update-new .block-title-top-2 .in-block-top {
    padding: 50px 0;
}

.body-update-new .in-block-top .box-left {
    width: 70%;
    display: flex;
}


.body-update-new .in-block-top .box-left .logo-left {
    display: flex;
    flex-wrap: wrap;
    width: 19%;
    height: 120px;
    border-right: 3px solid #ffff;
}

.body-update-new .in-block-top .box-left .title-right {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
}

.body-update-new .in-block-top .box-left .title-right .title-bg {
    background-color: #ffff;
    width: 250px;
    display: flex;
    justify-content: center;
}

.body-update-new .in-block-top .box-left .title-right .title-bg span {
    font-size: 17px;
    color: #63c0ab;
    letter-spacing: 2px;
}

.body-update-new .in-block-top .box-left .title-right .title-big {
    width: 100%;
    height: 70px;
}

.body-update-new .in-block-top .box-left .title-right .title-big h1 {
    color: #ffff;
    font-size: 58px;
    letter-spacing: 6px;
}

.body-update-new .in-block-top .box-left .title-right .lorem-bottom span {
    font-size: 14px;
    color: #ffff;
    letter-spacing: 1.5px;
}

.body-update-new .in-block-top .box-left .logo-left .image-top {
    width: 95px;
}

.body-update-new .in-block-top .box-left .logo-left img {
    width: 100%;
}

.body-update-new .in-block-top .box-left .logo-left span {
    font-size: 14.5px;
    color: #ffff;
    letter-spacing: 2px;
}


.body-update-new .in-block-top .box-right {
    width: 30%;
    position: relative;
}

.body-update-new .in-block-top .box-right img {
    width: 310%;
    position: absolute;
    top: -230px;
    right: -185px;
}

.body-page-1 {
    max-width: 1020px;
    margin: auto;
}

.body-page-1 .lorem-top {
    margin: 50px 0;
    margin-bottom: 30px;
    margin-left: 40px;
}

.body-page-1 .lorem-top span {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 30px;
}

.body-page-1 .box-four {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #3f3f3f;
    border-radius: 30px;
    padding: 20px 0;
    padding-bottom: 40px;
    row-gap: 20px;
    column-gap: 20px;
}

.body-page-1 .box-four .title {
    display: flex;
    width: 100%;
    justify-content: center;
}


.body-page-1 .box-four .title h2 {
    font-size: 24px;
    letter-spacing: 2px;
    color: #ffff;
}

.body-page-1 .box-four .box {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    background-color: #ffff;
    border-radius: 15px;
    padding: 25px 30px;
    padding-right: 15px;
}

.body-page-1 .box-four .box .box-left {
    width: 42%;
}

.body-page-1 .box-four .box .box-left img {
    width: 100%;
}

.body-page-1 .box-four .box .all-box {
    display: flex;
    justify-content: space-between;
}

.body-page-1 .box-four .box .box-right {
    width: 54%;
}

.body-page-1 .box-four .box .box-right span {
    font-size: 11px;
    line-height: 20px;
}

.body-page-1 .box-four .box .box-right span.font-small {
    font-size: 9px;
}

.body-page-1 .box-four .box .title-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.body-page-1 .box-four .box .title-box .line-bd-left {
    width: 6.5px;
    height: 25px;
    background-color: #63c0ab;
    margin-right: 8px;
}

.body-page-1 .box-double-layer {
    background-color: #6879ba;
    border-radius: 30px;
}

.body-page-1 .box-double-layer .block-in-double {
    margin: 40px 0;
    padding: 20px 0;
    padding-bottom: 40px;
}

.body-page-1 .box-double-layer .block-in-double .three-box {
    background-color: #ffff;
    width: 92%;
    margin: auto;
    border-radius: 15px;
    padding: 33px 37px;
    display: flex;
    justify-content: space-between;
}

.body-page-1 .box-double-layer .block-in-double .three-box .box {
    width: 29%;
}

.body-page-1 .box-double-layer .block-in-double .three-box .box-2 {
    width: 30%;
}

.body-page-1 .box-double-layer .block-in-double .three-box-second .box-2 {
    width: 30%;
}

.body-page-1 .box-double-layer .block-in-double .three-box .line-dotted {
    border-right: 2px gray dotted;
}

.body-page-1 .box-double-layer .block-in-double .title {
    display: flex;
    justify-content: center;
    width: 100%;
}

.body-page-1 .box-double-layer .block-in-double .title-second {
    margin-top: 40px;
}

.body-page-1 .box-double-layer .block-in-double .title h3 {
    font-size: 24px;
    color: #ffff;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.body-page-1 .box-double-layer .block-in-double .three-box .box .block-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.body-page-1 .box-double-layer .block-in-double .three-box .box-1 .block-top {
    width: 93%;
}

.body-page-1 .box-double-layer .block-in-double .three-box-1 .box-2 .block-top {
    width: 88%;
}

.body-page-1 .box-double-layer .block-in-double .three-box-second .box-1 .block-top {
    width: 93%;
}

.body-page-1 .box-double-layer .block-in-double .three-box .box .block-top .image {
    /* width: 34%; */
    height: 75px;
}

.body-page-1 .box-double-layer .block-in-double .three-box-second .box-2 .block-top .image {
    height: 70px;
}

.body-page-1 .box-double-layer .block-in-double .three-box .box .block-top .image img {
    height: 100%;
}

.body-page-1 .box-double-layer .block-in-double .three-box .box .block-top h3 {
    font-size: 24px;
    letter-spacing: 2px;
    color: #677abb;
}

.body-page-1 .box-double-layer .block-in-double .three-box .box .block-top h4 {
    font-size: 12px;
    letter-spacing: 1px;
}


.body-page-1 .box-double-layer .block-in-double .three-box .box .block-bottom span {
    font-size: 11px;
    line-height: 20px;
}

.body-page-1 .box-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 940px;
    margin: auto;
}

.body-page-1 .box-bottom .title-top {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #677abb;
    padding: 6px 0;
    border-radius: 10px;
    margin-bottom: 10px;
}

.body-page-1 .box-bottom .title-top h3 {
    font-size: 18px;
    color: #ffff;
    letter-spacing: 1px;
}

.body-page-1 .box-bottom .three-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.body-page-1 .box-bottom {
    display: flex;
    justify-content: space-between;
}

.body-page-1 .box-bottom .three-box .box {
    width: 29%;
}

.body-page-1 .box-bottom .three-box .line-dotted {
    border-left: 2px gray dotted;
    height: 370px;
    margin-top: 20px;
}


.body-page-1 .box-bottom .three-box .box .block-bottom .image {
    margin-bottom: 20px;
}

.body-page-1 .box-bottom .three-box .box .block-bottom .image img {
    width: 100%;
}

.body-page-1 .box-bottom .three-box .box .block-top {
    display: flex;
    height: 100px;
    align-items: center;
}

.body-page-1 .box-bottom .three-box .box .block-top .number h1 {
    font-size: 68px;
    color: #677abb;
    margin-right: 10px;
    letter-spacing: -2px;
}

.body-page-1 .box-bottom .three-box .box .block-top .title h2 {
    font-size: 21px;
    line-height: 1.3;
}

.body-page-1 .box-bottom .three-box .box .block-bottom .lorem span {
    font-size: 11px;
    line-height: 20px;
}

.title-black-full {
    background-color: #3f3f3f;
    padding: 65px 0;
    margin: 90px 0;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.title-black-full h2 {
    color: #ffff;
    font-size: 24px;
    letter-spacing: 2.5px;
}

.body-page-2 .title-block-on-logo {
    max-width: 940px;
    margin: auto;
    margin-bottom: 40px;
}

.body-page-2 .title-block-on-logo .bg-title {
    background-color: #6cc3af;
    padding: 10px 0;
    width: 540px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}


.body-page-2 .title-block-on-logo .bg-title h3 {
    color: #ffff;
    font-size: 24px;
    letter-spacing: 2px;
}

.body-page-2 .title-block-on-logo .all-box {
    display: flex;
    flex-wrap: wrap;
}

.body-page-2 .title-block-on-logo .all-box .box-left {
    display: flex;
    flex-wrap: wrap;
    width: 15%;
}

.body-page-2 .title-block-on-logo .all-box .box-left .image {
    display: flex;
    flex-direction: column;
}

.body-page-2 .title-block-on-logo .all-box .box-left img {
    width: 55%;
    margin: auto;
}

.body-page-2 .title-block-on-logo .all-box .line-black {
    border-right: 2px solid gray;
    height: 150px;
    width: 5px;
}

.body-page-2 .title-block-on-logo .all-box .box-left .lorem {
    width: 100%;
    display: flex;
    justify-content: center;
}

.body-page-2 .title-block-on-logo .all-box .box-left .lorem span {
    font-size: 17px;
    letter-spacing: 2px;
}

.body-page-2 .title-block-on-logo .all-box .box-right {
    margin-left: 30px;
}

.body-page-2 .title-block-on-logo .all-box .box-right .title h1 {
    font-size: 60px;
    letter-spacing: 4px;
    line-height: 60px;
}

.body-page-2 .title-block-on-logo .all-box .box-right .lorem span {
    font-size: 20px;
    letter-spacing: 1.7px;
}

.body-update-new .body-page-2 .box-left .lorem {
    width: 52%;
}

.body-update-new .body-page-2 .in-block-top .box-left .lorem span {
    font-size: 16px;
    color: #ffff;
    letter-spacing: 1.5px;
    line-height: 30px;
}

.body-update-new .body-page-2 .in-block-top .box-right img {
    width: 340%;
    position: absolute;
    top: -335px;
    right: -380px;
}

.block-six-layout {
    max-width: 940px;
    margin: auto;
}

.block-six-layout .bg-title-top {
    background-color: #63c0ab;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 8px 0;
    border-radius: 10px;
    margin-bottom: 50px;
}

.block-six-layout .bg-title-top h2 {
    font-size: 18px;
    color: #ffff;
    letter-spacing: 2px;
}

.block-six-layout .all-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
}

.block-six-layout .all-block .box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 47.5%;
}

.block-six-layout .all-block .block-top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.block-six-layout .all-block .block-top .title h3 {
    font-size: 18px;
    letter-spacing: 1.5px;
}

.block-six-layout .all-block .block-top .line-bd-left {
    width: 6.5px;
    height: 25px;
    background-color: #63c0ab;
    margin-right: 8px;
}

.block-six-layout .all-block .box .block-bottom {
    display: flex;
    justify-content: space-between;
}

.block-six-layout .all-block .box .block-bottom .image {
    width: 45%;
}

.block-six-layout .all-block .box-2 .block-bottom .image {
    width: 32%;
}


.block-six-layout .all-block .box .block-bottom .lorem {
    width: 50%;
}

.block-six-layout .all-block .box-2 .block-bottom .lorem {
    width: 65%;
}

.block-six-layout .all-block .box .block-bottom .lorem span {
    font-size: 11px;
    line-height: 20px;
}

.block-six-layout .all-block .box .block-bottom .image img {
    width: 100%;
}

.block-six-layout .all-block .box-3 .block-bottom {
    flex-wrap: wrap;
}

.block-six-layout .all-block .box-3 .block-bottom .lorem {
    width: 100%;
}

.block-six-layout .all-block .box-3 .block-bottom .image {
    width: 48%;
    margin-bottom: 20px;
}

.block-six-layout .all-block .box-4 .block-bottom-1 .image {
    width: 32%;
    margin-bottom: 50px;
}

.block-six-layout .all-block .box-4 .block-bottom-2 .image {
    width: 40%;
}

.block-six-layout .all-block .box-4 .block-bottom-1 .lorem {
    width: 65%;
}

.block-six-layout .all-block .box-4 .block-bottom-2 .lorem {
    width: 55%;
}

.body-page-teaching {
    max-width: 1020px;
    margin: auto;
}

.body-page-teaching .all-box-teaching {
    background-color: #f6f7f7;
    border-radius: 30px;
    margin-top: 80px;
    margin-bottom: 110px;
}

.body-page-teaching .all-box-teaching .box-left {
    background-color: #6879ba;
    width: 29%;
    border-radius: 30px 0 0 30px;
}

.body-page-teaching .all-box-teaching {
    display: flex;
}

.body-page-teaching .all-box-teaching .box-left .block-top {
    padding: 55px;
    padding-bottom: 25px;
}

.body-page-teaching .all-box-teaching .box-left .block-top .title {
    display: flex;
}

.body-page-teaching .all-box-teaching .box-left .block-top .title h1 {
    font-size: 67px;
    color: #ffff;
    line-height: 65px;
}

.body-page-teaching .all-box-teaching .box-left .block-top .title .title-small {
    margin-right: 10px;
}

.body-page-teaching .all-box-teaching .box-left .block-top .title h4 {
    font-size: 20px;
    color: #ffff;
    display: flex;
    width: 20px;
    line-height: 22.5px;
}

.body-page-teaching .all-box-teaching .box-left .block-top .title h4.ob-custom {
    rotate: 90deg;
}

.body-page-teaching .all-box-teaching .box-left .block-top .line-bd {
    border-bottom: 1px solid #ffff;
    margin: 30px 0;
}

.body-page-teaching .all-box-teaching .box-left .block-top .lorem span {
    font-size: 11px;
    color: #ffff;
    line-height: 20px;
}

.body-page-teaching .all-box-teaching .box-left .block-bottom {
    background-color: #3f3f3f;
    padding: 20px;
    border-radius: 0 0 0 30px;
}


.body-page-teaching .all-box-teaching .box-left .block-bottom .title {
    display: flex;
    width: 100%;
    justify-content: center;
}

.body-page-teaching .all-box-teaching .box-left .block-bottom .title h3 {
    margin-bottom: 20px;
    color: #ffff;
    font-size: 18px;
    letter-spacing: 2px;
}

.body-page-teaching .all-box-teaching .box-left .block-bottom .all-popup {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.body-page-teaching .all-box-teaching .box-left .block-bottom .popup {
    display: flex;
    background-color: #ffff;
    border-radius: 10px;
    padding: 8px 15px;
    padding-right: 0;
    position: relative;
    width: 100%;
}

.body-page-teaching .all-box-teaching .box-left .block-bottom .popup .lorem {
    display: flex;
    align-items: center;
    margin-left: 10px;
}


.body-page-teaching .all-box-teaching .box-left .block-bottom .popup .number h2 {
    font-size: 36px;
    color: #677abb;
}


.body-page-teaching .all-box-teaching .box-left .block-bottom .popup .lorem span {
    font-size: 11px;
}

.body-page-teaching .all-box-teaching .box-left .block-bottom .popup::after {
    content: "";
    position: absolute;
    bottom: -9px;
    /* đưa tam giác xuống dưới popup */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    /* tam giác trắng hướng xuống */
}

.body-page-teaching .all-box-teaching .box-left .block-bottom .popup:last-child:after {
    content: none;
}

.body-page-teaching .all-box-teaching .box-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 70%;
    padding-top: 30px;
}

.body-page-teaching .all-box-teaching .box-right .box-teaching {
    height: 400px;
}

.body-page-teaching .all-box-teaching .box-right .box-teaching img {
    width: 100%;
}

.body-page-teaching .all-box-teaching .box-right .title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 25px 0;
    color: #6879ba;
}

.body-page-teaching .all-box-teaching .box-right .title h3 {
    font-size: 18px;
    letter-spacing: 2px;
}

.body-page-teaching .all-box-teaching .all-box-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
    margin: 0 auto;
    row-gap: 30px;
}

.body-page-teaching .all-box-teaching .all-box-logo .box {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.body-page-teaching .all-box-teaching .all-box-logo .box .image {
    width: 40%;
    margin: auto;
    margin-bottom: 10px;
}

.body-page-teaching .all-box-teaching .all-box-logo .box .image img {
    width: 100%;
    margin: auto;
}

.body-page-teaching .all-box-teaching .all-box-logo .box .lorem span {
    font-size: 11px;
    line-height: 20px;
}

.body-page-teaching .all-box-teaching .all-box-logo .bd-dotted-short {
    border-right: 2px gray dotted;
}


.body-page-teaching .all-box-teaching .all-box-logo .bd-dotted-long {
    width: 100%;
    border-bottom: 2px gray dotted;
}

.body-page-1 .box-four .box .title-box h3 {
    font-size: 18px;
    letter-spacing: 1px;
}

@media (max-width: 670px) {
    .body-update-new .lorem-on-top {
        margin-top: 5vw;
        margin-bottom: 5vw;
        display: flex;
        justify-content: center;
    }

    .body-update-new .lorem-on-top span {
        font-size: 3.5vw;
        letter-spacing: .5vw;
        line-height: 6vw;
    }

    .body-update-new .in-block-top {
        padding: 6vw 0;
        margin-bottom: 5vw;
        padding-bottom: 57vw;
    }

    .body-update-new .in-block-top .box-right img {
        width: 115vw;
        top: 20vw;
        right: -8vw;
    }

    .body-update-new .in-block-top .box-left .title-right .title-big {
        width: 38vw;
        display: flex;
    }

    .body-update-new .in-block-top .box-left .title-right .title-big h1 {
        color: #ffff;
        font-size: 17vw;
        letter-spacing: 0;
        line-height: 18vw;
    }

    .body-update-new .in-block-top .box-right {
        width: 0;
    }

    .body-update-new .in-block-top .box-left {
        width: 100%;
        display: flex;
    }

    .body-update-new .in-block-top .box-left .title-right {
        margin-left: 5vw;
    }

    .body-update-new .in-block-top .box-left .title-right .box-combo {
        margin-top: 1.5vw;
    }

    .body-update-new .in-block-top .box-left .title-right .title-bg {
        width: 49vw;
        margin-bottom: 1vw;
    }

    .body-update-new .in-block-top .box-left .title-right .title-bg span {
        font-size: 5vw;
        letter-spacing: .5vw;
    }

    .body-update-new .in-block-top .box-left .title-right .lorem-bottom span {
        font-size: 3vw;
        letter-spacing: .4vw;
    }

    .body-page-1 .lorem-top {
        width: 86vw;
        margin: auto;
        margin-top: 11vw;
        margin-bottom: 8vw;
    }

    .body-page-1 .lorem-top span {
        font-size: 4vw;
        letter-spacing: .3vw;
        line-height: 7vw;
    }

    .body-page-1 .box-four {
        border-radius: 5vw;
        padding: 5vw 0;
        padding-bottom: 3vw;
        row-gap: 4vw;
        column-gap: 4vw;
        width: 90vw;
        margin: auto;
    }

    .body-page-1 .box-four .title h2 {
        font-size: 4vw;
        letter-spacing: .5vw;
    }

    .body-page-1 .box-four .box {
        width: 93%;
        border-radius: 3vw;
        padding: 5vw;
        margin: auto;
    }

    .body-page-1 .box-four .box .title-box .line-bd-left {
        width: 1.8vw;
        height: 6vw;
        margin-right: 3vw;
    }

    .body-page-1 .box-four .box .title-box h3 {
        font-size: 4vw;
        letter-spacing: .2vw;
    }

    .body-page-1 .box-four .box .box-left {
        width: 100%;
        margin: 3vw 0;
    }

    .body-page-1 .box-four .box .all-box {
        flex-wrap: wrap;
    }

    .body-page-1 .box-four .box .box-right {
        width: 100%;
    }

    .body-page-1 .box-four .box .box-right span {
        font-size: 3vw;
        line-height: 5vw;
    }

    .body-page-1 .box-four .box .box-right span.font-small {
        font-size: 2.3vw;
    }

    .body-page-1 .box-double-layer {
        width: 90vw;
        margin: auto;
        margin-top: 5vw;
        margin-bottom: 5vw;
        border-radius: 5vw;
    }

    .body-page-1 .box-double-layer .block-in-double {
        margin: 9vw 0;
        padding: 5vw 0;
        padding-bottom: 3vw;
    }

    .body-page-1 .box-double-layer .block-in-double .title h3 {
        font-size: 4vw;
        margin-bottom: 4vw;
        letter-spacing: .4vw;
    }

    .body-page-1 .box-double-layer .block-in-double .three-box .box {
        width: 100%;
    }

    .body-page-1 .box-double-layer .block-in-double .three-box {
        width: 93%;
        border-radius: 3vw;
        padding: 5vw;
        flex-wrap: wrap;
    }

    .body-page-1 .box-double-layer .block-in-double .three-box .box-1 .block-top {
        width: 100%;
        justify-content: start;
    }

    .body-page-1 .box-double-layer .block-in-double .three-box .box .block-top .image {
        height: 20vw;
        margin-right: 5vw;
    }

    .body-page-1 .box-double-layer .block-in-double .three-box .box .block-top .image-cus {
        width: 26vw;
        display: flex;
        justify-content: center;
    }

    .body-page-1 .box-double-layer .block-in-double .three-box .box .block-top .image-cus-small .image {
        margin-right: 3vw;
    }

    .body-page-1 .box-double-layer .block-in-double .three-box .box .block-top-cus .title-top h3 {
        letter-spacing: 0;
    }

    .body-page-1 .box-double-layer .block-in-double .three-box .box-2 .block-top .image {
        height: 18vw;
        margin-right: 5vw;
    }

    .body-page-1 .box-double-layer .block-in-double .three-box .box .block-top h3 {
        font-size: 6.5vw;
        letter-spacing: .5vw;
    }

    .body-page-1 .box-double-layer .block-in-double .three-box .box .block-top h4 {
        font-size: 3.2vw;
        letter-spacing: .3vw;
    }

    .body-page-1 .box-double-layer .block-in-double .three-box .box .block-top {
        justify-content: start;
        margin-bottom: 3vw;
    }

    .body-page-1 .box-double-layer .block-in-double .three-box .box .block-bottom span {
        font-size: 3vw;
        line-height: 5vw;
    }

    .body-page-1 .box-double-layer .block-in-double .three-box .line-dotted {
        width: 100%;
        border-bottom: .3vw gray dotted;
        margin: 5vw 0;
    }

    .body-page-1 .box-bottom .title-top {
        width: 90%;
        padding: 2.5vw 0;
        border-radius: 2vw;
        margin: auto;
        margin-bottom: 9vw;
    }

    .body-page-1 .box-bottom .title-top h3 {
        font-size: 4vw;
        letter-spacing: .5vw;
    }

    .body-page-1 .box-bottom .three-box {
        flex-wrap: wrap;
        width: 90%;
        margin: auto;
    }

    .body-page-1 .box-bottom .three-box .box {
        width: 80%;
        margin: auto;
    }

    .body-page-1 .box-bottom .three-box .line-dotted {
        border-bottom: .3vw gray dotted;
        height: auto;
        margin: 5vw auto;
        width: 80%;
        margin-bottom: 7vw;
    }


    .body-page-1 .box-bottom .three-box .box .block-top {
        height: 14vw;
    }

    .body-page-1 .box-bottom .three-box .box .block-top .number h1 {
        font-size: 18vw;
        margin-right: 3vw;
        letter-spacing: -.5vw;
    }

    .body-page-1 .box-bottom .three-box .box .block-top .title h2 {
        font-size: 5.5vw;
        line-height: 6.5vw;
    }

    .body-page-1 .box-bottom .three-box .box .block-top {
        margin-bottom: 5vw;
    }

    .body-page-1 .box-bottom .three-box .box .block-bottom .image {
        margin-bottom: 3vw;
    }

    .body-page-1 .box-bottom .three-box .box .block-bottom .lorem span {
        font-size: 3vw;
        line-height: 5.5vw;
    }

    .title-black-full h2 {
        color: #ffff;
        font-size: 3.5vw;
        letter-spacing: .5vw;
        line-height: 6vw;
        text-align: center;
    }

    .title-black-full {
        padding: 8vw 0;
        margin: 15vw 0;
        margin-bottom: 5vw;
    }

    .body-page-2 .title-block-on-logo .bg-title {
        padding: 1vw 0;
        width: 90vw;
        margin: auto;
        margin-bottom: 4vw;
    }

    .body-page-2 .title-block-on-logo .bg-title h3 {
        font-size: 4.5vw;
        letter-spacing: .8vw;
    }

    .body-page-2 .title-block-on-logo .all-box {
        justify-content: center;
    }

    .body-page-2 .title-block-on-logo .all-box .box-left {
        width: 27%;
    }

    .body-page-2 .title-block-on-logo .all-box .box-left img {
        width: 47%;
    }

    .body-page-2 .title-block-on-logo .all-box .box-left .lorem span {
        font-size: 2.8vw;
        letter-spacing: .3vw;
    }

    .body-page-2 .title-block-on-logo .all-box .box-right .title h1 {
        font-size: 9vw;
        letter-spacing: .7vw;
        line-height: 10vw;
    }

    .body-page-2 .title-block-on-logo .all-box .box-right .lorem span {
        font-size: 3vw;
        letter-spacing: .3vw;
    }

    .body-page-2 .title-block-on-logo .all-box .line-black {
        border-right: .3vw solid gray;
        height: 24vw;
        width: 0vw;
    }

    .body-page-2 .title-block-on-logo {
        margin-bottom: 17vw;
    }

    .body-update-new .body-page-2 .box-left .lorem {
        width: 85%;
        margin: auto;
    }

    .body-update-new .body-page-2 .in-block-top .box-left .lorem span {
        font-size: 4vw;
        letter-spacing: .2vw;
        line-height: 7vw;
    }

    .body-page-2 .in-block-top {
        padding: 59vw 0;
        margin-bottom: 5vw;
        padding-bottom: 7vw;
    }

    .body-update-new .block-title-top-2 .in-block-top {
        padding: 59vw 0;
        padding-bottom: 7vw;
    }

    .body-update-new .body-page-2 .in-block-top .box-right img {
        width: 130vw;
        top: -75vw;
        right: -23vw;
    }

    .block-six-layout .bg-title-top h2 {
        font-size: 4vw;
        letter-spacing: .5vw;
    }

    .block-six-layout .bg-title-top {
        width: 90%;
        padding: 2vw 0;
        border-radius: 2.5vw;
        margin: auto;
        margin-bottom: 5vw;
    }

    .block-six-layout .all-block {
        row-gap: 5vw;
        width: 72vw;
        margin: auto;
        flex-wrap: wrap;
    }

    .block-six-layout .all-block .box {
        width: 100%;
        margin-bottom: 4vw;
    }

    .block-six-layout .all-block .block-top .line-bd-left {
        width: 1.8vw;
        height: 11vw;
        margin-right: 2.5vw;
    }

    .block-six-layout .all-block .block-top .line-bd-left-custom {
        height: 6vw;
    }

    .block-six-layout .all-block .block-top .title h3 {
        font-size: 4vw;
        letter-spacing: .2vw;
        line-height: 5vw;
    }

    .block-six-layout .all-block .box .block-bottom {
        flex-wrap: wrap;
    }

    .block-six-layout .all-block .box .block-bottom .image {
        width: 100%;
        margin-top: 2vw;
        margin-bottom: 3vw;
    }

    .block-six-layout .all-block .box .block-bottom .lorem {
        width: 100%;
    }

    .block-six-layout .all-block .box .block-bottom .lorem span {
        font-size: 3vw;
        line-height: 5vw;
    }

    .block-six-layout .all-block .box-4 .block-bottom-1 {
        margin-bottom: 11vw;
    }

    .body-page-teaching .all-box-teaching {
        border-radius: 5vw;
        margin-top: 5vw;
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .body-page-teaching .all-box-teaching .box-left {
        width: 100%;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap
    }

    .body-page-teaching .all-box-teaching .box-left .box-left-black {
        width: 12vw;
        background-color: #3f3f3f;
        padding: 6vw 0;
    }

    .body-page-teaching .all-box-teaching .box-left .box-left-black h4 {
        width: 20vw;
        display: flex;
        width: 3vw;
        line-height: 5vw;
        margin: auto;
        font-size: 3.5vw;
        color: #ffff;
    }

    .body-page-teaching .all-box-teaching .box-left .block-top {
        padding: 5vw 0;
        padding-bottom: 0;
        width: 88vw;
    }

    .body-page-teaching .all-box-teaching .box-left .box-left-black h4.ob-custom {
        rotate: 90deg;
    }

    .body-page-teaching .all-box-teaching .box-left .block-top .title h1 {
        font-size: 11vw;
        line-height: 12vw;
        width: 77vw;
        margin: auto;
    }

    .body-page-teaching .all-box-teaching .box-left .block-top .title {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .body-page-teaching .all-box-teaching .box-left .block-top .box-teaching {
        margin: 2vw 0;
        margin-bottom: 7vw;
    }

    .body-page-teaching .all-box-teaching .box-left .block-top .box-teaching img {
        width: 100%;
    }

    .body-page-teaching .all-box-teaching .box-left .block-top .lorem {
        width: 74vw;
        margin: auto;
        margin-bottom: 5vw;
    }

    .body-page-teaching .all-box-teaching .box-left .block-top .lorem span {
        font-size: 3vw;
        line-height: 6.5vw;
        color: #ffff;
        letter-spacing: .2vw;
    }

    .body-page-teaching .all-box-teaching .box-left .block-top .block-position-all-box {
        height: 246vw;
        position: relative;
        background: linear-gradient(to bottom, #6879ba 90%, #3f3f3f 100%);
    }


    .body-page-teaching .all-box-teaching .box-left .block-top .block-position-all-box .bg-all-box-logo {
        position: absolute;
        left: -7vw;
        background-color: #ffff;
        border-radius: 3vw;
        padding: 5vw;
        width: 90vw;
    }

    .body-page-teaching .all-box-teaching .box-left .block-top .title {
        justify-content: center;
        margin-bottom: 5vw;
    }

    .body-page-teaching .all-box-teaching .box-left .block-top .title h3 {
        font-size: 4vw;
        color: #6879ba;
    }

    .body-page-teaching .all-box-teaching .all-box-logo {
        width: 100%;
        row-gap: 3vw;
        column-gap: 1.4vw;
        justify-content: start;
    }

    .body-page-teaching .all-box-teaching .all-box-logo .box {
        width: 48%;
        flex-direction: column;
        justify-content: start;
    }

    .body-page-teaching .all-box-teaching .all-box-logo .box .image {
        width: 20vw;
        height: 20vw;
        margin: 0 auto;
        margin-bottom: 3vw;

    }

    .body-page-teaching .all-box-teaching .all-box-logo .box .lorem {
        margin: 1vw auto;
        width: 35vw;
    }

    .body-page-teaching .all-box-teaching .all-box-logo .box .lorem-2 {
        margin-right: 0;
    }

    .body-page-teaching .all-box-teaching .all-box-logo .box .lorem span {
        line-height: 5vw;
        letter-spacing: 0;
    }

    .body-page-teaching .all-box-teaching .all-box-logo .box .lorem span {
        color: black;
    }

    .body-page-teaching .all-box-teaching .all-box-logo .bd-dotted-short {
        border-right: .3vw gray dotted;
    }

    .body-page-teaching .all-box-teaching .all-box-logo .bd-dotted-long {
        width: 100%;
        border-bottom: .3vw gray dotted;
    }

    .body-page-teaching .all-box-teaching .box-left .block-bottom {
        padding: 6vw 5vw;
        border-radius: 0;
        padding-bottom: 15vw;
    }

    .body-page-teaching .all-box-teaching .box-left .block-bottom .title h3 {
        margin-bottom: 6vw;
        font-size: 4vw;
        letter-spacing: .5vw;
    }

    .body-page-teaching .all-box-teaching .box-left .block-bottom .popup {
        border-radius: 3vw;
        padding: 1.5vw 5vw;
        width: 100%;
    }

    .body-page-teaching .all-box-teaching .box-left .block-bottom .popup .number h2 {
        font-size: 11vw;
    }

    .body-page-teaching .all-box-teaching .box-left .block-bottom .popup .lorem {
        margin-left: 2vw;
    }

    .body-page-teaching .all-box-teaching .box-left .block-bottom .popup .lorem span {
        font-size: 3.7vw;
        letter-spacing: .2vw;
    }

    .body-page-teaching .all-box-teaching .box-left .block-bottom .popup::after {
        content: "";
        position: absolute;
        bottom: -2vw;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 3vw solid transparent;
        border-right: 3vw solid transparent;
        border-top: 3vw solid white;
    }

    .body-page-teaching .all-box-teaching .box-left .block-bottom .all-popup {
        row-gap: 3vw;
    }

}

@media (min-width: 1000px) {
    .title-bt-main .bg-box-white .box-left .box-new {
        width: 13vw;
    }

    section.header .background-main {
        width: 100%;
        height: 100%;
        background-image: url(../images/image-main-s.png);
    }


    section.header .background-main .body-title-main .image-main-top img {
        width: 40vw;
        margin-bottom: 1vw;
    }

    section.header .background-main .title-hd {
        height: 85px;
    }

    section.header .background-main .title-hd h3 {
        font-size: 18px;
        letter-spacing: 10px;
        color: white;
    }


    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 3.3vw;
        letter-spacing: 0.8vw;
        margin-bottom: 2.5vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: 1.3vw;
        line-height: 2.2vw;

    }

    section.header .background-main .body-title-main {
        position: absolute;
        top: 16%;
        left: 6%;
    }

    .bd-bt-yl {
        border-bottom: 1.2vw solid #fff57f;
        height: 4.3vw;
    }

    section.body .title-body {
        height: 5vw;
    }

    .title-bt-main .bg-box-white {
        width: 100%;
        max-width: 95vw;
        height: 9vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red {
        width: 41.8vw;
        padding: 1.5vw;
    }

    .title-bt-main .bg-box-white .box-right {
        width: 48%;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .title-btn {
        margin-left: 2.5vw;
    }

    .title-bt-main .bg-box-white .box-left .box-lorem p {
        font-size: 1.6vw;
        letter-spacing: .3vw;
    }


}

@media (max-width: 1399px) {

    .btn-scroll {
        bottom: 150px;
        row-gap: 10px;
    }

    .btn-scroll .img-scr img {
        width: 50px;
    }

    .btn-scroll .title-scr p {
        font-size: 15px;
        letter-spacing: 3px;
    }

    .title-bt-main .bg-box-white {
        width: 100%;
        /* background-color: white; */
        max-width: 850px;
        height: 8vw;
        height: 75px;
        margin: auto;
        border-radius: 5vw;
        display: flex;
        justify-content: space-between;
    }

    .title-bt-main .bg-box-white .box-right .btn-red {
        width: 388px;
        padding: 14px;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .radius {
        width: 24px;
        height: 24px;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .radius img {
        width: 8.5px;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .title-btn {
        margin-left: 19px;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .title-btn p {
        font-size: 14.5px;
        letter-spacing: 2px;
    }

    .title-bt-main .bg-box-white .box-left .box-new {
        width: 115px;
    }

    .title-bt-main .bg-box-white .box-left .box-new img {
        width: 77px;
        position: absolute;
        top: -10px;
        left: 29px;
    }

    .title-bt-main .bg-box-white .box-left .box-lorem p {
        font-size: 14px;
        letter-spacing: 3px;
    }
}

@media (min-width: 1400px) {
    .btn-scroll {
        bottom: 12vw;
        row-gap: 1vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: 1vw;
        line-height: 2vw;
    }

    section.header .background-main .body-title-main .image-main-top img {
        width: 30vw;
        margin-bottom: 1vw;
    }

    .bd-bt-yl {
        border-bottom: 1vw solid #fff57f;
        height: 3vw;
    }

    section.header .background-main .title-hd {
        height: 5vw;
    }

    section.header .background-main .body-title-main {
        top: 9vw;
        left: 6vw;
    }

    section.header .background-main {
        height: 100%;
        background-image: url(../images/image-main-m.png);
    }

    .title-bt-main .bg-box-white {
        max-width: 70vw;
        height: 6.5vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red {
        width: 32.5vw;
        border-radius: 5vw;
        padding: 1vw 1.2vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .title-btn p {
        font-size: 1.15vw;
        letter-spacing: .15vw;
        color: white;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .radius {
        background-color: #ffd9de;
        width: 2vw;
        height: 2vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .radius img {
        display: flex;
        width: .6vw;
    }

    .title-bt-main .bg-box-white .box-right {
        width: 50%;
    }

    .title-bt-main .bg-box-white .box-left .box-new {
        width: 9.5vw;
    }

    .title-bt-main .bg-box-white .box-left .box-lorem p {
        font-size: 1vw;
        letter-spacing: .3vw;
    }

    .title-bt-main .bg-box-white .box-left .box-new img {
        width: 6vw;
        top: -1vw;
        left: 2vw;
    }

    .title-bt-main {
        height: 9vw;
    }

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 2.2vw;
        letter-spacing: 0.7vw;
        margin-bottom: 2vw;
    }

    section.header .background-main .title-hd h3 {
        font-size: 1vw;
        letter-spacing: .5vw;
    }

    .btn-scroll .title-scr p {
        font-size: .8vw;
        letter-spacing: 0.12vw;
    }

    .btn-scroll .img-scr img {
        width: 3.2vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: .8vw;
        line-height: 1.52vw;
        letter-spacing: .1vw;

    }
}

@media (min-width: 1400px) and (min-height: 1200px) {

    section.header .background-main .body-title-main .image-main-top img {
        width: 33vw;
        margin-bottom: 2vw;
    }

    .title-bt-main .bg-box-white .box-left .box-lorem p {
        font-size: 1vw;
        letter-spacing: .3vw;
    }

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 2.5vw;
        letter-spacing: 0.7vw;
        margin-bottom: 2vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: 1vw;
        line-height: 1.52vw;
        letter-spacing: .1vw;
    }
}

@media (max-width: 1900px) and (max-height: 1700px) {
    section.header .background-main .body-title-main {
        top: 135px;
        left: 6vw;
    }

    section.header .background-main .body-title-main .image-main-top img {
        width: 42vw;
        margin-bottom: 3vw;
    }

    /* .title-bt-main .bg-box-white .box-left .box-lorem p {
        font-size: 1.1vw;
        letter-spacing: .3vw;
    } */

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 3.5vw;
        letter-spacing: 0.5vw;
        margin-bottom: 2vw;
    }

    .bd-bt-yl {
        border-bottom: 1.2vw solid #fff57f;
        height: 4.7vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: 1.3vw;
        line-height: 2vw;
        letter-spacing: 0vw;
    }
}

@media (min-width: 2000px) {
    section.header .background-main {
        height: 100%;
        background-image: url(../images/image-main-l.png);
    }

    section.header .background-main .title-hd {
        height: 3vw;
    }

    section.header .background-main .title-hd h3 {
        font-size: .65vw;
        letter-spacing: .35vw;
    }

    section.header .background-main .body-title-main {
        position: absolute;
        top: 10.5%;
        left: 6%;
    }

    .title-bt-main {
        height: 6vw;
    }

    .title-bt-main .bg-box-white {
        max-width: 46vw;
        height: 4vw;
    }

    .title-bt-main .bg-box-white .box-left .box-new {
        width: 6.5vw;
    }

    .title-bt-main .bg-box-white .box-left .box-new img {
        width: 4vw;
        top: -1vw;
        left: 1.5vw;
    }

    .title-bt-main .bg-box-white .box-left .box-lorem p {
        font-size: .68vw;
        letter-spacing: .18vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red {
        width: 21vw;
        border-radius: 5vw;
        padding: 1vw 1.2vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .title-btn p {
        font-size: 0.7vw;
        letter-spacing: .16vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .radius {
        width: 1.5vw;
        height: 1.5vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .radius img {
        display: flex;
        width: .35vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red {
        width: 21vw;
        border-radius: 5vw;
        padding: .6vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .title-btn {
        margin-left: 1vw;
    }

    .btn-scroll {
        bottom: 8vw;
        row-gap: 1vw;
    }

    .btn-scroll .img-scr img {
        width: 2.2vw;
    }

    .btn-scroll .title-scr p {
        font-size: .5vw;
        letter-spacing: 0.1vw;
    }
}

@media (min-width: 2000px) and (max-height: 860px) {
    section.header .background-main .body-title-main .image-main-top img {
        width: 21vw;
        margin-bottom: 1vw;
    }

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 1.5vw;
        letter-spacing: 0.5vw;
        margin-bottom: 1vw;
    }

    .bd-bt-yl {
        border-bottom: .7vw solid #fff57f;
        height: 2vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: .7vw;
        line-height: 1vw;
        letter-spacing: 0vw;
    }

    section.header .background-main .body-title-main {
        position: absolute;
        top: 15.5%;
        left: 13.5%;
    }
}

@media(min-width: 1400px) and (max-height: 710px) {
    section.header .background-main .body-title-main .image-main-top img {
        width: 21vw;
        margin-bottom: 1vw;
    }

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 1.5vw;
        letter-spacing: 0.5vw;
        margin-bottom: 1vw;
    }

    .bd-bt-yl {
        border-bottom: .7vw solid #fff57f;
        height: 2vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: .7vw;
        line-height: 1vw;
        letter-spacing: 0vw;
    }
}

@media(min-width: 1000px) and (max-height: 800px) {
    section.header .background-main .body-title-main .image-main-top img {
        width: 27vw;
        margin-bottom: 1.5vw;
    }

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 2.2vw;
        letter-spacing: 0.5vw;
        margin-bottom: 1vw;
    }

    .bd-bt-yl {
        border-bottom: .8vw solid #fff57f;
        height: 2.9vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: .9vw;
        line-height: 1.5vw;
        letter-spacing: 0vw;
    }

    section.header .background-main .body-title-main {
        position: absolute;
        top: 135px;
        left: 6%;
    }
}

@media(min-width: 1000px) and (max-height: 800px) and (max-width: 1250px) {
    section.header .background-main .body-title-main .image-main-top img {
        width: 37vw;
        margin-bottom: 2.2vw;
    }

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 3vw;
        letter-spacing: 0.6vw;
        margin-bottom: 1.5vw;
    }

    .bd-bt-yl {
        border-bottom: 1vw solid #fff57f;
        height: 4vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: 1.2vw;
        line-height: 2vw;
        letter-spacing: 0;
    }

    section.header .background-main .body-title-main {
        position: absolute;
        top: 135px;
        left: 6%;
    }
}

@media (max-width: 1399px) {
    #button-backtop {
        width: 210px;
        padding: 13px 25px;
        padding-left: 30px;
    }

    #button-backtop .text span {
        font-size: 14.5px;
        margin-left: 10px;
        line-height: 20px;
    }

    #button-backtop .image img {
        width: 10px;
        rotate: -90deg;
    }

    section.body .title-body {
        height: 73px;
    }

    section.body .title-body-fixed {
        height: 73px;
    }

    .all-box-toggle {
        display: flex;
        justify-content: end;
        width: 66.5%;
        justify-content: space-between;
        padding-left: 117px;
    }

    section.body .title-body .box-center .btn-title .title h3 {
        color: white;
        font-size: 15px;
        letter-spacing: 4px;
    }

    section.body .title-body .box-center .btn-title .arrow img {
        display: flex;
        width: 7px;
        margin-right: 15px;
    }

    section.body .title-body .box-left .link-img {
        width: 50%;
        display: flex;
        margin-left: 85px;
    }

    section.body .title-body .box-right .bg-btn-green {
        width: 220px;
        background-color: #64c0ab;
        border-radius: 5vw;
        display: flex;
        position: absolute;
        bottom: -38px;
        padding: 20px 35px;
        box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.53);
        border: 3.5px solid #454545;
    }

    section.body .title-body .box-right .bg-btn-green .title-btn p {
        margin-left: 15px;
        color: white;
        font-size: 15px;
        letter-spacing: 4px;
    }

    .all-box-toggle .box-right .box-border-radius {
        position: absolute;
        background-color: #3f3f3f;
        width: 235px;
        height: 70px;
        border-radius: 20vw;
    }

    section.body .title-body .box-right .bg-btn-green .radius img {
        width: 7px;
    }
}

@media (max-width: 900px) and (min-height: 700px) {
    section.header .background-main .body-title-main .image-main-top img {
        width: 500px;
        margin-bottom: 4vw;
    }

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 41px;
        letter-spacing: 9px;
        margin-bottom: 20px;
    }

    .bd-bt-yl {
        border-bottom: 15px solid #fff57f;
        height: 55px;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .btn-scroll {
        bottom: 160px;
        row-gap: 1vw;
    }
}

@media (max-width: 1100px) {
    section.header .background-main .body-title-main .image-main-top img {
        width: 48vw;
        margin-bottom: 3vw;
    }

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 4.2vw;
        letter-spacing: 0.6vw;
        margin-bottom: 2vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: 1.5vw;
        line-height: 3vw;
        letter-spacing: 0.1vw;
    }

    .bd-bt-yl {
        border-bottom: 1.5vw solid #fff57f;
        height: 5.8vw;
    }

}

@media (max-width: 950px) {
    section.header .background-main .body-title-main .image-main-top img {
        width: 60vw;
        margin-bottom: 3vw;
    }

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 5.5vw;
        letter-spacing: 0.5vw;
        margin-bottom: 2vw;
    }

    .bd-bt-yl {
        border-bottom: 1.8vw solid #fff57f;
        height: 7.3vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: 2vw;
        line-height: 3vw;
        letter-spacing: 0vw;
    }

}

@media (max-width: 900px) {
    section.header .background-main .body-title-main .image-main-top img {
        width: 60vw;
        margin-bottom: 3vw;
    }

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 5.5vw;
        letter-spacing: 0.5vw;
        margin-bottom: 2vw;
    }

    .bd-bt-yl {
        border-bottom: 1.8vw solid #fff57f;
        height: 7.3vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: 2vw;
        line-height: 3vw;
        letter-spacing: 0vw;
    }

}

@media (max-width: 750px) {
    section.header .background-main .body-title-main .image-main-top img {
        width: 70vw;
        margin-bottom: 3vw;
    }

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 6.3vw;
        letter-spacing: 0.7vw;
        margin-bottom: 2vw;
    }

    .bd-bt-yl {
        border-bottom: 2vw solid #fff57f;
        height: 8vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: 2.3vw;
        line-height: 3.5vw;
        letter-spacing: 0vw;
    }

}

@media (max-width: 670px) and (max-height: 1400px) {

    .title-bt-main .bg-box-white .box-right .btn-red {
        box-shadow: rgb(71, 71, 71) 2px 2px 2px 2px, rgb(98, 98, 98) -1px -1px 2px 2px;
    }

    section.header .background-main .body-title-main .image-main-top img {
        width: 72vw;
        margin-bottom: 4vw;
    }

    section.header .background-main {
        width: 100%;
        height: 100%;
        background-image: url(../images/image-main-sp.png) !important;
    }

    section.header .background-main .title-hd {
        height: 19vw;
    }

    section.header .background-main .title-hd h3 {
        font-size: 3.8vw;
        letter-spacing: 1vw;
        width: 80vw;
        text-align: center;
    }

    section.header .background-main .body-title-main {
        top: 30vw;
        left: 13.3vw;
    }

    section.body .title-body .box-right .bg-btn-green {
        width: 75vw;
        height: 16vw;
        background-color: #64c0ab;
        border-radius: 20vw;
        padding: 1vw 2vw;
        display: flex;
        justify-content: center;
        align-items: center;
        border: .7vw solid #575757;
        position: relative;
        box-shadow: inset 0px 3px 3px 0px rgba(255, 255, 255, 0.53);
        bottom: 0;
    }

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 7vw;
        letter-spacing: 1.3vw;
        margin-bottom: 1vw;
        margin-left: -1vw;
    }

    .bd-bt-yl {
        height: 9vw;
        border-bottom: 2.5vw solid #fff57f;
        letter-spacing: 1.8vw;
    }


    section.header .background-main .body-title-main .title-in-main .bd-bt-yl:last-child {
        letter-spacing: 2.4vw;
    }

    .bd-bt-yl {
        height: 9vw;
        border-bottom: 2.5vw solid #fff57f;
        letter-spacing: 1.8vw;
    }


    .btn-scroll {
        bottom: 40vw;
        width: 100%;
        row-gap: 3vw;
    }

    .btn-scroll .img-scr img {
        width: 9.5vw;
        filter: brightness(0);
    }

    .btn-scroll .title-scr p {
        font-size: 3vw;
        letter-spacing: .2vw;
        color: black;
    }

    .title-bt-main {
        height: 36vw;
        background-color: #3f3f3fde;
    }

    .title-bt-main .bg-box-white {
        flex-wrap: wrap;
        height: 36vw;
        background-color: unset;
    }

    .title-bt-main .bg-box-white .box-left {
        width: 100%;
    }

    .title-bt-main .bg-box-white .box-left .box-new {
        width: 26vw;
    }

    .title-bt-main .bg-box-white .box-left .box-new img {
        width: 18vw;
        top: -3vw;
        left: 5vw;
    }

    .title-bt-main .bg-box-white .box-left .box-lorem p {
        font-size: 3.1vw;
        letter-spacing: .35vw;
        color: white;
    }

    .title-bt-main .bg-box-white .box-left .box-lorem {
        margin-top: 1vw;
    }

    .content-pc {
        display: none !important;
    }

    .content-sp {
        display: block !important;
    }

    .title-bt-main .bg-box-white .box-right {
        width: 100%;
        align-items: baseline;
        padding-top: 2vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red {
        width: 88vw;
        padding: 3.5vw;
        border-radius: 10vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .radius {
        width: 6vw;
        height: 6vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .radius img {
        width: 1.5vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .title-btn p {
        font-size: 3.8vw;
        letter-spacing: .2vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: 3vw;
        line-height: 5vw;
        color: black;
    }

    .body-black-double .box-double {
        flex-wrap: wrap;
    }

    section.body .title-body .all-box-title {
        justify-content: space-between;
        position: relative;
        padding: 0 6vw;
    }

    .all-box-toggle {
        position: absolute;
        right: 0;
        background-color: #444444de;
        transition: height 0.25s ease !important;
        height: 0;
        top: 12vw;
        width: 100%;
        padding: 0;
        overflow-y: scroll;
        overscroll-behavior: contain;
        flex-direction: column;
        justify-content: flex-start;
    }

    .all-box-toggle.show {
        transition: height 0.25s ease !important;
        height: 100vh !important;
        min-height: 100vh;
        z-index: 100;
        overflow-y: scroll;
    }

    section.body .title-body .box-left .link-img {
        width: 100%;
        margin: 0;
    }

    section.body .title-body {
        height: 19vw;
        padding: 0;
        top: 0 !important;
        margin: 0 !important;
    }

    section.body .title-body .box-left {
        width: 67%;
    }

    .btn-toggle {
        display: flex !important;
        flex-wrap: wrap;
        row-gap: 2vw;
        width: 6vw;
        height: 4vw;
        align-items: center;
    }

    .body-section .title-body-top {
        margin-top: 5vw;
        margin-bottom: 3vw;
    }

    .body-section .title-body-top h2 {
        font-size: 6.7vw;
        letter-spacing: .2vw;
    }

    .out-body-section {
        padding: 1vw 0;
        padding-bottom: 0;
    }

    .body-section .all-box-three {
        flex-wrap: wrap;
        padding: 0 4vw;
    }

    .body-section .all-box-three .box {
        width: 100%;
        justify-content: start;
        padding: 4vw 0;

        padding-bottom: 8vw;
        /* Khoảng cách giữa border và nội dung */
        background-image: radial-gradient(circle, #98d5c7 11%, transparent 10%);
        background-position: bottom;
        background-size: 2vw 5vw;
        /* Kích thước của mỗi chấm tròn */
        background-repeat: repeat-x;
        /* Lặp lại theo chiều ngang */
        padding-top: 3vw;
    }


    .body-section .all-box-three .box:last-child {
        background-image: unset;
    }

    .body-section .all-box-three .box .radius {
        width: 45vw;
        height: 45vw;
        margin-bottom: 0;
        margin-right: 4vw;
    }

    .body-section .all-box-three .box .box-text {
        display: flex;
        width: 44%;
    }

    .body-section .all-box-three .box .box-text p {
        font-size: 3.2vw;
        line-height: 5.5vw;
        letter-spacing: .2vw;
        display: flex;
        align-items: center;
    }

    .body-gray {
        margin-top: 0;
    }

    .body-gray .box-in-gray .title h3 {
        font-size: 6.7vw;
        text-align: center;
        line-height: 9vw;
    }

    .body-section .all-box-three .box .radius .radius-img img {
        width: 20vw;
    }

    .body-section .all-box-three .box .radius .radius-text h4 {
        font-size: 4.5vw;
        width: 27vw;
        margin-top: 2vw;
        line-height: 5vw;
        letter-spacing: .8vw;
    }

    .body-gray .box-in-gray {
        max-width: max-content;
        padding: 7vw 0;
        padding-bottom: 0;
    }

    .body-gray .box-in-gray .title {
        margin-bottom: 5vw;
    }

    .body-gray .box-in-gray .box-double {
        flex-wrap: wrap;
    }

    .body-gray .box-in-gray .box-double .box {
        width: 90%;
        padding: 4vw 7vw 4vw 2vw;
        border-radius: 5vw;
        margin: auto;
        margin-bottom: 5vw;
    }

    .body-gray .box-in-gray .box-double .box-right p {
        font-size: 3.2vw;
        line-height: 5.5vw;
    }

    .body-gray .box-in-gray .box-double .box .box-top {
        width: 50%;
        margin-bottom: 3vw;
    }

    .body-gray .box-in-gray .box-double .box .box-bottom h4 {
        font-size: 5vw;
        width: 30vw;
        line-height: 5vw;
    }

    .body-white-double {
        max-width: max-content;
        margin-top: 0;
    }

    .body-white-double .box-double {
        flex-wrap: wrap;
        padding: 0 7vw;
    }


    .body-white-double .box:last-child {
        width: 100%;
        border-bottom: none;
    }

    .body-white-double .box .box-top .box-left-in-top .title h3 {
        font-size: 6.5vw;
        margin-bottom: 0;
        line-height: 8vw;
    }

    .bd-new-bt-yl {
        border-bottom: 2.5vw solid #fff57f;
        height: 8vw;
    }

    .body-white-double .box .box-top .box-right-in-top {
        height: 20.5vw;
        margin-top: 3vw;
    }

    .body-white-double .box .box-bottom {
        margin-top: 2vw;
    }

    .body-white-double .box .box-top .box-right-in-top-2 {
        height: 18vw;
        margin-top: 1.5vw;
    }


    .body-white-double .box .box-top .box-left-in-top .title h4 {
        font-size: 3.3vw;
    }

    .body-white-double .box .box-top .box-left-in-top .title p {
        font-size: 1.9vw;
    }

    .body-white-double .box .box-bottom p {
        font-size: 3.2vw;
        line-height: 6.5vw;
        margin-top: 3vw;
        letter-spacing: .1vw;
    }

    /* .body-white-double .box {
        padding: 7vw 0;
    } */


    .body-white-double .box {
        width: 100%;
        padding-bottom: 10vw;
        /* Khoảng cách giữa border và nội dung */
        background-image: radial-gradient(circle, rgb(201, 201, 201) 11%, transparent 10%);
        background-position: bottom;
        background-size: 2vw 5vw;
        /* Kích thước của mỗi chấm tròn */
        background-repeat: repeat-x;
        /* Lặp lại theo chiều ngang */
        padding-top: 5vw;
    }

    .body-white-double .box:last-child {
        width: 100%;
        padding-bottom: 7vw;
        background-image: unset;
    }

    .body-black-double {
        margin-top: 4vw;
        padding-top: 10vw;
    }

    .body-black-double .title h3 {
        font-size: 6vw;
        letter-spacing: .3vw;
        text-align: center;
    }

    .body-black-double .title {
        margin-bottom: 5vw;
    }

    .body-black-double .box-double .box {
        border-radius: 5vw;
        padding: 4vw;
    }

    .body-black-double .box-double .box.box-left .box-cl-top {
        width: 36vw;
        height: 36vw;
        padding: 9vw;
        border-radius: 3vw;
        padding-top: 7vw;
    }

    .body-black-double .box-double .box.box-right .box-cl-top {
        width: 36vw;
        height: 36vw;
        padding: 8vw;
        border-radius: 3vw;
        padding-top: 7vw;
    }

    .body-black-double .box-double .box .box-bottom {
        width: 36.5vw;
        margin-top: 4vw;
    }

    .body-black-double .box-double .box.box-right .box-bottom h4 {
        font-size: 3.5vw;
        line-height: 5vw;
    }

    .body-black-double .box-double .box.box-left .box-bottom h4 {
        font-size: 3.5vw;
        line-height: 5vw;
    }

    .body-black-double .p-lorem-bt p {
        font-size: 2.8vw;
        margin: 6vw 0;
        letter-spacing: .1vw;
        z-index: 1;
        margin-bottom: 9vw;
    }

    .out-triangle img {
        top: -5.2vw;
        width: 10vw;
    }

    .body-button-green {
        padding: 10vw 0;
    }

    .body-button-green .in-body-button {
        max-width: max-content;
    }

    .body-button-green .in-body-button .btn-yellow {
        width: 90vw;
        border-radius: 20vw;
        padding: 5vw 7vw;
        box-shadow: inset -.2vw -.2vw 4px .3vw rgba(112, 112, 112, 0.555);
        border: .8vw solid #2ed0aa;
    }

    .body-button-green .in-body-button .btn-yellow .radius {
        width: 2vw;
        height: 2vw;
    }

    .body-button-green .in-body-button .btn-yellow p {
        margin-left: 7vw;
        font-size: 4vw;
        letter-spacing: .3vw;
    }

    .body-pc-table .title h4 {
        font-size: 3.3vw;
        line-height: 6vw;
        letter-spacing: 0;
    }

    .body-pc-table .out-btn .bg-btn-green {
        background-color: #64c0ab;
        border-radius: 20vw;
        width: 74vw;
        display: flex;
        padding: 4.5vw 7vw;
        margin: 7vw 0;
        margin-bottom: 11vw;
    }

    .body-pc-table .out-btn .bg-btn-green .title-btn p {
        font-size: 4vw;
        letter-spacing: .5vw;
        margin-left: 6.5vw;
    }

    section#footer .section-footer {
        height: auto;
        background-color: #3f3f3f;
        flex-wrap: wrap;
        flex-direction: column;
    }

    section#footer .section-footer .box-left {
        width: 100%;
        padding-left: 0;
        height: 32vw;
        border-bottom: .2vw solid white;
        max-width: 75vw;
        margin-left: auto;
        margin-right: auto;
    }

    section#footer .section-footer .box-center {
        padding-left: 0 !important;
        width: 100%;
        height: 15vw !important;
        margin-top: 9vw;
        max-width: 75vw !important;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        border: none !important;
    }

    section#footer .section-footer .box-right {
        width: 100%;
        height: 30vw;
        margin-top: 3vw;
        justify-content: start;
        max-width: 75vw !important;
        margin-left: auto !important;
        margin-right: auto !important;
        align-items: start;
        padding-right: 10vw;
        padding-bottom: 2vw;
    }

    section#footer .section-footer .box-left img {
        width: 35.5vw;
    }

    section#footer .section-footer .box-center .lorem p {
        font-size: 3.5vw;
        letter-spacing: .4vw;
        color: white;
    }

    section#footer .section-footer .box-center .title .image-arr img {
        width: 2vw;
        filter: brightness(1);
        margin-right: 3.5vw;
        padding-bottom: 1vw;
    }

    section#footer .section-footer .box-center .title {
        margin-bottom: 3vw;
        width: 100%;
    }

    section#footer .section-footer .box-right .title p {
        font-size: 2.6vw;
        letter-spacing: .3vw;
        color: white;
    }

    #button-backtop {
        width: 20vw;
        opacity: 1;
        z-index: 50;
        padding: 2vw 2vw;
    }

    #button-backtop .image img {
        width: 1.35vw;
        rotate: -90deg;
    }

    #button-backtop .text span {
        font-size: 2vw;
        margin-left: 1.5vw;
        line-height: 2.2vw;
    }

    .btn-green-sp {
        margin: auto;
    }

    .btn-green-sp .btn-green {
        background-color: #64c0ab;
        display: flex;
        width: 90vw;
        padding: 5vw 7vw;
        border-radius: 20vw;
        align-items: center;
        box-shadow: rgb(255, 255, 255) -2px -4px 2px 1px, rgb(175, 175, 175) 1px 1px 2px 2px;
        margin-bottom: 9vw;
    }

    .btn-green-sp .btn-green:hover {
        opacity: .5;
    }

    .btn-green-sp .btn-green .radius {
        width: 4vw;
        height: 4vw;
        display: flex;
        align-items: center;
    }

    .btn-green-sp .btn-green .radius img {
        width: 45%
    }

    .btn-green-sp .btn-green .title-btn p {
        font-size: 4vw;
        color: white;
        margin-left: 8vw;
        letter-spacing: .3vw;
    }

    #button-backtop {
        transform: translateX(-7vw);
    }

    section.body .box-center {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 18vw;
        height: 53vw;
        min-height: 53vw;
    }

    .line-btn-toggle {
        background-color: white;
        height: .2vw;
        width: 80vw;
        margin-left: auto;
        margin-right: auto;
    }

    section.body .box-center .btn-title {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 0;
        height: 5vw;
        align-items: center;
    }

    section.body .title-body .box-center .btn-title .title h3 {
        color: white;
        font-size: 4.3vw;
        letter-spacing: .8vw;
    }

    section.body .title-body .box-center .btn-title .arrow img {
        display: flex;
        width: 2.1vw;
        margin-right: 3vw;
    }

    section.body .all-box-toggle .box-right {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        align-items: start;
        margin-top: 11vw;
    }

    section.body .box-right .bg-btn-green .title-btn {
        display: flex;
        align-items: center;
    }

    section.body .title-body .box-right .bg-btn-green .title-btn p {
        margin-left: 3vw;
        font-size: 4vw;
        letter-spacing: 1vw;
        color: white;
    }

    section.body .title-body .box-right .bg-btn-green .radius img {
        width: 2.3vw;
    }

    section.body .title-body .box-center {
        width: 100%;
    }


    section.body .title-body-fixed {
        height: 19vw;
    }

    .body-section .all-box-three .box:nth-child(2) .radius {
        padding-top: 2vw;
    }

    .body-section .all-box-three .box:nth-child(2) .radius .radius-text h4 {
        margin-top: 1vw;
    }

    .body-section .all-box-three .box:first-child .radius .radius-text h4 {
        margin-top: 3vw;
    }

    .body-section .all-box-three .box:last-child .radius .radius-text h4 {
        margin-top: 2vw;
    }

    .body-section .all-box-three .box:first-child .radius {
        padding-top: 2vw;
    }

    .body-pc-table .img-tablet {
        width: 130%;
        position: relative;
        right: 17vw;
    }

    .body-pc-table .img-tablet {
        top: -5vw;
    }

    .title-bt-main .bg-box-white .box-right .btn-red .title-btn {
        margin-left: 2vw !important;
    }
}

@media (min-width: 450px) and (max-width: 670px) and (max-height: 1000px) {

    /* section.header .background-main .body-title-main .title-in-main {
        display: flex;
        justify-content: center;
    }

    section.header .background-main .body-title-main .image-main-top {
        display: flex;
        justify-content: start;
    }

    section.header .background-main .body-title-main .image-main-top img {
        width: 57vw;
        margin-bottom: 3vw;
    }

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 5.2vw;
        letter-spacing: 0.5vw;
        margin-bottom: 1vw;
    }

    .bd-bt-yl {
        height: 6vw;
        border-bottom: 1.5vw solid #fff57f;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: 2vw;
        line-height: 2.5vw;
        color: black;
    }

    section.header .background-main .body-title-main {
        top: 28vw;
        left: 21vw;
    } */
}

@media (min-width: 450px) and (max-width: 670px) and (max-height: 800px) {

    section.header .background-main .body-title-main .title-in-main {
        display: flex;
        justify-content: center;
    }

    section.header .background-main .body-title-main .image-main-top {
        display: flex;
        justify-content: start;
    }

    section.header .background-main .body-title-main .image-main-top img {
        width: 54vw;
        margin-bottom: 3vw;
    }

    section.header .background-main .body-title-main .title-in-main h2 {
        font-size: 5vw;
        letter-spacing: 1.3vw;
        margin-bottom: 1vw;
    }

    .bd-bt-yl {
        height: 6.5vw;
        border-bottom: 1.7vw solid #fff57f;
        letter-spacing: 1.6vw;
    }


    section.header .background-main .body-title-main .title-in-main .bd-bt-yl:last-child {
        letter-spacing: 2.2vw;
    }

    section.header .background-main .body-title-main .lorem-in-main p {
        font-size: 1.5vw;
        line-height: 2.5vw;
        color: black;
    }

    section.header .background-main .body-title-main {
        top: 28vw;
        left: 22vw;
    }
}