  .icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: Montserrat !important;
}

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

button,
input,
textarea {
    border: none;
    outline: none;
    background: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

select,
option {
    border: none;
    outline: none;
}

.pointer {
    cursor: pointer;
}

footer {
    position: relative;
    z-index: 9;
    width: 100%;
    /*height: 477px;*/
    background-repeat: no-repeat;
    background-size: cover;
}

footer .logo_footer {
    padding-top: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
    width: 230px;
    margin: 0 auto;
}

footer .logo_footer img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

footer .contact_footer {
    display: flex;
    padding: 25px 40px;
    justify-content: space-between;
}

footer .contact_footer p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    color: #fff;
}

footer .contact_footer .service ul {
    padding: 0;
    list-style: none;
}

footer .contact_footer .service ul li {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
}

footer .contact_footer .service ul li a {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
}

footer .overated {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #0c2645;
}

footer .hr_des {
    width: 96%;
    margin: auto;
    padding: 17px 0;
    border-top: 1px solid #fff;
}

footer .hr_des .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .hr_des .social .global {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #fff;
}

footer .hr_des .social .social_netword span a img {
    margin-right: 25px;
    cursor: pointer;
}

.icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

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

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

button,
input,
textarea {
    border: none;
    outline: none;
    background: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

select,
option {
    border: none;
    outline: none;
}

.pointer {
    cursor: pointer;
}

.overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.header-fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    background: white;
}

.hLogin {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    padding: 12px 40px;
    text-align: center;
    color: #154175;
}

.hLogin:hover {
    color: #fff;
    border-radius: 8px;
    background-color: #154175;
}

.hRegister {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    margin-left: 5px;
    padding: 12px 40px;
    color: #fff;
    border-radius: 8px;
    background-color: #154175;
}

.hRegister:hover {
    color: #fff;
    background-color: #488f55;
}

header {
    padding: 17px 40px;
    position: sticky;
    top: 0;
    background: #ffffff;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.04);
    z-index: 110;
}

header .no_padding {
    padding-left: 0;
}

header .css_mobile {
    position: fixed;
    z-index: 200;
    top: 0;
    left: -100%;
    width: calc(100% - 58px);
    height: 100%;
    background-color: white;
}

header .css_mobile ul {
    padding-left: 0;
}

header .css_mobile ul li {
    display: flex;
    padding: 15px;
    align-items: center;
}

header .css_mobile ul li a {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    color: #6c757d;
}

header .css_mobile ul li img {
    width: 40px;
    height: 40px;
}

header img {
    /*margin-right: 6px;*/
    /*padding-left: 16px;*/
    cursor: pointer;
}

header .menu {
    height: 100%;
}

header .menu ul {
    display: flex;
    height: 100%;
    margin-bottom: 0;
    padding-left: unset;
    align-items: center;
}

header .menu ul li {
    display: flex;
    /* margin-right: 16px; */
    list-style: none;
    transition: all 0.3s;
    background: transparent;
    align-items: center;
}

header .menu ul li a {
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 16px 8px 16px;
    cursor: pointer;
    color: #6c757d;
}

header .menu ul li a:nth-child(4) {
    padding-right: 140px;
}

header .menu ul li a:nth-child(5) {
    padding-right: 0;
}

header .menu ul li:hover {
    border-radius: 8px;
    background: #154175;
}

header .menu ul li:hover a {
    color: #fff;
}

header .menu ul li:hover img {
    filter: brightness(0) invert(1);
}

header .menu ul li:nth-child(4) {
    /* margin-right: 34px; */
}

header .menu ul .active {
    border-radius: 8px;
    background: #154175;
    color: #fff;
}

header .menu ul .active a {
    color: #fff;
}

header .menu .input-group-text {
    border: none;
    background-color: #f8f9fa !important;
}

header .menu .form-control {
    border: none;
    background-color: #f8f9fa !important;
}

header .menu .form-control::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #6c757d;
}

header .menu .form-control:-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #6c757d;
}

header .menu .form-control::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #6c757d;
}

header .menu .form-control:focus {
    box-shadow: none !important;
}

header .avatar {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 50%;
}

header .profile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .profile .noti {
    position: relative;
    display: none;
    width: 40px;
    height: 40px;
    margin-right: 35px;
    border-radius: 100%;
    background: #e6f2ff;
}

header .profile .noti img {
    display: block;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
}

header .profile .noti span {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    line-height: 17px;
    position: absolute;
    top: -2px;
    right: -4px;
    display: block;
    width: 17px;
    height: 17px;
    padding-left: 3px;
    color: #fff;
    border-radius: 100%;
    background-color: #ff453a;
}

header .btn-secondary {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #343a40;
    border: none;
    background-color: transparent;
}

header .btn-check:focus + .btn-secondary,
header .btn-secondary:focus {
    border-color: #fff;
    background-color: #fff;
    box-shadow: none;
}

header .btn-secondary:hover {
    color: #343a40;
    border-color: #fff;
    background-color: #fff;
}

header .btn-check:active + .btn-secondary,
header .btn-check:checked + .btn-secondary,
header .btn-secondary.active,
header .btn-secondary:active,
header .show > .btn-secondary.dropdown-toggle {
    color: #343a40;
    border-color: #fff;
    background-color: white;
}

header .btn-check:active + .btn-secondary:focus,
header .btn-check:checked + .btn-secondary:focus,
header .btn-secondary.active:focus,
header .btn-secondary:active:focus,
header .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

/* header .col-8 {
    display: flex;
    align-items: center;
}

header .col-2 {
    display: flex;
    align-items: center;
} */

.icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

.flex {
    display: flex;
}

.a-center {
    align-items: center;
}

.flex-start {
    align-items: flex-start;
}

.j-center {
    justify-content: center;
}

.j-between {
    justify-content: space-between;
}

.t-center {
    text-align: center;
}

.mt-16 {
    margin-top: 16px !important;
}

.column {
    flex-direction: column;
}

