[data-aos^='fade'][data-aos^='fade'] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos='fade-up'] {
    transform: translate3d(0, 100px, 0);
}
[data-aos='fade-down'] {
    transform: translate3d(0, -100px, 0);
}
[data-aos='fade-left'] {
    transform: translate3d(100px, 0, 0);
}

html {
    font-size: 10px;
}
.container {
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 120rem;
    max-width: 100%;
}
button.main-btn {
    min-height: 5rem;
}
.f-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.f-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    outline: none;
    width: 100%;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    color: #000;
    padding: 0.8rem 1.5rem 0.4rem;
    height: 5rem;
}
select.f-control {
    background: url(../images/icon-select.svg) right 2rem center/1rem no-repeat;
    padding-right: 3.5rem;
}
select option {
    color: #000;
}
.full-course-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 2.2rem 2.5rem;
    background-color: #f8f8f8;
}
.full-course-search .f-group {
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% * (12 / 12));
	flex-wrap: wrap;
    gap: 10px;
}

@media(min-width: 768px){
	.full-course-search .f-group{
		width: calc(100% * (6 / 12));
	}
}

/* @media(min-width: 1025px){
	.full-course-search .f-group{
		width: calc(100% * (3 / 12));
	}
} */

@media(min-width: 1025px){
	.full-course-search .f-group{
		width: calc(100% / 6);
	}
}



.full-course-search .f-label {
    display: block;
    min-width: 7rem;
    margin-bottom: 0;
    margin-right: 2rem;
}
.full-course-search .f-control {
    width: 100%;
    max-width: 23rem;
    height: 4.4rem;
    cursor: pointer;
    background-color: #fff;
}
.full-course-search .f-submit {
    margin-left: auto;
    padding: 1.5rem;
}
.full-course-search .main-btn {
    min-height: auto;
    max-width: 100%;
    width: 100%;
	margin-top: 21px;
    padding: 10.5px 25px;
}
.full-course-table {
    text-align: center;
}
.full-course-table table {
    width: 100%;
    height: 100%;
    max-width: 100%;
    table-layout: fixed;
    margin-bottom: 0;
}
.full-course-table th {
    height: 6rem;
    color: #fff;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    background: #2e2e2e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.full-course-table th ~ th {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.full-course-table tbody {
    font-size: 1.4rem;
}
.full-course-table tbody tr {
    position: relative;
    height: 4.4rem;
}
.full-course-table tbody > tr > th {
    background: #be1e2d !important;
    text-transform: uppercase;
    vertical-align: middle;
}
.full-course-table td {
    border: 1px solid rgba(112, 112, 112, 0.2);
    padding: 0;
    vertical-align: middle;
}
.full-course-table td td {
    border: 0;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    border-left: 1px solid rgba(112, 112, 112, 0.2);
}
.full-course-table td td:first-child {
    border-left: 0;
}
.full-course-table td tr:first-child td {
    border-top: 0;
}

.sec-60 {
    padding: 6rem 0;
}
.--mb-25 {
    margin-bottom: 2.5rem !important;
}
@media screen and (max-width: 991px) {
    .--mb-25 {
        margin-bottom: 1.5rem !important;
    }
}

.is-loading-group.loading {
    opacity: 0.50 !important;
    pointer-events: none !important;
}

.is-loading-group.loading::before {
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 5.5em;
    margin-top: -.5em;
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 91.3 91.1"><circle cx="45.7" cy="45.7" r="45.7"/><circle fill="%23FFF" cx="45.7" cy="24.4" r="12.5"/></svg>') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
    z-index: 99;
}

.is-loading-group2.loading {
    opacity: 0.50 !important;
    position: relative;
    pointer-events: none !important;
}

.is-loading-group2.loading::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 91.3 91.1"><circle cx="45.7" cy="45.7" r="45.7"/><circle fill="%23FFF" cx="45.7" cy="24.4" r="12.5"/></svg>') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
    z-index: 99;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

div#mona-data-lkg {
    overflow: hidden;
    overflow-x: auto;
}

.full-course-table > table {
    min-width: 700px;
}