
/* CSS Document */

.contact_list_met_11_1 {position: relative; min-height: 950px;}
.met-page {  width: 100%; height: 100% !important; position: relative; background-size: cover; overflow: hidden; background-position: center top; transition: visibility 0s 0.5s; z-index: 2;padding-top: 90px;}
.contact_list_met_11_1 #map { width: 100%;  height: 100%; top: 0; position: absolute !important;}
.contact_list_met_11_1.swiper-slide-active .contact-cont { transform: translateX(0);}
.contact_list_met_11_1 .contact-cont {
    position: absolute;
    bottom: 0;
    z-index: 8;
    right: 0;
    background: transparent;
    border-bottom: 950px solid;
        border-bottom-color: currentcolor;
    border-color:#313131;
        border-right-color: rgb(0, 0, 0);
        border-left-color: rgb(0, 0, 0);
    border-left: 350px solid transparent;
    border-right: 0px solid transparent;
    width: 25%;
    transform: translateX(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 300ms;
        transition-duration: 0.6s;
    transition-duration: 1.2s;
}
.contact_list_met_11_1 .contact-text {
    position: absolute;
    top: 50%;
    z-index: 9;
    width: 25%;
    text-align: right;
    right: 80px;
    transform: translateY(-50%);
}
.contact_list_met_11_1.swiper-slide-active .contact-text .title {
    opacity: 1;
    transform: translateY(0)
}

.contact_list_met_11_1.swiper-slide-active .contact-text .line {
    opacity: 1;
    transform: translateY(0);
    right: 0;
    left: auto
}
.contact_list_met_11_1.swiper-slide-active .contact-text .subtitle {
    opacity: 1;
    transform: translateY(0)
}

.contact_list_met_11_1.swiper-slide-active .contact-text li {
    opacity: 1;
    transform: translateY(0)
}
.contact_list_met_11_1 .contact-text .title {
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 600ms;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 600ms;
    -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 600ms;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 600ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 600ms;
    transition-duration: 1.2s;
    height: 60px;
    font-size: 24px;
    position: relative;
    font-weight: normal;
}
.mapline {
    background-color:#ef6911;
	height:1px;
}

.contact_list_met_11_1 .contact-text.leftinfo .title .line {
    left: 0;
    right: auto;
}

.contact_list_met_11_1 .contact-text .subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 800ms;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 800ms;
    -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 800ms;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 800ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 800ms;
    transition-duration: 1.2s;
    color: #666666;
    color: #ffffff;
}

.contact_list_met_11_1 .contact-text:hover .line {
    width: 50px !important
}

.contact_list_met_11_1 .contact-text .details {
    margin-top: 70px;
    font-size: 16px;
    color:#ffffff;
    line-height: 1.8;
}

.contact_list_met_11_1 .contact-text .details li {
   /*  opacity: 0;
    transform: translateY(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1000ms;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1000ms;
    -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1000ms;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1000ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1000ms;
    transition-duration: 1.2s;*/
	color: #fff;
    font-size: 24px;
}
.contact_list_met_11_1.swiper-slide-active .contact-text .line {
    opacity: 1;
    transform: translateY(0);
    right: 0;
    left: auto
}


@media (max-width: 1025px) {
    .contact_list_met_11_1.swiper-slide-active .contact-cont {
        transform: translate(0, 0);
        top: 45%;
        background-color: #000000;
        border: none;
        width: 100%;
    }

    .contact_list_met_11_1 .contact-text {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        top: 45%;
        transform: translateY(0);
        padding: 20px;
    }

    .contact_list_met_11_1 .contact-text .title {
        height: auto !important;
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        line-height: 1.2;
    }

    .contact_list_met_11_1 .contact-text .title .line {
        transform: translate(-50%, 0);
        left: 50%;
    }

    .contact_list_met_11_1 .contact-text .details {
        margin-top: 30px;
    }

    .contact_list_met_11_1 {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .contact_list_met_11_1.swiper-slide-active .contact-cont {
        transform: translate(0, 0);
        top: 30%;
        background-color: #000000;
        border: none;
        width: 100%;
    }

    .contact_list_met_11_1 .contact-text {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        top: 30%;
        transform: translateY(0);
        padding: 20px;
    }

    .contact_list_met_11_1 .contact-text .title {
        height: auto !important;
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        line-height: 1.2;
    }

    .contact_list_met_11_1 .contact-text .title .line {
        transform: translate(-50%, 0);
        left: 50%;
    }

    .contact_list_met_11_1 .contact-text .details {
        margin-top: 30px;
    }

    .contact_list_met_11_1 {
        min-height: 600px;
    }
}

