ul.sub-menu li a {
    text-transform: none !important;
}

.timetable {
    display: grid;
    grid-template-areas: ". week" "time content";
    grid-template-columns: 20%;
    grid-template-rows: 60px;
    width: 100%;
    border: 1px solid #d8dbe0;
}

.timetable .accent-pink-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ee8ebc, #eea08e);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}

.timetable .accent-pink-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(238, 142, 188, 0.3);
    transform: scale(1.05);
}

.timetable .accent-orange-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #eec08e, #dcee8e);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}

.timetable .accent-orange-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(238, 192, 142, 0.3);
    transform: scale(1.05);
}

.timetable .accent-green-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #bcee8e, #8eeea0);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}

.timetable .accent-green-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(188, 238, 142, 0.3);
    transform: scale(1.05);
}

.timetable .accent-cyan-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(135deg, #8eeec0, #8edcee);*/
    background: linear-gradient(135deg, #4183c4, #4183c4);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}

.timetable .accent-cyan-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(142, 238, 192, 0.3);
    transform: scale(1.05);
}

.timetable .is_reported {
    background: #67c9cb;
    color: #000 !important;
}

.timetable .is_reported.is_off {
    background: #ff0;
}

.timetable .is_reported.increase {
    background: transparent;
}

.timetable .is_free_time.is_reported.increase {
    background: linear-gradient(135deg, #4183c4, #4183c4);
}

.timetable .schedule_default {
    color: red;
}

.timetable .schedule_changed {
    color: #777;
    background: #ddd;
}

.timetable .is_free_time.is_off,
.timetable .is_free_time {
    /* display: flex;
    align-items: center; */
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(135deg, #8eeec0, #8edcee);*/
    background: linear-gradient(135deg, #4183c4, #4183c4);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}

.timetable .is_free_time:hover {
    box-shadow: 0 20px 30px 0 rgba(142, 238, 192, 0.3);
    transform: scale(1.05);
}

.timetable .accent-blue-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #8ebcee, #a08eee);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}

.timetable .accent-blue-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(142, 188, 238, 0.3);
    transform: scale(1.05);
}

.timetable .accent-purple-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #c08eee, #ee8edc);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}

.timetable .accent-purple-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(192, 142, 238, 0.3);
    transform: scale(1.05);
}

.timetable .weekend {
    background: #fbfbfc;
    color: #87a1ad;
}

.timetable .week-names {
    grid-area: week;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-transform: uppercase;
    font-size: 14px;
    /*border: 1px solid #d8dbe0;*/
}

.timetable .week-names b,
.timetable .week-names span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 0.8em;
}

.timetable .week-names span:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 1px;
}

.timetable .week-names>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-shadow: inset 1px 0 0 #eceff1;
    flex-wrap: wrap;
}

.timetable .time-interval {
    grid-area: time;
    display: grid;
    grid-template-areas: "sang" "chieu" "toi";
    /*grid-template-rows: repeat(3, 1fr);*/
    font-size: 14px;
    /*border: 1px solid #d8dbe0;*/
}

.timetable .time-interval>div {
    /*display: flex;*/
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: inset 0 1px 0 0 #eceff1;
    line-height: 1.1;
}

.timetable .time-interval>div b {
    font-size: 14px;
}

.gsg-hp {
    line-height: 2em;
}

.bg-highlight {
    background-color: #e6571e;
    padding: 0px 3px 2px 3px;
    color: #fff;
    border-radius: 5px;
}

.rounded-img {
    border-radius: 10px;
}

.gsg-social-icons img {
    height: 36px !important;
    margin-right: 15px !important;
    margin-bottom: 8px !important;
}

.white-separator-1px {
    width: 66%;
    margin: auto;
    height: 3px;
    border-bottom: 1px solid #fff;
}

.gsgmodal .modal-content .modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.gsg-title-2 {
    font-size: 26px;
    line-height: 36px;
}

.timetable .time-interval .time_S {
    grid-area: sang;
    height: 60px;
    grid-template-rows: repeat(5, 1fr);
}

.timetable .time-interval .time_C {
    grid-area: chieu;
    height: 60px;
    grid-template-rows: repeat(6, 1fr);
}

.timetable .time-interval .time_T {
    grid-area: toi;
    height: 60px;
    grid-template-rows: repeat(4, 1fr);
}

.timetable .content {
    grid-area: content;
    display: grid;
    grid-template-areas: "content_s" "content_c" "content_t";
    /*grid-template-rows: repeat(15, 1fr);*/
    /*grid-template-columns: repeat(7, 1fr);*/
}

.timetable .content .content_time_S {
    grid-area: content_s;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(7, 1fr);
}

