html,
body {
    width: auto !important;
    /* overflow-x: hidden !important; */
}
.mobile_side_menu>.navbar-nav{
    border-right: 1px solid #b2b2b2
}
.post__wrapper_item{
    overflow: hidden;
    box-shadow: 0 0 13px 2px rgb(0 0 0/10%);
    border-radius: 10px;
}

.pagess .col-xl-3 img{
    display: block;
    margin: auto;
    margin-top: 40px;
}

.post__wrapper_item:hover img {
    transform: scale(1.05);
    transition: all 0.2s ease-in ;
}
.post__wrapper_item .post__thumbnail {
    overflow: hidden;
}

.post__content{
    padding: 10px;
}

#categories_id .nav-link:hover {
    color: #fff;
    box-shadow: 0 2px 8px 2px #868686;
}

.ml-10{
    margin-left: 10px !important;
}

.pb-20{
    padding-bottom: 20px;
}

#categories_id .nav-link.active p, #categories_id .show>.nav-link p{
    color: #ffff !important;
}
#categories_id p{
    margin-bottom: 0;
}

#categories_id{
    padding-right: 20px;
}

#categories_id .nav-link{
    border: 1px solid #ddd !important;
}

#categories_id .nav-link.active, #categories_id .show>.nav-link{
    background-color: var(--color-1st);
}

.d-grid {
    display: grid !important
}

.grid-col-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.grid-col-2-1 {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.grid-col-1-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
}

.grid-col-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-col-90 {
    grid-template-columns: minmax(0, 90px) minmax(0, 1fr);
}

.grid-col-920-1 {
    grid-template-columns: minmax(0, 736px) minmax(0, 1fr);
}

.grid-col-920-1.video {
    grid-template-columns: minmax(0, 748px) minmax(0, 1fr);
    /**701**/
}

.grid-col-890 {
    grid-template-columns: minmax(0, 890px) minmax(0, 1fr);
}

.grid-col-2-80 {
    grid-template-columns: 100px 1fr;
}

.grid-blog-1 {
    grid-template-columns: 1fr 1fr;
}

.gap-5 {
    gap: 5px
}

.gap-10 {
    gap: 10px
}

.gap-15 {
    gap: 15px
}

.gap-20 {
    gap: 20px
}

.gap-25 {
    gap: 25px
}

.gap-30 {
    gap: 30px
}
.gap-35 {
    gap: 35px
}
.gap-40 {
    gap: 40px
}

.gap-50 {
    gap: 50px
}

.p-20 {
    padding: 20px;
}

.icon_box h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #868686;
}

.icon_box p {
    font-size: 14px;
    line-height: 20px;
}
.auth-block span{
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}
.register-btn span{
    color: #faa818;
}
.login-btn span{
    background: var(--color-1st);
    border: 1px solid #000;
}

.section_intro {
    background-color: #F8F2E6;
}

.section_intro .item {
    padding: 20px;
    border: 1px solid;
    border-radius: 10px;
    background: #fff;
}
.section_intro .col:first-child{
    padding-top: 40px;
}
.section_intro .item img {
    margin-top: -35px;
}
.section_intro .description {
    max-width: 360px;
}

.pb-80 {
    padding-bottom: 80px;
}

.section_intro h2 {
    max-width: 430px;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}
.section_intro 

.main-color {
    color: var(--color-1st) !important;
}

.bg-main-color {
    background-color: var(--color-1st);
}

.section h2 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section_categories .item {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.section_categories .item:hover {
    box-shadow: 3px 2px 8px 1px #e4e4e4d6;
    background: rgb(248, 247, 247);
    background: linear-gradient(180deg, rgba(248, 247, 247, 1) 0%, rgba(238, 255, 246, 1) 100%);
}

.section_categories .item h3,
.section_categories .item ul {
    z-index: 10;
    position: relative;
}

.section_categories .item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: var(--color-1st);
}

.section_categories .item h3 a {
    color: var(--color-1st);
}

.section_categories .item span {
    font-size: 14px;
    color: #858585;
    font-weight: 500;
}

.section-partner .col-12 {
    border-radius: 10px;
    box-shadow: 2px 5px 10px 3px #e6e6e6;
}

.top-header *,
.top-header .language-wrapper .dropdown .btn-select-language {
    color: #fff !important;
}

.colm .slick-arrow {
    opacity: 1;
}

.colm .slick-prev {
    left: 0;
}

.colm .slick-next {
    right: 0;
}

.captions.slick-initialized .slick-slide {
    padding: 0 15px;
}

#navCatContent>ul>li {
    background-color: unset;
    border: unset;
    box-shadow: unset;
}

#navCatContent>ul>li>a {
    color: #464545;
    font-weight: 500;
}

#navCatContent img {
    max-height: 40px;
}

.nav-fixed #navCatContent li:hover>a {
    color: #000;
    background: #ccc;
}

.social_icons.custom li a {
    color: #333;
    border-radius: 5px;
    font-size: unset;
    width: unset;
    height: unset;
    line-height: unset;
    border-radius: 50%;
}

.link-btn {
    background: var(--color-1st);
    color: #202020;
    padding: 7px 13px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    transition: all .3s ease;
    min-width: 150px;
    text-align: center;
    border: 1px solid;
}

.link-btn:hover {
    color: #1d1d1d;
    box-shadow: 0 2px 8px 2px #868686;
}

.link-btn::before {
    left: -21px;
    width: 17px;
}

.link-btn::after {
    right: -55px;
    width: 51px;
}

.main-slider {
    border-radius: 10px;
    overflow: hidden;
}