.ml-12 {
    margin-left: 12px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mt-30 {
    margin-top: 30px;
}

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

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

button,
input,
textarea {
    border: none;
    outline: none;
    background: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

select,
option {
    border: none;
    outline: none;
}

.pointer {
    cursor: pointer;
}

.icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

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

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

button,
input,
textarea {
    border: none;
    outline: none;
    background: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

select,
option {
    border: none;
    outline: none;
}

.pointer {
    cursor: pointer;
}

.icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

.mt-12 {
    margin-top: 12px;
}

.js_test {
    display: none;
}

.dropdown-toggle:empty::after {
    display: none !important;
}

.mt-40 {
    margin-top: 40px;
}

.test_like {
    display: none;
    margin-left: 5px;
}

.check_margin {
    margin-bottom: 10px;
}

.menu_click {
    cursor: pointer;
}

.more_hasdtag {
    display: flex;
    padding: 8px 16px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #e6f2ff;
    align-items: center;
    justify-content: space-between;
}

.more_hasdtag a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    color: #154175 !important;
}

.study {
    padding: 16px;
    border-radius: 8px;
    background: #fff; /* Bg/ drop shadow 1 */
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

.study .title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    line-height: 36px; /* or 150% */
    display: flex;
    text-align: center; /* gray/ 80 */
    color: #343a40;
    align-items: center;
}

.study .looking {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 12px; /* identical to box height, or 150% */ /* gray/ 0 */
    color: #fff;
    border-radius: 8px;
    background: #488f55;
}

.recommended {
    display: flex;
    margin-bottom: 8px;
    justify-content: space-between;
    align-items: center;
}

.recommended .title_of {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px; /* identical to box height, or 150% */
    display: flex; /* gray/50 */
    color: #adb5bd;
    align-items: center;
}

.recommended .more {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 20px; /* identical to box height, or 150% */
    display: flex;
    text-align: right; /* Primary/ 100 */
    color: #154175;
    align-items: center;
}

.recommended .more i {
    font-size: 13px;
    margin-left: 5px;
    color: #154175;
}

.main_banner {
    padding: 16px;
    border-radius: 8px;
    background: #fff; /* Bg/ drop shadow 1 */
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

.main_banner .logo_home {
    display: flex;
    align-items: center;
}

.main_banner .logo_home .name {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px; /* or 150% */
    display: flex;
    margin-left: 6px; /* gray/ 80 */
    color: #343a40;
    align-items: center;
    word-break: break-word;
}

.main_banner .address_home {
    margin-top: 12px;
    margin-bottom: 8px;
}

.main_banner .address_home .name {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex;
    margin-left: 5px; /* gray/ 80 */
    color: #343a40;
    align-items: center;
}

.main_banner .content_text_home {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px; /* or 150% */ /* gray/ 60 */
    color: #6c757d;
}

.main_banner .content_text_home button {
    font-weight: 700;
    cursor: pointer;
    color: #0f4586;
}

.main_banner .content_text_home button:hover {
    opacity: 0.8;
}

.content_activity_home {
    margin-bottom: 60px; /* Bg/ drop shadow 1 */
}

.content_activity_home .post {
    padding: 16px;
    border-radius: 8px;
    background: #fff; /* Bg/ drop shadow 1 */
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

.content_activity_home .post input {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 27px; /* identical to box height, or 150% */
    display: flex;
    width: 100%;
    padding: 11px 8px; /* gray/50 */
    color: #adb5bd;
    border-radius: 8px;
    background: #f8f9fa;
    align-items: center;
}

.content_activity_home .post .relative_input {
    position: relative;
}

.content_activity_home .post .relative_input .abs_input {
    position: absolute;
    top: 10px;
    right: 10px;
}

.content_activity_home .post .btn {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    padding: 12px; /* identical to box height, or 150% */ /* gray/ 60 */
    color: #6c757d;
}

.content_activity_home .post .btn img {
    margin-top: -3px;
    -o-object-fit: cover;
    object-fit: cover;
}

.content_activity_home .post .btn:hover {
    width: 100%;
    color: #fff;
    border-radius: 8px;
    background: #154175;
}

.content_activity_home .post .btn:hover img {
    filter: brightness(0) invert(1);
}

.content_activity_home .post .btn_post {
    width: 100%;
    color: #fff;
    border-radius: 8px; /* Primary/ 100 */
    background: #154175;
}

.content_activity_home .post .btn_post:hover {
    color: white;
    filter: unset;
}

.content_activity_home .hashtag {
    font-family: Montserrat;
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    line-height: 63px;
    margin-bottom: 24px;
    color: #154175;
}

.content_activity_home .new_feed {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-bottom: 10px;
    cursor: pointer; /* identical to box height, or 150% */
    text-align: right; /* gray/ 60 */
    color: #6c757d;
}

.content_activity_home .new_feed i {
    color: #6c757d;
}

.content_activity_home .posts_of {
    padding: 24px 30px;
    border-radius: 8px;
    background: #fff; /* Bg/ drop shadow 1 */
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

.content_activity_home .posts_of:first-child {
    margin-top: 0;
}

.content_activity_home .posts_of .name {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    margin-left: 10px; /* identical to box height, or 150% */ /* gray/ 80 */
    color: #343a40;
}

.content_activity_home .posts_of .time {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-left: 10px; /* identical to box height, or 150% *
            /* gray/50 */
    color: #adb5bd;
}

.content_activity_home .posts_of .content_of {
    margin-top: 10px;
}

.content_activity_home .posts_of .content_of span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* or 150% */ /* gray/ 60 */
    color: #6c757d;
}

.content_activity_home .posts_of .content_of a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */ /* states/ blue */
    color: #0a84ff;
}

.content_activity_home .posts_of .content_of .read_more {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */ /* gray/ 60 */
    color: #6c757d;
}

.content_activity_home .posts_of .content_of .read_more:hover {
    color: #0f4586;
}

.content_activity_home .posts_of .content_of .row img {
    margin: 0;
}

.content_activity_home .posts_of .content_of .row span {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px; /* identical to box height, or 150% */
    display: flex; /* gray/ 60 */
    color: #6c757d;
    align-items: center;
}

.content_activity_home .posts_of .content_of .row span img {
    width: 24px !important;
    margin: 0 !important;
    margin-top: -3px !important;
    margin-right: 6px !important;
}

.content_activity_home .posts_of .content_of .row .col-4 {
    /* padding: 10px 0; */
    border: 1px solid #e9ecef;
    border-right: 0;
    border-left: 0;
}

.content_activity_home .posts_of .content_of .row .col-4 button {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 27px; /* identical to box height, or 150% */ /* gray/50 */
    transition: all 0.2s;
    color: #adb5bd;
}

.content_activity_home .posts_of .content_of .row .col-4 button:focus {
    outline: none;
}

.content_activity_home .posts_of .content_of .row .col-4 button img {
    width: 28px;
    height: 28px;
    margin: 0;
    margin-top: -5px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.content_activity_home .posts_of .content_of .row .col-4 button:hover {
    filter: brightness(0.5) sepia(1) hue-rotate(70deg) saturate(3);
}

.content_activity_home .posts_of .content_of .row input {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 27px; /* identical to box height, or 150% */
    display: flex;
    width: 100%;
    padding: 11px 8px; /* gray/50 */
    color: #adb5bd;
    border-radius: 8px;
    background: #f8f9fa;
    align-items: center;
}

.content_activity_home .posts_of .content_of .row .relative_input {
    position: relative;
}

.content_activity_home .posts_of .content_of .row .relative_input .abs_input {
    position: absolute;
    top: 10px;
    right: 10px;
}

.content_activity_home .posts_of .content_of .registration_mightyid {
    margin-bottom: 26px;
}

.content_activity_home
    .posts_of
    .content_of
    .registration_mightyid
    .time_regis {
    margin-right: 12px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 9.36px 24.96px rgba(0, 0, 0, 0.08);
}

.content_activity_home
    .posts_of
    .content_of
    .registration_mightyid
    .time_regis
    .month {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 24px;
    padding: 6px 12px; /* identical to box height, or 150% */ /* gray/ 0 */
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #488f55;
}

.content_activity_home
    .posts_of
    .content_of
    .registration_mightyid
    .time_regis
    .date {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 24px;
    padding: 6px 12px; /* identical to box height, or 150% */
    text-align: center; /* gray/ 80 */
    color: #343a40;
}

.content_activity_home
    .posts_of
    .content_of
    .registration_mightyid
    .time_address
    span {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px; /* identical to box height, or 150% */
    display: flex;
    margin-left: 8px; /* gray/ 80 */
    color: #343a40;
    align-items: center;
}

.content_activity_home .posts_of .content_of .registration_mightyid button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex;
    padding: 12px 40px; /* gray/ 0 */
    color: #fff;
    border-radius: 8px;
    background: #154175;
    align-items: center;
}

.content_activity_home .posts_of .content_of .content_comment {
    border-top: 1px solid #e9ecef;
}

.content_activity_home .posts_of .content_of .content_comment .content_of_cmt {
    margin-top: 16px;
}

.content_activity_home
    .posts_of
    .content_of
    .content_comment
    .content_of_cmt:last-child
    .customer_by::before {
    display: none;
}

.content_activity_home
    .posts_of
    .content_of
    .content_comment
    .content_of_cmt
    .customer_by {
    position: relative;
    align-items: flex-start;
}

.content_activity_home
    .posts_of
    .content_of
    .content_comment
    .content_of_cmt
    .customer_by::before {
    position: absolute;
    top: 48px;
    left: 24px;
    overflow: hidden;
    width: 1px;
    height: 100%;
    content: "";
    background: #ced4da;
}

.content_activity_home
    .posts_of
    .content_of
    .content_comment
    .content_of_cmt
    .customer_by
    .line_avatar {
    width: 100%;
    margin-left: 12px;
}

.content_activity_home
    .posts_of
    .content_of
    .content_comment
    .content_of_cmt
    .customer_by
    .line_avatar
    .names_of {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 21px; /* identical to box height, or 150% */
    display: flex; /* gray/ 80 */
    color: #343a40;
    align-items: center;
}

.content_activity_home
    .posts_of
    .content_of
    .content_comment
    .content_of_cmt
    .customer_by
    .line_avatar
    .cmt {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px; /* identical to box height, or 150% */
    display: flex; /* gray/ 80 */
    color: #343a40;
    align-items: center;
}

.content_activity_home
    .posts_of
    .content_of
    .content_comment
    .content_of_cmt
    .customer_by
    .line_avatar
    .customer_by_dev {
    margin-top: 8px;
}

.content_activity_home
    .posts_of
    .content_of
    .content_comment
    .content_of_cmt
    .customer_by
    .line_avatar
    .customer_by_dev
    div {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 21px; /* identical to box height, or 150% */ /* gray/ 60 */
    color: #6c757d;
}

.content_activity_home
    .posts_of
    .content_of
    .content_comment
    .content_of_cmt
    .customer_by
    .line_avatar
    .customer_by_dev
    p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-bottom: 0; /* identical to box height, or 150% */ /* gray/ 60 */
    color: #6c757d;
}

.content_activity_home
    .posts_of
    .content_of
    .content_comment
    .content_of_cmt
    .customer_by
    .line_avatar
    .customer_by_dev
    span {
    width: 2px;
    height: 6px;
    margin: 0 8px;
    background: #c4c4c4;
}

.content_activity_home
    .posts_of
    .content_of
    .content_comment
    .content_of_cmt
    .customer_by
    .line_avatar
    .view_more_cmt {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 21px; /* identical to box height, or 150% */
    display: flex;
    margin-top: 8px; /* gray/ 80 */
    color: #343a40;
    align-items: center;
}

.content_activity_home .recommended_for_you {
    padding: 24px 32px;
    border-radius: 8px;
    background: #fff; /* Bg/ drop shadow 1 */
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

.content_activity_home .recommended_for_you img {
    cursor: pointer;
}

.content_activity_home .recommended_for_you .text_rescommended {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */ /* gray/50 */
    color: #adb5bd;
}

.content_activity_home .recommended_for_you .banner-of-recommended {
    margin-left: -30px;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

.content_activity_home .recommended_for_you .banner-of-recommended .banner {
    padding-top: 12px;
    padding-bottom: 16px;
    border-radius: 8px;
    background: #fff; /* Bg/ drop shadow 1 */
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

.content_activity_home
    .recommended_for_you
    .banner-of-recommended
    .banner
    .banners_of {
    padding-right: 12px;
    padding-bottom: 30px;
    padding-left: 12px;
}

.content_activity_home
    .recommended_for_you
    .banner-of-recommended
    .banner
    .banners_of
    .name {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 6px; /* identical to box height, or 150% */ /* gray/ 80 */
    color: #343a40;
}

.content_activity_home
    .recommended_for_you
    .banner-of-recommended
    .banner
    .banners_of
    span {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-left: 5px; /* identical to box height, or 150% */ /* gray/ 80 */
    color: #343a40;
}

.content_activity_home
    .recommended_for_you
    .banner-of-recommended
    .banner
    .name_banner {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 21px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 74px;
    padding: 8px;
    text-overflow: ellipsis;
    word-wrap: break-word; /* or 150% */ /* gray/ 80 */
    color: #343a40;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content_activity_home
    .recommended_for_you
    .banner-of-recommended
    .banner
    .fixed_css {
    padding: 8px;
}

.content_activity_home
    .recommended_for_you
    .banner-of-recommended
    .banner
    .fixed_css
    div {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px; /* or 150% */ /* gray/ 80 */
    color: #343a40;
}

.content_activity_home
    .recommended_for_you
    .banner-of-recommended
    .banner
    .fixed_css
    button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    padding: 8px 24px; /* identical to box height, or 150% */ /* gray/ 0 */
    color: #fff;
    border-radius: 8px;
    background: #154175;
}

.hashtags p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex; /* gray/50 */
    color: #adb5bd;
    align-items: center;
}

.hashtags .hashtags--bg {
    border-radius: 8px;
    background: #fff; /* Bg/ drop shadow 1 */
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

.hashtags .content_hashtags {
    padding: 9px 16px;
}

.hashtags .content_hashtags a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex; /* Primary/ 100 */
    color: #154175;
    align-items: center;
}

.hashtags .content_hashtags p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex; /* gray/50 */
    color: #adb5bd;
    align-items: center;
}

.hashtags .content_hashtags p i {
    margin-right: 12px;
    color: #adb5bd;
}

.icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

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

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

button,
input,
textarea {
    border: none;
    outline: none;
    background: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

select,
option {
    border: none;
    outline: none;
}

.pointer {
    cursor: pointer;
}

button {
    outline: none;
}

main {
    background-color: #f5f7fa;
}

main .icon_online {
    position: absolute;
    right: 5%;
    bottom: 5%;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/themes/studyguide/assets/image/icon_online.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

main .icon_offline {
    position: absolute;
    right: 5%;
    bottom: 5%;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/themes/studyguide/assets/image/icon_offline.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

main .icon_tick {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    background-image: url("/themes/studyguide/assets/image/icon_blog.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

main .body_main {
    padding: 17px 40px;
}

/* main .body_main .col-lg-9 {
    width: calc(100% - 335px);
} */

/* main .body_main .col-lg-3 {
    width: 335px;
} */
.breadcrumb {
    padding: 0 !important;
}

main .body_main .breadcrumb {
    background-color: transparent !important;
}

main .body_main .breadcrumb-item {
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 29px;
    color: #6c757d;
}

main .body_main .breadcrumb-item.active {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 27px;
    display: flex;
    color: #6c757d;
    align-items: center;
}

main .body_main .breadcrumb-item + .breadcrumb-item::before {
    content: url("/themes/studyguide/assets/image/breadcrumb.svg");
    line-height: 14px;
}

main .body_main .title {
    margin-bottom: 20px;
}

main .body_main .title span {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 48px;
    color: #000;
}

main .body_main .info_title {
    padding: 19px 16px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
    z-index: 99;
}

main .body_main .info_title .filter_title p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 27px;
    color: #154175;
    text-align: center;
}

main .body_main .info_title .input-group-text {
    border: none;
    background-color: #f8f9fa !important;
}

main .body_main .info_title .input-group {
    margin-bottom: 16px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

main .body_main .info_title .form-control {
    border: none;
    background-color: #f8f9fa !important;
}

main .body_main .info_title .form-control::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #6c757d;
}

main .body_main .info_title .form-control:-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #6c757d;
}

main .body_main .info_title .form-control::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #6c757d;
}

main .body_main .info_title .form-control:focus {
    box-shadow: none !important;
}

main .body_main .info_title .dropdown_select .custom-select {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    margin-bottom: 16px;
    padding: 8px 10px;
    color: #6c757d;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background-color: #f8f9fa !important;
}

main .body_main .check_group .univercity {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
    justify-content: space-between;
}

main .body_main .check_group .univercity .form-check-label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

main .body_main .check_group .univercity .form_check_custom {
    margin-right: 0 !important;
}

main .body_main .check_group .univercity .form_check_collect {
    margin-right: 25px;
}

main
    .body_main
    .check_group
    .univercity
    .form-check-input:checked[type="checkbox"] {
    border: 1px solid #488f55;
    outline: none;
    background-color: #fff;
    background-image: url("/themes/studyguide/assets/image/check_type.svg") !important;
    box-shadow: none;
}

main .body_main .check_group .univercity_custom .form-check-label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

main .body_main .check_group .univercity_custom .academy_custom {
    margin-bottom: 8px;
}

main
    .body_main
    .check_group
    .univercity_custom
    .form-check-input:checked[type="checkbox"] {
    border: 1px solid #488f55;
    outline: none;
    background-color: #fff;
    background-image: url("/themes/studyguide/assets/image/check_type.svg") !important;
    box-shadow: none;
}

main .body_main .check_group .check_end {
    margin-top: 16px;
    border-top: 1px solid #c4c4c4;
}

main .body_main .check_group .check_end .academy_custom {
    margin-top: 16px;
}

main .body_main .check_group .check_end .academy_custom .form-check-label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

main
    .body_main
    .check_group
    .check_end
    .academy_custom
    .form-check-input:checked[type="checkbox"] {
    border: 1px solid #488f55;
    outline: none;
    background-color: #fff;
    background-image: url("/themes/studyguide/assets/image/check_type.svg") !important;
    box-shadow: none;
}

main .body_main .check_group .group_button {
    display: flex;
    margin-top: 24px;
    align-items: center;
    justify-content: space-between;
}

main .body_main .check_group .group_button .clear {
    width: 95%;
}

main .body_main .check_group .group_button .clear button {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 12px 10px;
    color: #154175;
    border: 1px solid #154175;
    background-color: white;
}

main .body_main .check_group .group_button .clear button:focus {
    outline: none;
    box-shadow: none;
}

main .body_main .check_group .group_button .clear button:hover {
    color: #fff;
    background-color: #154175;
}

main .body_main .check_group .group_button .apply {
    width: 95%;
}

main .body_main .check_group .group_button .apply button {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    color: white;
    border: 1px solid #154175;
    background-color: #154175;
}

main .body_main .check_group .group_button .apply button:focus {
    outline: none;
    box-shadow: none;
}

main .body_main .check_group .group_button .apply button:hover {
    color: #154175;
    background: #fff;
}

main .body_main .check_group .group_button .registed {
    width: 90%;
}

main .body_main .check_group .group_button .registed button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    color: #6c757d;
    border: none;
    background-color: #fff;
}

main .body_main .check_group .group_button .registed button:focus {
    outline: none;
    box-shadow: none;
}

main .body_main .rash_img {
    margin-top: 25px;
}

main .body_main .rash_img img {
    width: 100%;
}

main .body_main .right_banner .filter_title p {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    margin-bottom: 0;
    color: #000;
}

main .body_main .slider {
    margin-top: -10px;
    margin-bottom: 24px;
}

main .body_main .slider .slick-slide img {
    display: inline;
}

main .body_main .slider .slick-banner .blog_detail {
    position: relative;
    margin-top: 24px;
    width: 25vw;
    /* flex: 1; */
    /* margin-right: 15px;
    margin-left: 15px; */
    padding: 16px 12px;
    border-radius: 8px;
    background-color: #fff;
    /* box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08); */
}
main .body_main .slider .slick-banner .blog_detail:nth-child(2n + 0) {
    margin: 24px 30px 0;
}

main .body_main .slider .slick-banner .blog_detail .blog_logo {
    display: flex;
    align-items: center;
}

main .body_main .slider .slick-banner .blog_detail .blog_logo .text_blog a {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    margin-left: 8px;
    color: #343a40;
}

main
    .body_main
    .slider
    .slick-banner
    .blog_detail
    .blog_logo
    .text_blog
    span
    img {
    margin-left: 7px;
}

main
    .body_main
    .slider
    .slick-banner
    .blog_detail
    .blog_logo
    .text_blog
    .follow {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    margin-left: 8px;
    color: #154175;
}

main .body_main .slider .slick-banner .blog_detail .blog_logo .father_blog {
    position: relative;
}
main .body_main .slider .slick-banner .blog_detail .blog_logo .school-name {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    margin-left: 8px;
    color: #343a40;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

main .body_main .slider .slick-banner .blog_detail .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

main .body_main .slider .slick-banner .blog_detail .social .canada {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-top: 9px;
    margin-bottom: 8px;
    color: #343a40;
}

main .body_main .slider .slick-banner .blog_detail .social .canada span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

main .body_main .slider .slick-banner .blog_detail .social .follower {
    margin-top: 12px;
    width: 100%;
    display: flex;
    align-items: center;
}

main .body_main .slider .slick-banner .blog_detail .location {
    min-height: 42px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-bottom: 8px;
    color: #343a40;
    display: flex;
    align-items: center;
}

main .body_main .slider .slick-banner .blog_detail .location span {
    margin-right: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

main .body_main .slider .slick-banner .blog_detail span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    color: #6c757d;
    word-wrap: break-word;
}
main .body_main .slider .slick-banner .blog_detail .description {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    color: #6c757d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

main .body_main .slider .slick-banner .blog_detail .group_button {
    display: flex;
    margin-top: 24px;
    align-items: center;
    justify-content: space-between;
}

main .body_main .slider .slick-banner .blog_detail .group_button .clear {
    width: 90%;
}

main .body_main .slider .slick-banner .blog_detail .group_button .clear button {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 8px 7px;
    color: #154175;
    border: 1px solid #154175;
    border-radius: 8px;
    background-color: white;
}

main
    .body_main
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .clear
    button:focus {
    outline: none;
    box-shadow: none;
}

main
    .body_main
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .clear
    button:hover {
    color: #fff;
    background-color: #154175;
}

main
    .body_main
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .clear
    button:hover
    span
    img {
    filter: brightness(0) invert(1) !important;
}

main .body_main .slider .slick-banner .blog_detail .group_button .apply {
    width: 100%;
    flex: 1;
}

main .body_main .slider .slick-banner .blog_detail .group_button .apply button {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 8px 16px;
    color: white;
    border: 1px solid #154175;
    border-radius: 8px;
    background-color: #154175;
}

main
    .body_main
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .apply
    button:focus {
    outline: none;
    box-shadow: none;
}

main
    .body_main
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .apply
    button:hover {
    color: #154175;
    background-color: #fff;
}

main .body_main .slider .slick-banner .blog_detail .group_button .registed {
    width: 90%;
}

main
    .body_main
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .registed
    button {
    font-family: Montserrat;
    padding: 8px 8px;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    color: #6c757d;
    border: 1px solid #e9ecef;
    background-color: #e9ecef;
    border-radius: 6px;
}

main
    .body_main
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .registed
    button:focus {
    outline: none;
    box-shadow: none;
}

main .body_main .slider .slick-banner .blog_detail .ask {
    text-align: center;
}

main .body_main .slider .slick-banner .blog_detail .ask a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    margin-top: 16px;
    cursor: pointer;
    color: #488f55;
}

main .body_main .slider .slick-banner .blog_detail .ask img {
    margin-bottom: 5px;
}

main .body_main .blog_guide {
    border-top: 1px solid #e9ecef;
}

/* main .body_main .blog_guide .col-lg-4 {
    padding: 0;
} */

main .body_main .blog_guide .blog_detail {
    position: relative;
    margin-top: 24px;
    height: calc(100% - 24px);
    padding: 16px 12px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

main .body_main .blog_guide .blog_detail .blog_logo {
    display: flex;
    align-items: center;
}

main .body_main .blog_guide .blog_detail .blog_logo .text_blog a {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    margin-left: 8px;
    color: #343a40;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

main .body_main .blog_guide .blog_detail .blog_logo .text_blog span img {
    margin-left: 7px;
}

main .body_main .blog_guide .blog_detail .blog_logo .text_blog .follow {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    margin-left: 8px;
    color: #154175;
}

main .body_main .blog_guide .blog_detail .blog_logo .father_blog {
    position: relative;
}
main .body_main .blog_guide .blog_detail .blog_logo .school-name {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    margin-left: 8px;
    color: #343a40;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

main .body_main .blog_guide .blog_detail .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
main .body_main .blog_guide .blog_detail .social .canada,
main .body_main .blog_guide .blog_detail .social .follower {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-top: 9px;
    margin-bottom: 8px;
    color: #343a40;
}
main .body_main .blog_guide .blog_detail .social .follower {
    margin-top: 12px;
}

main .body_main .blog_guide .blog_detail .social .canada span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

main .body_main .blog_guide .blog_detail .location {
    min-height: 42px;
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-bottom: 8px;
    color: #343a40;
}

main .body_main .blog_guide .blog_detail .location span {
    /* margin-right: 6px; */
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

main .body_main .blog_guide .blog_detail span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    color: #6c757d;
}
main .body_main .blog_guide .blog_detail .description {
    min-height: 42px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
main .body_main .blog_guide .blog_detail .social {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    color: #6c757d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

main .body_main .blog_guide .blog_detail .group_button {
    display: flex;
    margin-top: 24px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 6px;
}

main .body_main .blog_guide .blog_detail .group_button .clear {
    flex: 1;
}

main .body_main .blog_guide .blog_detail .group_button .clear button {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 8px 8px;
    color: #154175;
    border: 1px solid #154175;
    border-radius: 8px;
    background-color: white;
}

main .body_main .blog_guide .blog_detail .group_button .clear button:focus {
    outline: none;
    box-shadow: none;
}

main .body_main .blog_guide .blog_detail .group_button .clear button:hover {
    color: #fff;
    background-color: #154175;
}

main
    .body_main
    .blog_guide
    .blog_detail
    .group_button
    .clear
    button:hover
    span
    img {
    filter: brightness(0) invert(1) !important;
}

main .body_main .blog_guide .blog_detail .group_button .apply {
    flex: 1;
}

main .body_main .blog_guide .blog_detail .group_button .apply button {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 8px 16px;
    color: white;
    border: 1px solid #154175;
    border-radius: 8px;
    background-color: #154175;
}

main .body_main .blog_guide .blog_detail .group_button .apply button:focus {
    outline: none;
    box-shadow: none;
}

main .body_main .blog_guide .blog_detail .group_button .apply button:hover {
    color: #154175;
    background-color: #fff;
}

main .body_main .blog_guide .blog_detail .group_button .registed {
    flex: 1;
    width: 100%;
}

main .body_main .blog_guide .blog_detail .group_button .registed button {
    width: 100%;
    padding: 8px 8px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    color: #6c757d;
    border: 1px solid #e9ecef;
    background-color: #e9ecef;
    border-radius: 6px;
}

main .body_main .blog_guide .blog_detail .group_button .registed button:focus {
    outline: none;
    box-shadow: none;
}

main .body_main .blog_guide .blog_detail .ask {
    text-align: center;
}

main .body_main .blog_guide .blog_detail .ask a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    margin-top: 16px;
    cursor: pointer;
    color: #488f55;
}

main .body_main .blog_guide .blog_detail .ask img {
    margin-bottom: 5px;
}

.slick-prev {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    overflow: hidden;
    width: 35px;
    height: 35px;
    color: transparent;
    border-radius: 100%;
    background-color: rgba(33, 37, 41, 0.2);
}

.slick-prev:focus {
    border: none;
    outline: none;
}

.slick-prev:active {
    border: none;
    outline: none;
}

.slick-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    overflow: hidden;
    width: 35px;
    height: 35px;
    color: transparent;
    border-radius: 100%;
    background-color: rgba(33, 37, 41, 0.2);
}

.slick-next:focus {
    border: none;
    outline: none;
}

.slick-next:active {
    border: none;
    outline: none;
}

.slick-prev:before {
    font-size: 25px;
    position: absolute;
    z-index: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: url("/themes/studyguide/assets/image/previe.svg");
    cursor: pointer;
    color: white;
}

.slick-next:before {
    font-size: 25px;
    position: absolute;
    z-index: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: url("/themes/studyguide/assets/image/next.svg");
    cursor: pointer;
    color: white;
}

.right_banner_text .filter_title p {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    margin-bottom: 0;
    color: #000;
}

.custom_img img {
    width: 100%;
}

/* main .body_main .blog_guide .col-lg-4 {
    padding: 0;
} */

.icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

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

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

button,
input,
textarea {
    border: none;
    outline: none;
    background: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

select,
option {
    border: none;
    outline: none;
}

.pointer {
    cursor: pointer;
}

section {
    padding: 17px 40px;
    /*background-color: #f5f7fa;*/
}

.program_of {
    border-top: 1px solid #e9ecef;
}

section .body_main .breadcrumb {
    background-color: transparent !important;
}

section .body_main .breadcrumb-item {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    color: #6c757d;
}
.body_main .breadcrumb-item a {
    color: #6c757d;
}

section .body_main .breadcrumb-item.active {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 27px;
    display: flex;
    margin-left: 7px;
    color: #6c757d;
    align-items: center;
}

section .body_main .breadcrumb-item + .breadcrumb-item::before {
    content: url("/themes/studyguide/assets/image/breadcrumb.svg");
    line-height: 14px;
}

section .profile {
    position: relative;
    margin-bottom: 36px;
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

section .profile img {
    display: block;
    /*max-width: 120px;*/
    margin-right: auto;
    margin-left: auto;
}

section .profile .text {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    line-height: 27px;
    margin-bottom: 5px;
    text-align: center;
    color: #343a40;
}

section .profile .text img {
    display: inline;
    margin-left: 5px;
}

section .profile .follow {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-bottom: 16px;
    text-align: center;
    color: #343a40;
}

section .profile .about_profile img {
    display: inline;
    margin-right: 5px;
}

section .profile .about_profile ul {
    padding-left: 0;
}

section .profile .about_profile > ul > li {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-bottom: 8px;
    list-style: none;
}

section .profile .about_profile ul .last_child {
    margin-bottom: 10px;
}

section .profile .about_profile .location {
    border-top: 1px solid #e9ecef;
}

section .profile .about_profile .location ul {
    margin-top: 10px;
    padding-left: 0;
}

section .profile .about_profile .location ul li {
    display: flex;
    margin-bottom: 8px;
    padding: 12px 12px 10px 0;
    list-style: none;
    border-radius: 8px;
    background-color: #e6f2ff;
    align-items: center;
}

section .profile .about_profile .location ul li a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-right: 5px;
    margin-left: 5px;
    color: #154175;
}

section .profile .about_profile .location ul li a span {
    margin-left: 4px;
}

section .profile .about_profile .location ul li:nth-child(1) {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    display: block;
    margin-bottom: 0;
    margin-bottom: 8px;
    padding: 0;
    background-color: #fff;
}

section .profile .about_profile .location ul li:nth-child(2) {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    display: block;
    margin-bottom: 18px;
    padding: 0;
    background-color: #fff;
}

section .profile .about_profile .location ul li .icon_notice {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/themes/studyguide/assets/image/than.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

section .profile .group_button {
    display: flex;
    margin-top: 16px;
    align-items: center;
    justify-content: space-between;
}

section .profile .group_button .clear {
    width: 95%;
}

section .group_button .clear button,
section .profile .group_button .clear button {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 12px 7px;
    color: #154175;
    border: 1px solid #154175;
    border-radius: 8px;
    background-color: white;
}

section .profile .group_button .clear button:focus {
    outline: none;
    box-shadow: none;
}

section .profile .group_button .clear button span img {
    display: inline;
}

section .profile .group_button .apply,
.group_button .registed {
    width: 95%;
}
.group_button .registed button,
section .profile .group_button .registed button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 12px 10px;
    text-align: center;
    color: #6c757d;
    border: 1px solid #e9ecef;
    background-color: #e9ecef;
    border-radius: 6px;
    display: block;
}
section .group_button .apply button,
section .profile .group_button .apply button {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 0;
    padding: 12px 10px;
    color: white;
    border: 1px solid #154175;
    border-radius: 8px;
    background-color: #154175;
}

section .profile .group_button .apply button:focus {
    outline: none;
    box-shadow: none;
}

section .profile .group_button .apply button span img {
    display: inline;
}

section .profile .ask {
    text-align: center;
}

section .profile .ask a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    margin-top: 16px;
    cursor: pointer;
    color: #488f55;
}

section .profile .ask img {
    display: inline;
    margin-right: 4px;
    margin-bottom: 5px;
}
section .img_banner img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

section .content_profile {
    margin-bottom: 70px;
    padding: 24px;
    border-radius: 8px;
    background: #fff; /* Bg/ drop shadow 1 */
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

section .content_profile .content_text {
    margin-top: 24px;
}

section .content_profile .content_text span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* or 150% */ /* gray/ 80 */
    color: #343a40;
}

section .content_profile .content_text img {
    width: 100%;
    margin: 24px 0;
}

section .menu_profile {
    margin-bottom: 16px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #fff;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

section .menu_profile ul {
    margin-bottom: 0;
    display: flex;
    padding-left: 0;
    align-items: center;
}

section .menu_profile ul li {
    padding: 16px 32px !important;
}

section .menu_profile ul li.active {
    height: 57px;
    border-bottom: 5px solid #488f55;
}

section .menu_profile ul li.active a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex;
    text-align: center; /* sacondary/ 100 */
    color: #488f55;
    align-items: center;
}

section .menu_profile ul li a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    color: #adb5bd;
}

section .filter {
    padding: 16px;
    border-radius: 8px;
    background: #fff;
}

section .filter select {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 8px; /* gray/ 60 */
    color: #6c757d; /* gray/ 20 */
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #f8f9fa;
    align-items: center;
}

section .filter input {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 8px; /* gray/ 60 */
    color: #6c757d; /* gray/ 20 */
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #f8f9fa;
    align-items: center;
}

section .filter .search {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex;
    width: 100%;
    padding: 8px; /* gray/ 0 */
    color: #fff;
    border-radius: 8px;
    background: #154175;
    align-items: center;
    justify-content: center;
}

section .detail_program {
    margin-top: 16px;
    padding: 16px 24px;
    border-radius: 8px;
    background: #fff; /* Bg/ drop shadow 1 */
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

section .detail_program .title {
    /* identical to box height, or 150% */
    display: flex;
    align-items: center; /* gray/ 80 */
}

section .detail_program .title a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 24px;
    color: #343a40 !important;
}

section .detail_program .content p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 5px; /* gray/ 60 */
    color: #6c757d;
    align-items: center;
}

section .detail_program .apply {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    display: block;
    margin-top: 8px;
    margin-left: auto; /* identical to box height, or 150% */
    padding: 8px;
    cursor: pointer; /* gray/ 0 */
    color: #154175;
    border-radius: 8px;
    border: 1px solid #154175;
    background: #fff;
    transition-duration: 0.3s;
    text-align: center;
}

section .detail_program .apply:hover {
    opacity: 0.9;
    color: #fff;
    /*background-color: #24914e !important;*/
    border-color: #24914e;
    box-shadow: 0 0 3px #24914e;
}

section .mt-40 {
    margin-top: 40px;
}

section .mb-70 {
    margin-bottom: 70px;
}

section .pagination_page button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    box-sizing: border-box;
    width: 40px;
    margin-left: 8px;
    padding: 7px; /* identical to box height, or 150% */ /* gray/ 60 */
    color: #6c757d; /* gray/ 40 */
    border: 1px solid #ced4da;
    border-radius: 8px;
    outline: none;
    background: #fff;
}

section .pagination_page button i {
    color: #ced4da;
}

section .pagination_page select {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    box-sizing: border-box;
    margin-left: 16px;
    padding: 8px 12px 8px 4px; /* identical to box height, or 150% */ /* gray/ 60 */
    color: #6c757d; /* gray/ 40 */
    border: 1px solid #ced4da;
    border-radius: 8px;
    background: #fff;
}

section .content_activity {
    margin-bottom: 60px;
    padding: 32px;
    border-radius: 8px;
    background: #fff; /* Bg/ drop shadow 1 */
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

section .content_activity .post {
    padding: 16px;
    border-radius: 8px;
    background: #fff; /* Bg/ drop shadow 1 */
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

/* section .content_activity .post .col-1 {
    width: 5.333333%;
} */

section .content_activity .post input {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 27px; /* identical to box height, or 150% */
    display: flex;
    width: 100%;
    padding: 11px 8px; /* gray/50 */
    color: #adb5bd;
    border-radius: 8px;
    background: #f8f9fa;
    align-items: center;
}

section .content_activity .post .relative_input {
    position: relative;
    margin-left: 16px;
}

section .content_activity .post .relative_input .abs_input {
    position: absolute;
    top: 10px;
    right: 10px;
}

section .content_activity .post .btn {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    padding: 12px; /* identical to box height, or 150% */ /* gray/ 60 */
    color: #6c757d;
}

section .content_activity .post .btn img {
    margin-top: -3px;
    -o-object-fit: cover;
    object-fit: cover;
}

section .content_activity .post .active {
    width: 100%;
    color: #fff;
    border-radius: 8px; /* Primary/ 100 */
    background: #154175;
}

section .content_activity .post #js_post {
    display: flex;
    align-items: center;
}

section .content_activity .posts_of {
    margin-top: 40px;
    padding: 24px 30px;
    border-radius: 8px;
    background: #fff; /* Bg/ drop shadow 1 */
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

/* section .content_activity .posts_of .col-1 {
    width: 4.333333%;
} */

section .content_activity .posts_of .name {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex;
    margin-left: 10px; /* gray/ 80 */
    color: #343a40;
    align-items: center;
}

section .content_activity .posts_of .time {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px; /* identical to box height, or 150% */
    display: flex;
    margin-left: 10px; /* gray/50 */
    color: #adb5bd;
    align-items: center;
}

section .content_activity .posts_of .content_of {
    margin-top: 10px;
}

section .content_activity .posts_of .content_of span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* or 150% */ /* gray/ 60 */
    color: #6c757d;
}

section .content_activity .posts_of .content_of a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */ /* states/ blue */
    color: #0a84ff;
}

section .content_activity .posts_of .content_of .read_more {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */ /* gray/ 60 */
    color: #6c757d;
}

section .content_activity .posts_of .content_of .row img {
    margin: 0;
}

section .content_activity .posts_of .content_of .row span {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px; /* identical to box height, or 150% */
    display: flex; /* gray/ 60 */
    color: #6c757d;
    align-items: center;
}

section .content_activity .posts_of .content_of .row span img {
    width: 24px !important;
    margin: 0 !important;
    margin-top: -3px !important;
    margin-right: 6px !important;
}

section .content_activity .posts_of .content_of .row .col-4 {
    /* padding: 10px 0; */
    border: 1px solid #e9ecef;
    border-right: 0;
    border-left: 0;
}

section .content_activity .posts_of .content_of .row .col-4 button {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 27px; /* identical to box height, or 150% */ /* gray/50 */
    color: #adb5bd;
}

section .content_activity .posts_of .content_of .row .col-4 button:focus {
    outline: none;
}

section .content_activity .posts_of .content_of .row .col-4 button img {
    width: 26px;
    height: 22px;
    margin: 0;
    margin-top: -5px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

section .content_activity .posts_of .content_of .row input {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 27px; /* identical to box height, or 150% */
    display: flex;
    width: 100%;
    padding: 11px 8px; /* gray/50 */
    color: #adb5bd;
    border-radius: 8px;
    background: #f8f9fa;
    align-items: center;
}

section .content_activity .posts_of .content_of .row .relative_input {
    position: relative;
}

section
    .content_activity
    .posts_of
    .content_of
    .row
    .relative_input
    .abs_input {
    position: absolute;
    top: 10px;
    right: 10px;
}

.text_center {
    text-align: center;
}

.pt-20 {
    padding-top: 20px;
}

.mt-20 {
    margin-top: 28px !important;
}

.border_right {
    border-right: 1px solid #ced4da;
}

/*

    text-overflow: Ellipsis;
    width: 370px;
    white-space: nowrap;
    overflow:hidden;

*/

.icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

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

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

button,
input,
textarea {
    border: none;
    outline: none;
    background: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

select,
option {
    border: none;
    outline: none;
}

.pointer {
    cursor: pointer;
}

section .block_feature .permit {
    height: 220px;
    margin-bottom: 24px;
    padding: 35px 12px;
    cursor: pointer;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

section .block_feature .permit img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

section .block_feature .permit .text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 6px;
    text-align: center;
    color: #343a40;
}

.modal_noti .modal-header {
    padding: 15px 20px;
    background-color: #e6f2ff;
}

.modal_noti .modal-header h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    color: #343a40;
}

.modal_noti .modal-header [type="button"]:not(:disabled) span,
.modal_noti .modal-header [type="reset"]:not(:disabled) span,
.modal_noti .modal-header [type="submit"]:not(:disabled) span,
.modal_noti .modal-header button:not(:disabled) span {
    font-weight: 700;
    width: 21px;
    height: 21px;
    color: #343a40;
}

.icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

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

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

button,
input,
textarea {
    border: none;
    outline: none;
    background: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

select,
option {
    border: none;
    outline: none;
}

.pointer {
    cursor: pointer;
}

section .text_field {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 48px;
    color: #343a40;
}

section .work_time {
    margin-bottom: 32px;
    padding: 24px 22px;
    border-radius: 8px;
    background: #fff;
}

section .work_time .title_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section .work_time .title_time .text a {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    color: #343a40;
}

section .work_time .title_time .shift .register {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    padding: 12px 40px;
    color: #fff;
    border-radius: 8px;
    background-color: #154175;
    border: 1px solid #154175;
    width: 180px;
}

section .work_time .title_time .shift .register:focus {
    outline: none;
}

section .work_time .title_time .shift .registered {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    padding: 12px 40px;
    color: #154175;
    border-radius: 8px;
    border: 1px solid #154175;
    background-color: #fff;
    width: 180px;
}

section .work_time img {
    width: 100%;
    margin-top: 24px;
}

section .calendar {
    display: flex;
    margin-top: 24px;
    align-items: center;
}

section .calendar .icon_calendar {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

section .calendar .icon_calendar span {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 48px;
    display: block;
    margin-top: 10px;
    text-align: center;
}

section .calendar .icon_calendar .month {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #488f55;
}

section .calendar .work_calendar {
    margin-left: 27px;
}

section .calendar .work_calendar ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

section .calendar .work_calendar ul li {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    color: #343a40;
}

section .calendar .work_calendar ul li p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 0;
    color: #6c757d;
}

section .calendar .work_calendar ul li img {
    width: auto;
    margin-top: 0;
}

section .ml-40 {
    margin-left: 40px;
}

section .body_event {
    /* max-width: 1024px; */
    width: 80%;
    margin: auto;
    margin-top: 20px;
}

section .body_event h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 48px;
    color: #343a40;
}

section .body_event .txt_body h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 16px;
    color: #343a40;
}

section .body_event .txt_body p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    margin-top: 32px;
    color: #343a40;
}

section .body_event .txt_body .iframe {
    width: 100% !important;
    height: 449px !important;
}

section .body_event .more h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
}

section .body_event .more table {
    border: none !important;
}

section .body_event .more tbody,
section .body_event .more thead,
section .body_event .more tr,
section .body_event .more th {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

section .body_event .more .custom_table {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

section .body_event .more tr {
    border-style: hidden;
}

section .body_event .more td {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

section .body_event .more .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white;
}

section .body_event .more .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f2f9ff;
}

section .body_event .total_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 16px;
}

section .body_event .total_content p span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

section .body_event .total_content .content_left ul {
    padding-left: 0;
    padding-right: 10px;
}

section .body_event .total_content .content_left ul li {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-bottom: 7px;
    list-style-type: none;
    color: #343a40;
}

section .body_event .total_content .content_left ul li:nth-child(2) {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 21px;
}

section .body_event .total_content .content_left ul li span img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-bottom: 5px;
}

section .body_event .total_content .content_right .register {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    display: block;
    padding: 12px 40px;
    color: #fff;
    border-radius: 8px;
    background-color: #154175;
    width: 200px;
    margin-left: auto;
}

section .body_event .total_content .content_right .registered {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    display: block;
    padding: 12px 40px;
    color: #154175;
    border-radius: 8px;
    border: 1px solid #154175;
    background-color: #fff;
    width: 200px;
}

section .body_event .total_content .content_right .unsubscribe {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    display: block;
    color: #fff;
    border-radius: 8px;
    width: 200px;
    margin-top: 12px;
    padding: 12px 32px;
    background-color: #488f55 !important;
}

section .body_event .slider_event .thumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section .body_event .slider_event .thumb .title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    color: #343a40;
}

section .body_event .slider_event .thumb .seen_more {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #154175;
}

section .body_event .slider_event .slider {
    margin-top: -10px;
    margin-bottom: 24px;
}

section .body_event .slider_event .slider .slick-slide img {
    display: inline;
}

section .body_event .slider_event .slider .slick-banner .blog_detail {
    position: relative;
    margin-top: 24px;
    margin-right: 12px;
    margin-left: 12px;
    /* margin-right: 20px; */
    /* margin-left: 20px; */
    padding: 16px 12px;
    border-radius: 8px;
    background-color: #fff;
    /* box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08); */
}
section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail:nth-child(2n + 0) {
    margin: 24px 12px 0;
}
section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .blog_logo {
    display: flex;
    align-items: center;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .blog_logo
    .text_blog
    a {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    margin-left: 8px;
    text-overflow: ellipsis;
    color: #343a40;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .blog_logo
    .text_blog
    span
    img {
    margin-left: 7px;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .blog_logo
    .text_blog
    .follow {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    margin-left: 8px;
    color: #154175;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .blog_logo
    .father_blog {
    position: relative;
}

section .body_event .slider_event .slider .slick-banner .blog_detail .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .social
    .follower {
    margin-top: 12px;
    margin-bottom: 8px;
}
section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .social
    .canada {
    display: flex;
    align-items: center;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-top: 9px;
    margin-bottom: 8px;
    color: #343a40;
}
section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .social
    .canada
    span {
    margin-left: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

section .body_event .slider_event .slider .slick-banner .blog_detail .location {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-bottom: 8px;
    color: #343a40;
    min-height: 42px;
    display: flex;
    align-items: center;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .location
    span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

section .body_event .slider_event .slider .slick-banner .blog_detail span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    color: #6c757d;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .description {
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .group_button {
    display: flex;
    margin-top: 24px;
    align-items: center;
    justify-content: space-between;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .clear {
    width: 100%;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .clear
    button {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 8px 7px;
    color: #154175;
    border: 1px solid #154175;
    border-radius: 8px;
    background-color: white;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .clear
    button:focus {
    outline: none;
    box-shadow: none;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .clear
    button:hover {
    color: #fff;
    background-color: #154175;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .clear
    button:hover
    span
    img {
    filter: brightness(0) invert(1) !important;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .apply {
    width: 90%;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .apply
    button {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 8px 16px 8px 9px;
    color: white;
    border: 1px solid #154175;
    border-radius: 8px;
    background-color: #154175;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .apply
    button:focus {
    outline: none;
    box-shadow: none;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .apply
    button:hover {
    color: #154175;
    background-color: #fff;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .registed {
    width: 90%;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .registed
    button {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    color: #6c757d;
    border: none;
    background-color: #fff;
}

section
    .body_event
    .slider_event
    .slider
    .slick-banner
    .blog_detail
    .group_button
    .registed
    button:focus {
    outline: none;
    box-shadow: none;
}

section .body_event .slider_event .slider .slick-news {
    margin-top: 16px;
}

section .body_event .slider_event .slider .slick-news .blog_news {
    margin: 0 12px;
    border-radius: 8px;
    background: #fff;
}

section .body_event .slider_event .slider .slick-news .blog_news img {
    width: 100%;
}

section .body_event .slider_event .slider .slick-news .blog_news h2 {
    min-height: 42px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 21px;
    margin-top: 12px;
    margin-bottom: 5px;
    padding: 0 8px;
    color: #343a40;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section .body_event .slider_event .slider .slick-news .blog_news p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-bottom: 31px;
    color: #343a40;
}

section .body_event .slider_event .slider .slick-news .blog_news p span img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

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

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

button,
input,
textarea {
    border: none;
    outline: none;
    background: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

select,
option {
    border: none;
    outline: none;
}

.pointer {
    cursor: pointer;
}

.mobile {
    display: none;
}

.custom_program_hight .info_title {
    padding: 19px 16px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

.custom_program_hight .info_title .filter_title p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 27px;
    color: #154175;
}

.custom_program_hight .info_title .input-group-text {
    border: none;
    background-color: #f8f9fa !important;
}

.custom_program_hight .info_title .input-group {
    margin-bottom: 16px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.custom_program_hight .info_title .form-control {
    border: none;
    background-color: #f8f9fa !important;
}

.custom_program_hight .info_title .form-control::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #6c757d;
}

.custom_program_hight .info_title .form-control:-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #6c757d;
}

.custom_program_hight .info_title .form-control::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #6c757d;
}

.custom_program_hight .info_title .form-control:focus {
    box-shadow: none !important;
}

.custom_program_hight .info_title .dropdown_select .custom-select {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    margin-bottom: 16px;
    padding: 8px 10px;
    color: #6c757d;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background-color: #f8f9fa !important;
}

.custom_program_hight .info_title .dropdown_select input {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    height: 39px;
    margin-bottom: 16px;
    padding-left: 10px;
    color: #6c757d;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background-color: #f8f9fa;
}

.custom_program_hight .info_title .fee h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #6c757d;
}

.custom_program_hight .info_title .fee .slider {
    width: 100%;
    height: 9px;
    border-radius: 5px;
    outline: none;
    background: #99c7ff;
    -webkit-appearance: none;
}

.custom_program_hight .info_title .fee .slider::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
    background: #154175;
    -webkit-appearance: none;
    appearance: none;
}

.custom_program_hight .info_title .fee .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
    background: #154175;
}

.custom_program_hight .info_title .fee .title_fee {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom_program_hight .info_title .fee .title_fee .dollar {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #6c757d;
}

.custom_program_hight .group_button {
    display: flex;
    margin-top: 24px;
    align-items: center;
    justify-content: space-between;
}

.custom_program_hight .group_button .clear {
    width: 95%;
}

.custom_program_hight .group_button .clear button {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    width: 95%;
    padding: 12px 10px;
    color: #154175;
    border: 1px solid #154175;
    border-radius: 8px;
    background-color: white;
}

.custom_program_hight .group_button .clear button:focus {
    outline: none;
    box-shadow: none;
}

.custom_program_hight .group_button .apply {
    width: 95%;
}

.custom_program_hight .group_button .apply button {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    width: 95%;
    padding: 12px 16px;
    color: white;
    border: 1px solid #154175;
    border-radius: 8px;
    background-color: #154175;
}

.custom_program_hight .group_button .apply button:focus {
    outline: none;
    box-shadow: none;
}

.custom_program_hight .rash_img {
    margin-top: 25px;
}

.custom_program_hight .rash_img img {
    width: 100%;
}

select {
    font: inherit;
    line-height: 1.5em;
    display: inline-block;
    box-sizing: border-box; /* reset */
    margin: 0;
    padding: 0.5em 3.5em 0.5em 1em;
    border: thin solid blue;
    border-radius: 8px; /* styling */
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.custom-select {
    font-size: 20px;
    width: 100% !important;
    background-image: url("/themes/studyguide/assets/image/arown.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) calc(1em - 7px),
        calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 22px 19px;
    -o-object-fit: cover;
    object-fit: cover;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    width: 24px;
    background-image: url("/themes/studyguide/assets/image/type.svg");
}

.custom-inpt {
    padding: 10px !important;
}

.group_button {
    display: flex;
    margin-top: 24px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 6px;
}

.group_button .clear {
    flex: 1;
    width: 100% !important;
}

.group_button .clear button {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 12px 9px;
    color: #154175;
    border: 1px solid #154175;
    background-color: white;
}

.group_button .clear button:focus {
    outline: none;
    box-shadow: none;
}

.group_button .clear button:hover {
    color: #fff;
    background-color: #154175;
}

.group_button .apply {
    flex: 1;
    width: 100% !important;
}

.group_button .apply button {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    color: white;
    border: 1px solid #154175;
    background-color: #154175;
}

.group_button .apply button:focus {
    outline: none;
    box-shadow: none;
}

.group_button .apply button:hover {
    color: #154175;
    background-color: #fff;
}

.css_mobile {
    position: absolute;
    z-index: 1;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
}

.css_mobile ul {
    padding-left: 0;
}

.css_mobile ul li {
    display: flex;
    padding: 15px;
    align-items: center;
}

.css_mobile ul li a {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    color: #6c757d;
}

.css_mobile ul li img {
    width: 30px;
    height: 30px;
}

#msform {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

#msform fieldset .form-card {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 24px 24px 0 20px;
    border: 0 none;
    border-radius: 0;
    background: white;
}

#msform fieldset {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    border: 0 none;
    border-radius: 0.5rem;
    background: white;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9e9e9e;
}

#msform input,
#msform textarea {
    font-family: montserrat;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 25px;
    padding: 0 8px 4px 8px;
    letter-spacing: 1px;
    color: #2c3e50;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

#msform input:focus,
#msform textarea:focus {
    font-weight: bold;
    border: none;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
    box-shadow: none !important;
}

#msform .action-button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    float: right;
    width: 113px;
    margin: 10px 24px;
    margin-bottom: 30px;
    padding: 10px 5px;
    cursor: pointer;
    letter-spacing: 0;
    color: white;
    border: 0 none;
    border-radius: 0;
    border-radius: 8px;
    background: #488f55;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

#msform .action-button-previous {
    font-weight: bold;
    width: 113px;
    margin: 10px 5px;
    padding: 10px 5px;
    cursor: pointer;
    color: white;
    border: 0 none;
    border-radius: 0;
    background: #616161;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

select.list-dt {
    margin: 2px;
    padding: 2px 5px 3px 5px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: 0;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

.card {
    position: relative;
    z-index: 0;
    border: none !important;
    border-radius: 0.5rem;
    background-color: #f5f7fa !important;
}

.card p {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 48px;
    color: #154175;
}

.fs-title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    color: #154175;
}

#progressbar {
    overflow: hidden;
    margin-bottom: 30px;
    color: lightgrey;
}

#progressbar .active {
    color: #000;
}

#progressbar li {
    font-size: 12px;
    position: relative;
    float: left;
    width: 25%;
    list-style-type: none;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar li:before {
    font-size: 18px;
    line-height: 45px;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px auto;
    padding: 2px;
    color: #fff;
    border-radius: 50%;
    background: lightgray;
}

#progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 25px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: lightgray;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue;
}

.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    box-sizing: border-box;
    width: 204px;
    height: 104px;
    margin: 8px 2px;
    cursor: pointer;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.fit-image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.custom {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.info_school {
    padding: 24px 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

.info_school .name {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 9px;
    text-align: left;
    color: #343a40;
}

.info_school .icon_shcool {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    display: flex;
    color: #343a40;
    align-items: center;
}

.info_school .icon_shcool .fill {
    margin-right: 38px;
}

fieldset input {
    border: 1px solid #ced4da !important;
    border-radius: 8px !important;
    background-color: #f8f9fa;
}

fieldset input::-moz-placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #adb5bd;
}

fieldset input:-ms-input-placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #adb5bd;
}

fieldset input::placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #adb5bd;
}

#msform input,
#msform textarea {
    padding: 8px 16px !important;
}

.fs-title-cuccess {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    color: #488f55;
}

.button-center button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    padding: 12px 24px;
    color: #fff;
    border-radius: 8px;
    background-color: #154175;
}

#progressbar li.active:after,
#progressbar li.active:before {
    background-color: #488f55;
}

strong {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    color: #488f55;
    padding-left: 10px;
}

#progressbar li:before {
    font-size: 18px;
    line-height: 45px;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px auto;
    padding: 2px;
    color: #fff;
    border: 4px solid #aaeab6;
    border-radius: 50%;
    border-radius: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    background: #fff !important;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

#progressbar li:after {
    top: 45px;
    left: 60px;
}

#progressbar li.active:after,
#progressbar li.active:before {
    border: 4px solid #488f55 !important;
}

#msform .action-button-previous {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    margin-right: -58%;
    margin-bottom: 30px;
    color: #ced4da;
    border: none !important;
    background-color: #fff;
}

#msform .action-button-previous:hover {
    border: none;
    outline: none !important;
    box-shadow: none;
}

.icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

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

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

button,
input,
textarea {
    border: none;
    outline: none;
    background: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

select,
option {
    border: none;
    outline: none;
}

.pointer {
    cursor: pointer;
}

.pd-0 {
    padding: 0;
}

.line_bottom::before {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #e9ecef;
}

.about {
    position: relative;
    width: 100%;
    height: 700px;
    background-image: url("/themes/studyguide/assets/image/about_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.about h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    line-height: 72px;
    position: absolute;
    top: 50%;
    left: 41%;
    text-align: center;
    color: #fff;
}

.about::before {
    position: absolute;
    width: 100%;
    height: 700px;
    content: "";
    opacity: 0.5;
    background-color: #212529;
}

.item_us {
    display: flex;
    width: 93%;
    margin: auto;
    transform: translateY(-135px);
    align-items: center;
}

.item_us .content {
    width: 50%;
    padding: 40px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #fff;
}

.item_us .content p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    height: 360px;
    text-align: justify;
}

.item_us .img_content {
    width: 50%;
}

.item_us .img_content img {
    width: 100%;
    height: 456px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.expertise {
    margin-top: 69px;
    padding: 0 40px;
}

.expertise h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    line-height: 72px;
    width: 54%;
    margin: auto;
    margin-bottom: 28px;
    text-align: center;
    color: #343a40;
}

.expertise .block {
    height: 280px;
    margin-bottom: 32px;
    padding: 32px 12px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

.expertise .block img {
    display: block;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    padding: 10px 12px;
    border-radius: 6px;
    background: linear-gradient(
        136.01deg,
        #488f55 0%,
        rgba(72, 143, 85, 0) 155.91%,
        #fff 155.91%
    );
}

.expertise .block p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 0;
    text-align: center;
    color: #343a40;
}

.expertise .title_about {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 36px;
    margin-bottom: 0;
    padding-bottom: 40px;
    text-align: center;
    color: #343a40;
}

.contact_me {
    position: relative;
    width: 100%;
    height: 660px;
    background-image: url("/themes/studyguide/assets/image/contact_stock.png");
    background-repeat: no-repeat;
    background-clip: border-box;
}

.contact_me form {
    position: absolute;
    top: 12%;
    right: 5%;
    width: 617px;
    height: 536px;
    padding: 40px 32px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.16);
}

.contact_me form h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 27px;
    margin-bottom: 40px;
    text-align: center;
    color: #154175;
}

.contact_me form .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_me form .form-group .group1 {
    width: 100%;
    margin-right: 24px;
}

.contact_me form .form-group .group1 input {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;
    padding: 8px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #f2f9ff;
}

.contact_me form .form-group .group1 input::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0;
    color: #adb5bd;
}

