@import url(font.css);
body {
    overflow-x: hidden;
    background: #fff
}

* {
    font-family: 'Montserrat', Helvetica, Arial, Helvetica, sans-serif;
    font-weight: 500
}

.clr {
    clear: both;
    display: table;
    float: none
}

.overHide:after,
.wrapper:after,
.banner .owl-dots:after,
.descLogo:after,
.descLogo>.desc:after,
.formBox:after {
    content: "";
    display: table;
    clear: both
}

capcha,
.capcha {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none
}

.slidePic .owl-prev,
.slidePic .owl-next,
.slidePic .owl-dot,
.onePro .download,
.follow a.fa,
.descLogo .close,
.share>a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%
}

.construction>span>a,
.backTop,
.menuLeft>ul>li>a,
.menuLeft>ul>li>a>i,
.menuLeft>ul>li>ul>li>a,
.btn,
.slidePic .owl-prev,
.slidePic .owl-next,
.onePro .thumb:after,
.onePro .tit,
.onePro .kind,
.onePro .download,
.oneNews .tit,
.oneVideo .tit,
.oneNews .view,
.oneVideo .view,
.follow a.fa,
.proSub>li>a,
.oneLogo>a,
.oneLogo>a img,
.descLogo .close,
.contactInfo p a,
.oneMem .thumb:after,
.memberBack i,
.share>a,
.map:after,
.map:before,
.navVert .owl-prev,
.navVert .owl-next,
.loadMore {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out
}

.wrapper,
.over,
.menuLeftMain,
.oneNews .thumb:before,
.oneVideo .thumb:before,
.oneNews .thumb:after,
.oneVideo .thumb:after,
footer,
.contactInfo p a:after,
.memberBack,
.proDL,
.proDL:after,
.rightNav .button>span {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out
}

.descLogo {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out
}

.memberView:after,
.memberView:before {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s
}

.pagewrap,
.wrapper,
.btn,
.onePro,
footer,
.inside,
.oneLogo,
.descLogo>.desc,
.rightNav .button,
.formPhone {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

.thumb,
.banner .item .bg,
.slidePic .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner .owl-dots,
.slidePic .owl-dots {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner .caption,
.rightNav {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn-main {
    background: -moz-linear-gradient(left, #D2006E 0%, #F5005A 100%);
    background: -webkit-linear-gradient(left, #D2006E 0%, #F5005A 100%);
    background: -o-linear-gradient(left, #D2006E 0%, #F5005A 100%);
    background: -ms-linear-gradient(left, #D2006E 0%, #F5005A 100%);
    background: linear-gradient(to right, #D2006E 0%, #F5005A 100%)
}

.page-error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap
}

a {
    outline: none;
    text-decoration: none;
    color: #000
}

a:focus {
    outline: none;
    color: inherit
}

a:hover {
    color: #000
}

strong,
strong *,
b,
b * {
    font-weight: bold
}

em,
em *,
i,
i * {
    font-style: italic
}

u,
u * {
    text-decoration: underline
}

img {
    border: none
}

.cap {
    text-transform: uppercase
}

.construction {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 30000
}

.construction>span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #333;
    line-height: 2em
}

.construction>span>a {
    display: table;
    margin: auto;
    padding: 3px 12px 3px 10px;
    border: solid 1px #333;
    margin-top: 10px;
    font-size: 15px;
    color: #333;
    line-height: 28px;
    text-decoration: none !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    cursor: pointer
}

.construction>span>a .fa {
    margin-right: 5px;
    color: inherit
}

.construction>span>a:hover {
    color: #fff;
    background: #333
}

::selection {
    background-color: #000;
    color: #fff
}

::-webkit-selection {
    background-color: #000;
    color: #fff
}

-webkit-::selection {
    background-color: #000;
    color: #fff
}

::-moz-selection {
    background-color: #000;
    color: #fff
}

.backTop {
    display: none;
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 45px;
    height: 45px;
    background: url("../images/back-top.png") no-repeat center center #333;
    display: none;
    text-indent: -1000000px;
    cursor: pointer;
    z-index: 2000
}

.backTop:hover {
    background-color: #000
}

.pagewrap {
    position: relative;
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: 0 auto
}

.overHide {
    overflow: hidden
}

.hidden {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden
}

.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible
}

.thumb {
    display: block;
    position: relative;
    padding-bottom: 66.6666%
}

.thumb>img {
    position: absolute;
    display: none !important;
    width: 100%;
    height: auto
}

.thumb br {
    display: none
}

.owl-item .thumb>img {
    display: none !important
}

.onePro .thumb:after,
.oneNews .thumb:before,
.oneVideo .thumb:before,
.oneMem .thumb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0
}

.onePro .thumb:hover:after,
.oneNews .thumb:hover:before,
.oneVideo .thumb:hover:before,
.oneMem .thumb:hover:after {
    opacity: 1
}

.oneNews p *,
.oneVideo p *,
.oneNews .date *,
.oneVideo .date * {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit
}

.pagewrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    max-width: 100%
}

.spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background: #fff
}

.thecube {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 75px;
    height: 75px;
    margin: auto;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.thecube .cube {
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.thecube .cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.thecube .cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    -webkit-animation: foldthecube 2.4s infinite linear both;
    animation: foldthecube 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.thecube .c2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.thecube .c3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.thecube .c4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.thecube .c2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.thecube .c3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.thecube .c4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
}

@keyframes foldthecube {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.wrapper {
    display: block;
    position: relative
}

.over {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    visibility: hidden;
    opacity: 0
}

.over.open {
    opacity: 1;
    visibility: visible
}

.pageHome {
    margin-left: 220px
}

.closeMenu {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #999;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px
}

.closeMenu:hover {
    background: rgba(0, 0, 0, 0.5)
}

.openMenu {
    cursor: pointer;
    height: 50px;
    position: fixed;
    transform: translateZ(0px);
    width: 65px;
    z-index: 1200;
    right: 0;
    top: 0;
    display: none;
    opacity: .5
}

.openMenu .op_line {
    background: #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    position: absolute;
    transform: translate(0, 0px);
    width: 25px;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform 0.3s, background 0.3s;
    -webkit-transition: transform 0.3s, background 0.3s;
    -moz-transition: transform 0.3s, background 0.3s
}

.openMenu .op_line._1 {
    top: 15px
}

.openMenu .op_line._2 {
    top: 23px
}

.openMenu .op_line._3 {
    top: 31px
}

.openMenu.open .op_line._1 {
    transform: translate(0, 9px) rotate(45deg)
}

.openMenu.open .op_line._2 {
    opacity: 0
}

.openMenu.open .op_line._3 {
    top: 33px;
    transform: translate(0, -9px) rotate(-45deg)
}

.menuLeftMain {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 220px;
    z-index: 100;
    background: #0A0A0A
}

.menuLeft {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 15px;
    width: auto;
    overflow: auto
}

.menuLeft ul {
    margin: 0;
    padding: 0
}

.menuLeft>ul>li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    color: #666;
    text-align: center
}

.menuLeft>ul>li>a {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: inherit;
    line-height: 40px;
    text-decoration: none
}

.menuLeft>ul>li>a>i {
    display: inline-block;
    vertical-align: middle;
    font-size: 8px;
    color: inherit;
    margin-left: 3px;
    margin-top: -3px
}

.menuLeft>ul>li>a>i:before {
    content: "\f01b"
}

.menuLeft>ul>li.current>a i:before,
.menuLeft>ul>li>a i.current:before {
    content: "\f021";
    font-size: 9px
}

.menuLeft>ul>li:hover {
    color: #999
}

.menuLeft>ul>li.current {
    color: #999
}

.menuLeft>ul>li.current>ul {
    display: block
}

.menuLeft>ul>li>ul {
    display: none;
    margin-bottom: 15px;
    position: relative
}

.menuLeft>ul>li>ul>li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative
}

.menuLeft>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    color: #777;
    text-decoration: none;
    padding: 5px 0
}

.menuLeft>ul>li>ul>li.current>a,
.menuLeft>ul>li>ul>li:hover>a {
    color: #999
}

.menuLeft .bt_login {
    display: block;
    color: #666;
    margin-top: 15px;
    font-size: 15px
}

.menuLeft .bt_login i {
    margin-right: 5px
}
.logo img.mobile {
	display:none;
}
.logo img.desktop {
	display:block;
    position: absolute;
    top: 15px;
    left: 35px;
    right: 25px;
    z-index: 2;
}

.logo img.desktop {
    display: block;
    margin: 0 auto;
    width: 72.5%;
    height: auto;
    max-width: 100%;
	/*filter: brightness(200%);*/
}

.bannerMain {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: calc(100vh/3 * 2);
    margin-bottom: 100px
}

.bannerMain .owl-carousel {
    display: block
}

.banner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.banner .desc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1
}

