@import url("../fonts/all.css");

/** reset **/

/** common **/
* {
    font-family: "Roboto-Regular";
    font-size: 16px;
}

* strong {
    font-family: "Roboto-Bold";
}

a {
    text-decoration: none;
    cursor: pointer;
}

/*.container {
    max-width: 1200px !important;
}*/

.videos, .video {position: relative;}

.videos i, .video i {
    position: absolute;
    color: #FFF;
    font-size: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.simple-overlay {
    background: url(../images/loading.gif) no-repeat center 40% rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.simple-overlay .popup-content {
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
    position: relative;
}

.img-beauty {
    position: relative;
    width: 100%;
    height: 220px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}
/* teachers */
.teachers figure {
    background: #FFFFFF url("../images/background/homenew/teachers/backgv.webp") no-repeat center;
    border-radius: 15px;
    padding-top: 1.5rem;
}

.teachers a, .teachers span {
    font-family: "K2D-ExtraBold";
    color: #e61c24;
    font-size: 26px;
}

.teachers figure img {
    margin: 0 auto;
    max-height: 300px;
}

.teachers .text {
    margin: 0 auto;
    max-width: 300px;
}

.teachers .text p {
    font-family: "MYRIADPRO-REGULAR";
    background: url("../images/icons/home/dot.png") no-repeat left;
    padding-left: 15px;
    background-position: 0 7px;
}
.teachers .slick-slide{
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0px 0px 5px 2px #0000006b;
    margin: 1rem !important;
    height: auto;
}
.teachers .slider{
    width: calc(90% - 15px);
    margin: 0 auto;
}
.teachers .slick-track{
    display: flex;
    flex: 1 1 auto !important;
}
.teachers .slick-next{
    right: -3rem !important;
}

.teachers .slick-prev{
    left: -3rem !important;
}
.teachers .read-more{
    display: none;
}
.teachers-father .img-left{
    left: 0;
    top: 5%;
}
.teachers-father .img-right{
    right: 0;
    bottom: -15%;
}
.teachers-father .rocket{
    right: 5%;
    top: -5%;
}
/*  */
.breadcrumb {
    margin: 20px 0;
}

h2.box-title, h1.title {
    font-family: "K2D-ExtraBold";
    font-size: 30px;
    color: #e61c24;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-top: 30px;
}

h2.box-title:after, h1.title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90px;
    height: 3px;
    margin-left: -45px;
    background-color: #e11e26;
}

.read-more {
    font-family: "K2D-Medium";
}

.search-form .search {
    width: 100%;
    position: relative;
    display: flex;
}

.search-form .searchTerm {
    width: 100%;
    border: 3px solid #d92128;
    border-right: none;
    padding: 5px;
    height: 25px;
    border-radius: 50px 0 0 50px;
    outline: none;
    color: #9DBFAF;
}

.search-form .searchTerm:focus{
    color: #00B4CC;
}

.search-form .searchButton {
    width: 50px;
    height: 25px;
    border: 1px solid #d92128;
    background: #d92128;
    text-align: center;
    color: #fff;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
}

.top-bar{
    padding: 3px 0;
    margin-top: 10px;
}
.top-bar hr{
    margin-top: 2px !important  ;
}
.top-bar .hotline {
    display: inline-block;
    padding: 0 10px;
    color: #e61c24 !important;
    border-radius: 5px;
    float: left;
}
.top-bar hr{
    width: 87%;
    margin: auto;
}
.top-bar .hotline a{
    color: #e61c24 !important;
}


.top-bar a {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Roboto-Medium';
}
.top-bar .runtopage{
    display: flex;
    flex: 1 1 auto;
    justify-content: space-evenly;
}
.top-bar .runtopage a>span{
    font-family: "K2D-ExtraBold";
    font-size: 13px;
    color: #fff;
    /* background-color:#e61c24 ; */
    position: relative;

    /* border-radius: 10px; */
}

.top-bar .runtopage a{
    background-color:#e61c24 ;
    border-radius: 100px;
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-radius: 100px !important;
    margin: auto;
}

.item-form {
    border-radius: 50px;
}

.btn-form-sidebar {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    width: 100%;
    height: 40px;
}

.btn-form-sidebar:hover {
    color: #fff;
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}

.social-networks div, .social-networks, .career {
    display: inline-block;
}

.top-bar .career {
    vertical-align: sub;
}

.top-bar .career a>span {
    font-family: "Roboto-Medium";
    font-size: 14px;
    color: #e11e26;
    font-weight: 500;
    text-transform: uppercase;
}


.search-form input {
    border: 1px solid #bbbbbb;
}

.search-form button {
    border: 1px solid #bbbbbb;
}

#banners {
    box-shadow: 0 4px 2px -2px #ECECEC;
}

