.hero_slider_container {
	width: 100%;
    height: 43.0202vw;
    margin-top: 5.729vw;
}
.main_slider_item_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.main_slider_shapes {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16%;
    max-width: 25%;
    height: auto;
    z-index: 2;
}
.main_slider_dots {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 74px;
    width: 100%;
    z-index: 11;
}
.main_slider_nav_left {
    left: 39px;
}
.main_slider_nav_right {
    right: 39px;
}
.main_slider_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
    padding: 10px;
    cursor: pointer;
}
.main_slider_nav i {
    color: #FFFFFF;
    font-size: 58px;
}
.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.company-description-mobile {
	display: none;
}
.company-description {
	height: 62vw;
}
.bg{
    background: #fff url(../images/company_bg.png) 0 0 no-repeat;
    background-size: cover;
    height: 66vw;
    width: 100%;
    position: relative;
    top: -62vw;
    z-index: -10;
}
.placeholder{
    height: 66vw;
    width: 100%;
    position: relative;
    top: -122vw;
    z-index: -1;
}
.map {
	position: relative;
    top: 120px;
    left: -21px;
    float: left;
}
.map img {
	position: absolute;
	left: 0px;
	width: 47vw;
}
.map_1 {
	z-index: 10;
}
.map_2 {
    left: -4px!important;
    top: -3px;
}
.description {
	position: relative;
    top: 18vw;
    left: 57%;
    width: 35%;
    font-size: 22px;
    font-weight: 500;
}
.description-title {
    position: relative;
    top: -36px;
}
.description .subline {
    background-color: #D7000E;
    width: 113.5%;
    height: 45px;
    position: relative;
    top: -36px;
    left: 3.23vw;
    z-index: -1;
}
.description h1 {
    font-weight: 900;
    letter-spacing: 20px;
    position: relative;
    left: -1.56vw;
}
.description p{
	margin: 0 0 33px 0;
    font-size: 0.80vw;
    font-weight: 600;
    letter-spacing: 0.3vw;
    line-height: 2vw;
}
.wecan {
    /*background: #fff url(../images/wecan.png) 0 0 no-repeat;*/
    background-size: cover;
    height: 60vw;
    margin-top: -30vw;
}
.wecan-title {
    float: right;
    text-align: end;
    margin-top: -250px;
}
.wecan-cards {
    display: flex;
    width: 100%;
}
.wecan-card {
    position: absolute;
    width: 19.8%;
    height: 50vw;
    left: 0px;
    text-align: center;
    padding-top: 220px;
    background-color: #f6f6f6;
    margin: 0 2px;
    opacity: 0;
}
.wecan-card h1 {
    font-weight: 900;
    font-size: 2vw;
    letter-spacing: 10px;
    margin-top: 50px;
}
.wecan-card h3 {
    font-size: 1vw;
    font-weight: bold;
    letter-spacing: 10px;
    margin-top: 15px;
}
.wecan-card img {
    height: 18%;
}
.wecan-card-detail {
    display: none;
    background-color: #be0e1c;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 100px 60px;
    z-index: 10;
}
.wecan-card-detail:hover {
    display: block;
}
.wecan-card-detail h2 {
    color: #fff;
    font-size: 2vw;
    font-weight: 600;
    letter-spacing: 16px;
}
.wecan-card-detail p {
    color: #fff;
    margin-top: 30px;
    line-height: 300%;
    font-size: 0.9vw;
}
.team {
    height: 850px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-top: 200px;
}
.team-desc {
    margin-top: 100px;
    text-align: left;
}
.team-photos {
    display: flex;
    flex-direction: row;
    margin-top: 100px; 

}
.team-photo {
    display: flex;
    flex-direction: column;
    margin: 0 18px;
    position: absolute;
    left: 0;
    opacity: 0;
}
.team-photo img{
    width: 279px;
    height: 417px;
}
.team-photo b {
    font-size: 24px;
    letter-spacing: 10px;
}
.team-photo p {
    width: 279px;
    font-size: 16px;
}
.team-photo p.sub {
    font-size: 14px;
}

.bg2-desc-mask {
    height: 1.727vw;
    background: #000;
    position: relative;
    top: -2.717vw;
}