body {
    background-color: #F0F4F7;
}


/* Background XXXXXXXXXXXXXXXXX */

#slides {
    background-color: #F0F4F7;
}

#bg_lets_talk {
    background-image: url("../img/Lets_Talk/bg_desktop.png");
    background-size: 1200px 125px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 170px;
}

#bg_our_team {
    background-image: url("../img/Our_team/bg_our_team.png");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 600px;
}

#bg_partner_logotype {
    margin-top: -75px;
    background-color: #48bbdd;
    background-position: bottom;
    background-image: url("../img/partner_logotype/bg_partner_logotype.png");
    /*background-height: 580px;*/
    background-repeat: no-repeat;
    height: 585px;
    background-size: cover;
}

#bg_contact_us {
    /*background-image: url("../img/Contact_us/Contact_us_bg.png");*/
    /*background-size: 1229px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom;*/
    padding-bottom: 150px;
}


/* MAIN SLIDE XXXXXXXXXXXXXXXXXXXX */

.mainslide {
    height: 600px;
}

.carousel-inner {
    height: 100%;
}

.carousel-inner .item {
    height: 100%;
}

.carousel-indicators {
    bottom: 20px;
    left: 0;
    width: 100%;
    margin-left: 0;
}

.mainslide_left {
    float: left;
    width: 40%;
    padding-top: 50px;
    padding-left: 50px;
}

.mainslide_right {
    width: auto;
    right: 0;
    position: absolute;
    padding-top: 50px;
}

.img_main_slide {
    width: 580px;
    height: auto;
}

.carousel-indicators li {
    border: 1px solid #F78700;
    background-color: transparent;
    margin-left: 12px;
    margin-right: 12px;
}

.carousel-indicators .active {
    border: 1px solid #F78700;
    background-color: #F78700;
    margin-left: 12px;
    margin-right: 12px;
}

@media (max-width:1024px) {
    .mainslide_left {
        width: 38%;
    }
}

@media (max-width:992px) {
    .mainslide_left {
        width: 100%;
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
    }
    .mainslide_right {
        width: 100%;
        position: relative;
        text-align: center;
        float: left;
    }
    .img_main_slide {
        max-width: 500px;
        width: 100%;
        height: auto;
    }
    .mainslide {
        height: 900px;
    }
}

@media (max-width:480px) {
    .mainslide_left {
        padding-left: 5px;
        padding-right: 5px;
    }
}


/* ALL button XXXXXXXXXXXXXXXXXXXXX*/

.myButton {
    /*background-color: #69BECC;*/
    background-color: #33B3F7;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.125em;
    font-weight: bold;
    text-decoration: none;
    border: 0px;
    height: 36px;
    width: 147px;
    outline: 0;
    font-weight: normal;
}


/*.myButton:hover {
    background-color: #639CA5;
}*/


/*.myButton:active {
    background-color: #639CA5;
}*/

.myButton2 {
    background-color: #69BECC;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.125em;
    font-weight: bold;
    text-decoration: none;
    border: 0px;
    height: 36px;
    width: 83px;
    outline: 0;
    font-weight: normal;
}

.myButton2:hover {
    background-color: #639CA5;
}

.myButton2:active {}

.myButton3 {
    background-color: transparent;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    display: inline-block;
    border: 1px solid #639CA5;
    cursor: pointer;
    color: #639CA5;
    font-size: 1.125em;
    text-decoration: none;
    height: 35px;
    width: 110px;
    outline: 0;
    font-weight: normal;
}

.myButton3:hover {
    color: #FFFFFF;
    border: none;
    background-color: #69BECC;
}

.myButton3:active {}

.myButton5 {
    background-color: transparent;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    display: inline-block;
    border: 1px solid #639CA5;
    cursor: pointer;
    color: #639CA5;
    font-size: 1.125em;
    text-decoration: none;
    height: 25px;
    width: 100px;
    outline: 0;
    font-weight: normal;
}

.myButton5:hover {
    color: #FFFFFF;
    border: none;
    background-color: #69BECC;
    text-decoration: none;
}

.myButton5:active,
.myButton5:focus {
    text-decoration: none;
}

.myButton6 {
    /*background-color: transparent;*/
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    /*display: inline-block;*/
    /*border: 1px solid #33B3F7;*/
    cursor: pointer;
    /*color: #33B3F7;*/
    font-size: 1.125em;
    /*text-decoration: none;*/
    height: 41px;
    width: 200px;
    outline: 0;
    background-image: url("../img/Our_team/dropdown1.png");
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: 90% 50%;
    font-weight: normal;
    color: white;
    border: none;
    background-color: #33B3F7;
}


/*.myButton6:hover,
.myButton6:active {
    background-image: url("../img/Our_team/dropdown2.png");
}*/

.myButton6.opens {
    background-image: url("../img/Our_team/dropdown4.png");
}


/*.opens:hover {
    background-image: url("../img/Our_team/dropdown3.png");
}*/

