@font-face {
    font-family: ubuntu;
    src: url(../fonts/ubuntu/Ubuntu-Regular.ttf);
}
@font-face {
    font-family: ubuntu-medium;
    src: url(../fonts/ubuntu/Ubuntu-Medium.ttf);
}
@font-face {
    font-family: ubuntu-bold;
    src: url(../fonts/ubuntu/Ubuntu-Bold.ttf);
}
@font-face {
    font-family: poppins;
    src: url(../fonts/poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: poppins-medium;
    src: url(../fonts/poppins/Poppins-Medium.ttf);
}
@font-face {
    font-family: poppins-light;
    src: url(../fonts/poppins/Poppins-Light.ttf);
}
@font-face {
    font-family: poppins-bold;
    src: url(../fonts/poppins/Poppins-Bold.ttf);
}

body{
    font-family: ubuntu !important;
    color: #333333;
}
a{
    text-decoration: none;
    color: #333333;
}
.ubuntu-medium{
    font-family: ubuntu-medium;
}
.ubuntu-bold{
    font-family: ubuntu-bold;
}
.poppins{
    font-family: poppins;
}
.poppins-medium{
    font-family: poppins-medium;
}
.poppins-bold{
    font-family: poppins-bold;
}
.poppins-light{
    font-family: poppins-light;
}

.font-12{
    font-size: 12px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.font-24{
    font-size: 24px;
}
.font-36{
    font-size: 36px;
}
.font-48{
    font-size: 48px;
}

/* header */
.navbar{
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

/* content */
.content{
    padding-top:90px;
}
/*----------Navigation----------------*/

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #00436D;
    color: #fff;
    min-width: 250px;
    margin: 0px 0px 0px -50px;
    /* box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2); */
}

.dropdown-menu{
    padding: 15px 15px 15px 35px;
}

.dropdown-item{
    padding: 15px 70px 15px 0px;
}

.dropdown-menu a:hover {
    color: #F8EF22 !important;
    background-color: transparent;
}

.dropdown:hover .dropdown-menu {
    display: block;
    right: 0;
    left: auto;
    /* margin-left: -100px !important; */
}

.nav-link{
    color:#333333 !important;
    font-size: 16px !important;
    transition: 0.5s;
    border-bottom:2px solid #fff;
    font-family: poppins;
}

.nav-link:hover{
    color:#00436D !important;
    /* border-bottom:2px solid #F8EF22; */
}

.nav-item .active{
    color:#00436D !important;
    border-bottom:2px solid #F8EF22;
}

.link-item{
    text-decoration: none ;
    color: #00436D;
}

.side-link:hover{
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(54, 52, 52, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}

.active-sub{
    color: #F8EF22 !important;
}

.nav-item{
    margin-right:10px;
}
.nav-item:last-child{
    margin-right: 0px;
}
/*---------slideshow--------------*/

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}
  
/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

.carousel-prev{
    position:absolute;
    z-index: 1000;
    border-style: none;
    background-color: transparent;
    bottom: 0;
    right: 0;
    margin-right: 80px;
    margin-bottom: 20px;
}

.carousel-next{
    position:absolute;
    z-index: 1000;
    border-style: none;
    background-color: transparent;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
    margin-right: 50px;
}
/*--------------Text-------------*/
.t3{
    font-family: ubuntu-medium !important;
    border-left: 7px solid #F8EF22;
    padding-left: 0.6em;
}

.t4{
    font-family: ubuntu-medium !important;
    /* border-bottom: 7px solid #F8EF22; */
    padding-bottom: 0.6em;
}

.t5{
    font-family: ubuntu-medium !important;
    border-bottom: 3px solid #F8EF22;
    padding-bottom: 0.6em;
}

/*------Border-----*/
.border-navy{
    border:1px solid #00436D;
}

#left-side{
    z-index: 1;
    margin-top: -70px;
    padding-top: 120px !important;
    padding-bottom: 150px !important;
}

/* TESTIMONIAL */
.card-testimonial{
    border-radius: 10px !important;
    box-shadow: 0px 7px 20px rgba(100, 88, 173, 0.1);
}
/* #owl-testimonial{
    max-width: 1200px;
    float: right;
} */
#question{
    max-width: 520px;
}
#divider{
    width: calc(45% - 100px);
    padding: 1px;
    height: 1px;
    background-color: #67a2c765;
}
#divider2{
    width: calc(75% - 100px);
    padding: 1px;
    height: 1px;
    z-index: 1;
    background-color: #00436D;
}
#divider3{
    max-width: 347px;
    width: calc(100% - 347px);
    padding: 1px;
    height: 7px;
    z-index: 1;
    background-color: #F8EF22;
    margin: 0 auto;
}
#divider4{
    max-width: 347px;
    width: calc(50% - 347px);
    padding: 1px;
    height: 7px;
    z-index: 1;
    background-color: #F8EF22;
    margin: 0 auto;
}