.contact_me form .form-group .group1 input:-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0;
    color: #adb5bd;
}

.contact_me form .form-group .group1 input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0;
    color: #adb5bd;
}

.contact_me form .form-group .group1:nth-child(2) {
    margin-right: 0 !important;
}

.contact_me form .form-group .group1:nth-child(4) {
    margin-right: 0 !important;
}

.contact_me form button {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    margin-top: 27px;
    padding: 11px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background-color: #154175;
}

.contact_me form .form-check label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    text-align: left;
    color: #343a40;
}

.contact_me form .form-check label .hightLight {
    font-weight: 700;
    text-decoration: none;
    color: #343a40;
}

.contact_me form .form-check .form-check-input[type="checkbox"] {
    margin-top: 7px;
}

.contact_me form .pd_select {
    margin-bottom: 16px;
}

.contact_me form .form-control {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #adb5bd;
    background-color: #f2f9ff;
}

.contact_me form .form-control:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.contact_me form .mt-24 {
    margin-top: 24px;
}

.button_hover:hover {
    opacity: 0.9;
    color: #fff;
    background-color: #24914e !important;
}

.blogs {
    padding-top: 17px;
    /*box-shadow: 0 4px 32px rgba(0, 0, 0, .08);*/
}

.blogs .break_crumb {
    max-width: 1200px;
    margin: auto;
}