.myButton7 {
    margin-top: 25px;
    background-color: #15B9F9;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    display: inline-block;
    border: 0;
    cursor: pointer;
    color: #FFFFFF !important;
    font-size: 1.125em !important;
    text-decoration: none;
    width: 240px;
    outline: 0;
    font-weight: normal !important;
    padding: 6px 12px;
}


/* Development Methodology XXXXXXXXXXXXXXXXX */

.header_methodology {
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.nav_methodology {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.nav_methodology>li {
    float: left;
    width: 33%;
    text-align: center;
}

.nav_methodology>li>a {
    position: relative;
    /*display: inline-block;*/
    padding: 0 0 0 0;
    text-decoration: none;
}


/*#btm_technology {
    border-right: solid #9ABED9 1px;
    border-left: solid #9ABED9 1px;
}*/

.logo_methodology {
    display: none;
    text-align: center;
    color: gray;
    font-size: 1.125em;
}

.btm_active a {
    color: #FC7D35;
}

.logo_methodology div {
    position: relative;
}

.logo_methodology p {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    left: 0;
    line-height: 14pt;
    height: 40px;
}

.font_methodology {
    text-align: center;
    font-size: 1.125em;
    cursor: pointer;
    font-weight: initial;
}


/*.font_methodology:hover {
    color: #FC7D35;
}*/

.mgroup1 {
    padding: 4.5px;
    margin-bottom: 30px;
    width: 32%;
    display: inline-table;
    height: 140px;
}

.mgroup2 {
    padding: 5px;
    margin-bottom: 30px;
    width: 20%;
    float: left;
    height: 185px;
}

.mgroup3 {
    margin-bottom: 30px;
    width: 31%;
    display: inline-block;
    height: 175px;
}

.mgroup4 {
    padding: 4.5px;
    margin-top: 20px;
    width: 20%;
    float: left;
    height: 155px;
}

.mgroup1 img {
    max-width: 260px;
    width: 100%;
    height: auto;
}

.mgroup2 img {
    max-width: 100px;
    width: 100%;
    height: auto;
}

.mgroup3 img {
    width: 100%;
    height: auto;
    max-width: 250px;
    margin-top: 35px;
}

.mgroup4 img {
    max-width: 80px;
    width: 100%;
    height: auto;
}


/*
.img_mysql2 {
    display: none;
}
*/

.form-control {
    font-weight: 300;
}


/* Animate */

.mgroup1,
.mgroup2,
.mgroup3,
.mgroup4 {
    /*width: 200px;*/
    /*height: 100px;*/
    /*background: #eee;*/
    /*float: left;*/
    /*margin-right: 5px;*/
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
    opacity: 0;
}

.mgroup_active {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


/*.methodology_hover {
  width: 100%;
  height: 200px;
  background: red;
}*/

@media (max-width:767px) {
    /* .img_mysql1 {
        display: none;
    }
    .img_mysql2 {
        display: block;
        width: 99%;
    }*/
    .mgroup1 {
        margin-bottom: 0px;
        height: 125px;
        width: 100%;
    }
    .mgroup1 img {
        width: auto;
        max-height: 70px;
        max-width: none;
    }
    .mgroup2 {
        margin-bottom: 5px;
        width: 33.3%;
        height: 160px;
    }
    .mgroup3 {
        width: 33.3%;
        height: 160px;
        float: left;
        margin-bottom: 5px;
    }
    .img_mysql1 {
        display: inline-table;
    }
    .img_mysql2 {
        display: none;
    }
    .mgroup4 {
        width: 33.3%;
        height: 125px;
    }
    .mgroup4 img {
        max-width: 60px;
    }
}

@media (max-width:380px) {
    .mgroup1 {
        width: 100%;
    }
    .mgroup1 img {
        width: auto;
        max-height: 70px;
    }
    .mgroup2 {
        height: 155px;
    }
    .mgroup3 {
        height: 155px;
    }
}


/* OUR_Services XXXXXXXXXXXXXXXXXX */


/*
.os_main {
    padding-bottom: 200px;
    height: 735px;
}

.a_os {
    text-align: center;
    font-size: 1.125em;
    cursor: pointer;
    font-weight: initial;
    width: 150px;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.a_os:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.os_select {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    min-height: 200px;
    width: 80%;
    margin: 0 auto;
}

.os_content {
    width: 50%;
    float: right;
    text-align: left;
    padding-left: 40px;
}

.os_img {
    width: 50%;
    float: left;
    padding-right: 40px;
}

.os_img img {
    margin: auto;
}

.os_btn {
    margin-top: 30px;
    width: 50%;
    float: right;
    clear: right;
}

.os_content div div {
    margin-top: 45px;
}

.os_content div img {
    float: left;
}

.os_content div p {
    margin-left: 40px;
}

.os_group {
    display: none;
    color: #425163;
}

.nav_os {
    padding-left: 0;
    margin-bottom: 0;
}

.nav_os>li {
    display: inline-block;
    width: 33%;
    float: left;
    vertical-align: top;
}

.nav_os>li>a {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    padding-top: 5px;
}

.nav_os>li>a>p {
    margin-top: 10px;
    font-weight: initial;
}

.header_os {
    margin-top: 50px;
    margin-bottom: 80px;
}

.os_slide {
    cursor: pointer;
}

#os_left_scroll,
#os_right_scroll {
    top: 40%;
    cursor: pointer;
    z-index: 20;
    position: absolute;
}

.os_nav_size1 {
    display: none;
}

.os_nav_size2 {
    display: block;
}

.img_os_1 {
    width: 100%;
    height: auto;
}

.img_os_2 {
    display: none;
    width: 100%;
    height: auto;
}

.btos_active p {
    color: #FF6600;
}

.nav_os .btos_active .img_os_1 {
    display: none;
}

.nav_os .btos_active .img_os_2 {
    display: block;
}

@media (max-width:992px) {
    .a_os {
        width: 125px;
    }
    #os_left_scroll,
    #os_right_scroll {
        top: 37%;
    }
    .os_main {
        height: 820px;
    }
}

@media (max-width:768px) {
    #os_left_scroll,
    #os_right_scroll {
        top: 25%;
    }
    .a_os {
        width: 120px;
    }
    .os_nav_size1 {
        display: block;
    }
    .os_nav_size2 {
        display: none;
    }
    .os_main {
        height: auto;
    }
    .os_select {
        width: 90%;
        position: relative;
    }
    .os_content {
        width: 100%;
        padding-left: 0px;
    }
    .os_img {
        width: 100%;
        margin-top: 70px;
        padding-right: 0;
    }
    .os_btn {
        width: 100%
    }
    .os_content div div {
        margin-top: 25px;
        margin-left: 30px;
    }
    .os_content div h2 {
        text-align: center;
        margin-bottom: 40px;
    }
    .myButton7 {
        width: 295px;
    }
    .header_os {
        margin-bottom: 40px;
    }
    .nav_os>li>a>p {
        margin-top: 20px;
    }
}

@media (max-width:320px) {
    .myButton7 {
        width: 100%;
    }
    .os_content div div {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width:768px) {
    #os_carousel_inner {
        float: left;
        width: 100%;
        overflow: hidden;
    }
    #os_carousel_ul {
        position: relative;
        width: 300%;
    }
}
*/
#os_thumbs .swiper-slide img {
    width: 120px;
    height: 120px;
}

#os_thumbs .swiper-slide img:nth-child(2) {
    display: none;
}

#os_thumbs .swiper-slide.swiper-slide-active img:nth-child(1) {
    display: none;
}