.banner .caption {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 35px 30px 30px 35px;
    z-index: 2
}

.banner .caption * {
    color: #fff
}

.banner .caption:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.5)
}

.banner .caption:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    background: rgba(255, 255, 255, 0.5)
}

.banner .line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none
}

.banner .line:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.5)
}

.banner .line:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 3px;
    width: 3px;
    background: rgba(255, 255, 255, 0.5)
}

.banner .kind {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: table;
    margin-bottom: 10px
}

.banner .tit {
    font-size: 50px;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin: 0 0 10px 0;
    max-width: 350px;
    line-height: 1.2;
    transform-origin: 50% 100%;
    overflow: hidden
}

.banner .tit * {
    font-size: inherit;
    color: inherit;
    font-family: inherit
}

.banner .tit span {
    display: block;
    position: relative
}

.banner .arrow {
    color: #fff;
    font-size: 29px;
    line-height: 29px;
    display: table;
    margin-left: 5px;
    text-decoration: none
}

.banner .sub {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 0;
    letter-spacing: 0
}

.banner .sub p {
    display: inline-block;
    vertical-align: top
}

.banner .sub img {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    max-height: calc(100vh/3.2 * 2);
    max-width: inherit
}

.banner .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 30px
}

.banner .owl-dot {
    float: left;
    width: 20px;
    height: 30px;
    margin: 0 5px;
    position: relative
}

.banner .owl-dot.active:after {
    background: #fff
}

.banner .owl-dot:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 7px;
    border: solid 2px #fff
}

.banner .item {
    display: block;
    width: 100%;
    padding-bottom: calc(100vh/3 * 2);
    float: left;
    position: relative
}

.banner .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("../images/pattern.png") repeat center center rgba(0, 0, 0, 0.2)
}

.banner .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.banner .active .item .bg {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner_style;
    animation-name: banner_style
}