.timetable .content .content_time_C {
    grid-area: content_c;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(7, 1fr);
}

.timetable .content .content_time_T {
    grid-area: content_t;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(7, 1fr);
}

.timetable .content .time_free {
    width: 100%;
    height: 30px;
    box-shadow: inset 1px 0 0 #eceff1, inset 0 1px 0 0 #eceff1;
    cursor: pointer;
}

.calendar__month {
    display: flex;
    padding: 15px;
    background-color: #eee;
    align-items: center;
}

.row_title {
    padding: 15px 0 5px;
    margin-bottom: 15px;
    border-bottom: 2px solid red;
}

.subject {
    padding-bottom: 15px;
}

.month__label {
    padding-right: 15px;
}

.month__controls .fa {
    cursor: pointer;
    font-size: 24px;
    color: orange;
}

.menu-sepa {
    height: 1px !important;
    background-color: #e6571e !important;
    margin: 5px 0px !important;
}

.menu-parent::after {
    position: absolute;
    right: 12px;
    content: "❯";
    color: #e6571e !important;
    top: 9px;
}

#slide-no-bg {
    background-image: url(../pics/p.png) !important;
}

#slide-khuyenhoc-17-nam {
    background-image: url(../pics/gsg-khuyen-hoc-17-nam.jpg) !important;
}

.gsg-img-pc {
    display: block;
}

.gsg-img-mobile {
    display: none;
}

.news_title {
    font-size: 33px;
}

.w960 {
    width: 100%;
    max-width: 960px;
    margin: auto;
}

.edbox,
.post {}

.post td,
.post th {
    background-color: #ffffff !important;
    padding: 5px;
    border: solid 1px #dddddd !important;
}

.post th {
    background-color: #eeeeee!important;
}

.post p {
    margin: auto !important;
    line-height: 1.35em !important;
}

.edbox ul,
.post ul {
    list-style-type: disc !important;
    padding-left: 22px;
    padding-bottom: 30px;
    margin-top: 10px;
}

.post a {
    text-decoration: underline dotted;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-style: dotted;
}

a.gsg-contact-btn {
    text-decoration: none !important;
}

.gsg-table-pc {
    display: block;
}

.gsg-table-mobile {
    display: none;
}

.gs-func {
    width: 100%;
    max-width: 420px;
    margin: auto;
    line-height: 2em;
}

.gs-func-img {
    padding-top: 10px;
    padding-left: 10px;
}

.gs-http {}

.hotline {
    /*display: none!important;*/
}


@media (min-width: 1200px) {
    .full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
        margin-right: 38px !important;
    }
}

@media (min-width: 1440px) {
    .full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li {
        margin-right: 45px !important;
    }
}

@media (max-width: 800px) {
    .gsg-img-pc {
        display: none;
    }

    .gsg-img-mobile {
        display: block;
    }

    .gs-http {
        font-size: 16px;
    }

    .gs-func-img {
        padding-top: 3px;
    }
}

@media (max-width: 767px) {
    .gsg-table-pc {
        display: none !important;
    }

    .gsg-table-mobile {
        display: block !important;
    }

    .hotline {
        display: inline-block !important;
    }

    .mobpad0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mobpad5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .news_title {
        font-size: 30px;
    }

    .menu-parent::after {
        display: none;
    }

    .timetable .week-names b,
    .timetable .week-names span {
        padding: 0;
        display: block;
    }

    .timetable .week-names span:before {
        display: none;
    }

    .timetable .week-names>div {
        display: block;
        text-align: center;
    }
}

.error {
    color: red;
}

.content_area {
    height: 60px;
}

.forMonth {
    background-color: #eee;
    padding: 10px;
}

#report_off {
    border: 1px solid #bbb;
    padding: 15px;
    margin-top: 15px;
    background-color: #eee;
}

#report_off .session_off_feature {
    border: 1px solid #bbb;
    padding: 15px;
}

#report_off .form-group {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .completion_info {
        display: block;
        margin-top: 20px;
    }
}

.disabled {
    background: url(../pics/bg-disabled.png) #d8d8d8;
}

.nhanxetthang {
    background-color: #e6571e !important;
    padding: 1px 6px 3px 6px;
    color: #fff !important;
}