.blogs .break_crumb .breadcrumb {
    margin-bottom: 0;
    padding: 16px 0 0 0;
    background: none;
}

.blogs .break_crumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    /*content: url('/themes/studyguide/assets/image/chervon_right.svg');*/
    line-height: 14px;
}

.blogs .break_crumb .breadcrumb li {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    font-style: normal;
    line-height: 13px;
}

.blogs .break_crumb .breadcrumb li a {
    color: #adb5bd;
}

.blogs .break_crumb .breadcrumb li.active {
    color: #6c757d;
}

.blogs .break_crumb .breadcrumb li:hover a {
    transition: all 0.3s;
    color: #0056b3;
}

.blogs .news__wrap {
    /*max-width: 1200px;*/
    margin: auto;
    /*margin-top: 24px !important;*/
}

.blogs .news__wrap .banner_left .banner_img {
    position: relative;
}

.blogs .news__wrap .banner_left .banner_img::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 8px;
    background: linear-gradient(
        180deg,
        rgba(33, 37, 41, 0) 0%,
        #212529 104.03%
    );
}

.blogs .news__wrap .banner_left .banner_img .banner_absotule {
    position: absolute;
    z-index: 2;
    bottom: 8px;
    left: 16px;
}

.blogs .news__wrap .banner_left .banner_img .banner_absotule .text_banner {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 24px;
    transition: all 0.3s; /* identical to box height, or 150% */
    color: #fff;
}

.blogs
    .news__wrap
    .banner_left
    .banner_img
    .banner_absotule
    .text_banner:hover {
    color: #267fdd;
}

.blogs .news__wrap .banner_left .banner_img .banner_absotule .name {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    line-height: 48px;
    transition: all 0.3s; /* identical to box height, or 150% */ /* Dark/0 */
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs .news__wrap .banner_left .banner_img .banner_absotule .name:hover {
    color: #267fdd;
}

.blogs .news__wrap .banner_left .banner_img .banner_absotule .content {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* or 150% */ /* Dark/0 */
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs .news__wrap .banner_left .banner_img .banner_absotule .time {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */ /* Dark/0 */
    color: #fff;
}

.blogs .news__wrap .banner_left .banner_img img {
    width: 100%;
    object-fit: cover;
}

.blogs .news__wrap .events_right {
    padding: 12px 0;
    border-radius: 8px;
    background: #f2f9ff;
}

.blogs .news__wrap .events_right .title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    line-height: 36px;
    padding: 0 16px 12px 16px; /* identical to box height, or 150% */ /* Dark/ 80 */
    color: #343a40;
}

.blogs .news__wrap .events_right .scroll_event {
    overflow-y: scroll;
    max-height: 600px;
}

.blogs .news__wrap .events_right .month {
    margin-top: 16px;
    padding: 0 16px;
}

.blogs .news__wrap .events_right .month .name_month {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */ /* Dark/ 80 */
    color: #343a40;
}

.blogs .news__wrap .events_right .month .content_month {
    min-height: 102px;
    display: flex;
    width: 100%;
    margin-top: 8px;
    padding: 15px 18px;
    border-radius: 8px;
    background: #fff; /* shadow 1 */
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
    align-items: center;
}

.blogs .news__wrap .events_right .month .content_month:hover span {
    color: #0056b3;
}

.blogs .news__wrap .events_right .month .content_month span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    margin-left: 19px;
    transition: all 0.3s; /* identical to box height, or 150% */ /* Dark/ 80 */
    color: #343a40;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs .news__wrap .events_right .month .content_month p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 0;
    color: #6c757d;
}

.blogs .news__wrap .banner_under_left {
    margin-top: 64px;
}

.blogs .news__wrap .schools-recommend {
    margin-top: 64px;
}

.blogs .news__wrap .banner_under_left .item_banner_left {
    display: flex;
    margin-bottom: 32px;
    border-radius: 8px;
    background: #f7fbfc;
}

.blogs .news__wrap .banner_under_left .item_banner_left img {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blogs .news__wrap .banner_under_left .item_banner_left .content_item {
    padding: 12px 24px;
}

.blogs .news__wrap .banner_under_left .item_banner_left .content_item .name {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    line-height: 36px;
    width: 100%;
    margin-bottom: 5px;
    transition: all 0.3s; /* identical to box height, or 150% */ /* Dark/ 80 */
    color: #343a40;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs
    .news__wrap
    .banner_under_left
    .item_banner_left
    .content_item
    .name:hover {
    color: #0056b3;
}

.blogs
    .news__wrap
    .banner_under_left
    .item_banner_left
    .content_item
    .time
    span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */ /* Dark/ 60 */
    color: #6c757d;
}

.blogs .news__wrap .banner_under_left .item_banner_left .content_item .time p {
    width: 2px;
    height: 8px;
    margin: 0 11px;
    background: #6c757d;
}

.blogs .news__wrap .banner_under_left .item_banner_left .content_item .content {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    margin-top: 5px; /* or 150% */ /* Dark/ 60 */
    color: #6c757d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs .news__wrap .banner_under_right {
    margin-top: 64px;
}

.blogs .news__wrap .banner_under_right img {
    width: 100%;
}

.blogs .news__wrap .pagination_page {
    display: flex;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 80px;
    align-items: center;
    justify-content: center;
}

.blogs .news__wrap .pagination_page button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    box-sizing: border-box;
    width: 40px;
    margin-left: 8px;
    padding: 7px; /* identical to box height, or 150% */ /* gray/ 60 */
    color: #6c757d; /* gray/ 40 */
    border: 1px solid #ced4da;
    border-radius: 8px;
    outline: none;
    background: #fff;
}

.blogs .news__wrap .pagination_page button:hover {
    color: #0056b3;
    border-color: #0056b3;
}

.blogs .news__wrap .pagination_page button.ico:hover i {
    color: #0056b3;
}

.blogs .news__wrap .pagination_page button i {
    color: #ced4da;
}

.icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

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

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

button,
input,
textarea {
    border: none;
    outline: none;
    background: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

select,
option {
    border: none;
    outline: none;
}

.pointer {
    cursor: pointer;
}

.about_profile {
    padding-top: 16px;
    /* border-top: 1px solid #ced4da; */
}

.about_profile .custom ul {
    list-style-type: none;
}

.about_profile .custom ul li a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    text-align: left;
    color: #343a40;
}

.about_profile .custom ul li:nth-child(3) {
    margin-top: 16px;
    margin-bottom: 5px;
}

.pd-15 {
    padding: 0 15px;
}

.btn_post {
    width: 100%;
    color: #fff !important;
    border-radius: 8px;
    background: #154175;
}

section .content_activity .post .btn:hover {
    width: 100%;
    color: #fff !important;
    border-radius: 8px;
    background: #154175;
}

section .content_activity .post .btn:hover img {
    filter: brightness(0) invert(1);
}

.pt-52 {
    padding-top: 52px;
}

.fake_profile {
    padding-top: 0 !important;
    border-top: none !important;
}

.fake_profile h2 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 27px;
    color: #343a40;
}

.fake_profile .fake_location {
    border-top: none !important;
}

.line_coverr {
    margin-top: 16px !important;
    padding-top: 16px;
    border-top: 1px solid #c4c4c4 !important;
}

.line_coverr .button_cover {
    width: 100% !important;
}

.line_coverr .button_cover button {
    width: 100% !important;
}

.line_coverr .button_cover button:hover {
    color: #154175 !important;
    background-color: #fff !important;
}

.line_coverr .button_cover button:hover img {
    filter: invert(1) !important;
}

.hide_bus {
    margin-top: 40px;
    margin-bottom: 40px;
}

.content_of_bus {
    padding: 24px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

.content_of_bus .content {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    color: #343a40;
}

.content_of_bus .title_icon {
    display: flex;
    margin-top: 8px;
    padding-bottom: 18px;
    border-bottom: 1px solid #c4c4c4;
    align-items: center;
}

.content_of_bus .title_icon img {
    margin-right: 6px;
    margin-bottom: 7px;
}

.content_of_bus .title_icon .fixed_is {
    margin-right: 17%;
}

.content_of_bus .content_of_all {
    margin-top: 16px;
}

.content_of_bus .content_of_all h2 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 0;
    color: #343a40;
}

.content_of_bus .content_of_all p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.content_of_bus .content_of_all ul {
    padding-left: 27px;
}

.content_of_bus .content_of_all ul li {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    list-style-type: disc;
    color: #343a40;
}

.mt-50 {
    margin-top: 50px;
}

.first_content_of {
    margin-top: 56px;
}

.for_you {
    margin-bottom: 16px;
}

.for_you .title_of {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    color: #000;
}

.button_profile .change {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 0;
    text-align: center;
    color: #6c757d;
    border-radius: 8px;
    background: #e6f2ff;
}

.button_profile .logout {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background: #ff453a;
}

.rash_img {
    margin-top: 56px;
    margin-bottom: 56px;
    display: block;
}

.rash_img img {
    width: 100%;
    box-shadow: 0 9px 24px rgb(0 0 0 / 20%);
    border-radius: 8px;
}

.profile {
    position: relative;
}

.profile .photo {
    position: absolute;
    top: 16%;
    left: 57%;
}

.profile .button_social {
    display: flex;
    width: 85%;
    margin: auto;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-between;
}

.profile .button_social .chat {
    display: flex;
    width: 100%;
    align-items: center;
}

.profile .button_social .chat button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    display: flex;
    width: 90%;
    padding: 8px 16px;
    color: #fff;
    border-radius: 8px;
    background-color: #154175;
    align-items: center;
    justify-content: center;
}

.profile .button_social .chat button:hover {
    background-color: #488f55;
}

.profile .button_social .clear {
    display: flex;
    width: 100%;
    align-items: center;
}

.profile .button_social .clear button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    display: flex;
    width: 90%;
    padding: 8px 16px;
    color: #fff;
    border-radius: 8px;
    background-color: #154175;
    align-items: center;
    justify-content: center;
}

.profile .button_social .clear button:hover {
    background-color: #488f55;
}

.menu_change ul {
    display: flex;
    padding-bottom: 24px;
    padding-left: 0;
    list-style-type: none;
    border-bottom: 1px solid #ced4da;
    align-items: center;
}

.menu_change ul li {
    margin-right: 24px;
}

.menu_change ul li a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 19px;
    padding: 12px 34px;
    text-align: center;
    color: #6c757d;
    border-radius: 8px;
    background-color: #e6f2ff;
}

.menu_change ul li a:hover {
    color: #fff;
    background-color: #154175;
}

.menu_change ul li .active {
    font-weight: 700;
    color: #fff;
    background-color: #154175;
}

.hasd {
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.profile_news {
    padding-bottom: 22px;
    border-bottom: 1px solid #ced4da;
}

.profile_news h2 {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 48px;
    color: #154175;
}

.profile_news .group_input {
    display: flex;
    align-items: center;
}

.profile_news .group_input .form-group {
    width: 100%;
    margin-right: 24px;
}

.profile_news .group_input .form-group label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 4px;
    color: #6c757d;
}

.profile_news .group_input .form-group input {
    box-sizing: border-box;
    height: 48px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background-color: #f2f9ff;
}

.profile_news .group_input .form-group input::-moz-placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_news .group_input .form-group input:-ms-input-placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_news .group_input .form-group input::placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #6c757d;
}

.profile_news .group_input .form-group:nth-child(2) {
    margin-right: 0 !important;
}

.profile_news .form-group {
    width: 100%;
    margin-bottom: 25px;
}

.profile_news .form-group label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 4px;
    color: #6c757d;
}

.profile_news .form-group input {
    box-sizing: border-box;
    height: 48px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background-color: #f2f9ff;
}

.profile_news .form-group input::-moz-placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_news .form-group input:-ms-input-placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_news .form-group input::placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #6c757d;
}

.profile_infomation {
    margin-top: 32px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ced4da;
}

.profile_infomation h2 {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 48px;
    color: #154175;
}

.profile_infomation .group_input {
    display: flex;
    align-items: center;
}

.profile_infomation .group_input .form-group {
    width: 100%;
    margin-right: 24px;
}

.profile_infomation .group_input .form-group label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    display: block;
    margin-bottom: 4px;
    color: #6c757d;
}

.profile_infomation .group_input .form-group input {
    box-sizing: border-box;
    height: 48px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background-color: #f2f9ff;
}

.profile_infomation .group_input .form-group input::-moz-placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_infomation .group_input .form-group input:-ms-input-placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_infomation .group_input .form-group input::placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_infomation .group_input .form-group:nth-child(2) {
    margin-right: 0;
}

.profile_infomation .group_input .form-group .profile_infomation {
    margin-top: 32px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ced4da;
}

.profile_infomation .group_input .form-group .profile_infomation h2 {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 48px;
    color: #154175;
}

.profile_infomation .group_input .form-group .profile_infomation .group_input {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.profile_infomation
    .group_input
    .form-group
    .profile_infomation
    .group_input
    .form-group {
    width: 100%;
    margin-right: 24px;
}

.profile_infomation
    .group_input
    .form-group
    .profile_infomation
    .group_input
    .form-group
    label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    display: block;
    margin-bottom: 4px;
    color: #6c757d;
}

.profile_infomation
    .group_input
    .form-group
    .profile_infomation
    .group_input
    .form-group
    input {
    box-sizing: border-box;
    height: 48px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background-color: #f2f9ff;
}

.profile_infomation
    .group_input
    .form-group
    .profile_infomation
    .group_input
    .form-group
    input::-moz-placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_infomation
    .group_input
    .form-group
    .profile_infomation
    .group_input
    .form-group
    input:-ms-input-placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_infomation
    .group_input
    .form-group
    .profile_infomation
    .group_input
    .form-group
    input::placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_infomation
    .group_input
    .form-group
    .profile_infomation
    .group_input
    .form-group:nth-child(2) {
    margin-right: 0;
}

.profile_infomation
    .group_input
    .form-group
    .profile_infomation
    .group_input
    select
    .custom_mine {
    width: 100%;
    height: 48px;
}

.profile_infomation .group_input .form-group .profile_infomation .form-group {
    width: 100%;
    margin-bottom: 25px;
}

.profile_infomation
    .group_input
    .form-group
    .profile_infomation
    .form-group
    label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 4px;
    color: #6c757d;
}

.profile_infomation
    .group_input
    .form-group
    .profile_infomation
    .form-group
    input {
    box-sizing: border-box;
    height: 48px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background-color: #f2f9ff;
}

.profile_infomation
    .group_input
    .form-group
    .profile_infomation
    .form-group
    input::-moz-placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_infomation
    .group_input
    .form-group
    .profile_infomation
    .form-group
    input:-ms-input-placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_infomation
    .group_input
    .form-group
    .profile_infomation
    .form-group
    input::placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_infomation
    .group_input
    .form-group
    .profile_infomation
    .form-group:nth-child(2) {
    margin-right: 0;
}

.profile_infomation .form-group {
    width: 100%;
    margin-bottom: 22px;
}

.profile_infomation .form-group label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 4px;
    color: #6c757d;
}

.profile_infomation .form-group input {
    box-sizing: border-box;
    height: 48px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background-color: #f2f9ff;
}

.profile_infomation .form-group input::-moz-placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_infomation .form-group input:-ms-input-placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_infomation .form-group input::placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    color: #343a40;
}

.profile_infomation .form-group:nth-child(2) {
    margin-right: 0;
}

.submit {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    padding: 12px 56px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background-color: #154175;
}

.submitted {
    display: flex;
    margin-bottom: 16px;
    padding: 26px 12px 26px 26px;
    border-radius: 8px;
    background-color: #e6f2ff;
    align-items: center;
}

.submitted .title ul {
    padding-left: 0;
}

.submitted .title ul li {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 8px;
    color: #343a40;
}

.submitted .title ul li img {
    margin-right: 8px;
    margin-bottom: 2px;
}

.submitted .title ul li:nth-child(3) {
    margin-bottom: 0;
}

.submitted .persan {
    margin-right: 20px;
}

.submitted .edit a {
    padding: 7px;
    border-radius: 100%;
    background-color: #e9ecef;
}

.circular {
    position: relative;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    transform: scale(1.3);
}

.circular .inner {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 100%;
    background: #dde6f0;
}

.circular .number {
    font-family: Montserrat;
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    line-height: 63px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #488f55;
}

.circular .bar {
    position: absolute;
    clip: rect(0px, 100px, 100px, 50px);
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    background: transparent;
}

.circle .bar .progress {
    position: absolute;
    clip: rect(0px, 50px, 100px, 0px);
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    background: #488f55;
}

.circle .left .progress {
    z-index: 1;
    -webkit-animation: left 2s linear both;
    animation: left 2s linear both;
}

.circle .right {
    z-index: 3;
    transform: rotate(180deg);
}

.circle .right .progress {
    -webkit-animation: right 2s linear both;
    animation: right 2s linear both;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.setting h2 {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 48px;
    color: #154175;
}

.setting label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    margin-left: 5px;
    color: #343a40;
}

.setting input {
    width: 20px;
    height: 20px;
}

.content_activity .description {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    color: #adb5bd;
}

/* .custom_input .col-11 {
    padding-left: 0 !important;
} */

.login_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.login_nav .login {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 24px;
    padding: 12px 24px; /* identical to box height, or 150% */ /* Primary/ 100 */
    color: #154175;
    text-align: center;
}

.login_nav .register {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    padding: 12px 24px;
    transition: all 0.3s;
    color: #fff;
    border-radius: 8px; /* gray/ 0 */
    background: #154175;
    text-align: center;
}

.login_nav .register:hover {
    opacity: 0.8;
}

.section1 {
    padding-bottom: 56px;
    background: rgba(153, 199, 255, 0.25);
}

.section1 .class-img {
    text-align: center;
}

.section1 .class-img img {
    margin-top: -10px;
}

.section1 .title-study {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 36px;
    margin-top: -30px; /* or 150% */
    text-align: center; /* Primary/ 100 */
    color: #154175;
}

.section1 .action_search {
    margin-top: 26px;
}

.section1 .action_search select {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 27px; /* identical to box height, or 150% */
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 64px; /* gray/50 */
    color: #adb5bd;
    border: 1px solid #ced4da;
    border-radius: 8px;
    align-items: center;
}

.section1 .action_search .btn_search {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 27px; /* identical to box height, or 150% */
    width: 100%;
    height: 64px;
    padding: 8px;
    transition: all 0.3s;
    text-align: center; /* gray/ 0 */
    color: #fff;
    border-radius: 8px;
    background: #154175;
    align-items: center;
}

.section1 .action_search .btn_search:hover {
    opacity: 0.8;
}

.section2 {
    margin-top: 45px;
    padding: 0 40px;
}

.section2 img {
    width: 100%;
}

.section2 .contact {
    margin-top: 16px;
    padding: 40px 32px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.16);
}

.section2 .contact .title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 27px;
    margin-bottom: 40px; /* identical to box height, or 150% */
    text-align: center; /* Primary/ 100 */
    color: #154175;
}

.section2 .contact input {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-bottom: 16px;
    padding: 8px; /* gray/50 */
    color: #adb5bd;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #f2f9ff;
    align-items: center;
}

.section2 .contact select {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-bottom: 16px;
    padding: 8px; /* gray/50 */
    color: #adb5bd;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #f2f9ff;
    align-items: center;
}

.section2 .contact .custom_checkbox {
    display: flex;
    align-items: center;
}

.section2 .contact .custom_checkbox input {
    line-height: unset;
    width: unset;
    height: unset;
    margin-bottom: 0;
}

.section2 .contact .custom_checkbox label {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    line-height: 18px;
    margin-left: 10px; /* identical to box height, or 150% */ /* gray/ 80 */
    color: #343a40;
}

.section2 .contact .custom_checkbox label strong {
    font-size: 11px;
    color: #343a40;
}

.section2 .contact .contact-free {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    margin-top: 50px; /* gray/ 0 */
    padding: 12px;
    transition: all 0.3s; /* identical to box height, or 150% */
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background: #154175;
}

.section2 .contact .contact-free:hover {
    opacity: 0.8;
}

.section2 .contact .line {
    width: 96%;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 24px;
    border: 1px solid #e9ecef;
}

.section2 .contact .ic-vietnam {
    background-image: url("/themes/studyguide/assets/image/ic-vietnam.svg");
}

.section2 .contact .form-input-group {
    display: flex;
}

.section2 .contact .form-input-group .bootstrap-select {
    width: 20% !important;
    height: 40px;
}

.section2 .contact .form-input-group .bootstrap-select .dropdown-toggle {
    height: 40px;
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #e9ecef;
}

.section2 .contact .form-input-group .bootstrap-select .caret {
    display: none;
}

.section2 .contact .form-input-group input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.banner-ldp {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 80px;
    background-image: url("/themes/studyguide/assets/image/banner-ldp.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-ldp::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(rgba(158, 164, 172, 0), rgba(0, 0, 0, 0.71));
}

.banner-ldp .bnr {
    max-width: 1200px;
    margin: auto;
    transform: translateY(130px);
}

.banner-ldp .bnr .title {
    font-family: "Spartan", sans-serif;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    line-height: 71px;
    color: #fff;
}

.banner-ldp .bnr .description {
    font-family: "Spartan", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 36px;
    color: #fff;
}

.banner-ldp .bnr .contact {
    padding: 40px 32px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.16);
}

.banner-ldp .bnr .contact .title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 27px;
    margin-bottom: 40px; /* identical to box height, or 150% */
    text-align: center; /* Primary/ 100 */
    color: #154175;
}

.banner-ldp .bnr .contact input {
    font-family: "Spartan", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-bottom: 16px;
    padding: 8px; /* gray/50 */
    color: #adb5bd;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #f2f9ff;
    align-items: center;
}