.breadcrumb a {
    font-size: 18px;
    color: #e51c24;
    font-family: 'K2D-ExtraBold';
}

/** opening schedules **/
.opening-schedules {
    background-image: url('../images/background/modules/opening-schedules.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 100px 0;
}


.opening-schedules h2.box-title {
    color: #FFFFFF;
    font-size: 39px;
}

.opening-schedules h2:after {
    background: #FFFFFF;
}

.opening-schedules td {
    text-align: center;
}

.opening-schedules .table-responsive{
    position: relative;
    max-height: 300px;
    overflow-y:auto
}
.opening-schedules thead{
    position: sticky;
    top: 0;
    z-index: 9;
    background-color:#ed272f;
}

.opening-schedules thead:before {
    content: "";
    position: absolute;
    top: 48%;
    left: 10%;
    width: 80%;
    height: 3px;
    margin-left: -45px;
    background-color: #fff;
    z-index: 0;
}

.opening-schedules thead div {
    font-family: "K2D-ExtraBold";
    font-size: 25px;
    display: inline-block;
    border: 1px solid #FFF;
    padding: 0.2em 2em;
    position: relative;
    border-radius: 10px;
    background: #FFF;
    position: relative;
    z-index: 2;
    color: #f02f38;
    white-space: nowrap;
}

.opening-schedules tbody {
    background: #FFFFFF;
}

.opening-schedules tbody td {
    border-right: 2px dotted #f02f38;
    border-bottom: 3px solid #f02f38;
}

.opening-schedules tbody td:last-child {
    border-right: none;
}

#testimonials iframe{
    position: relative;
    width: 100%;
    height: 220px;
    display: inline-block;
    padding: 1rem
}

#testimonials .name-student{
    text-align: center;
    color: brown;
}

#testimonials .address{
    text-align: center;
}
.session-chantrang .chantrang{
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-start;
    margin-bottom: 2rem;
}
.session-chantrang .chantrang>div{
    width: 20%;
    margin-right: 2rem;
}
.session-chantrang .title #first{
    font-family: "K2D-ExtraBold";
    font-size: 28px;
    color: #e51c24;
    margin: 1rem 0;
}
.session-chantrang .title #second{
    display: none;
}

#fb-root{display: none;}

@media screen and (max-width:1024px) {
    .top-bar .hotline{
        float: none;
    }
}
@media (max-width: 768px) {
    /* .top-bar .top-bar-child{
        display: flex;
    } */
    .top-bar .career{
        padding: 9px 0;
    }
    .top-bar .social-networks {
        margin-left: 13px;
        text-align: center;

    }

}
@media (min-width: 992px) {
    .opening-schedules table {
        max-width: 900px;
        margin: 0 auto;
    }
}

/** enrollment form **/
#enrollment-form {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-top: 7rem;
    padding-bottom: 0;
    background-position: center top;
    background-size: cover;
}

/* form */
#enrollment-form{
    padding-bottom: 4rem;
    padding-top: 2rem;
}
#enrollment-form .alias-regis{
    font-size: 24px;
    font-family: "GMVURWGeometric-Regular";
    color: rgb(0, 0, 0);
    line-height: 1.286;
    text-align: center;
}
#enrollment-form .title h2 {
    font-size: 45px;
    font-family: "Montserrat-Black";
    color: rgb(255, 0, 0);
    line-height: 1;
    text-align: center;
}
#enrollment-form .around-content{
    background-image: url('../images/background/homenew/enroll-form/formbg.webp');
    background-size: 100% 100%;
    background-position: center;
    padding: 4rem 0 3rem;
}
#enrollment-form .around-content form{
    width: 50%;
    margin: auto;
}
#enrollment-form .around-content form input::placeholder{
    font-family: "GMVURWGeometric-Bold";
    color: rgb(212, 25, 32) !important;
    font-weight: bold;
    text-align: left;
    font-size: 24px;
}

.form-register {
    margin-bottom: 40px;
}

input:focus::-webkit-input-placeholder{
    color: transparent!important;
}

input:focus::-moz-placeholder{
    color: transparent!important;
}