.banner .active .item .caption:before,
.banner .active .item .caption:after,
.banner .active .item .line:before,
.banner .active .item .line:after,
.banner .active .item .kind,
.banner .active .item .arrow {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.banner .active .item .caption:before {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: top_left;
    animation-name: top_left
}

.banner .active .item .caption:after {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: top_bottom;
    animation-name: top_bottom
}

.banner .active .item .line:before {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-name: bottom_left;
    animation-name: bottom_left
}

.banner .active .item .line:after {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-name: bottom_top;
    animation-name: bottom_top
}

.banner .active .item .kind {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.banner .active .item .arrow {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.banner .active .item .tit span,
.banner .active .item .sub {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.banner .active .item .tit span {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: trf_left;
    animation-name: trf_left
}

.banner .active .item .sub {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: banner_sub;
    animation-name: banner_sub
}

@keyframes top_left {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes top_bottom {
    from {
        height: 0
    }
    to {
        height: 100%
    }
}

@keyframes bottom_left {
    from {
        left: 100%
    }
    to {
        left: 0
    }
}

@keyframes bottom_top {
    from {
        top: 100%
    }
    to {
        top: 3px
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes banner_sub {
    from {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes trf_left {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes banner_style {
    from {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes banner_style {
    from {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.btn {
    padding: 0 25px;
    line-height: 50px;
    min-width: 100px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-weight: 500;
    min-width: 170px;
    outline: none !important
}

.btn.radius {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px
}

.btn.btn-lg {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 17px
}

.btn.nocap {
    text-transform: none
}

.btn label {
    color: inherit;
    font-weight: inherit;
    cursor: inherit;
    display: block
}

.btn:focus {
    background: #333;
    color: #fff
}

.btn-main {
    color: #fff
}

.btn-main:hover {
    opacity: 0.7;
    color: #fff
}

.btn-white {
    background: #fff;
    color: #666 !important
}

.btn-white:hover {
    color: #fff !important;
    background: #333
}

.btn-default {
    background: #555;
    color: #fff;
    border: none
}

.btn-default:hover {
    color: #fff;
    background: #000
}

.slidePic {
    position: relative;
    margin-bottom: 50px
}

.slidePic .item {
    display: block;
    list-style: none;
    float: left;
    width: 100%;
    padding-bottom: 50%
}

.slidePic .owl-prev,
.slidePic .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #111;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15)
}

.slidePic .owl-prev:hover,
.slidePic .owl-next:hover {
    background: #000;
    color: #fff
}

.slidePic .owl-prev {
    left: 30px
}

.slidePic .owl-next {
    right: 30px
}

.slidePic .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%
}

.slidePic .owl-dot {
    float: left;
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3)
}

.slidePic .owl-dot.active {
    background: #000
}

.width-90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.width-80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.width-70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto
}

.width-60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto
}

.width-50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto
}

.titBox {
    display: block;
    margin-bottom: 25px
}

.titBox .tit {
    display: block;
    margin: 0;
    font-size: 35px;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    color: #000;
    font-weight: 300;
    line-height: 1.2;
	text-transform: uppercase;
}

.titBox .tit b,
.titBox .tit strong {
    font-weight: 400;
	text-transform: uppercase;
}

.titBox .fixsize {
    font-size: 30px
}

.titBox .desc {
    display: block;
    max-width: 600px;
    color: #646464;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 15px
}

.titBox .desc:after {
    content: "";
    display: block;
    height: 5px;
    background: #eee;
    margin-top: 30px
}

.titBox .desc.null {
    margin-top: 0;
    margin-bottom: 35px;
    width: 80px
}

.titBox .desc.null:after {
    margin-top: 10px
}

.homePro {
    margin-bottom: 50px
}

.onePro {
    display: inline-block;
    vertical-align: top;
    width: calc(33.3333% - 40px);
    margin: 0 40px 40px 0;
    padding: 0 0 25px 25px;
    position: relative;
    z-index: 2
}

.onePro:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    bottom: 0;
    right: 25px;
    background: url("../images/pattern.png") repeat left top;
    z-index: -1;
    opacity: .4;
    pointer-events: none
}

.onePro .thumb {
    padding-bottom: 100%;
    z-index: 1
}

.onePro:hover .thumb:after {
    opacity: 1
}

.onePro * {
    color: #fff !important;
    text-decoration: none !important
}

.onePro>ul {
    position: absolute;
    left: 25px;
    bottom: 25px;
    right: 0;
    padding: 50px 25px 25px 25px;
    margin: 0;
    z-index: 2;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 100%)
}

.onePro .tit {
    display: block;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
    line-height: 1.4
}

.onePro .tit:hover {
    opacity: .7
}

.onePro .kind {
    font-size: 14px;
    display: table;
    border-bottom: solid 1px #fff;
    padding-bottom: 2px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-weight: 400
}

.onePro .kind:hover {
    opacity: .7
}

.onePro .download {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
    font-size: 18px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 37px;
    background: #333;
    text-align: center;
    opacity: 0
}

.onePro .download i {
    font-size: inherit;
    color: inherit;
    display: block;
    line-height: inherit
}

.onePro:hover .download {
    opacity: 1;
    top: 20px
}

.inside .onePro {
    width: 315px;
    padding: 0 0 20px 20px
}

.inside .onePro:before {
    top: 20px;
    right: 20px
}

.inside .onePro>ul {
    left: 20px;
    bottom: 20px;
    padding: 50px 20px 20px 20px
}

.inside .onePro .tit {
    font-size: 18px
}

.homeNews {
    margin-bottom: 70px
}

.oneNews,
.oneVideo {
    display: inline-block;
    vertical-align: top;
    width: calc(33.3333% - 40px);
    margin: 0 40px 40px 0;
    list-style: none;
    padding: 0 0 35px 0;
    position: relative
}

.oneNews .thumb,
.oneVideo .thumb {
    position: relative;
    padding-bottom: 66.6666%;
    margin-bottom: 20px
}

.oneNews .thumb:after,
.oneVideo .thumb:after {
    content: "\f0c1";
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    font-family: "FontAwesome";
    font-size: 25px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    opacity: 0
}

.oneNews .thumb:hover:before,
.oneNews .thumb:hover:after,
.oneVideo .thumb:hover:before,
.oneVideo .thumb:hover:after {
    opacity: 1
}

.oneNews .tit,
.oneVideo .tit {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.1em;
    text-decoration: none;
    color: #131E27;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600
}

.oneNews .tit:hover,
.oneVideo .tit:hover {
    color: #999
}

.oneNews p,
.oneVideo p {
    display: block;
    font-size: 15px;
    margin: 0;
    color: #646E78;
    line-height: 1.4em;
    overflow: hidden;
    padding: 0
}

.oneNews .view,
.oneVideo .view {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #333;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 25px;
    text-decoration: none
}

.oneNews .view:hover,
.oneVideo .view:hover {
    color: #999
}

.oneNews .view i,
.oneVideo .view i {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    font-size: 14px;
    color: inherit;
    margin-left: 5px
}

.oneNews .date,
.oneVideo .date {
    display: block;
    color: #6D6D6D;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-weight: bold;
    margin-bottom: 15px
}

.oneNews .date *,
.oneVideo .date * {
    text-decoration: none
}

.owl-item .onePro,
.owl-item .oneNews,
.owl-item .oneVideo {
    display: block !important;
    width: 100% !important;
    margin: 0 !important
}

.inside .oneNews .tit {
    font-size: 17px;
    line-height: 1.2
}

.oneVideo {
    padding-bottom: 0
}

.oneVideo .thumb:after {
    content: "\f04b"
}

.oneVideo .thumb:hover+.tit {
    color: #999
}

.oneVideo .tit {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 220px;
    padding: 0 35px 30px 35px;
    color: #666;
    font-size: 12px;
    text-align: center
}

footer * {
    font-size: inherit;
    color: inherit
}

footer a:hover {
    color: #fff
}

footer p {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.6
}

footer a.viewmap {
    display: table;
    margin: 0 auto 15px auto;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600
}

footer .copyright {
    font-weight: 600
}

.follow {
    display: table;
    margin: 0 auto 15px auto;
    color: inherit;
    font-size: 0;
    letter-spacing: 0
}

.follow a.fa {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: inherit;
    text-decoration: none !important;
    background-color: transparent
}

.follow a.fa:hover {
    color: #fff;
    background: #000
}

.follow a+a {
    margin-left: 6px
}

.follow a.fa-facebook:hover {
    background: #3b5998
}

.follow a.fa-pinterest-p:hover {
    background: #cb2027
}

.follow a.fa-twitter:hover {
    background: #00aced
}

.follow a.fa-google-plus:hover {
    background: #dd4b39
}

.follow a.fa-flickr:hover {
    background: #ff0084
}

.follow a.fa-instagram:hover {
    background: #517fa4
}

.follow a.fa-youtube:hover {
    background: #bb0000
}

.follow a.fa-yahoo:hover {
    background: #7B0099
}

.follow a.fa-tumblr:hover {
    background: #32506d
}

.follow a.fa-skype:hover {
    background: #00AFF0
}

.follow a.fa-trip:hover {
    background: #000
}

.follow a.fa-foody:hover {
    background: #f00
}

.landing p,
.landing ul,
.landing ol {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #646464;
    clear: both
}

.landing ul,
.landing ol {
    padding-left: 25px
}

.landing ul li,
.landing ol li {
    font-weight: inherit;
    list-style: square
}

.landing ul>li li,
.landing ol>li li {
    list-style: disc;
    color: inherit
}

.landing ol>li {
    list-style-type: none;
    counter-increment: list;
    position: relative;
    margin-bottom: 20px;
    padding-left: 10px
}

.landing ol>li:after {
    content: counter(list) ".";
    position: absolute;
    top: 0;
    left: -35px;
    width: 2em;
    text-align: right;
    color: red
}

.landing [class*="width-"] {
    margin-left: auto;
    margin-right: auto
}

.landing p img {
    display: inline-block;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px
}

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

.landing h1,
.landing .h1,
.landing h2,
.landing .h2,
.landing h3,
.landing .h3,
.landing h4,
.landing .h4,
.landing h5,
.landing .h5,
.landing h6,
.landing .h6 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-weight: 300;
    color: #333
}

.landing h1.desc,
.landing .h1.desc,
.landing h2.desc,
.landing .h2.desc,
.landing h3.desc,
.landing .h3.desc,
.landing h4.desc,
.landing .h4.desc,
.landing h5.desc,
.landing .h5.desc,
.landing h6.desc,
.landing .h6.desc {
    width: 600px;
    max-width: 100%;
    color: #666;
    line-height: 1.4
}

.landing h1,
.landing .h1 {
    font-size: 35px
}

.landing h2,
.landing .h2 {
    font-size: 31px
}

.landing h3,
.landing .h3 {
    font-size: 27px
}

.landing h4,
.landing .h4 {
    font-size: 23px
}

.landing h5,
.landing .h5 {
    font-size: 19px
}

.landing h6,
.landing .h6 {
    font-size: 15px
}

.landing .title {
    color: #0a0a0a
}

.landing blockquote {
    border: none;
    padding: 3px 0 5px 40px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    color: #1E1E46
}

.landing blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 20px;
    background: url("../images/quote.png") no-repeat left center
}

.landing blockquote:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 25px;
    height: 20px;
    margin: 0 0 -5px 5px;
    background: url("../images/quote.png") no-repeat right center
}

.landing a {
    color: #666;
    font-weight: bold;
    text-decoration: underline;
}

.landing a:hover {
    color: #000
}

.landing .fr-video {
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative
}

.landing .fr-video iframe,
.landing .fr-video video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.landing video {
    display: block;
    width: 100%;
    height: 400px
}

.landing [class*="col-"] .img {
    margin-top: 10px;
    margin-bottom: 0
}

.landing .desc {
    margin-bottom: 20px
}

.landing .table-bordered td,
.landing .table-bordered th {
    padding: 10px 12px
}

.landing table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 5px
}

.landing table.fr-dashed-borders td,
.landing table.fr-dashed-borders th {
    border-style: dashed
}

.landing table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5
}

.landing table h1,
.landing table .h1,
.landing table h2,
.landing table .h2,
.landing table h3,
.landing table .h3,
.landing table h4,
.landing table .h4,
.landing table h5,
.landing table .h5,
.landing table h6,
.landing table .h6 {
    margin-top: 0;
    font-family: "Montserrat", "Helvetica Neue", sans-serif
}

.landing table>thead>tr>th,
.landing table>tbody>tr>th,
.landing table>tfoot>tr>th,
.landing table>thead>tr>td,
.landing table>tbody>tr>td,
.landing table>tfoot>tr>td,
.landing table>tr>th,
.landing table>tr>td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 15px;
    color: inherit;
    line-height: 1.4;
    color: #333
}