.banner-ldp .bnr .contact select {
    font-family: "Spartan", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px; /* identical to box height, or 150% */
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-bottom: 16px;
    padding: 8px; /* gray/50 */
    color: #343a40;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #f2f9ff;
    align-items: center;
}

.banner-ldp .bnr .contact .custom_checkbox {
    display: flex;
}

.banner-ldp .bnr .contact .custom_checkbox input {
    line-height: unset;
    width: unset;
    height: unset;
    margin-top: 5px;
    margin-bottom: 0;
}

.banner-ldp .bnr .contact .custom_checkbox label {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 10px; /* identical to box height, or 150% */ /* gray/ 80 */
    color: #343a40;
}

.banner-ldp .bnr .contact .contact-free {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    margin-top: 50px; /* gray/ 0 */
    padding: 12px;
    transition: all 0.3s; /* identical to box height, or 150% */
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background: #154175;
}

.banner-ldp .bnr .contact .contact-free:hover {
    background: #488f55;
}

.banner-ldp .bnr .contact .line {
    width: 96%;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 24px;
    border: 1px solid #e9ecef;
}

.banner-ldp .bnr .contact .ic-vietnam {
    background-image: url("/themes/studyguide/assets/image/ic-vietnam.svg");
}

.banner-ldp .bnr .contact .form-input-group {
    display: flex;
}

.banner-ldp .bnr .contact .form-input-group .bootstrap-select {
    width: 26% !important;
    height: 40px;
}

.banner-ldp .bnr .contact .form-input-group .bootstrap-select .dropdown-toggle {
    height: 40px;
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #e9ecef;
}

.banner-ldp .bnr .contact .form-input-group .bootstrap-select .caret {
    display: none;
}

.banner-ldp .bnr .contact .form-input-group input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.content-header {
    max-width: 1200px;
    margin: auto;
}

.happening {
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}

.happening .title {
    font-family: "Spartan", sans-serif;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    line-height: 93px;
    margin-top: 69px;
    margin-bottom: 30px;
    text-align: center;
    color: #161616;
}

.happening .item {
    padding-top: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #c4c4c4;
}

.happening .item .contents {
    margin-left: 30px;
}

.happening .item .contents .title_head {
    font-family: "Spartan", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 31px;
    margin-top: 0;
    margin-bottom: 0;
    color: #161616;
}

.happening .item .contents .avatar .name {
    font-family: Spartan;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 178%;
    margin-left: 16px; /* identical to box height, or 36px */
    color: #161616;
}

.school-explore {
    margin-top: 50px;
    padding: 40px;
}

.school-explore .contents-school {
    max-width: 1200px;
    margin: auto;
}

.school-explore img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
}

.school-explore .title {
    font-family: Spartan;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    line-height: 151%;
    margin-top: 24px;
    margin-bottom: 8px;
    color: #161616;
}

.school-explore .txt {
    font-family: Spartan;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 167%; /* or 30px */
    color: #161616;
}

.about-slider {
    padding: 80px 40px;
    background: #fbfbff;
}

.about-slider .contents_custom {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.about-slider .contents_custom .mask {
    position: absolute;
    top: -30px;
    left: -30px;
}

.about-slider .contents_custom .mask img {
    width: 50%;
}

.about-slider .contents_custom .mask-right {
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 35%;
}

.about-slider .slider-item .item {
    position: relative;
    z-index: 11;
    display: flex !important;
    justify-content: space-between;
}

.about-slider .slider-item .item .item-child {
    width: 48%;
}

.about-slider .slider-item .count {
    font-weight: bold;
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 10px;
    color: white;
    border-radius: 50%;
    background: #2788e9;
    align-items: center;
    justify-content: center;
}

.about-slider .slider-item .count::after {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    content: "";
    border: 1px solid #2788e9;
    border-radius: 50%;
}

.about-slider .slider-item .prev-arrow {
    position: absolute;
    top: unset;
    right: 90px;
    bottom: -100px;
    left: unset;
    cursor: pointer;
    border: 1px solid #2788e9;
    border-radius: 0;
    background-color: unset;
}

.about-slider .slider-item .prev-arrow i {
    padding: 0 8px;
    color: #2788e9;
}

.about-slider .slider-item .prev-arrow:focus {
    outline-color: #0079f1;
}

.about-slider .slider-item .next-arrow {
    position: absolute;
    top: unset;
    right: 30px;
    bottom: -100px;
    cursor: pointer;
    border: 1px solid #2788e9;
    border-radius: 0;
    background-color: unset;
}

.about-slider .slider-item .next-arrow i {
    padding: 0 8px;
    color: #2788e9;
}

.about-slider .slider-item .next-arrow:focus {
    outline-color: #0079f1;
}

.about-slider .border-line {
    width: 85%;
    margin-top: 85px;
    border: 2px solid #2788e9;
}

.about-slider img {
    position: relative;
}

.about-slider .title {
    font-family: Spartan;
    font-size: 52px;
    font-weight: bold;
    font-style: normal;
    line-height: 151%; /* identical to box height, or 79px */
    color: #161616;
}

.about-slider .description {
    font-family: Spartan;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 167%; /* or 33px */
    color: #161616;
}

.about-us {
    position: relative;
    padding: 80px 40px;
    background: #fbfbff;
}

.about-us .contents_custom {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.about-us .contents_custom .mask {
    position: absolute;
    top: -30px;
    left: -30px;
}

.about-us .contents_custom .mask img {
    width: 50%;
}

.about-us img {
    position: relative;
    z-index: 10;
}

.about-us .mask {
    position: absolute;
    top: 20px;
    left: 20px;
}

.about-us .title {
    font-family: "Spartan", sans-serif;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    line-height: 79px;
    margin-top: 0;
    color: #161616;
}

.about-us .description {
    font-family: "Spartan", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 33px;
    margin-bottom: 20px;
    color: #161616;
}

.icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

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

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

button,
input,
textarea {
    border: none;
    outline: none;
    background: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

select,
option {
    border: none;
    outline: none;
}

.pointer {
    cursor: pointer;
}

.std_login {
    width: 100%;
    height: 100vh;
}

/* .col-5 {
    padding-right: 0 !important;
}

.col-7 {
    padding-left: 0 !important;
} */

.info_login {
    width: 525px;
    margin: auto;
    transform: translateY(22%);
}

.info_login .register {
    display: none;
    text-align: center;
}

.info_login .register h2 {
    font-family: Montserrat;
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    line-height: 63px;
    text-align: center;
    color: #488f55;
}

.info_login .register p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0;
    color: #6c757d;
}

.info_login .register a {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 27px;
    color: #154175;
}

.info_login img {
    display: block;
    width: 64px;
    height: 64px;
    margin-right: auto;
    margin-left: auto;
}

.info_login .lg-log {
    font-family: Montserrat;
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    line-height: 63px;
    text-align: center;
    color: #488f55;
}

.info_login .form-group {
    margin-bottom: 24px;
}

.info_login .form-group .form-control {
    width: 100%;
    height: 51px !important;
    border: 1px solid #e9ecef !important;
    border-radius: 8px !important;
    background-color: #f2f9ff !important;
}

.info_login .form-group .form-control::-moz-placeholder {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 27px;
    color: #adb5bd;
}

.info_login .form-group .form-control:-ms-input-placeholder {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 27px;
    color: #adb5bd;
}

.info_login .form-group .form-control::placeholder {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 27px;
    color: #adb5bd;
}

.info_login .form-group:nth-child(2) {
    margin-bottom: 2px;
}

.info_login .mg-bt {
    margin-bottom: 24px !important;
}

.info_login .terms {
    text-align: center;
}

.info_login .terms p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0;
    color: #6c757d;
}

.info_login .terms a {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0;
    color: #154175;
}

.info_login .login_form {
    display: flex;
}

.info_login .login_form .form-group {
    width: 100%;
    margin-right: 32px;
}

.info_login .login_form .form-group input {
    width: 100%;
}

.info_login .login_form .form-group:nth-child(2) {
    margin-right: 0;
}

.info_login .form-check label {
    float: right;
}

.info_login .form-check label a {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 21px;
    margin-bottom: 16px;
    color: #154175;
}

.info_login button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    width: 100%;
    padding: 14px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background-color: #154175;
}

.info_login button:hover {
    background-color: rgba(21, 65, 117, 0.8);
}

.nav-tabs {
    margin-top: 32px;
    margin-bottom: 40px !important;
    border-bottom: none !important;
    justify-content: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    color: #154175 !important;
    border: none;
    border-color: #154175 !important;
    border-bottom: 4px solid #154175;
}

.nav-tabs .nav-link {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    color: #6c757d;
    border-bottom: 4px solid #e9ecef !important;
}

.line {
    width: 100%;
    height: 2px;
    margin: 24px 0;
    background-color: #e9ecef;
}

.lg_fb a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    display: flex;
    margin-bottom: 16px;
    padding: 13px;
    color: #343a40;
    border-radius: 8px;
    background-color: #e1ffe7;
    align-items: center;
}

.lg_fb a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.lg_gg a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    display: flex;
    padding: 13px;
    color: #343a40;
    border-radius: 8px;
    background-color: #e1ffe7;
    align-items: center;
}

.lg_gg a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

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

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

button,
input,
textarea {
    border: none;
    outline: none;
    background: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

select,
option {
    border: none;
    outline: none;
}

.pointer {
    cursor: pointer;
}

.icon-about {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/about.svg");
}

.icon-school {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/school.svg");
}

.icon-program {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/program.svg");
}

.icon-blog {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("/themes/studyguide/assets/image/blog.svg");
}

.memberHashtag {
    display: flex;
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
    align-items: center;
    justify-content: space-between;
}

.memberHashtag .view a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 4px;
    color: #154175;
}

.memberHashtag .view p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    display: flex;
    margin-bottom: 0;
    color: #adb5bd;
    align-items: center;
}

.memberHashtag .link {
    padding: 6px;
    border-radius: 100%;
    background-color: #e6f2ff;
}

.icView {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    background-image: url("/themes/studyguide/assets/image/view.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.pagination_page button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    box-sizing: border-box;
    width: 40px;
    margin-left: 8px;
    padding: 7px; /* identical to box height, or 150% */ /* gray/ 60 */
    color: #6c757d; /* gray/ 40 */
    border: 1px solid #ced4da;
    border-radius: 8px;
    outline: none;
    background: #fff;
}
.pagination_page .active {
    background-color: #154175 !important;
    color: #fff !important;
}

.pagination_page button i {
    color: #ced4da;
}

.pagination_page select {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    box-sizing: border-box;
    margin-left: 16px;
    padding: 8px 12px 8px 4px; /* identical to box height, or 150% */ /* gray/ 60 */
    color: #6c757d; /* gray/ 40 */
    border: 1px solid #ced4da;
    border-radius: 8px;
    background: #fff;
}

.mgb-32 {
    margin-bottom: 32px;
}

.mb-60 {
    margin-bottom: 60px;
}
body {
    overflow-x: hidden;
}

section {
    /*background-color: #fff;*/
}
.home-new .home-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    padding: 12px 24px;
    cursor: pointer;
    transition: all ease 0.3s;
    text-align: center;
    border-radius: 8px;
}

.home-new .home-btn:hover {
    opacity: 0.9;
}

.home-new .home-btn--primary {
    color: #fff;
    background: #154175;
}

.home-new .home-btn--primary:hover {
    color: #fff;
}

.home-new .home-btn--white {
    color: #2068bd;
    background: #fff;
}

.home-new .home-btn--white:hover {
    color: #2068bd;
}

.home-new .home-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 0;
    color: #1f1f25;
}

.home-new .home-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    color: #1f1f25;
    text-align: justify;
}

.home-new .hero {
    padding: 60px 120px 0;
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* background-size: contain; */
    background-size: 100% 50%;
}
.home-new .hero__top {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}
.home-new .hero__top-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1f1f25;
}
.home-new .hero__top-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 24px 0;
    color: #1f1f25;
}

.home-new .hero input[type="radio"] {
    display: none;
}

.home-new .hero .tab-desktop {
    margin: 32px 0 64px;
}

.home-new
    .hero
    .tab-desktop
    input[type="radio"]:checked
    + .tab-desktop__wrapper {
    display: block;
}

.home-new .hero .tab-desktop__wrapper {
    display: none;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.home-new .hero .tab-desktop__wrapper .tab-navs {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.home-new .hero .tab-desktop__wrapper .tab-navs__item {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    position: relative;
    padding: 16px;
    cursor: pointer;
    transition: all ease 0.3s;
    text-align: center;
    color: #adb5bd;
    border-radius: 0 12px 0 0;
    background: #f8f9fa;
}

.home-new .hero .tab-desktop__wrapper .tab-navs__item:hover {
    color: #6eb87c;
}

.home-new .hero .tab-desktop__wrapper .tab-navs__item:first-child {
    border-radius: 12px 0 0 0;
}

.home-new .hero .tab-desktop__wrapper .tab-navs__item::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    transition: all ease 0.3s;
    background-color: #6eb87c;
}

.home-new .hero .tab-desktop__wrapper .tab-navs__item.active {
    color: #6eb87c;
    background: #f2fff5;
}

.home-new .hero .tab-desktop__wrapper .tab-navs__item.active::before {
    width: 100%;
}

.home-new .hero .tab-desktop__wrapper .tab-content {
    padding: 32px;
}

.home-new .hero .tab-desktop__wrapper .tab-content__search {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
    padding: 16px;
    color: #000;
    border-radius: 8px;
    background: #f2f9ff;
}

.home-new .hero .tab-desktop__wrapper .tab-content__search::-moz-placeholder {
    color: #adb5bd;
}

.home-new .hero .tab-desktop__wrapper .tab-content__search::placeholder {
    color: #adb5bd;
}

.home-new .hero .tab-desktop__wrapper .tab-content__input-group {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 280px)) 1fr;
    grid-gap: 16px;
}

.home-new .hero .tab-desktop__wrapper .tab-content__input-group .select {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px;
    color: #adb5bd;
    border-radius: 8px;
    background: #f2f9ff no-repeat right 8px center;
}

.home-new .hero .tab-desktop__wrapper .tab-content__input-group .btn {
    max-width: unset;
}

.home-new .hero .tab-desktop__wrapper .tab-content__input-group--programs {
    grid-template-columns: repeat(3, 1fr);
}

.home-new .hero .tab-mobile {
    display: none;
}

.home-new .hero .tab-mobile input[type="radio"]:checked + .tab-mobile__wrapper {
    display: block;
}

.home-new .hero .tab-mobile__wrapper {
    display: none;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.home-new .hero .tab-mobile__wrapper .tab-navs {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.home-new .hero .tab-mobile__wrapper .tab-navs__item {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    padding: 12px;
    cursor: pointer;
    transition: all ease 0.3s;
    text-align: center;
    color: #adb5bd;
    border-radius: 0 12px 0 0;
    background: #f8f9fa;
}

.home-new .hero .tab-mobile__wrapper .tab-navs__item:hover {
    color: #6eb87c;
}

.home-new .hero .tab-mobile__wrapper .tab-navs__item:first-child {
    border-radius: 12px 0 0 0;
}

.home-new .hero .tab-mobile__wrapper .tab-navs__item::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    transition: all ease 0.3s;
    background-color: #6eb87c;
}

.home-new .hero .tab-mobile__wrapper .tab-navs__item.active {
    color: #6eb87c;
    background: #f2fff5;
}

.home-new .hero .tab-mobile__wrapper .tab-navs__item.active::before {
    width: 100%;
}

.home-new .hero .tab-mobile__wrapper .tab-content {
    display: flex;
    flex-direction: column;
    padding: 16px;
    grid-gap: 12px;
}

.home-new .hero .tab-mobile__wrapper .tab-content #open,
.home-new .hero .tab-mobile__wrapper .tab-content #open-2 {
    display: none;
}

.home-new .hero .tab-mobile__wrapper .tab-content__search {
    display: flex;
    grid-gap: 24px;
}

.home-new .hero .tab-mobile__wrapper .tab-content__search input {
    height: 40px;
    font-size: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    line-height: 21px;
    width: 100%;
    padding: 8px 12px;
    color: #000;
    border-radius: 8px;
    background: #f2f9ff;
}

.home-new
    .hero
    .tab-mobile__wrapper
    .tab-content__search
    input::-moz-placeholder {
    color: #adb5bd;
}

.home-new .hero .tab-mobile__wrapper .tab-content__search input::placeholder {
    color: #adb5bd;
}

.home-new .hero .tab-mobile__wrapper .tab-content__search label {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 6px;
    background: #f2f9ff;
    align-items: center;
    justify-content: center;
}

.home-new .hero .tab-mobile__wrapper .tab-content .tab-content__option {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 0;
    transition: all ease 0.3s;
    grid-gap: 12px;
}

.home-new .hero .tab-mobile__wrapper .tab-content .select {
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    padding: 8px 12px;
    color: #adb5bd;
    border-radius: 8px;
    background: #f2f9ff;
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.home-new .hero .tab-mobile__wrapper .tab-content__input-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
}

.home-new .hero .tab-mobile__wrapper .tab-content__input-group--programs {
    grid-template-columns: repeat(3, 1fr);
}

.home-new .hero .tab-mobile__wrapper .tab-content .btn {
    display: block;
    width: 100%;
    max-width: unset;
    padding: 8px 12px;
}

.home-new
    .hero
    .tab-mobile__wrapper
    .tab-content
    #open:checked
    ~ .tab-content__option {
    height: 64px;
}

.home-new
    .hero
    .tab-mobile__wrapper
    .tab-content
    #open-2:checked
    ~ .tab-content__option {
    height: 64px;
}

.home-new .hero__bottom {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
    grid-gap: 24px;
    margin-top: 32px;
}

.home-new .hero__bottom-left {
    position: relative;
    z-index: 1;
}
.home-new .hero__bottom-left img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-new .hero__bottom-right {
    position: relative;
    z-index: 1;
    padding-bottom: 24px;
}

.home-new .hero__bottom-right .services__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
    position: relative;
    margin-bottom: 40px;
    color: #1f1f25;
}

.home-new .hero__bottom-right .services__title::after {
    display: none;
    font-size: 60px;
    font-weight: 900;
    line-height: 156px;
    position: absolute;
    z-index: 0;
    top: -170%;
    left: -30%;
    -webkit-width: max-content;
    -moz-width: max-content;
    width: max-content;
    opacity: 0.1;
    color: #154175;
}

.home-new .hero__bottom-right .services__list .item {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    grid-gap: 16px;
}

.home-new .hero__bottom-right .services__list .item span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1f1f25;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.home-new .apply {
    overflow: hidden;
    padding: 60px 120px;
}

.home-new .apply .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.home-new .apply .grid .left {
    display: flex;
    flex-direction: column;
    padding: 0 32px;
    justify-content: center;
}

.home-new .apply .grid .left__description {
    margin: 24px 0;
}

.home-new .apply .grid .right {
    position: relative;
}

/* .home-new .apply .grid .right__image {
    transform: translateX(50%);
} */

.home-new .apply .grid .right__image img {
    /* max-width: 100%; */
    display: block;
    width: 150%;
    height: 100%;
}

.home-new .hunting {
    padding: 60px 0 180px;
}

.home-new .hunting .grid {
    position: relative;
    display: grid;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    grid-template-columns: repeat(2, 1fr);
}

.home-new .hunting .grid .item {
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 575px;
    align-items: center;
    justify-content: center;
}

.home-new .hunting .grid .item--image-mobile {
    display: none;
    text-align: center;
}

.home-new .hunting .grid .item--image-mobile img {
    max-width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-new .hunting .grid .item:first-child img {
    transform: translateY(-6.5%);
}

.home-new .hunting .grid .item img {
    display: block;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-new .hunting .grid .item__content {
    display: flex;
    flex-direction: column;
    max-width: 526px;
    height: 100%;
    padding: 0 32px;
    justify-content: center;
}

.home-new .hunting .grid .item__content-description {
    margin: 24px 0;
}

.home-new .hunting .grid .item__content-btn {
    width: 100%;
    max-width: 250px;
}

.home-new .improving {
    padding: 40px 120px 60px;
    background-color: #e5f6ff;
}

.home-new .improving__top {
    margin-top: -160px;
    text-align: center;
}

.home-new .improving__top img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-new .improving__bottom {
    max-width: 687px;
    margin: 60px auto 0;
    text-align: center;
}

.home-new .improving__bottom-description {
    margin: 32px 0;
}

.home-new .and-other {
    padding: 160px 120px 180px;
}

.home-new .and-other__content {
    max-width: 642px;
    margin: 0 auto;
    text-align: center;
}

.home-new .and-other__content-description {
    margin: 32px 0;
}

.home-new .and-other__list {
    display: flex;
    margin-top: 48px;
    align-items: center;
    grid-gap: 32px;
}

.home-new .and-other__list .item {
    display: flex;
    padding: 12px 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    flex: 1;
    align-items: center;
    grid-gap: 16px;
}

.home-new .and-other__list .item img {
    max-width: 48px;
}

.home-new .about-us {
    display: grid;
    padding: 0 120px;
    background: #e5f6ff;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    align-items: center;
}

.home-new .about-us__image {
    transform: scaleY(1.1);
    text-align: center;
}

.home-new .about-us__image img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-new .about-us__content-description {
    margin-top: 24px;
}

.home-new .blog {
    position: relative;
    padding: 150px 120px 60px;
    background: #fff;
}

.home-new .blog__top {
    position: relative;
}

.home-new .blog__top-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
    text-align: center;
}

.home-new .blog__top-view-all {
    position: absolute;
    top: 50%;
    right: 5px;
    display: flex;
    transform: translateY(-50%);
    align-items: center;
    grid-gap: 6px;
}

.home-new .blog__top-view-all span {
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
    color: #478f55;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.home-new .blog__list {
    display: grid;
    margin-top: 48px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
}

.home-new .blog__list .item {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
}

.home-new .blog__list .item__image {
    display: block;
    padding-top: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-new .blog__list .item__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px;
}

.home-new .blog__list .item__content-top-date {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #6c757d;
}

.home-new .blog__list .item__content-top-title {
    margin: 12px 0 2px;
}

.home-new .blog__list .item__content-top-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    display: -webkit-box;
    overflow: hidden;
    color: #343a40;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-new .blog__list .item__content-top-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    display: -webkit-box;
    overflow: hidden;
    color: #6c757d;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-new .blog__list .item__content-bottom {
    display: flex;
    margin-top: auto;
    align-items: center;
    justify-content: space-between;
}

