.body_bg{
    background-image:url(../images/about_us_bg.png);
    background-size: 100% auto;
}

.body.sac{
    background-image:url(../images/about_sac_bg.png);
    background-position:top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top:85px;
}

.body.sdc{
    background-image:url(../images/about_sdc_bg.png);
    background-position:top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top:85px;
}

.our-office-main-container2{
    padding-top:80px;
}

.preview-msg{
    display:none;
    font-size: 16px;
    color: #1C1C1B;
}

.about-us-body-title{
    font-size:2.8vw;
    color:#FFF;
    font-weight:800;
    /* height:410px; */
    height:20vw;
    line-height:1.2;
    padding-top:3%;
}

.staff-list-table{
    width:100%;
    margin-top:100px;
    margin-bottom:100px;
}

.staff-list-table th{
    background-color: #eae8cc;
    padding:10px;
    font-size:16px;
    text-align: center;
}

.staff-list-table td{
    background-color: #fffc;
    padding:10px;
    border-bottom: 1px solid #eee;
    font-size:16px;
}

.staff-list-table td:nth-child(3){
    text-align: center;
}

.staff-list-table td:nth-child(4){
    text-align: center;
}

.staff-list-table td:nth-child(1){
    width:30%;
}

.staff-list-table td:nth-child(2){
    width:40%;
}

.staff-list-table td:nth-child(3){
    width:10%;
}

.staff-list-table td:nth-child(4){
    width:20%;
}

.staff-list-table td a{
    color:#A77000;
}

.staff-list-table tr:hover td{
    background-color: #f8f8ef;
}

.sac-title{
    font-size:24px;
    font-weight:800;
    color:#002340;
    margin-bottom:22px;
}

.sac-ol1{
    margin:0px;
    padding:0px;    
    padding-left:20px;
    font-size:18px;
    color:#1C1C1B;
}

.sac-ol1>li{
    margin-bottom:20px;
}

.sac-grey{
    background-color:#E9E9E9;
    padding:25px 32px;
    font-size:24px;
    font-weight:800;
    color:#1C1C1B;
}

.sac-yellow{
    background-color:#A57000;
    padding:25px 32px;
    margin-top:20px;
    margin-bottom:155px;
    font-size:24px;
    font-weight:800;
    color:#FFF;
}

.sac-yellow:hover{
    opacity:0.7;
}

.sac-white{
    background-color:#FFF;
    padding:25px 32px;
    font-size:18px;
    color:#1C1C1B;
    margin-bottom:10px;
}

.sac-yellow>img{
    vertical-align: middle;
    margin-top:-7px;
    margin-left:10px;
}

.sac-ul1{
    margin:0px;
    padding:0px;    
    list-style: none;
    font-size:18px;
    color:#1C1C1B;
}

.sac-ul1>li{
    margin-bottom:20px;
}

.sac-ul1>li:last-child{
    margin-bottom:0px;
}

.sac-grey br{
    display:none;
}

.sac-container{
    margin-top:80px;
}

.sac-content{
    font-size:18px;
    margin-bottom:80px;
}

.sac-remark{
    padding: 25px 32px;
    font-size: 18px;
    color: #1C1C1B;
}

.sac-pdf-div{
    display:flex;
    align-items: flex-end;
    margin-right:150px;
}

.sac-pdf-div:hover{
    opacity:0.7;
}

.sac-pdf{
    padding: 25px 32px;
    font-size: 18px;
    color: #1C1C1B;
    display:flex;
    flex-wrap: nowrap;
    margin-bottom:124px;
}

.pdf-img-div>img{
    margin-right:25px;
}

.pdf_dl_2{
    display:none;
}

.sac-pdf-text{
    color:#1C1C1B;
    margin-bottom:11px;
}

.sac-pdf-text img{
    vertical-align: middle;
    margin-top: -2px;
}

.about-us-menu-main-container{
    margin-top:60px;
}

.about-us-menu-container{
    width:84%;
    display:flex;
    justify-content: space-between;
    margin: auto;
}

.about-us-menu-container>a{
    flex-basis: 31%;
}

.about-us-menu{
    color:#1C1C1B;
    font-size:24px;
    font-weight:700;
    padding:24px 0px;
    border-top:1px solid #E1E2E2;
    border-bottom:1px solid #E1E2E2;
    text-align:center;
    cursor:pointer;
}

.about-us-menu.active{
    border-top:1px solid #A77000;
    border-bottom:1px solid #A77000;
    color:#A77000;
    font-weight:800;
}

