﻿
@media only screen and (max-width: 760px) {
   

    .tp-img {
        display: none;
    }
    .map iframe{
        width:100%;
    }
}


.tp-img {
    /*background-image: url('../images/105582920.jpg');*/
    background-attachment: fixed;
    height: 280px;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
}
.tx-h1 {
    position: absolute;
    top: 90px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 17px;
    line-height: 30px;
}
    .tx-h1 h3 {
        font-size: 25px;
        font-weight: bold;
        padding-bottom: 5px;
    }
.bx-page {
    padding: 25px 0;
}
.dv-center {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}
.breadcrumbs {
    direction: rtl;
    margin: 10px 12px 20px 15px;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}
    .breadcrumbs a {
        color: #333;
        font-size: 12px;
        font-weight: bold;
    }
.content-form .map {
    margin-top: 10px;
    text-align: center;
}

.map img {
    width: 100%;
}

.content-form .information-form {
    margin-bottom: 30px;
}

.right-nd {
    float: right;
}
.content-form .main-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    direction: rtl;
    text-align: right;
    padding-bottom: 14px;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 20px;
}

.contact-form .des {
    font-size: 14px;
    color: #666;
    margin: 20px 0 45px;
    text-align: justify;
    direction: rtl;
    line-height: 29px;
}

.right-nd {
    float: right;
}

.content-form .label-text {
    font-size: 14px;
    color: #333;
    margin: 0 0 5px;
    display: block;
    text-align: right;
    direction: rtl;
}
.content-form .input-note {
    line-height: inherit;
    height: auto;
    padding: 10px 20px;
}
.content-form .input-info {
    width: 100%;
    /*height: 40px;*/
    line-height: 40px;
    border: solid 1px #e6e6e6;
    background-color: #f8f8f8;
    margin-bottom: 25px;
    padding: 0 20px;
    outline: 0;
}

.content-form .group-button {
    margin: 5px 0px 50px 0px;
}

    .content-form .group-button .submit {
        font-size: 13px;
        color: #fff;
        font-weight: 600;
        line-height: 40px;
        padding: 0 40px;
        display: inline-block;
        float: left;
        text-transform: uppercase;
        border-radius: 3px;
        background-color: #0eafa8;
    }

.content-form .information-form .title {
    margin: 25px 0 27px;
    color: #333;
}
.content-form .title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    margin: 30px 0 25px;
    direction: rtl;
}

.information-form ul li {
    display: list-item;
    list-style: none;
    overflow: hidden;
    margin-bottom: 30px;
}

.information-form .list-info li .icon {
    width: 50px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #666;
    border: solid 1px #e6e6e6;
    border-radius: 3px;
    display: inline-block;
    float: right;
    margin-left: 20px;
}

.information-form .list-info li .info {
    overflow: hidden;
}

    .information-form .list-info li .info .subtitle {
        font-size: 14px;
        color: #333;
        font-weight: 600;
        text-align: right;
        margin: 0 0 0;
        padding-bottom: 6px;
    }

    .information-form .list-info li .info .des {
        font-size: 12px;
        color: #888;
        text-align: right;
        display: block;
        margin: 0;
        line-height: 23px;
        direction: rtl;
    }

    .information-form .list-info li .info .des a{
       
        color: #888;
    }