.banner_section.slide_medium,
.banner_section.slide_medium .carousel-item {
    height: unset;
}

footer iframe {
    width: 100%;
    max-height: 225px;
    overflow: hidden;
}

.header_wrap.nav-fixed .bottom_header .navbar-brand {
    max-width: 200px;
}

.banner img {
    border-radius: 10px;
    transition: all .4s ease;
}

.section-banner .container,
.section-intro .container {
    max-width: 1300px !important;
}

.section_test {
    padding-bottom: 100px;
}

.support-box .widget_title {
    background-color: var(--color-1st);
    color: #fff;
    padding: 10px 20px;
}

.support-box .contact_info {
    padding: 10px 20px;
}

.banner img:hover {
    box-shadow: 0 2px 10px 2px #ddd;
}

.related-box h3 {
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    background: transparent;
}

.contact_detail span {
    font-size: 16px;
}

.breadcrumb_custom .breadcrumb {
    justify-content: unset !important
}

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

.pre-wrap {
    white-space: pre-wrap;
}
.widget_content span {
    font-size: 14px;
    color: #6c6c6c !important;
}
.widget_recent_post li {
    margin-bottom: 5px;
    padding: 6px 10px;
    background: #ebebeb;
    transition: all .3s ease;
}

.widget_recent_post li:hover,
.widget_recent_post li.active {
    background: #4c4a4a;
}

.widget_recent_post li:hover a,
.widget_recent_post li.active a {
    color: #fff !important;
}

.widget_recent_post .post_content h6 {
    font-weight: 700;
}

.widget_recent_post .post_content span {
    color: #9b9a9a
}

.middle-header .input-group {
    border-radius: 20px;
}

.middle-header .input-group>.input-group-prepend {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.middle-header .input-group .custom_select .first_null {
    border: unset;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.middle-header .input-group>.form-control {
    border-radius: 20px !important;
}

.contact_detail li:first-child {
    box-shadow: unset;
}

.categories_btn.btn_custom {
    background: unset;
}

.item svg {
    max-width: 100%;
    fill: #707070;
}

.blog_post:not(.box_shadow1):hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.section_news .blog_post:hover {
    box-shadow: unset;
}
.newsletter_text_custom p {
    font-size: 33px;
    line-height: 25px;
}

.section.bg_default {
    background: #d91e31;
    background: linear-gradient(180deg, #d91e31 0%, #75252f 100%);
}

.section_partner .owl-stage-outer {
    padding: 5px
}

.section_partner h3 {
    font-size: 16px
}

.contact_detail>li span {
    color: #fff;
}

.contact_detail>li:hover {
    background-color: var(--color-1st) !important;
}

.contact_detail>li:hover * {
    color: #fff;
}

#filter_categories .widget_title {
    padding: 10px;
    text-align: center;
}

.link-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.section_news .blog_content {
    min-height: 68px;
    transition: all .3s ease;
    background: #fff;
}

.section_news .blog_post:hover .blog_title a {
    color: #FAA819;
}

.btn-login {
    background-color: #fff !important;
    color: #242424 !important;
}

.btn-login span {
    color: #242424 !important
}

.btn-login:hover {
    background-color: #242424 !important;
}

.btn-login:hover span {
    color: #fff !important;
}

.section_categories .container {
    border-radius: 10px;
    padding: 20px;
}

.section_categories .nav-link {
    border: 1px solid var(--color-1st);
    color: var(--color-1st);
    padding: 4px 10px;
    border-radius: 20px;
    max-width: 185px;
}

.section_categories .nav-link:hover {
    background-color: var(--color-1st);
    color: #fff;
}

.categories_list {
    list-style: none;
}

.categories_list>li {
    max-width: 150px;
    min-width: 150px;
}

footer {
    background-color: #f8f2e6;
}

footer a:link {
    color: #fff;
}

.section_tags ul {
    list-style: none;
    display: flex;
    gap: 10px;
}

.section_tags ul {
    list-style: none;
    display: flex;
    gap: 10px;
}

.section_tags ul a {
    background-color: #f1fef5;
    color: #000;
    font-weight: 400;
    text-transform: none;
    padding: 7px 22px;
    box-shadow: 0 2px 5px #ddd;
}

.section_tags ul a:hover {
    background-color: #000;
}

.section_feedback .item {
    border-radius: 11px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 12px #ddd;
    padding: 25px 20px 13px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}

.section_feedback .item::after {
    content: "";
    width: 70%;
    position: absolute;
    right: 7%;
    bottom: 45px;
    border-top: 1px solid #e5e5e5;
}

.section_feedback .item .count {
    background-color: #fc4e12;
    color: #fff;
    padding: 0 15px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
}

.section_feedback .item * {
    font-style: italic;
    font-weight: 400;
    color: #747474;
}

.section_feedback .item .content {
    margin-bottom: 22px;
}

#fly_by_side {
    position: fixed;
    right: 17px;
    bottom: 78px;
    z-index: 1000;
    transform: translateX(0);
    transition: all .4s ease;
}

#fly_by_side.hidden {
    transform: translateX(31px);
}

#fly_by_side .social_icons li {
    display: block;
    padding: unset;
}

/* #fly_by_side .social_icons li:first-child {
    position: absolute;
    right: 31px;
    top: 0;
} */
#fly_by_side .social_icons li a {
    border-radius: 0;
    /* width: 44px;
    height: 44px; */
    line-height: 44px;
    background-color: unset !important;
}

#fly_by_side .social_icons li a img {
    background-color: #fff !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.add_wishlist i {
    font-size: 22px;
    display: block;
}

