.page.course-live {
    font-family: SVN-Poppins, serif;
}

.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #a3a3a3 #a3a3a3 #ffffff00 #a3a3a3;
    background-color: #bdbbbb0a;
}

.courses-for-you__more a:hover {
    color: var(--color-blue-1);
    background-color: #84b9fb36;
    transition: 0.3s ease-in-out all;
}

.news__more a:hover {
    color: var(--color-blue-1) !important;
    background-color: #84b9fb36 !important;
    transition: 0.3s all;
}

.popup_interested--button-follow {
    margin-left: 10px;
}

body {
    background-color: #fff;
}

.about-us__search {
    border-radius: 35px;
    background: var(--theme-light-color);
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    gap: 10px;
    /* margin-bottom: 65px; */
    margin-top: 30px;
}

span.about-us__search--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

button.about-us__search--icon {
    background-color: var(--color-blue-00);
    color: var(--theme-light-color);
    border: 1px solid var(--color-blue-00);
    width: 115px;
    height: 50px;
    display: flex;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
}

input.about-us__search--input {
    border: 0;
    color: var(--color-dark-a8);
    ;
    font-size: 22px;
    width: calc(100% - 125px);
}

input.about-us__search--input:focus-visible {
    outline: 0;
}

.about-us__block {
    border-radius: 15px;
    border: 1px solid var(--color-blue-a);
    background: var(--theme-light-color);
    padding: 23px 30px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 65px;
    text-transform: uppercase;
}

h3.about-us__block--title {
    margin-bottom: 12px !important;
    font-size: 32px;
    color: var(--color-blue-2);
    margin-bottom: 0;
    font-weight: 700;
}

.home-numbers__header {
    margin-top: 42px;
    margin-bottom: 30px;
}

h2.solutions__block--title {
    font-size: 32px;
    font-weight: 600;
    color: var(--color-blue-1);
    line-height: 37.3px;
    margin-bottom: 30px;
    margin-top: 42px;
    text-transform: uppercase;
}

.solutions__block--desc {
    color: #212529;
}

h5.solutions__block--title {
    color: var(--color-blue-02);
    font-weight: 700;
}

.solutions {
    background-color: var(--color-blue-e);
}

.solutions__inner {
    padding-bottom: 40px;
}

.solutions__block {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
    border: 1px solid #AEBFFF;
    border-radius: 15px;
    padding: 15px 15px 15px 15px;
    transition: all 0.3s ease-in-out;
    height: 85%;
}

.solutions__block:hover {
    background-color: #274D99;
    color: white;
}

.solutions__block:hover .solutions__block--desc,
.solutions__block:hover .solutions__block--title {
    color: white;
}

.solutions__block--image {
    width: 100px;
    height: 117px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

h3.courses__block--title {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-blue-1);
    line-height: 37.3px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h3.courses__block--title.proficiency-title {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #E3E3E3;
}

h5.courses__block--title {
    color: #274D99;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    height: 64px;
    min-height: 40px;
    overflow: hidden;
}

.courses__block {
    border-radius: 20px;
    border: .5px solid var(--color-blue-a);
    padding: 10px;
}

.courses__block--image {
    /* width: 286px; */
    height: 225px;
    border-radius: 10px;
    border: 0;
    margin-bottom: 14px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out all;
}

.courses__block--image img {
    width: 100%;
    height: 225px;
    border-radius: 10px;
    position: absolute;
    transition: 0.3s ease-in-out all;
}

.courses__block--image a:hover img {
    transform: scale(1.15);
}

.courses__block--time img {
    width: 20px;
    margin-right: 8px;
}

.courses__block--time span,
.courses__block--location span,
.courses__block--note span {
    font-size: 14px;
    /* line-height: 12.96px; */
    color: var(--color-dark-6);
    font-weight: 400;
}

.courses__block--time,
.courses__block--student {
    width: 45%;
    margin: 5px 0px;
}
.home__proficiency-test--button {
    height: 20px;
}

.home__proficiency-test--title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 60%;
}

.home__proficiency-test--title h3.st {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
}