.home-new .blog__list .item__content-bottom-author {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #154175;
}

.home-new .blog__list .item__content-bottom-view {
    display: flex;
    align-items: center;
    grid-gap: 4px;
}

.home-new .blog__list .item__content-bottom-view span {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #488f55;
}

.home-new .blog__text-deep {
    font-size: 128px;
    font-weight: 900;
    line-height: 156px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
    color: #154175;
}

.home-new .why-wait {
    padding: 120px;
}

.home-new .why-wait__content {
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 1162/628;
    align-items: center;
    justify-content: center;
}

.home-new .why-wait__content-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 32px;
    color: #1f1f25;
}

.footer {
    height: 100%;
    padding: 60px 24px;
    background: #f8f9fa no-repeat 60% -20%;
}

.footer .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
}

.footer .grid .item {
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
}

.footer .grid .item__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    color: #154175;
}

.footer .grid .item__title::before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-width: 96px;
    height: 1px;
    content: "";
    background: #154175;
}

.footer .grid .item__info-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #343a40;
}

.footer .grid .item__info-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #343a40;
}

.footer .grid .item__social {
    display: flex;
    align-items: center;
    grid-gap: 24px;
}

.footer-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 24px 120px;
    text-align: center;
    color: #343a40;
    background: #e9ecef;
}

.company-hero {
    position: relative;
    padding: 120px 40px;
    background-repeat: no-repeat;
    background-size: 100% 515px;
}

.company-hero__title {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    max-width: 745px;
    margin: 0 auto;
    text-align: center;
    color: #343a40;
}

.company-hero__description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 990px;
    margin: 24px auto 56px;
    text-align: center;
    color: #6c757d;
}

.company-hero input[type="radio"] {
    display: none;
}

.company-hero .tab-desktop input[type="radio"]:checked + .tab-desktop__wrapper {
    display: block;
}

.company-hero .tab-desktop__wrapper {
    display: none;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.company-hero .tab-desktop__wrapper .tab-navs {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.company-hero .tab-desktop__wrapper .tab-navs__item {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    position: relative;
    padding: 16px;
    cursor: pointer;
    transition: all ease 0.3s;
    text-align: center;
    color: #adb5bd;
    border-radius: 0 12px 0 0;
    background: #f8f9fa;
}

.company-hero .tab-desktop__wrapper .tab-navs__item:hover {
    color: #6eb87c;
}

.company-hero .tab-desktop__wrapper .tab-navs__item:first-child {
    border-radius: 12px 0 0 0;
}

.company-hero .tab-desktop__wrapper .tab-navs__item::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    transition: all ease 0.3s;
    background-color: #6eb87c;
}

.company-hero .tab-desktop__wrapper .tab-navs__item.active {
    color: #6eb87c;
    background: #f2fff5;
}

.company-hero .tab-desktop__wrapper .tab-navs__item.active::before {
    width: 100%;
}

.company-hero .tab-desktop__wrapper .tab-content {
    padding: 32px;
}

.company-hero .tab-desktop__wrapper .tab-content__search {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
    padding: 16px 24px;
    color: #000;
    border-radius: 8px;
    background: #f2f9ff;
}

.company-hero .tab-desktop__wrapper .tab-content__search::-moz-placeholder {
    color: #adb5bd;
}

.company-hero .tab-desktop__wrapper .tab-content__search:-ms-input-placeholder {
    color: #adb5bd;
}

.company-hero .tab-desktop__wrapper .tab-content__search::placeholder {
    color: #adb5bd;
}

.company-hero .tab-desktop__wrapper .tab-content__input-group {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 280px)) 1fr;
    grid-gap: 16px;
}

.company-hero .tab-desktop__wrapper .tab-content__input-group .select {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px;
    color: #adb5bd;
    border-radius: 8px;
    background: #f2f9ff;
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.company-hero .tab-desktop__wrapper .tab-content__input-group--programs {
    grid-template-columns: repeat(3, 1fr);
}

.company-hero .tab-mobile {
    display: none;
}

.company-hero .tab-mobile input[type="radio"]:checked + .tab-mobile__wrapper {
    display: block;
}

.company-hero .tab-mobile__wrapper {
    display: none;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.company-hero .tab-mobile__wrapper .tab-navs {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.company-hero .tab-mobile__wrapper .tab-navs__item {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    padding: 12px;
    cursor: pointer;
    transition: all ease 0.3s;
    text-align: center;
    color: #adb5bd;
    border-radius: 0 12px 0 0;
    background: #f8f9fa;
}

.company-hero .tab-mobile__wrapper .tab-navs__item:hover {
    color: #6eb87c;
}

.company-hero .tab-mobile__wrapper .tab-navs__item:first-child {
    border-radius: 12px 0 0 0;
}

.company-hero .tab-mobile__wrapper .tab-navs__item::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    transition: all ease 0.3s;
    background-color: #6eb87c;
}

.company-hero .tab-mobile__wrapper .tab-navs__item.active {
    color: #6eb87c;
    background: #f2fff5;
}

.company-hero .tab-mobile__wrapper .tab-navs__item.active::before {
    width: 100%;
}

.company-hero .tab-mobile__wrapper .tab-content {
    display: flex;
    flex-direction: column;
    padding: 16px;
    grid-gap: 12px;
}

.company-hero .tab-mobile__wrapper .tab-content #open,
.company-hero .tab-mobile__wrapper .tab-content #open-2 {
    display: none;
}

.company-hero .tab-mobile__wrapper .tab-content__search {
    display: flex;
    grid-gap: 24px;
}

.company-hero .tab-mobile__wrapper .tab-content__search input {
    font-size: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    line-height: 21px;
    width: 100%;
    padding: 8px 12px;
    color: #000;
    border-radius: 8px;
    background: #f2f9ff;
}

.company-hero
    .tab-mobile__wrapper
    .tab-content__search
    input::-moz-placeholder {
    color: #adb5bd;
}

.company-hero
    .tab-mobile__wrapper
    .tab-content__search
    input:-ms-input-placeholder {
    color: #adb5bd;
}

.company-hero .tab-mobile__wrapper .tab-content__search input::placeholder {
    color: #adb5bd;
}

.company-hero .tab-mobile__wrapper .tab-content__search label {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 6px;
    background: #f2f9ff;
    align-items: center;
    justify-content: center;
}

.company-hero .tab-mobile__wrapper .tab-content .tab-content__option {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 0;
    transition: all ease 0.3s;
    grid-gap: 12px;
}

.company-hero .tab-mobile__wrapper .tab-content .select {
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    padding: 8px 12px;
    color: #adb5bd;
    border-radius: 8px;
    background: #f2f9ff;
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.company-hero .tab-mobile__wrapper .tab-content__input-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
}

.company-hero .tab-mobile__wrapper .tab-content__input-group--programs {
    grid-template-columns: repeat(3, 1fr);
}

.company-hero .tab-mobile__wrapper .tab-content .btn {
    display: block;
    width: 100%;
    padding: 8px 12px;
}

.company-hero
    .tab-mobile__wrapper
    .tab-content
    #open:checked
    ~ .tab-content__option {
    height: 86px;
}

.company-hero
    .tab-mobile__wrapper
    .tab-content
    #open-2:checked
    ~ .tab-content__option {
    height: 37px;
}

.company-about {
    padding: 120px 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.company-about__top {
    position: relative;
    display: grid;
    padding: 56px;
    border-radius: 24px;
    background: #f2f9ff;
    box-shadow: 0 0 54px rgba(0, 0, 0, 0.12);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 64px;
    align-items: center;
}

.company-about__top-left-image {
    position: absolute;
    bottom: 0;
    left: 0;
}

.company-about__top-left-image img {
    width: 100%;
}

.company-about__top-right-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 16px;
    color: #154175;
}

.company-about__top-right-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    color: #6c757d;
}

.company-about__bottom {
    display: grid;
    margin-top: 240px;
    grid-template-columns: 40% 1fr;
    grid-gap: 32px;
}

.company-about__bottom-left-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 24px;
    color: #154175;
}

.company-about__bottom-left img {
    width: 100%;
}

.company-about__bottom-right-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 24px;
    color: #343a40;
}

.company-about__bottom-right-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #6c757d;
}

.company-about__bottom-mobile {
    display: none;
    margin-top: 64px;
}

.company-about__bottom-mobile-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: #154175;
}

.company-about__bottom-mobile-brand {
    display: grid;
    margin: 24px 0 12px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 12px;
}

.company-about__bottom-mobile-brand img {
    max-width: 191px;
    -o-object-fit: cover;
    object-fit: cover;
}

.company-about__bottom-mobile-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #6c757d;
}

.company-submit {
    padding: 0;
    background: #f2f9ff;
}

.company-submit__top {
    display: grid;
    padding: 100px 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    align-items: center;
}

.company-submit__top-left img {
    width: 100%;
}

.company-submit__top-right-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    color: #154175;
}

.company-submit__top-right-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 12px 0 40px;
    color: #6c757d;
}

.company-submit__top-right-btn {
    padding: 12px 48px;
}

.company-submit__bottom {
    display: grid;
    padding-left: 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    align-items: center;
}

.company-submit__bottom-left-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 12px;
    color: #154175;
}

.company-submit__bottom-left-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #6c757d;
}

.company-submit__bottom-right img {
    width: 100%;
}

.company-submit__bottom-right-mobile {
    display: none;
    text-align: center;
}

.company-submit__bottom-right-mobile img {
    max-width: 100%;
}

.company-blog {
    padding: 80px 40px;
    background: #fff;
}

.company-blog__title {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 48px;
    text-align: center;
    color: #154175;
}

.company-blog__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
}

.company-blog__list .item {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
}

.company-blog__list .item__image {
    display: block;
    padding-top: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.company-blog__list .item__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px;
}

.company-blog__list .item__content-top-date {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #6c757d;
}

.company-blog__list .item__content-top-title {
    margin: 12px 0 2px;
}

.company-blog__list .item__content-top-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    display: -webkit-box;
    overflow: hidden;
    color: #343a40;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.company-blog__list .item__content-top-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    display: -webkit-box;
    overflow: hidden;
    color: #6c757d;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.company-blog__list .item__content-bottom {
    display: flex;
    margin-top: auto;
    align-items: center;
    justify-content: space-between;
}

.company-blog__list .item__content-bottom-author {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #154175;
}

.company-blog__list .item__content-bottom-view {
    display: flex;
    align-items: center;
    grid-gap: 4px;
}

.company-blog__list .item__content-bottom-view span {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #488f55;
}

.company-blog .wrapper-carousel {
    position: relative;
    display: none;
}

.company-blog .wrapper-carousel .company-blog__list-mobile .item {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
}

.company-blog .wrapper-carousel .company-blog__list-mobile .item__image {
    display: block;
    padding-top: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.company-blog .wrapper-carousel .company-blog__list-mobile .item__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px;
}

.company-blog
    .wrapper-carousel
    .company-blog__list-mobile
    .item__content-top-date {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #6c757d;
}

.company-blog
    .wrapper-carousel
    .company-blog__list-mobile
    .item__content-top-title {
    margin: 12px 0 2px;
}

.company-blog
    .wrapper-carousel
    .company-blog__list-mobile
    .item__content-top-title
    a {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    display: -webkit-box;
    overflow: hidden;
    color: #343a40;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.company-blog
    .wrapper-carousel
    .company-blog__list-mobile
    .item__content-top-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    display: -webkit-box;
    overflow: hidden;
    color: #6c757d;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.company-blog
    .wrapper-carousel
    .company-blog__list-mobile
    .item__content-bottom {
    display: flex;
    margin-top: auto;
    align-items: center;
    justify-content: space-between;
}

.company-blog
    .wrapper-carousel
    .company-blog__list-mobile
    .item__content-bottom-author {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #154175;
}

.company-blog
    .wrapper-carousel
    .company-blog__list-mobile
    .item__content-bottom-view {
    display: flex;
    align-items: center;
    grid-gap: 4px;
}

.company-blog
    .wrapper-carousel
    .company-blog__list-mobile
    .item__content-bottom-view
    span {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #488f55;
}

.company-blog .wrapper-carousel .customPrevBtn,
.company-blog .wrapper-carousel .customNextBtn {
    position: absolute;
    z-index: 2;
    display: flex;
    width: 32px;
    height: 40px;
    cursor: pointer;
    border-radius: 2px;
    background-color: rgba(33, 37, 41, 0.5);
    align-items: center;
    justify-content: center;
}

.company-blog .wrapper-carousel .customPrevBtn img,
.company-blog .wrapper-carousel .customNextBtn img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.company-blog .wrapper-carousel .customNextBtn {
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
}

.company-blog .wrapper-carousel .customPrevBtn {
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
}

.company-blog__btn {
    display: block;
    max-width: 146px;
    margin: 40px auto 0;
}

.company-why {
    padding: 180px 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.company-why__title {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 24px;
    text-align: center;
    color: #fff;
}

.company-why__btn {
    display: block;
    max-width: 193px;
    margin: 0 auto;
}

.company-become {
    display: grid;
    padding: 60px 40px 0;
    background: #fffbea;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 92px;
    align-items: center;
}

.company-become__left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.company-become__right-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    color: #154175;
}

.company-become__right-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 12px 0 32px;
    color: #6c757d;
}

.company-become__right-btn {
    display: block;
    max-width: 148px;
}

/* width */

/* Track */

/* Handle */

/* Handle on hover */