.contact-phone .font-weight-bold {
    font-size: 22px; 
}

.contact_detail>li,
.header_list>li {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 10px 8px !important;
}

.section_categories .owl-stage {
    display: flex;
    align-items: center;
    padding: 0 2px;
}

.nav_style5.owl-theme:hover .owl-nav button:hover i {
    color: #fff;
    background-color: unset;
}

.section_categories .heading_s2 h2,
.section_categories .heading_s2 a {
    color: #242424;
    text-transform: unset;
    text-align: center;
}

.section_categories .heading_s2 a:hover {
    color: var(--color-1st)
}

.nav_style5.owl-theme .owl-nav .owl-prev {
    left: -40px !important;
}

.nav_style5.owl-theme .owl-nav .owl-next {
    right: -40px !important;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.truncate-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.truncate-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.truncate-5 {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.truncate-7 {
    -webkit-line-clamp: 7;
    line-clamp: 7;
}

.section_news .cover-info {
    border-radius: 8px;
    color: #fff;
}

.section_news .cover-info .title {
    font-size: 35px;
    font-weight: 300;
}

.section_news .cover-info .title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
}

.section_news .cover-info .content {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
}

.grid-blog-1 .blog_post {
    grid-template-columns: 356.6px auto;
}

.index .section_certs {
    background-color: #fff;
}

.grid-col-support {
    grid-template-columns: 40px 1fr;
}

.grid-col-support p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.grid-col-support .custom-header {
    font-size: 19px;
}

.sub-menu .menu-item>a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    margin-bottom: 4px;
    background: var(--color-1st);
    transition: all .4s ease;
    margin-left: 0;
}

.sub-menu .menu-item a:hover::before {
    width: 10px;
    margin-left: 5px;
}

.blog_style2.d-grid {
    grid-template-columns: 185px 1fr;
    gap: 20px
}

.blog_thumbs .blog_content {
    padding: 25px;
}

.section_categories_featured .item {
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s ease;
}

.section_categories_featured .item:hover {
    box-shadow: 0 0 14px 1px #0000007a
}

.section_categories_featured .content {
    bottom: 0;
    padding: 15px 25px;
    background: linear-gradient(0deg, rgb(0 0 0 / 64%)0%, rgb(0 0 0 / 56%)35%, rgb(255 255 255/0%)100%);
}

.section_categories_featured .content span {
    font-weight: 500;
    font-size: 25px;
}

.section_categories_featured .item:hover a {
    text-decoration: underline;
}

.cover-info .link-btn {
    background-color: #fff;
    color: var(--color-1st);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
}

.section_intro .text-white * {
    color: #fff;
}

.section_categories_featured .section__content,
.section_media .section__content{
    grid-template-columns: repeat(3, 1fr);
}

footer * {
    color: #000 !important;
}

.footer_top .container {
    background-color: var(--color-1st);
    padding: 45px 40px;
    margin-bottom: 60px;
}

.section_contact .section__content h2 {
    margin-bottom: 40px;
}

.section_contact .section__content p {
    margin-bottom: 40px;
}

.section_contact .section__content .link-btn {
    background-color: #000;
}

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

footer .footer_top {
    z-index: 200;
    position: relative;
}

.link_slider {
    margin-top: 40px;
}

.categories_fill .section-intro .image,
.categories_fill .section-banner .banner .title_banner .right {
    position: relative;
}

.section__header {
    position: relative;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 30px
}

.section__header h2 {
    text-transform: uppercase;
    color: var(--color-1st);
}

.section__header::before {
    content: '';
    position: absolute;
    width: 40px;
    bottom: 0;
    height: 2px;
    background-color: var(--color-1st);
}

.categories_fill .section-banner .banner .title_banner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    position: relative;
}

.backgroud_pro .text_pro {
    padding: 30vh;
    text-align: center;
}

.backgroud_pro .text_pro * {
    color: #ffff;
}

.categories_fill .section-banner .banner .title_banner .right .text_banner {
    position: absolute;
    top: 50px;
    right: 0px;
    left: 0px;
    bottom: 106px;
    padding: 50px;
    overflow-y: scroll;
}

.categories_fill .section-banner .banner .title_banner .right .text_banner::-webkit-scrollbar {
    display: none;
}


.categories_fill .section-banner .banner .title_banner img {
    box-shadow: 0 2px 10px 2px #dddddd00;
}

.categories_fill .section-banner .banner .title_banner .right .text_banner p {
    font-size: 14px;
}

.categories_fill .section-banner .banner .title_banner .right .image {
    height: 100%;
}

.categories_fill .section-banner .banner .title_banner .right .image img {
    height: 100%;
}

.categories_fill .section-banner .banner .title_banner.even .right .image img {
    transform: scaleX(-1)
}

.categories_fill .section-banner .banner .title_banner.even .left {
    grid-row: 1;
    grid-column: 2;
}

.categories_fill .section-banner .banner .title_banner.even {
    grid-template-columns: 1fr 1.5fr;
}

.categories_fill .section-banner .banner .title_banner .right * {
    color: #fff;
}

/* 
.categories_fill .section-banner .banner .title_banner .right {
    border-top-left-radius: 100px;
    overflow: hidden;
} */

.categories_fill .section-banner .banner .title_banner img {
    border-radius: 0;
}


.image .image_icon {
    position: absolute;
    top: -50px;
    left: -40px;
    z-index: 10;
    background-color: #f5f5f5;
    padding: 20px;
    border-bottom-right-radius: 80px;
}

.link_slider_a {
    background-color: transparent;
    border: 1px solid white;
    padding: 10px 20px;
    margin-top: 20px;
}