.list-post {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.post_thumb {
    width: 45%;
    padding-right: 0;
}

.post_thumb img {
    width: 100%;
}

div[data-block_time="true"].schedule_default {
    background: red;
    color: #000 !important;
    ;
}

.pc-inline {
    display: inline-block !important;
}

.mxw-1024 {
    max-width: 1024px !important;
}

.pt8px {
    padding-top: 8px;
}

.mb5px {
    margin-bottom: 5px !important;
}

.mb15px {
    margin-bottom: 15px;
}

.mt30px {
    margin-top: 30px;
}

.mb30px {
    margin-bottom: 30px;
}

.mb45px {
    margin-bottom: 45px;
}

.mb50px {
    margin-top: 50px;
}

.pl-18 {
    padding-left: 18px;
}

.pl-23 {
    padding-left: 23px;
}

.plh {
    padding-left: 60px;
}

.lh2 {
    line-height: 2em;
}

.about-box {
    font-size: 1.2em;
    line-height: 2.2em;
}

@media only screen and (max-width: 480px) {
    .pc-inline {
        display: block !important;
    }

    .pl-18,
    .pl-23 {
        padding-left: 0px;
    }

    .plh {
        padding-left: 15px;
    }

    .about-box {
        font-size: 1.1em;
        line-height: 1.8em;
    }
}

.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li,
.full-width-header.home8-style4.main-home .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    min-width: 320px !important;
}

.truonghoc11-pc {
    display: block;
}

.truonghoc11-mobile {
    display: none;
}

.gsg-home-services {
    background-color: rgba(37, 42, 109, 0.3);
    padding: 10px 20px 2px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.plpr5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.chuyengs-box {
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-bottom: 10px;
}

.chuyengs {
    padding: 5px 8px 8px 8px;
}

.chuyengs img {
    display: block;
    margin: 15px 0px 0px 0px;
    width: 66%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

}

.chuyengs p {
    margin-top: 15px;
    line-height: 1.25em;
    text-align: justify;
}

.chuyengs p b {
    font-size: 1.15em;
    line-height: 1.35em;
}

.chuyengs-readmore {
    background-color: #e4ebef;
    padding: 5px 8px 8px 8px;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    font-size: 1em;
}

.chuyengs-readmore a {
    text-decoration: none;
}

.chuyengs-readmore a::before {
    content: " + ";
    font-weight: bold;
    font-size: 1.15em;
}

.acenter {
    text-align: center !important;
}

.gsg-home-about {
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: solid 1px #e4ebef;
    background: url(../pics/gsg-home-about-bg.jpg);
    background-size: cover;
    margin: auto;
}

.educoach-sub-title {
    font-size: 20px !important;
    line-height: 36px;
}

.gsg-home-sub-title {
    font-size: 30px !important;
    line-height: 36px;
}

.gsg-sub-title {
    font-size: 25px !important;
    line-height: 36px;
}

.gsg-home {
    margin: auto;
}

.gsg-home p {
    margin: 0 0 12px;
}

.list-dash,
.list-plus {
    padding-bottom: 10px;
}

.list-dash li,
.list-plus li {
    padding-left: 13px;
}

.list-dash li::before {
    content: "- ";
}

.list-plus li::before {
    content: "+ ";
}

.pt10px {
    padding-top: 10px;
}

.pb10px {
    padding-bottom: 10px;
}

#e-best-m .item {
    position: relative;
    margin-top: 60px;
}

#e-best-m .item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -60px;
}

#e-best-m .item:not(:last-child):after {
    background: url(../pics/e-best-arrow-down.png) no-repeat center top;
    width: 14px;
    height: 60px;
}

#e-best-m .item.item2way:after {
    background: url(../pics/e-best-arrow-2way.png) no-repeat center top;
    width: 14px;
    height: 60px;
}

.no-bold {
    font-weight: normal !important;
}

.gsg-e-best {
    position: relative;
    padding-top: 25px;
}