/* ACHIEVEMENT */
.slide-achieve{
    position: relative;
}
.title-line{
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;
    bottom: 0;
    width: 100%;
}
/*---------------Theme-------------*/
.yellow-text{
    color: #F8EF22;
}
.grey-text{
    color: #555555;
}
.grey-text-4F{
    color: #4F4F4F;
}
.grey-text-E0{
    color: #E0E0E0;
}
.grey-title{
    color:#828282;
}
.navy-text{
    color:#00436D;
}

.bg-theme{
    background-color: #00436D !important;
}
.bg-theme-yellow{
    background-color: #F8EF22 !important;
}

.bg-theme-2{
    background-color: #EFF9FF;
}

.bg-theme-3{
    background: rgba(0, 67, 109, 0.15);
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.bg-theme-tp{
    background: rgba(0, 67, 109, 0.6);
}

.grey-pagination{
    color: #BDBDBD;
}

.bottom-section{
    background-image: url(../images/Mask\ Group.png);
    background-size: cover;
}
.facility-section{
    background-image: url(../images/bg-facility.png);
    background-size: cover;
}

.register-section{
    background-image: url(../images/img-registration.png);
    background-size: cover;
}

.career-section{
    background-image: url(../images/banner-career1.png);
    background-size: cover;
}

.school-section{
    background-image: url(../images/bg-school.png);
    background-size: cover;
    height: 100%;
}
.kindergarten-section{
    background-image: url(../images/Banner\ Hero.png);
    background-size: cover;
    height: 500px;
    position: relative;
}

.elementary-section{
    background-image: url(../images/bg-elementary.png);
    background-size: cover;
    height: 500px;
    position: relative;
}

.junior-section{
    background-image: url(../images/bg-junior-high.png);
    background-size: cover;
    height: 500px;
    position: relative;
}

.shape-gold{
    width: 200px;
    height: 200px;
    position: absolute;
    background:linear-gradient(119.13deg, #FEE18A 24.4%, #D3AC35 58.83%, #BB900C 70.27%);
    bottom: -25px;
    z-index: -1;
    margin-left: -25px;
}

.shape-gold-2{
    width: 200px;
    height: 200px;
    position: absolute;
    background:linear-gradient(119.13deg, #FEE18A 24.4%, #D3AC35 58.83%, #BB900C 70.27%);
    bottom: 0;
    z-index: -1;
    margin-bottom: -100px;
    margin-left: 355px;
}

.shape-gold-3{
    width: 200px;
    height: 200px;
    position: absolute;
    background:linear-gradient(119.13deg, #FEE18A 24.4%, #D3AC35 58.83%, #BB900C 70.27%);
    bottom: 0;
    z-index: -1;
    margin-left: 515px;
    top:0;
    margin-top: 175px;
}

.shape-gold-4{
    width: 200px;
    height: 200px;
    position: absolute;
    background:linear-gradient(119.13deg, #FEE18A 24.4%, #D3AC35 58.83%, #BB900C 70.27%);
    z-index: -1;
    bottom:0;
    right:70px;
    top:250px;
}

.shape-gold-5{
    width: 200px;
    height: 200px;
    position: absolute;
    background:linear-gradient(119.13deg, #FEE18A 24.4%, #D3AC35 58.83%, #BB900C 70.27%);
    z-index: -1;
    bottom:-30px;
    right: 110px;
}

.shape-theme{
    width: 650px;
    height: 600px;
    position: absolute;
    z-index: 1;
    margin-top: -80px;
}

.shape-theme-2{
    width: 800px;
    height: 500px;
    position: absolute;
    z-index: -1;
    margin-top: -30px;
}

.bot-line{
    border-bottom:3px solid #F8EF22;
}

.news-head{
    position: absolute;
    margin-top: 205px;
    z-index: 1;
    max-width: 545px;
    box-shadow: 1px -42px 54px -30px rgba(0,0,0,0.75) inset;
    -webkit-box-shadow: 1px -42px 54px -30px rgba(0,0,0,0.75) inset;
    -moz-box-shadow: 1px -42px 70px -50px rgba(0,0,0,0.5) inset;
}

.achievement-line{
    border-left:3px solid #F8EF22;
    padding-left: 20px;
}

.header-row{
    background: linear-gradient(123.9deg, #365991 38.17%, #041E47 67.89%);
    width: 100%;
    height: 490px;
    position: absolute;
    z-index: -1;
    top: 0;
}

/*-----------Pagination-----------*/
.pagination .page-link{
    color: #BDBDBD !important;
}

.pagination .page-link{
    border: 0 !important;
}

.pagination .page-item .active{
    color: #00436D !important;
}

/* ABOUT */
.initial-name{
    max-width:62px;
    max-height:62px;
    margin:auto 0;
}

/*--------Button--------*/
#btnMessage{
    z-index: 1;
    margin-top: 20px;
    position:fixed;
    right:0;
    bottom:25px;
    margin-right: 50px;
}
.btn-enroll{
    color:#00436D !important;
    font-family:ubuntu-medium;
    font-size: 18px;
    background-color: #F8EF22;
    border: none;
    width: 250px;
    height: 82px;
}
  

.btn-registration{
    border: 2px solid #fff;
    padding: 15px 20px;
    background-color: transparent;
    color: #fff;
    text-decoration:none;
    font-family: poppins-medium;
}

.btn-registration:hover{
    padding: 15px 20px;
    background-color: #fff;
    color: #00436D;
    text-decoration:none;
    font-family: poppins-medium;
    cursor: pointer;
    transition: 0.7s;
}

.btn-message{
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #fff;
    box-shadow: 0px 5px 10px rgba(54, 52, 52, 0.2);
    color: #4F4F4F;
}

.border-button{
    border: 2px solid #00436D;
}

/* SCHOOL */
.name-school{
    max-width: 450px;
    font-family: ubuntu-bold;
    line-height: 74px;
    color: #F2F2F2;
    font-size: 55px;
}

.left-line{
    border-left:5px solid #F8EF22;
}

.button-register{
    bottom: 0;
    position: absolute;
    right: 0;
    margin-right: 100px;
}

.text-register{
    width: 450px;
}
@keyframes slideInFromLeft {
    0% {
      transform: translateX(100%);
    }

    100% {
      transform: translateX(0);
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}
/*----------Message-------*/
.card-message{
    margin-bottom: 100px;
    color: #4F4F4F;
    position:fixed;
    right:0;
    bottom:0;
    margin-right: 50px;
    border-radius: 20px 20px 30px 30px;
    box-shadow: 0px 5px 25px rgba(54, 52, 52, 0.2);
    animation: 0.2s ease-out 0s 1 slideInFromBottom;
}

.card-message .card-header{
    border-radius: 20px 20px;
}

.card-message .card-body{
    background-color: #ffffff;
    border-radius: 0px 0px 20px 20px ;
}

/*------Footer-------*/
footer{
    background-color: #00436D;
    color: #fff;
    font-family: poppins;
}

footer a{
    color:#fff;
}

footer a:hover{
    color: #F8EF22;
}

footer li {
    list-style: none;
    line-height: 2.5em;
}

.copyright{
    font-size: 16px !important;
}

#myTab .nav-item{
    background-color: #F2F2F2;
    color: #E0E0E0;
    font-family: ubuntu-medium;
}

#myTab .nav-item .nav-link{
    margin-bottom: 0;
    border-radius: 0;
    border:0px;
    font-family: ubuntu-medium;
    color: #E0E0E0 !important;
}

.nav-tabs{
    border-bottom: 2px solid #dee2e6;
}

#myTab .nav-item .active{
    background-color: #F8EF22;
    color: #00436D !important;
    font-family: ubuntu-medium;
}

.table-facility{
    border-collapse: separate;
    border-spacing: 40px;
}

.circ{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border:2px solid grey;
    display: inline-block;
}

#bg-curriculum{
    background: linear-gradient(90deg, #fff 50%, #00436D 50%);
}