/* @contact Us style */
.contact .description ,
.contact .main-description {
    color: var(--black-color);
}
.contact .main-banner div {
    /* top: 0; */
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}
.contact .main-banner {
    position: relative;
}
.contact .main-banner .banner-detail {
    top: 40%;
    z-index: 5;
    display: grid;
    height: 100px;
    position: absolute;
    justify-content: center;
}
.contact .main-banner .banner-title {
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: var(--white-color);
}
.contact .main-banner .banner-description {
    height: 85px;
    width: 700px;
    font-size: 20px;
    text-align: center;
    color: var(--white-color);
}
.contact .main-banner .banner-detail .fa-solid {
    cursor: pointer;
    text-align: center;
    color: var(--white-color);
}
.contact .main-banner .wrap-radius {
    display: none;
    height: 50px;
    z-index: 2;
    bottom: 50px;
    width: 100%;
    position: absolute;
}
.contact .main-banner .wrap-radius img {
    width: 100%;
}

/* @section get in touch */
.contact .touch .main-description ,
.contact .touch .main-title {
    margin-bottom: 35px;
}
.contact .touch .main-description {
    color: var(--black-color);
}
.contact .touch ul li {
    white-space: nowrap;
    margin-bottom: 25px;
}
.contact .touch ul li a {
    color: var(--black-color);
}

/* @contact form */
.contact .nav-tab {
    border-radius: 10px;
    background-color: var(--bg-gray-color);
    box-shadow: 0 0px 15px rgb(0 0 0 / 17%);
}
.contact .nav-tab {
    display: flex;
    justify-content: space-between;
}
.contact .nav-tab .inquire ,
.contact .nav-tab .visit {
    width: 100%;
    padding: 15px;
    cursor: pointer;
    text-align: center;
}
.contact .nav-tab .inquire {
    border-radius: 10px 10px 0px 0px;
}
.contact .nav-tab .visit {
    border-radius: 0px 10px 0px 0px;
}
.contact .nav-tab .title {
    margin-bottom: 0;
}
/* .contact .nav-tab .inquire {
    color: var(--white-color);
    background-color: var(--green-color);
}
.contact .nav-tab .visit {
    color: var(--black-color);
    background-color: var(--dark-gray-color);
} */
.contact .contact-form {
    padding: 30px;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0 0px 15px rgb(0 0 0 / 17%);
    background-color: var(--bg-gray-color);
}
.contact .inquire-content .description {
    margin-bottom: 30px;
    font-size: 20px;
    color: var(--description-color);
}
.contact .contact-form label {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--blue-color);
}
.contact .contact-form select ,
.contact .contact-form input {
    margin-bottom: 15px;
}
.contact .contact-form .top-wrap ,
.contact .contact-form .bottom-wrap {
    margin-bottom: 25px;
}
.contact .contact-form button {
    border: none;
    cursor: pointer;
    padding: 8px 35px;
    border-radius: 5px;
    color: var(--white-color);
    background-color: var(--green-color);
}

.contact  #inquire {
    color: var(--black-color);
    background-color: var(--dark-gray-color);
}
.contact  #visit {
    color: var(--black-color);
    background-color: var(--dark-gray-color);
}
.contact  #inquire.active {
    color: var(--white-color);
    background-color: var(--green-color);
}
.contact  #visit.active {
    color: var(--white-color);
    background-color: var(--green-color);
}
.contact .visit-content {
    display: none;
}

/* @Campus Locations */
.contact .campos-location .main-title {
    text-align: center;
}
.contact .campos-location #map {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contact .campos-location .location-detail .title {
    font-size: 16px;
}
.contact .campos-location {
    position: relative;
}
.contact .campos-location #map {
    height: 500px;
}
.contact .campos-location .location-detail {
    height: 400px;
    top: 50px;
    right: 150px;
    width: 390px;
    padding: 20px 30px;
    overflow-y: scroll;
    position: absolute;
    border-radius: 10px;
    background-color: var(--white-color);
}
.contact .campos-location .location-detail ul {
    padding: 5px 20px;
}
.contact .campos-location .location-detail .fal ,
.contact .campos-location .location-detail .fas {
    margin-right: 10px;
}
.contact .campos-location .location-detail .title span {
    font-weight: bold;
    color: var(--blue-color);
}
.contact .campos-location .location-detail ul li:first-child {
    margin-bottom: 15px;
}
.contact .campos-location .location-detail ul li:first-child ,
.contact .campos-location .location-detail .title .fas {
    color: var(--green-color);
}
.contact .campos-location .location-detail li ,
.contact .campos-location .location-detail li a {
    margin: 5px 0;
    color: var(--black-color);
}
.contact .campos-location .location-detail .content:not(:last-child) {
    margin: 15px 0px;
    border-bottom: 1px solid var(--black-color);
}

.contact .group-radio .col-12 {
    display: flex;
    align-items: center;
}
.contact .group-radio .col-12:not(:last-child) {
    margin-bottom: 10px;
}
.contact .group-radio input {
	visibility: hidden;
}
.contact .group-radio label {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0 0 20px 0;  
	height: 30px;
	width: 60px;
}
.contact .group-radio label > img {
    border-radius: 50%;
    border: 2px solid var(--green-color);
	display: inline-block;
	padding: 0px;
	height:25px;
	width:25px;
	background: none;
}
.contact .group-radio input:checked +img {  
	background: url('../icons/tick.png');
	background-repeat: no-repeat;
	background-position:center center;
	background-size: 12px
}
.contact .group-radio span {
    font-size: 18px;
    margin-top: 5px;
    color: var(--description-color);
}


/* ================== Responsive on device =================== */

/* @mac book */
@media (width: 1336px) {}

/* Desktop */
@media(max-width: 1440px) {
    .contact .main-banner .wrap-radius {
        bottom: 30px;
    }
}

/* Laptop */
@media(max-width: 1280px) {
    .contact .main-banner .wrap-radius {
        bottom: 20px;
    }
}

/* iPad */
@media(max-width: 769px) {
    .contact .main-banner div {
        height: 330px;
    }
    .contact .main-banner .wrap-radius {
        bottom: -10px;
    }
    .contact .main-banner .banner-title {
        font-size: 50px;
    }
    .contact .touch .col-4 ,
    .contact .touch .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact .touch .main-description,
    .contact .touch .main-title {
        margin-bottom: 20px;
    }
    .contact .campos-location .location-detail {
        right: 52px;
    }
}

  /* Mobile */
@media(max-width: 576px) {
    .contact .campos-location .location-detail {
        right: 0px;
    }
    .contact .main-banner div {
        height: 210px;
    }   
    .contact .main-banner .banner-title {
        font-size: 25px !important;
    }
    .contact .main-banner .banner-description {
        width: 100%;
        font-size: 14px;
    }
    .contact .main-banner .wrap-radius {
        bottom: -30px !important;
    }
    .contact .contact-form {
        padding: 30px 15px;
    }
    .contact .inquire-content .description {
        font-size: 18px;
    }
    .contact .inquire-form .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact .campos-location {
        margin-bottom: 500px !important;
    }
    .contact .campos-location #map {
        height: 400px;
    }
    .contact .campos-location .location-detail {
        top: 430px;
    }
}