/* html, body --------------------------------------------------------------------------------------------------------*/

html {
    font-size: 100px;
}

body {
    font-family: /*"Microsoft JhengHei",*/ "Microsoft YaHei", Arial, Helvetica, sans-serif;
    /*font-size:.12rem*/
    font-size: 14px;
    color: #666;
}

.table-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    cursor: default;
    z-index: 10;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table-cell-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.table-cell-bottom-10 {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.table-cell-bottom-15 {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 15px;
}

.table-cell-bottom-20 {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 20px;
}

.table-cell-bottom-30 {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 30px;
}

.table-bordered>tbody>tr>td{
	border:none;
	min-width:50px;
	padding:3px;
}

.table>tbody>tr>td{
	border:none;
}

.table-bordered{
	/*border:none;*/
	margin-bottom:10px;
}

.global-btn {
    padding: 10px 15px;
    min-width: 120px;
    line-height: 18px;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    -webkit-transition: all 1s ease 0s; /* Safari && Chrome */
    -moz-transition: all 1s ease 0s; /* Firefox 4 */
    -o-transition: all 1s ease 0s; /* Opera */
    transition: all 1s ease 0s;
}

.global-btn:hover,
.global-btn:active,
.global-btn:focus {
    background-color: #881f58;
    border-color: #881f58;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.global-btn>i {
    vertical-align: middle;
    padding-left: 5px;
}

@-webkit-keyframes rotate{
    0%{ -webkit-transform:rotate(0deg); }
    100%{ -webkit-transform:rotate(360deg); }
}

@-moz-keyframes rotate{
    0%{ -moz-transform:rotate(0deg); }
    100%{ -moz-transform:rotate(360deg); }
}

@-ms-keyframes rotate {
    0% {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);}
}

@keyframes rotate{
    0%{ transform:rotate(0deg); }
    100%{ transform:rotate(360deg); }
}

.circle {
    -webkit-animation:rotate 1s infinite linear;
    -moz-animation:rotate 1s infinite linear;
    -ms-animation:rotate 1s infinite linear;
    animation:rotate 1s infinite linear;
}

.alert-msg {
    width: 100%;
    position: fixed;
    z-index: 99999!important;
    top: 0;
    left: 0;
    padding: 15px  !important;
    -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;
    transition: all 0.3s ease-in-out;
    border: none;
    font-weight: bold;
    margin-bottom: auto;
    border-radius: inherit;
    display: none;
}

.alert-fixed {
    position: fixed;
    z-index: 99999!important;
    padding: 20px 67px 20px 20px !important;
    text-align: justify;
    border: none;
    font-weight: bold;
    margin-bottom: auto;
    border-radius: inherit;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0)
}

