/* aboutus */
.page-banner-title h2{
    font-weight: bold;
}
.template-aboutus .page-banner-title li a {
    color: white;
    padding: 0px 25px;
    display: block;
    margin-top: 20px;
}

.template-aboutus .introduce-body {
    padding: 3.75rem 10rem;
    border: 1px solid #a4a4a4;
    background-color: white;
    margin-top: -100px;
    position: relative;
}

@media (max-width: 1920px) {
    .template-aboutus .introduce-body {
        padding: 3.5rem 8rem;
    }
}

@media (max-width: 1024) {
    .template-aboutus .introduce-body {
        padding: 3rem 5rem;
    }
}

@media (max-width: 768px) {
    .template-aboutus .introduce-body {
        padding: 2.5rem 3rem;
    }
}

@media (max-width: 480px) {
    .template-aboutus .introduce-body {
        padding: 2rem 1.5rem;
    }
}

.template-aboutus .introduce-body h4 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.template-aboutus .introduce-body img {
    display: inline;
    margin-bottom: 15px;
}

.template-aboutus .contact-tour-guide-text h3 {
    font-size: 30px;
    font-weight: 400;
    color: #393939;
    margin-bottom: 10px;
}

.template-aboutus .contact-tour-guide-text p {
    text-align: center;
    color: #646464;
    font-size: 17px;
    font-weight: 300;
}

.template-aboutus .contact-tour-guide-text ul li {
    padding: 0px 10px;
}

.template-aboutus .contact-tour-guide-img ul {
    margin: 0px -10px;
}

.template-aboutus .contact-tour-guide-img ul li {
    padding: 0px 10px;
}

.template-aboutus .contact-tour-guide-img ul li img {
    max-height: 150px;
    max-width: 150px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}

.template-aboutus .contact-tour-guide-img ul li h4 {
    font-size: 18px;
    font-weight: 400;
    color: #ea5b31;
    margin-top: 10px;
}

.template-aboutus .contact-tour-guide-img ul li p {
    color: #555;
}

.template-aboutus .contact-tour-guide {
    background-color: #fff;
}


.template-aboutus .plan-btn-inf {
    color: white;
    background-color: #ea5b31;
    font-size: 15px;
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
}

.template-aboutus .plan-btn-inf:hover {
    color: #fff
}

.ot-team {
    position: relative
}

.ot-team .team-img {
    position: relative;
    overflow: hidden
}

.ot-team .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.ot-team .team-desig {
    font-size: 14px;
    display: block;
    margin-bottom: -0.5em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: var(--theme-color)
}

.ot-team .ot-social a {
    --icon-size: 36px;
    background-color: var(--white-color);
    color: var(--theme-color)
}

.ot-team .ot-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.ot-team .box-title {
    margin-bottom: 3px;
    font-size: 20px;
}

.ot-team:hover .team-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.team-box {
    position: relative;
    background-color: var(--smoke-color);
    border-radius: 10px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-box .team-img {
    border-radius: 10px 10px 0 0
}

.team-box .ot-social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-box .ot-social a {
    --icon-size: 36px;
    line-height: 37px;
    color: var(--theme-color);
    background-color: var(--white-color);
    border: none;
    font-size: 14px
}

.team-box .ot-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.team-box .ot-social a:nth-child(2) {
    margin-right: 30px
}

.team-box .ot-social a:nth-child(3) {
    margin-left: 30px
}

.team-box .team-content {
    padding: 10px;
    position: relative;
    z-index: 2
}

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