#os_thumbs .swiper-slide.swiper-slide-active img:nth-child(2) {
    display: block;
}

#os_content ul {
    text-align: left !important;
    padding: 0;
    margin-top: 30px;
    list-style-image: url(../img/Our_service/list.png);
}

#os_content ul li {
    margin-left: 30px;
    margin-bottom: 30px;
}

#os_thumbs .swiper-container .swiper-button-next {
    background-size: cover !important;
    background-image: url(../img/Our_service/right2.png);
    width: 15px;
    height: 30px;
}

#os_thumbs .swiper-container .swiper-button-prev {
    background-size: cover !important;
    background-image: url(../img/Our_service/left2.png);
    width: 15px;
    height: 30px;
}

#our_service_box .swiper-container {
    width: 100%;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
}

#our_service_box .swiper-slide {
    background-size: cover;
    background-position: center;
}

#our_service_box .gallery-top {
    height: 80%;
    width: 100%;
}

#our_service_box .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

#our_service_box .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    /*opacity: 0.4;*/
    color: #15B9F9 !important;
}

#our_service_box .gallery-thumbs .swiper-slide-active {
    opacity: 1;
    color: #FF6600 !important;
}

#our_service_box .gallery-thumbs .swiper-slide a {
    color: #15B9F9 !important;
    text-decoration: none !important;
   /* -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    transition: 500ms;*/
}

#our_service_box .gallery-thumbs .swiper-slide-active a {
    color: #FF6600 !important;
}

/*#our_service_box .gallery-thumbs .swiper-slide a:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}*/

#os_thumbs {
    position: absolute;
    top: 570px;
    width: 80%;
    margin: 0 auto;
    right: 0;
    left: 0;
}

#our_service_box {
    min-height:800px;
}

#our_service_box .swiper-container .col-os-2 img {
    padding-top: 35px;
    margin: 0 auto;
}

.col-os-1 {
    float: right;
    width: 50%;
    padding-left: 5%;
}

.col-os-2 {
    float: right;
    width: 50%;
    padding-right: 5%;
}

@media (max-width:991px) {
    #os_content ul {
        margin-top: 20px;
    }
    #os_thumbs {
        top: 580px;
    }
    #os_content ul li {
        margin-bottom: 15px;
    }
    .col-os-1 {
        padding-left: 0px;
    }

    .col-os-2 {
        padding-right: 25px;
    }

}

