﻿
@import url('https://fonts.cdnfonts.com/css/google-sans');
/*font-family: 'Product Sans', sans-serif;
font-family: 'Product Sans Thin', sans-serif;
font-family: 'Product Sans Light', sans-serif;
font-family: 'Product Sans Medium', sans-serif;
font-family: 'Product Sans Black', sans-serif;*/

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #212121;
    overflow-x: hidden;
}
.error{
    color:orangered;padding: 5px 0;
}
a, a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    color: #212121;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.container {
    position: relative;
}
.ca-list-dt table td{
    padding-left: 10px;
}
.mnuLeftbox li > a {
    background: #f5f5f5;
    font-weight: bold;
}

.mnuLeftbox li ul li a {
    padding-left: 30px;
    background: #fff;
    font-weight: normal;
}
.ft-ic {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
}

.ft-ic1 {
    margin-top: -2px;
    width: 16px;
    height: 16px;
    background-position: -42px -9px;
}

.ft-ic2 {
    margin-top: -2px;
    width: 16px;
    height: 16px;
    background-position: -10px -9px;
}

.ft-ic3 {
    width: 24px;
    height: 24px;
    background-position: -119px -5px;
}

.ft-ic4 {
    width: 24px;
    height: 24px;
    background-position: -153px -5px;
}

.ft-bic {
    width: 36px;
    height: 36px;
}

.ft-bni1 {
    background-position: -269px -38px;
}

.ft-bni2 {
    background-position: -225px -31px;
}

.ft-bni3 {
    width: 36px;
    height: 35px;
    background-position: -182px -37px;
}

.ft-bni4 {
    background-position: -140px -36px;
}

.ft-bni5 {
    width: 40px;
    height: 35px;
    background-position: -95px -36px;
}

.ft-bni6 {
    width: 36px;
    height: 35px;
    background-position: -44px -37px;
}

.ft-s1 {
    background-position: -2px -81px;
}

.ft-s2 {
    background-position: -39px -81px;
}

.ft-s3 {
    background-position: -76px -81px;
}

.ft-s4 {
    background-position: -113px -81px;
}

.ft-sc {
    width: 32px;
    height: 32px;
}

.ft-itime {
    margin-right: 10px;
    top: -1px;
    width: 16px;
    height: 16px;
    background-position: -222px -8px;
}

.ft-hdtop {
    height: 40px;
    background: #e77817;
}

.ft-hdl {
    float: left;
    padding-top: 10px;
}

    .ft-hdl li,
    .ft-hdr li {
        display: inline-block;
        vertical-align: middle;
    }

        .ft-hdl li + li:before {
            padding: 0 5px;
            color: #f5f5f5;
            content: "|";
        }

        .ft-hdl li a {
            display: inline-block;
            color: #f5f5f5;
        }

.ft-hdr {
    float: right;
    padding-top: 6px;
}

    .ft-hdr li {
        margin-left: 15px;
    }

.ft-header {
    position: relative;
    z-index: 999;
}
.ft-hdmid.fixtopmid {
    top: 0;
}
.ft-hdmid {
    height: 48px;
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 99;
    /*padding-bottom: 20px;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #F2F2F2;
    /*background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.896796218487395) 30%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.896796218487395) 30%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.896796218487395) 30%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);*/
}

.ft-header.fixtop .ft-hdmid {
    top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #cccccc;
}

