#bannerTitle{
    text-shadow: 1px 3px 2px rgba(0,0,0,1); 
    color:#fff; 
    font-size: 1.5em; 
    height: 21.8vw;
    position: relative;
    min-height: 130px;
}
#bannerTitle > div{
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    top: 10vw;
}
.about-us .row {
    display: table;
    width: 100%;
}
.about-us .col {
    float: left;
    display: table-cell;
}
.about-us .col.menu{
    width: 20%;
}
.about-us .col.content{
    width: 75%;
}
.about-us .col.content{
    border-left: 1px solid rgb(235, 235, 235);
    padding-left: 40px;
    margin-left: 40px;
}
.about-us .menu li a:visited,.about-us .menu a:active,.about-us .menu a:link{
    color: rgba(2,55,95,1);
}
.about-us .menu li a:hover{
    color:#60b2d8;
}
.about-us .menu li{
    padding: 13px;
    font-size: 0.95em;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-left: 0px;
}
.about-us .company .desc, .about-us .partner .desc{
    width: 100%;
    font-size: 1.2em;
    color: rgba(2,55,95,1);
    padding: 20px;
    margin-top: 60px;
}
.about-us .content .title > p{
    font-size: 2.0em;
    margin-top: 0px;
    margin-bottom: 50px;
}
.about-us .content .sub-title{
    font-size: 1.5em;
    color: rgba(2,55,95,1);
    margin-bottom: 30px;
}
.about-us .company img{
    width: 160px;
    margin-top: 20px;
    margin-right: 5px;
}
.about-us ul li#selected{
    font-weight: bold;
    border-bottom: 1px solid gray;
    border-width: 2px;
}
.about-us .slide-show .row.section{
    margin-top: 50px;
    width: 98%;
    margin-bottom: 30px;
}
.about-us .slide-show .row.section .col{
    width: 8.3%;
    min-width: 90px;
    text-align: center;
    border-left: 1px solid gray;
    cursor: pointer;
    color: rgba(2,55,95,1);
}
.about-us .slide-show .row.section .col:first-child{
    border-left: #fff;
}
.about-us .slide-show .container{
    width: 100%;
    height: 27vw;
    max-height: 567px;
    background: black;
    position: relative;
    overflow: hidden;
}
.about-us .slide-show .container .prev{
    background-position: -573px -347px;
    width: 73px;
    height: 73px;
    position: absolute;
    z-index: 100;
    zoom: 0.7;
    top: 45%;
    margin-left: 10px;
    cursor: pointer;
}
.about-us .slide-show .container .next{
    background-position: -649px -347px;
    width: 73px;
    height: 73px;
    position: absolute;
    z-index: 100;
    zoom: 0.7;
    top: 45%;
    right: 0;
    margin-right: 10px;
    cursor: pointer;
}
.about-us .slide-show .eachimage{
    width: 100%;
    height: 100%;
    background: blue;
    position: relative;
    display: flex;
}
.about-us .slide-show .eachimage:nth-child(even){
    background: pink;
}
.about-us .slide-show .eachimage:first-child{
    background: yellow;
}
.about-us .slide-show .eachimage .desc{
    width: 100%;
    background: rgba(2,55,95,1);
    height: 50px;
    top: 550px;
}
.about-us .slide-show .desc{
    width: 100%;
    height: 50px;
    background: rgba(2,55,95,1);
    padding: 12px;
    color: white;
    font-size: 0.95em;
}
.about-us .slide-show .selected, .team-page .selected{
    font-weight: bold;
    text-decoration: underline;
}
.about-us .slide-show .eachimage span{
    width: 100%;
    height: 100%;
    background: black;
    float: left;
    flex-shrink: 0;
}
.about-us .slide-show .eachimage span:nth-child(even){
    background: gray;
}

/* Preferred Partners */
.about-us .partner img{
    width: 120px;
    margin-right: 20px;
}
.about-us .partner .card{
    width: 31%;
    height: 300px;
    margin-top: 20px;
    margin-right: 10px;
    padding-right: 20px;
}
.about-us .partner .card p:first-child{
    font-size: 1.1em;
}
.about-us .partner .card p:nth-child(2){
    font-size: 0.92em;
}
.about-us .country .col{
    width: 30%;
    margin-top: 30px;
}
.about-us .tour-operator .col:first-child{
    height: 100%;
}
.about-us .membership .col img{
    width: 100%;
    margin-bottom: 20px;
}
.about-us .membership .card.col > div{
    width: 200px;
    height: 50px;
    margin-bottom: 30px;
}
.about-us .membership .card.col > div.small{
    width: 100px;
}
.about-us .membership .card.col > div.medium{
    width: 120px;
}
.about-us .staff .card.col{
    width: 45%;
    margin: 15px;
    height: 415px;
    box-shadow: 2px 3px 10px rgb(179, 179, 179);
    min-width: 500px;
}
.about-us .staff .card.col .row div.col{
    width: 55%;
}
.about-us .staff .card.col > p{
    padding: 15px;
    display: block;
    display: -webkit-box;
    max-height: 195px;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.about-us .staff .card.col h1{
    color: rgba(2,55,95,1);
    margin-top: 15px;
}
.about-us .staff .card.col p{
    margin-top: 0px;
    color: #666666;
}
.about-us .staff .col.card .row{
    margin-top: 0px;
}
.about-us .staff .col.card .staff-title{
    height: 100px;
}
.about-us .staff .col.card .staff-desc{
    font-size: 0.8em;
}
.about-us .staff .col.card .staff-desc p{
    padding: 5px;
}
.about-us .staff #pic{
    /* background: green; */
    width: 180px;
    height: 180px;
    margin-right: 20px;
    overflow: hidden;
}
.about-us .hidden{
    display: none;
}
/* Current Staff */
.about-us .row{
    margin-top: 30px;
}
.about-us .row .col.staff{
    font-size: 0.95em;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid gray;
    color: rgba(2,55,95,1);
    cursor: pointer;
}
.about-us .row .col.staff:last-child{
    border-right: #fff;
}

