

/* Button Style
/* ------------------------------ */

.btn {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
}

.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    color: #fff;
    background-color: #00c1de;
    border-color: #00c1de;
}


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

.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:active:focus {
    color: #77a86d;
    background-color: #fff;
    border-color: #fff;
}


.btn-lg {
    padding: 14px 54px;
}


.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus,
button:focus {
    outline: none !important;
}


.alert {
    padding: 9px 15px;
}

/* Form Style
/* ------------------------------ */
.form-group {
    margin-bottom: 30px;
}
.form-control {
    height: 40px;
    padding: 8px 20px;
    color: #fff;
    font-size: 13px;
    border: 0;
/*    border-bottom: 1px solid #3b4149;*/
    border-radius: 0;
    background-color: #1a1d20;
}
.form-control:focus {
    border-color: #2ecc71;
}


/* =-=-=-=-=-=-= List Style =-=-=-=-=-=-= */

/*check-list*/
.check-list {
    padding-left: 0px;
    list-style: none;
}

.check-list li {
    margin-bottom: 10px;
    display: block;
}

.check-list li:before {
    content:"\f00c";
    font-family: 'fontawesome';
    font-size: 14px;
    float: left;
    padding-right: 10px;
    color: #757575;
}

/*list half*/

.list-half li {
    width: 50%;
    float: left;
}



/* =-=-=-=-=-=-= News Section =-=-=-=-=-=-= */
.latest-blog-list {}
.latest-blog-list>li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.latest-blog-list>li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.latest-blog-list .date{
    float: left;
    width: 68px;
    height: 68px;
    padding-top: 13px;
    color: #404040;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.latest-blog-list .date span {
    font-size: 10px;
    display: block;
    text-transform: uppercase;
}

.latest-blog-list .date:hover {
    color: #fff;
    background-color: #77a86d;
    border-color: transparent;
}

.latest-blog-list .blog-post {
    overflow: hidden;
}
.blog-post h3 {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 700;
}
.blog-post h3 a{
    color: #404040;
}
.blog-post h3 a:hover{
    color: #77a86d;
}
.post-meta {
    padding: 0;
    list-style: none;
}
.post-meta li {
    display: inline-block;
    margin-right: 10px;
    color: #404040;
    font-size: 13px;
}
.post-meta li:last-child {
    margin-right: 0;
}
.post-meta li a {
    margin-left: 5px;
    color: #404040;
    text-transform: capitalize;
}
.post-meta li a:hover {
    color: #77a86d;
}



/*subscribe-wrapper*/
.subscribe-wrapper {
    background-color: #77a86d;
    padding: 50px 70px 40px;
    color: #fff;
}
@media only screen and (max-width : 479px) {
    .subscribe-wrapper {
        padding: 50px 15px 40px;
    }
}
.subscribe-wrapper h3{
    color: #fff;
    text-transform: uppercase;
}
.subscribe-form .form-control {
    background-color: #608e56;
    border: 0;
    border-radius: 4px;
    color: #fff;
}
.subscribe-form .btn {
    font-size: 14px;
    color: #77a86d;
    background-color: #fff;
    border: 0;
}

.subscribe-form input[type="email"]::-webkit-input-placeholder {
   color: #77a86d;
}
.subscribe-form input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
   color: #77a86d;  
}
.subscribe-form input[type="email"]:-ms-input-placeholder {  
   color: #77a86d;  
}



@media screen and (max-width: 991px) {
    .latest-blog-list {
        margin-bottom: 50px;
    }
    .latest-blog-list>li {
        padding-bottom: 35px;
    }

}



/* =-=-=-=-=-=-= Counter Section =-=-=-=-=-=-= */

.counter-section {
/*    background: url(../contact/counter-bg.jpg) no-repeat #000;*/
	background: #efefef;
    background-size: cover;
    position: relative;
}

.counter-wrap {
    padding: 130px 0;
}
.counter-wrap i{
    font-size: 48px;
    color: #f9f9f9;
    margin-bottom: 20px;
}
.counter-wrap .timer{
    display: block;
    font-size: 26px;
    font-weight: 100;
    color: #000000;
}
.count-description {
    display: block;
    color: #2087B4;
	font-weight: 100;
    font-size: 15px;
/*    text-transform: capitalize;*/
    padding-top: 5px;
}


@media only screen and (max-width : 480px) {
    .counter-wrap .timer {
        font-size: 24px;
        line-height: 35px;
        font-weight: 700;
    }
    span.count-description {
        font-size: 14px;
        line-height: 20px;
    }
    .counter-wrap{
        padding:60px 0;
    }
}