input:focus:-moz-placeholder{
    color: transparent!important;
}

input::placeholder { /* Most modern browsers support this now. */
    color: #6c757d!important;
 }

#enrollment-form .title {
    text-align: center
}

#enrollment-form .title h2 {
    font-size: 39px;
    color: #e81a1a;
    font-family: 'K2D-ExtraBold';
    text-transform: uppercase;
}


/* #enrollment-form .content {
    text-align: center;
    margin-top: 5rem;
} */

#enrollment-form .content .form {
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
}

#enrollment-form .content input, #enrollment-form .content select {
    padding: 15px;
    border-radius: 15px;
}

#enrollment-form .register {
    margin-top: 1.5rem;
    justify-content: center
}

#enrollment-form .register .advise {
    position: absolute;
    right: 0;
}

#enrollment-form .register button {
    text-transform: uppercase;
    border: none;
    font-size: 22px;
    font-family: 'K2D-Regular';
    font-weight: bold;
    background: transparent;
}

#enrollment-form .register span {
    /*border: 2px solid #b00001;
    background-color: #d10305;*/
    border-radius: 25px;
    margin-left: 1rem;
    padding-right: 6px;
    padding-left: 6px;
}

.button-regis{
    display: block;
    background-color: #e61c24;
    padding: 1rem 3rem;
    max-width: fit-content;
    cursor: pointer;
    margin: auto;
    transition: background-color 0.3s;
    border-radius: 20px;
    line-height: 1;
    border: 3px solid #fff;
    box-shadow: 0px 2px 5px 2px #00000061;
}
.button-regis>span{
    font-size: 30px;
    font-family: "GMVURWGeometric-Bold";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
}
.button-regis i{
    color: #fff200;
    transition: transform 0.35s ease-in;
}
.button-regis > i.fa-angle-double-right {
    transform: translate(-20px,-5px);
}
.button-regis > i.fa-angle-double-left {
    transform: translate(20px,-5px);
}
.button-regis:hover > i {
    transform: translate(0,-5px);
}

#enrollment-form input::placeholder{
    text-align: center;
    color: #000000;
}
#enrollment-form .lisa{
    position: relative;
}

@media only screen and (max-width: 770px) {
    #enrollment-form .lisa{
        display: none !important;
    }
}

#enrollment-form .lisa img{
    width: 75%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#sidebar-form{
    background-color: #efdfe0;
    border: 2px solid #ef1f1f;
    border-radius: 20px;
    padding: 1.5rem 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
}
#sidebar-form .register button,#content-form .register button{
    background: unset;
    border: none;
}
#sidebar-form .title h3{
    font-size: 20px;
    margin: 0;
    text-align: center;
    font-weight: normal;
    font-family: 'K2D-bold';
}
#sidebar-form .title p{
    text-align: center;
    font-family: 'K2D-Regular';
    font-size: 16px;
    margin: 0.5rem auto 1rem;

}
#content-form{
    background-color: #fff;
    width: 70%;
    margin: auto;
    border-radius: 30px;
    border:3px solid #ef1f1f;
    padding: 1rem 1.5rem 2rem;
    position: relative;
}
#content-form .register button{
    background-color: #d52326 !important;
    margin-top: 2rem;
}
#content-form .position-absolute{
    left: 0;
}
#content-form .image{
    position: relative;
}
#content-form .image img{
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3rem;
}
#content-form .title h3{
  font-size: 25px;
  font-family: "GMVURWGeometric-ExtraBold";
  color: rgb(213, 35, 38);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-top: 0;
}
#content-form .register button>span{
    font-family: "GMVURWGeometric-Bold";
}
#content-form .title p{
    text-align: center;
    font-family: 'K2D-Regular';
    font-size: 16px;
    margin: 0;
}
#content-form .content form{
    margin-top: 1rem;
}
#content-form .content form input::placeholder{
    font-family: "GMVURWGeometric-Thin";
}
#content-form .item-form{
    border-radius: 10px;
}

.blink-text {
    -webkit-animation: color-change 0.8s infinite;
    -moz-animation: color-change 0.8s infinite;
    -o-animation: color-change 0.8s infinite;
    -ms-animation: color-change 0.8s infinite;
    animation: color-change 0.8s infinite;
}

@-webkit-keyframes color-change {
    0% {
        color: rgb(255 255 255 / 0.6);
    }

    50% {
        color: #fff;
    }

    100% {
        color: rgb(255 255 255 / 0.6);
    }
}

