@charset "UTF-8";
/* 超小屏幕（手机，小于 768px） */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  font-size: 12px;
}

.pcnone{display:none;}
.maila{color: #ffffff;}
.maila:hover{color: #ffffff;}
.pager{clear:both;}
.pager .col-md-6{text-align: left;padding-left: 0px;}
.news-list .title-line{border-bottom: 1px solid #efefef;margin-bottom: 15px;}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-bg {
  /*background-color: #ffffff;*/
  background-color: rgba(255, 255, 255, 0.76);
}

.navbar-inverse .navbar-collapse {
  background-color: #ffffff;
  border-color: #ffffff;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-wrapper .navbar .container {
  width: auto;
}

/* logo */
.navbar-wrapper {
  margin-top: 0;
}

.navbar-wrapper .container .logo {
  padding: 0;
  margin-top: 10px;
}

.navbar-wrapper .container .logo img {
  height: 100%;
}

.navbar {
  margin-bottom: 0;
}

/*顶部背景色*/
.home .navbar-inverse {
  background: none;
  border: none;
}

/*选中*/
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #2b5e96;
}

.navbar-inverse .navbar-nav > li > a {
  color: #245993;
  position: relative;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #6e91b7;
}

.navbar-inverse .navbar-nav > .open > a {
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #2b5e96;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #2b5e96;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #6e91b7;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  position: relative;
  color: #245993;
  font-size: 12px;
  padding: 0 8px;
  height: 58px;
  line-height: 58px;
}

.navbar-inverse .navbar-nav > li > a:after,
.navbar-inverse .navbar-nav .dropdown-menu > li > a:after {
  content: " ";
  background-color: #799fc9;
  height: 1px;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
}

.navbar-inverse .navbar-toggle {
  border: none;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #245993;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #245993;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

/*=====================*/

/* GLOBAL FOOTER STYLES
-------------------------------------------------- */
.gtl-footer {
  height: 236px;
  width: 100%;
  background-color: #646464;
  overflow: hidden;
}

.gtl-footer .container {
  position: relative;
  height: 100%;
  color: #ffffff;
  font-size: 12px;
}

.gtl-footer .head {
  font-size: 16px;
  padding-top: 45px;
  margin-bottom: 28px;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gtl-footer .address {
  max-width: 280px;
}

.gtl-footer .tel {
  margin-top: 20px;
  margin-bottom: 25px;
}

.foot-logo {
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 66px;
}

.foot-logo img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
  height: 66px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 100%;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 100%;
  background-color: #777;
}

.carousel-inner > .item > img {
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}


/* MARKETING CONTENT
-------------------------------------------------- */
.marketing {
  -webkit-box-shadow: 0 6px 12px rgba(74, 117, 165, 0.25);
  box-shadow: 0 6px 12px rgba(74, 117, 165, 0.25);
  border: 1px solid rgba(234, 239, 222, 0.15);
  margin-left: 15px;
  margin-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing-header {
  padding: 30px 0;
}

.marketing-header .center-block {
  font-size: 20px;
  color: #000000;
  font-weight: bolder;
  width: 100px;
  text-align: right;
  height: 22px;
  line-height: 22px;
  border-left: 3px solid #2b5e96;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.marketing-header.news .center-block {
  width: 80px;
}

.marketing .col-xs-4 {
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
  display: block;
}

.marketing .news .col-sm-4 {
  text-align: left;
}

.marketing .col-xs-4:focus,
.marketing .col-xs-4:hover {
  text-decoration: none;
}

.marketing .service h2 {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  margin-right: -10px;
  margin-left: -10px;
  /*text-overflow: -o-ellipsis-lastline;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 2;*/
  /*line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow-wrap: break-word;*/
}

.marketing .news h2 {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

.marketing .href {
  text-align: right;
}

.marketing .href .btn {
  font-style: italic;
  font-size: 12px;
}

.marketing .col-xs-4 img {
  width: 100%;
  max-width: 224px;
}


.marketing .news .col-sm-4 p {
  font-size: 14px;
  color: #000000;
}

.marketing .img-wrap {
  position: relative;
  min-height: 180px;
}

.marketing .contact-us:before{
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.43);
}

.marketing .img-wrap img {
  max-width: 430px;
  display: block;
  width: 100%;
}

.marketing .col-xs-8 .img-wrap img {
  max-width: none;
  max-height: 100%;
}

.marketing .contact-us {
  margin-bottom: 20px;
  position: relative;
}

.marketing .contact-us img {
  height: 468px;
  max-width: 100%;
  width: 100%;
}

.marketing .contact-us-main {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
}

.marketing .contact-us-main h1 {
  text-align: center;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 36px;
  margin-bottom: 35px;
  margin-top: 49px;
}

.marketing .contact-us-main .col-sm-offset-1 .form-group {
  margin-bottom: 24px;
}

.marketing .contact-us-main .col-sm-offset-1 .form-group:nth-last-child(1) {
  margin-bottom: 0;
}

.marketing .submit-btn {
  text-align: center;
  padding-top: 30px
}

.contactUs .submit-btn{text-align: center;}

.marketing .submit-btn .btn {
  outline: none;
}

.marketing .has-error .help-block {
  position: absolute;
  margin: auto;
  left: 0;
  bottom: -18px;
}

/* HOME BRANCH
-------------------------------------------------- */

.banner-wrap img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.home-branch {
  padding-top: 40px;
  padding-bottom: 20px;
  color: #000000;
}

.home-branch .info {
  overflow: hidden;
  border-radius: 8px;
}

.home-branch .info img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.home-branch h2 {
  font-size: 24px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  border-left: 5px solid #2b5e96;
  text-indent: 30px;
}

.home-branch h5 {
  font-weight: bold;
  font-size: 16px;
}

.home-branch li,
.home-branch p {
  color: #000000;
  font-size: 16px;
}

/* support modal
-------------------------------------------------- */
.modal-support-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.83);
  z-index: 9999999;
  display: none;
}

.modal-support-main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 240px;
  border-radius: 15px;
  background-color: #ffffff;
  padding-top: 50px;
  text-align: center;
  color: #878583;
}