.landing table td:empty,
.landing table th:empty {
    height: 20px
}

.landing table td.fr-highlighted,
.landing table th.fr-highlighted {
    border: 1px double red
}

.landing table td.fr-thick,
.landing table th.fr-thick {
    border-width: 2px
}

.landing table th {
    background: #e6e6e6
}

.landing table.no-border {
    border: none
}

.landing table.no-border tr,
.landing table.no-border th,
.landing table.no-border td {
    border: inherit;
    padding-left: 0
}

.landing table tr td div {
    margin: 5px;
    color: inherit;
    line-height: 1.4
}

.landing .table-responsive {
    border: none;
    margin-bottom: 30px;
    box-shadow: inset 1px 0 #ccc, inset -1px 0 #ccc
}

.landing .table-responsive table {
    margin-bottom: 0;
    margin-top: 0
}

.page-video-view .landing .title {
    font-size: 30px;
    font-weight: 500
}

.page-carrer .landing table tr td {
    padding: 25px;
    color: #666
}

.page-carrer .landing table tr td p,
.page-carrer .landing table tr td em {
    color: inherit
}

.page-carrer .landing table tr td ul li+li {
    margin-top: 10px
}

.list {
    width: calc(100% + 40px);
    font-size: 0;
    letter-spacing: 0
}

.breadcrumb {
    display: none
}

.inside {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-right: 27%;
    margin-left: 220px;
    position: relative;
    background: #fff;
    min-height: 100vh
}

.inside .pagewrap {
    width: 1000px
}

.inside.page-projects {
    margin-right: 0
}

.inside.page-projects .pagewrap {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 0
}

.bannerInside {
    position: fixed;
    top: 0;
    right: 0;
    width: 27%;
    height: 100vh;
    z-index: 2;
    overflow: hidden
}

.bannerInside:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url("../images/pattern.png") repeat center center rgba(0, 0, 0, 0.2)
}

.bannerInside .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner_style;
    animation-name: banner_style
}

.scale-callback {
    float: left;
    width: 33.33333%;
    height: 25%;
    position: relative;
    z-index: 5
}

.scale-callback:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.scale-bg5:before {
    width: 0
}

.bg-animate {
    position: fixed;
    bottom: 10%;
    right: 10%;
    width: 60%;
    height: 60%;
    z-index: -1;
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: none
}

.bg-animate img {
    width: 100%;
    height: auto;
    opacity: 0.1;
    -webkit-animation: loopCircle 30s linear 0s infinite normal;
    -moz-animation: loopCircle 30s linear 0s infinite normal;
    -ms-animation: loopCircle 30s linear 0s infinite normal;
    -o-animation: loopCircle 30s linear 0s infinite normal;
    animation: loopCircle 30s linear 0s infinite normal
}

