.boi-zone {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  /*/////////////// Responsive ////////////////*/
}

.boi-zone .boi-zone {
  font-size: 12px;
}

.boi-zone .custum-container {
  width: 1280px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}

.boi-zone .boi-readmore {
  background: #fff;
  padding: 12px 30px;
  display: inline-block;
  font-weight: 300;
  color: #0f4da1;
  transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  -ms-transition: ease-in-out 200ms;
  -moz-transition: ease-in-out 200ms;
}

.boi-zone .boi-readmore:hover {
  background: #fdb813;
  color: #fff;
}

.boi-zone .boi-readmore2 {
  background: #ccc;
  padding: 8px 30px;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  -ms-transition: ease-in-out 200ms;
  -moz-transition: ease-in-out 200ms;
}

.boi-zone .boi-readmore2:hover {
  background: #fdb813;
  color: #fff;
}

.boi-zone .one-clamp {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.boi-zone .two-clamp, .boi-zone .card .boi-news-title, .boi-zone .card-v .boi-news-title, .boi-zone .card-v-wdetail .boi-news-title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
}

.boi-zone .three-clamp, .boi-zone .card-v-wdetail .boi-news-excerpt {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
}

.boi-zone .four-clamp {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  word-wrap: break-word;
}

.boi-zone .thumb img {
  width: 100%;
}

.boi-zone .thumb:hover img {
  width: 103%;
}

.boi-zone .thumb169, .boi-zone .thumb1 {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  clear: both;
  display: block;
}

.boi-zone .thumb169 img, .boi-zone .thumb1 img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.boi-zone .thumb43, .boi-zone .thumb2 {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  clear: both;
  display: block;
}

.boi-zone .thumb43 img, .boi-zone .thumb2 img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  display: block;
}

.boi-zone .thumb1 {
  transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  -ms-transition: ease-in-out 200ms;
  -moz-transition: ease-in-out 200ms;
}

.boi-zone .thumb1:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}

.boi-zone .thumb2 {
  transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  -ms-transition: ease-in-out 200ms;
  -moz-transition: ease-in-out 200ms;
}

.boi-zone .thumb2:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.boi-zone .vdo-thumb {
  position: relative;
  cursor: pointer;
}