.link_slider_a:hover {
    background-color: #ffff;
    color: var(--color-1st) !important;
}

.categories_fill .banner_section .text_slider {
    position: absolute;
    top: 20%;
    left: 10%;
    right: 40%;
}

.categories_fill .banner_section .text_slider * {
    color: #ffff;
}

.categories_fill .banner_section .text_slider h2 {
    font-size: 46px;
    font-weight: bold;
}
.rounded .social_icons {
    padding-left: 20px;
}

.section_contact .section__content {
    padding: 40px 20px;
    border-radius: 10px;
}

#app .background_bg {
    padding: 60px 0;
}

.management .content {
    white-space: wrap;
}

.employee .d-grid {
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr))
}

.employee .title {
    bottom: 0;
}
.support-box {
    position: sticky;
    top: 100px;
}

.image_auto {
    display: block;
    margin: auto;
}

.text-banner .cover * {
    color: #000;
}

.text-banner {
    background-size: cover;
    padding: 25px 35px 30px;
    min-height: 240px;
}

.pre-line {
    white-space: pre-line;
}

.pre-line::first-line {
    line-height: 5px;
}

.enquiry-form .field_form {
    max-width: 650px;
    margin: 0 auto;
    padding: 35px 45px;
}

.trading-map .nav-link {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px 15px;
    margin: 0 5px;
    font-size: 15px;
    font-weight: 600;
}

.carrers .item {
    padding: 25px 30px;
    margin-bottom: 15px;
}

.carrers .item h2 {
    font-size: 28px;
}

.navbar .navbar-nav li:nth-child(3) {
    position: unset;
}

.float-item .cover {
    visibility: hidden;
    opacity: 0;
}

.float-item:hover .cover {
    visibility: visible;
    opacity: 1;
}

.page_item {
    position: relative;
}

.page_item .contact {
    position: absolute;
    background-color: #ffff;
    left: 10px;
    right: 10px;
    bottom: -50px;
    padding: 20px;
    border-bottom: 2px solid var(--color-1st);
}
.section_teacher .blog_post{
    border: 1px solid #000;
    border-radius: 10px;
    background: #f7f5ef;
    overflow: unset;
    transition: all .4s ease;
    margin-bottom: 20px;
}
.section_teacher .blog_img{
    padding: 20px;
}
.section_teacher .blog_content{
    padding: 0 20px;
}
.section_teacher .blog_post .link-btn{    
    transform: translate(-5px, 18px);
    display: inline-block;
}
.section_teacher .blog_post .truncate{
    font-size: 14px;
}
.section_teacher .blog_post .truncate,
.section_teacher .blog_post .link-btn{    
    opacity: 0;
    visibility: hidden;
}
.section_teacher .blog_post .hide-height{
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}
.section_teacher .blog_post .link-btn{
    display: none;
}
.section_teacher .blog_post:hover{    
    background: var(--color-1st);
    border-bottom-right-radius: 50px;
}
.section_teacher .blog_post .truncate,
.section_teacher .blog_post .link-btn{    
    opacity: 1;
    visibility: visible;
}
.section_teacher .blog_post:hover .hide-height{
    max-height:100px
}
.section_teacher .blog_post:hover .link-btn{
    display: inline-block;
}
.section_course,
.section_teacher,
.section_featured_student{
    overflow: hidden;
}

.section_teacher .blog_post:hover .blog_title á{
    color: #000;
}