.about-us-menu>img{
    float:right;
    margin-top:9px;
    margin-right:15px;
}

.about-us-menu:hover>.about-us-submenu{
    display:block;
}

.about-us-submenu{
    display:none;
    position:absolute;
    top:100%;
    left:0px;
    width:100%;
    z-index:50;
}

.about-us-submenu>ul{
    margin:0px;
    padding:0px;
    list-style: none;
}

.about-us-submenu>ul>li{
    padding:24px 0px;
    background-color:#FFF;
    border-top:1px solid #E1E2E2;
    border-bottom:1px solid #E1E2E2;
    color: #1C1C1B;
    font-weight:700;
}

.about-us-submenu>ul>li.active{
    color:#A77000;
}

.our-office-main-container{
    padding-top:80px;
}

.about-org-chart{
    padding-bottom:158px;
    text-align:center;
    margin-top:45px;
}

.about-org-chart>a>.zoom{
    position:absolute;
    top:0px;
    right:0px;
    display:none;
}

.people-row{
    display:flex;
    flex-wrap: wrap;
}

.people{
    display:flex;
    flex-wrap: nowrap;
    padding-bottom:169px;
    flex-basis: 100%;
    overflow: hidden;
}

.people-msg .title{
    font-size:24px;
    font-weight:700;
    color:#A77000;
}

.people-profile{
    flex-basis: 483px;
}

.people-row .people:nth-child(even){
    flex-direction:row-reverse;
}

.people-row .people:nth-child(even) .people-profile{
    text-align: right;
}

.people-row .people:nth-child(even) .profile{
    background-image: url(../images/profile2.png);
    margin-right:0px;
    margin-left:40px;
    text-align: right;
}

.people-row .people:nth-child(even) .people-profile .bio{
    text-align:left;
    padding-left:90px;
    padding-right:0px;
}

.people-profile .profile{
    background-image: url(../images/profile1.png);
    background-repeat: no-repeat;
    background-size: 100% 182px;
    min-height:182px;
    margin-right:50px;
    padding:20px 33px;
}

.people-profile .profile .text1{
    color:#FFF;
    font-size:28px;
    font-weight:800;
}

.people-profile .profile .text2{
    color:#FFF;
    font-size:22px;
    font-weight:400;
}

.people-profile .profile .text3{
    color:#FFF;
    font-size:22px;
    font-weight:800;
}

.people-profile .profile .text4{
    color:#FFF;
    font-size:17px;
    font-weight:400;
}

.people-profile .bio{
    margin-top:20px;
    text-align:right;
    padding-right:100px;
}

.people-profile .bio a{
    color:#1C1C1B;
    font-size:18px;
}

.people-profile .bio img{
    vertical-align: middle;
}

.people-staff-list{
    width:256px;
    text-align: center;
    padding:10px 0px;
    color:#FFF;
    font-size:24px;
    font-weight:800;
    margin:0px auto;
    background-color:#A57000;
    cursor:pointer;
    margin-bottom:165px;
}

.people-staff-list img{
    vertical-align: middle;
    margin-top:-4px;
    margin-left:8px;
}

.people-msg .msg{
    font-size:16px;
    color:#1C1C1B;
}

.people-msg{
    flex-basis: calc(100% - 483px);
}

.our-office-read-more{
    display:none;
    width:205px;
    font-size:26px;
    padding:3px 36px;
    border:2px solid #D5BA79;
    color:#666666;
    margin:42px 0px 85px auto;
    text-align:center;
    cursor:pointer;
}

.contact_us-table{
    margin-bottom:70px;
}

.contact_us-table td,.contact_us-table th{
    padding:12px;
    font-size:18px;
    vertical-align: top;
}

.contact-common-container{
    display:none;
}

@media only screen and (max-width:1600px) {
    .body.sac{
        background-position:-100px 0px;
    }

    .body.sdc{
        background-position:-100px 0px;
    }

}

@media only screen and (max-width:1450px) {
    .sac-pdf>a:last-child>.sac-pdf-div{
        margin-right:0px;
    }
}

@media only screen and (max-width:1200px) {
    .about-us-menu-container{
        width:90%;
    }

    .about-us-menu{
        font-size:20px;
    }

    .about-us-submenu>ul>li{
        padding-left:10px;
        padding-right:10px;
    }
}