.boi-zone .vdo-thumb:after {
  content: '';
  -webkit-mask-image: url("../images/icon/play.svg");
  mask-image: url("../images/icon/play.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: cover;
  background-color: rgba(0, 0, 0, 0.85);
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
}

.boi-zone .vdo-thumb:hover:after {
  display: block;
  background-color: #fff;
}

.boi-zone .section-boi-list, .boi-zone .section-cat-list, .boi-zone .section-subcat-list {
  background: #fff;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto;
  color: #000000;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.boi-zone .section-boi-list .boi-readall, .boi-zone .section-cat-list .boi-readall, .boi-zone .section-subcat-list .boi-readall {
  background: #0f4da1;
  color: #fff;
  padding: 10px 15px;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  -ms-transition: ease-in-out 200ms;
  -moz-transition: ease-in-out 200ms;
}

.boi-zone .section-boi-list .boi-readall:hover, .boi-zone .section-cat-list .boi-readall:hover, .boi-zone .section-subcat-list .boi-readall:hover {
  background: #fdb813;
}

.boi-zone .section-boi-list .list-h1, .boi-zone .section-cat-list .list-h1, .boi-zone .section-subcat-list .list-h1 {
  color: #000000;
  text-align: left;
  font-size: 26px;
  margin: 0 0 15px;
}

.boi-zone .section-boi-list ul, .boi-zone .section-cat-list ul, .boi-zone .section-subcat-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.boi-zone .section-boi-list li, .boi-zone .section-cat-list li, .boi-zone .section-subcat-list li {
  text-align: left;
  width: 32%;
  margin-right: 1.33%;
}

.boi-zone .section-boi-list li a, .boi-zone .section-cat-list li a, .boi-zone .section-subcat-list li a {
  color: #000000;
}

.boi-zone .section-boi-list li a, .boi-zone .section-cat-list li a, .boi-zone .section-subcat-list li a, .boi-zone .section-boi-list li img, .boi-zone .section-cat-list li img, .boi-zone .section-subcat-list li img {
  display: block;
  width: 100%;
}

.boi-zone .section-boi-list li:nth-child(3n), .boi-zone .section-cat-list li:nth-child(3n), .boi-zone .section-subcat-list li:nth-child(3n) {
  margin-right: 0;
}

.boi-zone .card .boi-news-title, .boi-zone .card-v .boi-news-title, .boi-zone .card-v-wdetail .boi-news-title {
  font-size: 18px;
  margin: 15px 0 0;
}

.boi-zone .card-v-wdetail .date_viewed {
  font-size: 12px;
  font-weight: 200;
  color: #777;
  margin: 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.boi-zone .card-v-wdetail .date_viewed span.card-view:before {
  content: '';
  -webkit-mask-image: url("../images/icons/view.svg");
  mask-image: url("../images/icons/view.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: cover;
  background-color: #555;
  width: 14px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.boi-zone .card-v-wdetail .boi-news-title {
  margin: 10px 0;
  font-size: 16px;
}

.boi-zone .card-v-wdetail .boi-news-excerpt {
  color: #777;
  line-height: 1.5;
  width: 100%;
  clear: both;
}

.boi-zone .card-f .boi-news-title {
  font-size: 28px;
  width: 100%;
}

.boi-zone .card-h .card-left {
  width: 50%;
  float: left;
}

.boi-zone .card-h .card-right {
  width: 48%;
  float: right;
}

.boi-zone .boi-news-title {
  transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  -ms-transition: ease-in-out 200ms;
  -moz-transition: ease-in-out 200ms;
}

.boi-zone .boi-news-title:hover {
  color: #0f4da1;
}

.boi-zone .boi-news-excerpt {
  transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  -ms-transition: ease-in-out 200ms;
  -moz-transition: ease-in-out 200ms;
}

.boi-zone .boi-news-excerpt:hover {
  color: #0f4da1;
}

.boi-zone .boi-logo-include {
  text-align: right;
}

.boi-zone .boi-logo-include span, .boi-zone .boi-logo-include img {
  display: inline-block;
  vertical-align: bottom;
}

.boi-zone .boi-logo-include img {
  width: 80px;
  margin-left: 10px;
}

.boi-zone .boi-hpage {
  color: #13b7ff;
  font-weight: 500;
  font-size: 30px;
  margin: 20px 0 0;
  position: relative;
  min-height: 28px;
}

.boi-zone .boi-hpage .boi-logo-include {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 0;
}

.boi-zone .section-boi {
  background: url("../images/section-bg.jpg") repeat-x center bottom #0f4da1;
  padding: 35px 0px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.boi-zone .section-boi .boi-logo {
  width: 213px;
  display: inline-block;
}

.boi-zone .section-boi .boi-logo img {
  width: 100%;
  display: block;
}

.boi-zone .section-boi .boi-h1 {
  color: #fff;
  color: #fdb813;
  font-size: 36px;
  font-weight: 400;
  margin: 20px 0 10px 0;
}

.boi-zone .section-boi .boi-section-text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px;
  font-weight: 300;
}

.boi-zone .section-boi .boi-readmore {
  margin: 5px 0 0;
  font-size: 16px;
}

.boi-zone .category-boi .boi-pagination {
  margin-bottom: 40px;
}

.boi-zone .category-boi .boi-pagination ul {
  text-align: center;
}

.boi-zone .category-boi .boi-pagination ul li {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.boi-zone .category-boi .boi-pagination ul li a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.boi-zone .category-boi .boi-pagination ul li.active {
  background: #13b7ff;
}

.boi-zone .category-boi .boi-pagination ul li.active a {
  color: #fff;
  padding: 10px;
}

.boi-zone .category-boi .boi-pagination ul li.first a, .boi-zone .category-boi .boi-pagination ul li.last a {
  height: 10px;
  width: 10px;
}

.boi-zone .category-boi .boi-pagination ul li.first a:hover, .boi-zone .category-boi .boi-pagination ul li.last a:hover {
  background-color: #13b7ff;
}

.boi-zone .category-boi .boi-pagination ul li.prev a, .boi-zone .category-boi .boi-pagination ul li.next a {
  height: 10px;
  width: 6px;
}

.boi-zone .category-boi .boi-pagination ul li.prev a:hover, .boi-zone .category-boi .boi-pagination ul li.next a:hover {
  background-color: #13b7ff;
}

.boi-zone .category-boi .boi-pagination ul li.first a {
  -webkit-mask-image: url("../images/icons/first.svg");
  mask-image: url("../images/icons/first.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: cover;
  background-color: #777;
}

.boi-zone .category-boi .boi-pagination ul li.last a {
  -webkit-mask-image: url("../images/icons/last.svg");
  mask-image: url("../images/icons/last.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: cover;
  background-color: #777;
}

.boi-zone .category-boi .boi-pagination ul li.prev a {
  -webkit-mask-image: url("../images/icons/left.svg");
  mask-image: url("../images/icons/left.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: cover;
  background-color: #777;
}

.boi-zone .category-boi .boi-pagination ul li.next a {
  -webkit-mask-image: url("../images/icons/right.svg");
  mask-image: url("../images/icons/right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: cover;
  background-color: #777;
}

.boi-zone .category-boi .section-boi {
  padding: 30px 0 150px;
  margin: 0 0 30px;
  background-image: url("../images/section-bg2.jpg");
}

.boi-zone .category-boi .section-boi .boi-h1 {
  color: #fff;
}

.boi-zone .category-boi .section-boi .boi-h1:after {
  content: '';
  display: block;
  height: 4px;
  width: 170px;
  margin: 5px auto;
  background: #fdb813;
}

.boi-zone .category-boi .section-boi .boi-readmore {
  margin: 50px 0 0;
}

.boi-zone .section-cat-list, .boi-zone .section-subcat-list {
  padding: 20px 0 0;
  margin: 0;
}

.boi-zone .section-cat-list ul, .boi-zone .section-subcat-list ul {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.boi-zone .section-cat-list li, .boi-zone .section-subcat-list li {
  margin: 0 2% 50px 0;
  padding: 0;
}

.boi-zone .subcat-boi .subcat-head {
  font-size: 32px;
  text-align: center;
  position: relative;
  margin: 40px 0 0;
}

.boi-zone .subcat-boi .subcat-head span {
  background: #fff;
  padding: 5px 20px;
  z-index: 1;
  position: relative;
  color: #13b7ff;
  font-weight: 400;
}

.boi-zone .subcat-boi .subcat-head:before {
  content: '';
  background: #0f4da1;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 0;
}

.boi-zone .subcat-boi .subcat-head img {
  display: block;
  clear: both;
  margin: 15px auto 0;
  width: 125px;
}

.boi-zone .subcat-boi .boi-row {
  clear: both;
  padding: 20px 0 0;
}

.boi-zone .subcat-boi .boi-left {
  width: 65%;
  clear: both;
  float: left;
}

.boi-zone .subcat-boi .boi-right {
  width: 33%;
  float: right;
}

.boi-zone .subcat-boi .boi-right .section-boi {
  background-image: url("../images/section-bg.jpg");
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.boi-zone .subcat-boi .boi-right .section-boi .boi-h1:after {
  margin: 25px auto;
}

.boi-zone .subcat-boi .boi-right .section-boi .boi-readmore {
  margin-top: 20px;
}

.boi-zone .subcat-boi .boi-readmore2 {
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.boi-zone .subcat-boi .section-cat-list li, .boi-zone .subcat-boi .section-subcat-list li {
  width: 23%;
}

.boi-zone .section-subcat-list ul {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.boi-zone .section-subcat-list li {
  margin-right: 2.65%;
}

.boi-zone .section-subcat-list li:nth-child(3n) {
  margin-right: 2.65%;
}

.boi-zone .section-subcat-list li:nth-child(4n) {
  margin-right: 0;
}

.boi-zone .section-list-h {
  border-top: 2px solid #13b7ff;
  padding: 15px 0 30px;
  margin: 30px 0 0;
  position: relative;
}

.boi-zone .section-list-h ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.boi-zone .section-list-h li {
  width: 32%;
  margin: 0 1.33% 20px 0;
}

.boi-zone .section-list-h .boi-news-title {
  font-size: 16px;
  line-height: 1.5;
}

.boi-zone .section-list-h .boi-readmore2 {
  position: absolute;
  top: 10px;
  right: 0;
}

.boi-zone .list-h2 {
  color: #13b7ff;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1100px) {
  .boi-zone .custum-container {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 899px) {
  .boi-zone .subcat-boi .boi-left, .boi-zone .subcat-boi .boi-right {
    width: 100%;
  }
  .boi-zone .subcat-boi .boi-right {
    margin: 40px 0 0;
  }
  .boi-zone .card-f .boi-news-title {
    font-size: 22px;
  }
  .boi-zone .subcat-boi .section-cat-list li, .boi-zone .subcat-boi .section-subcat-list li {
    width: 48%;
    margin-right: 2%;
  }
  .boi-zone .subcat-boi .section-cat-list li:nth-child(2n), .boi-zone .subcat-boi .section-subcat-list li:nth-child(2n) {
    margin-right: 0;
  }
  .boi-zone .subcat-boi .section-list-h {
    padding-bottom: 60px;
    margin-bottom: 30px;
  }
  .boi-zone .subcat-boi .section-list-h .list-h2 {
    text-align: center;
  }
  .boi-zone .subcat-boi .section-list-h li {
    width: 100%;
    margin: 0 0 20px;
  }
  .boi-zone .subcat-boi .section-list-h .boi-readmore2 {
    bottom: 0px;
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 599px) {
  .boi-zone .section-boi {
    background-size: auto 100%;
  }
  .boi-zone .section-boi .boi-h1 {
    font-size: 26px;
  }
  .boi-zone .section-boi .boi-h1:after {
    width: 80px;
    height: 3px;
  }
  .boi-zone .section-boi .boi-section-text br {
    display: none;
  }
  .boi-zone .section-boi-list li, .boi-zone .section-cat-list li, .boi-zone .section-subcat-list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .boi-zone .section-boi-list li:last-child, .boi-zone .section-cat-list li:last-child, .boi-zone .section-subcat-list li:last-child {
    margin: 0;
  }
  .boi-zone .boi-hpage {
    text-align: center;
  }
  .boi-zone .boi-hpage .boi-logo-include {
    position: static;
    width: 100%;
    text-align: center;
    padding: 15px 0 0;
  }
  .boi-zone .category-boi .pagination {
    padding: 30px 0 0;
  }
  .boi-zone .category-boi .section-boi .boi-logo {
    width: 160px;
  }
}

@media only screen and (max-width: 479px) {
  .boi-zone .section-boi-list, .boi-zone .section-cat-list, .boi-zone .section-subcat-list {
    padding-bottom: 100px;
  }
  .boi-zone .section-boi-list .boi-readall, .boi-zone .section-cat-list .boi-readall, .boi-zone .section-subcat-list .boi-readall {
    bottom: 30px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 220px;
  }
  .boi-zone .subcat-boi .subcat-head {
    font-size: 20px;
  }
  .boi-zone .subcat-boi .subcat-head:before {
    top: 12px;
  }
  .boi-zone .subcat-boi .section-cat-list ul, .boi-zone .subcat-boi .section-subcat-list ul {
    padding-bottom: 30px;
  }
  .boi-zone .subcat-boi .section-cat-list li, .boi-zone .subcat-boi .section-subcat-list li {
    width: 100%;
    margin-right: 0;
  }
  .boi-zone .category-boi .section-cat-list, .boi-zone .category-boi .section-subcat-list {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=boi.css.map */