.headingTag {
  margin: 0;
  padding: 10px 0; }

.inputTag {
  background: #fff;
  border: 1px solid #aaa;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.roundedButton {
  display: inline-block;
  border: none;
  color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px; }
  .roundedButton:hover {
    background: #5593fb; }

.generalButton {
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 0;
  font-family: 'Kanit', sans-serif; }

.titleWithIcon i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px; }

.titleWithIcon h2 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px; }

.headerBlack nav a {
  color: #fff; }

.headerBlack .icon-mobile-nav {
  color: #8daada; }

.headerBlack .user label {
  color: #000; }

.headerSignInButton {
  color: #fff;
  background: #F89728;
  padding: 5px;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.spacingContent {
  padding: 20px 0;
  border-bottom: 1px solid #aaa; }

page.home {
  display: block; }
  page.home .news {
    padding-top: 50px; }
    page.home .news .row .home-padding {
      padding: 0 5px; }
      @media only screen and (max-width: 992px) {
        page.home .news .row .home-padding {
          padding: 0 10px; } }
    page.home .news .main-news {
      position: relative;
      color: #fff; }
      page.home .news .main-news img {
        width: 100%; }
      page.home .news .main-news .detail {
        position: absolute;
        bottom: 10px;
        left: 10px;
        padding: 5px 15px 50px; }
        @media only screen and (max-width: 400px) {
          page.home .news .main-news .detail {
            height: 50%; }
            page.home .news .main-news .detail h1 {
              font-size: 12px !important;
              display: none; } }
        page.home .news .main-news .detail .news-button {
          width: auto;
          padding-left: 15px;
          padding-right: 15px; }
        page.home .news .main-news .detail .desc {
          height: 40px;
          overflow: hidden;
          font-weight: 300;
          font-size: 14px; }
          @media only screen and (max-width: 400px) {
            page.home .news .main-news .detail .desc {
              font-size: 8px;
              margin-top: 5px; } }
        page.home .news .main-news .detail .control {
          padding-top: 10px;
          font-size: 14px; }
          @media only screen and (max-width: 400px) {
            page.home .news .main-news .detail .control {
              font-size: 8px; } }
          page.home .news .main-news .detail .control .link {
            float: left; }
            page.home .news .main-news .detail .control .link a {
              color: #fff;
              text-decoration: underline; }
          page.home .news .main-news .detail .control .date {
            float: right;
            font-weight: 300; }
          page.home .news .main-news .detail .control .clear {
            clear: both; }
      page.home .news .main-news #read-all-news-2 {
        position: absolute;
        z-index: 999;
        bottom: 5px;
        min-width: 150px; }
  page.home .explore {
    padding-top: 15px; }
    page.home .explore .header {
      text-align: center;
      /*padding-bottom: 30px;*/
      padding: 40px 0 50px 0;
      position: relative; }
      page.home .explore .header:before, page.home .explore .header:after {
        content: "";
        width: 37%;
        height: 1px;
        background: #e0e0e0;
        position: absolute;
        /*top: 21px;*/
        top: 52px; }
        @media (max-width: 992px) {
          page.home .explore .header:before, page.home .explore .header:after {
            width: 30%; } }
        @media (max-width: 768px) {
          page.home .explore .header:before, page.home .explore .header:after {
            width: 20%; } }
      page.home .explore .header:before {
        left: 0; }
      page.home .explore .header:after {
        right: 0; }
    page.home .explore .row {
      padding-bottom: 10px; }
      @media only screen and (max-width: 992px) {
        page.home .explore .row {
          padding-bottom: 0; } }
      page.home .explore .row div {
        overflow: hidden;
        padding: 0 5px; }
        @media only screen and (max-width: 768px) {
          page.home .explore .row div {
            padding: 2.5px 5px; } }
        page.home .explore .row div a {
          text-align: center; }
        page.home .explore .row div img {
          width: 100%;
          height: 260px;
          -o-object-fit: cover;
          object-fit: cover; }
          @media only screen and (max-width: 992px) {
            page.home .explore .row div img {
              height: auto;
              -o-object-fit: unset;
              object-fit: unset; } }
        page.home .explore .row div span {
          vertical-align: middle;
          position: absolute;
          font-size: 19px;
          color: #fff;
          left: 0;
          right: 0;
          bottom: 0;
          top: 44%;
          line-height: normal; }
      page.home .explore .row .color-background {
        width: 100%;
        height: 260px; }
        page.home .explore .row .color-background.green {
          background: #F89728; }
        page.home .explore .row .color-background.blue {
          background: #8daada; }
  page.home .stats {
    /*padding: 35px 25px 10px 25px;*/
    padding: 35px 25px 25px;
    text-align: center; }
    page.home .stats .meter-padding {
      padding: 0; }
  page.home .meter-wrapper {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    height: 35px;
    margin-bottom: 35px; }
  page.home .stat-meter {
    font-size: 60px;
    color: #73a6fb;
    background-color: #fff;
    padding: 0 25px; }
  page.home .stat-title {
    font-size: 19px;
    line-height: 22px;
    padding-top: 13px;
    color: #999; }
  page.home .service {
    padding-bottom: 50px; }
    page.home .service .header {
      text-align: center; }
    page.home .service .mobile-menu {
      margin-bottom: 20px; }
      page.home .service .mobile-menu ul, page.home .service .mobile-menu button {
        text-transform: uppercase; }
    page.home .service .row {
      padding-top: 10px; }
      page.home .service .row .service-list {
        min-height: 130px;
        font-size: 16px;
        text-align: right;
        border-right: 1px solid #cccccc;
        padding-right: 15px;
        color: gray;
        text-transform: uppercase;
        text-decoration: none; }
        page.home .service .row .service-list div {
          cursor: pointer; }
        page.home .service .row .service-list .selected {
          color: #75a8f8; }
      page.home .service .row .service-icon {
        text-align: right; }
        page.home .service .row .service-icon img {
          width: 200px; }
        @media only screen and (max-width: 768px) {
          page.home .service .row .service-icon {
            text-align: center;
            padding: 0 20px; }
            page.home .service .row .service-icon img {
              width: 100%; } }
      page.home .service .row .service-detail {
        padding-left: 15px; }
        page.home .service .row .service-detail .header {
          color: #73a6fb;
          text-align: left;
          padding-bottom: 5px;
          font-size: 16px; }
          @media only screen and (max-width: 768px) {
            page.home .service .row .service-detail .header {
              padding-top: 10px; } }
        page.home .service .row .service-detail .desc {
          font-size: 13px; }
        page.home .service .row .service-detail .learn-more {
          padding-top: 10px; }
          page.home .service .row .service-detail .learn-more a {
            color: #fff;
            background: #F89728;
            padding: 5px 25px;
            display: inline-block;
            text-align: center;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px; }
