/*Add font ================================*/
.full {
  background: #fff;
}

.section {
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .section {
    width: 1200px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media (min-width: 1500px) {
  .section {
    width: calc(100% + 30px) !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.section .title_header {
  text-align: center;
  padding-bottom: 1rem;
}
.section .title_header h2 {
  font: 500 1.6666666667rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #282828;
}
.section .title_header .note {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #404040;
}

.section_about {
  background: #f8f7ef;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: calc(-50vw + 50%);
}
.section_about .row {
  align-items: center;
}
.section_about .col_l {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .section_about .col_l {
    display: block;
  }
}
@media (min-width: 1500px) {
  .section_about .col_l {
    display: block;
  }
}
.section_about .title_header {
  text-align: left;
  padding-bottom: 0;
}
.section_about .title_header h2 {
  font: 600 1.6666666667rem/1.2 "Arial", sans-serif;
  text-transform: uppercase;
  color: #03a34d;
}
.section_about .title_header .more {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #484848;
  padding: 1.4rem 0;
}
.section_about .nav-tabs {
  background: transparent;
  border: 0;
  padding: 0 15px;
  margin: 0;
}
.section_about .item {
  border: 0;
  width: 100%;
  padding: 0;
}
.section_about .item + .item {
  margin-top: 18px;
}
.section_about .item .ctitle {
  background: #fff;
  box-shadow: 0 0 2px #eaf7e4;
  padding: 18px 25px 18px 0;
  cursor: pointer;
}
.section_about .item .ctitle .char {
  font: 700 1.0666666667rem/150% "Arial", sans-serif;
  color: #2d9e55;
  display: inline-block;
  padding: 0 15px;
  height: 26px;
}
@media (min-width: 576px) {
  .section_about .item .ctitle .char {
    height: auto;
    font-size: 1.3333333333rem;
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .section_about .item .ctitle .char {
    font-size: 1.6666666667rem;
  }
}
.section_about .item .ctitle .desc {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #5d5d5d;
  border-left: 1px solid #e5e5e5;
  display: inline-block;
  padding-left: 14px;
  height: 26px;
}
.section_about .item .ctitle .desc b {
  font: 700 1.0666666667rem/150% "Arial", sans-serif;
  color: #424242;
}
@media (min-width: 576px) {
  .section_about .item .ctitle .desc b {
    font-size: 1.3333333333rem;
  }
}
.section_about .item:hover .ctitle, .section_about .item:focus .ctitle, .section_about .item.active .ctitle {
  background: #2d9e55;
}
.section_about .item:hover .ctitle .char, .section_about .item:focus .ctitle .char, .section_about .item.active .ctitle .char {
  color: #fff;
}
.section_about .item:hover .ctitle .desc, .section_about .item:focus .ctitle .desc, .section_about .item.active .ctitle .desc {
  color: #fff;
}
.section_about .item:hover .ctitle .desc b, .section_about .item:focus .ctitle .desc b, .section_about .item.active .ctitle .desc b {
  color: #fff;
}
.section_about .tab-content .tab-pane {
  position: relative;
}
.section_about .tab-content .tab-pane .short {
  width: 100%;
  max-width: 700px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .section_about .tab-content .tab-pane .short {
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section_about .tab-content .tab-pane .short article {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #1c1c1c;
  width: 100%;
  position: relative;
}
.section_about .tab-content .tab-pane .short article:before, .section_about .tab-content .tab-pane .short article:after {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
}
.section_about .tab-content .tab-pane .short article:before {
  background: url(../../images/quote-left.png) center center no-repeat;
  background-size: contain;
  top: 0;
  left: -30px;
}
.section_about .tab-content .tab-pane .short article:after {
  background: url(../../images/quote-right.png) center center no-repeat;
  background-size: contain;
  bottom: 0;
  right: -30px;
}
.section_about .tab-content .tab-pane .short article a {
  font-style: italic;
  text-decoration: underline;
  color: #03a34d;
}

.section_product {
  background: #fff;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.section_product .title_header h2 {
  font-weight: 600;
}
.section_product .title_header h4 {
  font-weight: 600;
  font-size: 2.2rem;
}
.section_product .list_item_product .row_item .slick-arrow {
  width: unset;
  height: unset;
  top: 25%;
  z-index: 99;
}
.section_product .list_item_product .row_item .slick-arrow:before {
  font: 300 2.8rem/150% "Font Awesome 5 Pro";
  color: #9c9c9c;
}
.section_product .list_item_product .row_item .slick-arrow.slick-prev {
  border-radius: 0 6px 6px 0;
  left: 0;
}
@media (min-width: 992px) {
  .section_product .list_item_product .row_item .slick-arrow.slick-prev {
    left: -4.5vw;
  }
}
.section_product .list_item_product .row_item .slick-arrow.slick-prev:before {
  content: "\f053";
}
.section_product .list_item_product .row_item .slick-arrow.slick-next {
  border-radius: 6px 0 0 6px;
  right: 0;
}
@media (min-width: 992px) {
  .section_product .list_item_product .row_item .slick-arrow.slick-next {
    right: -4.5vw;
  }
}
.section_product .list_item_product .row_item .slick-arrow.slick-next:before {
  content: "\f054";
}
.section_product .list_item_product .row_item .slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: 300ms ease-in-out;
}
.section_product .list_item_product .row_item .slick-dots li button:before {
  content: "";
  background: #e9e9e9;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: block;
  position: static;
  transition: 300ms ease-in-out;
  opacity: 1;
}
.section_product .list_item_product .row_item .slick-dots li.slick-active button {
  border: 1px solid #03a34d;
  border-radius: 50%;
}
.section_product .list_item_product .row_item .slick-dots li.slick-active button:before {
  background: #03a34d;
  width: 12px;
  height: 12px;
}
.section_product .list_item_product .row_item .col_item .item {
  padding-bottom: 0;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.section_product .list_item_product .row_item .col_item .item .info {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.section_product .list_item_product .row_item .col_item .item .info .short {
  margin-top: auto;
}
.section_product .list_item_product .row_item .col_item .item .more {
  margin-top: auto;
}

.section_news {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 104% 100%;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media (max-width: 767.98px) {
  .section_news {
    background: #2d9e55 !important;
  }
}
.section_news .row {
  align-items: center;
}
.section_news .col_l {
  text-align: center;
}
@media (min-width: 1200px) {
  .section_news .col_l {
    flex: 0 0 45%;
    max-width: 45%;
    margin-left: auto;
  }
}
.section_news .col_l h2 {
  font: 600 1.6rem/150% "Arial", sans-serif;
  color: #fff;
}
@media (min-width: 768px) {
  .section_news .col_l h2 {
    color: #179042;
  }
}
@media (min-width: 992px) {
  .section_news .col_l h2 {
    font-size: 2.2rem;
    padding-bottom: 5rem;
  }
}
.section_news .col_l h4 {
  font: 600 1.6rem/150% "Arial", sans-serif;
  color: #fff;
}
@media (min-width: 768px) {
  .section_news .col_l h4 {
    color: #179042;
  }
}
@media (min-width: 992px) {
  .section_news .col_l h4 {
    font-size: 2.2rem;
    padding-bottom: 5rem;
  }
}
.section_news .col_l .list_item_newspaper_home .row_item {
  margin: 0 -24px;
}
.section_news .col_l .list_item_newspaper_home .row_item .slick-slide .col_item {
  max-width: unset;
}
.section_news .col_l .list_item_newspaper_home .row_item .col_item {
  padding: 0 24px;
}
.section_news .col_l .list_item_newspaper_home .row_item .col_item .item .img {
  flex: 0 0 100%;
  max-width: 100%;
  border: 1px dashed #b8ea19;
  border-radius: 50%;
  padding: 4px;
}
.section_news .col_l .list_item_newspaper_home .row_item .col_item .item .img a {
  width: 100%;
  display: block;
  border-radius: 50%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.section_news .col_l .list_item_newspaper_home .row_item .col_item .item .img a img {
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section_news .col_l .list_item_newspaper_home .row_item .col_item .item .info {
  text-align: center;
  flex: 0 0 100%;
  max-width: 100%;
}
.section_news .col_l .list_item_newspaper_home .row_item .col_item .item .info h3, .section_news .col_l .list_item_newspaper_home .row_item .col_item .item .info h5 {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section_news .col_l .list_item_newspaper_home .row_item .col_item .item .info h3, .section_news .col_l .list_item_newspaper_home .row_item .col_item .item .info h5 {
    max-height: 3.2rem;
    overflow: hidden;
  }
}
.section_news .col_l .list_item_newspaper_home .row_item .col_item .item .info h3 a, .section_news .col_l .list_item_newspaper_home .row_item .col_item .item .info h5 a {
  font: 500 1.0666666667rem/150% "Arial", sans-serif;
  color: #fff;
  display: block;
}
.section_news .col_l .list_item_newspaper_home .row_item .slick-dots {
  padding: 20px 0;
  position: static;
}
@media (min-width: 768px) {
  .section_news .col_l .list_item_newspaper_home .row_item .slick-dots {
    padding: 0;
    position: absolute;
    bottom: -45px;
  }
}
.section_news .col_l .list_item_newspaper_home .row_item .slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: 300ms ease-in-out;
}
.section_news .col_l .list_item_newspaper_home .row_item .slick-dots li button:before {
  content: "";
  background: #d5ecdd;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: block;
  position: static;
  transition: 300ms ease-in-out;
  opacity: 1;
}
.section_news .col_l .list_item_newspaper_home .row_item .slick-dots li.slick-active button {
  border: 1px solid #fff;
  border-radius: 50%;
}
.section_news .col_l .list_item_newspaper_home .row_item .slick-dots li.slick-active button:before {
  background: #fff;
  width: 12px;
  height: 12px;
}
.section_news .col_r {
  text-align: center;
}
.section_news .col_r .img img {
  width: 100%;
  height: auto;
}
.section_news .col_r .note {
  font: 500 0.9333333333rem/150% "Arial", sans-serif;
  color: #fff;
  padding: 2rem 0 1rem;
}
.section_news .col_r .more {
  font: 500 0.9333333333rem/150% "Arial", sans-serif;
  color: #fff;
  background: #ec1c2a;
  padding: 8px 22px;
}

.section_newsfooter .title_header {
  padding-bottom: 0;
}
.section_newsfooter .title_header h2 {
  font-weight: 600;
}
.section_newsfooter .title_header h4 {
  font-weight: 600;
  font-size: 2.2rem;
}
.section_newsfooter .list_item_news_home .row_item .col_item .item {
  margin-bottom: 0;
}

.section_media {
  background: #f8f5e7;
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 0;
  margin-left: calc(-50vw + 50%);
}
.section_media h2.title {
  font: 600 1.6666666667rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #464646;
  padding-left: 21px;
  position: relative;
}
.section_media h2.title:before {
  content: "";
  background: #03a34d;
  width: 4px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 0;
}
.section_media .title {
  font: 600 1.6666666667rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #464646;
  padding-left: 21px;
  position: relative;
}
.section_media .title:before {
  content: "";
  background: #03a34d;
  width: 4px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 0;
}
.section_media .more {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #fff;
  background: #ec1c2a;
  padding: 8px 22px;
}
@media (min-width: 992px) {
  .section_media .col_l {
    padding-bottom: 87px;
    position: relative;
  }
  .section_media .col_l .btn-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section_media .col_l .box_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.section_media .col_l .box_header .list_group {
  background: transparent;
  padding: 0;
  margin: 0 -5px;
  border-bottom: 0;
}
.section_media .col_l .box_header .list_group a {
  font: 500 0.8rem/150% "Arial", sans-serif;
  background: transparent;
  border: 0;
  box-shadow: 0 0 2px #eaf7e4;
}
@media (min-width: 768px) {
  .section_media .col_l .box_header .list_group a {
    font-size: 0.9333333333rem;
    padding: 0 5px;
  }
}
.section_media .col_l .box_header .list_group a span {
  color: #313131;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
  transition: 300ms ease-in-out;
}
@media (min-width: 768px) {
  .section_media .col_l .box_header .list_group a span {
    padding: 10px 20px;
  }
}
.section_media .col_l .box_header .list_group a:hover span, .section_media .col_l .box_header .list_group a:focus span, .section_media .col_l .box_header .list_group a.active span {
  color: #fff;
  background: #ec1c2a;
}
.section_media .col_l .list_item_news .row_item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.section_media .col_l .list_item_news .row_item .col_item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 4px;
}
@media (min-width: 576px) {
  .section_media .col_l .list_item_news .row_item .col_item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.section_media .col_l .list_item_news .row_item .col_item .item {
  background: #fff;
  border: 4px;
  height: 100%;
  display: block;
  padding: 9px;
  margin: 0;
}
.section_media .col_l .list_item_news .row_item .col_item .item .img, .section_media .col_l .list_item_news .row_item .col_item .item .info {
  max-width: 100%;
  padding: 0;
}
.section_media .col_l .list_item_news .row_item .col_item .item .info {
  padding: 0.8rem 4px 1.2rem;
}
.section_media .col_l .list_item_news .row_item .col_item .item .info h3 {
  height: 3.2rem;
  margin-bottom: 10px;
  overflow: hidden;
}
.section_media .col_l .list_item_news .row_item .col_item .item .info h3 a {
  font: 600 1.0666666667rem/150% "Arial", sans-serif;
  color: #1a1a1a;
  margin: 0;
}
.section_media .col_l .list_item_news .row_item .col_item .item .info .date {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #969696;
}
.section_media .col_l .list_item_news .row_item .col_item .item .info .date i {
  color: #4f685b;
}
.section_media .col_l .list_item_news .row_item .col_item .item .info .short {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #2c2c2c;
}
.section_media .col_r {
  padding: 15px;
}
@media (min-width: 992px) {
  .section_media .col_r {
    padding: 0 30px;
    padding-bottom: 40px;
    position: relative;
  }
  .section_media .col_r .btn-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section_media .col_r .list_item_video {
  padding-right: 25px;
  margin-top: 1.4rem;
}
.section_media .col_r .list_item_video::-webkit-scrollbar {
  width: 6px;
  background-color: #333;
}
.section_media .col_r .list_item_video::-webkit-scrollbar-thumb {
  background-color: #03a34d;
}
.section_media .col_r .list_item_video::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #d2d2d2;
}
.section_media .col_r .list_item_video .row_item .col_item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
.section_media .col_r .list_item_video .row_item .col_item .item .info {
  padding: 0;
  margin: 10px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_media .col_r .list_item_video .row_item .col_item .item .info a {
  font-weight: 500;
  color: #000;
  display: block;
  text-align: center;
}

.section_expert {
  background: #fff;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: calc(-50vw + 50%);
}
@media (min-width: 992px) {
  .section_expert {
    background: linear-gradient(to right, #03a34d 50%, #fff 50%);
  }
}
.section_expert h2.title {
  font: 600 1.6666666667rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #464646;
  padding-left: 21px;
  position: relative;
}
.section_expert h2.title:before {
  content: "";
  background: #03a34d;
  width: 4px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 0;
}
.section_expert .title {
  font: 600 1.6666666667rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #464646;
  padding-left: 21px;
  position: relative;
}
.section_expert .title:before {
  content: "";
  background: #03a34d;
  width: 4px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 0;
}
.section_expert .col_l {
  background: #03a34d;
  padding: 15px;
}
.section_expert .col_l .title {
  color: #fff;
}
.section_expert .col_l .title:before {
  background: #fff;
}
.section_expert .col_l .list_item_expert_home {
  max-height: 620px;
  overflow-y: auto;
}
.section_expert .col_l .list_item_expert_home::-webkit-scrollbar {
  background: #d5d5d5;
  width: 5px;
}
.section_expert .col_l .list_item_expert_home::-webkit-scrollbar-track {
  background: #d5d5d5;
}
.section_expert .col_l .list_item_expert_home::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background: #fff;
}
.section_expert .col_l .list_item_expert_home .row_item .col_item {
  padding: 8px 0;
}
.section_expert .col_l .list_item_expert_home .row_item .col_item .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (min-width: 992px) {
  .section_expert .col_l .list_item_expert_home .row_item .col_item .item {
    max-width: 535px;
  }
}
.section_expert .col_l .list_item_expert_home .row_item .col_item .item .img {
  flex: 0 0 26%;
  max-width: 26%;
  border: 1px dashed #b8ea19;
  border-radius: 50%;
  padding: 4px;
}
.section_expert .col_l .list_item_expert_home .row_item .col_item .item .img a {
  width: 100%;
  display: block;
  border-radius: 50%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.section_expert .col_l .list_item_expert_home .row_item .col_item .item .img a img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section_expert .col_l .list_item_expert_home .row_item .col_item .item .info {
  color: #fff;
  flex: 0 0 74%;
  max-width: 74%;
  padding-left: 30px;
}
.section_expert .col_l .list_item_expert_home .row_item .col_item .item .info h3 a {
  font: 600 1.3333333333rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.section_expert .col_l .list_item_expert_home .row_item .col_item .item .info .short {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  margin: 0;
}
.section_expert .col_r {
  padding: 15px;
}
.section_expert .col_r .list_item_advisory {
  max-height: 550px;
  overflow-y: auto;
}
.section_expert .col_r .list_item_advisory::-webkit-scrollbar {
  background: #efefef;
  width: 5px;
}
.section_expert .col_r .list_item_advisory::-webkit-scrollbar-track {
  background: #efefef;
}
.section_expert .col_r .list_item_advisory::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background: #03a34d;
}
.section_expert .col_r .more {
  color: #fff;
  background: #ec1c2a;
  padding: 8px 20px;
}/*# sourceMappingURL=home.css.map */