.alert-transition {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.alert-msg>.container {
    position: relative;
    padding: 0 57px 0 0;
}

.alert-msg>.container>i.fa-thumbs-up,
.alert-fixed>i.fa-thumbs-up {
    color: #f6921d;
    font-size: 21px;
}

.alert-msg .close,
.alert-fixed .close {
    color: #f6921d;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -22px;
    opacity: .5;
    filter: alpha(opacity=50)
}

.alert-msg .close:hover,
.alert-msg .close:focus,
.alert-fixed .close:hover,
.alert-fixed .close:focus {
    color: #f6921d;
    text-decoration: none;
    cursor: pointer;
    opacity: .8;
    filter: alpha(opacity=80)
}

.alert-msg .close>i,
.alert-fixed .close>i {
    font-size: 26px;
    padding: 10px;
}

/* header ------------------------------------------------------------------------------------------------------------*/
header > nav.navbar {
    min-height: 131px;
    padding: 15px 0;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

header > nav.navbar .navbar-collapse {
    position: relative;
}

header.index > nav.navbar {
    min-height: 135px;
    background: rgba(255,255,255,.7);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

header > nav .navbar-brand {
    position: relative;
    height:100px;
    padding-top: 0;
    padding-right: 45px;
    z-index: 10002;
}

header > nav  .navbar-nav {
    margin: 47.5px auto 32.5px auto;
}

header > nav .navbar-nav>li>a {
    padding: 0 45px;
}

body.en header > nav .navbar-nav>li>a {
    padding: 0 28px;
}

header .navbar-default .navbar-nav>.active>a,
header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>.active>a:focus,
header .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #00763b;
}

header  .sub-nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10001;
}

header .sub-nav>ul {
    margin: auto;
}

header .sub-nav>ul>li {
    line-height: 0;
}

header .sub-nav>ul>li+li {
    margin-left: 20px;
}

header .sub-nav>ul>li>a {
    color: #1b2c65;
    font-size: 19px;
}

header .sub-nav>ul>li>a:hover {
    color: #00763b;
}

header .sub-nav .facebook{
    height: 19px;
    width: 19px;
    display: inline-block;
    background: url('../images/facebook.png') no-repeat 50% 50%;
}

header .sub-nav .facebook:hover{
    height: 19px;
    width: 19px;
    display: inline-block;
    background: url('../images/facebook_hover.png') no-repeat 50% 50%;
}

header .sub-nav .twitter{
    height: 19px;
    width: 19px;
    display: inline-block;
    background: url('../images/twitter.png') no-repeat 50% 50%;
}

header .sub-nav .twitter:hover{
    height: 19px;
    width: 19px;
    display: inline-block;
    background: url('../images/twitter_hover.png') no-repeat 50% 50%;
}

header .sub-nav .letter{
    height: 19px;
    width: 19px;
    display: inline-block;
    background: url('../images/letter.png') no-repeat 50% 50%;
}

header .sub-nav .letter:hover{
    height: 19px;
    width: 19px;
    display: inline-block;
    background: url('../images/letter_hover.png') no-repeat 50% 50%;
}

header .sub-nav .lang{
    height: 19px;
    width: 19px;
    display: inline-block;
    line-height: 19px;
    background: #1b2c65;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}

header .sub-nav .lang:hover{
    height: 19px;
    width: 19px;
    display: inline-block;
    line-height: 19px;
    background: #00763c;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/* owl-carousel ------------------------------------------------------------------------------------------------------*/

.owl-carousel {
    position: static;
}

.owl-carousel .owl-list {
    padding-left: 5px;
    padding-right: 5px;
}

.owl-carousel .owl-wrapper-outer {
    position: static;
}

.owl-theme .owl-controls {
    margin-top: auto;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    width: 15%;
    height: 130px;
    top: 50%;
    margin-top: -65px;
    text-indent:-9999px;
    z-index: 99;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    background: url("../images/prev_blue.png") no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    left: 0;
    background: url("../images/prev_green.png") no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    background: url("../images/next_blue.png") no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    right: 0;
    background: url("../images/next_green.png") no-repeat center center;
}

/* index-main --------------------------------------------------------------------------------------------------------*/
.index-main {
    position: relative;
    margin-top: 131px;
    /*background: url(../images/bg.png) no-repeat left top;
    background-size: contain;*/
    z-index: 1000
}

.index-main .banner-title {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: 45px;
    color: #fff;
    position: relative;
    padding-top: 28px;
    text-shadow: 1px 1px 3px #404040;
}

.index-main .banner-subtitle {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28px;
    color: #fff;
    text-shadow: 2px 2px 5px #666;
}

.index-main .banner-btn {
    display: block;
    background: url("../images/arrow_down.png") no-repeat 50% 50%;
    width: 55px;
    height: 55px;
    margin: auto;
}

.index-main .banner-btn:hover {
    display: block;
    background: url("../images/arrow_down_hover.png") no-repeat 50% 50%;
    width: 55px;
    height: 55px;
    margin: auto;
}

/* index-banner ------------------------------------------------------------------------------------------------------*/
.index-banner {
    position: fixed;
    top: 0;
    height: 973px;
    width: 1920px;
    z-index: -1;
}

.index-banner .banner-background {
    height: 100%;
    width: 100%;
    background-image: url('../images/20161201_website_cut-18.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.index-main .banner-mask {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255,1)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 10% ,rgba(255, 255, 255, 1) 80%);
    background: -o-linear-gradient(top, rgba(255, 255 255, 0) 10%, rgba(255, 255, 255, 1) 80%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 10%,rgba(255, 255, 255, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='rgba(255, 255, 255, 0)', EndColorStr='rgba(255, 255, 255, 1)');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='rgba(255, 255, 255, 1)',GradientType='0')";
}

/* section-us --------------------------------------------------------------------------------------------------------*/
.section-us {
    padding-top: 120px;
    padding-bottom: 130px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 10%,  #FFFFFF 100%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 10%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0.8)),color-stop(100%, #FFFFFF));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 10%,  #FFFFFF 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 10%, #FFFFFF 100%);
    background: #fff;
}

.section-us .section-carousel {
    position: relative;
    margin-top: 100px;
}

.section-us .section-carousel .table {
    margin-bottom: auto;
}

.section-us .section-carousel .table>.table-cell {
    width: 50%
}

.section-us .section-carousel .table>.table-text {
    padding: 15px 25px;
    color: #fff;
    background: #1b2c65;
}


/* section-services --------------------------------------------------------------------------------------------------*/
.section-services {
    /*padding-top: 130px;*/
    background: #fff;
}

.section-services .item {
    padding: 0;
}

.section-services .hover-box {
    position: relative;
    cursor: pointer;
}

.section-services .hover-box,
.section-services .hover-box .hover {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-services .hover-box .hover .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity .35s,transform .35s;
    -moz-transition: opacity .35s,transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
    -moz-transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
    -ms-transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
    -o-transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
    transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
    opacity: 1;
    z-index: 1;
}

.section-services .hover-box:hover .hover .overlay {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale3d(.8,.8,1);
    -moz-transform: translate3d(-50%,-50%,0) scale3d(.8,.8,1);
    -ms-transform: translate3d(-50%,-50%,0) scale3d(.8,.8,1);
    -o-transform: translate3d(-50%,-50%,0) scale3d(.8,.8,1);
    transform: translate3d(-50%,-50%,0) scale3d(.8,.8,1);
}

.section-services .hover-box .hover .info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale3d(.8,.8,1);
    -moz-transform: translate3d(-50%,-50%,0) scale3d(.8,.8,1);
    -ms-transform: translate3d(-50%,-50%,0) scale3d(.8,.8,1);
    -o-transform: translate3d(-50%,-50%,0) scale3d(.8,.8,1);
    transform: translate3d(-50%,-50%,0) scale3d(.8,.8,1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}

.section-services .hover-box:hover .hover .info {
    color: #fff;
    opacity: 1;
    -webkit-transition: opacity .35s,transform .35s;
    -moz-transition: opacity .35s,transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
    -moz-transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
    -ms-transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
    -o-transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
    transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}

.section-services .hover-box .overlay>h2 {
    position: relative;
    margin-top: 20px;
    margin-bottom: auto;
    color: #fff;
    font-size: 16px;
}

.section-services .hover-box .hover-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,44,101,.6);
    z-index: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.section-services .hover-box:hover .hover-mask {
    background: rgba(0,118,59,.6) ;
}

.section-services .table {
    margin-bottom: auto;
}

.section-services .table>.table-cell {
    width: 25%;
    position: relative;
    padding: 50px 90px 100px 90px;
}

.section-services .bg-worker {
    background: url('../images/20161201_website_cut-30.png') no-repeat 50% 50%;
    background-size: cover;
}

.section-services .bg-excavator {
    background: url('../images/20161201_website_cut-31.png') no-repeat 50% 50%;
    background-size: cover;
}

.section-services .bg-vehicle {
    background: url('../images/20161201_website_cut-32.png') no-repeat 50% 50%;
    background-size: cover;
}

.section-services .section-box {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.section-services .section-box img {
    margin-left: auto;
    margin-right: auto;
}

.section-services .box-title {
    margin-top: 20px;
    margin-bottom: 35px;
    color: #fff;
    font-size: 16px;
}

.section-services .section-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1b2c65 ;
    opacity: .6;
    z-index: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.section-services .table-cell:hover .section-mask {
    background: #00763b ;
}

/* section-development -----------------------------------------------------------------------------------------------*/
.section-development {
    padding-top: 100px;
    padding-bottom: 130px;
    background: #fff
}

.section-development .section-title {
    margin-bottom: 50px;
    color: #1b2c65;
    font-size: 18px;
}

.section-development ul.list-inline {
    margin-left: auto;
    margin-bottom: auto;
}

/* section-contact ---------------------------------------------------------------------------------------------------*/
.section-contact {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff /*url('../images/map.png') no-repeat 50% 50%*/;
}

.section-contact .contact-form {
    position: relative;
    float: right;
    margin-right: 60px;
    padding: 40px 60px;
    width: 30%;
    max-width: 600px;
    color: #fff;
    background: #1b2c65;
    z-index: 1;
}

.section-contact .contact-form form {
    margin-top: 30px;
}

.section-contact .contact-title {
   font-size: 18px;
}

.section-contact .contact-map {
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url("../images/map.png") no-repeat 50% 50%;*/
    background-size: cover;
    z-index: 0;
}

.section-contact .contact-form .form-group {
    margin-bottom: 10px;
}

.section-contact .contact-form input,
.section-contact .contact-form textarea,
.section-contact .contact-form .btn {
    border-radius: inherit;
}

.section-contact .contact-form .btn {
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    border: none;
    background: #808080;
}

.section-contact .contact-form .btn:hover,
.section-contact .contact-form .btn.active {
    background: #00763b;
}

/* section-show ------------------------------------------------------------------------------------------------------*/
.section-show {
    margin-top: 131px;
    padding: 45px 0;
}

.section-show.bg-outstanding {
    background: url("../images/20161201_website_cut-54.png") no-repeat 50% 50%;
    background-size: cover;
}

.section-show.bg-equipment {
    background: url("../images/20161201_website_cut-55.png") no-repeat 50% 50%;
    background-size: cover;
}

.section-show .masonry-container {
    margin: -12.5px;
}

.masonry-container .item {
    padding: 12.5px;
}

.masonry-container .item a {
    color: #1b2c65;
    text-decoration: none;
}

.masonry-container .item-box {
    position: relative;
}

.masonry-container .item .item-remark {
    padding: 10px;
    text-align: center;
    background: #fff;
}

.masonry-container .item .item-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 118, 59,.7);
    color: #fff;
    z-index: 0;
}

.masonry-container .item:hover .item-mask {
    display: block;
}

.section-show .owl-carousel .owl-controls {
   /* display: none !important;*/
}

.section-show.bg-outstanding .owl-carousel,
.section-show.bg-equipment .owl-carousel {
    position: relative;
}

.section-show.bg-outstanding .owl-theme .owl-controls .owl-buttons div ,
.section-show.bg-equipment .owl-theme .owl-controls .owl-buttons div {
    top: 0;
    margin-top: auto;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.section-show.bg-outstanding .owl-theme .owl-controls .owl-buttons .owl-prev,
.section-show.bg-equipment .owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 0;
    width: 21px;
    height: 40px;
    background: url("../images/prev_white.png") no-repeat center center;
}

.section-show.bg-outstanding .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.section-show.bg-equipment .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    left: 0;
    background: url("../images/prev_green.png") no-repeat center center;
}

.section-show.bg-outstanding .owl-theme .owl-controls .owl-buttons .owl-next,
.section-show.bg-equipment .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    width: 21px;
    height: 40px;
    background: url("../images/next_white.png") no-repeat center center;
}