.ft-logo {
    background: #e77817;
    float: left;
    /* height: 48px; */
    /* line-height: 48px; */
    padding: 1px 10px 7px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
    .ft-logo span {
        color: #1367a5;
        /* padding-top: 10px; */
        font-size: 23px;
    }
.ft-header.fixtop .ft-logo {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .ft-header.fixtop .ft-logo img {
        height: 40px;
    }

.ft-menu {
    float: right;
    margin-right: 40px;
    height: 48px;
    line-height: 35px;
}

.ft-mnicm {
    display: none;
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 25px;
    color: #F28131;
    cursor: pointer;
}



.ft-menu > li {
    float: left;
    margin-right: 25px;
    position: relative;
}

    .ft-menu > li > a {
        display: inline-block;
        text-transform: uppercase;
        /*font-weight: bold;*/
        font-size: 16px;
        color: #898787;
        padding: 8px 0;
    }

    .ft-menu > li > ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 5;
        /*width: 215px;*/
        padding: 10px 0;
        background: #FFFFFF;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

        .ft-menu > li > ul:before {
            content: "";
            display: inline-block;
            width: 80px;
            height: 3px;
            background: #F6861F;
            position: absolute;
            top: -3px;
            left: 0;
        }

        .ft-menu > li > ul > li > a {
            display: block;
            padding: 7px 15px;
            font-size: 16px;
            color: #828282;
            white-space: nowrap;
        }

    .ft-menu > li:hover > ul {
        display: block;
    }

    .ft-menu > li > ul > li > a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 11px;
        height: 12px;
        margin-right: 10px;
        margin-top: -3px;
        background: url("/uploads/logo-tak-menu-11x11.jpg") no-repeat 0px 0px;
    }

@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.ft-menu > li > ul > li > a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .ft-menu > li > ul > li > a:before {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .ft-menu > li > ul > li > a:hover:before,
    .ft-menu > li > ul > li > a:focus:before,
    .ft-menu > li > ul > li > a:active:before {
        -webkit-animation-name: hvr-icon-pop;
        animation-name: hvr-icon-pop;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

.ft-simn {
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
}

    .ft-simn:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        border-width: 1px 1px 0 0;
        border-style: solid;
        border-color: #898787;
        width: 6px;
        height: 6px;
        position: relative;
        top: -5px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

.ft-isear {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 15px;
    width: 24px;
    height: 24px;
    background: url("../images/icon.png") no-repeat -71px -5px;
}

.ft-header.fixtop .ft-isear {
    top: 11px;
}

.ft-search {
    display: none;
    position: absolute;
    top: 100%;
    right: 15px;
    width: 300px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #cccccc;
}

.ft-seshow {
    display: block;
}

.ft-search:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 5px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #cccccc;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ft-banner {
    margin-top:48px;
    position: relative;
    z-index: 9;
}

.ft-bngltop {
    position: relative;
    z-index: 6;
}

.ft-bner img {
    width: 100%;
}

.ft-bnif {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 8px 15px;
    background: rgba(0,0,0,0.3);
}

    .ft-bnif span {
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        font-size: 32px;
        color: #FFFFFF;
        margin-right: 25px;
    }

.ft-bnlk {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 16px;
    color: #f6861f;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .ft-bnlk:hover {
        color: #FFFFFF;
        background: #F6861F;
        border: 1px solid #F6861F;
    }

    .ft-bnlk:after {
        content: " →";
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        margin-left: 3px;
    }

.ft-bnglth {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    z-index: 9;
}

.ft-galthm {
    width: 100%;
    float: left;
    padding: 16px 8px;
    background: #eee; /*rgba(0,0,0,0.3);*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .ft-galthm .swiper-slide {
        text-align: center;
    }

    .ft-galthm .swiper-container-multirow-column > .swiper-wrapper {
        flex-direction: row;
    }

.ft-galit {
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 90px;
    margin: 0 auto 5px;
    font-weight: bold;
    font-size: 17px;
    padding-top: 7px;
    color: #FFFFFF;
    background: #337ab7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

    .swiper-slide-thumb-active .ft-galit,
    .ft-galit:hover,
    .ft-galit:focus,
    .ft-galit:active {
        background: #333F48;
    }

    .ft-galit h3 {
        padding-top: 62px;
        color: #a5cbeb;
    }

.ft-about {
    padding: 40px 0;
}

.ft-abh {
    font-weight: bold;
    font-size: 24px;
    color: #888484;
}

.ft-abif {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}
.ft-abif-2 {
    margin: 10px 0;
    font-size: 19px;
    line-height: 30px;
    text-align: justify;
    color: #888;
}
.ft-ablk {
    font-size: 20px;
    color: #337ab7;
}

    .ft-ablk:after {
        content: " →";
        display: inline-block;
        vertical-align: middle;
        margin-top: -8px;
        margin-left: 3px;
    }

    .ft-ablk:hover {
        color: #D91E36;
    }

.gt-serv {
    padding: 40px 0;
    background: url("../images/bgs.jpg") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.gt-tits {
    font-size: 36px;
    /*font-weight: bold;*/
    text-align: center;
    position: relative;
    color: #898787;
    margin-bottom: 50px;
}

    .gt-tits:before {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -50px;
        width: 100px;
        height: 5px;
        background: #F6861F;
    }



.gt-serv .gt-tits:before {
    background: #F6861F;
}

.ft-seit {
    border: 2px solid #fff;
    height: 100%;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .ft-seit:hover {
        border: 2px solid #f6861f;
        /* -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);*/
    }

.ft-seitimg {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

    .ft-seitimg img {
        display:none;
        width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.ft-seitbox {
    padding: 20px;
}

.ft-seithd {
    display: block;
    font-size: 25px;
    color: #898787;
    margin-bottom: 25px;
}
.ft-seitbox p {
    font-size: 16px;
    color: #898787;
    }
.ft-links {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    color: #31708f;
    background: #fff;
    border: 1px solid #337ab7;
    font-size: 20px;
    white-space: nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.imgbox-gp {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 93px;
    width: 100%;
    display: block;
}
    .imgbox-gp a{
        display:block;
        width:100%;
        height:100%;
    }
    .imgbox {
        position: relative;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        background-clip: border-box;
        box-sizing: border-box;
        overflow: hidden;
        height: 267px;
        width: 100%;
        display: block;
        opacity: 0.9;
    }
.ft-abimg {
    display:block;
    height: 280px;    
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width:100%;
}
.imgbox a img {
}
    .ft-links:after {
        content: " →";
        display: inline-block;
        vertical-align: middle;
        margin-top: -5px;
        margin-left: 3px;
    }

    .ft-links:hover {
        color: #FFFFFF;
        background: #03a9f4;
    }

.ft-prod {
    padding: 40px 0;
}

.ft-lpros {
    margin: 0 -12px;
}

.ft-lprods .swiper-container-multirow-column > .swiper-wrapper {
    flex-direction: row;
}

.ft-lprods .swiper-container {
    padding: 10px 0;
}

.ft-lprods .swiper-button-next,
.ft-lprods .swiper-button-prev {
    color: #D91E36;
}

.ft-ipite {
    display: block;
    padding: 10px;
    border: 1px solid #efefef;
}

    .ft-ipite:hover {
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

.ft-iprimg {
    height: 160px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}

    .ft-iprimg img {
        max-height: 100%;
    }

.ft-ipname {
    font-size: 16px;
    line-height: 27px;
    color: #898787;
    height: 53px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.ft-prj {
    padding: 40px 0;
}

.ft-lprjs {
    display: flex;
}

    .ft-lprjs .swiper-container {
        padding-bottom: 40px;
    }

.ft-iprj {
    display: block;
    position: relative;
    overflow: hidden;
}

    .ft-prj-img img {
        width: 100%;
    }

.ft-swpag .swiper-pagination-bullet {
    background: #a7a7a7;
}

.ft-swpag .swiper-pagination-bullet-active {
    background: #337ab7;
}

.ft-prj-if {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

    .ft-prj-if:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,0.5);
    }

.ft-prjif {
    padding: 10px;
}

.ft-prj-h {
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #E0E0E0;
    padding-top: 50%;
    position: relative;
    z-index: 2;
}

.ft-prj-hv {
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0,500px);
    -moz-transform: translate(0,500px);
    -ms-transform: translate(0,500px);
    -o-transform: translate(0,500px);
    transform: translate(0,500px);
}

.ft-iprj:hover .ft-prj-hv {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.ft-iprj:hover .ft-prj-if:before {
    background: rgb(95 168 230);
    opacity: 0.9;
}

.ft-prjsub {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.ft-prjlk {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .ft-prjlk:hover {
        color: #FFFFFF;
        background: #D91E36;
        border: 1px solid #D91E36;
    }

    .ft-prjlk:after {
        content: " →";
        display: inline-block;
        vertical-align: middle;
        margin-top: -5px;
        margin-left: 3px;
    }

.ft-ykv {
    padding: 40px 0;
}

.ft-lyk .swiper-container {
    padding-bottom: 35px;
}

.ft-iyk {
    text-align: center;
}

.ft-iykimg {
    text-align: center;
}

    .ft-iykimg img {
        width: 100%;
        max-width: 160px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

.ft-iykdes {
    margin: 10px auto;
    max-width: 350px;
    text-align: justify;
    color: #828282;
    font-size: 16px;
    line-height: 28px;
}

    .ft-iykdes:before {
        content: "“ ";
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        color: #F6861F;
        font-size: 40px;
        font-style: italic;
        position: relative;
        top: 5px;
    }

.ft-iykarc {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #F6861F;
}

.ft-cns {
    padding: 40px 0;
    background: #F2F2F2;
}

.ft-lcns .swiper-container {
    padding-bottom: 40px;
}

.ft-lcns .swiper-slide {
    text-align: center;
}

.ft-cnsimg {
    display: inline-block;
    margin: auto;
    text-align: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.ft-hdbg {
    padding: 40px 0;
}

.ft-hdbgul {
    text-align: center;
    margin-bottom: 40px;
}

    .ft-hdbgul > li {
        margin: 0 20px;
        display: inline-block;
        vertical-align: middle;
    }

        .ft-hdbgul > li > a {
            font-size: 36px;
            text-align: center;
            position: relative;
            color: #BDBDBD;
            margin-bottom: 50px;
        }

            .ft-hdbgul > li > a:before {
                content: "";
                display: inline-block;
                position: absolute;
                bottom: -15px;
                left: 50%;
                margin-left: -50px;
                width: 100px;
                height: 5px;
                background: transparent;
            }

        .ft-hdbgul > li.active > a {
            color: #898787;
        }

            .ft-hdbgul > li.active > a:before {
                background: #F6861F;
            }

.ft-tabite {
    display: block;
    position: relative;
}

.ft-tabimg img {
    width: 100%;
}

.ft-tabif {
    padding: 15px 0px;
}

.ft-tabtit {
    font-size: 20px;
    line-height: 24px;
    color: #898787;
}

.ft-tabtime {
    color: #999;
}

.ft-acul li {
    margin-bottom: 52px;
}

    .ft-acul li:last-child {
        margin-bottom: 0;
    }

.ft-acimg {
    width: 160px;
    float: left;
}

    .ft-acimg img {
        width: 100%;
    }

.ft-acif {
    margin-left: 180px;
}

.ft-actit {
    font-size: 16px;
    line-height: 20px;
    color: #898787;
}
.ft-actit-2 {
    color: #898787;
    line-height:16px;
    font-size:18px;
}
.ft-actit:hover {
    color: #F6861F;
}

.ft-ldt {
    padding: 10px 0;
    background: #F2F2F2;
}

.ft-ldtul .swiper-slide {
    width: 185px;
}

.ft-footer {
    background: #333F48;
    color: #999FA4;
    padding-top: 40px;
}

.ft-ftr-hd {
    font-size: 18px;
    color: #E5E5E5;
    margin-bottom: 10px;
}

.ft-ftr-if {
    margin-bottom: 15px;
    line-height: 28px;
}

.ft-ftr-lg {
    margin-bottom: 10px;
}

    .ft-ftr-lg li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

        .ft-ftr-lg li a {
            opacity: 0.6;
        }

            .ft-ftr-lg li a:hover {
                opacity: 1;
            }

.ft-ftr-mn li {
    margin-bottom: 10px;
}

    .ft-ftr-mn li a {
        font-size: 16px;
        color: #999FA4;
    }

        .ft-ftr-mn li a:hover {
            color: #FFFFFF;
        }

.ft-ftr-fr {
    position: relative;
    padding-right: 115px;
    margin-bottom: 20px;
}

.ft-ftr-ip {
    color: #7b8892;
    padding: 0 15px;
    height: 48px;
    background: #455561;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ft-ftr-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 106px;
    height: 48px;
    line-height: 48px;
    padding: 0 5px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    outline: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.ft-ftr-sc > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

    .ft-ftr-sc > li > a {
        text-indent: -9999px;
    }

.ft-ftr-bt {
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
    color: #999FA4;
    font-size: 16px;
    border-top: 1px solid #455561;
}

.back_to_top {
    position: fixed;
    bottom: 10%;
    right: 15px;
    z-index: 999;
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    background: rgba(130,130,130,0.5);
    display: none;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 6px -3px #000;
    -moz-box-shadow: 1px 1px 6px -3px #000;
    box-shadow: 1px 1px 6px -3px #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .back_to_top:before {
        content: "";
        display: inline-block;
        height: 20px;
        width: 20px;
        position: relative;
        top: 5px;
        border-color: #000000;
        border-width: 2px 2px 0 0;
        border-style: solid;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -o-transform: rotate(315deg);
        transform: rotate(315deg);
    }

@media (max-width: 1280px) {
    

    .ft-galit {
        margin: 0 auto 5px;
        font-size: 14px;
        padding-top: 5px;
    }

    .ft-acul li {
        margin-bottom: 16px;
    }
}

@media (max-width: 1170px) {
    .ft-galit {
        height: 60px;
        font-size: 13px;
        padding-top: 5px;
    }

    .ft-galthm .swiper-slide {
        margin-bottom: 1px;
    }

    .ft-galthm {
        width: 280px;
        padding: 8px 0 0 0;
    }

    .ft-galit h3 {
        padding-top: 4px;
    }

    .ft-bnif span {
        font-size: 16px;
        margin-right: 15px;
    }

    .ft-bnlk {
        height: 26px;
        line-height: 26px;
        padding: 0 10px;
        font-size: 13px;
    }

    .ft-galthm {
        height: 225px;
    }

    .ft-prj-h {
        font-size: 24px;
        line-height: 34px;
        padding-top: 45%;
    }

    .ft-links {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .ft-banner {
        margin-top: -2px;
    }
    .ft-header {
        padding-top: 46px;
    }

    .ft-mnicm {
        display: inline-block;
    }

    .ft-hdtop,
    .ft-bnglth {
        display: none;
    }

    .ft-hdmid {
        height: 48px;
        top: 0;
        padding-bottom: 0;
        background: #eee;
    }

    .ft-logo {
        
        margin-left: 40px;
    }

      

    .ft-isear {
        top: 11px;
    }

    .ft-menu {
        display: none;
        position: absolute;
        top: 46px;
        left: 0;
        right: 0;
        width: 100%;
        background: #FFFFFF;
        float: none;
        padding: 0;
        margin-right: 0;
        -webkit-box-shadow: 0 5px 10px #434343;
        -moz-box-shadow: 0 5px 10px #434343;
        box-shadow: 0 5px 10px #434343;
    }

    .ft-smenus {
        display: block;
    }

    .ft-menu > li {
        float: none;
        margin-right: 0;
        position: relative;
    }

        .ft-menu > li > a {
            background: #fff;
            display: block;
            padding: 10px;
            border-bottom: 1px solid #ccc;
        }

    .ft-simn {
        padding-left: 0;
        height: 41px;
        width: 41px;
        line-height: 41px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 1px;
        background: #eeeeee;
    }

    .ft-menu > li > ul {
        position: relative;
        top: 100%;
        width: 100%;
    }

    .ft-menu > li:hover ul {
        display: none;
    }

    .ft-menu > li.ft-mnsshow ul {
        display: block !important;
    }

    .ft-abimg {
        text-align: center;
        margin-bottom: 20px;
    }

        .ft-abimg img {
            width: 200px;
        }

    .ft-prj-h {
        padding-top: 35%;
    }

    .ft-prj-hv {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

    .ft-lyk {
        margin-bottom: 30px;
    }

    .ft-tabite {
        margin-bottom: 15px;
    }
}

.ndt-imgCover {
    margin: 15px 0;
}

@media (max-width: 768px) {
    .ft-hdbgul > li > a, .gt-tits {
        font-size: 25px;
    }
    .ft-breadcrumb{
        margin-top:0px!important;
    }
    .ft-ftr-mn,
    .ft-ftr-lg {
        margin-bottom: 30px;
    }
    .ft-seit{
        height:100%;
    }
    .ft-seithd {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 3px;
    }

    .ft-links {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
    }

    .ft-actit {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 522px) {
    .gt-serv .row {
        margin: 0 -5px;
    }

    .gt-serv .col-xs-6 {
        padding: 0 5px;
    }

    .ft-bnif {
        display: none;
    }
}

@media (max-width: 424px) {
    .ft-footer .col-xs-8,
    .ft-footer .col-xs-4 {
        width: 100%;
    }
}