.section_featured_student{
    background-color: #f7f5ef;
}
.section-new {
    padding-bottom: 200px;
}
.section_course .blockSwiper,
.section_featured_student .blockSwiper{
    overflow: unset;
}
.section_course .blog_img img{
    /* width: unset; */
    max-width: unset;
}
.section_course .blog_content {
    padding: 18px;
    padding-top: 10px;
}
.section_course .blog_post,
.teacher-box{
    overflow: unset;
    box-shadow: 0 0 1px 1px rgb(32 32 32 / 80%);
}
.section_course .blog_img,
.teacher-box .box_img {
    margin: 15px;
    margin-top: -25px;
}
.circle-icon{
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-bottom: 2px;
    border-radius: 50%;
    background-color: #FAA819;
}
.section_course .info *{
    font-weight: 600;
    color: #676767;
}
.section_course .link-btn{
    padding: 4px 10px;
    font-size: 22px;
    padding: 4px 11px;
}
.section-header .description {
    margin-bottom: 10px;
    color: #FAA819;
    font-size: 20px;
    font-weight: 600;
}
.section_student,
.about-page .section_history{
    background: url(/storage/general/student-bg.png) center;
    background-size: cover;
}
.section_student .blog_post{
    box-shadow: unset;
    border: 1px solid #000;
    padding: 20px;
}
.section_student .blog_content{
    padding: unset;

}
.section_news .blog_post{
    box-shadow: unset;
    border-radius: unset;
}
.section_news .blog_post .date{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
    color: #696969;
}
.section_news .first-col .blog_text{    
    position: absolute;
    bottom: 7px;
    width: 98%;
    background: var(--color-1st);
    margin: 0 7px;
    padding: 12px 15px;
    border-radius: 5px;
}
.section_news .first-col .blog_text:hover a{        
    color: #696969;
}
.section_news .blog_post img{
    border-radius: 5px;
    overflow: hidden;
}
.carrer-box{
    background: var(--color-1st);
    padding: 30px;
    border-radius: 10px;
    width: 305px;
    float: right;
    position: sticky;
    top: 120px;
}
.carrer-box .val{
    font-weight: 500;
    font-size: 15px;
}
.carrer-box .val span{
    min-width: 25px;
    display: inline-block;
}
.carrer-box span:first-child{
    font-size: 21px;
}
.carrer-box i{
    font-size: 20px;
    color: #4c4c4c;
}
.carrer-box:not(.blog_text) .link-btn,
.button-cover .link-btn{
    color: var(--color-1st);
    background: #000;
    border-color: #000;
    display: block;
}
.carrer-box:not(.blog_text) .link-btn i{
    font-size: 17px;
    color: var(--color-1st);
}
.carrer-page{
    background-color: #F8F2E6;
}
.blog_text.carrer-box{
    background: unset;
    padding: unset;
    border-radius: unset;
    width: unset;
}
.carrer-box i{    
    font-size: 18px;
}
.page-title-mini{
    margin-bottom: 20px;
}
.page-title-mini h1{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
.back-button{
    font-size: 15px;
    font-weight: 600;
}
.block-carrer{
    margin-top: 20px;
    padding-top: 20px;
}
.block-carrer .title,
.related-carrer .title{
    font-size: 38px;
    font-weight: 700;
}
.ion-upload{
    font-size: 22px !important;
}
.apply-cover {
    border: 1px solid #979696;
    border-radius: 12px;
    padding: 35px 70px;
}
.apply-cover .form-group p{
    font-size: 13px;
    margin-bottom: 0;
}
.application_file{
    padding: 6px 10px;
}
.block-carrer .apply-cover{
    background: url(/storage/general/carrer-bg-2.png);
}
.button-cover {
    position: absolute;
    bottom: -52px;
}
.button-cover button{
    text-transform: uppercase;
}
.block-carrer.carrer-single{
    border-top: 2px dashed #d9d9d9
}
.related-carrer{
    background: #fef2d0;
    padding: 50px 0;
}
.page-content .item-cover{
    border: 1px solid #202020;
    background-color: var(--color-1st);
    padding: 20px 30px;
    border-radius: 20px;
}
.map-cover{
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
.item-cover span{
    margin-bottom: 7px;
    display: block;
}
.item-cover p{
    margin-bottom: 0;
    font-size: 18px;
}
.map-cover iframe{
    max-height: 400px;
}
.class-box{
    border: 1px solid #1d1d1d;
}
.class-box img{
    max-width: 51px;
}
.class-box .blog_title{
    font-size: 18px;
}
.class-box .val{
    font-weight: 500;
    font-size: 14px;
}
.class-box .val span{
    color: #646464;
}
.teacher-box{
    overflow: unset;
}
.teacher-box img{
    width: 100%;
}
.course-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}
.course-list li{
    border: 1px solid #000;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease;
}
.course-list li.active,
.course-list li:hover{
    color: #000;
    background-color: var(--color-1st);
}
.course-list li:hover a{
    color: #000;
}
.teacher-box .box_img span {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: var(--color-1st);
    z-index: 10;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.teacher-box .val {
    color: #000;
    font-size: 15px;
}
.teacher-page .info_box,
.teacher-page .position span{
    padding: 5px 20px;
    background: var(--color-1st);
    font-weight: 700;
    border-radius: 5px;
    font-size: 15px;
}
.teacher-page .info_section {
    margin-bottom: 80px;
}
.teacher-page .info-box{
    padding: 15px 40px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: var(--color-1st);
    box-shadow: -1px 1px 0 1px #000;
    max-width: 580px;
}
.teacher-page .info-box .title{ 
    display: block;
    font-size: 32px;
    font-weight: 700;
}
.teacher-page .info-box .description{
    color: #4c4c4c;
}
.teacher-page .info-box img{ 
    margin-top: -5px;
}
.teacher-page .info-box .col-6:first-child{ 
    border-right: 1px solid #6a6a6a;
}
.teacher-page .info-box .col-6:last-child{ 
    padding-left: 20px;
}
.teacher-page .section_intro{
    padding: 50px 0;
    background: unset;
}
.teacher-top-bg {
    position: absolute;
    top: -50px;
    right: -150px;
}
.quote-box{
    background: url(/storage/general/quote-bg.png) no-repeat center;
    background-size: cover;
    padding: 40px 0;
}
.quote-box .message{
    border: 1px solid #000;
    padding: 20px 25px;
    border-radius: 5px;
    max-width: calc(100% - 262px);
}
.triangle {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 25px solid #000;
    position: absolute;
    top: 50%;
    left: -26px;
    transform: translateY(-50%);
    z-index: 2;
}
.triangle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 25px solid #fff;
    z-index: -1;
}
.triangle-2 {
    border-top: 15px solid #000;
    border-right: 15px solid transparent;
    border-left: 15px solid #000;
    top: unset;
    left: 30px;
    bottom: -30px;
    transform: unset;
}
.triangle-2::before {
    top: unset;
    left: -14px;
    bottom: -13px;
    transform: unset;
    border-top: 15px solid #f8f2e6;
    border-right: 15px solid transparent;
    border-left: 15px solid #f8f2e6;
}
.section_course .section-header {
    margin-bottom: 50px !important;
}
.quote-box .message::after{
    content: url(/storage/general/quote-ico.png);
    position: absolute;
    top: -25px;
    right: 20px;
}
.index .section.section_news,
#app .section.section_news{
    padding-top: 100px !important;
}
.section-achievements{
    border-radius: 10px;
    padding: 30px 50px;
    margin-bottom: -85px;
    box-shadow:0 5px 13px 0 rgb(0 0 0 / 15%);
}
.section-achievements .content{
    border-right: 1px solid #a0a0a0;
    font-size: 15px;
    font-weight: 500;
}
.section-achievements .content:last-child{
    border-right: unset
}
.section-achievements h3{
    font-size: 30px;
}
.section_partner{
    background: url(/storage/general/partner-bg.png) center;
    background-size: cover;
    padding: 40px 0 30px;
}
.section_partner .section-content {
    border-radius: 10px;
    padding: 30px 50px;
    box-shadow:0 5px 13px 0 rgb(0 0 0 / 15%);
}
.section_course.custom_news .blog_img{
    margin: unset;
    padding: 15px;
}
.section_course.custom_news .blog_content{
    padding-top: unset;
}
.section_course.custom_news .time{
    font-weight: 500;
    font-size: 15px;
    color: #848484;
}
.section_course.custom_news .category,
.single_post .category{
    font-size: 12px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: var(--color-1st);
    display: inline-block;
}
.section_course.custom_news .blog_post:nth-child(odd) {
    margin-top: unset;
}
.section_course.custom_news .blog_post {
    box-shadow:0 5px 23px 4px rgb(0 0 0 / 14%);
    height: 100%;
}
.featured-news{
    padding: 40px 0;
    background: url(/storage/general/news-bg.png) center;
    background-size: cover;
}
.featured-news .cover{
    box-shadow:0 5px 13px 0 rgb(0 0 0 / 15%);
    padding: 20px;    
    border-radius: 12px;
}
.featured-news.section_course .link-btn{
    font-size: 14px;
    padding: 7px 20px;
    color: #333;
}
.featured-news.section_course .link-btn i{
    font-size: 16px;
    color: #333;
}
.featured-news .description{
    color: #646464;
    font-size: 15px;
}
.single_post{
    max-width: 845px;
    margin: 0 auto;
}
.related-posts{
    padding-top: 30px;
    border-top: 2px dashed #b9b9b9;
}
.page-content-2 .item{
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px;
    background-color: #f8f2e6;
}