.section-show.bg-outstanding .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.section-show.bg-equipment .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    right: 0;
    background: url("../images/next_green.png") no-repeat center center;
}

.section-show .owl-carousel .product-img {
    position: relative;
}

.section-show .owl-carousel .product-img img {
    margin: auto;
}

.section-show .owl-carousel .product-info {
    max-width: 760px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.section-show .owl-carousel .product-info > .product-title {
    margin-bottom: 15px;
    font-size: 25px;
    color: #fff;
}

.section-show .owl-carousel .product-info > .product-desc img {
    max-width: 100%;
}

.section-show .owl-carousel .product-info .table,
.section-show .owl-carousel .product-info .table .table {
    background: transparent;
}

.section-show .owl-carousel .btn-prev,
.section-show .owl-carousel .btn-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 21px;
    text-align: center;
    cursor: pointer;
}

.section-show .owl-carousel .btn-prev>span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 21px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 5;
}

.section-show .owl-carousel .btn-next>span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 21px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 5;
}

.section-show .owl-carousel .btn-prev {
    left: 0;
}

.section-show .owl-carousel .btn-next {
    right: 0;
}

.section-show .owl-carousel .btn-prev>span {
    background: url(../images/prev_white.png) no-repeat 0 0;
}

.section-show .owl-carousel .btn-prev:hover>span {
    background: url(../images/prev_green.png) no-repeat 0 0;
}