.modal-support-icon {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
}

.modal-support-icon img {
  width: 70%;
}

.modal-support-title {
  font-size: 24px;
  color: #245993;
  font-weight: bold;
  margin-bottom: 20px;
}

/* ABOUT US
-------------------------------------------------- */
.boxShadow {
  -webkit-box-shadow: 0 6px 12px rgba(74, 117, 165, 0.25);
  box-shadow: 0 6px 12px rgba(74, 117, 165, 0.25);
  border: 1px solid rgba(36, 89, 147, 0.15);
}

.aboutUs {
  margin-top: 96px;
  margin-bottom: 96px;
  color: #000000;
  font-size: 12px;
}

.aboutUs .col-sm-3 img {
  width: 227px;
  max-width: 100%;
  display: block;
  margin: 15px auto;
}

/* NEWS LIST
-------------------------------------------------- */
.news-list {
  padding-bottom: 15px;
}

.news-list .row {
  margin-bottom: 24px;
  color: #000000;
  
}

.news-list .col-xs-4 img {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
}

.news-list .row .divider {
  width: 64px;
  height: 4px;
  background-color: #000;
  border-radius: 2px;
  margin-bottom: 18px;
}

.news-list .row h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 14px;
  word-break: break-all;
}

.news-list .row p {
  font-size: 14px;
}

.page-navigation {
  text-align: center;
}

/* CONTACT US
-------------------------------------------------- */
.contactUs {
  color: #000;
  padding-bottom: 30px;
  padding-top: 30px;
}

.contactUs .map {
  border-radius: 6px;
  overflow: hidden;
  min-height: 274px;
}

.map img {
  width: 100%;
}

.contactUs-bg {
  background: url("../imgs/txt.png") no-repeat center top;
}

.contactUs-bg .h2 {
  font-weight: bold;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 20px;
}

.contactUs-bg p {
  font-size: 16px;
}

.contactUs-bg p:last-child(1) {
  margin-bottom: 0;
}