.page-content-2 .col-12:last-child .triangle-2 {
    right: 30px;
    left: unset;
    transform: rotateY(180deg);
}
.about-page .section_history{
    padding: 50px 0;
}
.section_history .item{
    box-shadow:0 5px 13px 0 rgb(0 0 0 / 15%);
    padding: 20px 30px;
    border-radius: 10px;

}
.section_history span{
    font-size: 33px;
    font-weight: 700;
    color: #faa818;
}
.section_history .title{    
    font-size: 18px;
    font-weight: 700;
}
.edu_img{    
    margin-top: -185px;
}
.intro_procedure h3{
    font-size: 22px;
    font-weight: 600;
}
.intro_procedure .item{
    max-width: 97%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #000;
}
.intro_procedure .title{
    display: table;
    background: var(--color-1st);
    padding: 5px 15px;
    font-weight: 600;
    border-radius: 3px;
    margin-top: -39px;
}

.quote-box .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.section_featured_student .blog_content {
    margin-top: 20px;
    background: #fff;
    position: relative;
}
.section_featured_student .blog_post:hover img{
    transform: unset;
}
.section_featured_student .blog_post:hover {
    box-shadow:unset;
    transform: translateY(-10px);
}

.section_featured_student .blog_content::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 20px;
    transform: unset;
    border-top: 20px solid transparent;
    border-right: transparent;
    border-left: 20px solid #fff;
}

.section_student .blockSwiper{    
    padding-bottom: 30px;
}
.swiper-pagination-bullet-active{
    background-color: #faa818;
}
.slider-buttons.absolute{
    position: absolute;
    top: -65px;
    right: 0;
    display: flex;
    gap: 30px;
}
.slider-buttons.absolute .swiper-button-prev,
.slider-buttons.absolute .swiper-button-next {
    left: unset !important;
    right: unset !important;
    position: relative;
    color: #1d1d1d;
}
.slider-buttons.absolute .swiper-button-prev::after{
    content: "\f2ca";
    font-family: Ionicons;
    font-size: 25px;
}
.slider-buttons.absolute .swiper-button-next::after {
    content: "\f30f";
    font-family: Ionicons;
    font-size: 25px;
}


@media screen and (min-width: 992px) {
    .section_course .blog_post:nth-child(odd){
        margin-top: 35px;
    }
    .section_course .blog_post:nth-child(even){
        margin-bottom: 40px;
    }
}