.section-show .owl-carousel .btn-next>span {
    background: url(../images/next_white.png) no-repeat 0 0;
}

.section-show .owl-carousel .btn-next:hover>span {
    background: url(../images/next_green.png) no-repeat 0 0;
}

/* section-news ------------------------------------------------------------------------------------------------------*/
.section-news {
    min-height:560px;
}

.section-news .section-filter {
    margin-bottom: 15px;
    color: #fff;
}
.section-news .section-filter .input-group>.input-group-addon:first-child {
    margin-left: 5px;
    border: none;
    background: transparent;
    color: #fff;
}

.section-news .section-filter .input-group>.input-group-addon:last-child {
    border-radius: 0;
    border: none;
    background: #00763b;
    color: #fff;
}

.section-news .news-head {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    background: #00763b;
    font-size: 1.2em;
}

.section-news ,.section-news .news-title {
    color: #fff;
}

.section-news .news-title {
    color: #fff;
    font-size: 20px;
}

.section-news .news-description {
    margin-top: 15px;
}

.section-news .news-date {
    padding-left: 15px;
}

.section-news .news-list .news-item+.news-item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d3d3d3;
}

.section-news .pagination-box .pagination a,
.section-news .pagination-box .pagination >span{
    color: #fff;
}

.section-news .pagination-box .pagination>li >a,
.section-news .pagination-box .pagination>li >span{
    border-color: transparent;
    background: transparent;
}

