@font-face {
    font-family: 'HNC';
    src: url("../webfonts/SVN-Gilroy.woff2") format('woff2');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'HNC';
    src: url("../webfonts/SVN-GilroyBold.woff2") format('woff2');
    font-weight: bold;
    font-style: normal
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'HNC';
}

body {
    scroll-behavior: smooth;

}

#page {
    overflow: hidden;
}

.feature-desc-box {
    border-radius: 20px;
}

.feature-description {
    font-size: 18px;
    text-align: center;
    color: black;
}

.feature-desc-box {
    position: relative;
}

.feature-title {
    color: #f27943;
    width: 100%;
    text-align: center;
    font-weight: bold;
    z-index: 2;
    font-size: 30px;
}

.feature-icon-img {
    overflow: hidden;
    width: 50px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.feature-icon-img img {
    width: 100%;
    height: 100%;
}

.block-feature {
    padding: 80px 0;
}


.feature-item {
    display: flex;
    flex-direction: column;
}

.introduce-title {
    font-size: 30px;
    line-height: 1.5;
    color: rgb(51, 51, 51);
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}

.introduce-title::before {
    content: '';
    width: 4px;
    height: 100%;
    background: #83c240;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
}

.introduce-desc {
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
    padding-left: 10px;
}

.introduce-slide-img {
    padding: 30px;
}

.introduce-slide-img img {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid white;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    width: 100%;
    height: auto;
    aspect-ratio: 572 / 380;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
}

.reason-tittle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.reason-tittle p {
    margin: 0;
}

.reason-item {
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px -5px;
    border-radius: 20px;
    background-color: white;
    padding: 10px;
    height: 100%;
}

.reason-img {
    border-width: 3px;
    border-radius: 20px;
    border-style: solid;
    border-color: #83c240;
    overflow: hidden;
    height: auto;
    width: 100%;
    aspect-ratio: 364 / 236;
}

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

.reason-title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    color: white;
}

.reason-desc {
    font-size: 16px;
}

.lesson-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.job-title {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.job-desc-content {
    font-size: 16px;
    margin-bottom: 20px;
}

.job-desc {
    font-size: 16px;
    overflow: hidden;
}

.job-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgb(0, 0, 0) 0 0 8px -4px;
    width: 100%;
    height: auto;
    aspect-ratio: 380 / 234;
}

.job-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-desc {
    box-shadow: rgb(0, 0, 0) 0 0 6px -4px;
    border-radius: 20px;
    background-color: white;
    min-height: 256px;
}

.job-desc .text-box-title {
    background-color: #83c240;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    color: white;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-des-content {
    padding: 10px;
}

.block-job .row .col-md-4:nth-child(odd) .job-image {
    margin-bottom: 20px;
}

.block-job .row .col-md-4:nth-child(even) {
    flex-direction: column-reverse;
    display: flex;
    justify-content: space-between;
}

.block-job {
    padding: 40px 0;
}

.slide-image-item {
    overflow: hidden;
}

.slide-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 269 / 201;
    ;
}

.image-slider-cta {
    margin: 20px 0;
    background-image: linear-gradient(rgb(213, 44, 39), rgb(213, 44, 37));
    box-shadow: rgb(0, 0, 0) 0 5px 20px -15px;
    border-radius: 40px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;
    display: inline-flex;

}

.image-slider-cta:hover {
    color: rgb(213, 44, 39);
    background: white;
}

.block-slide-image {
    padding: 40px 0;
}

.block-form {
    width: 100%;
    height: auto;
    aspect-ratio: 2545 / 751;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.video-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.video-player a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.video-player a img {
    width: 100%;
    height: 100%;
}

.video-player {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}

.block-video {
    padding: 40px 0;
}

.player-play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.player-play img {
    width: 100px !important;
    height: 100px !important;
}

.video-player {
    position: relative;
}

.player-play:hover {
    cursor: pointer;
}

.block-partner .partner-slider {
    border-radius: 20px;
    overflow: hidden;
}

.partner-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.partner-title p {
    margin: 0;
    font-weight: bold;
}

.partner-desc {
    font-size: 16px;
}

.partner-logo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.partner-image-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 4px;
}

.partner-image-item img {
    object-fit: scale-down;
    height: 100%;
    width: auto;
}

.block-partner {
    padding: 40px 0;
}

.block-images .block-title {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.block-images {
    padding: 40px 0;
}

.student-gallery {
    border-radius: 20px;
    overflow: hidden;
}

.student-image {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 269 / 201;
}

.student-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.student-images .row .col-md-6:not(:last-child) .student-image {
    margin-bottom: 24px;
}

.site-main section {
    padding: 40px 0;
}

section.block-feature {
    padding: 40px 0;
}

#wpforms-83 {
    border-radius: 20px;
    padding: 14px;
    background-color: #83c240;
}