@media only screen and (max-width:1000px) {
    .body{
        background-image: url(../images/body_bg_m.png);
        background-size: 100% auto;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .body.sac{
        background-image:url(../images/about_sac_bg-m.png);
        background-position:top left;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-top:0px;
    }

    .body.sdc{
        background-image:url(../images/about_sdc_bg-m.png);
        background-position:top left;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-top:0px;
    }

    .people-msg .msg span{
        font-size:32px!important;
    }

    .sac-pdf{
        flex-wrap: wrap;
    }

    .sac-pdf a{
        flex-basis: 100%;
    }

    .sac-pdf-div{
        padding:43px 24px;
        background-color:#B98D33;
        margin-right: 0px;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom:24px;
    }

    .pdf-img-div>img{
        margin-right:0px;
        margin-left:25px;
    }

    .sac-pdf-text {
        color: #FFF;
        font-size:30px;
        font-weight:700;
        margin-bottom: 0px;
    }

    .sac-pdf-text>img{
        display:none;
    }

    .pdf_dl_1{
        display:none;
    }

    .pdf_dl_2{
        display:block;
    }
    
    .about-us-body-title {
        font-size: 5.8vw;
        padding-top:5%;
        height:55vw;
    }

    .sac-title {
        font-size:40px;
        margin-bottom:70px;
    }

    .sac-ol1{
        font-size:30px;
        padding-left: 35px;
    }

    .sac-ol1>li {
        margin-bottom: 40px;
    }

    .sac-content{
        font-size:30px;
    }

    .sac-container{
        margin-top:150px;
    }

    .sac-grey {
        padding: 15px 40px;
        font-size: 36px;
        color: #1C1C1B;
        margin-left:-40px;
        width:calc(100% + 80px);
    }

    .sac-white {
        padding: 25px 40px;
        font-size: 30px;
        margin-left:-40px;
        width:calc(100% + 80px);
        margin-bottom: 50px;
    }

    .sac-ul1{
        font-size:30px;
    }

    .sac-ul1>li{
        margin-bottom:60px;
    }

    .sac-grey br{
        display:block;
    }

    .sac-grey span{
        font-size:30px;
    }

    .sac-yellow{
        font-size:30px;
        font-weight:700;
    }

    .sac-yellow img{
        display:block;
        width:82px;
        margin:0px 0px 0px auto;
    }

    .sac-remark {
        padding: 25px 40px;
        font-size: 30px;
        margin-left: -40px;
        width: calc(100% + 80px);
        margin-bottom: 50px;
    }

    .sac-pdf{
        padding: 25px 40px;
        font-size: 30px;
        margin-left: -40px;
        width: calc(100% + 80px);
        margin-bottom: 50px;
    }

    .our-office-read-more {
        display: block;
    }

    .about-us-menu-main-container{
        display:none;
    }

    .about-org-chart>.chart{
        width:100%;
    }

    .our-office-main-container {
        padding-top: 20px;
    }

    .about-org-chart>a>.zoom{
        display:block;
    }

    .people{
        flex-wrap: wrap;
    }

    .people-profile{
        flex-basis: 100%;
    }

    .people-msg{
        flex-basis: 100%;
    }

    .people-profile .profile{
        margin-top:-182px;
    }

    .people-row .people:nth-child(even) .profile{
        margin-top:-182px;
        /* margin-top:-162px; */
        margin-left: 40px;
        text-align:left;
    }

    .people-row .people:nth-child(even) .profile .text1{
        padding-left:0px;
        margin-left:-40px;
    }

    .people-row .people:nth-child(even) .profile .text2{
        padding-left:0px;
        margin-left:-40px;
    }

    .people-row .people:nth-child(even) .profile .text3{
        padding-left:0px;
        margin-left:-40px;
    }

    .people-row .people:nth-child(even) .profile .text4{
        padding-left:0px;
        margin-left:-40px;
    }

    /* .people-row .people:nth-child(even) .people-profile>img{
        margin-right: -40px;
    } */

    .people-profile .profile .text1{
        color: #A57000;
        margin-top: -330px;
        padding-left: 55%;
        font-size:40px;
        line-height: 1.2;
    }

    .people-profile .profile .text2{
        color:#A57000;
        padding-left:55%;
        font-size:30px;
        margin-bottom: 20px;
    }

    .people-profile .profile .text3{
        color:#A57000;
        padding-left:55%;
        font-size:30px;
    }

    .people-profile .profile .text4{
        color:#A57000;
        padding-left:55%;
        font-size:25px;
    }

    .people-profile .bio{
        padding-right:16%;
    }

    .people-msg{
        margin-top:95px;
    }

    .people-inner-container{
        padding-left:0px;
        padding-right:0px;
        padding-top:120px;
    }
    
    .people-msg{
        padding-left:40px;
        padding-right:40px;
    }

    .people-msg .title{
       font-size:40px;
       font-weight:700;
       color:#1C1C1B;
       margin-bottom:38px;
    }

    .people-msg .msg{
        font-size:30px;
        color:#1C1C1B;
        display:none;
    }

    .people-profile>img{
        width:467px;
        margin-left:-20px;
        padding-top:20px;
    }

    .people-profile .bio a{
        font-size:26px;
    }
    
    .contact-common-container{
        display:block;
    }

    .preview-msg{
        display:block;
        font-size: 30px;
    }
}

@media only screen and (max-width:768px) {
    .preview-msg{
        font-size: 16px;
    }

    .people-msg .msg span{
        font-size:19px!important;
    }

    .our-office-main-container2{
        padding-top:40px;
    }

    .sac-title {
        font-size: 24px;
        margin-bottom: 22px;
    }

    .sac-ol1 {
        padding-left: 20px;
        font-size: 18px;
    }

    .sac-ol1>li {
        margin-bottom: 20px;
    }

    .sac-title {
        font-size: 24px;
        margin-bottom: 22px;
    }

    .sac-container {
        margin-top: 80px;
    }
    
    .sac-content{
        font-size:18px;
        margin-bottom:0px;
    }

    .sac-grey {
        padding: 25px 40px;
        font-size: 24px;
        width: calc(100% + 60px);
    }

    .sac-white {
        padding: 25px 40px;
        font-size: 18px;
        margin-bottom: 10px;
        width: calc(100% + 60px);
    }

    .sac-ul1 {
        font-size: 18px;
    }

    .sac-ul1>li {
        margin-bottom: 20px;
    }

    .sac-grey span{
        font-size:20px;
    }

    .sac-yellow {
        padding: 25px 40px;
        margin-top: 20px;
        margin-bottom: 155px;
        font-size: 24px;
        font-weight: 800;
    }

    .sac-remark {
        padding: 25px 40px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .sac-pdf{
        padding: 25px 40px;
        font-size: 18px;
    }

    .sac-pdf-text {
        font-size:18px;
    }

    .pdf_dl_2{
        width:80px;
    }

    .our-office-read-more {
        width: 165px;
        font-size: 18px;
        padding: 3px 36px;
        margin: 20px 0px 40px auto;
    }
    
    .people-profile .profile .text1{
        font-size:20px;
        padding-left: 45%;
        margin-top:-180px;
    }

    .people-profile .profile .text2{
        font-size:18px;
        padding-left: 45%;
    }

    .people-profile .profile .text3{
        font-size:20px;
        padding-left: 45%;
    }

    .people-profile .profile .text4{
        font-size:18px;
        padding-left: 45%;
    }

    .people-profile .profile{
        padding:20px 0px 20px 33px;
    }

    .people-profile>img {
        width: auto;
    }
    
    .people-inner-container{
        padding-top:20px;
    }

    .people-profile .bio a {
        font-size: 18px;
    }

    .people-msg .title {
        font-size: 24px;
        margin-bottom:19px;
    }

    .people-msg .msg{
        font-size:16px;
        color:#1C1C1B;
    }

    .people-msg{
        margin-top:45px;
    }

    .people{
        padding-bottom:35px;
    }

    .people-msg{
        padding-left:20px;
        padding-right:20px;
    }

    .people-row .people:nth-child(even) .profile{
        padding-left:0px;
        margin-left:20px;
    }

    .people-profile .profile{
        margin-right:30px;
    }

    .people-row .people:nth-child(even) .profile .text1{
        margin-left:0px;
        width:45%;
    }

    .people-row .people:nth-child(even) .profile .text2{
        margin-left:0px;
        width:45%;
    }

    .people-row .people:nth-child(even) .profile .text3{
        margin-left:0px;
        width:45%;
    }

    .people-row .people:nth-child(even) .profile .text4{
        margin-left:0px;
        width:45%;
    }
}

@media only screen and (max-width:690px) {
    .people-profile .profile .text1{
        padding-left: 50%;
    }

    .people-profile .profile .text2{
        padding-left:50%;
    }

    .people-profile .profile .text3{
        padding-left:50%;
    }

    .people-profile .profile .text4{
        padding-left:50%;
    }
}

@media only screen and (max-width:500px) {
    .people-profile>img{
        margin-left:-40px;
    }
    /* .people-row .people:nth-child(even) .people-profile>img {
        margin-right: -60px;
    } */
    .people-profile>img {
        width: 260px;
    }
}