.owl-stage {
    width: auto !important;
}
.sub-tab {
    background-color: #eeeeee;
}
.sub-tab-item {
    float: left;
    color: #6f6f6e;
    padding: 5px;
}
.sub-tab-item a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px 0;
    text-align: center;
    font-size: 13px;
    color: #004093;
}

.sub-tab-item a.active {
    color: #5488cd;
}

.clearfix {
    clear: both;
}

.coaching-school--detail-map {
    width: 100%;
    height: 415px;
}

.mb-20px {
    margin-bottom: 20px;
}

.sidebar-list-img .portrait {
    height: 126px;
}

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
    .height-82 {
        height: 82px;
    }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1024px to 1280px
*/
@media (min-width: 1024px) and (max-width: 1280px) {
    .height-82 {
        height: 82px;
    }
}
@media (max-width: 1023px) {
    .sub-tab-wrap {
        background: #eeeeee;
    }
}

.intro-group {
    margin-left: 0;
    margin-right: 0;
}

.form-container .select-group {
    margin-left: 27px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .form-container .select-group {
        margin-left: 50px;
    }
}

@media (max-width: 767px) {
    .form-container .select-group {
        margin-left: 37px;
    }
}

.btn-adv {
    background-color: #bda22f;
    border: none;
    color: #fff;
    padding: 2px 0;
    width: 180px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.btn-adv:hover {
    opacity: 0.9;
}

.wrapper-btn-adv {
    display: flex;
    justify-content: space-between;
}

.justify-middle {
    justify-content: center !important;
}