/* =-=-=-=-=-=-= map =-=-=-=-=-=-= */

.global-map-section {
  background-color: #cccccc;
  background-size: cover;
}
.global-map-title {
  text-align: center;
  padding: 70px 0 15px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  color: #2C2C2C
}
.global-map-title .h1 {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.global-map-title .h2 {
  margin-top: 5px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 25px;
}
.global-container {
/*  max-width: 1294px;*/
  margin-left: auto;
  margin-right: auto;
}
.global-map {
  position: relative;
}
.global-map-image-pc > img {
  display: block;
  width: 100%;
  padding-top: 50px;
}
.global-map-image-mb {
  display: none;
}
.global-icon-region {
  display: block;
  width: 21px;
  height: 33px;
  background-size: cover;
}
.global-icon-region.-primary {
  background-image: url(../contact/map-c.png);
}
.global-icon-region.-disabled {
  background-image: url(../contact/global-map-region-disabled.svg);
}
.global-icon-region.-float {
  background-image: url(../contact/map-d.png);
  animation: region-float 0.5s ease-in-out alternate infinite;
}
@keyframes region-float {
  0% {
    transform: scale(1) translate(0, -3px);
  }
  100% {
    transform: scale(0.95) translate(0, 2px);
  }
}
.global-region {
  position: absolute;
  width: 21px;
  height: 21px;
  margin-left: -10px;
  margin-top: -10px;
}
.global-region-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.global-region-icon .global-icon-region {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21px;
  height: 33px;
  transition: background-image 0.2s;
}
.global-region-icon .-primary {
  z-index: 2;
}
.global-region-icon .-float {
  display: none;
}
.global-region-icon .disabled {
  z-index: 0;
}
.global-region-name {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #375a8c;
  white-space: nowrap;
}
.global-region-name.-right {
  left: 100%;
  padding-left: 2px;
}
.global-region-name.-left {
  right: 100%;
  padding-right: 2px;
}
.global-region-label {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility 0s .2s;
}
.global-region-label-text {
  padding: 10px;
  border-radius: 2px;
  background-color: #058DAC;
  font-size: 14px;
  line-height: 18px;
  color: white;
  white-space: nowrap;
}
.global-region-label-text .h1 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: bold;
}
.global-region-label-text em {
  font-style: normal;
  font-weight: bold;
}
.global-region-label-line {
  width: 20px;
  height: 1px;
  background-color: #f66f6a;
}
.global-region-label .global-region-label-line {
  position: absolute;
  top: 28px;
}
.global-region-label .global-region-label-line:before {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  border-top: solid 1px #f66f6a;
}
.global-region-label.-top {
  top: -30px;
}
.global-region-label.-bottom {
  top: 0;
}
.global-region-label.-left {
  right: 100%;
  padding-right: 24px;
}
.global-region-label.-left .global-region-label-line {
  position: absolute;
  left: 100%;
  margin-left: -24px;
}
.global-region-label.-right {
  left: 100%;
  padding-left: 24px;
}
.global-region-label.-right .global-region-label-line {
  position: absolute;
  right: 100%;
  margin-right: -24px;
}
.global-region-label.-bottom.-right .global-region-label-line:before {
  right: 100%;
  transform: rotate(45deg);
  transform-origin: right center;
}
.global-region-label.-bottom.-left .global-region-label-line:before {
  left: 100%;
  transform: rotate(-45deg);
  transform-origin: left center;
}
.global-region-label.-top.-right .global-region-label-line:before {
  right: 100%;
  transform: rotate(-45deg);
  transform-origin: right center;
}
.global-region-label.-top.-left .global-region-label-line:before {
  left: 100%;
  transform: rotate(45deg);
  transform-origin: left center;
}
.global-region:hover .global-region-icon {
  z-index: 10;
}
.global-region:hover .global-region-icon .-primary {
  background-image: url(../contact/global-map-region-hover.svg);
}
.global-region:hover .global-region-icon .-float {
  display: block;
}
.global-region:hover .global-region-icon ~ .global-region-label {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  transition: .2s;
}
.global-map-explain {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}
.global-map-explain:before,
.global-map-explain:after {
  content: " ";
  display: table;
}
.global-map-explain:after {
  clear: both;
}
.global-map-explain-item {
  display: inline-block;
}
.global-map-explain-item .global-icon-region,
.global-map-explain-item .p {
  float: left;
}
.global-map-explain-item .p {
  margin-top: 16px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.global-map-explain-item + .global-map-explain-item {
  margin-left: 40px;
}
@media (max-width: 1023px) {
  .global-map-image-pc {
    display: none;
  }
  .global-map-image-mb {
    display: block;
  }
  .global-map-image-mb > img {
    display: block;
    width: 100%;
  }
  .global-region,
  .global-map-explain {
    display: none;
  }
}
.safety-authen-container {
  height: 50px;
  margin-top: 20px;
}
.safety-authen {
  position: relative;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
}
.safety-authen ul:before,
.safety-authen ul:after {
  content: " ";
  display: table;
}
.safety-authen ul:after {
  clear: both;
}
.safety-authen li {
  float: left;
  width: 20%;
}
.safety-authen-card {
  display: block;
  padding: 23px;
}
.safety-authen-card .i {
  display: block;
  width: 100%;
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
}
.safety-authen-card .i img {
  display: block;
  width: 100%;
}
.safety-authen-card .p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #3B516A;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .global-map-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .global-map-title .h1 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: center;
  }
  .safety-authen-container {
    height: auto;
  }
  .safety-authen-card {
    padding: 10px 0;
  }
  .safety-authen-card .p {
    display: none;
  }
}