.form-subscribe-wrap {
    border-radius: 20px;
    padding: 14px;
    background-color: #83c240;
}

.form-subscribe-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
    color: black;
    text-align: center;
    text-transform: uppercase;
}

.form-subscribe-image {
    height: 100%;
    overflow: hidden;
}

.form-subscribe-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-subscribe-wrap .wpforms-submit.cta-btn {
    width: 100%;
    background-image: linear-gradient(rgb(213, 44, 39), rgb(213, 44, 37));
    box-shadow: rgb(0, 0, 0) 0 5px 20px -15px;
}

#wpforms-83 .wpforms-submit.cta-btn {
    width: 100%;
    background-image: linear-gradient(rgb(213, 44, 39), rgb(213, 44, 37));
    box-shadow: rgb(0, 0, 0) 0 5px 20px -15px;
}


.footer-widgets {
    background-image: linear-gradient(#83c240, #04764191);
}

.header-main {
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.header-main.stuck {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #83c240;
}

#metu .tg-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 9999;
}

#metu .mmt-app {
    position: relative;
    display: flex;
    flex-direction: row;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    justify-content: center;
    box-sizing: border-box;
    min-height: 56px;
    -webkit-transition: all 0.24s;
    transition: all 0.24s;
}

#metu .mmt-menu__item--mobile {
    background-color: hsla(0, 0%, 100%, 0.2);
    margin: 10px 5px;
}

#metu .mmt-button--mobile {
    height: 40px;
    justify-content: center;
}

#metu .mmt-button {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 0 10px;
    flex-direction: row;
    cursor: pointer;
}

#metu .mmt-button--mobile .mmt-button__icon {
    margin-right: 10px;
}

#metu .mmt-button__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    box-sizing: border-box;
}

#metu .mmt-button--mobile .mmt-button__label {
    font-size: 12px;
    line-height: 13px;
    max-height: 26px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#metu .mmt-button--mobile .mmt-button__label a {
    color: #fff;
}

.metu-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #c00d00 !important;
    opacity: 1;
    color: rgb(232, 232, 232);
    border-top: 1px solid #efefef;
}

.create-profile {
    position: fixed;
    top: 40%;
    right: 0;
    width: 71px;
    height: 77px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: #c00d00;
    padding: 10px 3px;
    z-index: 100000;
}