.gsg-e-best:before {
    background-color: #F7F7F7;
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    height: calc(100% - 25px);
    top: 0px;
    left: 0;
    box-shadow: 2px 8px 3px -2px rgba(203, 203, 203, .3);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.courses {
    padding-left: 45px;
}

.course-title {
    font-size: 33px;
    line-height: 45px;
    margin: 0px 0px 60px 0px;
}

.course-science,
.course-maths {
    line-height: 33px;
    font-size: 25px;
    padding-left: 80px;
    margin: 15px 0px 35px 0px;
}

.course-science em,
.course-science span,
.course-maths em,
.course-maths span {
    font-size: 20px;
}

.course-science {
    background: url(../pics/icon-science.png) no-repeat left top;
}

.course-maths {
    background: url(../pics/icon-maths.png) no-repeat left top;
}

ul.gsg-list-dash {
    list-style: none !important;
    margin-left: 0;
    padding-left: 1em;
}

ul.gsg-list-dash>li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

ul.gsg-list-dash>li {
    margin-top: 0.5em;
}

.gsg-list-circle {
    list-style-type: circle !important;
}

.gsg-list .gsg-list-circle li {
    background: url(../pics/p.png) !important;
    padding-left: 0px;
}


.gsg-list-number,
.post .gsg-list-number {
    list-style-type: decimal !important;
}

.gsg-list-number li {
    margin-left: 20px;
}

.market-bold>li::marker,
.marker-bold>li::marker {
    font-weight: bold;
}

.hl-box {
    border: solid 1px #e6571e;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-style: dashed;
}

.pr-box {
    padding: 10px;
    border: solid 1px #e6571e;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-style: dashed;
    text-align: justify;
}

.teacher-pic img,
.member-list img {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

.teacher-name {
    font-size: 0.9em;
}

.teacher-title {
    padding-top: 5px;
    font-size: 0.9em;
}

.phhs-tt {
    font-size: 0.9em;
}

.phhs-img {
    width: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin-right: 8px;
}


.post ul.gsg-list-check {
    list-style-type: none !important;
    padding: 0;
}

.gsg-list-check li {
    margin-bottom: 8px;
    padding-left: 25px;
    background: url("../pics/check.png") no-repeat;
    background-position: 0px 8px;
    text-align: justify;
}

.post .gsg-list-check ul.gsg-list-circle {
    list-style-type: circle !important;
}

.post .gsg-list-check ul.gsg-list-circle li {
    background-image: none !important;
    padding-left: 0px !important;
}

.gsg-list-linespace {}

.gsg-list-linespace li {
    margin-bottom: 30px !important;
}

.gsg-em,
.gsg-italic {
    font-style: italic;
}

.gsg-banner-text {}

.rs-slider.main-home .slider-content.slide-home {
    background-image: url(../pics/giasugioi-slider-home-02.jpg) !important;
}

.gsg-top-khoahoc {
    background-image: url(../pics/gsg--top-khoahoc.jpg) !important;
}

.baocaohoctap {
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
    border: dashed 1px #e6571e;
}

.baocaohoctap img {
    max-width: 100% !important;
}

@media only screen and (min-width: 768px) {

    .course-science,
    .course-maths {
        line-height: 33px;
        font-size: 25px;
        padding-left: 80px;
        margin: 15px 0px 45px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .gsg-list-linespace li {
        margin-bottom: 5px !important;
    }

    .gsg-home-services {
        background-color: #ffffff;
        padding: 0px;
    }

    .chuyengs-box {
        margin-bottom: 24px;
        border: solid 1px #252a6d;
    }

    .truonghoc11-pc {
        display: none;
    }

    .truonghoc11-mobile {
        display: block;
    }

    .gsg-home-about {
        max-width: 98%;
        padding: 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        text-align: justify;
    }

    .gsg-home {
        width: 96%;
        max-width: 1270px;
    }

    .gsg-home-sub-title {
        font-size: 25px !important;
        line-height: 36px;
    }

    .educoach-sub-title {
        font-size: 20px !important;
        line-height: 30px;
    }

    .course-title {
        font-size: 28px;
    }

    .course-science,
    .course-maths {
        font-size: 23px;
        padding-left: 55px;
        background-size: 45px 45px;
    }

    .courses {
        padding-left: 15px;
    }

    .gsg-banner-text {
        display: none;
    }

}

@media only screen and (max-width: 960px) {
    .rs-slider.main-home .slider-content.slide-home {
        background-image: url(../pics/giasugioi-slider-home-mobile-02.jpg) !important;
        background-position: center center !important;
    }
}

.ulnk a {
    text-decoration: underline !important;
}

#messageReport {
    margin-bottom: 15px;
    display: none;
}

#messageReport.show {
    display: block;
}

#messageReport span {
    border: 1px dashed #e6571e !important;
    padding: 5px 10px;
    display: inline-block;
}

#myModalYCGS .select2-search__field::placeholder {
    /* Modern browsers */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.icon-language {
    width: 32px;
    height: 20px;
    /*background:black;*/
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--multiple {
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.gsg-highlight {
    color: #f59e0b;
    text-decoration: none;
}

.pr-box {
    padding: 10px;
    border: solid 1px #f59e0b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-style: dotted;
    text-align: center;
    background: rgba(224, 242, 254, 0.8) !important;
}

.gsg-contact-btn {
    text-decoration: underline dotted;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-style: dotted;
}

a {
    text-decoration: none;
}

.post a {
    text-decoration: underline dotted;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-style: dotted;
}
@media (max-width: 767px) {
    #bp-popup-login .mfp-close{
        right: -10px;
    }
}

.table-responsive.table-bordered {
    border: 0;
}