body {
  color: #444;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-image: url("../images/pattern/pattern9.png");
  padding: 0 30px; }

a {
  cursor: pointer;
  color: #416794; }
  a:hover, a:hover {
    text-decoration: none;
    color: #555555; }

h1, h2, h3, h4, h5 {
  font-family: 'Roboto', sans-serif; }

img {
  width: 100%; }

pre code {
  font-size: 16px; }

pre.code-toolbar {
  margin-bottom: 28px; }

.section-seemore {
  text-transform: uppercase;
  text-align: center;
  clear: both; }
  .section-seemore i {
    margin-left: 10px; }

table.no-border > tr, table.no-border > th, table.no-border td {
  border: none !important; }

.header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 5px solid #368C5A;
  position: relative; }
  .header .logo {
    float: left;
    margin-right: 20px; }
    .header .logo img {
      width: 50px; }
  .header h1 {
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.6em;
    margin-bottom: 5px; }
  .header h2 {
    margin-top: 0;
    font-size: 1.7em; }
  .header .float-menu {
    position: absolute;
    left: 0;
    bottom: -40px;
    height: 40px;
    line-height: 40px;
    background: #368C5A; }
    .header .float-menu a {
      color: #fff;
      padding: 0 10px; }
    .header .float-menu i.glyphicon {
      margin-right: 10px;
      color: #eee; }

#main-slider {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #fff; }
  #main-slider .item .image-slide {
    border-radius: 0;
    padding: 0; }
    #main-slider .item .image-slide img {
      width: 100%; }
  #main-slider .item .caption {
    font-size: 16px;
    margin-top: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    border-left: 7px solid #c64710;
    bottom: 45px;
    left: 40px;
    padding: 15px;
    max-width: 40%; }
    #main-slider .item .caption h3 {
      margin-top: 5px; }
      #main-slider .item .caption h3 a {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 15px;
        color: #555555;
        font-weight: 600; }
        #main-slider .item .caption h3 a:hover {
          text-decoration: none;
          color: #222222; }
    #main-slider .item .caption .entry-meta {
      color: #777777; }

.carousel-control {
  background-image: url("../images/icons/arrow-icon.png") !important;
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 50%;
  bottom: 0;
  font-size: 20px;
  height: 60px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: 42%;
  width: 60px; }
  .carousel-control.left, .carousel-control.right {
    text-align: center;
    line-height: 60px; }
  .carousel-control.left {
    left: -25px;
    background-position: 0 0px; }
  .carousel-control.right {
    right: -25px;
    background-position: 60px 0; }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    opacity: 1;
    color: #368C5A;
    text-decoration: none; }

.carousel-indicators {
  bottom: 20px !important; }
  .carousel-indicators li {
    background: #777777;
    width: 14px;
    height: 14px;
    border: none;
    margin: 1px; }
    .carousel-indicators li.active {
      background: #368C5A;
      width: 14px;
      height: 14px;
      border: none;
      margin: 1px; }

#main-content {
  border-top: 1px solid #e4e4e4;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
  background: #fff; }
  #main-content .opd-title {
    padding: 14px;
    margin-bottom: 20px;
    text-align: center; }
    #main-content .opd-title h2 {
      font-size: 1.2em;
      font-weight: 600;
      text-transform: uppercase;
      padding: 0;
      margin: 0; }
      #main-content .opd-title h2:after {
        border-bottom: 1px solid #368C5A;
        content: "";
        display: block;
        margin: 15px auto;
        width: 150px; }
  #main-content .card {
    margin-bottom: 40px; }
    #main-content .card .card-header {
      background: #368C5A;
      padding: 10px;
      color: #fff;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      margin-bottom: 30px; }
      #main-content .card .card-header .card-header-title {
        font-weight: 600; }
        #main-content .card .card-header .card-header-title i.glyphicon {
          margin-right: 10px; }
    #main-content .card.dashboard-info {
      border: none;
      border-left: 10px solid #38938a;
      background: #eee;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
      #main-content .card.dashboard-info .card-body {
        padding: 0;
        overflow: hidden; }
        #main-content .card.dashboard-info .card-body .tile-icon {
          color: #eeeeee;
          position: absolute;
          right: 20px;
          top: 0;
          z-index: 1; }
          #main-content .card.dashboard-info .card-body .tile-icon i {
            font-size: 3em; }
        #main-content .card.dashboard-info .card-body .count {
          font-size: 2.5em;
          font-weight: bold;
          position: relative;
          margin: 0;
          margin-left: 10px;
          z-index: 5;
          padding: 0; }
        #main-content .card.dashboard-info .card-body h3 {
          margin: 0;
          margin-left: 10px;
          margin-bottom: 10px; }
    #main-content .card.dashboard-info-footer {
      border: none;
      border-bottom: 5px solid #38938a;
      background: #eee;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
      #main-content .card.dashboard-info-footer .card-body {
        padding: 0;
        overflow: hidden; }
        #main-content .card.dashboard-info-footer .card-body .tile-icon {
          color: #eeeeee;
          position: absolute;
          right: 20px;
          top: 0;
          z-index: 1; }
          #main-content .card.dashboard-info-footer .card-body .tile-icon i {
            font-size: 3em; }
        #main-content .card.dashboard-info-footer .card-body .count {
          font-size: 2.5em;
          font-weight: bold;
          position: relative;
          margin: 0;
          margin-left: 10px;
          z-index: 5;
          padding: 0; }
        #main-content .card.dashboard-info-footer .card-body h3 {
          margin: 0;
          margin-left: 10px;
          margin-bottom: 10px; }