@media only screen and (min-width: 300px) and (max-width: 576px) {
    .setting {
        padding: 10px;
    }

    .circular {
        transform: none;
    }

    .submitted {
        position: relative;
        display: block;
    }

    .edit {
        position: absolute;
        top: 16%;
        right: 3%;
    }

    .title {
        margin-top: 20px;
    }

    .menu_change ul {
        overflow-x: auto;
        padding-top: 20px;
        padding-left: 10px;
    }

    .content_activity .profile_news {
        padding-right: 10px;
        padding-left: 10px;
    }

    .profile_infomation {
        padding-right: 10px;
        padding-left: 10px;
    }

    .profile_news .group_input {
        display: block;
    }

    .profile_infomation .group_input {
        display: block;
    }

    .profile_news .group_input {
        margin-bottom: 24px;
    }

    .profile_news h2 {
        font-size: 26px;
    }

    .profile_infomation h2 {
        font-size: 26px;
    }

    .submit {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .mobile_login {
        display: none;
    }

    .info_login {
        width: 100%;
        padding: 20px;
        transform: none;
    }

    .info_login button {
        margin-top: 10px;
    }

    .info_login .login_form {
        display: block;
    }

    .info_login .login_form .form-group:nth-child(2) {
        margin-bottom: 24px;
    }

    .content_activity_home .hashtag {
        font-size: 35px;
    }
}

@media screen and (min-width: 300px) and (max-width: 576px) {
    .login_nav .login {
        font-size: 14px;
        margin-right: 5px;
        padding: 5px;
    }

    .login_nav .register {
        font-size: 14px;
        padding: 5px 8px;
    }

    .section1 {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .section1 img {
        width: 100% !important;
    }

    .section1 .title-study {
        font-size: 16px;
    }

    .section2 {
        padding: 0 16px;
    }

    .section2 img {
        width: 100% !important;
    }

    .banner-ldp {
        height: 100% !important;
    }

    .banner-ldp .bnr {
        transform: translateY(70px);
    }

    .banner-ldp .bnr .custom-mb {
        margin-right: unset;
        margin-left: unset;
    }

    .banner-ldp .bnr .custom-mb .col-lg-7 {
        margin-bottom: 15px;
    }

    .banner-ldp .bnr .title {
        font-size: 22px;
        line-height: 24px;
        padding: 0 16px;
    }

    .banner-ldp .bnr .description {
        font-size: 14px;
        line-height: 22px;
        margin-left: 20px;
    }

    .happening {
        margin-top: unset !important;
        padding-right: 20px;
        padding-left: 20px;
    }

    .happening .title {
        font-size: 26px;
    }

    .happening .border-right {
        border-right: 0 !important;
    }

    .happening .item {
        flex-wrap: wrap;
    }

    .happening .item .contents {
        margin-top: 16px;
        margin-left: unset;
    }

    .happening .item img {
        width: 100%;
    }

    .happening .item .contents img {
        width: unset;
    }

    .happening .item .contents .title_head {
        font-size: 16px;
    }

    .about-slider {
        padding: 80px 20px;
    }

    .about-slider .mask img {
        width: 94%;
    }

    .about-slider .slider-item .slick-list {
        padding-right: 0 !important;
    }

    .about-slider .slider-item .prev-arrow {
        right: 70px;
    }

    .about-slider .slider-item .item {
        flex-direction: column;
    }

    .about-slider .slider-item .item .item-child {
        width: 100%;
    }

    .about-slider .slider-item .item .item-child:last-child {
        margin-left: 10px;
    }

    .about-slider .slider-item .item .item-child .title {
        font-size: 28px;
        line-height: 39px !important;
        display: -webkit-box;
        overflow: hidden;
        height: 76px;
        margin-top: 15px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .about-slider .slider-item .item .item-child .description {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .about-slider .slider-item .title {
        font-size: 30px;
        line-height: 32px;
    }

    .about-slider .slider-item .description {
        font-size: 16px;
    }

    .about-slider .border-line {
        width: 65% !important;
    }

    .school-explore {
        padding-right: 20px;
        padding-left: 20px;
    }

    .school-explore .title {
        font-size: 20px;
    }

    .school-explore .txt {
        font-size: 16px !important;
        margin-bottom: 16px;
    }

    .about-us {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 576px) and (min-width: 300px) {
    /* .col-xs-12 {
        padding: 0 !important;
    } */

    .content_activity_home .post {
        padding: 16px 12px;
        box-shadow: none;
    }

    .content_activity_home .posts_of {
        padding: 24px 10px;
        box-shadow: none;
    }

    .content_activity_home .posts_of .avatar img {
        width: 40px;
        height: 40px;
    }

    .content_activity_home .posts_of .name {
        font-size: 15px;
    }

    .content_activity_home .posts_of .content_of span {
        font-size: 15px;
    }

    .content_activity_home .posts_of .content_of .customer_by img {
        width: 40px;
        height: 40px;
    }

    .respon_mobile {
        display: none;
    }

    .content_activity_home .post .relative_input {
        margin-left: 27px;
    }

    .content_activity_home .post .relative_input .abs_input {
        right: -11px;
    }

    .content_activity_home .posts_of .content_of .row .col-4 button {
        font-size: 14px;
    }

    .content_activity_home .posts_of .content_of .row .relative_input {
        margin-left: 16px;
    }

    .content_activity_home
        .posts_of
        .content_of
        .row
        .relative_input
        .abs_input {
        right: -10px;
    }

    .content_activity_home .posts_of .content_of .row input {
        font-size: 16px;
    }

    .slick-list {
        padding-left: 0 !important;
    }

    .content_activity_home .posts_of .content_of .registration_mightyid button {
        font-size: 14px;
        padding: 12px 5px;
    }

    .check_margin {
        margin-bottom: 0;
    }

    .mobile {
        display: none;
    }

    main .body_main .check_group .group_button .clear button {
        font-size: 15px;
    }

    main .body_main .check_group .group_button .apply button {
        font-size: 15px;
    }

    .service {
        margin-bottom: 30px;
    }

    .body_main {
        padding: 17px 16px !important;
    }

    /* .body_main .col-lg-3 {
        width: 100% !important;
    }

    .body_main .col-lg-9 {
        width: 100% !important;
    } */

    .breadcrumb-item.active {
        overflow: hidden;
        width: 197px;
        white-space: nowrap;
        text-overflow: Ellipsis;
    }

    main .body_main .info_title {
        padding: 19px 12px;
    }

    main .body_main .right_banner .filter_title p {
        margin-top: 15px;
        text-align: center;
    }

    .menu_profile {
        overflow-x: scroll;
    }

    section .content_activity {
        margin-top: 32px;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }

    section .content_activity .post .relative_input .abs_input {
        right: -7%;
    }

    /* .post .col-11 {
        width: 86.666667% !important;
        max-width: 90.666667%;
    } */

    section .content_activity .post .relative_input {
        margin-left: 31px !important;
    }

    /* .content_of .col-11 {
        width: 86.666667% !important;
        max-width: 89.666667%;
    } */

    section .content_activity .posts_of .content_of .row .relative_input {
        margin-left: 24px;
    }

    section .content_activity .posts_of .content_of .row img {
        margin-top: 3px;
    }

    section
        .content_activity
        .posts_of
        .content_of
        .row
        .relative_input
        .abs_input {
        right: -22px;
    }

    section
        .content_activity
        .posts_of
        .content_of
        .row
        .relative_input
        .abs_custom
        img {
        margin-top: 0 !important;
    }

    section .content_activity .posts_of .content_of .row .col-4 button {
        font-size: 14px;
    }

    section .profile .about_profile .location ul li a {
        margin-left: 0;
    }

    section .content_activity {
        margin-bottom: 30px;
    }

    section .content_profile {
        margin-bottom: 30px;
    }

    section .menu_profile ul {
        margin-bottom: 4px;
    }

    section .menu_profile ul li.active {
        border-bottom: 4px solid #488f55;
    }

    .profile {
        /*padding: 24px 10px !important;*/
        box-shadow: none !important;
    }

    .profile .text {
        font-size: 15px !important;
    }

    .content_profile {
        padding: 24px 10px !important;
        box-shadow: none;
    }

    .content_activity .posts_of {
        padding: 24px 10px !important;
        box-shadow: none !important;
    }

    .content_activity .posts_of .name {
        font-size: 15px !important;
    }

    .content_activity .posts_of .avatar img {
        width: 40px;
        height: 40px;
    }

    .content_activity .posts_of .content_of span {
        font-size: 15px !important;
    }

    /* .program_of .detail_program .col-xs-12 {
        padding: 0 15px !important;
    } */

    section .text_field {
        margin-top: 32px;
        text-align: center;
    }

    section .work_time .title_time .shift button {
        padding: 12px;
    }

    section .work_time .title_time .text {
        font-size: 15px;
        line-height: 25px;
        line-height: 25px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    section .calendar .work_calendar ul {
        padding-left: 0;
    }

    section .calendar .work_calendar ul li p {
        line-height: 25px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    section .calendar .work_calendar {
        width: 224px;
    }

    section .work_time {
        padding: 24px 12px;
    }

    .mobile {
        display: block;
    }

    section {
        padding: 17px 12px;
    }

    .no_mobile {
        display: none !important;
    }
    .grid-menu {
        margin-right: 10px;
    }

    .right_banner_text .filter_title p {
        margin-top: 16px;
        text-align: center;
    }

    section .detail_program .apply {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    header {
        padding: 17px 15px;
    }

    section .mb-70 {
        margin-bottom: 30px;
    }

    section .filter .search {
        font-size: 11px;
    }

    .card p {
        font-size: 25px;
    }

    #progressbar li {
        width: 42%;
    }

    #progressbar {
        padding-left: 0;
    }

    .info_school .icon_shcool {
        display: block;
    }

    .info_school .icon_shcool .fill {
        margin-right: 0;
    }

    .fill {
        margin-bottom: 10px;
        text-align: left;
    }

    .load {
        text-align: left;
    }

    #msform .action-button-previous {
        margin-right: 0 !important;
    }

    #progressbar li:after {
        display: none !important;
    }

    .about {
        height: 400px;
    }

    .about h2 {
        top: 37%;
        left: 12%;
    }

    .about::before {
        height: 400px;
    }

    .item_us {
        display: block;
        transform: translateY(-61px);
    }

    .item_us .content {
        width: 100%;
        padding: 20px;
        border-radius: 8px !important;
    }

    .item_us .content p {
        height: auto;
    }

    .item_us .img_content {
        width: 100%;
    }

    .item_us .img_content img {
        -o-object-fit: fill;
        object-fit: fill;
    }

    .expertise {
        margin-top: 0;
        padding: 0 20px;
    }

    .expertise h2 {
        font-size: 30px;
        line-height: 60px;
        width: 100%;
    }

    .contact_me {
        height: 600px;
    }

    .contact_me form {
        top: 2%;
        right: 3%;
        width: 352px;
        height: 578px;
        padding: 40px 10px;
    }

    .contact_me form .form-group {
        display: block;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 804px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 300px) {
    footer .contact_footer {
        display: block;
        width: 100%;
        padding: 17px 15px;
    }

    footer {
        height: auto;
    }

    footer .overated {
        height: 100%;
    }

    footer .logo_footer {
        padding-bottom: 10px;
    }

    footer .contact_footer p {
        font-size: 24px;
    }

    .hLogin {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 700 !important;
        font-style: normal;
        line-height: 24px !important;
        padding: 12px 40px;
        text-align: center;
        color: #154175 !important;
    }

    .hLogin:hover {
        background-color: #fff !important;
    }

    .hRegister {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 700 !important;
        font-style: normal;
        line-height: 24px !important;
        margin-left: 5px;
        padding: 12px 40px;
        color: #fff !important;
        border-radius: 8px;
        background-color: #154175;
    }

    .mobile {
        display: block;
    }

    .mobile .menu_mb {
        position: absolute;
        z-index: 99;
        top: 10%;
        right: 10%;
        display: flex;
    }

    .mobile .menu_mb {
        position: relative;
        flex-direction: column;
        cursor: pointer;
    }

    .mobile .menu_mb span {
        width: 30px;
        height: 3px;
        margin-top: 5px;
        background: #000;
    }

    .mobile .exit_menu {
        position: fixed;
        z-index: 100;
        top: 1%;
        right: 1%;
        display: none;
        width: 42px;
        height: 42px;
        border: 1px solid #fff;
        border-radius: 50%;
        background-color: white;
    }

    .mobile .exit_menu span {
        font-size: 25px;
        margin-left: 11px;
        line-height: 42px;
        color: #000;
    }

    .mobile .exit_menu .fa-times {
        color: #333;
    }

    .css_mobile ul li .avatar {
        width: 70px;
        height: 70px;
    }

    .no_mobile {
        display: none !important;
    }
    .grid-menu {
        margin-right: 10px;
    }

    header {
        padding: 17px 16px;
    }
    .grid-menu {
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    /* .col-lg-4 {
        max-width: 32.66666% !important;
    } */
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    footer .contact_footer {
        padding: 17px 16px;
    }

    .service {
        margin-right: 20px;
    }

    .service:nth-child(5) {
        margin-right: 0;
    }

    .mobile {
        display: block;
    }

    .mobile .menu_mb {
        position: absolute;
        z-index: 99;
        top: 10%;
        right: 10%;
        display: flex;
    }

    .mobile .menu_mb {
        position: relative;
        flex-direction: column;
        cursor: pointer;
    }

    .mobile .menu_mb span {
        width: 30px;
        height: 3px;
        margin-top: 5px;
        background: #000;
    }

    .mobile .exit_menu {
        position: fixed;
        z-index: 100;
        top: 1%;
        right: 1%;
        display: none;
        width: 42px;
        height: 42px;
        border: 1px solid #fff;
        border-radius: 50%;
        background-color: white;
    }

    .mobile .exit_menu span {
        font-size: 25px;
        margin-left: 11px;
        color: #000;
    }

    .css_mobile ul li .avatar {
        width: 52px;
        height: 52px;
    }

    .no_mobile {
        display: none !important;
    }
    .grid-menu {
        margin-right: 10px;
    }

    header {
        padding: 17px 15px;
    }

    main .body_main {
        padding: 17px 15px;
    }

    .hashtags .content_hashtags a {
        word-break: break-word;
    }

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

    .content_activity_home .post .btn_post {
        margin-top: 10px;
    }

    .content_activity_home .post .relative_input {
        margin-left: 24px;
    }

    /* .post .col-11 {
        width: 86.666667%;
    } */

    .content_activity_home .post .relative_input .abs_input {
        right: -4px;
    }

    .recommended .title_of {
        font-size: 13px;
    }

    .main_banner .logo_home .name {
        font-size: 14px;
        word-break: break-word;
    }

    .main_banner .logo_home img {
        width: 50px;
        height: 50px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main_banner .address_home .name {
        font-size: 14px;
    }

    .main_banner {
        padding: 10px;
    }

    .main_banner .content_text_home {
        font-size: 13px;
        word-break: break-word;
    }

    .content_activity_home .posts_of .content_of span {
        word-break: break-word;
    }

    .content_activity_home .posts_of .content_of .row .col-4 button {
        font-size: 14px;
    }

    /* .content_of .col-11 {
        width: 86.666667%;
    } */

    .content_activity_home .posts_of .content_of .row .relative_input {
        margin-left: 18px;
    }

    .content_activity_home
        .posts_of
        .content_of
        .row
        .relative_input
        .abs_input {
        right: -4px;
    }

    .content_activity_home .posts_of .content_of .row input::-moz-placeholder {
        font-size: 14px;
    }

    .content_activity_home
        .posts_of
        .content_of
        .row
        input:-ms-input-placeholder {
        font-size: 14px;
    }

    .content_activity_home .posts_of .content_of .row input::placeholder {
        font-size: 14px;
    }

    .content_of {
        margin-top: 10px;
    }

    .content_activity_home .posts_of .content_of .registration_mightyid button {
        padding: 12px 7px;
    }

    .content_activity_home
        .posts_of
        .content_of
        .registration_mightyid
        .time_regis {
        margin-right: 8px;
    }

    .check_margin {
        margin-bottom: 0;
    }

    /* .body_main .col-lg-3 {
        width: 100% !important;
    }

    .body_main .col-lg-9 {
        width: 100% !important;
    } */

    section .content_profile .content_text span {
        word-break: break-word;
    }

    section .content_profile {
        padding: 24px 15px;
    }

    section .menu_profile {
        overflow-x: scroll;
    }
    section .menu_profile::-webkit-scrollbar {
        display: none;
    }

    section .text_field {
        margin-top: 32px;
    }

    section .work_time .title_time .text {
        font-size: 19px;
    }

    section .work_time .title_time .shift button {
        font-size: 15px;
    }

    section .calendar .work_calendar ul li p {
        line-height: 25px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    section .calendar .icon_calendar {
        width: 100% !important;
    }

    section .calendar .work_calendar ul {
        padding-left: 0;
    }

    section .profile {
        padding: 24px 10px;
    }

    section .content_activity .post .relative_input {
        margin-left: 22px;
    }

    section .content_activity .posts_of .content_of span {
        word-break: break-word;
    }

    section .content_activity .posts_of .content_of .row .col-4 button {
        font-size: 14px;
    }

    section .content_activity .posts_of .content_of .row .relative_input {
        margin-left: 22px;
    }

    section
        .content_activity
        .posts_of
        .content_of
        .row
        .relative_input
        .abs_input {
        right: 0;
    }

    section .content_activity {
        padding: 32px 15px;
    }

    section .profile .ask a {
        font-size: 12px;
    }

    section .profile .group_button .apply button {
        font-size: 13px;
        /* width: 95%; */
    }

    section .profile .group_button .clear button {
        font-size: 13px;
    }

    section .filter {
        padding: 16px 10px;
    }

    section {
        padding: 17px 15px;
    }

    section .detail_program .title {
        word-break: break-word;
    }

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

    section .detail_program .apply {
        width: 100%;
    }

    #progressbar {
        padding-left: 0;
    }

    #progressbar li:after {
        display: none !important;
    }

    #msform .action-button-previous {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    section .content_activity .post .relative_input {
        margin-left: 10px;
    }

    section .content_activity .posts_of .content_of .row .relative_input {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .blogs .row {
        margin-right: 0;
        margin-left: -10px;
    }

    /* .blogs .row .col-12 {
        padding-right: 5px;
    } */
}

@media only screen and (max-width: 1365px) and (min-width: 1024px) {
    /* .col-lg-9 {
        width: 73% !important;
    } */
}

@media only screen and (max-width: 1366px) and (min-width: 1024px) {
    .menu {
        /* margin-left: 80px !important; */
    }

    .content_activity_home .post .relative_input {
        margin-left: 24px;
    }

    .content_activity_home .posts_of .content_of .row .relative_input {
        margin-left: 24px;
    }

    .last_child {
        overflow: hidden;
        /* width: 232px; */
        white-space: nowrap;
        text-overflow: Ellipsis;
    }

    .txt_hidden {
        overflow: hidden;
        /* width: 232px; */
        white-space: nowrap;
        text-overflow: Ellipsis;
    }

    .location ul li {
        display: flex;
        align-items: center;
    }

    .location ul li a {
        overflow: hidden;
        width: 185px;
        white-space: nowrap;
        text-overflow: Ellipsis;
    }
}

@media only screen and (min-width: 1367px) {
    /* .custom_size .col-1 {
        max-width: 5.333333% !important;
    }

    .custom_size .col-11 {
        padding-left: 0 !important;
    } */

    .profile .photo {
        top: 15%;
        left: 55%;
    }
}
@media screen and (max-width: 1400px) {
    .home-new .hero,
    .home-new .apply,
    .home-new .hunting,
    .home-new .improving,
    .home-new .and-other,
    .home-new .about-us,
    .home-new .blog,
    .home-new .why-wait {
        padding-right: 40px;
        padding-left: 40px;
    }
    .footer,
    .footer-child {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 992px) {
    .home-new .home-title {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .home-new .home-description {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .home-new .hero {
        display: flex;
        flex-direction: column;
        padding: 16px;
        background-size: contain;
    }

    .home-new .hero .tab-desktop {
        display: none;
    }

    .home-new .hero .tab-mobile {
        display: block;
    }

    .home-new .hero__top {
        margin: 24px 0;
    }

    .home-new .hero__top-title {
        font-size: 24px;
        line-height: 32px;
    }

    .home-new .hero__top-description {
        font-size: 16px;
        line-height: 24px;
        margin: 8px 0 24px;
    }

    .home-new .hero__bottom {
        margin-top: 60px;
        grid-template-columns: 1fr;
    }

    .home-new .hero__bottom-left {
        text-align: center;
        order: 2;
    }

    .home-new .hero__bottom-right {
        padding-bottom: 0;
        order: 1;
    }

    .home-new .hero__bottom-right .services__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
        text-align: center;
    }

    .home-new .hero__bottom-right .services__title::after {
        display: none;
        font-size: 54px;
        line-height: 66px;
        top: -100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .home-new .hero__bottom-right .services__list .item span {
        font-size: 14px;
        line-height: 24px;
    }

    .home-new .hero__bottom-text-deep {
        font-size: 54px;
        line-height: 66px;
        top: -36px;
        width: 100%;
        text-align: center;
    }

    .home-new .apply {
        padding: 36px 16px;
    }

    .home-new .apply .grid {
        grid-template-columns: 1fr;
        grid-gap: 32px;
    }

    .home-new .apply .grid .left {
        align-items: center;
    }

    .home-new .apply .grid .right__image {
        transform: unset;
    }

    .home-new .apply .grid .right__image img {
        max-width: 100%;
        width: 100%;
    }

    .home-new .hunting {
        padding: 36px 16px 118px;
    }

    .home-new .hunting .grid {
        background-image: unset !important;
        grid-template-columns: 1fr;
        grid-gap: 64px;
    }

    .home-new .hunting .grid .item__content {
        max-width: unset;
        padding: 0;
        align-items: center;
    }

    .home-new .hunting .grid .item__content-description {
        margin: 16px 0;
    }

    .home-new .hunting .grid .item--image {
        display: none;
    }

    .home-new .hunting .grid .item--image-mobile {
        display: block;
    }

    .home-new .improving {
        padding: 36px 16px;
    }

    .home-new .improving__top {
        margin-top: -80px;
    }

    .home-new .improving__top img {
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .home-new .improving__bottom {
        max-width: unset;
        margin-top: 32px;
    }

    .home-new .improving__bottom-description {
        margin: 16px 0;
    }

    .home-new .and-other {
        padding: 64px 16px;
    }

    .home-new .and-other__content-description {
        margin: 16px 0;
    }

    .home-new .and-other__list {
        display: grid;
        margin-top: 32px;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
    }

    .home-new .and-other__list .item img {
        max-width: 32px;
    }

    .home-new .about-us {
        padding: 24px 16px 0;
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }

    .home-new .about-us__image {
        transform: unset;
        order: 2;
    }

    .home-new .about-us__content {
        order: 1;
    }

    .home-new .about-us__content-title,
    .home-new .about-us__content-description {
        text-align: center;
    }

    .home-new .about-us__content-description {
        margin-top: 16px;
    }

    .home-new .blog {
        padding: 90px 0 32px 16px;
    }

    .home-new .blog__top-title {
        font-size: 32px;
        line-height: 42px;
    }

    .home-new .blog__top-view-all span {
        font-size: 12px;
        line-height: 22px;
    }

    .home-new .blog__list {
        overflow: auto;
        margin-top: 24px;
        padding-bottom: 24px;
        grid-gap: 16px;
    }

    .home-new .blog__list::-webkit-scrollbar {
        display: none;
    }

    .home-new .blog__list .item {
        min-width: 240px;
        box-shadow: 0 9px 24px rgba(0, 0, 0, 0.08);
        flex-shrink: 0;
        flex-grow: 0;
    }

    .home-new .blog__text-deep {
        display: none;
        font-size: 36px;
        line-height: 48px;
        top: 56px;
        width: 100%;
        left: unset;
        transform: unset;
        text-align: center;
    }

    .home-new .why-wait {
        position: relative;
        padding: 64px 24px;
    }

    .home-new .why-wait__content {
        aspect-ratio: 380/205;
    }

    .home-new .why-wait__content-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .home-new .why-wait__content-btn {
        position: absolute;
        bottom: 12px;
    }

    .footer {
        padding: 24px 16px;
    }

    .footer .grid {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }

    .footer .grid .item {
        grid-gap: 16px;
    }

    .company-hero {
        padding: 40px 24px;
        background-size: 100% 383px;
    }

    .company-hero .company-hero__title {
        font-size: 32px;
        line-height: 48px;
    }

    .company-hero .company-hero__description {
        font-size: 14px;
        line-height: 21px;
        margin: 8px 0 64px;
    }

    .company-hero .company-hero__tab-wrapper {
        max-width: 90%;
    }

    .company-hero .tab-desktop {
        display: none;
    }

    .company-hero .tab-mobile {
        display: block;
    }

    .company-about {
        padding: 80px 24px 40px;
    }

    .company-about .company-about__top {
        padding: 24px 24px 0 24px;
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }

    .company-about .company-about__top-left {
        order: 2;
    }

    .company-about .company-about__top-left-image {
        position: unset;
    }

    .company-about .company-about__top-right-title {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 4px;
    }

    .company-about .company-about__top-right-description {
        font-size: 14px;
        line-height: 21px;
    }

    .company-about .company-about__bottom {
        display: none;
    }

    .company-about .company-about__bottom-mobile {
        display: block;
    }

    .company-submit .company-submit__top {
        padding: 32px 24px;
        grid-template-columns: 1fr;
    }

    .company-submit .company-submit__top-left {
        order: 2;
    }

    .company-submit .company-submit__top-right-title {
        font-size: 24px;
        line-height: 36px;
    }

    .company-submit .company-submit__top-right-description {
        font-size: 14px;
        line-height: 21px;
        margin: 12px 0 32px;
    }

    .company-submit .company-submit__bottom {
        padding: 0 24px 80px;
        grid-template-columns: 1fr;
    }

    .company-submit .company-submit__bottom-left-title {
        font-size: 24px;
        line-height: 36px;
    }

    .company-submit .company-submit__bottom-left-description {
        font-size: 14px;
        line-height: 21px;
    }

    .company-submit .company-submit__bottom-right {
        display: none;
    }

    .company-submit .company-submit__bottom-right-mobile {
        display: block;
    }

    .company-blog {
        padding: 40px 24px;
    }

    .company-blog .company-blog__title {
        font-size: 32px;
        line-height: 48px;
        text-align: left;
    }

    .company-blog .company-blog__list {
        display: none;
    }

    .company-blog .wrapper-carousel {
        display: block;
    }

    .company-why {
        padding: 80px 24px 120px;
    }

    .company-why .company-why__title {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 8px;
    }

    .company-become {
        padding: 64px 24px 0;
        grid-template-columns: 1fr;
        grid-gap: 64px;
    }

    .company-become .company-become__left {
        order: 2;
    }

    .company-become .company-become__right-title {
        font-size: 32px;
        line-height: 48px;
    }

    .company-become .company-become__right-description {
        font-size: 16px;
        line-height: 24px;
        margin: 12px 0 24px;
    }
}

@media screen and (max-width: 768px) {
    .section1 {
        overflow-x: hidden;
        padding-right: 40px;
        padding-left: 40px;
    }

    .section1 img {
        width: 50%;
    }

    .section1 select {
        margin-bottom: 16px;
    }

    .section2 {
        padding-bottom: 26px;
    }

    .section2 .pabs-center {
        text-align: center;
    }

    .section2 img {
        width: 50%;
    }

    .bnr {
        max-width: 676px !important;
    }

    .about-slider .border-line {
        width: 80%;
    }

    .about-slider .item {
        position: relative;
        flex-wrap: wrap;
    }

    .about-slider .item .count {
        position: absolute;
        z-index: 90;
        top: 2%;
        left: 2%;
    }

    .about-slider .item .item-child {
        width: 100% !important;
    }

    .about-slider .item .item-child .title {
        font-size: 30px;
        margin-top: 20px;
    }

    .about-slider .item .item-child .description {
        font-size: 18px;
    }

    .about-slider .item .item-child .count {
        margin-bottom: 10px;
    }

    .about-slider .item .item-child img {
        margin-top: 20px;
    }
}

@media screen and (max-width: 576px) {
    .blogs {
        padding-top: 0;
    }

    /* .blogs .row {
        margin-right: 0;
        margin-left: -10px;
    } */

    /* .blogs .row .col-12 {
        padding-right: 5px;
    } */

    .blogs .news__wrap .banner_img .banner_absotule .content {
        font-size: 12px !important;
        line-height: 19px !important;
    }

    .blogs .news__wrap .banner_img .banner_absotule .name {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    .blogs .news__wrap .banner_img img {
        height: 200px;
        -o-object-fit: fill;
        object-fit: fill;
    }

    .blogs .news__wrap .events_right {
        margin-top: 16px;
    }

    .blogs .banner_under_left {
        margin-top: 36px !important;
    }
    .blogs .schools-recommend {
        margin-top: 36px !important;
    }

    .blogs .item_banner_left {
        display: flex;
        flex-direction: column;
        margin-bottom: 22px !important;
    }

    .blogs .item_banner_left .content_item {
        padding: 12px !important;
    }

    .blogs .item_banner_left img {
        width: 96% !important;
        margin-left: 2%;
        border-radius: 8px;
    }

    section .body_event {
        width: 100%;
    }

    .txt_body img {
        width: 100%;
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
    }

    td {
        position: relative;
        padding-left: 50%;
        border: none;
        border-bottom: 1px solid #eee;
    }

    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 550px) {
    .home-new .hero__bottom-text-deep {
        font-size: 42px;
        line-height: 62px;
        top: -36px;
        width: 100%;
        text-align: center;
    }

    .home-new .and-other__list {
        grid-template-columns: 1fr;
    }
}

@-webkit-keyframes left {
    100% {
        transform: rotate(180deg);
    }
}

@keyframes left {
    100% {
        transform: rotate(180deg);
    }
}

@-webkit-keyframes right {
    100% {
        transform: rotate(100deg);
    }
}

@keyframes right {
    100% {
        transform: rotate(100deg);
    }
}
@media screen and (max-width: 992px) {
    main .body_main .blog_guide .blog_detail .group_button .apply {
        width: 100%;
    }
    /*.pagination_page button {*/
    /*    width: auto;*/
    /*}*/
}

@media screen and (max-width: 767px) {
    .main .body_main,
    .main > .section {
        padding: 16px 24px;
    }
    main .body_main .blog_guide .blog_detail {
        margin-right: 0;
    }
}
.post-detail img,
.content_profile img,
.program-detail img,
.event-detail img {
    max-width: 100%;
    object-fit: cover;
}
.schools-recommend .schools__top {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 6px;
}
.schools-recommend .schools__top .schools__top-recommend {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #adb5bd;
}
.schools-recommend .schools__top .schools__top-see-more {
    display: flex;
    align-items: center;
    grid-gap: 4px;
}
.schools-recommend .schools__top .schools__top-see-more span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #154175;
}
.schools-recommend .schools__list {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}

.schools-recommend .schools__list .card {
    padding: 16px;
    background: #ffffff;
    box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.schools-recommend .schools__list .card .card__top {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.schools-recommend .schools__list .card .card__top .card__top-logo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 74px;
    height: 74px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 8px;
}
.schools-recommend .schools__list .card .card__top .card__top-name {
    flex: 1;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #343a40;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.schools-recommend .schools__list .card .card__info {
    margin: 8px 0 4px;
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
}
.schools-recommend .schools__list .card .card__info .card__info-item {
    display: flex;
    align-items: center;
    grid-gap: 4px;
}
.schools-recommend .schools__list .card .card__info .card__info-item span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #343a40;
}
.schools-recommend .schools__list .card .card__description span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #6c757d;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    vertical-align: middle;
}
.schools-recommend .schools__list .card .card__description a {
    display: inline;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #154175;
}

.blogs .news__wrap .banner_right {
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
}

@media screen and (max-width: 992px) {
    .blogs .news__wrap .banner_right {
        margin-top: 24px;
    }
}

header .notification {
    position: relative;
    margin-right: 12px;
}
header .notification .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    color: #ffffff;
    background: #ff453a;
    opacity: 0.9;
    border-radius: 50%;
}
header .support {
    margin-right: 12px;
}
header .support img {
    margin: 0;
}

@media screen and (max-width: 550px) {
    header .notification,
    header .support {
        display: none;
    }
    .apply-btn {
        width: 100%;
    }
}

.newest-partners {
    margin-bottom: 0;
    padding-bottom: 24px;
    background: #ffffff;
    box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.newest-partners .recommended {
    padding: 16px 24px;
    background: linear-gradient(90deg, #154175 -17.11%, #5a99e6 122.71%);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border-radius: 8px 8px 36px 0;
}
.newest-partners .list-partners {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}
.newest-partners .list-partners .card {
    padding: 16px;
    background: #e6f2ff !important;
    border-radius: 8px;
}
.newest-partners .list-partners .card .card__info {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.newest-partners .list-partners .card .card__info img {
    flex-shrink: 0;
    flex-grow: 0;
    width: 74px;
    height: 74px;
    object-fit: cover;
    border-radius: 50%;
}
.newest-partners .list-partners .card .card__info .name {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #343a40;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newest-partners .list-partners .card .card__location {
    margin: 8px 0;
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
}
.newest-partners .list-partners .card .card__location-item {
    display: flex;
    align-items: center;
    grid-gap: 4px;
}
.newest-partners .list-partners .card .card__location-item span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #343a40;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newest-partners .list-partners .card .card__btn .card__btn-item {
    width: 100%;
    padding: 8px;
    display: block;
    background: #154175;
    border-radius: 6px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    transition: all ease 0.3s;
    cursor: pointer;
}
.newest-partners
    .list-partners
    .card
    .card__btn
    .card__btn-item.card__btn-item--followed {
    color: #6c757d;
    border: 1px solid #e9ecef;
    background-color: #e9ecef;
}
.newest-partners .list-partners .card .card__btn .card__btn-item:hover {
    border-color: #154175;
    background-color: transparent;
    color: #154175;
}
.newest-partners
    .list-partners
    .card
    .card__btn
    .card__btn-item.card__btn-item--followed:hover {
    color: #6c757d;
    border: 1px solid #e9ecef;
    background-color: #e9ecef;
}

.newest-partners .more {
    display: block;
    color: #154175;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    section .body_event h2 {
        font-size: 24px;
        line-height: 36px;
    }
    section .body_event .total_content {
        flex-wrap: wrap;
    }
    section .body_event .total_content .content_right {
        width: 100%;
    }
    section .body_event .total_content .content_right .register,
    section .body_event .total_content .content_right .unsubscribe {
        width: 100%;
        text-align: center;
    }
    .blogs .news__wrap .banner_under_left .item_banner_left img {
        height: 150px;
    }
    .blogs .news__wrap .events_right .month {
        padding: 0;
    }
    section .body_event .slider_event .slider .slick-news .blog_news img {
        height: 150px;
    }
}
.content-with-reset * {
    all: revert;
}
.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}
.page-detail.page-layout-school .body_main .slick-prev {
    left: -20px;
}
.page-detail.page-layout-school .body_main .slick-next {
    right: -20px;
}
.slider_event .slick-prev {
    left: -6px;
}
.slider_event .slick-next {
    right: -6px;
}

.content_profile table,
.txt_body table {
    width: 100%;
    border-spacing: unset;
}
.content_profile table tr:nth-child(even),
.txt_body table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.content_profile table td,
.txt_body table td {
    padding: 8px;
    border: 1px solid #ddd;
    border-bottom: unset;
}
.content_profile table td:nth-child(even),
.txt_body table td:nth-child(even) {
    border-left: unset;
}
.content_profile table td:nth-child(3n),
.txt_body table td:nth-child(3n) {
    border-left: unset;
}
.content_profile table tr:last-child td,
.txt_body table tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.content_profile table td *,
.txt_body table td * {
    margin: 0;
}

@media screen and (max-width: 1366px) {
    .home-new .hero__bottom-right .services__title::after {
        font-size: 42px;
        left: -36%;
    }
}

.home-new .hero .start-your {
    padding: 64px 0;
}

.home-new .hero .start-your .start-your__title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #1f1f25;
    text-align: center;
}
.home-new .hero .start-your .list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-gap: 16px;
}
.home-new .hero .start-your .list .item {
    height: 100%;
    position: relative;
}
.home-new .hero .start-your .list .item .item__content {
    height: 100%;
    position: relative;
    background-color: #ffffff;
    padding: 32px 22px;
    border-radius: 8px;
    box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.08);
    z-index: 2;
}
.home-new .hero .start-your .list .item .item__content .index {
    margin: 0 auto 16px;
    width: 40px;
    height: 40px;
    background-color: #e5f6ff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1f1f25;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.home-new .hero .start-your .list .item .item__content .description {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #1f1f25;
}
.home-new .hero .start-your .list .item .item__arrow {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    z-index: 0;
}

.home-new .hero .start-your .list .item:last-child .item__arrow {
    display: none;
}
@media screen and (max-width: 1024px) {
    .home-new .hero .start-your .list {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-flow: unset;
        grid-auto-columns: unset;
    }
    .home-new .hero .start-your .list .item:nth-child(3) .item__arrow {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .home-new .hero .start-your {
        padding: 32px 0;
    }
    .home-new .hero .start-your .start-your__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }
    .home-new .hero .start-your .list .item .item__content {
        padding: 16px;
    }
}
@media screen and (max-width: 550px) {
    .home-new .hero .start-your .list {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-new .hero .start-your .list .item:nth-child(even) .item__arrow {
        display: none;
    }
    .home-new .hero .start-your .list .item:nth-child(odd) .item__arrow {
        display: block;
    }
}

.popup-calendar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 110;
}
.popup-calendar .popup-calendar__box {
    position: relative;
    padding: 32px 56px;
    background-color: #ffffff;
    border-radius: 12px;
    z-index: 111;
}
.popup-calendar .popup-calendar__box .title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #343a40;
}
.popup-calendar .popup-calendar__box .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 24px;
}
.popup-calendar .popup-calendar__box .actions .actions__btn-cancel {
    padding: 12px 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #adb5bd;
    background-color: #e9ecef;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}
.popup-calendar .popup-calendar__box .actions .actions__btn-accept {
    padding: 12px 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    background-color: #154175;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}
.popup-calendar .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
}

@media screen and (max-width: 992px) {
    .popup-calendar .popup-calendar__box {
        padding: 16px 24px;
        margin: 0 16px;
    }
    .popup-calendar .popup-calendar__box .title {
        font-size: 16px;
        line-height: 24px;
    }
}

@keyframes scroll-down-pulse {
    from {
        transform: translateY(-8px);
        opacity: 0.3;
    }
    50% {
        transform: translateY(8px);
        opacity: 1;
    }
    to {
        transform: translateY(-8px);
        opacity: 0.3;
    }
}
.home-show-scroll {
    position: fixed;
    bottom: 10%;
    right: 24px;
    border: 2px solid #000;
    width: 1rem;
    height: 2rem;
    border-radius: 15px;
    animation: scroll-down-pulse 3s cubic-bezier(0.445, 0.05, 0.55, 0.95)
        infinite;
    z-index: 98;
}
.home-show-scroll:before {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 0;
    height: 25%;
    border-right: 2px solid #000;
    position: absolute;
    top: 0.3rem;
    left: 50%;
    margin-left: -1px;
}
.home-show-scroll:after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    margin-left: -0.25rem;
    transform: rotate(45deg);
}

.home-scroll-to-top {
    display: none;
    padding: 6px;
    position: fixed;
    bottom: 10%;
    right: 24px;
    background-color: white;
    transform: rotate(180deg);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 50%;
    z-index: 98;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .news__wrap .blog-banner {
        display: none;
    }
    .news__wrap .blog-banner:first-child {
        display: block;
    }
    .blogs .news__wrap .pagination_page {
        margin-bottom: 24px;
    }
}
.outstanding-events {
    margin-top: 24px;
}
.outstanding-events .outstanding-events__title {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #1f1f25;
    text-align: center;
}
.outstanding-events .outstranding-events__section {
    background-color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
    display: flex;
    grid-gap: 16px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}
.outstanding-events .outstranding-events__section .section__image {
    max-width: 300px;
    border-radius: 12px;
}
.outstanding-events .outstranding-events__section .section__image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 12px;
}
.outstanding-events .outstranding-events__section .section__detail {
    flex: 1;
}
.outstanding-events .outstranding-events__section .section__detail .name {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    color: #1f1f25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.outstanding-events .outstranding-events__section .section__detail .list-info {
    margin: 16px 0 24px;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}
.outstanding-events
    .outstranding-events__section
    .section__detail
    .list-info
    .info {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
.outstanding-events
    .outstranding-events__section
    .section__detail
    .list-info
    .info
    img {
    width: 24px;
    height: 24px;
}
.outstanding-events
    .outstranding-events__section
    .section__detail
    .list-info
    .info
    span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1f1f25;
}
.outstanding-events .outstranding-events__section .section__detail .btn {
    background-color: #154175;
    display: block;
    max-width: 180px;
    padding: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all ease 0.3s;
}
.outstanding-events .outstranding-events__section .section__detail .btn:hover {
    background-color: transparent;
    color: #154175;
    border-color: #154175;
}
.outstanding-events .outstanding-events__slick {
}
.outstanding-events .outstanding-events__slick .slick-item {
    margin: 12px;
}
.outstanding-events .outstanding-events__slick .item {
    padding: 24px;
    display: flex;
    grid-gap: 16px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 8%);
    border-radius: 16px;
}
.outstanding-events .outstanding-events__slick .item .item__image img {
    max-width: 150px;
    object-fit: cover;
    border-radius: 12px;
}
.outstanding-events .outstanding-events__slick .item .item__detail {
    flex: 1;
}
.outstanding-events .outstanding-events__slick .item .item__detail .name {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #1f1f25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.outstanding-events .outstanding-events__slick .item .item__detail .list-info {
    margin: 16px 0 24px;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}
.outstanding-events
    .outstanding-events__slick
    .item
    .item__detail
    .list-info
    .info {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
.outstanding-events
    .outstanding-events__slick
    .item
    .item__detail
    .list-info
    .info
    img {
    width: 24px;
    height: 24px;
}
.outstanding-events
    .outstanding-events__slick
    .item
    .item__detail
    .list-info
    .info
    span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1f1f25;
}
.outstanding-events .outstanding-events__slick .item .item__detail .btn {
    background-color: #154175;
    display: block;
    padding: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all ease 0.3s;
}
.outstanding-events .outstanding-events__slick .item .item__detail .btn:hover {
    background-color: transparent;
    color: #154175;
    border-color: #154175;
}
@media screen and (max-width: 992px) {
    .outstanding-events .outstranding-events__section {
        flex-direction: column;
    }
    .outstanding-events .outstranding-events__section .section__detail .name {
        font-size: 24px;
        line-height: 32px;
    }
    .outstanding-events .outstranding-events__section .section__detail .btn {
        max-width: unset;
    }
    .outstanding-events .outstranding-events__section .section__image {
        /* max-width: 300px; */
        margin: 0 auto;
    }
    .outstanding-events .outstanding-events__title {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 32px;
    }
    .outstanding-events .outstanding-events__slick .item {
        flex-direction: column;
    }
    .outstanding-events .outstanding-events__slick .item .item__image img {
        margin: 0 auto;
        max-width: 400px;
        width: 70%;
    }
}
@media screen and (max-width: 550px) {
    .outstanding-events .outstanding-events__slick .item .item__image img {
        width: 100%;
    }
}
.main .body_main .sidebar-left__image {
    margin: 0;
    margin-bottom: 24px;
}

.wrapper__form {
    position: relative;
}
.wrapper__form .search-group {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    grid-gap: 16px;
}
.wrapper__form .search-group .search-group__input {
    flex: 1;
    padding: 12px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    /*box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.08);*/
    border-radius: 4px;
}
.wrapper__form .search-group .search-group__input .btn-search {
    margin-right: 12px;
    cursor: pointer;
}
.wrapper__form .search-group .search-group__input input {
    flex: 1;
}
.wrapper__form .search-group .search-group__input input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #adb5bd;
}
.wrapper__form .search-group .search-group__filters {
    position: relative;
    background-color: #154175;
    padding: 12px;
    display: flex;
    align-items: center;
    grid-gap: 6px;
    border-radius: 6px;
}
.wrapper__form .search-group .search-group__filters span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    cursor: pointer;
}
.wrapper__form .search-group .search-group__filters:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(100% + 10px);
    background-color: transparent;
}
.wrapper__form .search-group .search-group__filters .filters__length {
    background: red;
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 4px;
    font-size: 11px;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
}
.wrapper__form .search-group .search-group__filters .info_title {
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    min-width: 300px;
    /* width: max-content; */
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    transition: all ease 0.3s;
}
.wrapper__form .search-group .search-group__filters:hover .info_title {
    /* display: block; */
    opacity: 1;
    visibility: unset;
}
.wrapper__form .search-group .search-group__filters .info_title::before {
    content: "";
    position: absolute;
    top: -22px;
    right: 8px;
    border-width: 16px;
    border-color: transparent transparent white transparent;
    border-style: solid;
}
@media screen and (max-width: 768px) {
    .wrapper__form .search-group .search-group__filters span {
        display: none;
    }
}