.home__proficiency-test--title h3.sc {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
/*    color: #ffffff;*/
    line-height: 36px;
}
.home__proficiency-test-btn {
    position: absolute;
    /* top: 65%; */
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #F91366 0%, #FF6F42 100%);
    color: #fff;
    border: none;
    padding: 14px;
    font-weight: 700;
    border-radius: 4px;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.home__proficiency-test-btn-gif{
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
}
.home__proficiency-test-btn:hover{
    transform: translate(-50%, -38%) scale(1.25);
    color:#fff;
}
.home__proficiency-test{
    position: relative;
    margin-top: 65px;
}
.cds-giao-duc__header{
    margin-top: 65px;
}
.courses__block--student {
    padding-left: 5px;
    border-left: 1px solid #F0F0F0;
}

.courses__block--location img {
    width: 20px;
    margin-right: 8px;
}

.courses__block--note img {
    width: 20px;
    margin-right: 8px;
}

.courses__block--category--tab {
    /* border-radius: 10px; */
    /* background: #EC8941; */
    color: var(--color-dark-5);
    font-weight: 400;
    /* padding: 7px 20px 7px 20px; */
    display: inline-block;
    /* line-height: 1; */
    /* text-transform: uppercase; */
    font-size: 10px;
    margin-bottom: 10px;
}

.courses__block--desc {
    font-size: 14px;
    color: #696969;
    height: 48px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* .courses__block--readmore a {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    color: var(--color-dark-3d);
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block;
    border: 1px solid var(--color-dark-86);
    line-height: 27.33px;
    font-weight: 600;
} */

.courses__block--readmore--register {
    display: flex;
    justify-content: space-between;
}

.courses__block .courses__block--readmore--register a.courses__block--readmore:hover,
.courses__block--readmore:hover a {
    color: var(--color-blue-1);
    /* background: #84b9fb36; */
    transition: all ease 0.3s;
}

a.courses__block--register:hover {
    /* color: var(--theme-light-color);; */
    /* background: #0e76f7fa; */
    transition: all ease 0.3s;
}
.courses__block.--course--item * {
    transition: all ease 0.5s;
}

/* .courses__block--readmore--register {
    width: 50%;
    text-align: center;
    margin: 0 5px 0 0;
    border-radius: 10px;
    color: var(--color-dark-3d);
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block;
    border: 1px solid var(--color-dark-86);
    line-height: 27.33px;
    font-weight: 600;
    margin-right: var(--space-between);
    background-color: #fff;
} */
.buy_it {
    color: #FFF;
    background: red !important;
}

.buy_it:hover {
    background: rgb(238, 66, 66) !important;
    transition: 0.3s ease-in-out all;
}

.courses__block--readmore {
    width: 50%;
    /* font-size: 20px; */
}

.courses__block--readmore--register i,
.courses__block--readmore i {
    font-weight: 400;
    color: #274D99;
}

.courses__block--content--data i {
    color: #254CAC;
}

.courses__block--content--data span {
    font-size: 12px;
    color: #6A6A6A;
    font-weight: 400;
}

.courses__block--readmore--register .courses__block--register {
    text-align: center;
    margin: 0 0 0 5px;
    color: #274D99;
    font-size: 16px;
    line-height: 27.33px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 10px;
}

.courses__block--readmore--register,
.courses__block--readmore{
  border-radius: 10px;
  padding: 5px 12px;
}
.courses__block--readmore--register:hover,
.courses__block--readmore:hover{
  background-color: #EEF4FF;
}
.courses__block--readmore--register:hover a,
.courses__block--readmore--register:hover i,
.courses__block--readmore:hover a,
.courses__block--readmore:hover i{
  color: #274D99!important;
}
.courses__block--readmore .courses__block--register {
    text-align: center;
    margin: 0 0 0 5px;
    color: #274D99;
    font-size: 16px;
    line-height: 27.33px;
    font-weight: 400;
    cursor: pointer;
}

.courses-for-you__tab-nav .nav-item {
    display: inline-block;
    width: 12%;
    box-sizing: border-box;
    /* margin: 0 1% 0 7%; */
    text-align: center;
    align-items: center;
}

.courses-for-you .courses-for-you__tab-nav a.nav-link.active {
    border-bottom-color: #000000;
    border-top-color: none !important;
    border-left-color: none !important;
    border-right-color: none !important;
    background-color: none;
}

/* Contact */
.contact__block--interested {
    width: 600px;
    float: left;
    background-color: var(--color-blue-e);
    align-items: center;
    text-align: center;
    padding: 70px 88px 70px 88px;
    /* margin-right: auto; */
}

.contact__block--container {
    justify-content: space-between;
}

.contact__block--interested--title {
    padding: 0px 42px 0px 42px;
}

.contact__block--interested--title h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 37.3px;
    color: var(--color-blue-1f);
}

.contact__block--interested--content span {
    font-weight: 400;
    font-size: 14px;
    line-height: 27.4px;
    color: var(--color-blue-1f);
}

.contact__block--interested--button button {
    background-color: #32C000;
    margin-top: 18px;
    padding: 20px, 60px, 20px, 60px;
    border-radius: 15px;
    height: 68px;
    width: 230px;
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-light-color);
    border: 0;
}

.contact__block--interested--button button i {
    margin-right: 10px;
}

.contact__block--contact--info {
    width: 600px;
    background-color: var(--color-blue-e);
    align-items: center;
    text-align: center;
    padding: 70px 70px 70px 70px;
    margin-right: 0;
}

.contact__block .container {
    display: flex;
    /* justify-content: flex-end; */
}

.contact__block--contact--info--title h4 {
    /* width: 260px; */

    font-weight: 700;
    font-size: 24px;
    line-height: 37.3px;
    color: var(--color-blue-1f);
}

.contact__block--contact--info--content span {
    font-weight: 400;
    font-size: 14px;
    line-height: 27.4px;
    color: var(--color-blue-1f);
}

.contact__block--contact--info--button button {
    background-color: #FF6B00;
    margin-top: 60px;
    padding-left: 54px;
    padding-right: 54px;
    border-radius: 15px;
    height: 68px;
    width: 350;
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-light-color);
    border: 0;
}

.contact__block--contact--info--button button i {
    margin-right: 10px;
}

/* End Contact */

.course-not-found {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-blue-1);
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}

.popup_contact--title {
    text-align: center;
}

.popup_contact--title h3 {
    color: var(--color-blue-1f);
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
}

.popup_contact--title span {
    color: var(--color-blue-1f);
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
}

.popup_interested--title h3 {
    color: var(--color-blue-1f);
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
}

.popup_interested--title span {
    color: var(--color-blue-1f);
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
}

.submit_popup_contact {
    background-color: #FF6B00;
    padding-left: 54px;
    padding-right: 54px;
    border-radius: 15px;
    height: 64px;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-light-color);
    border: 0;
}

.submit_popup_contact i {
    margin-right: 10px;
}

.input-contact {
    border-radius: 15px;
    border: 1px solid #6A6A6A;
    height: calc(1.5em + 1.75rem + 2px);
}

.search-interested input {
    border-radius: 15px;
    border: 1px solid #6A6A6A;
    height: calc(1.5em + 1.75rem + 2px);
}