@media (max-width:767px) {

    #our_service_box .swiper-container .col-os-2 img {
        padding-top: 10px;
    }

    #os_thumbs .swiper-container .swiper-button-next {
        background-image: url(../img/Our_service/right.png);
    }
    #os_thumbs .swiper-container .swiper-button-prev {
        background-image: url(../img/Our_service/left.png);
    }
    #os_thumbs {
        width: 90%;
        position: relative;
        top: 0px;
    }
    #our_service_box .swiper-container {
        text-align: center;
    }
    .col-os-1 {
        float: none;
        width: 100%;
        padding-left: 0%;
    }

    .col-os-2 {
        float: none;
        width: 100%;
        padding-right: 0%;
    }
}


/* Partner_logo XXXXXXXXXXXXXXXXXX */

.partner_logo {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    -webkit-transition: 1000ms;
}

.partner_logo:hover {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.partner_logo img:nth-child(1) {
    display: inline-block;
}

.partner_logo img:nth-child(2) {
    display: none;
}

@media (max-width:767px) {
    .partner_logo {
        width: 40%;
    }
    .partner_logo img {
        max-height: 80px;
        max-width: 160px;
        width: 100%;
        height: auto;
    }
}

#contact_us_left {
    margin-left: 5%;
    margin-right: 5%;
    float: left;
    max-width: 450px;
    width: 40%;
}

#contact_us_right {
    margin-left: 5%;
    margin-right: 5%;
    float: right;
    max-width: 450px;
    width: 40%;
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
}

.carousel-indicators .active {
    width: 13px;
    height: 13px;
}


/* MODAL XXXXXXXXXXXXXX */

#modal1 {
    text-align: center;
}

#MyDBD {
    padding-top: 0px;
    text-align: center;
}

#MyDBD h4 {
    margin: 0;
}

#MyDBD .modal-header {
    padding: 5px;
}

#MyDBD .close {
    margin-top: 5px;
    margin-right: 5px;
}

/*.col_how_does {
    height: 375px;
}*/

.img_how_does {
    float: right;
    width: 35%;
    text-align: center;
}

.img_how_does img {
    /*display: block;*/
    max-width: 79%;
    height: auto;
    margin-top: 20px;
    line-height: 369px;
}

.how_does_content {
    float: right;
    width: 50%;
    vertical-align: middle;
    text-align: left;
    /*height: 100%;*/
    padding-top: 40px;
}

.how_does_border {
    border-bottom: solid white 1px;
}

.how_does_hr {
    border-top: 1px solid white;
    display: none;
}

.readmore_how_does {
    font-size: 1em;
    text-align: left;
    width: 85%;
}

.logo_how_does {
    float: right;
    width: 14%;
    /*text-align: center;*/
    vertical-align: middle;
}

.modal-header {
    border-bottom: none;
}

@media (max-width: 1024px) {
    .how_does_border {
        border: 0px;
    }
    .how_does_hr {
        border-bottom: solid white 1px;
        display: block;
    }
    .img_how_does img {
        max-width: 55%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .img_how_does {
        width: 100%;
        display: block;
        float: none;
    }
    .how_does_content {
        width: 79%;
    }
    .logo_how_does {
        width: 19%;
    }
    .col_how_does {
        height: auto;
    }
    /*.readmore_how_does {
        width: 90%;
    }*/
}

@media (max-width:450px) {
    .logo_how_does {
        display: none;
    }
    .how_does_content {
        width: 100%;
        text-align: center;
    }
    .readmore_how_does {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:370px) {
    #MyDBD .modal-dialog {
        margin: 0px;
    }
    #MyDBD .modal-content {
        border-radius: 0;
    }
}

.form_contact_us {
    background-color: #FAFAFA;
    font-size: 1em;
    font-weight: 300;
}

#badge_cart {
    position: absolute;
    font-weight: normal;
    background-color: #F78700;
    font-size: 1.125em;
    margin-left: 9px;
    margin-top: -10px;
    padding: 2px 4px;
    border-radius: 10px;
}

.how_does_icon {
    width: 75px;
    height: 75px;
    margin-top: 75px;
}

.textmap {
    margin-left: 20px;
    font-size: 1em;
}

#googleMap {
    /*-webkit-filter: grayscale(95%);
    -moz-filter: grayscale(95%);
    -ms-filter: grayscale(95%);
    -o-filter: grayscale(95%);
    filter: grayscale(95%);*/
}

.textlets_talk {
    font-size: 1em;
    line-height: 14pt;
}

.talk_btn {
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    -webkit-transition: 1000ms;
}