@media screen and (max-width: 991px) {
    .section_intro .section-content{
        display: grid !important;
        gap: 30px;
    }
    .teacher-top-bg {
        display: none;
    }

    .slider-buttons.absolute{
        display: none;
    }
    .ul-li{
        grid-template-columns: 1fr;
    }

    .categories_fill .section-banner .banner .title_banner .right .text_banner {
        position: initial !important;
        padding: 20px !important;
    }

    .grid-col-3{
        grid-template-columns: 1fr;
    }

    #categories_id .nav-link, #categories_id .nav-item{
        width: 100%;
    }

    #categories_id{
        display: grid !important;
        gap: 20px;
        justify-items: center;
        justify-content:center !important;
    }

    .link_slider {
        margin-top: 20px;
    }

    .categories_fill .banner_section .text_slider h2 {
        font-size: 20px;
    }

    #navCatContent li a.nav-link {
        text-transform: uppercase;
    }

    .categories_fill .banner_section .text_slider p,
    .register-btn {
        display: none;
    }

    .link_slider_a {
        font-size: 12px;
    }

    .image .image_icon {
        left: -8px;
    }

    .footer_logo {
        padding: 20px 0 0 0;
    }

    .hidden-mobile {
        display: none !important
    }

    .main-menu .side_navbar_toggler span,
    .main-menu .pr_search_icon a {
        color: #fff;
    }


    #navCatContent .mobile_side_menu {
        display: block;
        left: 0;
        position: relative;
    }

    #navCatContent ul {
        background: unset;
        gap: 10px;
    }

    .product_search_form_mobi {
        display: block;
        z-index: 1000;
        position: relative;
    }

    #filter_categories .sidebar {
        position: fixed;
        top: 50px;
        right: 0;
        background: #fff;
        transform: translateX(1000px);
        transition: all .4s ease;
        z-index: 1300;
        height: 80vh;
        /* overflow-y: auto; */
        overflow-x: visible;
    }

    #filter_categories.show .sidebar {
        transform: translateX(0);
        border: 1px solid #ddd;
    }

    .order-first #btn-sidebar {
        display: block !important;
        right: -24px;
        top: 30%;
        transform: rotate(-90deg);
        z-index: 1500;
        border-radius: 0;
    }

    .categories_btn .linearicons-menu {
        display: block
    }

    .addThis_listSharing.right.animate ul {
        display: grid;
        gap: 5px;
    }

    #app {
        overflow: auto hidden;
        /* margin-bottom: 180px; */
    }

    .section_intro .section-header{
        margin-bottom: 40px !important;
    }

    .categories_wrap>.categories_btn.d-block i {
        font-size: 33px;
    }

    .bottom_header .categories_wrap>.categories_btn {
        display: none !important;
    }

    .categories_wrap>.categories_btn {
        background-color: unset;
        color: var(--color-1st);
    }

    .cover-full-menu {
        display: none;
    }

    .section_news .grid-blog-1 {
        grid-template-columns: 1fr;
    }

    .section_news .grid-col-3 {
        gap: 20px;
    }

    .section_categories_featured .content {
        padding: 0 25px;
        margin-top: 20px;
        max-width: 380px;
    }

    .item__page {
        margin-bottom: 100px;
    }

    .item__page.last {
        margin-bottom: 0;
    }

}

@media (max-width:769px) {

    .nav_block .contact_detail .contact-phone,
    .nav_block .contact_detail span.name {
        display: none !important
    }

    .nav_block .contact_detail .btn-login {
        padding: unset !important;
        background: unset !important;
        box-shadow: unset;
    }

    .nav_block .contact_detail i {
        font-size: 28px;
        color: #fff;
    }

    .contact_detail span {
        display: none;
    }

    .contact_detail>li {
        padding: 5px !important;
        box-shadow: unset !important;
    }

    .categories_list>li {
        min-width: 100px;
    }
    .section_categories_featured .item {
        display: block !important;

    }

    .view-details {
        bottom: 41%;
    }

    .section_news .d-grid {
        grid-template-columns: minmax(0, 1fr)
    }

    .section_categories .d-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .section_categories_featured .content {
        padding: 10px;
        margin-top: 0;
        max-width: 580px;
    }

    .section h2 {
        font-size: 40px;
    }

    .language-wrapper {
        min-width: 82px;
    }
    .page-title-mini .search_form{
        display: none;
    }
}

@media screen and (max-width: 600px) {

    .section_categories_featured .section__content,
    .section_media .section__content .d-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .section-achievements {
        border-radius: 10px;
        padding: 20px 10px;
        margin: 5px 10px;
        gap: 10px;
    }
    .section-achievements .item{
        display: flex;
        align-items: center;
        gap: 20px;
        border-bottom: 1px solid #b7b7b7;
        padding: 10px 5px 15px;
    }
    .section-achievements .item:last-child{
        border-bottom: unset;
        padding-bottom: 0;
    }
    .section-achievements img{
        max-width: 50px;
        margin: unset !important;
    }
    .section_news .first-col .blog_text {
        width: 96%;
    }
    .blog_mini{
        grid-template-columns: 2fr 3fr !important;
        gap: 10px !important;
    }
    .section_news .blog_content {
        min-height: 35px;
    }
    .section_partner .section-content {
        padding: 20px 10px;
        margin: 0;
    }
    .page-content .item-cover {
        padding: 20px
    }
    .apply-cover {
        padding: 35px 30px;
    }
    .about-page .section_history,
    .section_featured_student,
    .section_student,
    .section_news,
    .section_partner {
        padding: 60px 0 !important
    }
    .edu_img {
        margin-top: -65px;
    }
    .section_edu .section-header img{
        max-width: 130px;
    }
    .teacher-page .blog_title{
        font-size: 30px;
    }
    .teacher-page .info-box {
        padding: 15px 10px;
        margin: 0 5px 20px;
    }
    .teacher-page .info_section {
        margin-bottom: 40px;
    }
    .quote-box .img-cover{
        width: 100%;
        text-align: center;
    }
    .quote-box .message {
        max-width: 100%;
    }
    .quote-box .triangle{
        top: -27px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
}

@media (max-width: 480px) {
    .carrer-box {
        width: 100%;
    }
    .section_categories .grid-col-5,
    .footer_top .grid-col-4,
    .section_media .section__content{
        grid-template-columns: minmax(0, 1fr)
    }

    .section_news .d-grid {
        gap: 20px
    }

    .section_categories .grid-col-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        padding: 10px;
    }

    .grid-col-4,
    .grid-col-5,
    .section_categories .section__content.d-grid,
    .sub-slider,
    .related-box .d-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .section_categories .d-grid{
        grid-template-columns: minmax(0, 1fr);
    }

    .section_categories .item {
        box-shadow: 3px 2px 8px 1px #e4e4e4d6;
        background: rgb(248, 247, 247);
        background: linear-gradient(180deg, rgb(220 251 235 / 28%) 0%, rgb(208 254 230) 100%);
    }

    .header_wrap.nav-fixed .bottom_header .navbar-brand {
        display: none !important;
    }

    .categories_btn {
        background-color: var(--color-1st);
        color: #ff9a1f;
        display: block !important;
        font-weight: 600;
    }

    .categories_btn.close i {
        color: var(--color-1st);
    }

    .categories_wrap>.categories_btn.d-block {
        display: block !important;
        background-color: unset;
        padding: 0;
    }

    .section_newsletter .newsletter_form2 {
        width: 100% !important;
    }

    .newsletter_text_custom p {
        font-size: 23px;
    }

    .navbar-brand {
        padding: 0;
    }

    .pr_search_trigger {
        box-shadow: 0 0 2px 1px;
        padding: 5px 7px 0;
    }

    .product_search_form {
        top: 0;
        bottom: unset;
        padding: 14px;
        position: fixed;
        width: 86%;
    }

    .dropdown-item.nav-link.nav_item:active {
        background-color: rgb(105, 105, 105) !important
    }

    .section_categories .section-header {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        flex-grow: 1;
        width: 100%;
    }

    .section_categories .nav-pills {
        justify-content: center !important;
    }

    .breadcrumb-cover {
        overflow: scroll;
    }

    .breadcrumb-cover .breadcrumb {
        flex-wrap: nowrap;
        width: max-content;
    }
    .nav_style5.owl-theme .owl-nav .owl-next,
    .nav_style5.owl-theme .owl-nav .owl-prev {
        opacity: 1;
        border-radius: 50%;
        background: #ffffff7a;
    }

    .nav_style5.owl-theme .owl-nav .owl-prev,
    .nav_style5.owl-theme .owl-nav .owl-next {
        display: none;
    }

    .categories_list {
        gap: 13px;
    }

    .categories_list>li {
        font-size: 12px;
        max-width: 80px;
        min-width: unset;
    }

    .categories_list li img {
        margin: 0 auto;
        max-width: 50%;
    }

    .section_categories h2 {
        font-size: 22px;
        font-weight: 300;
    }

    .section_categories .nav-link {
        font-size: 11px;
        padding: 4px;
        border-radius: 7px;
    }

    .section_categories .container {
        padding: 20px 10px;
    }

    .footer_top .container {
        padding: 45px 15px;
    }

    .section_categories_featured .content span {
        font-size: 18px;
    }

    .section_categories_featured .content {
        padding: 5px 15px;
    }

    #navCatContent img {
        max-height: unset;
    }
}

