.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.no-top-space {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.no-bottom-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.content {
  padding-top: 40px;
  padding-bottom: 40px; }

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px; }

.content-md {
  padding-top: 80px;
  padding-bottom: 80px; }

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px; }

.space-lg-hor {
  padding-left: 60px;
  padding-right: 60px; }

.space-xlg-hor {
  padding-left: 100px;
  padding-right: 100px; }

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60 {
  clear: both; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

@media (max-width: 768px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px; }

  .sm-margin-bottom-20 {
    margin-bottom: 20px; }

  .sm-margin-bottom-30 {
    margin-bottom: 30px; }

  .sm-margin-bottom-40 {
    margin-bottom: 40px; }

  .sm-margin-bottom-50 {
    margin-bottom: 50px; }

  .sm-margin-bottom-60 {
    margin-bottom: 60px; } }
@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px; }

  .md-margin-bottom-20 {
    margin-bottom: 20px; }

  .md-margin-bottom-30 {
    margin-bottom: 30px; }

  .md-margin-bottom-40 {
    margin-bottom: 40px; }

  .md-margin-bottom-50 {
    margin-bottom: 50px; }

  .md-margin-bottom-60 {
    margin-bottom: 60px; } }
/*Other Spaces*/
.margin-top-20 {
  margin-top: 20px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-right-10 {
  margin-right: 10px; }

.padding-left-5 {
  padding-left: 5px; }

/*Text Colors
------------------------------------*/
.color-sea {
  color: #1abc9c; }

.color-red {
  color: #e74c3c; }

.color-aqua {
  color: #27d7e7; }

.color-blue {
  color: #3498db; }

.color-grey {
  color: #95a5a6; }

.color-dark {
  color: #555555; }

.color-green {
  color: #72c02c; }

.color-brown {
  color: #9c8061; }

.color-light {
  color: #ffffff; }

.color-orange {
  color: #e67e22; }

.color-yellow {
  color: #f1c40f; }

.color-green1 {
  color: #2ecc71; }

.color-purple {
  color: #9b6bcc; }

.color-dark-blue {
  color: #4765a0; }

.color-light-grey {
  color: #585f69; }

.color-light-green {
  color: #79d5b3; }

/*Background Colors
------------------------------------*/
.bg-color-dark,
.bg-color-sea,
.bg-color-red,
.bg-color-aqua,
.bg-color-blue,
.bg-color-grey,
.bg-color-light,
.bg-color-green,
.bg-color-brown,
.bg-color-orange,
.bg-color-green1,
.bg-color-purple,
.bg-color-dark-blue,
.bg-color-light-grey,
.bg-color-light-green {
  color: #fff; }

.bg-color-white {
  color: #555; }

.bg-color-dark {
  background-color: #555 !important; }

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

.bg-color-sea {
  background-color: #1abc9c !important; }

.bg-color-red {
  background-color: #e74c3c !important; }

.bg-color-aqua {
  background-color: #27d7e7 !important; }

.bg-color-blue {
  background-color: #3498db !important; }

.bg-color-grey {
  background-color: #95a5a6 !important; }

.bg-color-light {
  background-color: #f7f7f7 !important; }

.bg-color-green {
  background-color: #72c02c !important; }

.bg-color-brown {
  background-color: #9c8061 !important; }

.bg-color-orange {
  background-color: #e67e22 !important; }

.bg-color-green1 {
  background-color: #2ecc71 !important; }

.bg-color-purple {
  background-color: #9b6bcc !important; }

.bg-color-dark-blue {
  background-color: #4765a0 !important; }

.bg-color-light-grey {
  background-color: #585f69 !important; }

.bg-color-light-green {
  background-color: #79d5b3 !important; }

.rgba-red {
  background-color: rgba(231, 76, 60, 0.8); }

.rgba-blue {
  background-color: rgba(52, 152, 219, 0.8); }

.rgba-aqua {
  background-color: rgba(39, 215, 231, 0.8); }

.rgba-yellow {
  background-color: rgba(241, 196, 15, 0.8); }

.rgba-default {
  background-color: rgba(114, 192, 44, 0.8); }

.rgba-purple {
  background-color: rgba(155, 107, 204, 0.8); }

/*Grey Backroud*/
.bg-grey {
  background: #f7f7f7;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee; }

/*Rounded and Circle Classes
------------------------------------*/
.no-rounded {
  border-radius: 0 !important; }

.rounded {
  border-radius: 4px !important; }

.rounded-x {
  border-radius: 50% !important; }

.rounded-2x {
  border-radius: 10px !important; }

.rounded-3x {
  border-radius: 15px !important; }

.rounded-4x {
  border-radius: 20px !important; }

.rounded-sm {
  border-radius: 2px !important; }

.rounded-md {
  border-radius: 3px !important; }

.rounded-top {
  border-radius: 4px 4px 0 0 !important; }

.rounded-left {
  border-radius: 4px 0 0 4px !important; }

.rounded-right {
  border-radius: 0 4px 4px 0 !important; }

.rounded-bottom {
  border-radius: 0 0 4px 4px !important; }

/*Others
------------------------------------*/
.overflow-h {
  overflow: hidden; }

.overflow-a {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.clear-both {
  clear: both; }

.text-justify p {
  text-align: justify; }

/*Full Width*/
.full-width {
  width: 100%; }

/*Image Classes*/
.img-width-200 {
  width: 200px; }

.img-center img {
  margin: 0 auto; }

.lft-img-margin {
  margin: 0 20px 5px 0; }

.rgt-img-margin {
  margin: 0 0 5px 10px; }

/*Background Light*/
.bg-light {
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #fcfcfc;
  border: solid 1px #e5e5e5; }

.bg-light:hover {
  border: solid 1px #bbb; }

/*CSS3 Hover Effects*/
.hover-effect {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.hover-effect-kenburn {
  left: 10px;
  margin-left: -10px;
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

.hover-effect-kenburn:hover {
  -webkit-transform: scale(2) rotate(5deg);
  -moz-transform: scale(2) rotate(5deg);
  -o-transform: scale(2) rotate(5deg);
  -ms-transform: scale(2) rotate(5deg);
  transform: scale(2) rotate(5deg); }

.fix, .page_tit {
  *zoom: 1; }

.fix:after, .page_tit:after {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0; }

.l {
  float: left; }

.r {
  float: right; }

.auto {
  margin-left: auto;
  margin-right: auto; }

.dn {
  display: none; }

.db {
  display: block; }

.dib {
  display: inline-block; }

.di {
  display: inline; }

.n {
  font-weight: normal;
  font-style: normal; }

.b {
  font-weight: bold; }

.i {
  font-style: italic; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.tl {
  text-align: left; }

.g0 {
  color: #000; }

.g3 {
  color: #333; }

.g6 {
  color: #666; }

.g9 {
  color: #999; }

.wh {
  color: white; }

.h14 {
  height: 14px;
  line-height: 14px; }

.h16 {
  height: 16px;
  line-height: 16px; }

.h18 {
  height: 18px;
  line-height: 18px; }

.h20 {
  height: 20px;
  line-height: 20px; }

.h22 {
  height: 22px;
  line-height: 22px; }

.h24 {
  height: 24px;
  line-height: 24px; }

.h34 {
  height: 34px;
  line-height: 34px; }

.fz12 {
  font-size: 12px; }

.fz14 {
  font-size: 14px; }

.fz16 {
  font-size: 16px; }

.fz18 {
  font-size: 18px; }

.fz22 {
  font-size: 22px; }

.p10 {
  padding: 10px; }

.mtb0 {
  margin-top: 0;
  margin-bottom: 0; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.ti2 {
  text-indent: 2em; }

.por {
  position: relative; }

.container {
  min-width: 1024px !important; }

.page_header .top_bar {
  height: 44px;
  line-height: 44px;
  display: block;
  background: #464444;
  color: #fff; }

.page_header .top_bar ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.page_header .top_bar ul li a {
  color: #ffffff; }

.page_header .top_bar ul li a:hover, .page_header .top_bar ul li a.active {
  color: #0bda29; }

.page_header .top_bar ul li span {
  padding-left: 10px;
  padding-right: 5px; }

.page_header .top_cont {
  background: url(../images/i1_02.jpg) 0 0 no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 131px; }

.page_header .top_cont h1.logo {
  margin: 0;
  margin-top: 28px; }

.page_header .top_cont .form-control:hover {
  border-color: #66afe9 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6) !important;
  outline: 0 none !important; }

.page_header .top_cont .input-group {
  margin-top: 45px; }

.page_header .top_cont .btn, .page_header .top_cont .form-control {
  border-radius: 0 !important; }

.page_header .top_cont .btn {
  background: #2d6daa;
  color: #fff; }

.page_header .top_cont .search_box {
  height: 36px;
  line-height: 36px;
  display: block;
  margin-top: 45px; }

.page_header .top_cont .search_box .text {
  border: 1px solid #989696;
  min-width: 250px;
  padding-left: 10px;
  padding-right: 10px; }

.page_header .top_cont .search_box .btn_sub {
  background: url(../images/i2_06.png) 0 0 no-repeat;
  width: 51px;
  height: 40px;
  display: block;
  border: none; }

.page_header .nav_box {
  height: 49px;
  line-height: 49px;
  display: block;
  background: #1579ca; }
  .page_header .nav_box li .wh:hover {
    text-decoration: none;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85; }

.page_header .nav_box.sub {
  height: 31px;
  line-height: 31px;
  display: block;
  background: #ebebeb; }

.teaser .slide img {
  width: 100%; }

.teaser .fa {
  position: absolute;
  top: 49%; }

.page_footer {
  background: #f0f0f0;
  padding: 10px 0 60px; }

.page_footer ul {
  margin-top: 20px; }

.page_footer ul li {
  padding-right: 20px; }

.page_footer ul li a {
  color: #333; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ccc; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px; }

.dropdown-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.page_tit {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  height: 30px;
  line-height: 30px;
  display: block; }
  .page_tit h3 {
    float: left;
    border-bottom: 1px solid #337ab7;
    padding: 0 10px;
    margin: 0;
    margin-bottom: -1px;
    font-size: 14px;
    line-height: 29px; }

.list_case {
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  padding: 20px 0; }
  .list_case img {
    width: 84px;
    border: 1px solid rgba(0, 0, 0, 0.3); }