.talk_btn:hover {
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.talk_btn:hover p {
    color: #0692EC;
}


/* OUR TEAM XXXXXXXXXXXXXXXXXXXX*/

.our-team-image-frame {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
    z-index: 10;
    margin-bottom: 25px;
    display: inline-block;
}


/*.our-team-image-frame img:hover .our-team-detail {
    display: none;
}*/

.our-team-image-frame img {
    z-index: 2;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.main-col-2 .our-team-image-frame {
    margin-left: 12px;
}

.our-team-detail {
    display: block;
    width: 100%;
    height: auto;
    z-index: 3;
    position: absolute;
    bottom: 0;
}

.our-team-detail p {
    margin-top: 12px;
    margin-bottom: 30px;
    color: white;
    font-size: 11px;
    display: block;
    line-height: 10pt;
}

.our-team-detail b {
    margin-bottom: 5px;
}

.our-team-detail span {
    font-size: 0.875em;
    text-transform: uppercase;
}

.main-col-1 {
    text-align: center;
    display: inline-table;
    width: 180px;
}

.main-col-2 {
    text-align: center;
    display: inline-table;
    width: 975px;
}

.boss_our_team {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.read_more_our_team1 {
    display: inline-flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.read_more_our_team2 {
    display: inline-flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.read_more_our_team3 {
    display: inline-flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.col_our_team_2 {
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    display: inline-table;
    width: 180px;
}

.col_our_team_3 {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    position: relative;
    min-height: 0px;
    display: inline-block;
}

.col_our_team_4 {
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    min-height: 1px;
    float: left;
}

.our_team_row {
    text-align: center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /*float: left;*/
}

.our_team_main_row {
    text-align: center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /*float: left;*/
}

@media (max-width:1200px) {
    .main-col-2 {
        width: 780px;
    }
    .main-col-2 .our-team-image-frame {
        margin-left: 10px;
    }
}

@media (max-width:992px) {
    .main-col-2 {
        width: 555px;
    }
    .main-col-2 .our-team-image-frame {
        margin-left: 0px;
    }
}

@media (max-width:767px) {
    .main-col-1 {
        width: 100%;
    }
    /*.main-col-2 {
        width: 555px;
    }*/
    .col_our_team_3 .our-team-image-frame {
        margin-left: 5px;
    }
    .our_team_main_row {
        text-align: center;
        display: block;
    }
    /*.read_more_our_team1 {
        width: 570px;
    }
    .read_more_our_team2 {
        width: 570px;
    }
    .read_more_our_team3 {
        width: 570px;
    }*/
    /*.boss_our_team {
        width: 570px;
    }*/
}

@media (max-width:600px) {
    .our-team-image-frame {
        width: 145px;
        height: 145px;
    }
    .main-col-2 {
        width: 100%;
    }
    .col_our_team_2 {
        width: 145px;
    }
    .read_more_our_team1 {
        width: 450px;
    }
    .read_more_our_team2 {
        width: 450px;
    }
    .read_more_our_team3 {
        width: 450px;
    }
    .boss_our_team {
        width: 145px;
    }
    .our-team-detail p {
        font-size: 0.6em;
        line-height: 8pt;
    }
}

@media (max-width:480px) {
    .read_more_our_team1 {
        width: 300px;
        text-align: center;
        display: inline-block;
    }
    .read_more_our_team2 {
        width: 300px;
        text-align: center;
        display: inline-block;
    }
    .read_more_our_team3 {
        width: 145px;
        text-align: center;
    }
    .main-col-2 .col_our_team_3 .our-team-image-frame {
        margin-left: 0;
    }
    .main-col-2 .our-team-image-frame {
        margin-left: 0px;
        margin-right: 0px;
    }
    .main-col-4 .our-team-image-frame {
        margin-left: 0px;
        margin-right: 0px;
    }
    .col_our_team_3 {
        display: block;
    }
    .col_our_team_4 {
        display: inline-block;
        float: none;
    }
}


/*carousel XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#left_scroll,
#right_scroll {
    display: none;
    cursor: pointer;
    margin-top: 10px;
}

@media (max-width:767px) {
    #carousel_inner {
        float: left;
        width: 100%;
        overflow: hidden;
    }
    #carousel_ul {
        overflow: hidden;
        position: relative;
        left: -100%;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        width: 300%;
        padding: 10px 0;
    }
    #carousel_ul li {
        width: 33.3%;
        padding: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        cursor: hand;
        border: 0px;
    }
    #left_scroll,
    #right_scroll {
        display: block;
        position: absolute;
        float: left;
        z-index: 1;
    }
    #btm_technology {
        padding: 0 30px;
    }
    .nav_methodology>li>a {
        color: #FC7D35;
    }
}


/* Company_Overview XXXXXXXXXXXXXXXXXXXXX */

#btn_ovv_readmore {
    font-weight: 300;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

#btn_ovv_readmore:hover {
    color: #FF6600;
}

.img_overview {
    text-align: center;
    height: 70px;
    margin-bottom: 10px;
}

.content_overview {
    width: 90%;
    margin: auto;
}

.embed_overview {
    width: 80%;
    margin: auto;
}

.text_overview {
    text-align: center;
}

.text_overview div {
    /*height: 70px;*/
    display: table;
    margin: auto;
    vertical-align: middle;
    padding-bottom: 15px;
}

.text_overview h2 {
    display: table-cell;
    vertical-align: middle;
}

.list_overview {
    text-align: center;
    font-size: 1em;
}

.company_table {
    text-align: left;
    width: 100%;
    font-weight: 300;
}

.company_table tr td:first-child {
    color: #15B9F9;
    font-style: italic;
}

.dbd_btn {
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    cursor: pointer;
    height: 50px;
    position: relative;
    text-decoration: none !important;
}

.dbd_btn p {
    display: inline-block;
}

.dbd_btn img {
    display: inline-block;
}

@media (max-width:767px) {
    .dbd_btn {
        width: 220px;
    }
    .dbd_btn p {
        width: 85%;
        text-align: left;
        left: 0;
        margin-bottom: 0px;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .dbd_btn img {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 0;
    }
    .content_overview {
        width: 100%;
    }
    .embed_overview {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
    .img_overview {
        text-align: center;
        display: inline-block;
        width: 39%;
    }
    .text_overview {
        text-align: left;
        display: inline-block;
        width: 59%;
        vertical-align: -webkit-baseline-middle;
    }
    .text_overview h3 {
        height: auto;
    }
    .list_overview {
        text-align: left;
    }
    .text_overview div {
        margin: initial;
    }
}

@media (max-width:320px) {
    .img_overview {
        text-align: center;
        display: block;
        width: 99%;
    }
    .text_overview {
        text-align: center;
        display: block;
        width: 99%;
        vertical-align: middle;
    }
    .text_overview h3 {
        height: auto;
    }
    .list_overview {
        text-align: center;
    }
    .text_overview div {
        margin: auto;
    }
}


/* circle_our_team XXXXXXXXXXXXXXXXXXXXX */

.circle_1-1 {
    background-color: #E4EDF3;
}

.circle_1-2 > span {
    background-color: #455B72;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
}

.circle_2-1 {
    background-color: #CFEAF0;
}

.circle_2-2 > span {
    background-color: #30B1CC;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
}

.circle_3-1 {
    background-color: #D0D8DC;
}

.circle_3-2 > span {
    background-color: #7A8890;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
}

.circle_4-1 {
    background-color: #E1D8D1;
}

.circle_4-2 > span {
    background-color: #EF8F30;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
}

.circle_5-1 {
    background-color: #CED9D7;
}

.circle_5-2 > span {
    background-color: #5CB8A4;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
}


/* Resolution XXXXXXXXXXXXXXXXXXX */

@media screen and (max-width: 1024px) {
    #contact_us_left {
        margin-right: 0%;
        margin-left: 0%;
        float: left;
        width: 55%;
    }
    #contact_us_right {
        margin-right: 0%;
        margin-left: 0%;
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    #bg_contact_us {
        padding-bottom: 190px;
    }
    #bg_lets_talk {
        padding-bottom: 165px;
    }
    #contact_us_left {
        max-width: 100%;
        width: 100%;
    }
    #contact_us_right {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #bg_our_team {
        background-image: url("../img/Our_team/bg_mobile.png");
        background-size: 500px 580px;
        /*padding-bottom: 500px;*/
    }
}

@media screen and (max-width: 320px) {
    .myButton {
        display: block;
        width: 100%;
    }
    #bg_contact_us {
        /*background-image: url("../img/Contact_us/Contact_us_bg_mobile.png");*/
        /*background-size: 800px;*/
        padding-bottom: 160px;
    }
    #bg_lets_talk {
        background-image: url("../img/Lets_Talk/bg_mobile.png");
        background-size: 375px 119px;
        padding-bottom: 130px;
    }
    .myButton6 {
        width: 100%;
    }
    .chatbox {
        width: 100%;
        right: 0px;
        /*bottom: 30%;*/
    }
}