.contactUs-bg h3 {
  font-size: 16px;
  margin-top: 48px;
  margin-bottom: 20px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 480px) {
	.marketing .contact-us-main .col-sm-offset-1 .form-group{margin-bottom: 15px;}
	.marketing .contact-us-main .col-sm-offset-1 .form-group:nth-last-child(1){margin-bottom: 15px;}
	.marketing .contact-us-main h1{margin-top: 60px;margin-bottom: 40px;font-size:16px;}
	.marketing .news .col-sm-4 .submit-btn{padding:15px 0 20px 0;}
	.contact-us-main .submit-btn{padding-top: 15px;}
	.foot-logo{right: 20px;top: 90px;}
	.carousel{height:auto;}
	.carousel .item{height:auto;}
	.carousel-inner > .item > img{position:static;height:auto;}
	.col-xs-8{width:86%;}
	.col-xs-offset-2{margin-left: 7%;}
	.learncolor{background-color:#2b5e96;border-color:#2b5e96;}
	.pcnone{display:block;}
	.home-branch h2{font-size: 18px;height: 22px;line-height: 22px;border-left: 3px solid #2b5e96;text-indent: 12px;}
	.home-branch h5{font-size: 14px;}
	.home-branch li, .home-branch p{font-size: 12px;}
	.aboutUs{margin-top: 26px;margin-bottom: 26px;}
	.aboutUs .col-sm-3 img{width:130px;margin: 60px auto;}
	.contactUs-bg{background-size: 100%;background-position: 0px 40px;}
	.contactUs .map{min-height: auto;}
	.contactUs-bg p {font-size: 12px;}
	.navbar-wrapper .container .logo img{height:70%;}
    .marketing .service h2 {font-size: 12px;overflow: hidden;text-overflow: ellipsis;overflow-wrap: break-word;white-space: nowrap;}
	.news-list .row p {font-size: 12px;}
	.news-list .row h2 {font-size: 14px;}
	.foot-logo {display: none;}
	.href{display:none;}
    .modal-support-main{height:170px;width: 90%;padding-top: 38px;}
	.modal-support-title{font-size: 22px;}
	.home-branch h2{padding-left: 12px;text-indent: unset;height:auto;}
	.aboutUs .row .col-sm-3 img{display: none;}
	.aboutUs .row .col-sm-9{padding-top: 20px;padding-bottom: 20px;}
	.news-list .col-xs-4 img{display: none;}
	.context img{max-width: 310px;}
}
/* 小屏幕（平板，大于等于 1024px） */

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
	.marketing .col-xs-4 img{max-width: 180px;}
	.marketing .submit-btn {padding-top: 20px;}
	.navbar-inverse .dropdown{width:160px;}
	.navbar-nav>li>.dropdown-menu{width:158px;}
	.modal-support-main{height:200px;padding-top: 45px;}
  .marketing {
    margin-right: auto;
    margin-left: auto;
  }
  .news-list .row{
    border: 1px solid #e9f3ff;
    padding: 15px 0;
    border-radius: 15px;
  }

  .navbar-inverse .navbar-collapse {
    background-color: transparent;
  }
	.dropdown ul{background-color: rgba(255, 255, 255, 0.76);}
  .navbar-inverse .dropdown,
  .navbar-inverse .dropdown-menu {
    text-align: center;
    /*background-color: rgba(255, 255, 255, 0.76);*/
  }

  .navbar-inverse .navbar-nav > li > a:after {
    display: none;
  }

  /* Navbar positioning foo */
  .navbar-inverse .navbar-nav > li > a {
    color: #245993;
    font-size: 14px;
  }

  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .feature-heading {
    font-size: 50px;
  }

  .marketing .service h2 {
    font-size: 18px;
  }

  .marketing .news h2 {
    font-size: 24px;
  }

  .marketing .contact-us-main h1 {
    font-size: 36px;
    margin-bottom: 35px;
    margin-top: 49px;
  }


  .marketing .contact-us img {
    height: auto;
  }

  .foot-logo {
    display: none;
  }

  .foot-logo img {
    height: auto;
  }

  .gtl-footer .address {
    max-width: none;
  }

  .modal-support-icon {
    top: -36px;
  }

  .modal-support-icon img {
    width: 100%;
  }

  .modal-support-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .modal-support-main p {
    font-size: 18px;
  }

  .home-branch {
    padding: 80px 30px 40px 30px;
  }
  .home-branch .info{
    margin-left: -30px;
    margin-right: -30px;
  }
  /* ABOUT US
-------------------------------------------------- */
  .aboutUs .row {
    position: relative;
  }

  .aboutUs .col-sm-9 {
    float: right;
    padding-top: 15px;
    font-size: 14px;
  }

  .aboutUs .col-sm-3 {
    position: static;
  }

  .aboutUs .col-sm-3 img {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(25% - 15px);
  }

  /* NEWS LIST
  -------------------------------------------------- */
  .news-list .col-xs-4 img {
    border-radius: 0;
  }

  .news-list .row h2 {
    font-size: 18px;
  }

  .news-list .row p {
    font-size: 14px;
  }

  /* CONTACT US
  -------------------------------------------------- */
  .contactUs-bg .h2 {
    font-size: 24px;
  }

  .contactUs-bg p {
    font-size: 18px;
  }

  .contactUs-bg h3 {
    font-size: 18px;
  }
.dropdown-menu>li>a{white-space: normal;word-break: keep-all;}
.navbar-inverse .navbar-nav .open .dropdown-menu > li:nth-child(4)>a{line-height: 20px;padding: 8px;}
}
@media (min-width: 1024px) {
	.marketing .contact-us-main h1 {font-size: 36px;margin-bottom: 75px;margin-top: 89px;}
	.marketing .news h2{font-size:20px;}
	.navbar-inverse .dropdown, .navbar-inverse .dropdown-menu{width:160px;}
	.aboutUs .col-sm-9{padding-top:96px;padding-bottom:96px;}
	.service .last3{margin-bottom: 0px;}
	.home-branch h2{margin-top:40px;margin-bottom:40px;}
	.home-branch h5{margin-top:20px;margin-bottom:20px;}
	.marketing .col-xs-4 img {max-width: 190px;}
	.marketing .submit-btn {padding-top: 40px;}
	.modal-support-title{font-size: 30px;}
	.modal-support-main{    width: 60%;}
	.modal-support-main p {font-size: 17px;}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li:nth-child(4)>a{line-height: 20px;padding: 8px;}
	.navbar-nav>li>.dropdown-menu{width:160px;}
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 1400px) {
  .feature-heading {
    margin-top: 120px;
  }

  .navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
  }

  .marketing .news .col-sm-4 p {
    font-size: 14px;
  }

  .marketing .contact-us-main h1 {
    font-size: 48px;
    margin-bottom: 50px;
    margin-top: 70px;
  }

  .marketing .submit-btn {
    padding-top: 90px;
	  text-align: center;
  }

  .navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
    line-height: 30px;
  }

  .navbar-inverse .dropdown-menu > li > a {
    padding: 3px 8px;
  }

  /* GLOBAL FOOTER STYLES
  -------------------------------------------------- */
  .gtl-footer {
    height: 330px;
    width: 100%;
    overflow: hidden;
  }

  .gtl-footer .container {
    position: relative;
    height: 100%;
    font-size: 12px;
  }

  .gtl-footer .head {
    font-size: 24px;
    padding-top: 72px;
    margin-bottom: 34px;
    font-weight: bold;
  }

  .gtl-footer .address {
    max-width: 280px;
  }

  .gtl-footer .tel {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .foot-logo.foot-logo {
    display: block;
  }

	.foot-logo{height: auto;top:85px;}
  .foot-logo img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 80%;
    height: auto;
  }

  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  /* Carousel base class */
  .carousel {
    height: 100%;
  }

  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    z-index: 10;
  }

  /* Declare heights because of positioning of img element */
  .carousel .item {
    height: 100%;
  }

  .carousel-inner > .item > img {
    top: 0;
    left: 0;
    min-width: 100%;
  }

  .inside-title{margin-top:36px;margin-bottom: 42px;}
  /* MARKETING CONTENT
  -------------------------------------------------- */
  /* Center align the text within the three columns below the carousel */
  .marketing-header {
    padding: 30px 0;
  }

  .marketing-header .center-block {
    font-size: 24px;
    width: 130px;
    height: 44px;
    line-height: 44px;
    border-left: 5px solid #2b5e96;
  }

  .marketing-header.news .center-block {
    width: 100px;
  }

  .marketing .col-sm-4 {
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }

  .marketing .col-sm-4:focus,
  .marketing .col-sm-4:hover {
    text-decoration: none;
  }

  .marketing .service h2 {
    font-size: 24px;
  }

  .marketing .href {
    text-align: right;
  }

  .marketing .href .btn {
    font-style: italic;
    font-size: 12px;
  }

  .marketing .col-sm-4 img {
    max-width: 224px;
  }

  .marketing .img-wrap {
    position: relative;
    min-height: 180px;
  }

  .marketing .contact-us:before{
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.43);
  }

  .marketing .img-wrap:after {
    content: " ";
    position: absolute;
    right: -15px;
    top: 15px;
    bottom: 15px;
    background-color: #ededed;
    width: 1px;
  }

  .marketing .col-sm-4:nth-last-child(1) .img-wrap:after {
    display: none;
  }

  .marketing .img-wrap img {
    max-width: 430px;
    display: block;
    width: 100%;
  }

  /* feature
  ------------------------- */
  .feature-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
  }

  /* Thin out the marketing headings */
  .feature-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
  }

  .marketing .contact-us {
    margin-bottom: 20px;
    position: relative;
  }

  .marketing .contact-us img {
    max-width: 100%;
    width: 100%;
  }

  .marketing .contact-us-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
  }

  .marketing .contact-us-main h1 {
    font-size: 66px;
    margin-bottom: 113px;
    margin-top: 145px;
  }

  .marketing .contact-us-main .col-sm-offset-1 .form-group {
    margin-bottom: 24px;
  }

  .marketing .contact-us-main .col-sm-offset-1 .form-group:nth-last-child(1) {
    margin-bottom: 0;
  }


  .marketing .has-error .help-block {
    position: absolute;
    margin: auto;
    left: 0;
    bottom: -18px;
  }
	
  /* HOME BRANCH
  -------------------------------------------------- */
  .banner-wrap img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .home-branch {
    padding: 80px 50px 40px 50px;
  }
  .home-branch .info{
    margin-left: -50px;
    margin-right: -50px;
  }
  .home-branch h2 {
    font-size: 24px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    border-left: 5px solid #2b5e96;
    text-indent: 30px;
  }

  .home-branch h5 {
    font-weight: bold;
    font-size: 16px;
  }

  .home-branch li,
  .home-branch p {
    color: #000000;
    font-size: 16px;
  }

  .modal-support-main {
    height: 180px;
    border-radius: 30px;
    width: 500px;
  }

  .modal-support-icon {
    top: -36px;
  }

  .modal-support-icon img {
    width: 100%;
  }

  .modal-support-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .modal-support-main p {
    font-size: 14px;
  }

  /* ABOUT US
-------------------------------------------------- */
  .aboutUs .col-sm-9 {
    font-size: 16px;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .aboutUs .col-sm-3 img {
    position: absolute;
    width: calc(25% - 30px);
  }

  /* NEWS LIST
-------------------------------------------------- */
  .news-list .row h2 {
    font-size: 24px;
  }

  .news-list .row p {
    font-size: 16px;
  }

  /* CONTACT US
-------------------------------------------------- */
  .contactUs-bg .h2 {
    font-size: 24px;
  }

  .contactUs-bg p {
    font-size: 18px;
  }

  .contactUs-bg h3 {
    font-size: 18px;
	font-weight: bold;
  }
	.aboutUs .col-sm-9 {font-size: 16px;}
	.carousel{height:100%;}
	.carousel-inner{height:100%;}
	.carousel .item{height:100%;}
	.carousel-inner > .item > img{height:100%;position: static;}
	.navbar-inverse .dropdown{width:180px;}
	.navbar-nav>li>.dropdown-menu{width:180px;}
	.nav>li>a{padding: 10px 25px;}
	.homepage .container{width:1400px;}
	.row{margin-right: 0px;margin-left: 0px;}
	news{padding-top: 0px;}
	.last2{line-height: 2.2;}
	.service .last3{margin-bottom: 0px;}
	.marketing .img-wrap:after{height: 250px;top:51px;}
	.navbar-wrapper .navbar .container{width:1140px;}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li:nth-child(4)>a{line-height: 20px;padding: 8px;}
	
}

.thisclass>span{color:#fff;background: #337ab7}