.where {
    padding: 30px 0;
}

.where a {
    color: #bbbbbb;
    font-size: 14px;
    transition: none;
}

.where a:last-of-type {
    color: #333;
}

.where a:after {
    content: '/';
    padding: 0 5px;
}

.where a:last-of-type:after {
    content: normal;
}

#contact h1.title {
    margin-bottom: 30px;
}

#contact h1.title {
    color: #333;
    font-size: 48px;
    font-weight: bold;
}

#contact .mapSide {
    height: calc(100vh - 160px);
    float: left;
    width: 340px;
    background-color: #fff;
    position: relative;
    animation-delay: 0.3s;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover{color: none;}

#contact .mapSide .mapToggle {
    width: 120px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    background-color: #FFB800;
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: -80px;
    top: 95px;
    z-index: 99;
    display: none;
}


#contact .scroll {
    height: 820px;
    height: -moz-calc(100vh - 185px);
    height: -webkit-calc(100vh - 185px);
    height: calc(100vh - 240px);
    overflow: auto;
    padding: 0 20px 35px 0;
    margin-top: 50px;
}

#contact .map {
    float: left;
    width: -moz-calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    height: 900px;
    height: -moz-calc(100vh - 105px);
    height: -webkit-calc(100vh - 105px);
    height: calc(100vh - 205px);
    animation-delay: .3s;
    margin-top: 50px;
}

#map {
    height: 900px;
    height: -moz-calc(100vh - 105px);
    height: -webkit-calc(100vh - 105px);
    height: calc(100vh - 205px);
    width: 100%;
}

#contact #map .gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}

#contact .dk_options a:hover{color:#ffffff!important;}

.clearfix {
    display: block;
    content: '';
    clear: both;
}

#contact .container {
    padding: 0;
    width: 1400px;
    max-width: none;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s;
    animation-delay: 0.3s;
}

#contact .mapSide .selectNav {
    margin-bottom: 30px;
}

.main {
    padding-top: 141px;
}

#contact .group {
    padding-left: 46px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 40px;
    position: relative;
}

#contact .dk_options .dk_option_current a{color: #fff !important;}

#contact h2.title {
    color: #333;
    font-size: 30px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 30px;
    text-transform: uppercase;
}

#contact .item {
    padding-bottom: 30px;
    cursor: pointer;
}

#contact .group .number, #contact .group .number2 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFB800;
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
}

#contact .group .number2 {
    background-color: #888;
}

#contact .branch_office {
    font-size: .67em;
    font-weight: bold;
}

#contact h3.title {
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: 500;
    transition: color 0.3s;
}

.text {
    margin-bottom: 15px;
}

#contact .group p {
    font-size: 18px;
    font-weight: normal;
}

#contact .group a {
    display: table;
    font-weight: 300;
    line-height: normal;
    border-bottom: 1px solid #fabe00;

}

#contact .link_txt {
    font-weight: 400 !important;
}
#contact .item {
    padding-bottom: 30px;
    cursor: pointer;
}

#contact #map {
    height: calc(100vh - 205px);
}

.max-lg-size #contact .mapSide .mapToggle {
    top: 95px;
}

.max-md-size .main {
    padding-top: 64px;
}

.max-md-size #contact {
    position: relative;
}

.max-md-size #contact .mapSide.actived {
    left:0;
    padding-left: 16px;
}

.max-md-size #contact .mapSide{
    height: calc(100vh - 160px);
    float: none;
    position: absolute;
    left: -340px;
    bottom: 0;
    z-index: 10;
    transition: left 300ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.max-md-size #contact .scroll {
    height: 700px;
    height: -moz-calc(100vh - 270px);
    height: -webkit-calc(100vh - 270px);
    height: calc(100vh - 270px);
}

.max-md-size #contact .mapSide .mapToggle {
    display: block;
}

.max-md-size #contact .map {
    height: calc(100vh - 160px);
    float: none;
    width: 100%;
}

.max-sm-size #contact h1.title {
    font-size: 35px;
}

.max-xs-size #contact .mapSide {
    width: 300px;
    height: calc(100vh - 66px);
    top: 66px;
    position: fixed;
    z-index: 1;
}

.max-xs-size #contact .mapSide .mapToggle {
    top: 250px;
}

.max-xs-size #contact .scroll {
    margin: 0 auto;
}

.max-xs-size #contact .mapSide .selectNav {
    margin-bottom: 20px;
}

.max-xs-size #contact .group {
    padding-left: 40px;
    margin-bottom: 20px;
}

.max-xs-size #contact .map {
    height: calc(100vh - 200px);
}

.max-xs-size #contact .mapSide {
    width: 300px;
    left: -300px;
    height: calc(100vh - 66px);
    top: 66px;
    position: fixed;
    z-index: 1;
}

.max-xs-size #contact .scroll {
    height: calc(100vh - 100px);
    padding: 20px;
}

.max-xs-size #contact .mapSide.actived {
    left: 0;
    padding-left: 0px;
}

.max-xs-size #contact h2.title {
    padding-bottom: 10px;
    font-size: 30px;
}

.max-xs-size p{
    line-height: 25px;
}


@media only screen and (max-width: 1366px){
#contact #map {
    height: calc(100vh - 255px);
}
    
}