/* slideanim XXXXXXXXXXXXXXXXXXXXXXXX*/

.slideanim {
    visibility: hidden;
}

.slidenims {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide;
    /* The duration of the animation */
    animation-duration: 0.75s;
    -webkit-animation-duration: 0.75s;
    /* Make the element visible */
    visibility: visible;
}


/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */

@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


/* Portfolio XXXXXXXXXXXXXXXXXXXXXXX */

.bg_portfolio1 {
    background-color: #26496B;
    background-image: url("../img/Portfolio/bg03.png");
    background-position: bottom;
    background-repeat: no-repeat;
}

.bg_portfolio2 {
    background-image: url("../img/Portfolio/bg02.png");
    background-position: top right;
    background-repeat: no-repeat;
    overflow-x: auto;
}

.bg_portfolio3 {
    background-image: url("../img/Portfolio/bg01.png");
    background-position: bottom;
    background-repeat: repeat-x;
}

.nav_portfolio {
    padding-left: 0;
    margin-bottom: 0;
    display: table;
    margin: 0 auto;
    width: 90%;
}

.nav_portfolio li:nth-child(2) {
    border-right: solid #8FACBD 1px;
    border-left: solid #8FACBD 1px;
}

.nav_portfolio li {
    display: table-cell;
    width: 33%;
    text-align: center;
}

.nav_portfolio input[type=checkbox] {
    display: none;
}