/* Sprites */
.sprites.email{
    background-position: -693px -86px;
    width: 25px;
    height: 17px;
    margin-right: 10px;
    zoom: 0.8;
}
.sprites.phone{
    background-position: -673px -85px;
    width: 20px;
    height: 25px;
    margin-right: 10px;
    zoom: 0.8;
}
.about-us .card #modal{
    padding-left: 15px;
    font-weight: bold;
}
.about-us .card #modal:hover{
    color: rgba(2,55,95,1);
    cursor: pointer;
}
/* Modal */
.about-us .popup-window{
    display: none;
    position: fixed;
    z-index: 111111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.about-us .modal-content{
    background-color: #fefefe;
    margin: 10% auto;
    padding: 30px;
    border-radius: 15px;
    width: 50%;
}
.about-us .modal-content .close-modal{
    color: rgba(2,55,95,1);
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.about-us .modal-content .close-modal:hover, .modal-content .close-modal:focus{
    color: rgba(0,0,0,1);
    text-decoration: none;
    cursor: pointer;
}
.about-us .sprites.close-modal{
    background-position: -662px 0px;
    width: 24px;
    height: 23px;
    zoom: 1.3;
}
.about-us #pic img{
    width: 180px;
}
.about-us #pic_empty{
    width: 20px;
    height: 20px;
}
.about-us .partner.membership .country .col{
    line-height: 1.8;
}
@media only screen and (max-width: 1100px) {
    footer{
        position: relative;
    }
    .bodyWrapper{
        padding-bottom: 30px;
    }
    .about-us .modal-content{
        width: 80%;
    }
    .about-us .partner.membership .card{
        height: 100%;
        min-height: 450px;
    }
}
@media only screen and (max-width: 900px) {
    section{
        margin: 20px 0 !important; 
    }
    .about-us .row{
        margin-top: 0px;
    }
    .about-us .col.menu{
        width: 100%;
        margin-bottom: 50px;
    }
    .about-us .col.menu li{
        background: rgba(2,55,95,1);
    }
    .about-us .col.menu li a{
        color: white;
        padding-left: 20px;
    }
    .about-us .col.menu #selected{
        background: rgba(67, 152, 209,1);
        border: 0px;
        font-weight: normal;
    }
    .about-us .col.content{
        border: 0px;
        margin: 0px;
        width: 100%;
        padding: 5px;
    }
    .about-us .col.content .company{
        text-align: center;
    }
    .about-us .col.content .company > div{
        text-align: left;
        font-size: 1.0em;
    }
    .about-us .col.content .company img{
        margin: auto;
        margin-top: 80px;
        width: 45%;
        max-width: 200px;
        margin-right: 15px;
        float: left;
    }
    .about-us .content .sub-title{
        font-size: 1.2em;
    }
    .about-us .content .title > p{
        font-size: 1.3em;

    }
    .about-us .team-page{
        margin-top: 30px;
    }
    .about-us .team-page .row:first-child{
        margin-bottom: 30px;
    }
    .about-us .staff .card.col{
        height: unset;
        padding-bottom: 15px;
        min-width: unset;
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }
    .about-us .staff .col.card .staff-title{
        height: unset;
    }
    .contentWrapper.about-us{
        width: 95%;
    }
    .about-us .modal-content{
        width: 95%;
    }
    .about-us .slide-show .container{
        height: 42vw;
    }
    .about-us .slide-show .row.section .col{
        border: 0px;
    }
}
@media only screen and (max-width: 600px){
    .about-us .partner-logo{
        padding-left: 10px;
    }
    .about-us .partner img{
        width: 150px;
        margin: 15px;
    }
    .about-us .partner .desc{
        font-size: 1.0em;
    }
    .about-us .partner .card{
        width: 100%;
    }
    .about-us .partner.membership .card img{
        margin: 0px;
    }
    .about-us .partner.membership .card{
        height: 100%;
        margin-top: 50px;
    }
    .about-us .partner.membership .card.col > div{
        height: unset;
    }
    .about-us .partner.membership .card p{
        margin-top: 0px;
    }
    .about-us .partner.membership .country{
        width: 95%;
        margin: auto;
    }
    .about-us .partner.membership .country .col{
        width: 50%;
    }
    .about-us .staff .card.col .row div.col{
        width: 100%;
        padding-left: 2%;
    }
    .about-us .row .col.staff{
        border: 0px;
        position: relative;
        padding-left: 20px;
    }
    .about-us .row .col.staff:before{
        content: '\2022';
        position: absolute;
        left: -2px;
        font-size: 1.2em;
        font-weight: bold;
    }
}
@media only screen and (max-width: 510px) {
    .about-us .partner.membership .card{
        min-height: unset;
    }
}