/*Add font ================================*/
.group {
  padding: 30px 0;
}
.group .list {
  display: flex;
  justify-content: center;
}
.group .list a {
  padding: 0 20px;
  font-size: 28px;
  position: relative;
}
.group .list a.active {
  color: #097098;
}
.group .list a:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background: #dfdfdf;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.group .list a:last-child:after {
  display: none;
}
.group .note {
  font-weight: 300;
  font-size: 15px;
  text-align: center;
}
.group .box_content {
  margin-top: 70px;
}
.group .box_content .list_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.group .box_content .item {
  position: relative;
  flex: 0 0 calc(100%);
  max-width: calc(100%);
  margin-bottom: 30px;
}
@media (min-width: 601px) {
  .group .box_content .item {
    flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .group .box_content .item {
    flex: 0 0 calc(100% / 3 - 37px);
    max-width: calc(100% / 3 - 37px);
    margin-bottom: 37px;
  }
}
.group .box_content .item a {
  width: 100%;
}
.group .box_content .item img {
  max-width: 100%;
  height: auto;
  border: 1px solid #f7f7f7;
}
@media (max-width: 600px) {
  .group .box_content .item img {
    width: 100%;
  }
}
.group .box_content .item:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 10%;
  border: 1px solid #ececec;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  z-index: -1;
}
.group .box_content .item .info {
  padding: 20px 0;
}
.group .box_content .item .info h3 {
  font-size: 16px;
  font-weight: bold;
  color: #272727;
  text-align: center;
}
.group .box_content .item .info .num {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  color: #afafaf;
  margin-top: 5px;
}

#bb-bookblock {
  height: 45vh;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #bb-bookblock {
    height: 600px;
    width: 70%;
    margin-top: 50px;
  }
}

.content_video {
  margin: auto;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .content_video {
    width: 70%;
    margin-top: 50px;
  }
}
.content_video iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .content_video iframe {
    height: 70vh;
  }
}

.full .bb-custom-wrapper nav {
  width: 100%;
  height: 30px;
  text-align: center;
  position: absolute;
  bottom: 25px;
  z-index: 999;
  left: 0;
}

.btn_viewmore {
  color: #097098;
  background: transparent;
  border: 1px solid #097098;
  display: inline-block;
  padding: 8px 40px;
  font-size: 15px;
  border-radius: 25px;
  position: relative;
  transition: 300ms ease-in-out;
  cursor: pointer;
  margin: 15px 0 10px;
}
.btn_viewmore:hover, .btn_viewmore:focus {
  color: #ffffff;
  background: #097098;
}

.box_video {
  width: 100vw;
  background: #fafafa;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-top: 40px;
  margin-left: calc(-50vw + 50%);
  padding: 15px;
}
@media (min-width: 601px) {
  .box_video {
    padding: 35px 0 45px;
    padding-left: 80px;
  }
}
.box_video .header_title {
  font-size: 30px;
  color: #108ebf;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-left: 50px;
  position: relative;
}
.box_video .header_title:before {
  content: "";
  background: #108ebf;
  height: 2px;
  width: 35px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.box_video .content .item .picture {
  position: relative;
}
.box_video .content .item .picture img {
  border-radius: 5px;
}
.box_video .content .item .picture .icon_play {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.box_video .content .item .title {
  color: #818181;
  padding: 15px 0 0;
  display: flex;
}
.box_video .content .item .title:before {
  content: "";
  background: #108ebf;
  display: inline-block;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 12px;
  border-radius: 50%;
  margin-top: 3px;
}
.box_video .owl-controls {
  position: absolute;
  top: 35%;
  width: 100%;
}
.box_video .owl-controls i {
  font-size: 35px;
  color: #097098;
}
.box_video .owl-controls .owl-prev {
  background: #fff;
  color: #464646 !important;
  font-size: 25px;
  width: 54px;
  height: 54px;
  border-radius: 50% !important;
  position: absolute;
  text-align: center;
  padding: 2px;
  box-shadow: 1px 1px 10px 2px #dedede;
  left: 0;
}
@media (min-width: 601px) {
  .box_video .owl-controls .owl-prev {
    left: -25px;
  }
}
.box_video .owl-controls .owl-next {
  background: #fff;
  color: #464646 !important;
  font-size: 25px;
  width: 54px;
  height: 54px;
  border-radius: 50% !important;
  position: absolute;
  left: auto;
  text-align: center;
  padding: 2px;
  right: 0;
}
@media (min-width: 601px) {
  .box_video .owl-controls .owl-next {
    right: 20px;
  }
}

.full.gallery .title_detail {
  font-weight: 600;
  padding: 30px 0;
  font-size: 28px;
  color: #0f8ebf;
}
.full.gallery .list_gallery .img {
  padding: 0 5px;
  margin-bottom: 10px;
}
.full.gallery .list_gallery .img img {
  max-width: 100%;
  height: auto;
}
.full.gallery .list_other-title {
  padding: 10px 0;
  font-size: 18px;
  color: #0f8ebf;
}