.home-new .news .news__item {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.home-new .home__block {
    padding: 30px 0px;
}

.home-new .news a.news__item--img-link {
    border-radius: 15px;
    display: block;
    overflow: hidden;
}

.news .new_item .news__item--img-link {
    position: relative;
    border-radius: 15px;
    display: block;
    overflow: hidden;
    width: 250px;
    min-width: 250px;
    height: 152px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.news .new_item .news__item--img-link:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news .new_item_1 .news__item--img-link:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.img-scale img {
    -webkit-transition: 0.2s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease-in-out all;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-new .news .news__item-content {
    padding: 10px 15px 15px;
}

.home-new .news h5.news__item-content--title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #534D49;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 10px;
    height: 72px;
    text-overflow: ellipsis;
    max-height: 4.5em;
}

.text-limit::after {
    position: relative;
    bottom: 0;
    right: 0;
    background-color: white;
}

.home-new .news h5.news__item-content--title:hover {
    color: #273b6c;
}

.home-new .news p.news__item-content--desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    color: #636466;
    margin-bottom: 10px;
    height: 72px;
    text-overflow: ellipsis;
}

.home-new .news .news__more a i {
    width: Fixed (20px)px;
    height: Fixed (20px)px;
    gap: 0px;
    opacity: 0px;
    color: #274D99;
}

.home-new .news .news__more a {
    border-radius: 5px;
    background: none;
    color: #274D99;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    padding: 12px 16px 12px 20px;
    display: inline-block;
    border-radius: 15px;
    border: 1px solid #AEBFFF;
}

/* courses__block--titlehome__block-header--title {
    text-transform: uppercase;
    color: var(--color-blue-1);
    font-weight: 600;
    font-size: 32px;
} */

@media (max-width: 991px) {
    .solutions__block {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin-bottom: 50px;
        border: 1px solid #AEBFFF;
        border-radius: 15px;
        padding: 15px 15px 15px 15px;
        transition: all 0.3s ease-in-out;
        height: 85%;
    }

    .home-new .news {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home-new .news .news__more {
        margin-top: 30px;
    }

    .home-new .news .news__more a {
        border-radius: 10px;
        border: 1px solid #B9BABC;
        background: #FFF;
        color: #2A2B2A;
    }
}

.subscribe-button:hover {
    color: white;
}

.subscribe-button {
    position: relative;
    padding: 10px 18px;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(180deg, #97C648 0%, #87B82E 100%);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: background, box-shadow;
    transition-duration: 0.2s;
    ;

}

.subscribe-button:active {
    background: linear-gradient(180deg, #97C648 0%, #87B82E 100%);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.14);
}

.subscribe-button.subbed {
    background: var(--color-blue-4);
}

.subscribe-button.subbed svg {
    width: 16px;
}

.subscribe-button.subbed svg .plus__line1 {
    transform: translate(14px, 0) rotate(45deg) translate(-5px, 0) scaleY(1.1666666667);
}

.subscribe-button.subbed svg .plus__line2 {
    transform: translate(2px, 5px) rotate(45deg) scaleX(0.5) translate(0px, -5px);
}

.subscribe-button svg {
    display: inline-block;
    width: 12px;
    height: 24px;
    fill: white;
    margin-right: 10px;
    transition: width 0.25s;
    padding: 5px 0px;
}

.subscribe-button svg .plus__line1,
.subscribe-button svg .plus__line2 {
    transition: transform 0.25s;
}

.subscribe-button svg .plus__line1 {
    transform-origin: 0 0;
}

.subscribe-button svg .plus__line2 {
    transform-origin: 0 0;
}

.subscribe-button * {
    vertical-align: middle;
}

.talk-about-onetouch__block--title {
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 30px;
}

.course-content__search-suggest {
    position: absolute;
    top: calc(100% + 8px);
    border: 1px solid var(--color-blue-a);
    width: 100%;
    max-height: 300px;
    z-index: 10;
    background: #fff;
    padding: 12px 12px 0;
    overflow-y: auto;
}

ul.course-content__search-suggest--list {
    padding-left: 0;
    margin-bottom: 0;
}

a.course-content__search-suggest--link p {
    margin-left: 10px;
}

li.course-content__search-suggest--item.--suggest p {
    margin-left: 25px;
}

li.course-content__search-suggest--item {
    margin-bottom: 12px;
}

li.course-content__search-suggest--item:hover {
    cursor: pointer;
}

.popup_interested--button-finish button {
    position: relative;
    padding: 6px 16px;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    color: white;
    background: linear-gradient(180deg, #97C648 0%, #87B82E 100%);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: background, box-shadow;
    transition-duration: 0.2s;
}

.talk-about-onetouch__block i {
    font-size: 48px;
    margin-bottom: 8px;
    color: #EC8941;
}

.talk-about-onetouch__block p {
    font-size: 16px;
    font-weight: 400;
}

.talk-about-onetouch__block img {
    width: 140px;
    height: 80px;
}

.talk-about-onetouch__inner {
    background-color: var(--color-blue-2);
}

.talk-about-onetouch {
    padding-top: 30px;
    padding-bottom: 30px;
}


.talk-about-onetouch__inner {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}


.talk-about-onetouch__block i {
    font-size: 48px;
    margin-bottom: 8px;
    color: var(--color-white);
}

.talk-about-onetouch__block p {
    font-size: 16px;
    font-weight: 400;
}

.talk-about-onetouch__block img {
    width: 140px;
    height: 80px;
}

.talk-about-onetouch__inner {
    background-color: var(--color-blue-2);
}

.talk-about-onetouch {
    padding-top: 30px;
    padding-bottom: 30px;
}

#courses-for-you-tab .nav-link {
    font-size: 20px;
    cursor: pointer;
}

#courses-for-you-tab .nav-link.active {
    background: none;
    border: 0 solid #fff;
    border-bottom: 2px solid #000000;
    font-weight: 700;
    color: var(--color-blue-1);
}

.customer-sharing__block {
    background-color: #fff;
    border-radius: 10px 50px 10px 10px;
    padding: 20px;
    max-width: 70%;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    text-align: justify;
}

.customer-sharing__img {
    margin-top: 10px;
    border-radius: 50%;
}

.customer-sharing__name {
    color: var(--color-blue-1);
    font-weight: 700;
    margin-left: 6px;
}

.date-box {
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    text-align: justified;
}

.date-box p {
    margin: 5px 0;
}

.new_item--title {
    margin-left: 5px;
}

.new_item .news__item--img-link {
    margin: 0px 10px 10px 10px;
}

.courses-for-you__more {
    text-align: center;
    margin-top: 30px;
}

.courses-for-you__more a {

    border-radius: 5px;
    background: none;
    color: var(--color-blue-1f);
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 15px;
    border: 1px solid var(--color-dark-86);
}

/* solution document */
.container_construction {
    background-color: #FFF;
    border-radius: 20px;
    max-width: 1500px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.digitizing__block {
    display: block;
    /*    width: 95%;*/
    height: 250px;
    margin: 0 20px;
    transition: height .4s ease-out;
}

/* .owl-stage-outer {
    padding-bottom: 60px;
} */

.digitizing__block-in {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
    border-radius: 12px;
    z-index: 2;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    box-shadow: 0px 4px 15px 0px #00000040;
    padding: 30px 15px 30px 15px;
}

.digitizing__block--wrapper {
    position: absolute;
    bottom: -5%;
    width: 100%;
    height: 120px;
    z-index: 1;
    left: 0%;
    right: -20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.digitizing__block--triangle {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.digitizing__block--triangle-text {
    position: absolute;
    top: -70%;
    width: 20px;
    right: -10px;
    color: #fff;
}

.digitizing__block:hover .digitizing__block--content--content {
    height: 355px;
    transition: height .5s ease-in;
}

.digitizing__block--image {
    width: 58px;
    height: 58px;
    margin: 0 auto;
    flex: none;
}

.digitizing__block--content {
    margin: 0px 10px;
}

.digitizing__block--image img {
    width: 80px;
    height: 80px;
    margin: 0px 0px 0px 0px;
}

.digitizing__block--content--content {
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    font-weight: 400;
}

.digitizing__block--content--title {
    color: var(--color-blue-1);
    font-weight: 600;
    line-height: 30px;
    font-size: 24px;
}

.construction__block--title,
.knowledge__block--title,
.contact__box--title,
.construction_reasons__title,
.opportunities__block--title,
.support_platform__block--title,
.provide-solutions--provide--title,
.provide-solutions--value--title,
.provide-customer__title,
.training-services__title {
    margin-top: 20px;
    color: var(--color-blue-1);
    font-weight: 600;
    font-size: 32px;
}

.contact__box--title {
    margin-bottom: 5px;
}

.construction__title,
.advantage__title,
.contact__box--title,
.opportunities__title {
    color: var(--color-blue-1);
    font-weight: 700;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.advantage__title {
    margin-bottom: 45px;
}

.advantage__title {
    margin-bottom: 45px;
    margin-top: 0px !important;
}

.construction_reasons--diagram {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.construction_reasons--diagram img {
    width: 100%;
    height: auto;
}

.knowledge__block--title {
    margin: 50px 0px 0px 0px;
}

.knowledge {
    background-color: #ECF1FF;
    padding: 40px 0px 40px 0px;
}

.knowledge__block--content {
    margin: 24px 0px 0px 0px;
}

.knowledge__block {
    margin: 10px 0px 10px 0px;
}

.contact__box {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin: 30px 0px 40px 0px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px #00000040;
    padding: 60px;
}

.contact__form .form-group {
    padding: 10px, 15px, 10px, 15px;
    width: 100%;
    border: 1px solid var(--theme-primary-color-2);
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background-color: #F8F8F8;
    margin-top: 25px;
    margin-bottom: 0;
}

.contact__form .form-group input {
    border: none;
    height: 100%;
    outline: none;
    width: calc(100% - 50px);
    margin-left: 50px;
    background-color: #F8F8F8;
}

.form-control:focus {
    box-shadow: none;
}

.contact__form .form-group i {
    width: 50px;
    position: absolute;
}

.contact__form {
    border-radius: 10px;
    border: 0.5px solid #000000;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    padding: 30px 40px 30px 40px;
}

/* #formContact {
    margin: 30px 40px 30px 40px;
} */

.contact__form--title {
    color: #636466;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
}

.btn-custom-1 {
    width: 100%;
}

.contact__form-btn-submit {
    margin-top: 20px;
}

/* solutions training */
.advantage__title {
    text-transform: uppercase;
}

.advantage__title {
    margin-bottom: 45px;
    margin-top: 0px !important;
}

.advantage__block--title {
    font-weight: 700;
    font-size: 32px;
}

.parallelogram {
    position: relative;
    width: 360px;
    height: 180px;
    border: 0px solid #000;
    overflow: hidden;
    transform: skew(170deg);
    border-radius: 50px;
    box-shadow: 8px 8px 4px 0px #00000026;
}

.parallelogram--img {
    width: 120%;
    height: 100%;
    object-fit: cover;
    transform: skew(-170deg);
    position: absolute;
    left: -10%;
    max-width: 120%;
}

.overlay {
    position: absolute;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 18px;
    padding: 5px;
    text-align: center;
}

.parallelogram:hover .overlay {
    opacity: 1;
}

.parallelogram--img--fst {
    background-color: #FA2B80;
}

.box {
    justify-content: center;
}

.parallelogram--img--sec {
    background-color: #2974BA;
}

.parallelogram--img--thr {
    background-color: #FA551A;
}

.teaching_staff--title,
.practical_instructions--title,
.connect_knowledge--title,
.practical_experience--title,
.quick_support--title {
    font-weight: 700;
    font-size: 28px;
}

.teaching_staff--title {
    color: #2587E2;
}

.practical_instructions--title {
    color: #1DBEB4;
}

.connect_knowledge--title {
    color: #78AF40;
}

.practical_experience--title {
    color: #F3AF00;
}

.quick_support--title {
    color: #C8466C;
}

.teaching_staff--img,
.practical_instructions--img,
.connect_knowledge--img,
.practical_experience--img,
.quick_support--img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    height: 100%;
}

/* solutions provide */
.support_platform {
    background-color: #ECF1FF;
    padding: 80px 0px 80px 0px;
}

.talk-about-onetouch__block--content p {
    height: 6rem;
    color: var(--color-white);
}

.talk-about-onetouch__block img {
    margin-top: 10px;
}

.new_item_1 .date-box {
    margin-top: 10px;
}

.implementation-organization {
    background-color: var(--color-blue-e);
    padding: 40px 0px 40px 0px;
    margin-bottom: 40px;
}

.implementation-organization__title,
.implementation-organization__block {
    text-align: center;
}

.implementation-organization__block--title {
    color: var(--color-blue-1);
    font-weight: 600;
    font-size: 32px;
}

.implementation-organization__block--content {
    font-weight: 600;
    color: black;
    font-size: 18px;
}

.implementation-organization__block--img {
    height: 100px;
}

.provide-solutions {
    padding: 80px 0px 80px 0px;
}

.provide-customer__block {
    padding: 0px 45px 0px 45px;
}

.provide-customer {
    clip-path: ellipse(90% 90% at bottom center);
    background-color: #ECF1FF;
    padding: 80px 0px 80px 0px;
    position: relative;
}

.provide-customer__ellipse--left,
.provide-customer__ellipse--right {
    background-color: #CFD8F2;
    position: absolute;
    width: 140px;
    height: 140px;
}

.provide-customer__ellipse--left {
    right: 0%;
    bottom: 0%;
    border-top-left-radius: 100%;
}

.provide-customer__ellipse--right {
    left: 0%;
    bottom: 0%;
    border-top-right-radius: 100%;
}

.courses__block--readmore .free {
    color: #0270D9;
    font-weight: 500;
}

.courses__block--readmore .price {
    color: #EC4121;
    font-weight: 700;
}

.courses__block--readmore .price_have_discount {
    color: #BBBBBD;
    text-decoration-line: line-through;
    font-size: 14px;
    line-height: 1;
    /* Đặt line-height thành 1 để giữ nguyên độ cao tổng thể */
    margin-top: -5px;
}

.courses__block--readmore .discount_price {
    color: #EC4121;
    font-weight: 700;
}

.courses-highlight__carousel .owl-item {
    margin-top: 20px;
    margin-bottom: 20px;
}

.news__block-header {
    width: 40%;
}

.news__block--link a {
    color: #333333;
    font-weight: 400;

}

.news__block--link a span:hover {
    transition: 0.3s ease-in-out all;
    text-decoration: underline;
    color: #274D99;
}

.news__block--link i {
    color: #274D99;
}

.news__block--item {
    background-color: #fff;
    border-radius: 20px;
    border: .5px solid var(--color-blue-a);
    padding: 10px;
}

.new__block--image {
    height: 240px;
    border-radius: 10px;
    border: 0;
    /* margin-bottom: 14px; */
}

.new__block--image img {
    object-fit: cover;
    height: 240px;
    border-radius: 10px;
}

.home__block .news {
    width: 60%;
}

.news__block-header--title {
    margin-top: 3rem;
    font-size: 32px;
    font-weight: 700;
    line-height: 41px;
    color: #12387A;
}

.news__block-header--title--mini {
    width: 93px;
    height: 32px;
    top: 2742px;
    left: 377px;
    padding: 7px 16px 7px 16px;
    gap: 0px;
    border-radius: 30px;
    opacity: 0px;
    background: #EFEEFE;
    margin-top: 30px;

}

.news__block-header--title--mini p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.92px;
    text-align: left;
    color: #274D99;
    margin: 0;
}

.news__block-header--title--des {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #6D6C80;
}

.news__block-header .slider-nav .slider-nav__prev,
.news__block-header .slider-nav .slider-nav__next {
    width: 56px;
    height: 56px;
    border: 1px solid var(--vin, #AEBFFF);
    background-color: unset;
    border-radius: 50%;
}

.courses__block--content--category p {
    color: var(--color-dark-5);
}

.news__block-header .slider-nav .slider-nav__prev {
    margin-right: 1rem;
}

.course__block--item-footer .course-item__star {
    font-size: 12px;
}

.news__block-header .slider-nav .slider-nav__prev i,
.news__block-header .slider-nav .slider-nav__next i {
    color: #274D99;
}

.news__block-header .slider-nav .slider-nav__prev:hover,
.news__block-header .slider-nav .slider-nav__next:hover {
    background-color: #84b9fb36;
    transition: 0.3s ease-in-out all;
    text-decoration: underline;
}

.news__block-header__inner .slider-nav,
.news__block-header__inner .news__more {
    margin-top: 3rem;
}

.proficiencies--frame {
    padding: 30px;
    background-image: url('/assets/course-live/BG-proficency.png');
    border-radius: 10px;
    margin-bottom: 20px;
}

.home-new {
    background-image: url('/assets/course-live/banner-news.png');
}

.home__proficiency-test--button {
    height: 20px;
}


.home__proficiency-group .nav-tabs {
    border-bottom: unset;
}

.courses__view--more .achievement-board--head-title__link,
.courses__inner--head .achievement-board--head-title__link,
.achievement__view-more-mobile .achievement-board--head-title__link,
.achievement-board--head-title .achievement-board--head-title__link {
    background: none;
    color: #274D99;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    padding: 12px 16px 12px 20px;
    border-radius: 15px;
    border: 1px solid #AEBFFF;
}

.courses__view--more .achievement-board--head-title__link:hover,
.courses__inner--head .achievement-board--head-title__link:hover,
.achievement__view-more-mobile .achievement-board--head-title__link:hover,
.achievement-board--head-title .achievement-board--head-title__link:hover {
color: var(--color-blue-1) !important;
    background-color: #84b9fb36 !important;
    transition: 0.3s all;
}
.achievement-board--head-title .--head-title {
    font-size: 32px;
    font-weight: 700;
    color: #12387A;
}
.achievement-board-item{
    position: relative;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    border: .5px solid #D2D2D2;
    /* box-shadow: 0px 0px 20px 0px #00000040; */
}
.achievement-board-item *{
    transition: 0.3s ease-in-out all;
}
.achievement-board-item__image img{
    /* position: relative; */
    border-radius: 10px;
    width: 100%;
}
.achievement-board-item__position{
    position: absolute;
    top: 8%;
    left: 8%;
    transform: translate(-8%, -8%);
}
.achievement-board-item__position-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 24px;
    font-weight: 900;
    color: #DEBC5E;
}
.achievement-board-item__position img{
    width: 80px;
    height: auto;
}
.achievement-board-item__name{
    color: #274D99;
font-size: 16px;
font-weight: 600;
}
.achievement-board-item__department{
    color: #7A7A87;
    font-size: 14px;
    font-weight: 400;
}
.--content-right *{
 color: #6A6A6A;
 font-size: 14px;
 font-weight: 400;
margin: 2px 0px
}
.home__block-header--title{
    color: #12387A;
    font-weight: 700;
    font-size: 32px;
}
.video-tabs__view {
    height: 400px;
}
.cds-giao-duc__header--title{
    font-size: 36px;
}

@media (max-width: 600px) {

    .courses-highlight__carousel .owl-item,
    .home-news__carousel .owl-item {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .news__block-header--title--mini {
        margin-top: 62px;
    }
}

@media (min-width: 992px) {

    .courses-highlight__carousel .owl-item,
    .home-news__carousel .owl-item {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* reponsive */
@media (min-width: 1280px) and (max-width: 1512px) {
    .subscribe-button span {
        transform: scale(0.8);
    }

    .popup_interested--title-follow h4 {
        font-size: 1rem;
    }

    .subscribe-button svg {
        display: inline-block;
        width: 12px;
        height: 24px;
        fill: white;
        margin-right: 0px;
        transition: width 0.25s;
        padding: 5px 0px;
    }

    .icon-svg {
        transform: scale(0.8);
    }

    .popup_interested--button-finish button {
        padding: 4px 10px;
    }

    .subscribe-button {
        position: relative;
        padding: 2px 5px;
        font-family: inherit;
        font-size: inherit;
        font-weight: 500;
        text-transform: uppercase;
        white-space: nowrap;
        color: white;
        background: linear-gradient(180deg, #97C648 0%, #87B82E 100%);
        border: none;
        border-radius: 5px;
        cursor: pointer;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.1);
        transition: background, box-shadow;
        transition-duration: 0.2s;
    }

    .popup_interested--title h3 {
        color: var(--color-blue-1f);
        font-size: 20px;
        font-weight: 700;
        line-height: 18px;
    }

    .popup_interested--title span {
        color: var(--color-blue-1f);
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
    }

    .courses__block--image img {
        width: 100%;
        height: 188px;
    }

    .courses__block--image {
        height: 188px;
    }

    h5.courses__block--title {
        font-size: 16px;
        height: 48px;
    }

    .courses__block--readmore a,
    .courses__block--readmore--register .courses__block--readmore,
    .courses__block--readmore--register .courses__block--register {
        font-size: 14px;
    }

    .courses-for-you__tab-nav .nav-item {
        width: auto;
        margin: 0;
    }

    .customer-sharing__block {
        max-width: 100%;
    }

    .contact__block--interested {
        width: 465px;
        float: left;
        background-color: var(--color-blue-e);
        align-items: center;
        text-align: center;
        padding: 25px 30px 25px 30px;
        /* margin-right: auto; */
    }

    .contact__block--container {
        justify-content: space-evenly;
    }

    .contact__block--contact--info {
        width: 465px;
        background-color: var(--color-blue-e);
        align-items: center;
        text-align: center;
        padding: 25px 30px 25px 30px;
        margin-right: 0;
    }

    .contact__block--interested--title {
        padding: 0 0 0 0;
    }

    .contact__block--interested--title h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 37.3px;
        color: var(--color-blue-1f);
    }

    /*.digitizing__block--content--content {
        display: none;
    }*/
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .home__proficiency-description {
        width: 100%;
    }
    .proficiency__view-detail {
        display: flex;
        justify-content: center;
    }
    .teaching_staff--img,
    .practical_instructions--img,
    .connect_knowledge--img,
    .practical_experience--img,
    .quick_support--img {
        display: block;
    }

    .news .new_item .news__item--img-link {
        width: 150px;
        min-width: 150px;
        height: 106px;
    }

    .subscribe-button span {
        transform: scale(0.8);
    }

    .popup_interested--title-follow h4 {
        font-size: 1rem;
    }

    .subscribe-button svg {
        display: inline-block;
        width: 12px;
        height: 24px;
        fill: white;
        margin-right: 0px;
        transition: width 0.25s;
        padding: 5px 0px;
    }

    .icon-svg {
        transform: scale(0.8);
    }

    .popup_interested--button-finish button {
        padding: 4px 10px;
    }

    .subscribe-button {
        position: relative;
        padding: 2px 5px;
        font-family: inherit;
        font-size: inherit;
        font-weight: 500;
        text-transform: uppercase;
        white-space: nowrap;
        color: white;
        background: linear-gradient(180deg, #97C648 0%, #87B82E 100%);
        border: none;
        border-radius: 5px;
        cursor: pointer;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.1);
        transition: background, box-shadow;
        transition-duration: 0.2s;
    }

    .popup_interested--title h3 {
        color: var(--color-blue-1f);
        font-size: 20px;
        font-weight: 700;
        line-height: 18px;
    }

    .popup_interested--title span {
        color: var(--color-blue-1f);
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
    }

    .customer-sharing__block {
        max-width: 100%;
    }

    .courses-for-you__tab-nav .nav-item {
        width: auto;
        margin: 0;
    }

    .courses-for-you__tab-nav .nav-item {
        width: auto;
        margin: 0;
    }

    .talk-about-onetouch__block {
        margin-bottom: 10px;
    }

    .courses__block--readmore a,
    .courses__block--readmore--register .courses__block--readmore,
    .courses__block--readmore--register .courses__block--register {
        font-size: 14px;
    }

    h5.courses__block--title {
        font-size: 16px;
        height: 48px;
    }

    .contact__block--interested {
        width: 465px;
        float: left;
        background-color: var(--color-blue-e);
        align-items: center;
        text-align: center;
        padding: 25px 30px 25px 30px;
        margin-right: auto;
    }

    .contact__block--contact--info {
        width: 465px;
        background-color: var(--color-blue-e);
        align-items: center;
        text-align: center;
        padding: 25px 30px 25px 30px;
        margin-right: 0;
    }

    .contact__block--interested--title {
        padding: 0 0 0 0;
    }

    .contact__block--interested--title h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 37.3px;
        color: var(--color-blue-1f);
    }

    .digitizing__block--image {
        width: 50%;
        height: 100%;
    }

    /*.digitizing__block--content--content {
        display: none;
    }*/

    .popup_contact--title h3 {
        font-size: 32px;
    }

    .popup_contact--title span {
        font-size: 20px;
    }


}

@media (max-width: 1023px) {
    .home__proficiency-description {
        width: 100%;
    }
    .proficiency__view-detail {
        display: flex;
        justify-content: center;
    }
    .teaching_staff--img,
    .practical_instructions--img,
    .connect_knowledge--img,
    .practical_experience--img,
    .quick_support--img {
        display: block;
    }

    .home-new .news p.news__item-content--desc {
        display: none;
    }

    .news .new_item .news__item--img-link {
        width: 150px;
        min-width: 150px;
        height: 106px;
    }

    .subscribe-button span {
        transform: scale(0.8);
    }

    .popup_interested--title-follow h4 {
        font-size: 1rem;
    }

    .subscribe-button svg {
        display: inline-block;
        width: 12px;
        height: 24px;
        fill: white;
        margin-right: 0px;
        transition: width 0.25s;
        padding: 5px 0px;
    }

    .icon-svg {
        transform: scale(0.8);
    }

    .popup_interested--button-finish button {
        padding: 4px 10px;
    }

    .subscribe-button {
        position: relative;
        padding: 2px 5px;
        font-family: inherit;
        font-size: inherit;
        font-weight: 500;
        text-transform: uppercase;
        white-space: nowrap;
        color: white;
        background: linear-gradient(180deg, #97C648 0%, #87B82E 100%);
        border: none;
        border-radius: 5px;
        cursor: pointer;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.1);
        transition: background, box-shadow;
        transition-duration: 0.2s;
    }

    .popup_interested--title h3 {
        color: var(--color-blue-1f);
        font-size: 20px;
        font-weight: 700;
        line-height: 18px;
    }

    .popup_interested--title span {
        color: var(--color-blue-1f);
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
    }

    .courses-for-you__tab-nav .nav-item {
        width: auto;
        margin: 0;
    }

    .customer-sharing__block {
        max-width: 100%;
    }

    .customer-sharing__text {
        height: 100px;
    }

    .talk-about-onetouch__block {
        margin-bottom: 10px;
    }

    .contact__block--interested {
        width: 100%;
        /* float: left; */
        background-color: var(--color-blue-e);
        align-items: center;
        text-align: center;
        padding: 25px 30px 25px 30px;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .contact__block--contact--info {
        width: 100%;
        background-color: var(--color-blue-e);
        align-items: center;
        text-align: center;
        padding: 25px 30px 25px 30px;
        margin-right: 0;
    }

    .contact__block--interested--title {
        padding: 0 0 0 0;
    }

    .contact__block--interested--title h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 37.3px;
        color: var(--color-blue-1f);
    }

    .contact__block .container {
        display: flex;
        flex-wrap: wrap;
    }

    /*.digitizing__block--image {
        width: 100px;
    }*/

    /*.digitizing__block--content--content {
        display: none;
    }*/

    .digitizing__block--content--title {
        font-size: 18px;
    }

    .talk-about-onetouch__block--content p {
        height: 12rem;
    }

    .talk-about-onetouch__block img {
        margin-top: 20px;
    }

    .popup_contact--title h3 {
        font-size: 32px;
    }

    .popup_contact--title span {
        font-size: 18px;
    }

    .provide-customer {
        clip-path: ellipse(100% 100% at bottom center);
    }

    .digitizing__block--content--content {
        height: 120px;
    }
}
@media (max-width: 992px) {
    .video-tabs__view {
        height: 240px;
    }
}
@media (max-width: 767px) {
    h3.courses__block--title,
    .home__block-header--title{
        font-size: 24px;
    }
    .home-numbers__header--title{
        text-align: center;
    }
    .home-numbers-card__inner{
        border:1px solid #D2D2D2 !important;
    }
    .home-numbers-card__text--title{
        font-size: 18px;
        line-height: 18.9px;
    }
    .home-numbers-card__text--sort-desc{
        margin-top:4px;
        font-size: 13px;
        line-height: 13.65px;
    }
    .home-numbers-card__num span{
        font-size: 36.65px;
        line-height: 38.48px;
    }
    .home-new .news{
        padding-top: 0px;
    }
    .news__block-header--title{
        font-size: 24px;
        margin-top: 1rem;
    }
    .news__more-mobile{
        display: flex;
        justify-content: end;
        align-items: center;
        margin-right:50px;
    }
    .home__block .news{
        width: 100%;
    }
    .news__block-header--title--mini--frame{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home__block.news .container.d-flex{
        flex-direction: column;
    }
    .news__block-header{
        width: 100%;
    }
    .news__block-header--title{
        text-align: center;
    }
    .home__proficiency-test--title{
        width: 100%;
    }
    .proficiencies--frame{
        padding: 10px;
    }
    .home__proficiency-description{
        width: 100%;
    }
    .proficiency__view-detail{
        display: flex;
        justify-content: center;
    }
    .achievement-board--head-title .--head-title{
        font-size: 24px;
    }
    .teaching_staff--img,
    .practical_instructions--img,
    .connect_knowledge--img,
    .practical_experience--img,
    .quick_support--img {
        display: none;
    }

    .digitizing__block--wrapper {
        bottom: 9%;
        left: -4%;
        width: 104%;
    }

    .home-new .news p.news__item-content--desc {
        display: none;
    }

    .icon-svg {
        transform: scale(0.8);
    }

    .date-box {
        margin-top: 0;
    }

    .news .new_item .news__item--img-link {
        width: 150px;
        min-width: 150px;
        height: 106px;
    }

    .news {
        display: block;
    }

    .contact__block--contact--info--button button {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 20px;
    }

    .popup_contact--title h3 {
        font-size: 32px;
        font-weight: 700;
        line-height: 46px;
    }

    .popup_contact--title span {
        font-size: 16px;
        font-weight: 400;
        line-height: 33px;
    }

    .submit_popup_contact {
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 15px;
        height: 64px;
        font-size: 20px;
        font-weight: 500;
        color: var(--theme-light-color);
        border: 0;
    }

    .subscribe-button span {
        transform: scale(0.8);
    }

    .popup_interested--title-follow h4 {
        font-size: 0.85rem;
    }

    .popup_interested--title-follow {
        margin-right: 5px;
    }

    .subscribe-button svg {
        display: inline-block;
        width: 12px;
        height: 24px;
        fill: white;
        margin-right: 0px;
        transition: width 0.25s;
        padding: 5px 0px;
    }

    .subscribe-button {
        position: relative;
        padding: 0px 3px;
        font-family: inherit;
        font-size: inherit;
        font-weight: 500;
        text-transform: uppercase;
        white-space: nowrap;
        color: white;
        background: linear-gradient(180deg, #97C648 0%, #87B82E 100%);
        border: none;
        border-radius: 5px;
        cursor: pointer;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.1);
        transition: background, box-shadow;
        transition-duration: 0.2s;
    }

    .popup_interested--title h3 {
        color: var(--color-blue-1f);
        font-size: 20px;
        font-weight: 700;
        line-height: 18px;
    }

    .popup_interested--title span {
        color: var(--color-blue-1f);
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
    }

    .customer-sharing__block {
        margin: 0 auto;
    }

    .talk-about-onetouch__block {
        margin-bottom: 10px;
    }

    #courses-for-you-tab .nav-link {
        font-size: 20px;
        cursor: pointer;
    }

    #courses-for-you-tab .nav-link.active {
        background: none;
        border: 0 solid #fff;
        border-bottom: 2px solid #000000;
        font-weight: 700;
        color: var(--color-blue-1);
    }

    .courses-for-you__tab-nav .nav-item {
        width: auto;
        margin: 0;
    }

    .courses__block--image img {
        width: 100%;
        height: 188px;
    }

    .contact__block--interested {
        width: 100%;
        /* float: left; */
        background-color: var(--color-blue-e);
        align-items: center;
        text-align: center;
        padding: 25px 30px 25px 30px;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .contact__block--contact--info {
        width: 100%;
        background-color: var(--color-blue-e);
        align-items: center;
        text-align: center;
        padding: 25px 30px 25px 30px;
        margin-right: 0;
    }

    .contact__block--interested--title {
        padding: 0 0 0 0;
    }

    .contact__block--interested--title h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 37.3px;
        color: var(--color-blue-1f);
    }

    .contact__block .container {
        display: flex;
        flex-wrap: wrap;
    }

    /* solution document */
    .container_construction {
        background-color: #FFF;
        border-radius: 20px;
        max-width: 1500px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .digitizing__block {
        display: block;
        /*        background-color: #fff;*/
        width: 95%;
        height: 250px;
        margin: 30px 0px 40px 0px;
        border-radius: 10px;
        box-shadow: 0px 4px 15px 0px #00000040;
    }

    .digitizing__block-in {
        position: relative;
        width: 100%;
        height: 100%;
        background-color: #EEEEEE;
        border-radius: 12px;
        z-index: 2;
        /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
        box-shadow: 0px 4px 15px 0px #00000040;
        padding: 30px 15px 30px 15px;
    }

    .digitizing__block--image {
        width: 60%;
        height: auto;
    }

    .digitizing__block--image img {
        width: 50px;
        height: 80px;
        margin: 0px 0px 0px 0px;
    }

    .digitizing__block--content--content {
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 120px;
        font-weight: 400;
    }

    .digitizing__block--content--title {
        color: var(--color-blue-1);
        font-weight: 600;
        line-height: 30px;
        font-size: 24px;
    }

    .construction__block--title,
    .knowledge__block--title,
    .contact__box--title,
    .construction_reasons__title,
    .opportunities__block--title,
    .support_platform__block--title,
    .provide-solutions--provide--title,
    .provide-solutions--value--title,
    .provide-customer__title,
    .training-services__title,
    .advantage__block--title {
        margin-top: 20px;
        color: var(--color-blue-1);
        font-weight: 600;
        font-size: 20px;
    }

    .teaching_staff--title,
    .practical_instructions--title,
    .connect_knowledge--title,
    .practical_experience--title,
    .quick_support--title {
        font-size: 20px;
    }

    .opportunities__block--title,
    .support_platform__block--title {
        font-size: 32px;
    }

    .contact__box--title {
        margin-bottom: 10px;
        margin-left: 5px;
    }

    .construction__block--title,
    .knowledge__block--title,
    .construction_reasons__title {
        font-size: 24px;
    }

    .construction_reasons--diagram {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .construction_reasons--diagram img {
        width: 100%;
        height: auto;
    }

    .knowledge__block--title {
        margin: 50px 0px 0px 0px;
    }

    .knowledge {
        background-color: #ECF1FF;
        padding: 40px 0px 40px 0px;
    }

    .knowledge__block--content {
        margin: 24px 0px 0px 0px;
    }

    .knowledge__block {
        margin: 10px 0px 10px 0px;
    }

    .contact__box {
        background-color: #fff;
        width: 100%;
        height: auto;
        margin: 30px 0px 40px 0px;
        border-radius: 10px;
        box-shadow: 0px 4px 20px 0px #00000040;
        padding: 0px;
    }

    .contact__form .form-group {
        padding: 10px, 15px, 10px, 15px;
        width: 100%;
        border: 1px solid var(--theme-primary-color-2);
        height: 50px;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        background-color: #F8F8F8;
        margin-top: 25px;
        margin-bottom: 0;
    }

    .contact__form .form-group input {
        border: none;
        height: 100%;
        outline: none;
        width: calc(100% - 50px);
        margin-left: 50px;
        background-color: #F8F8F8;
    }

    .form-control:focus {
        box-shadow: none;
    }

    .contact__form .form-group i {
        width: 50px;
        position: absolute;
    }

    .contact__form {
        margin-top: 10px;
        border-radius: 10px;
        border: 0.5px solid #000000;
        background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    }


    .contact__form--title {
        color: #636466;
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 20px;
    }

    .btn-custom-1 {
        width: 100%;
    }

    .contact__form-btn-submit {
        margin-top: 20px;
    }

    /* solutions training */

    /* solutions provide */
    .support_platform {
        background-color: #ECF1FF;
        padding: 80px 0px 80px 0px;
    }

    /*.digitizing__block--content--content {
        display: none;
    }*/

    .talk-about-onetouch__block--content p {
        height: 5rem;
    }

    .talk-about-onetouch__block img {
        margin-top: 10px;
    }

    .popup_interested--button-finish button {
        position: relative;
        padding: 4px 10px;
        font-family: inherit;
        font-size: inherit;
        font-weight: 600;
        color: white;
        background: linear-gradient(180deg, #97C648 0%, #87B82E 100%);
        border: none;
        border-radius: 5px;
        cursor: pointer;
        white-space: nowrap;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.1);
        transition: background, box-shadow;
        transition-duration: 0.2s;
    }

    .provide-customer {
        clip-path: ellipse(150% 95% at bottom center);
    }

    .provide-customer__ellipse--left,
    .provide-customer__ellipse--right {
        height: 80px;
        width: 80px;
    }
    .courses__title{
        display: flex;
        justify-content: center;
    }
    .cds-giao-duc__header--title{
        font-size: 24px;
    }
}

@media (min-width:0px) and (max-width: 450px) {

    .teaching_staff--img,
    .practical_instructions--img,
    .connect_knowledge--img,
    .practical_experience--img,
    .quick_support--img {
        display: none;
    }

    .home-new .news p.news__item-content--desc {
        display: none;
    }

    .digitizing__block--image {
        width: 58px;
        /*        height: 100%;*/
        height: auto;
    }

    .digitizing__block--content--title {
        font-size: 16px;
        line-height: 16px;
    }

    /* .digitizing__block--content--content {
        display: none;
    }*/

    .talk-about-onetouch__block--content p {
        height: 8rem;
    }

    .talk-about-onetouch__block img {
        margin-top: 10px;
    }

    .digitizing__block--content--content p {
        font-size: 14px;
    }
}

.digitizing__block--content--content p {
    text-align: center;
}
@media (max-width: 375px) {
    .home__proficiency-test-btn{
        padding: 8px;
    }
}

@media(min-width:1024px) {
    .customer-sharing__text {
        min-height: 170px;
        max-height: 170px;
        overflow: hidden;
    }
}

/**/