@media (max-width: 390px) {}
  .contact {
    position: fixed;
    padding: 0;
    bottom: 70px;
    z-index: 999;
    transition: 0.2s ease-in;
  }
  .addThis_listSharing .cover {
    position: absolute;
    top: -10px;
    padding: 30px;
    z-index: 999;
    left: -10px;
  }
  
  .social_icons li {
    margin-bottom: 40px;
    position: relative;
  }
  
  .zalo::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    background: var(--color-1st);
    padding: 30px;
    border-radius: 50%;
    opacity: 0.3;
    z-index: -1;
  }
  
  .zalo::after {
    content: '';
    position: absolute;
    top: -17px;
    left: -17px;
    background: var(--color-1st);
    padding: 40px;
    border-radius: 50%;
    z-index: -1;
  }
  
  .social_icons .contact-a {
    position: relative;
  }
  
  .zalo svg {
    animation: phone 1s alternate infinite ease-in;
  }
  
  .phone1::before {
    content: '';
    position: absolute;
    bottom: -15%;
    left: -8px;
    background: var(--color-1st);
    padding: 30px;
    border-radius: 50%;
    opacity: 0.3;
  }
  
  .phone1::before {
    animation: phone_before 2s infinite;
  }
  
  .phone1::after {
    content: '';
    position: absolute;
    left: -19px;
    background: var(--color-1st);
    padding: 40px;
    border-radius: 50%;
    bottom: -38%;
  }
  
  .phone1::after {
    animation: phone_after 2s infinite;
  }
  
  .zalo::after {
    animation: phone_after 2s infinite;
  }
  
  .zalo::before {
    animation: phone_before 2s infinite;
  }
  
  .a2 {
    position: absolute;
    bottom: 10%;
    padding: 30px;
    z-index: 999;
    left: -10px;
  }
  
  .a2 {
    position: absolute;
    bottom: 10%;
    padding: 30px;
    z-index: 999;
    left: -10px;
  }
  
  .phone1 svg {
    animation: phone 1s alternate infinite ease-in;
    fill: var(--color-1st) !important;
  }
  
  @keyframes phone {
    0% {
      transform: rotate(0deg);
    }
  
    10% {
      transform: rotate(50deg);
    }
  
    20% {
      transform: rotate(0deg);
    }
  
    30% {
      transform: rotate(0deg);
    }
  
    40% {
      transform: rotate(0deg);
    }
  
    50% {
      transform: rotate(0deg);
    }
  
    60% {
      transform: rotate(0deg);
    }
  
    70% {
      transform: rotate(0deg);
    }
  
    80% {
      transform: rotate(50deg);
    }
  
    90% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(50deg);
    }
  }
  
  @keyframes phone_after {
    0% {
      transform: scale(0.5);
      opacity: 0.3;
    }
  
    25% {
      transform: scale(1.1);
      opacity: 0.2;
    }
  
    100% {
      transform: scale(1.3);
      opacity: 0;
    }
  }
  @keyframes phone_before {
    0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.2);
  }
  100% {
      transform: scale(1);
  }
  }