@-moz-keyframes color-change {
    0% {
        color: rgb(255 255 255 / 0.6);
    }

    50% {
        color: #fff;
    }

    100% {
        color: rgb(255 255 255 / 0.6);
    }
}

@-ms-keyframes color-change {
    0% {
        color: rgb(255 255 255 / 0.6);
    }

    50% {
        color: #fff;
    }

    100% {
        color: rgb(255 255 255 / 0.6);
    }
}

@-o-keyframes color-change {
    0% {
        color: rgb(255 255 255 / 0.6);
    }

    50% {
        color: #fff;
    }

    100% {
        color: rgb(255 255 255 / 0.6);
    }
}

@keyframes color-change {
    0% {
        color: rgb(255 255 255 / 0.6);
    }

    50% {
        color: #fff;
    }

    100% {
        color: rgb(255 255 255 / 0.6);
    }
}
/** Footer **/
footer {
    background: #efefef;
    padding: 20px 0;
}

footer, footer a, footer span, footer p {
    color: #e11e26;
    font-family: "Roboto-Regular";
    font-size: 18px;
}

footer .title {
    font-family: "Roboto-Bold";
    font-size: 20px;
}

footer a {
    display: block;
    margin: 20px 0;
}

footer .social-networks a {
    display: inline-block;
    margin: 5px;
}

footer .copyright {
    background: #dbdbdb;
    padding: 10px 0;
}
/* Box useful-links-widget */
.useful-links-widget {
    position: fixed;
    /*top: 250px;*/
    bottom: 80px;
    left: -174px;
    width: auto;
    transition: all 0.2s ease-in-out 0s;
    z-index: 999;
}

.useful-links-widget .content {
    background: #fff;
    padding: 15px 5px;
    box-shadow: 10px 0px 30px #888888;
    border-radius: 0 15px 15px 0;
}

.useful-links-widget .content .item {
    display: block;
    padding: 2px 15px 2px 10px;
    color: #111;
}

.useful-links-widget .content .item:hover {
    color: #e61c24 !important;
}

.useful-links-widget .content a {
    text-decoration: none;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.useful-links-widget:hover {
    left: 0 !important;
    transition: all 0.2s ease-in-out 0s;
}
@media screen and (max-width: 992px) {
    #content-form{
        width: 90%;
    }

    #enrollment-form .around-content form {
        width: 84%;
    }

    #enrollment-form .register button {
        width: 100% !important;
    }

    #enrollment-form .button-regis>span {
        font-size: 17px;
        margin: 0;
    }

    #enrollment-form .button-regis > i.fa-angle-double-right {
        transform: translate(-20px,-1px);
    }

    #enrollment-form .button-regis > i.fa-angle-double-left {
        transform: translate(20px,-1px);
    }

/*    #enrollment-form .around-content {
        background-size: cover;
        background-repeat: no-repeat;
    }*/
}

@media screen and (max-width: 767px) {
    #enrollment-form .around-content {
        background-image: url('../images/background/homenew/enroll-form/formbg-mb.webp');
    }
}

@media (max-width: 575.98px) {
    .useful-links-widget {
        top: auto;
        /*bottom: 0;*/
    }
}
@media screen and (max-width:480px) {
    .top-bar .runtopage{
        flex-wrap: wrap;
    }
    .top-bar .runtopage a {
        margin-bottom: 3px;
    }
    .top-bar .runtopage a>span{
        display: inline-block;
        margin-top: 3px;
        margin-bottom: 2px;
    }
    .session-chantrang .chantrang{
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .session-chantrang .chantrang>div{
        width: 40%;
        margin-right: 0;
        margin: 5px 0;
    }
    .session-chantrang .title #second{
        font-family: "K2D-ExtraBold";
        display: block;
        text-align: center;
        font-size: 28px;
        color: #e51c24;
        margin: 1rem 0;
    }
    .session-chantrang .title #first{
        display: none;
    }
    .teachers .slick-prev{
        left: -2rem !important;
        width: 30px !important;
        height: 30px !important;
    }
    .teachers .slick-next{
        right: -2rem !important;
        width: 30px !important;
        height: 30px !important;
    }
    #content-form .position-absolute{
        width: 11%;
    }
    #content-form .title h3{
        font-size: 18px;
    }
}
@media screen and (max-width:320px){
    #content-form .title h3{
        font-size: 16px;
    }
}
/* End useful-links-widget */