@-webkit-keyframes loopCircle {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transform: rotate3d(0, 0, 1, 0deg)
    }
    100% {
        transform: rotate3d(0, 0, 1, 180deg);
        -webkit-transform: rotate3d(0, 0, 1, 180deg)
    }
}

@-moz-keyframes loopCircle {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transform: rotate3d(0, 0, 1, 0deg)
    }
    100% {
        transform: rotate3d(0, 0, 1, 180deg);
        -webkit-transform: rotate3d(0, 0, 1, 180deg)
    }
}

@-o-keyframes loopCircle {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transform: rotate3d(0, 0, 1, 0deg)
    }
    100% {
        transform: rotate3d(0, 0, 1, 180deg);
        -webkit-transform: rotate3d(0, 0, 1, 180deg)
    }
}

@keyframes loopCircle {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transform: rotate3d(0, 0, 1, 0deg)
    }
    100% {
        transform: rotate3d(0, 0, 1, 180deg);
        -webkit-transform: rotate3d(0, 0, 1, 180deg)
    }
}

.bg-gray {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 27%;
    z-index: -2;
    background: #eee;
    pointer-events: none
}

.proSub {
    display: table;
    clear: both;
    padding: 0;
    margin: 0 0 30px 0
}

.proSub>li {
    float: left;
    margin: 0 20px 10px 0;
    padding: 0;
    list-style: none
}

.proSub>li>a {
    display: block;
    border-bottom: solid 1px transparent;
    color: #646464;
    text-decoration: none !important;
}

.proSub>li.active>a,
.proSub>li.current>a,
.proSub>li:hover>a {
    color: #0A0A0A;
    border-color: #0A0A0A
}

.proSub>li.active>a,
.proSub>li.current>a {
    font-weight: bold
}

.list-logo {
    width: calc(100% + 25px);
    font-size: 0;
    letter-spacing: 0
}

.list-logo.client {
    margin-bottom: 30px
}

.oneLogo {
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 25px);
    margin: 0 25px 30px 0;
    list-style: none;
    padding: 0
}

.oneLogo>a {
    display: block;
    border: solid 1px transparent;
    padding-bottom: 100%;
    position: relative
}

.oneLogo>a img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: auto !important;
    height: auto !important;
    max-width: calc(100% - 20px) !important;
    max-height: calc(100% - 20px) !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.oneLogo>a:hover {
    border-color: #ccc
}

.oneLogo>a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.descLogo {
    position: absolute !important;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    background: #fff;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.25);
    pointer-events: none;
    opacity: 0
}

.descLogo:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(20% - 20px);
    bottom: 0;
    width: 1px;
    background: #ddd
}

.descLogo.active {
    pointer-events: all;
    opacity: 1
}

.descLogo>.img {
    width: calc(20% - 25px);
    float: left;
    background: #fff
}

.descLogo>.img>span {
    display: block;
    padding-bottom: 100%;
    position: relative
}

.descLogo>.img>span img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: auto !important;
    height: auto !important;
    max-width: calc(100% - 20px) !important;
    max-height: calc(100% - 20px) !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.descLogo>.desc {
    float: right;
    width: calc(80% - 10px);
    padding: 20px 25px 10px 0
}

.descLogo>.desc .ava {
    float: left;
    width: 120px;
    margin: 0 20px 20px 0
}

.descLogo>.desc .ava img {
    display: block;
    width: 100%;
    height: auto
}

.descLogo>.desc * {
    font-size: 14px
}

.descLogo>.desc .tit {
    display: block;
    color: #333;
    font-size: 17px;
    margin: 5px 0 10px 0
}

.descLogo>.desc .tit span {
    font-size: 14px;
    color: #000
}

.descLogo>.desc p,
.descLogo>.desc ul,
.descLogo>.desc ol {
    margin: 10px 0
}

.descLogo .close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 28px;
    height: 28px;
    background: url("../images/icon-close-light.png") no-repeat center center #666;
    opacity: 1
}

.descLogo .close:hover {
    background-color: #666
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.contactInfo .tit {
    display: block;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 25px;
    color: #1E1E1E
}

.contactInfo p {
    font-size: 14px;
    color: #595959;
    line-height: 1.6
}

.contactInfo p span {
    font-size: 15px;
    color: #1E1E1E;
    display: block;
    font-weight: 600
}

.contactInfo p a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    position: relative
}

.contactInfo p a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #111;
    margin-top: -3px
}

.contactInfo p a:hover {
    color: #000
}

.contactInfo p a:hover:after {
    width: 100%
}

.page-members {
    padding-bottom: 20px
}

.page-members .titBox {
    margin-bottom: 40px
}

.oneMem {
    display: inline-block;
    vertical-align: top;
    width: calc(33.3333% - 50px);
    margin: 0 50px 50px 0;
    text-decoration: none !important
}

.oneMem .thumb {
    padding-bottom: 100%;
    margin-bottom: 15px
}

.oneMem .tit {
    display: block;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 600;
    color: #1E1E1E;
    line-height: 1.2;
    text-transform: uppercase
}

.oneMem p {
    display: block;
    margin: 0;
    font-size: 13px;
    color: #646464;
    line-height: 1.4;
    font-weight: 300;
    font-family: "Montserrat", "Helvetica Neue", sans-serif
}

.memberWrap {
    position: relative
}

.memberWrap.active .list {
    display: none
}

.memberView {
    position: relative;
    display: none;
    background: #fff;
    pointer-events: none
}

.memberView * {
    font-size: 14px;
    line-height: 1.4;
    color: #666
}

.memberView p {
    line-height: 1.5
}

.memberView .name {
    font-weight: bold;
    font-size: 25px;
    color: #333;
    margin-bottom: 0;
    text-transform: uppercase
}

.memberView .chucvu {
    font-style: italic
}

.memberView .row>.left img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.memberView .row>.left table td {
    vertical-align: top;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px
}

.memberView .row>.left table td * {
    font-size: inherit
}

.memberView .row>.left table td:first-child {
    padding-right: 10px
}

.memberView h1,
.memberView .h1,
.memberView h2,
.memberView .h2,
.memberView h3,
.memberView .h3,
.memberView h4,
.memberView .h4,
.memberView h5,
.memberView .h5,
.memberView h6,
.memberView .h6 {
    margin-bottom: 15px
}

.memberView:after,
.memberView:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 20;
    pointer-events: none
}

.memberView:before {
    left: 0;
    right: 50%
}

.memberView:after {
    right: 0;
    left: 50%
}

.memberView.active {
    pointer-events: all;
    display: block
}

.memberView.active:before {
    right: 100%
}

