/*Add font ================================*/
/*---------------list_item-----------------*/
.list_item_advisory .row_item {
  display: flex;
  flex-wrap: wrap;
}
.list_item_advisory .row_item .col_item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .list_item_advisory .row_item .col_item {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .list_item_advisory .row_item .col_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.list_item_advisory .row_item .col_item .item .question div {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #3b3b3a;
  display: block;
  padding-left: 39px;
  position: relative;
  cursor: pointer;
}
.list_item_advisory .row_item .col_item .item .question div i {
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  top: 1px;
  left: 0;
}
.list_item_advisory .row_item .col_item .item .question div i:after {
  color: #00ba50;
  opacity: 1;
}
.list_item_advisory .row_item .col_item .item .answer {
  font-style: italic;
  text-align: justify;
  padding: 0 15px 0 5px;
}
.list_item_advisory .row_item .col_item .item:hover .question a, .list_item_advisory .row_item .col_item .item:focus .question a {
  color: #03a34d;
}
.list_item_advisory .row_item .col_item + .col_item {
  border-top: 1px solid #ebebeb;
}

/*-------------------list_other----------------*/
.list_other .list_other-title {
  line-height: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.list_other .list_other-title:after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #008bd7 60px, #ececec 60px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_other .list_other-title span {
  font: 600 1.2rem/150% "Arial", sans-serif;
  color: #3a3a3a;
}
.list_other .list_other-title .slide-control {
  display: flex;
  align-items: center;
  margin: 0 -3px;
}
.list_other .list_other-title .slide-control .btn-arrow {
  font-size: 1.2rem;
  color: #fff;
  background: #2287ff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  opacity: 0.7;
  cursor: pointer;
}
.list_other .list_other-title .slide-control .btn-arrow:hover, .list_other .list_other-title .slide-control .btn-arrow:focus {
  opacity: 1;
}

.box_advisory_gr {
  background: #7abf1b;
  padding: 5px;
}
.box_advisory_gr a {
  font-size: 0.9333333333rem;
  color: #fff;
  display: block;
  padding: 8px 10px;
  padding-left: 20px;
  position: relative;
}
.box_advisory_gr a:before {
  content: "\f105";
  font: 300 0.9333333333rem/1 "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.box_advisory_gr a:not(:last-child):after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  border-bottom: 1px dashed #fff;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.box_advisory_gr a:hover {
  color: #fff;
  background: #037d26;
  border-radius: 4px 4px 0 0;
}
.box_advisory_gr a:hover:after {
  border: 0;
}

.box_advisory_ot .list_item_advisory .row_item .col_item {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.box_advisory_ot .list_item_advisory .row_item .col_item .img {
  padding: 0;
  flex: 0 0 37%;
  max-width: 37%;
}
.box_advisory_ot .list_item_advisory .row_item .col_item .img a {
  width: 100%;
  display: block;
  padding-top: 70%;
  position: relative;
}
.box_advisory_ot .list_item_advisory .row_item .col_item .img a img {
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box_advisory_ot .list_item_advisory .row_item .col_item .info {
  padding-right: 0;
  flex: 0 0 63%;
  max-width: 63%;
  position: relative;
  overflow: hidden;
}
.box_advisory_ot .list_item_advisory .row_item .col_item .info h3 {
  max-height: 2.8rem;
  padding-bottom: 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.box_advisory_ot .list_item_advisory .row_item .col_item .info h3 a {
  font: 300 0.9333333333rem/150% "Arial", sans-serif;
  text-transform: normal;
}
.box_advisory_ot .list_item_advisory .row_item .col_item + .col_item {
  border-top: 1px dashed #e1e1e1;
}/*# sourceMappingURL=func.css.map */