.nav_portfolio input[type=checkbox] + label {
    background: url(../img/Portfolio/checkbox_p2.png) no-repeat;
    background-size: 24px 20px;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
    padding-left: 40px;
}

.nav_portfolio input[type=checkbox]:checked + label {
    background: url(../img/Portfolio/checkbox_p1.png) no-repeat;
    background-size: 24px 20px;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
    padding-left: 40px;
}

.port_parent {
    width: 100%;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    float: left;
    height: auto;
}

#port_parent_btn {
    color: white;
    text-decoration: none;
    font-size: 1.125em;
    margin-top: 20px;
    padding-right: 30px;
    margin-right: 30px;
    background: url(../img/Portfolio/down.png) no-repeat;
    background-position: right;
    cursor: pointer;
}

#port_parent_btn.port_actives {
    background: url(../img/Portfolio/up.png) no-repeat;
    background-position: right;
}

.port_parent p {
    color: white;
}

.port_child {
    float: left;
    width: 31%;
    margin: 1%;
    height: 275px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.port_div_img {
    position: absolute;
    top: 0;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
}

.port_img_main {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.hover_show {
    width: 100%;
    height: 100%;
    background-color: #02619B;
    position: absolute;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.4s, opacity 0.4s linear;
    /*transition: visibility 0.5s, opacity 0.5s ease-out;*/
}

.hover_show2 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s, opacity 0.4s linear;
    /*transition: visibility 0.5s, opacity 0.5s ease-out;*/
    top: 40%;
}


/*.hover_show,
.hover_show2 {
    left: 0;
    right: 0;
    margin: 0 auto;
}*/

.port_child:hover > .hover_show {
    visibility: visible;
    opacity: 0.75;
    cursor: pointer;
}

.port_child:hover > .hover_show2 {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}

#technologys img {
    margin-right: 15px;
    margin-top: 10px;
}

.port_website {
    display: block;
    width: 180px;
    margin: 0 auto;
    float: left;
    background: #F95910;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    color: white;
    padding: 7px 15px 7px 15px;
    text-decoration: none;
    font-size: 1.33em;
    font-weight: 300;
    text-align: center;
}

.port_website:hover,
.port_website:active {
    text-decoration: none;
    color: white;
}


/* modal (mod) XXXXXXXXXXXX */


/* The Modal (background) */

.mod {
    display: none;
    position: fixed;
    z-index: 5;
    padding-top: 100px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


/* Modal Content */

.mod-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
    overflow: hidden;
}


/* The Close Button */

.closer {
    position: absolute;
    right: 20px;
    margin-top: 20px;
    z-index: 2;
}

.closer:hover,
.closer:focus {
    text-decoration: none;
    cursor: pointer;
}

.mod-header {
    padding: 5px 0px 10px 0px;
    background-color: #425163;
    position: relative;
    color: white;
}

.mod-body {
    background-color: #1A5991;
    word-wrap: break-word;
}


/* modal 2 Portfolio */

.mod2 {
    display: none;
    position: fixed;
    z-index: 5;
    padding-top: 100px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.mod2-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
    overflow: hidden;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* Carousel_Portfolio */

#port_carousel_inner {
    /*float: left;*/
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
}

#port_img_show {
    display: block;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#port_right_scroll,
#port_left_scroll {
    z-index: 1;
    cursor: pointer;
    cursor: hand;
    position: absolute;
}

#port_left_scroll {
    float: left;
    top: 200px;
    left: -90px;
    width: 180px;
    height: 180px;
}

#port_left_scroll div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #7EB2D9;
    border-radius: 50%;
    opacity: 0.3;
}

#port_right_scroll {
    float: right;
    right: -90px;
    top: 200px;
    width: 180px;
    height: 180px;
}

#port_right_scroll div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #7EB2D9;
    border-radius: 50%;
    opacity: 0.3;
}

#port_left_scroll img {
    top: 60px;
    bottom: 0;
    left: 65px;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

#port_right_scroll img {
    top: 60px;
    bottom: 0;
    left: 0;
    right: 65px;
    margin: 0 auto;
    position: absolute;
}

.part_footer {
    width: 100%;
    height: auto;
}

.part_footer div {
    float: left;
    /*display: inline-table;*/
    height: auto;
    padding: 20px 5px 20px 5px;
}

.part_logo {
    width: 20%;
    padding-left: 3% !important;
    padding-top: 50px !important;
    padding-right: 3% !important;
}

.part_technology {
    width: 30%;
}

.part_releas_date {
    width: 20%;
}

.part_releas_date h2,
.part_releas_date p {
    margin-left: 25px;
}

.part_project_overview {
    width: 30%;
}


/*.port_actives_img img {
    opacity: 0.7;
}*/

.port_actives_img span {
    opacity: 0.7;
}

.part_footer2 {
    clear: both;
    background-color: #425163;
    padding: 30px 20px 55px 20px;
}

.port_project {
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.5em;
}

.port_project:hover {
    color: white;
    text-decoration: none;
}


/* Modal 2 Full image */

