.aheto-tab {
    text-align: center;
}

.aheto-tab__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 110px;
}

@media screen and (max-width: 991px) {
    .aheto-tab__head {
        margin-bottom: 50px;
    }
}

.aheto-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.aheto-tab__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 20px 15px;
}

.aheto-tab__list-item {
    padding-left: 0;
}

.aheto-tab__list-item:before {
    content: none;
}

.aheto-tab__list-ico {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.aheto-tab__content {
    text-align: left;
}

.aheto-tab__box {
    position: relative;
    height: 0;
    -webkit-transition: visibility, opacity 1s;
    transition: visibility, opacity 1s;
    background-position: center;
    background-size: cover;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.aheto-tab__box.active {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.aheto-tab__box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aheto-tab__box--overlay-1:before {
    content: '';
}

@media screen and (min-width: 768px) {
    .aheto-tab__box--overlay-1:before {
        width: 50%;
    }
}

.aheto-tab__box--overlay-2:before {
    content: '';
    opacity: 0.7;
}

.aheto-tab__box--overlay-3:before {
    content: '';
}

@media screen and (max-width: 1230px) {
    .aheto-tab__box--overlay-3:before {
        opacity: 0.9;
    }
}

@media screen and (max-width: 991px) {
    .aheto-tab__box--overlay-3:before {
        opacity: 0.8;
    }
}

.aheto-tab__box--overlay-4:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
}

.aheto-tab__box-inner {
    position: relative;
}

.aheto-tab--simple .aheto-tab__head {
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .aheto-tab--simple .aheto-tab__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.aheto-tab--simple .aheto-tab__list {
    margin: 0 -1px -1px 0;
}

@media screen and (max-width: 767px) {
    .aheto-tab--simple .aheto-tab__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.aheto-tab--simple .aheto-tab__list-link {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .aheto-tab--simple .aheto-tab__list-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.aheto-tab--simple .aheto-tab__list-link:hover {
    color: #fff;
}

.aheto-tab--simple .aheto-tab__list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 192px;
    flex: 1 0 192px;
    width: 192px;
}

@media screen and (max-width: 991px) {
    .aheto-tab--simple .aheto-tab__list-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 180px;
        flex: 1 0 180px;
        width: 180px;
    }
}

@media screen and (max-width: 767px) {
    .aheto-tab--simple .aheto-tab__list-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
    }
}

.aheto-tab--simple .aheto-tab__list-item.active a {
    color: #fff;
}

.aheto-tab--business .aheto-tab__head {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.aheto-tab--business .aheto-tab__list {
    width: 100%;
}

.aheto-tab--business .aheto-tab__list-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.aheto-tab--business .aheto-tab__list-item:last-child {
    border-right: 0;
}

@media screen and (min-width: 768px) {
    .aheto-tab--business .aheto-tab__list-item {
        border-right: 2px solid #fff;
    }

    .aheto-tab--business .aheto-tab__list-item:before {
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 0;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border-right: 11px solid transparent;
        border-bottom: 18px solid #fff;
        border-left: 11px solid transparent;
        content: '';
        opacity: 0;
    }
}

@media screen and (max-width: 991px) {
    .aheto-tab--business .aheto-tab__list-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        border-bottom: 2px solid #fff;
    }
}

.aheto-tab--business .aheto-tab__list-item.active {
    background-color: #fff;
    -webkit-box-shadow: 0.5px 4px 62px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0.5px 4px 62px 0px rgba(0, 0, 0, 0.07);
}

.aheto-tab--business .aheto-tab__list-item.active:before {
    opacity: 1;
}

.aheto-tab--business .aheto-tab__list-link {
    padding: 33px 30px;
    /* font-size: 18px; */
}

@media screen and (max-width: 1500px) {
    .aheto-tab--business .aheto-tab__list-link {
        padding: 25px;
    }
}

@media screen and (max-width: 991px) {
    .aheto-tab--business .aheto-tab__list-link {
        padding: 15px 20px;
    }
}

.aheto-tab--business .aheto-tab__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aheto-tab--business .aheto-tab__box.active {
    height: 700px;
    min-height: 700px;
}

@media screen and (max-width: 1500px) {
    .aheto-tab--business .aheto-tab__box.active {
        height: 550px;
        min-height: 550px;
    }
}

.aheto-tab--business .aheto-tab__box-inner {
    width: 100%;
}

.aheto-tab--business .aheto-btn--light.aheto-btn--trans:hover {
    background-color: #fff;
}

.aheto-tab--construction-home .aheto-tab__list,
.aheto-tab--construction-news .aheto-tab__list {
    display: block;
    margin-top: 55px;
}

@media screen and (max-width: 991px) {

    .aheto-tab--construction-home .aheto-tab__list,
    .aheto-tab--construction-news .aheto-tab__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 25px;
    }
}

@media screen and (max-width: 991px) {

    .aheto-tab--construction-home .aheto-tab__list-item,
    .aheto-tab--construction-news .aheto-tab__list-item {
        margin: 0 15px;
    }
}

@media screen and (max-width: 991px) {

    .aheto-tab--construction-home .aheto-tab__list-item:first-of-type,
    .aheto-tab--construction-news .aheto-tab__list-item:first-of-type {
        margin-left: 0;
    }
}

.aheto-tab--construction-home .aheto-tab__list-item.active .aheto-tab__list-link,
.aheto-tab--construction-news .aheto-tab__list-item.active .aheto-tab__list-link {
    position: relative;
}

.aheto-tab--construction-home .aheto-tab__list-item.active .aheto-tab__list-link:after,
.aheto-tab--construction-news .aheto-tab__list-item.active .aheto-tab__list-link:after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    content: '';
}