.section-news .pagination-box .pagination>li.active >a,
.section-news .pagination-box .pagination>li.active >span{
    border-color: #00763b;
    background: #00763b;
}

.section-news-detail {
    min-height: 560px;
}

.section-news-detail .news-content{
    border-bottom: 1px solid #fff;
    padding-bottom:15px;
    margin-bottom: 15px;
}

.section-news-detail .news-back{
    color: #fff;
}

.section-news-detail .news-title {
    font-size: 25px;
}

.section-news-detail .news-image {
    position: relative;
}

.section-news-detail .news-image+.news-image {
    margin-top: 15px;
}

.section-news-detail .news-image>i {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.section-news-detail .news-date {
    padding-left: 0;
    color: #00763b;
}

.section-news-detail .news-description {
    margin-top: 30px;
}

/* footer ------------------------------------------------------------------------------------------------------------*/
footer {
    background: #fff;
}

footer .ft-copy {
    color: #666;
    font-size: 14px;
    text-align: left;
}

footer .ft-copy .table {
    margin-bottom: 60px;
}

footer .ft-copy .table>.table-cell {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 58.33333333%;
    vertical-align: text-top;
    border-right: 1px solid #666;
}

footer .ft-copy .table>.table-cell+.table-cell {
    padding-left: 60px;
    width: 41.66666667%;
    vertical-align: text-top;
    border-left: 1px solid #666;
    border-right:none;
    position: relative;
    left: -1px;
}

footer .to-top {
    position: relative;
}

footer #to-top {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -27.5px;
}