.create-profile a {
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.create-profile a .img {
    margin-bottom: 5px;
    overflow: hidden;
    transition: ease-in-out 0.3s;
}

footer {
    margin-bottom: 60px;
}

.banner-pc img {
    width: 100%;
    height: auto;
    aspect-ratio: 1440/540;
    object-fit: cover;
}

.main-navigation ul.menu>li>a {
    font-size: 14px;
}

.slide-image-item {
    box-shadow: rgb(0, 0, 0) 0 0 20px -15px;
    border-radius: 15px;
    border: 3px solid #83c240;
    overflow: hidden;
}

.reason-title-box {
    position: relative;
    margin-top: -20px;
}

.reason-title-box img {
    position: absolute;
    top: 0;
    left: -24px;
    z-index: 1;
}

.reason-title {
    position: relative;
    z-index: 2;
}

.reason-desc {
    padding-top: 12px;
}

.reason-tittle,
.lesson-title,
.job-title,
.video-title,
.block-form .block-title,
.block-feature .block-title {
    color: #83c240;
}

.video-box {
    position: relative;
    box-shadow: rgba(124, 8, 69, 0.64) 0 7px 20px -15px;
    border-radius: 30px;
    padding: 2px;
    border: 5px solid #83c240;
    background-color: #fff;
}

.video-content {
    padding: 4px;
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid #83c240;
}

.video-wrap {
    background-color: #fff;
    padding: 80px 30px 30px;
    overflow: hidden;
}

.title-video-box {
    position: absolute;
    z-index: 2;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 850px;
}

.title-video-box img {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-title {
    position: relative;
    z-index: 4;
    margin-bottom: 0;
    padding: 10px 0;
    color: white;
}

.site-main section.block-video {
    padding-top: 100px;
}

.image-with-caption {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #83c240;
    background: linear-gradient(0deg, #83c240 0%, rgba(255, 255, 255, 0) 50%);
    color: white;
    text-align: center;
    padding: 0 10px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 16px;
}

.block-title {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.feature-img-wrapper {
    text-align: center;
}

.slider-item {
    display: block;
}

.slider-item img {
    width: 100%;
}

#introduce-videos:hover {
    cursor: pointer;
}

.function-class-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.reason-tittle {
    margin-bottom: 24px;
}

.function-class-title {
    position: absolute;
    bottom: 34px;
    left: 0;
    background: linear-gradient(90deg, rgba(131, 194, 64, 1) 50%, rgba(255, 255, 255, 0) 100%);
    padding: 10px 30px 10px 10px;
    z-index: 2;
    font-weight: bold;
    font-size: 14px;
    color: #3b3974;
    text-transform: uppercase;
}

.function-class-item:after {
    content: "";
    display: block;
    width: 5px;
    height: 50px;
    background-color: #83c240;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.function-class-background {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.function-class-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-reason {
    background-color: rgb(238, 238, 238);
}

.news-pagination {
    position: relative;
    width: 100%;
    height: 10px;
    margin-top: 14px;
}

.news-post-large-title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: normal;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-post-large-desc {
    font-size: 14px;
}

.news-post-large-image,
.news-post-small-image,
.news-post-tab-image {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 14px;
}

.news-post-large-image img,
.news-post-tab-image img,
.news-post-small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-post-tab-image {
    aspect-ratio: 268 / 201;
    width: 100%;
    height: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.news-post-small {
    display: flex;
}

.news-post-small-image {
    display: block;
    width: 174px;
    height: auto;
    aspect-ratio: 174 / 114;
    overflow: hidden;
    margin-right: 14px;
    border-radius: 10px;
}

.news-post-tab-image {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.news-post-tab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-post-small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-post-small-title,
.news-post-tab-title {
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-post-small-meta {
    flex: 1;
}

.block-news-tab .nav-pills .nav-link.active,
.block-news-tab .nav-pills .show>.nav-link {
    background-color: #83c240;
}

.block-news-tab .nav-link {
    color: black;
}

.function-class-desc {
    text-transform: none;
    margin-top: 14px;
    font-size: 14px;
    font-weight: normal;
}

.archive .sh-blog-shortcode .element .entry-thumb a {
    aspect-ratio: 414 / 290;
}

.archive .sh-blog-shortcode .element .entry-thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.function-class-desc a:hover {
    color: white !important;
}

.function-class-title {
    max-height: 40px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.function-class-item:hover .function-class-title {
    max-height: 400px;
    transition: max-height 0.5s ease-in-out;
    background-color: #83c240;
}

.archive .sh-blog-shortcode.style-1 .element .post-inner {
    display: flex;
    flex-direction: column;
}

.sh-blog-shortcode.style-1 .element .entry-thumb {
    float: unset;
    width: 100%;
    margin-right: 0;
    padding: 0;
    box-shadow: none;
    margin-bottom: 20px;
}

.archive .sh-blog-shortcode.style-1 .element .entry-title a {
    font-weight: 600;
    padding-bottom: 7px;
    padding-top: 5px;
    font-size: 24px;
    line-height: 26px;
}

.archive .sh-blog-shortcode.style-1 .element .post-inner {
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(216, 217, 219);
}

.content-sidebar .site-main {
    float: unset;
    width: 100%;
}

.content-sidebar .sidebar {
    float: unset;
    width: 100%;
}

.widget .list-post-item .alignleft {
    display: block;
}

.widget .list-post-item h3 {
    flex: 1;
}

.sidebar .widget:not(.widget_slider_products) ul li {
    display: flex;
}

.widget.widget_media_image img {
    width: 100%;
}

.header-subtitle {
    font-size: 15px;
    font-weight: 800;
    color: #fdc801;
}

.header-title {
    font-size: 15px;
    font-weight: 800;
    color: #83c240;
}

.header-title-eng {
    color: black;
    font-size: 13px;
}

.header-phone-hotline {
    display: flex;
    color: black;
    justify-content: flex-end;
}

.header-hotline {
    color: black;
}

.header-gmail {
    color: black;
}

.header-phone {
    margin-right: 14px;
    color: black;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    background-color: #83c24075;
    color: white !important;
    width: 44px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.swiper-button-prev-custom:after,
.swiper-button-next-custom:after {
    color: white !important;
}

.header-gmail-wrap {
    justify-content: flex-end;
}

.single .entry-content p {
    font-size: 16px;
}

.widget .list-post-item h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.class-tab .tab-content {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    padding: 30px;
}

.class-tab .nav-tabs .nav-link {
    background-color: rgba(0, 0, 0, .04);
    color: #666666d9;
}

.class-tab .nav-tabs .nav-item.show .nav-link,
.class-tab .nav-tabs .nav-link.active {
    border-top: 2px solid #83c240;
    background-color: #fff;
    color: hsla(0, 0%, 7%, .85);
}

.archive .sh-blog-shortcode.style-1 .element .entry-title a {
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    text-transform: none;
}

.sidebar .widget_nav_menu ul li a:before {
    display: none;
}

.sidebar .widget:not(.widget_slider_products) ul li:hover {
    background-color: #83c240;
    cursor: pointer;
}

.sidebar .widget:not(.widget_slider_products) ul li:hover a {
    color: white;
}

.sidebar .widget-title {
    border-bottom: 1px solid #eaeaea;
}

.sidebar .widget_nav_menu ul li a {
    font-size: 13px;
}

.main-navigation ul ul {
    border: 2px solid #ddd;
    background-color: #eeeeee;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    border-radius: 10px;
}

.main-navigation ul ul {
    padding: 20px 0;
}

.main-navigation ul ul li a {
    padding: 8px 10px 8px 10px !important;
    margin: 0 8px;
    border-radius: 10px;
}

.main-navigation ul.menu ul>li>a:hover {
    background-color: #83c240;
    color: white;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1170px;
    }
}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

.entry-content ul li {
    font-size: 16px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.entry-content h1 *,
.entry-content h2 *,
.entry-content h3 *,
.entry-content h4 *,
.entry-content h5 *,
.entry-content h6 *,
.entry-content .h1 *,
.entry-content .h2 *,
.entry-content .h3 *,
.entry-content .h4 *,
.entry-content .h5 *,
.entry-content .h6 * {
    font-size: 18.6667px !important;
    font-weight: bold !important;
}

table>tbody>tr:hover>* {
    background-color: #83c240 !important;
    color: white;
    cursor: pointer;
}

table>tbody>tr:nth-of-type(odd)>* {
    background-color: #eaeaea;
}

@media (max-width: 600px) {
    .form-subscribe-title {
        padding: 14px 0;
        margin-bottom: 0;
    }

    .site-search {
        display: none !important;
    }

    .header-gmail-wrap {
        justify-content: center;
    }

    .header-subtitle,
    .header-title {
        text-align: center;
        font-size: 18px;
    }

    .header-title-eng {
        text-align: center;
        font-size: 14px;
    }

    .header-phone-hotline {
        justify-content: center;
    }

    .header-gmail {
        text-align: center;
        display: block;
    }

    .form-subscribe-wrap {
        box-shadow: rgb(0, 0, 0) 0 5px 20px -15px;
    }

    .block-form {
        background-size: cover;
    }

    .partner-logo {
        margin-bottom: 20px;
    }

    .student-gallery {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #introduce-videos {
        margin-bottom: 20px;
    }

    .feature-item {
        margin-bottom: 12px;
    }

    #form-subscriber {
        padding: 40px 0;
    }

    .form-subscribe-image {
        margin-bottom: 20px;
    }

    .image-lesson {
        margin-bottom: 20px;
    }

    .job-desc,
    .job-image {
        margin-bottom: 20px;
    }

    .partner-gallery {
        margin-bottom: 20px;
    }

    .feature-description {
        font-size: 14px;
    }

    .feature-title {
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
        font-size: 20px;
    }

    .feature-title-outline {
        display: none;
    }

    .feature-tile-box {
        padding-top: 10px;
    }

    section.block-feature {
        padding: 40px 0;
    }

    .site-header.header-logo .logo img {
        height: 60px;
        width: auto;
    }

    .feature-desc-box {
        height: auto;
    }

    .feature-description {
        font-size: 14px;
    }

    .introduce-slide-img {
        padding: 30px 0;
    }

    .form-subscribe-image-mobile {
        margin: 0 -12px;
    }

    .site-main section.block-form {
        padding: 0 0 40px
    }

    .block-form {
        background-image: unset !important;
        background-color: #eaeaea;
    }

    .student-image {
        aspect-ratio: 407 / 290;
    }

    .video-player a .player-play img {
        width: 40px !important;
        height: 40px !important;
    }

    .block-introduce,
    .block-feature,
    .block-reason,
    .block-lessons,
    .block-job,
    .block-slide-image,
    .block-video,
    .block-partner {
        padding-bottom: 0 !important;
    }

    .introduce-slide-img {
        padding: 0;
    }

    .reason-tittle,
    .lesson-title,
    .job-title,
    .video-title,
    .partner-title p,
    .block-images .block-title {
        font-size: 26px;
    }

    .block-job .row .col-md-4:nth-child(even) {
        flex-direction: column;
    }

    .video-wrap {
        padding: 34px 0 0;
    }

    .site-main section.block-video {
        padding-top: 40px;
    }

    .video-title {
        font-size: 16px;
    }

    .title-video-box {
        max-width: 374px;
        top: -20px;
    }

    .video-box,
    .video-content {
        border-radius: 16px;
        border-width: 2px;
    }

    .video-player {
        border-radius: 10px;
    }

    .block-slide-image .slide-image-item {
        border-radius: 10px;
    }

    .block-slide-image .image-with-caption {
        border-radius: 5px;
    }

    .wpforms-container .wpforms-one-fourth,
    .wpforms-container .wpforms-one-half,
    .wpforms-container .wpforms-three-sixths,
    .wpforms-container .wpforms-two-fourths {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .wpforms-submit.m-auto {
        width: 100%;
    }
}