#port_full_img {
    z-index: 2;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
    background-image: url("../img/Portfolio/size_up2.png");
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#port_full_img:hover {
    background-image: url("../img/Portfolio/size_up1.png");
}

#port_archive_img2 {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
    background-image: url("../img/Portfolio/size_down2.png");
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#port_archive_img2:hover {
    background-image: url("../img/Portfolio/size_down1.png");
}

.port_size_mobile {
    display: none;
}

.port_hr1 {
    display: none;
    border-top: 1px solid white;
    width: 85%;
    max-width: 1200px;
    margin-bottom: 0;
}

.port_hr2 {
    display: none;
    border-top: 1px solid white;
    width: 95%;
    max-width: 1200px;
    margin-bottom: 0;
}

#logo_mobile {
    display: none;
}

.part_desktop_carousel {
    height: 130px;
}

.port_box_img_show {
    width: 100%;
    /*height: 450px;*/
    /*overflow: hidden;*/
    position: relative;
}

@media screen and (max-width: 1199px) {
    .port_child {
        height: 200px;
    }
}

@media screen and (max-width: 1024px) {
    #project_overview ul {
        padding-left: 0px;
        list-style-type: none;
    }
    .part_logo {
        width: 30%;
    }
    .part_technology {
        width: 40%;
    }
    .part_releas_date {
        width: 30%;
    }
    .part_project_overview {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }
    .port_hr1 {
        display: block;
    }
    .part_footer div {
        padding: 20px 10px 40px 10px;
    }
}

@media screen and (max-width: 991px) {
    .port_child {
        height: 160px;
    }
}

@media screen and (max-width: 767px) {
    .part_desktop_carousel {
        height: 100px;
    }
    .part_logo {
        width: 40%;
    }
    .part_technology {
        width: 60%;
    }
    .part_technology h2,
    .part_technology img {
        float: left;
        margin-right: 20px;
        margin-top: 0px;
    }
    .part_technology h2 {
        padding-top: 20px;
    }
    .part_releas_date {
        width: 40%;
    }
    .part_releas_date h2,
    .part_releas_date p {
        margin-left: 0px;
    }
    .part_project_overview {
        width: 60%;
        text-align: left;
    }
    .port_hr1 {
        display: none;
    }
    .port_hr2 {
        display: block;
    }
    #port_text_website {
        display: none;
    }
    #logo_desktop {
        display: none;
    }
    #logo_mobile {
        display: block;
    }
    .part_footer {
        padding: 0 20px 0 20px;
    }
    .port_box_img_show {
        height: 400px;
    }
    .port_size_desktop {
        display: none;
    }
    .port_size_mobile {
        display: block;
    }
    .port_website {
        float: none;
    }
}

@media screen and (max-width: 425px) {
    .port_website {
        width: 100%;
    }
}


/* Mobile Portfolio */

#gallery_port_foot {
    width: 100%;
    height: 100%;
}

#project_overview_mobile ul {
    padding-left: 0px;
    list-style-type: none;
}

#port_left_scroll_mobile,
#port_right_scroll_mobile {
    cursor: pointer;
    cursor: hand;
    position: absolute;
    z-index: 2;
}

#port_left_scroll_mobile {
    float: left;
    top: 130px;
    left: -40px;
    width: 90px;
    height: 90px;
}

#port_left_scroll_mobile div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #7EB2D9;
    border-radius: 50%;
    opacity: 0.3;
}

#port_right_scroll_mobile {
    float: right;
    right: -40px;
    top: 130px;
    width: 90px;
    height: 90px;
}

#port_right_scroll_mobile div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #7EB2D9;
    border-radius: 50%;
    opacity: 0.3;
}

#port_left_scroll_mobile img {
    top: 30px;
    bottom: 0;
    left: 30px;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

#port_right_scroll_mobile img {
    top: 30px;
    bottom: 0;
    left: 0;
    right: 30px;
    margin: 0 auto;
    position: absolute;
}


/*.port_actives_img_mobile img {
    opacity: 0.7;
}*/

.port_actives_img_mobile span {
    opacity: 0.7;
}

#technologys_mobile img {
    margin: 0 5px 5px;
    5px;
}

#port_img_show_mobile {
    display: block;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 425px) {
    #gallery_port_foot {
        /*height: 90px;*/
    }
}

#bt_map {
    display: none;
}

.myButtonMap {
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    cursor: pointer;
    font-size: 1.125em;
    height: 41px;
    width: 100%;
    max-width: 300px;
    outline: 0;
    background-image: url("../img/Our_team/dropdown1.png");
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: 90% 50%;
    font-weight: normal;
    color: white;
    border: none;
    background-color: #33B3F7;
    margin: 20px 0;
}

.myButtonMap.opens {
    background-image: url("../img/Our_team/dropdown4.png");
}

#googleMap {
    height: 250px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #bt_map {
        display: block;
    }
    #box_map {
        height: 0;
        overflow: hidden;
    }
    #box_map.mapshow {
        height: 250px;
    }
}