.memberView.active:after {
    left: 100%
}

.memberBack {
    display: table;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}

.memberBack:hover {
    color: #000
}

.memberBack:hover i {
    color: #000
}

.memberBack i {
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #666;
}

.proLeft {
    float: left;
    width: 38%
}

.proLeft p {
    display: block;
    border-bottom: solid 1px #ccc;
    padding: 15px 0;
    margin-bottom: 0;
    color: #666;
    font-size: 14px;
    text-transform: uppercase
}

.proLeft p strong {
    font-size: 15px;
    color: #333;
    display: block;
    margin-bottom: 5px
}

.proRight {
    width: 55.5%;
    float: right
}

.proDL {
    display: block;
    text-decoration: none !important;
    position: absolute;
    top: 20px;
    right: 0;
    color: red;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-weight: 300
}

.proDL i {
    margin-left: 5px
}

.proDL:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 1px;
    background: #000
}

.proDL:hover {
    color: #000
}

.proDL:hover:after {
    right: 0
}

.otherSlide {
    margin-bottom: 30px
}

.share {
    display: table;
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 40px
}

.share>span {
    color: #333;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    font-size: 15px
}

.share>a {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    line-height: 30px;
    background: #666;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    margin-left: 5px;
    width: 30px;
    background: #0A0A0A
}

.share a.btn_facebook:hover {
    background: #3b5998
}

.share a.btn_twitter:hover {
    background: #00aced
}

.share a.btn_google:hover {
    background: #dd4b39
}

.abView {
    width: calc(100% + 10px)
}

.itemGal {
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    overflow: hidden
}

.itemGal img {
    display: block;
    width: auto;
    height: 100%
}

.hide {
    display: none
}

body .fancybox-close {
    position: absolute;
    background: url("../images/close-pop.png") no-repeat center center #000;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    opacity: 1
}

.map {
    display: block;
    position: relative;
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 60px
}

.map:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

.map:hover:after {
    opacity: 1
}

.map:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.map:before {
    content: attr(data-over);
    color: #fff;
    border: solid 2px #fff;
    line-height: 38px;
    height: 40px;
    width: 150px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    font-weight: bold
}

.formBox .form-group {
    margin-bottom: 15px;
    position: relative
}

.formBox select {
    border: solid 2px #ACAEB6;
    height: 45px !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    font-size: 14px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important
}

.formBox select:focus {
    border-color: #000 !important
}

.formBox .select {
    position: relative
}

.formBox .select:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 30px;
    height: 16px;
    margin: auto;
    background: url("../images/icon-select.png") no-repeat center center;
    z-index: 2
}

.formBox input[type="text"],
.formBox input[type="email"] {
    line-height: 46px
}

.formBox input[type="text"],
.formBox input[type="email"],
.formBox textarea {
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    border: solid 2px #ACAEB6;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important
}

.formBox input[type="text"]:focus,
.formBox input[type="email"]:focus,
.formBox textarea:focus {
    border-color: #000 !important
}

.formBox textarea {
    height: 168px;
    padding: 15px
}

.formBox .btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    cursor: pointer;
    width: 120px;
    text-align: center;
    line-height: 46px;
    padding: 0;
    border: none
}

.formBox .btn:focus,
.formBox .btn:target {
    background: #666 !important
}

.formBox .btn-submit {
    color: #fff;
    background: #000
}

.formBox .btn-submit:hover,
.formBox .btn-submit:focus {
    background: #666
}

.formBox .col-left {
    width: calc(100% - 335px);
    float: left
}

.formBox .col-right {
    width: 310px;
    float: right;
    padding-top: 25px
}

.formBox .col-right .btn {
    width: 148px;
    margin: 0
}

.formBox .col-right .btn i {
    margin-right: 7px;
    display: inline-block
}

.formBox .col-right .btn-default {
    background: #fff;
    color: #666;
    border: solid 1px #ccc;
    height: 42px
}

.formBox .col-right .btn-default:hover {
    color: #fff;
    border-color: #666;
    background: #666
}

.formBox .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 20px -5px
}

.formBox .row .form-group {
    width: calc(33.3333% - 15px);
    margin: 0 7px
}

.formBox .form-group label {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.4
}

capcha,
.capcha {
    position: absolute;
    right: 10px;
    bottom: 0;
    line-height: 46px;
    z-index: 3;
    letter-spacing: 1px;
    color: #000;
    pointer-events: none
}

.btn-submit {
    color: #fff;
    background: #000
}

.btn-submit:hover {
    background: #666;
    color: #fff
}

.form-control {
    height: 46px;
    line-height: 1;
    padding: 0 12px
}

.rightNav {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
    padding: 0
}

.rightNav .button {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #666;
    text-decoration: none !important;
    font-size: 22px
}

.rightNav .button:hover {
    background: #000
}

.rightNav .button:hover>span {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 0;
    opacity: 1
}

.rightNav .button>span {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    padding: 0 20px;
    background: #000;
    color: #fff;
    line-height: inherit;
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 600;
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0
}

.rightNav .button+.button {
    margin-top: 1px
}

.navVert .owl-prev,
.navVert .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #000;
    text-align: center;
    font-size: 20px;
    background: #fff;
    z-index: 11;
    margin: auto;
    font-weight: 600
}

.navVert .owl-prev *,
.navVert .owl-next * {
    font-weight: inherit
}

.navVert .owl-prev:hover,
.navVert .owl-next:hover {
    background: #000;
    color: #fff
}

.navVert .owl-prev {
    left: 0
}

.navVert .owl-next {
    right: 0
}

.navVert.right .owl-prev {
    left: auto;
    right: 45px
}

.navVert.rightTop .owl-nav {
    position: absolute;
    right: 0;
    top: -60px;
    font-size: 0;
    letter-spacing: 0
}

.navVert.rightTop .owl-prev,
.navVert.rightTop .owl-next {
    position: static;
    display: inline-block;
    vertical-align: top;
    background-color: transparent !important;
    color: #999;
    text-align: right
}

.navVert.rightTop .owl-prev:hover,
.navVert.rightTop .owl-next:hover {
    color: #000
}

.formPhone {
    width: 500px;
    max-width: 100%;
    background: #fff;
    padding: 60px 30px 15px 30px;
    text-align: center;
    position: relative
}

.formPhone h3 {
    font-size: 20px;
    display: block;
    color: #333;
    font-weight: 400;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    padding: 0 20px;
    line-height: 22px;
    margin: 0
}

.formPhone .formBox {
    width: auto;
    float: none;
    display: block;
    background: none;
    margin: 0
}