.aheto-tab--construction-home .aheto-tab__list-item.active .aheto-tab__list-link,
.aheto-tab--construction-news .aheto-tab__list-item.active .aheto-tab__list-link {
    font-weight: 600;
}

.aheto-tab--construction-home .aheto-tab__list-link,
.aheto-tab--construction-news .aheto-tab__list-link {
    display: inline-block;
    margin-bottom: 25px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
}

@media screen and (max-width: 991px) {

    .aheto-tab--construction-home .aheto-tab__list-link,
    .aheto-tab--construction-news .aheto-tab__list-link {
        margin-bottom: 0px;
    }
}

.aheto-tab--construction-home .aheto-tab__viewall,
.aheto-tab--construction-news .aheto-tab__viewall {
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

@media screen and (max-width: 991px) {

    .aheto-tab--construction-home .aheto-tab__viewall,
    .aheto-tab--construction-news .aheto-tab__viewall {
        display: inline-block;
        float: right;
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {

    .aheto-tab--construction-home .aheto-tab__viewall,
    .aheto-tab--construction-news .aheto-tab__viewall {
        margin-top: 0px;
    }
}

.aheto-tab--construction-home .aheto-tab__head,
.aheto-tab--construction-news .aheto-tab__head {
    margin-bottom: 100px;
}

@media screen and (max-width: 991px) {

    .aheto-tab--construction-home .aheto-tab__head,
    .aheto-tab--construction-news .aheto-tab__head {
        margin-bottom: 15px;
    }
}

.aheto-tab--construction-news .construction-news-menuWrap {
    margin: 0 auto;
    max-width: 500px;
    width: calc(100% - 20px);
}

.aheto-tab--construction-news .aheto-tab__head {
    width: 100%;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .aheto-tab--construction-news .aheto-tab__head {
        margin-bottom: 0px;
    }
}

.aheto-tab--construction-news .aheto-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
}

.aheto-tab--construction-news .aheto-tab__list-link {
    margin-bottom: 0;
}

.aheto-tab--construction-news .aheto-tab__list-link:after {
    bottom: -7px !important;
}

@media screen and (max-width: 767px) {

    .aheto-tab--construction-news .aheto-tab__list-item,
    .aheto-tab--construction-news .aheto-tab__list-item:first-of-type {
        margin: 12px 15px 0 15px;
    }
}

.aheto-tab--event {
    background-color: #fff;
}

.aheto-tab--event .aheto-tab__head {
    width: 100%;
    margin-bottom: 56px;
}

.aheto-tab--edu .aheto-tab__list-item .event-title {
    font-size: 18px;
    letter-spacing: normal;
}

.aheto-tab--edu .aheto-tab__list-item .event-date {
    letter-spacing: 1.2px;
}


.home-event-schedule {
    position: relative;
    /* background-image: url("https://imt-indonesia.com/img/home/home-event/schedule-bg.png"); */
    background-repeat: no-repeat;
}

.aht-table {
    width: 100%;
    /* margin: auto; */
    font-size: 14px;
}

.aht-table__header {
    caption-side: top;
    font-size: 24px;
    padding-top: 0;
    padding-bottom: 0;
}

.aht-table__head-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.aht-table__head-item:first-child {
    padding-left: 40px;
}

.aht-table__body-cell {
    padding: 20px 40px;
}

@media screen and (max-width: 768px) {
    .aht-table__title {
        text-align: left;
        margin-left: 50px;
    }
}

.aht-table--edu .aht-table__head-item {
    font-size: 12px;
    letter-spacing: 1.2px;
}

.aht-table--edu .aht-table__head-item:first-child {
    padding-left: 78px;
    padding-right: 93px;
}

.aht-table--edu .aht-table__head-item:nth-last-child(-n+4) {
    padding-left: 15px;
}

.aht-table--edu .aht-table__header {
    margin-bottom: 35px;
}

.aht-table--edu .aht-table__body-cell {
    font-size: 15px;
}

.aht-table--edu .aht-table__body-cell:first-child {
    color: #555;
    letter-spacing: normal;
    padding-left: 72px;
    padding-right: 93px;
}

.aht-table--edu .aht-table__body-cell:nth-child(2) {
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .aht-table--edu .aht-table__head-item:first-child {
        padding-left: 53px;
        padding-right: 60px;
    }

    .aht-table--edu .aht-table__body-cell:first-child {
        padding-right: 30px;
        padding-left: 48px;
    }
}