footer #to-top>span {
    position: relative;
    bottom: -1px;
    display:block;
    margin:auto;
    width: 55px;
    height: 55px;
    background: url('../images/arrow_up_hover.png') no-repeat 50% 50%;
}

footer #to-top>span:hover {
    display:block;
    margin:auto;
    width: 55px;
    height: 55px;
    background: url('../images/arrow_up.png') no-repeat 50% 50%;
}

footer .to-top > .bar {
    height: 10px;
    background: #1b2c65
}

@media (max-width: 1199px) {

    /* header --------------------------------------------------------------------------------------------------------*/
    header > nav .navbar-nav>li>a {
        padding: 0 25px;
    }

    body.en header > nav .navbar-nav>li>a {
        padding: 0 10px;
    }

    header > nav .navbar-brand {
        padding-right: 25px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    /* banner --------------------------------------------------------------------------------------------------------*/


}

@media (max-width: 991px){

    /* header --------------------------------------------------------------------------------------------------------*/
    header > nav .navbar-nav>li>a {
        padding: 0 15px;
    }

    body.en header > nav .navbar-nav>li>a {
        padding: 0 5px;
    }

    header > nav .navbar-brand {
        padding-right: 16px;
    }

    /* section-contact ---------------------------------------------------------------------------------------------------*/
    .section-contact .contact-form {
        float: right;
        margin-right: 60px;
        padding: 40px 60px;
        width: 45%;
        max-width: 600px;
        color: #fff;
        background: #1b2c65;
    }

}

@media (min-width: 768px) and (max-width: 991px) {


}

@media (min-width: 768px) {


}

@media (max-width: 767px) {

    /* header --------------------------------------------------------------------------------------------------------*/
    header > nav.navbar,
    header.index > nav.navbar {
        min-height: 50px;
        padding: 0;
        background: #fff;
    }

    header > nav .navbar-toggle {
        margin-left: 15px;
        border: none;
    }

    header > nav.navbar-default .navbar-toggle .icon-bar {
        background-color: #1b2c65;
    }

    header > nav .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        max-height: none !important;
    }

    header > nav  .navbar-nav {
        margin: auto;
        text-align: center;
    }

    header > nav  .navbar-nav .logo img{
        width: 100%;
    }

    header .navbar-default .navbar-nav>li{
        border-bottom: 1px solid #1b2c65;
    }

    header > nav .navbar-nav>li>a,
    body.en header > nav .navbar-nav>li>a {
        padding: 10px 15px;
    }

    header .navbar-default .navbar-nav>.active>a,
    header .navbar-default .navbar-nav>.active>a:focus,
    header .navbar-default .navbar-nav>.active>a:hover {
        background: #1b2c65;
        color: #fff;
    }

    header > nav .sub-nav {
        margin-top: 15px;
        margin-right: 15px;
    }

    header > nav .sub-nav>ul>li+li{
        margin-left: 15px;
    }

    header > nav .sub-nav .dropdown.open .dropdown-toggle i{
        color: #00763c;
    }

    header > nav .sub-nav .dropdown-toggle {
        padding: 0;
        font-size: 16px;
        color: #1b2c65;
        line-height: 16px;
        border: none;
        background: none !important;
    }

    header > nav .sub-nav .dropdown-menu {
        min-width: 42px;
        top: 30px;
        left: -15px;
        font-size: 16px;
    }

    header > nav .sub-nav .dropdown-menu>li+li {
       margin-top: 10px;
    }

    header > nav .sub-nav .dropdown-menu>li>a {
        padding: 0;
        text-align: center;
        color: #1b2c65;
    }

    header > nav .sub-nav .dropdown-menu>li>a:hover {
        color: #00763c;
    }

    /* index-main ----------------------------------------------------------------------------------------------------*/
    .index-main {
        margin-top: 50px;
        /*background: url(../images/bg_m.png) no-repeat left top;
        background-size: contain;*/
    }

    .index-main .banner-title {
        font-size: 26px;
        padding-top: .8em;
    }

    .index-main .banner-subtitle {
        font-size: .8em;
    }

    .index-main .banner-btn,
    .index-main .banner-btn:hover {
        width: 45px;
        height: 45px;
        background-size: cover;
    }

    /* section-us ----------------------------------------------------------------------------------------------------*/
    .section-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-us .section-carousel {
        margin-top: 50px
    }

    .section-us .section-carousel .owl-list img {
        width: 100%;
    }

    .section-us .section-carousel .table>.table-cell {
        display: block;
        width: 100%;
    }

    .section-us .section-carousel .table>.table-text {
        padding: 15px;
    }

    /* section-services ----------------------------------------------------------------------------------------------*/
    .index-banner .banner-background {
        margin-top: 50px;
        background-image: url(../images/20161201_website_mobile_cut-11.png);
        background-size: cover;
    }

    /* section-services ----------------------------------------------------------------------------------------------*/
    .section-services {
        /*padding-top: 50px;*/
    }

    .section-services .table>.table-cell {
        display: block;
        width: 100%;
        padding: 25px 15px;
    }

    .section-services .hover-box>img {
        width: 100%;
    }

    /* section-development -------------------------------------------------------------------------------------------*/
    .section-development {
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .section-development .section-title {
        margin-bottom: 15px;
    }

    .section-development ul {
        margin-left: auto;
        font-size: 0;
    }

    .section-development ul>li {
        width: 25%;
    }

    /* section-contact -----------------------------------------------------------------------------------------------*/
    .section-contact {
        padding-top: 0;
        padding-bottom: 0;
        background: #fff;
    }

    .section-contact .contact-form {
        float: none;
        margin-right: auto;
        padding: 25px 20px;
        width: 100%;
        max-width: inherit;
    }

    /* section-show --------------------------------------------------------------------------------------------------*/
    .section-show {
        margin-top: 50px;
        padding: 30px 0;
    }

    .section-show .masonry-container {
        margin: -7.5px;
    }

    .masonry-container .item {
        padding: 7.5px;
    }

    .section-news .news-image img {
        width: 100%;
    }

    .section-news .news-title {
        font-size: 20px;
    }

    .section-news .news-date {
        padding-left: 0;
        margin-bottom: 15px;
    }

    /* section-news ------------------------------------------------------------------------------------------------------*/
    .section-news {
        min-height:inherit;
    }

    /* section-nes-detail --------------------------------------------------------------------------------------------*/
    .section-news-detail {
        min-height: inherit;
    }

    /* footer --------------------------------------------------------------------------------------------------------*/
    footer {
        padding-top: 30px;
    }

    footer .ft-copy .table {
        margin-bottom: 50px
    }

    footer .ft-copy .table>.table-cell {
        display: block;
        width: 100%;
        padding: 0;
        vertical-align: inherit;
        border: none;
        position: static;
        left: inherit;
    }

    footer .ft-copy .table>.table-cell + .table-cell {
        display: block;
        width: 100%;
        padding: 0;
        vertical-align: inherit;
        border: none;
        position: static;
        left: inherit;
    }

    footer #to-top {
        margin-left: -15px;
    }

    footer #to-top>span,
    footer #to-top:hover>span {
        width: 45px;
        height: 45px;
        background-size: contain;
    }


}

@media (max-width: 376px) {

}