.formPhone .formBox>li {
    list-style: none;
    width: auto;
    display: table;
    margin: 0 auto 20px auto;
    float: none
}

.formPhone .formBox>li a {
    display: table;
    width: auto;
    float: none;
    margin: auto;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    text-transform: none;
    background: #000;
    color: #fff;
    text-decoration: none !important
}

.formPhone .formBox>li a:hover {
    background: #333
}

.formPhone .formBox>li input {
    width: 205px;
    float: none;
    display: block;
    text-align: center;
    background: none;
    border: none;
    border-bottom: solid 1px #000;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0
}

.social {
    display: table;
    margin: 0 auto
}

.social>a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #999;
    font-size: 18px;
    margin-right: 5px
}

.social>a.fa-facebook {
    background: #3b5998
}

.social>a.fa-skype {
    background: #11B7F0
}

.social>a,
.social>span {
    float: left
}

.social>span a {
    display: block;
    line-height: 30px;
    background: #999;
    color: #fff;
    padding: 0 20px
}

.formPhone p {
    line-height: 1.6;
    font-size: 13px
}

.formPhone p * {
    font-size: inherit
}

.formPhone p a {
    color: #111
}

.formPhone p a:hover {
    color: #333;
    text-decoration: underline
}

.popReg {
    padding: 20px 20px 35px 20px;
    background: #fff;
    text-align: center
}

.page-news .list {
    width: calc(100% + 30px)
}

.page-news .onePro {
    width: calc(33.33% - 30px) !important;
    margin-right: 30px !important
}

.page-news .onePro .tit {
    margin-bottom: 0
}

.page-news .onePro ul {
    padding-bottom: 15px
}

.onePro.news .tit {
    margin-bottom: 0
}

.onePro.news ul {
    padding-bottom: 15px
}

.page-error {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    text-align: center
}

.page-error h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px
}

.page-error p {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 400
}

.page-error .btn {
    border: solid 1px #000
}

.page-error .btn:hover {
    background: #000;
    color: #fff
}

@media screen and (max-width: 1366px) {
    .inside.page-news {
        margin-right: 0 !important
    }
    .inside.page-news .pagewrap {
        width: auto;
        padding-left: 50px;
        padding-right: 50px;
        margin-left: 0;
        max-width: unset
    }
    .bannerInside.page-news {
        display: none
    }
}

@media screen and (max-width: 1200px) {
    .page-news .list {
        width: calc(100% + 40px)
    }
    .page-news .onePro {
        width: calc(50% - 40px) !important;
        margin-right: 40px !important
    }
}

@media screen and (max-width: 1023px) {
    .page-error h1 {
        font-size: 40px
    }
    .page-error p {
        font-size: 16px
    }
    .inside.page-news .pagewrap {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0;
        max-width: inherit;
        width: auto
    }
    .page-news .list {
        width: calc(100% + 20px)
    }
    .page-news .onePro {
        width: calc(50% - 20px) !important;
        margin-right: 20px !important
    }
}

@media screen and (max-width: 479px) {
    .page-news .onePro {
        width: calc(100% - 20px) !important
    }
}

.loadMore {
    display: table;
    margin: 20px auto;
    border: solid 2px #999;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 20px;
    cursor: pointer;
    color: #999;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px
}

.loadMore:hover {
    color: #fff;
    border-color: #000;
    background: #000
}

#infscr-loading {
    text-align: center;
    z-index: 100;
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    bottom: 15px;
    margin: 0 auto !important;
    white-space: nowrap;
    padding: 10px 20px;
    background: #000;
    opacity: 0.8;
    color: #FFF !important;
    width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px
}

#infscr-loading * {
    color: inherit !important;
    font-size: 13px !important
}

.lg-on .openMenu {
    display: none !important
}

.mobile_viewer .onePro .thumb:after,
.mobile_viewer .oneNews .thumb:before,
.mobile_viewer .oneVideo .thumb:before {
    display: none
}

.mobile_viewer .onePro .download {
    opacity: 0.7;
    top: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 32px;
    height: 32px;
    line-height: 33px;
    font-size: 16px
}

@media screen and (max-width: 1750px) {
    .inside {
        margin-right: 23%
    }
    .inside .pagewrap {
        width: 920px
    }
    .bannerInside,
    .bg-gray {
        width: 23%
    }
}

@media screen and (max-width: 1600px) {
    .inside {
        margin-right: 20%
    }
    .inside .pagewrap {
        width: 900px
    }
    .bannerInside,
    .bg-gray {
        width: 20%
    }
}

@media screen and (max-width: 1490px) {
    .inside {
        margin-right: 220px
    }
    .inside .pagewrap {
        width: 820px
    }
    .bannerInside,
    .bg-gray {
        width: 220px
    }
    .pagewrap {
        width: 1050px
    }
}

@media screen and (max-width: 1350px) {
    .inside .onePro {
        width: calc(33.3333% - 40px)
    }
    .inside.page-projects .pagewrap {
        max-width: 100%
    }
}

@media screen and (max-width: 1300px) {
    .inside {
        margin-right: 0
    }
    .inside .pagewrap {
        width: 960px;
        max-width: calc(100% - 90px)
    }
    .pageHome .pagewrap {
        max-width: calc(100% - 90px)
    }
    .bannerInside,
    .bg-gray {
        width: 0
    }
}

@media screen and (max-height: 730px) {
    .logo {
        top: 30px
    }
    .menuLeft {
        top: 105px
    }
    .menuLeft>ul>li>a {
        line-height: 35px
    }
}

@media screen and (max-width: 1280px) {
    .pagewrap {
        width: 960px
    }
}

