/*variable*/
/*setting*/
body section .news-h1 {
  font-size: 2em;
  line-height: 150%;
  letter-spacing: 0;
  color: #009D95;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: left; }

body section .news-h2 {
  font-size: 1em;
  line-height: 150%;
  letter-spacing: 0;
  color: #272727;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: left; }

body section .news-h4 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
  color: #009D95; }

body section .news-h4-grey {
  font-size: 1em;
  line-height: 150%;
  letter-spacing: 0;
  color: #272727;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: left; }

body section .news-detail-h1 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 170%;
  color: #3D3D3D; }

body section .news-detail-h5 {
  font-size: 1.1em;
  color: #009D95;
  font-weight: 600; }

body section .news-tag-h1 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
  color: #009D95; }

body section h1 {
  font-size: 1.2em;
  line-height: 170%;
  letter-spacing: 0;
  color: #272727;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: left; }

body section h2 {
  font-size: 1.1em;
  line-height: 150%;
  letter-spacing: 0;
  color: #272727;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: left; }

body section h3 {
  font-size: 1em;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
  color: #272727;
  margin-top: 12px;
  margin-bottom: 12px; }

body section h4 {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0;
  color: #272727; }

body section p {
  color: #272727;
  line-height: 170%;
  font-size: 1em;
  margin-bottom: 0.8em; }

body section div {
  font-size: 1em;
  color: #272727;
  line-height: 170%; }

body section ul li {
  font-size: 1em;
  color: #272727; }

body section ol li {
  font-size: 1em;
  color: #272727; }

body section h1,
body section h2,
body section h3,
body section h4,
body section h5,
body section p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

body section .small-p {
  font-size: 0.9em; }
  @media only screen and (min-width: 1920px) {
    body section .small-p {
      font-size: 0.8em; } }

/* -----------------Pad----------------------------*/
@media only screen and (min-width: 768px) {
  body {
    /*font style*/ } }

/*---------------Desktops--------------------------------*/
@media only screen and (min-width: 992px) {
  body {
    /*font style*/ } }

/*---------------Desktops--------------------------------*/
@media only screen and (min-width: 1200px) {
  body {
    /*font style*/ } }

/* Background color : START*/
.bg-white {
  background-color: #ffffff; }

/* Background color : END*/
/*----------------Kenny CSS Default: START-------------------------*/
body {
  background-color: #ffffff;
  /*OTHER STYLE*/
  /*table: START*/
  /*table: END*/ }
  body a,
  body a:link,
  body a:active,
  body a:hover,
  body a:visited {
    text-decoration: none;
    outline: none; }
  body button,
  body button:link,
  body button:active,
  body button:hover,
  body button:visited {
    text-decoration: none;
    outline: none; }
  body section img {
    image-rendering: -webkit-optimize-contrast; }
  body figure {
    margin-bottom: 0; }
  body .no-padding {
    padding-left: 0;
    padding-right: 0; }
  body .annotation {
    margin-top: 0.4em;
    margin-left: 0.5em;
    line-height: 140%;
    font-size: 0.85em; }
  body .bigger {
    font-size: 120%; }
  body .white {
    color: #ffffff !important; }
  body .main-color {
    color: #009D95; }
  body a {
    color: #53a5fd; }
    body a:hover {
      color: #3b92f0; }
  body a.disabled {
    pointer-events: none; }
  body a.abs-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  body ul.unordered-list-group {
    list-style: disc;
    padding-left: 1.35em; }
    body ul.unordered-list-group li {
      line-height: 150%; }
  body ul.unordered-list-group.line-h-200pct li {
    line-height: 200%; }
  body ol.ordered-list-group-hrz {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: decimal;
    padding-left: 1.35em; }
    body ol.ordered-list-group-hrz li {
      float: left;
      margin-right: 2em;
      white-space: nowrap; }
  body .dashed-underline {
    border-bottom: 1px dashed #2b2b2b; }
  body .divider {
    border-top: none;
    border-bottom: 1px solid #EAEAEB; }
  body .vs-hidden {
    visibility: hidden; }
  body .max-w100 {
    max-width: 100px !important; }
  body .max-w110 {
    max-width: 110px !important; }
  body .max-w150 {
    max-width: 150px !important; }
  body .max-w200 {
    max-width: 200px !important; }
  body .max-w250 {
    max-width: 250px !important; }
  body .max-w300 {
    max-width: 300px !important; }
  body .max-w350 {
    max-width: 350px !important; }
  body .max-w400 {
    max-width: 400px !important; }
  body .max-w450 {
    max-width: 450px !important; }
  body .max-w500 {
    max-width: 500px !important; }
  body .max-w550 {
    max-width: 550px !important; }
  body .max-w600 {
    max-width: 600px !important; }
  body .max-w700 {
    max-width: 700px !important; }
  body .max-w750 {
    max-width: 750px !important; }
  body .max-w800 {
    max-width: 800px !important; }
  body .max-w850 {
    max-width: 850px !important; }
  body .max-w900 {
    max-width: 900px !important; }
  body .max-w950 {
    max-width: 950px !important; }
  body .max-w1000 {
    max-width: 1000px !important; }
  body ul.list-disc {
    list-style-type: disc;
    padding-left: 1.3em;
    color: #272727;
    margin-bottom: 0; }
    body ul.list-disc li {
      color: #272727; }
  body a {
    /*button-1*/
    /*button-2*/ }
    body a button.btn-1 {
      min-width: 12em;
      position: relative;
      background-color: #009D95;
      color: #ffffff;
      -moz-transition: all 200ms;
      -o-transition: all 200ms;
      -webkit-transition: all 200ms;
      transition: all 200ms;
      outline: none !important;
      -webkit-appearance: none;
      appearance: none;
      border-style: none;
      border: 1px solid #ffffff;
      border-radius: 30px;
      margin-top: 0.2em;
      margin-bottom: 0.2em; }
      body a button.btn-1:hover {
        outline: none !important;
        background-color: #2BB7B3; }
      body a button.btn-1:active {
        outline: none !important; }
      body a button.btn-1:focus {
        outline: none !important; }
      body a button.btn-1 p {
        font-size: 0.9em;
        font-weight: 400;
        line-height: 140%;
        color: #ffffff;
        margin-top: 0.2em;
        margin-bottom: 0.2em;
        padding-left: 0.8em;
        padding-right: 0.8em; }
      body a button.btn-1 h4 {
        margin-top: 0;
        margin-bottom: 0; }
    body a button.btn-2 {
      min-width: 4em;
      position: relative;
      color: #2BB7B3;
      background-color: #ffffff;
      -moz-transition: all 200ms;
      -o-transition: all 200ms;
      -webkit-transition: all 200ms;
      transition: all 200ms;
      outline: none !important;
      -webkit-appearance: none;
      appearance: none;
      border-style: none;
      border: 1px solid #2BB7B3;
      border-radius: 30px;
      margin-top: 0.2em;
      margin-bottom: 0.2em; }
      body a button.btn-2:hover {
        outline: none !important;
        background-color: #2BB7B3; }
        body a button.btn-2:hover p {
          color: #ffffff; }
      body a button.btn-2:active {
        outline: none !important; }
      body a button.btn-2:focus {
        outline: none !important; }
      body a button.btn-2 p {
        font-size: 0.9em;
        font-weight: 400;
        line-height: 140%;
        color: #2BB7B3;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0.6em;
        padding-right: 0.6em; }
      body a button.btn-2 h4 {
        margin-top: 0;
        margin-bottom: 0; }
  body .table-style-1 thead tr th {
    min-width: 10em;
    font-size: 0.9em;
    vertical-align: middle !important; }
  body .table-style-1 tbody tr td {
    font-size: 0.9em;
    vertical-align: middle !important; }
    body .table-style-1 tbody tr td:first-child {
      font-size: 0.9em; }
  body .table-style-2 {
    border: 1px solid #009D95; }
    body .table-style-2 thead tr th {
      width: 33.3%;
      font-size: 1em;
      font-weight: 600;
      color: #272727;
      text-align: -webkit-left;
      text-align: center;
      vertical-align: middle;
      background-color: #FFC94E;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      padding-left: 0.2em;
      padding-right: 0.2em; }
    @media screen and (min-width: 768px) {
      body .table-style-2 thead tr th:nth-child(1) {
        width: 20%; } }
    @media screen and (min-width: 768px) {
      body .table-style-2 thead tr th:nth-child(2) {
        width: 40%; } }
    @media screen and (min-width: 768px) {
      body .table-style-2 thead tr th:nth-child(3) {
        width: 40%; } }
    body .table-style-2 thead tr th.bdr-right {
      border-right: 1px solid #009D95; }
    body .table-style-2 tbody tr {
      background-color: #ffffff; }
      body .table-style-2 tbody tr td {
        font-size: 0.8em;
        text-align: left;
        vertical-align: top;
        border: 1px solid #009D95;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 0.2em;
        padding-right: 0.2em; }
        @media screen and (min-width: 768px) {
          body .table-style-2 tbody tr td {
            padding: 1em; } }
        body .table-style-2 tbody tr td:first-child {
          background-color: #EDEDED;
          vertical-align: middle; }
          @media screen and (min-width: 768px) {
            body .table-style-2 tbody tr td:first-child {
              text-align: center; } }
        body .table-style-2 tbody tr td:last-child {
          border-right: none; }
        body .table-style-2 tbody tr td ul li {
          text-align: left;
          font-size: 0.9em; }

/*---------------Kenny CSS Default: END-------------------------*/
/*section*/
body .news-aside {
  font-size: 16px; }
  body .news-aside p {
    font-size: 0.9em; }
  body .news-aside .subscribe-box {
    text-align: center; }
    @media screen and (min-width: 992px) {
      body .news-aside .subscribe-box {
        text-align: left; } }
    body .news-aside .subscribe-box button {
      min-width: 18em; }
      body .news-aside .subscribe-box button p {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        font-weight: 600; }
        body .news-aside .subscribe-box button p img {
          position: relative;
          top: -2px;
          width: 1.3em;
          height: 1.3em;
          margin-right: 0.7em; }
    @media screen and (min-width: 992px) {
      body .news-aside .subscribe-box button {
        min-width: 14em; }
        body .news-aside .subscribe-box button p {
          margin-top: 0.3em;
          margin-bottom: 0.3em;
          font-weight: 600; }
          body .news-aside .subscribe-box button p img {
            top: -1px; } }
  body .news-aside ul.feature-list-group a li {
    font-size: 0.9em;
    border-bottom: 1px solid #EAEAEB;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em; }
  body .news-aside ul.feature-list-group a:hover li {
    color: #009D95; }
  body .news-aside ul.list-disc li {
    font-size: 0.9em;
    color: #2BB7B3;
    line-height: 160%; }
    body .news-aside ul.list-disc li a {
      color: #2BB7B3;
      line-height: 160%; }
      body .news-aside ul.list-disc li a:hover {
        color: #197e7a; }

body section.news-detail-sec {
  font-size: 16px; }
  @media screen and (min-width: 992px) {
    body section.news-detail-sec > .container {
      padding-left: 0; } }
  body section.news-detail-sec div.custom-area {
    margin-bottom: 1.5em; }
    body section.news-detail-sec div.custom-area ul {
      list-style: disc;
      padding-left: 1.2em; }
    body section.news-detail-sec div.custom-area ol {
      list-style: decimal;
      padding-left: 1.2em; }
  body section.news-detail-sec div.tag-bar {
    display: block;
    width: 100%;
    margin-bottom: 0.5em; }
    @media screen and (min-width: 768px) {
      body section.news-detail-sec div.tag-bar {
        display: flex; } }
    body section.news-detail-sec div.tag-bar div.title-box p {
      margin-bottom: 0;
      margin-right: 1em; }
    body section.news-detail-sec div.tag-bar div.tag-box ul.tag-list-group {
      display: block; }
      body section.news-detail-sec div.tag-bar div.tag-box ul.tag-list-group li.tag-list {
        display: inline-block;
        float: left;
        margin-right: 0.5em;
        margin-bottom: 0.15em; }
  body section.news-detail-sec div.social-bar {
    display: block;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 768px) {
      body section.news-detail-sec div.social-bar {
        display: flex;
        align-items: center; } }
    @media screen and (min-width: 992px) {
      body section.news-detail-sec div.social-bar {
        margin-bottom: 2em; } }
    body section.news-detail-sec div.social-bar p {
      margin-right: 1em;
      margin-bottom: 0.2em; }
      @media screen and (min-width: 768px) {
        body section.news-detail-sec div.social-bar p {
          margin-bottom: 0; } }
  @media screen and (min-width: 992px) {
    body section.news-detail-sec .news-list-tile {
      border-bottom: none; } }
  body section.news-detail-sec .news-list-tile h2 {
    -webkit-line-clamp: inherit !important;
    -webkit-box-orient: inherit !important;
    overflow: inherit !important;
    text-overflow: inherit !important; }

body section.news-home-sec {
  font-size: 16px; }
  @media screen and (min-width: 992px) {
    body section.news-home-sec > .container {
      padding-left: 0; } }
  body section.news-home-sec .cat-bar p {
    display: inline-block;
    float: left;
    margin-right: 0.5em; }
  body section.news-home-sec .cat-bar select {
    font-size: 14px;
    display: inline-block;
    float: left;
    min-width: 12em;
    outline: none;
    border-radius: 40px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    border: 1px solid #009D95;
    line-height: 130%;
    color: #272727;
    /*remove default arrow/triangle*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    text-indent: 0.01px;
    text-overflow: "";
    /*for arrow BG*/
    background: url(../images/arrow-down.svg) no-repeat;
    background-size: 12px 12px;
    background-position: calc(100% - 5px) center;
    background-repeat: no-repeat;
    background-color: #ffffff; }
    body section.news-home-sec .cat-bar select::-ms-expand {
      display: none; }
  body section.news-home-sec .msg-block {
    display: none; }
    body section.news-home-sec .msg-block p {
      color: #717071; }
  body section.news-home-sec .msg-block.active {
    display: block; }

body section.news-tag-sec {
  font-size: 16px; }
  @media screen and (min-width: 992px) {
    body section.news-tag-sec > .container {
      padding-left: 0;
      padding-right: 0; } }
  body section.news-tag-sec .info-bar {
    font-size: 15px; }
    @media screen and (min-width: 992px) {
      body section.news-tag-sec .info-bar {
        font-size: 14px; } }
  @media screen and (min-width: 992px) {
    body section.news-tag-sec div.news-img {
      min-height: 157px !important; } }
  @media screen and (min-width: 1200px) {
    body section.news-tag-sec div.news-img {
      min-height: 188px !important; } }

/*component*/
.breadcbs {
  display: block; }
  .breadcbs li {
    display: inline-block;
    float: left;
    color: #009D95;
    padding-right: 0.2em; }
    .breadcbs li a {
      font-size: 0.9em;
      color: #009D95; }
      .breadcbs li a:hover {
        color: #197e7a; }

.news-list-group {
  display: block;
  width: 100%; }
  .news-list-group .news-list {
    display: block;
    width: 100%; }
    .news-list-group .news-list div.news-list-item {
      display: block;
      width: 100%;
      position: relative;
      margin-bottom: 0.8em;
      padding-bottom: 0.8em; }
      @media screen and (min-width: 992px) {
        .news-list-group .news-list div.news-list-item {
          display: flex;
          border-bottom: 1px solid #EAEAEB; } }
      .news-list-group .news-list div.news-list-item div.img-box {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 0.5em; }
        @media screen and (min-width: 992px) {
          .news-list-group .news-list div.news-list-item div.img-box {
            width: 40%;
            margin-right: 15px;
            margin-bottom: 0; } }
        .news-list-group .news-list div.news-list-item div.img-box div.news-img {
          display: block;
          min-height: 48vw;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          transition: all 0.3s;
          background-size: 100%; }
          @media screen and (min-width: 576px) {
            .news-list-group .news-list div.news-list-item div.img-box div.news-img {
              min-height: 267px; } }
          @media screen and (min-width: 768px) {
            .news-list-group .news-list div.news-list-item div.img-box div.news-img {
              min-height: 169px; } }
          @media screen and (min-width: 992px) {
            .news-list-group .news-list div.news-list-item div.img-box div.news-img {
              min-height: 155px; } }
          @media screen and (min-width: 1200px) {
            .news-list-group .news-list div.news-list-item div.img-box div.news-img {
              min-height: 173px; } }
      .news-list-group .news-list div.news-list-item:hover div.img-box div.news-img {
        background-size: 105%; }
      @media screen and (min-width: 992px) {
        .news-list-group .news-list div.news-list-item article {
          width: 60%; } }
      .news-list-group .news-list div.news-list-item article div.item-title {
        position: relative; }
        .news-list-group .news-list div.news-list-item article div.item-title h2 {
          font-weight: 600;
          margin-top: 0;
          margin-bottom: 0.2em;
          /*****variables*****/
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          /* Fallback for non-webkit */
          font-size: 16px;
          line-height: 1.7;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media screen and (min-width: 992px) {
            .news-list-group .news-list div.news-list-item article div.item-title h2 {
              height: auto; } }
      .news-list-group .news-list div.news-list-item article div.item-info {
        display: block;
        margin-bottom: 0.3em; }
      .news-list-group .news-list div.news-list-item article div.item-content {
        display: block;
        position: relative; }
        .news-list-group .news-list div.news-list-item article div.item-content p {
          color: #717071;
          margin-bottom: 0;
          /*****variables*****/
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 54.4px;
          /* Fallback for non-webkit */
          font-size: 16px;
          line-height: 1.7;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
      .news-list-group .news-list div.news-list-item article div.item-detail {
        display: block;
        position: relative; }
        .news-list-group .news-list div.news-list-item article div.item-detail p {
          color: #009D95;
          margin-bottom: 0;
          transition: all 0.3s;
          position: relative; }
          .news-list-group .news-list div.news-list-item article div.item-detail p span {
            transition: all 0.3s;
            position: relative;
            top: 1px;
            left: 0; }

.news-list-tile {
  display: block;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .news-list-tile {
      margin-bottom: 1em; } }
  .news-list-tile .news-list {
    display: block;
    width: 100%; }
    .news-list-tile .news-list div.news-list-item {
      display: block;
      width: 100%;
      position: relative;
      margin-bottom: 0.8em;
      padding-bottom: 0.8em; }
      .news-list-tile .news-list div.news-list-item div.img-box {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 0.5em; }
        .news-list-tile .news-list div.news-list-item div.img-box div.news-img {
          display: block;
          min-height: 48vw;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          transition: all 0.3s;
          background-size: 100%; }
          @media screen and (min-width: 576px) {
            .news-list-tile .news-list div.news-list-item div.img-box div.news-img {
              min-height: 267px; } }
          @media screen and (min-width: 768px) {
            .news-list-tile .news-list div.news-list-item div.img-box div.news-img {
              min-height: 169px; } }
          @media screen and (min-width: 1200px) {
            .news-list-tile .news-list div.news-list-item div.img-box div.news-img {
              min-height: 211px; } }
      .news-list-tile .news-list div.news-list-item:hover div.img-box div.news-img {
        background-size: 105%; }
      .news-list-tile .news-list div.news-list-item article {
        display: block;
        width: 100%; }
        .news-list-tile .news-list div.news-list-item article div.item-title {
          position: relative; }
          .news-list-tile .news-list div.news-list-item article div.item-title .text {
            font-weight: 600;
            margin-top: 0;
            margin-bottom: 0.2em;
            /*****variables*****/
            display: block;
            /* Fallback for non-webkit */
            display: -webkit-box;
            /* Fallback for non-webkit */
            font-size: 16px;
            line-height: 1.7;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
        .news-list-tile .news-list div.news-list-item article div.info-bar {
          display: block;
          margin-bottom: 0.3em; }
        .news-list-tile .news-list div.news-list-item article div.item-content {
          display: block;
          position: relative; }
          .news-list-tile .news-list div.news-list-item article div.item-content p {
            color: #717071;
            margin-bottom: 0;
            /*****variables*****/
            display: block;
            /* Fallback for non-webkit */
            display: -webkit-box;
            height: 54.4px;
            /* Fallback for non-webkit */
            font-size: 16px;
            line-height: 1.7;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
        .news-list-tile .news-list div.news-list-item article div.item-detail {
          display: block;
          position: relative; }
          .news-list-tile .news-list div.news-list-item article div.item-detail p {
            color: #009D95;
            margin-bottom: 0;
            transition: all 0.3s;
            position: relative; }
            .news-list-tile .news-list div.news-list-item article div.item-detail p span {
              transition: all 0.3s;
              position: relative;
              top: 1px;
              left: 0; }

nav.pagination-nav {
  font-size: 14px; }
  nav.pagination-nav ul.pagination li.page-item a.page-link {
    color: #2BB7B3;
    border: 1px solid #2BB7B3;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 1.3em;
    padding-right: 1.3em;
    transition: all 0.3s;
    font-family: "Open Sans", Helvetica, Verdana, Tahoma, sans-serif !important; }
    nav.pagination-nav ul.pagination li.page-item a.page-link span {
      font-family: "Open Sans", Helvetica, Verdana, Tahoma, sans-serif !important; }
    nav.pagination-nav ul.pagination li.page-item a.page-link:hover {
      background-color: #3fc1be;
      color: #ffffff; }
    nav.pagination-nav ul.pagination li.page-item a.page-link:focus {
      box-shadow: none; }
  .pagination li.page-item a.active, .page-item.active .page-link {
    background-color: #2BB7B3;
    color: #ffffff !important; }
  nav.pagination-nav ul.pagination li.page-item:nth-child(2) a.page-link {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px; }
  nav.pagination-nav ul.pagination li.page-item:nth-last-child(2) a.page-link {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px; }
  nav.pagination-nav ul.pagination li.page-item.disabled span {
    color: #d2d2d2; }
  nav.pagination-nav ul.pagination li.page-item.first-page-btn {
    display: none; }
  nav.pagination-nav ul.pagination li.page-item.last-page-btn {
    display: none; }

@media only screen and (min-width: 768px) {
  nav.pagination-nav ul.pagination li.page-item:first-child a.page-link {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px; }
  nav.pagination-nav ul.pagination li.page-item:last-child a.page-link {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px; }
  nav.pagination-nav ul.pagination li.page-item:nth-child(2) a.page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  nav.pagination-nav ul.pagination li.page-item:nth-last-child(2) a.page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  nav.pagination-nav ul.pagination li.page-item.first-page-btn {
    display: inline-block; }
  nav.pagination-nav ul.pagination li.page-item.last-page-btn {
    display: inline-block; } }

@media only screen and (min-width: 768px) {
  nav.pagination-nav ul.pagination li.page-item a.page-link {
    padding-left: 1em;
    padding-right: 1em; } }

div.info-bar {
  display: block; }
  div.info-bar div.news-date-box {
    display: inline;
    margin-right: 0.5em; }
    div.info-bar div.news-date-box i {
      display: inline;
      margin-right: 0.2em;
      position: relative;
      top: -1px; }
      div.info-bar div.news-date-box i img {
        display: inline;
        width: 1em;
        height: 1em; }
    div.info-bar div.news-date-box p {
      display: inline;
      color: #2BB7B3; }
  div.info-bar div.news-cat-box {
    display: inline; }
    div.info-bar div.news-cat-box i {
      display: inline;
      margin-right: 0.2em;
      position: relative;
      top: -2px; }
      div.info-bar div.news-cat-box i img {
        display: inline;
        width: 1em;
        height: 1em; }
    div.info-bar div.news-cat-box ul {
      display: inline; }
      div.info-bar div.news-cat-box ul li {
        display: inline;
        color: #2BB7B3; }
        div.info-bar div.news-cat-box ul li a {
          position: relative;
          z-index: 2;
          color: #2BB7B3; }
          div.info-bar div.news-cat-box ul li a:hover {
            color: #197e7a; }

div.news-area {
  display: block; }
  @media screen and (min-width: 992px) {
    div.news-area div.news-container {
      display: flex;
      flex-direction: row; } }
  div.news-area div.news-container div.left-area {
    display: block;
    width: 100%; }
    @media screen and (min-width: 992px) {
      div.news-area div.news-container div.left-area {
        width: 75%;
        padding-bottom: 1em; } }
  div.news-area div.news-container div.right-area {
    display: block;
    width: 100%; }
    @media screen and (min-width: 992px) {
      div.news-area div.news-container div.right-area {
        width: 25%; } }

/*# sourceMappingURL=news-main.css.map */