.address{
	color: #fff;
    font-weight: 200;
}
/* =-=-=-=-=-=-= Contact Section =-=-=-=-=-=-= */
/*
#state {
    width: 82%;
    padding-top: 68px;
    margin: 0 auto;
    margin-top: -128px;
    background-color: #fff;
    position: relative;
}
*/
#state h2 {
    text-align: center;
    line-height: 50px;
    font-size: 34px;
    margin: 35px;
    font-weight: 200;
    color: #000;
}
#state h4 {
	font-weight: 300;
    color: #888787;
}
#state p {
	font-weight: 300;
    color: #3b3b3b;
}
#state a {
	font-weight: 300;
    color: #3b3b3b;
}
#state .col-md-4 {
/*    width: 33%;*/
    height: 190px;
    background-color: #ECEDED;
    /*margin-bottom: 120px;*/
    margin-bottom: 30px;
    text-align: center;
	border-right: 15px solid #fff;
	border-left: 15px solid #fff;
    /*color: #AFAFAF;*/
}
#state .col-md-4:hover {
    transform: scale(1.3);
    transition: transform 1s;
    background-color: #fff;
}
#state .col-md-4 img {
    display: block;
    margin: 29px auto;

}
#state .col-md-4 h4 {
    font-size: 18px;
}
#state .col-md-4 .xian {
    width: 37px;
    height: 5px;
    background-color: #888787;
    margin: 10px auto;
}
form {
    height: auto;
    /*color: #727272;*/
}
.message {
    text-align: center;
    font-size: 37px !important;
    padding-bottom: 35px;
    padding-top: 30px;
    color: #000;
    font-weight: 300;
    margin-left: 6%;
}
form .col-md-12 input {
    margin-top: 8px;
    margin-bottom: 20px;
    height: 32px;
}
form div {
    float: left;
    width: 50%;
}
form textarea {
    margin-top: 8px;
    height: 108px;
    width: 88%;
}
form i {
    display: inline-block;
    width: 70px;
}
form .col-md-12 input {
    margin-top: 8px;
    margin-bottom: 20px;
    height: 32px;
}
form input {
    width: 88%;
    float: left;
    background-color: #e3e3e3;
    border-radius: 15px;
    border: 1px solid #fff !important;
    outline: none;
    padding: 0 16px;
}
form textarea {
    margin-top: 8px;
    height: 108px;
    width: 88%;
    background-color: #e3e3e3;
    border-radius: 15px;
    border: 1px solid #fff !important;
    outline: none;
    padding: 8px 16px;
}
form .submit {
    list-style: none;
    text-decoration: none;
    border: none;
    height: 42px;
    background-color: #727272;
    color: #DADADA;
    transform: translateY(-42px);
}
form .submit:hover {
    background-color: #000;
    color: #fff;
}
form span {
    width: 200px;
    display: block;
}
@media screen and (max-width: 768px){
    .message {
        padding-top: 128px;
    }
    form div {
        float: none;
        width: auto;
    }
    form .submit {
        transform: translate(0);
    }
}

@media screen and (max-width: 1024px) {
    form .col-md-12 input {
        margin-top: 10px;
        margin-bottom: 20px;
        height: 38px;
    }
}

.contact-message{
	background: url(../contact/fib-bgccc.jpg) no-repeat 100%;
	margin-bottom: 50px;
/*
    background-size: cover;
    min-height: 686px;
	box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 auto;
    color: #6b6b6b;
*/
}
.contact-section {
    padding: 35px 0 40px 0;
    background-color: #3b3e42;
}
.contact-form-wrapper {
    margin-top: 25px;
}