@media screen and (max-width: 1200px) {
    .inside .onePro {
        width: calc(100%/2 - 40px)
    }
    .onePro {
        width: calc(100%/2 - 40px)
    }
    .bannerMain,
    .homeNews {
        margin-bottom: 45px
    }
    .homePro {
        margin-bottom: 25px
    }
    .titBox {
        margin-bottom: 20px
    }
    .titBox .tit {
        font-size: 30px
    }
    .banner .caption {
        padding: 20px 20px 15px 20px
    }
    .banner .tit {
        font-size: 40px;
        max-width: 300px
    }
    .oneNews,
    .oneVideo {
        width: calc(50% - 40px)
    }
    .oneMem {
        width: calc(100%/3 - 40px);
        margin: 0 40px 50px 0
    }
    .oneLogo {
        width: calc(25% - 25px)
    }
}
@media screen and (max-width: 1366px) {
    .logo img.desktop {
        display: none;
    }
    .logo img.mobile {
        display: block;
		padding: 5% 2% 5% 2%;
        /*height: 100%*/
    }
}
@media screen and (max-width: 1024px) {
    .wrapper {
        padding-top: 50px;
    }
	.home_page .wrapper {
		padding-top: 0px;
	}
    .inside {
        margin-left: 0;
        margin-right: 0;
        padding-top: 30px;
        padding-bottom: 25px
    }
    .inside .pagewrap,
    .inside.page-projects .pagewrap {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0;
        max-width: inherit;
        width: auto
    }
    .pageHome {
        margin-left: 0
    }
    .pageHome .pagewrap {
        width: auto;
        max-width: inherit;
        margin-left: 20px;
        margin-right: 20px
    }
    .menuLeftMain {
        bottom: auto;
        width: 100%;
        min-height: 50px;
        max-height: 50px;
    }
	.home_page .menuLeftMain {
		background-color: rgba(0,0,0,0) !important;
	}
    .openMenu {
        display: block
    }
    .menuLeft {
        position: absolute;
        bottom: auto;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #111;
        margin: 0;
        max-height: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
    .menuLeft.open {
        max-height: calc(100vh - 50px);
        padding: 15px 20px
    }
    .logo {
        top: 0;
        left: 20px;
        bottom: 0;
        margin: auto;
        right: auto;
        width: auto;
        height: 27px;
    }
    .logo img.desktop {
        display: none;
    }

    .logo img.mobile {
        display: block;
		margin: 15px auto 0 15px;
        width: 50%;
        /*height: 100%*/
    }
    footer {
        position: static;
        width: 100%;
        padding: 17px 20px;
        background: #0a0a0a
    }
    footer p,
    footer a.viewmap {
        margin-bottom: 10px
    }
    .backTop {
        width: 30px;
        height: 30px
    }
    .follow {
        margin-bottom: 5px
    }
    .banner .tit {
        font-size: 35px
    }
    .list {
        width: calc(100% + 20px)
    }
    .onePro,
    .inside .onePro {
        width: calc(50% - 20px);
        margin: 0 20px 25px 0;
        padding: 0 0 20px 20px
    }
    .onePro>ul,
    .inside .onePro>ul {
        left: 20px;
        bottom: 20px;
        padding: 40px 15px 15px 15px
    }
    .onePro .tit,
    .inside .onePro .tit {
        font-size: 15px
    }
    .onePro .kind,
    .inside .onePro .kind {
        font-size: 12px
    }
    .oneNews,
    .oneVideo {
        width: calc(50% - 20px);
        margin: 0 20px 30px 0
    }
    .oneNews .tit,
    .oneVideo .tit {
        font-size: 15px
    }
    .oneNews p,
    .oneVideo p {
        font-size: 14px
    }
    .oneVideo .thumb:before {
        display: none
    }
    .oneVideo .thumb:after {
        opacity: 1
    }
    .landing h1,
    .landing .h1 {
        font-size: 30px
    }
    .landing h2,
    .landing .h2 {
        font-size: 26px
    }
    .landing h3,
    .landing .h3 {
        font-size: 22px
    }
    .landing h4,
    .landing .h4 {
        font-size: 18px
    }
    .landing h5,
    .landing .h5 {
        font-size: 16px
    }
    .landing h6,
    .landing .h6 {
        font-size: 14px
    }
    .oneMem {
        width: calc(100%/3 - 20px);
        margin: 0 20px 30px 0
    }
    .back-button {
        display: contents !important;
    }
}

@media screen and (max-width: 767px) {
    .list {
        width: calc(100% + 15px)
    }
    .onePro,
    .inside .onePro {
        width: calc(50% - 15px);
        margin: 0 15px 25px 0;
        padding: 0 0 10px 10px
    }
    .onePro>ul,
    .inside .onePro>ul {
        left: 10px;
        bottom: 10px
    }
    .oneNews,
    .oneVideo {
        width: calc(50% - 15px);
        margin: 0 15px 25px 0
    }
    .pageHome .pagewrap,
    .inside .pagewrap,
    .inside.page-projects .pagewrap {
        margin-left: 15px;
        margin-right: 15px
    }
    .logo {
        left: 15px
    }
    .openMenu {
        width: 56px
    }
    .titBox .tit {
        font-size: 26px;
		text-transform: uppercase;
    }
    .landing h1,
    .landing .h1,
    .landing .title {
        font-size: 26px
    }
    .landing h2,
    .landing .h2 {
        font-size: 23px
    }
    .landing h3,
    .landing .h3 {
        font-size: 20px
    }
    .landing h4,
    .landing .h4 {
        font-size: 17px
    }
    .landing h5,
    .landing .h5 {
        font-size: 15px
    }
    .landing h6,
    .landing .h6 {
        font-size: 13px
    }
    .page-news-view .landing .title,
    .page-video-view .landing .title {
        font-size: 26px
    }
    .oneMem {
        width: calc(100%/3 - 15px);
        margin: 0 15px 20px 0
    }
    .memberView .row>.left img {
        width: 320px;
        max-width: 100%
    }
    .titBox .desc:after {
        margin-top: 15px
    }
    .titBox .desc {
        max-width: 100%;
        margin-bottom: 20px
    }
    .map {
        height: auto;
        padding-bottom: 66.6666%;
        margin-bottom: 20px
    }
    .memberView .col-md-5 {
        margin-bottom: 20px
    }
    .list-logo {
        width: calc(100% + 15px)
    }
    .oneLogo {
        width: calc(100%/3 - 15px);
        margin: 0 15px 20px 0
    }
    .oneLogo a {
        padding-bottom: 80%
    }
    .landing {
        font-size: 14px
    }
    .page-error img {
        max-width: 250px
    }
}

@media screen and (max-width: 600px) {
    .oneMem {
        width: calc(50% - 15px)
    }
    .memberView .name {
        font-size: 20px
    }
}

@media screen and (max-width: 479px) {
    .oneLogo {
        width: calc(50% - 15px)
    }
    .list {
        width: calc(100% + 15px)
    }
    .onePro,
    .inside .onePro,
    .oneNews,
    .oneVideo {
        width: calc(100% - 15px)
    }
    .onePro,
    .inside .onePro {
        padding: 0 0 15px 15px
    }
    .onePro>ul,
    .inside .onePro>ul {
        left: 15px;
        bottom: 15px
    }
    .oneNews .thumb,
    .oneVideo .thumb {
        margin-bottom: 13px
    }
    .banner .sub {
        display: none !important
    }
    .banner .tit {
        font-size: 26px
    }
}

.back-button {
    display: inline-block;
    width: 20%;
    float: right;
    line-height: 45px;
}