.profile .about_profile .profile__more-info {
    margin: 0 -16px 24px;
}
.profile .about_profile .profile__more-info .more-info__label {
    margin-bottom: 16px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    grid-gap: 16px;
}
.profile
    .about_profile
    .profile__more-info
    .more-info__label.more-info__label--ranking {
    background-color: #fff9e3;
}
.profile
    .about_profile
    .profile__more-info
    .more-info__label.more-info__label--strong-majors {
    background-color: #e3f3ff;
}
.profile
    .about_profile
    .profile__more-info
    .more-info__label.more-info__label--key-facts {
    background-color: #eaffe8;
}
.profile .about_profile .profile__more-info .more-info__label img {
    width: 24px;
    height: 24px;
    margin: 0;
}
.profile .about_profile .profile__more-info .more-info__label span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.profile .about_profile .profile__more-info .more-info__list {
    margin-bottom: 0;
    padding: 0 16px;
}
.profile
    .about_profile
    .profile__more-info
    .more-info__list.more-info__list-ranking
    li {
    margin-left: 24px;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.profile .about_profile .profile__more-info .more-info__list li {
    margin-bottom: 8px;
    margin-left: 40px;
    list-style: disc;
}
.profile .about_profile .profile__more-info .more-info__list li:last-child {
    margin-bottom: 0;
}
.profile .about_profile .profile__more-info .more-info__list li .rank {
    min-width: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #3abff8;
}
.profile .about_profile .profile__more-info .more-info__list li .content {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #09213b;
}

.header-search {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 24px;
}
.header-search .header-search__btn {
    cursor: pointer;
}
.header-search.active .header-search__form {
    display: block;
}
.header-search__form {
    display: none;
    position: absolute;
    top: 100%;
}

.home-new .our-school {
    padding: 60px 0;
}
.home-new .our-school .our-school__title {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #1f1f25;
}
.home-new .our-school .our-school__list {
    /* background-color: #e5f6ff; */
    display: flex;
    overflow-x: auto;
    /* border-radius: 16px; */
}
.home-new .our-school .our-school__list::-webkit-scrollbar {
    display: none;
}
.home-new .our-school .our-school__list .item {
    margin-top: 60px;
    background-color: #e5f6ff;
    padding: 32px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    transition: all ease 0.3s;
}
.home-new .our-school .our-school__list .item:first-child {
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
}
.home-new .our-school .our-school__list .item:last-child {
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
}
.home-new .our-school .our-school__list .item:hover,
.home-new .our-school .our-school__list .item.active {
    background-color: #154175;
    margin-top: 0;
    height: auto;
    border-radius: 16px;
}
.home-new .our-school .our-school__list .item .item__icon {
    margin: 0 auto;
    background: linear-gradient(90deg, #154175 -17.11%, #5a99e6 122.71%);
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all ease 0.3s;
}
.home-new .our-school .our-school__list .item .item__icon .image {
    width: 40px;
    height: 40px;
}
.home-new .our-school .our-school__list .item .item__icon .image.no-active {
    background-color: white;
}
.home-new .our-school .our-school__list .item .item__icon .image.active {
    display: none;
    background-color: #154175;
}
.home-new .our-school .our-school__list .item:hover .item__icon,
.home-new .our-school .our-school__list .item.active .item__icon {
    background: #f5fbff;
}
.home-new
    .our-school
    .our-school__list
    .item:hover
    .item__icon
    .image.no-active,
.home-new
    .our-school
    .our-school__list
    .item.active
    .item__icon
    .image.no-active {
    display: none;
}
.home-new .our-school .our-school__list .item:hover .item__icon .image.active,
.home-new .our-school .our-school__list .item.active .item__icon .image.active {
    display: block;
}
.home-new .our-school .our-school__list .item .item__name {
    margin: 24px 0 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #1f1f25;
}
.home-new .our-school .our-school__list .item:hover .item__name,
.home-new .our-school .our-school__list .item.active .item__name {
    color: #ffffff;
}
.home-new .our-school .our-school__list .item .item__list-school {
    flex: 1;
    padding: 0 8px;
    overflow: auto;
    max-height: 200px;
}
.home-new
    .our-school
    .our-school__list
    .item
    .item__list-school::-webkit-scrollbar {
    width: 6px;
}
.home-new
    .our-school
    .our-school__list
    .item
    .item__list-school::-webkit-scrollbar-thumb {
    background-color: #061a43;
    border-radius: 3px;
}
.home-new
    .our-school
    .our-school__list
    .item
    .item__list-school::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 3px;
}
.home-new .our-school .our-school__list .item .item__list-school .school {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.home-new .our-school .our-school__list .item .item__list-school .school span {
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1f1f25;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.home-new
    .our-school
    .our-school__list
    .item:hover
    .item__list-school
    .school
    span,
.home-new
    .our-school
    .our-school__list
    .item.active
    .item__list-school
    .school
    span {
    color: #ffffff;
}
.home-new .our-school .our-school__list .item .item__list-school .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2b2b2c;
}
.home-new .our-school .our-school__list .item:hover .item__list-school .dot,
.home-new .our-school .our-school__list .item.active .item__list-school .dot {
    background-color: #ffffff;
}
.home-new .our-school .our-school__list .item .item__see-more {
    margin-top: 12px;
    display: flex;
    align-items: center;
    grid-gap: 4px;
}
.home-new .our-school .our-school__list .item .item__see-more span {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #154175;
    transition: all ease 0.3s;
}
.home-new .our-school .our-school__list .item .item__see-more img {
    width: 20px;
    height: 20px;
}
.home-new .our-school .our-school__list .item .item__see-more img.active {
    display: none;
}
.home-new .our-school .our-school__list .item:hover .item__see-more span,
.home-new .our-school .our-school__list .item.active .item__see-more span {
    color: #ffffff;
}
.home-new
    .our-school
    .our-school__list
    .item:hover
    .item__see-more
    img.no-active,
.home-new
    .our-school
    .our-school__list
    .item.active
    .item__see-more
    img.no-active {
    display: none;
}
.home-new .our-school .our-school__list .item:hover .item__see-more img.active,
.home-new
    .our-school
    .our-school__list
    .item.active
    .item__see-more
    img.active {
    display: block;
}

@media screen and (max-width: 992px) {
    .home-new .our-school {
        padding: 32px 0;
    }
    .home-new .our-school .our-school__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }
    .home-new .our-school .our-school__list {
        grid-gap: 16px;
    }
    .home-new .our-school .our-school__list .item {
        width: 90%;
        min-width: 300px;
    }
    /* .home-new .our-school .our-school__list::-webkit-scrollbar {
        display: none;
    } */
    .home-new .our-school .our-school__list .item {
        margin-top: 0;
    }
}
.school__label-tag {
    position: absolute;
    top: 0;
    right: 12px;
    display: flex;
    grid-gap: 8px;
    overflow: hidden;
}
.school__label-tag .label-tag__item {
    padding: 8px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.school__label-tag .label-tag__item::before {
    content: "";
    position: absolute;
    bottom: -4px;
    border-width: 10px;
    border-color: transparent transparent white transparent;
    border-style: solid;
}
.school__label-tag .label-tag__item.label-tag__item--green {
    background-color: #457ec3;
}
.school__label-tag .label-tag__item.label-tag__item--pink {
    background-color: #457ec3;
}
.school__label-tag .label-tag__item.label-tag__item--yellow {
    background-color: #457ec3;
}
.school__label-tag .label-tag__item .image {
    width: 16px;
    height: 16px;
    background-color: #fff;
}

.content-with-reset figure {
    margin: 0;
}