#main-sidebar .widget {
  margin-bottom: 50px; }
  #main-sidebar .widget .widget-header h3 {
    color: #363940;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase; }
  #main-sidebar .widget .widget-body .images {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px; }
    #main-sidebar .widget .widget-body .images img {
      border-radius: 50%;
      max-width: 110px;
      max-height: 110px; }
  #main-sidebar .widget .widget-body .meta {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif; }
  #main-sidebar .widget .widget-body .desc {
    text-align: center;
    font-style: italic;
    padding: 0 20px;
    color: #777777;
    font-size: 14px; }
  #main-sidebar .widget .widget-body .widget-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    #main-sidebar .widget .widget-body .widget-list li {
      margin-bottom: 5px; }
  #main-sidebar .widget .widget-body .media {
    padding: 5px 15px; }
    #main-sidebar .widget .widget-body .media .media-left {
      padding-right: 15px; }
      #main-sidebar .widget .widget-body .media .media-left img {
        width: 60px;
        height: 60px;
        border-radius: 50%; }
    #main-sidebar .widget .widget-body .media .media-body {
      vertical-align: middle; }
      #main-sidebar .widget .widget-body .media .media-body h4 {
        font-size: 14px; }
      #main-sidebar .widget .widget-body .media .media-body .media-desc {
        font-size: 14px;
        color: #777777;
        margin: 0; }
  #main-sidebar .widget .widget-body .banner-image {
    margin-bottom: 30px;
    text-align: center; }
    #main-sidebar .widget .widget-body .banner-image img {
      max-width: 80%; }
  #main-sidebar .widget:after {
    background: #368C5A;
    content: "";
    display: block;
    height: 2px;
    margin: 30px auto;
    width: 100px; }
#main-sidebar .widget.info-kuansing .widget-body {
  background-image: url("../images/widget-info-bg.jpg");
  background-size: cover;
  padding: 20px; }
  #main-sidebar .widget.info-kuansing .widget-body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden; }
    #main-sidebar .widget.info-kuansing .widget-body ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      clear: both;
      line-height: 2.5;
      overflow: hidden;
      color: #f7f7f7; }
      #main-sidebar .widget.info-kuansing .widget-body ul li .row-title {
        float: left;
        text-align: left;
        width: 40%;
        font-weight: 600; }
      #main-sidebar .widget.info-kuansing .widget-body ul li .row-value {
        float: right;
        position: relative;
        text-align: right;
        width: 55%; }
      #main-sidebar .widget.info-kuansing .widget-body ul li:last-child {
        border-bottom: none; }

.navbar-toggle {
  border-radius: 0;
  line-height: 1; }
  .navbar-toggle .icon-bar {
    background: #eeeeee; }
  .navbar-toggle:hover .icon-bar {
    background: #000; }

.footer {
  text-align: center; }

legend {
  display: table;
  width: 100%;
  margin: 13px 0 20px 0;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase; }

label {
  font-weight: normal; }
  label .required {
    font-size: 14px;
    color: #d27951;
    margin-left: 5px; }

.form-horizontal.control-label-left .control-label {
  text-align: left; }

.form-control {
  padding: 0;
  height: 37px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: #ccc;
  background: transparent;
  color: #222222;
  box-shadow: none;
  border-radius: 0; }
  .form-control.placeholder {
    color: #777777; }
    .form-control.placeholder option {
      color: #222222; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    border-bottom-color: fade(#222222, 20);
    border-bottom-style: dashed; }
    .form-control[disabled] .placeholder, .form-control[readonly] .placeholder, fieldset[disabled] .form-control .placeholder {
      color: #777777; }
  .form-control:focus {
    box-shadow: none;
    border-color: #368C5A;
    border-width: 2px; }

textarea.form-control {
  padding: 4px 0 4px 0; }

textarea.autosize {
  min-height: 38px; }

.form .form-group,
.form-inline .form-group {
  padding-top: 16px; }

.form-group {
  position: relative;
  margin-bottom: 19px; }
  .form-group .form-control:focus {
    border-color: #368C5A; }
    .form-group .form-control:focus ~ label {
      color: #368C5A;
      opacity: 1; }
  .form-group .form-control:focus {
    box-shadow: none; }

.has-success .form-control, .has-warning .form-control, .has-error .form-control {
  box-shadow: none; }

.btn {
  border-radius: 2px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: none; }
  .btn.btn-default {
    background: none; }
  .btn.btn-primary {
    background-color: #368C5A; }
  .btn i {
    font-size: 14px; }

@media (max-width: 767px) {
  body {
    padding: 0 10px; }

  #main-content {
    padding: 0 10px; }
    #main-content .card {
      margin-bottom: 25px; }

  .header {
    text-align: center; }
    .header .logo {
      display: block;
      margin: 0;
      float: none;
      margin: 15px 0; }
    .header h1 {
      font-size: 1.2em; }
    .header h2 {
      font-size: 1em; }

  .footer {
    padding: 0 20px; } }
