@charset "UTF-8";
#container {
  padding-top: 0;
  padding-bottom: 0;
}

h2.section_title {
  font-size: 35px;
  color: #006cdc;
  text-align: center;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  h2.section_title {
    font-size: 30px;
  }
}

h3.short_title {
  font-size: 16px;
  color: #242424;
  text-align: center;
  max-width: 870px;
  margin: auto;
  padding-bottom: 57px;
}
@media (max-width: 992px) {
  h3.short_title {
    padding-bottom: 40px;
    font-size: 14px;
  }
}

.surgery_service {
  background: #f6f9fa;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .surgery_service {
    padding-top: 40px;
  }
}
@media (min-width: 1180px) {
  .surgery_service .container {
    max-width: 1180px;
  }
}
.surgery_service h2.section_title {
  color: #202020;
  position: relative;
  margin-bottom: 16px;
}
.surgery_service h2.section_title:after {
  content: "";
  width: 83px;
  height: 15px;
  background: url("../../../../../resources/images/use/bottom_title.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.surgery_service .list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.surgery_service .list_content .content {
  width: 46%;
  padding-left: 6%;
  padding-bottom: 40px;
}
@media (max-width: 1180px) {
  .surgery_service .list_content .content {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .surgery_service .list_content .content {
    width: 100%;
  }
}
.surgery_service .list_content .content .list_item {
  margin: 0 -15px;
}
@media (max-width: 992px) {
  .surgery_service .list_content .content .list_item {
    margin: 0 -7px;
  }
}
.surgery_service .list_content .content .list_item .slick-slide > div:first-child {
  padding-bottom: 60px;
}
.surgery_service .list_content .content .list_item .item {
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 992px) {
  .surgery_service .list_content .content .list_item .item {
    padding: 0 7px;
  }
}
.surgery_service .list_content .content .list_item .item .picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.surgery_service .list_content .content .list_item .item .picture img {
  max-height: 286px;
}
.surgery_service .list_content .content .list_item .item .picture .promotion {
  position: absolute;
  right: 0;
  top: 0;
  width: 61px;
  height: 61px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdb61f), to(#be8515));
  background: linear-gradient(#fdb61f, #be8515);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
}
.surgery_service .list_content .content .list_item .item .picture .promotion .number {
  border: 2px solid #FFF;
  border-radius: 50%;
  -webkit-box-shadow: inset 1px 0 2px rgba(188, 130, 10, 0.67);
          box-shadow: inset 1px 0 2px rgba(188, 130, 10, 0.67);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  line-height: 16px;
  font-size: 14.5px;
}
.surgery_service .list_content .content .list_item .item .info h3.title {
  font-family: "Playfair Display";
  font-size: 22px;
  color: #0664e2;
  padding-bottom: 2px;
  padding-top: 9px;
}
@media (max-width: 992px) {
  .surgery_service .list_content .content .list_item .item .info h3.title {
    font-size: 20px;
  }
}
.surgery_service .list_content .content .list_item .item .info h4.short {
  font-size: 16px;
  color: #373737;
}
.surgery_service .list_content .group_picture {
  width: 54%;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 900px) {
  .surgery_service .list_content .group_picture {
    display: none;
  }
}
.surgery_service .slick-prev {
  width: 44px;
  height: 44px;
  left: 5px;
  background: #1d6adb;
  border-radius: 50%;
  z-index: 10;
}
.surgery_service .slick-prev:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.surgery_service .slick-next {
  width: 44px;
  height: 44px;
  right: 5px;
  background: #1d6adb;
  border-radius: 50%;
  z-index: 10;
}
@media (max-width: 1180px) {
  .surgery_service .slick-next {
    width: 35px;
    height: 35px;
    right: unset;
    left: 5px;
  }
}
@media (max-width: 900px) {
  .surgery_service .slick-next {
    right: 5px;
    left: unset;
  }
}
.surgery_service .slick-next:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 900px) {
  .surgery_service .slick-next:before {
    content: "";
  }
}

.not_surgery_service {
  background: -webkit-gradient(linear, left top, left bottom, from(#1e7ad4), color-stop(15%, #5cbbfe), color-stop(85%, #FFF));
  background: linear-gradient(#1e7ad4, #5cbbfe 15%, #FFF 85%);
  padding: 60px 0 65px;
}
@media (max-width: 992px) {
  .not_surgery_service {
    padding: 40px 0 0;
  }
}
@media (min-width: 1260px) {
  .not_surgery_service .container {
    max-width: 1260px;
  }
}
.not_surgery_service h2.section_title {
  color: #FFF;
  position: relative;
  margin-bottom: 16px;
}
.not_surgery_service h2.section_title:after {
  content: "";
  width: 83px;
  height: 15px;
  background: url("../../../../../resources/images/use/bottom_title.png") no-repeat;
  background-size: contain;
  -webkit-filter: grayscale(1) brightness(100);
          filter: grayscale(1) brightness(100);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.not_surgery_service h3.short_title {
  color: #FFF;
}
.not_surgery_service .slick-list {
  padding-top: 35px;
  margin-top: -35px;
  padding-right: 5px;
  margin-right: -5px;
}
.not_surgery_service .list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.not_surgery_service .list_content .picture {
  width: 54%;
  padding-right: 15px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 700px) {
  .not_surgery_service .list_content .picture {
    width: 100%;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.not_surgery_service .list_content .content {
  width: 46%;
  padding-right: 44px;
  padding-bottom: 40px;
}
@media (max-width: 900px) {
  .not_surgery_service .list_content .content {
    padding-right: 0;
    padding-top: 50px;
  }
}
@media (max-width: 700px) {
  .not_surgery_service .list_content .content {
    width: 100%;
  }
}
.not_surgery_service .list_content .content .list_item {
  margin: 0 -10px;
}
.not_surgery_service .list_content .content .list_item .slick-slide > div:first-child {
  padding-bottom: 53px;
}
.not_surgery_service .list_content .content .list_item .item {
  padding: 0 10px;
  text-align: center;
  position: relative;
}
.not_surgery_service .list_content .content .list_item .item a.picture_item {
  position: relative;
}
.not_surgery_service .list_content .content .list_item .item a.picture_item:before {
  content: url("../../../../../resources/images/use/round.png");
  position: absolute;
  left: 40%;
  top: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.not_surgery_service .list_content .content .list_item .item a.picture_item:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.not_surgery_service .list_content .content .list_item .item a.picture_item .img {
  border-radius: 50%;
  width: 215px;
  height: 215px;
  -webkit-box-shadow: 2px 7px 1px rgba(13, 13, 13, 0.07);
          box-shadow: 2px 7px 1px rgba(13, 13, 13, 0.07);
  overflow: hidden;
  position: relative;
}
.not_surgery_service .list_content .content .list_item .item a.picture_item .img img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.not_surgery_service .list_content .content .list_item .item .promotion {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(45%, -50%);
          transform: translate(45%, -50%);
  width: 61px;
  height: 61px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdb61f), to(#be8515));
  background: linear-gradient(#fdb61f, #be8515);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
}
.not_surgery_service .list_content .content .list_item .item .promotion .number {
  border: 2px solid #FFF;
  border-radius: 50%;
  -webkit-box-shadow: inset 1px 0 2px rgba(188, 130, 10, 0.67);
          box-shadow: inset 1px 0 2px rgba(188, 130, 10, 0.67);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  line-height: 16px;
  font-size: 14.5px;
}
.not_surgery_service .list_content .content .list_item .item .info h3.title {
  padding-top: 17px;
  position: relative;
  z-index: 3;
}
.not_surgery_service .list_content .content .list_item .item .info h3.title a {
  font-family: "Playfair Display";
  font-size: 22px;
  color: #2d2d2d;
}
@media (max-width: 992px) {
  .not_surgery_service .list_content .content .list_item .item .info h3.title a {
    font-size: 20px;
  }
}
.not_surgery_service .list_content .content .list_item .item .info h3.title a:hover {
  color: #0664e2;
}
.not_surgery_service .slick-prev {
  width: 44px;
  height: 44px;
  left: 5px;
  background: #1d6adb;
  border-radius: 50%;
  z-index: 10;
}
.not_surgery_service .slick-prev:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.not_surgery_service .slick-next {
  width: 44px;
  height: 44px;
  background: #1d6adb;
  border-radius: 50%;
  right: 5px;
  z-index: 10;
}
@media (max-width: 900px) {
  .not_surgery_service .slick-next {
    right: 5px;
    left: unset;
    width: 35px;
    height: 35px;
  }
}
.not_surgery_service .slick-next:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slogan_home .list_item {
  margin: 0 -11px;
}
@media (max-width: 992px) {
  .slogan_home .list_item {
    margin: 0 -7px;
  }
}
.slogan_home .list_item .slick-list {
  padding-top: 15px;
  margin-top: -15px;
  padding-left: 10px;
  margin-left: -10px;
  padding-right: 10px;
  margin-right: -10px;
  padding-bottom: 23px;
  margin-bottom: -23px;
  width: calc(100% + 20px);
}
.slogan_home .list_item .item {
  padding: 0 11px;
}
@media (max-width: 992px) {
  .slogan_home .list_item .item {
    padding: 0 7px;
  }
}
.slogan_home .list_item .item .wrap_item {
  background: -webkit-gradient(linear, left top, right bottom, from(#0079f4), to(#59a0ff));
  background: linear-gradient(to bottom right, #0079f4, #59a0ff);
  color: #FFF;
  text-align: center;
  padding: 17px 30px 18px;
  -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.26);
          box-shadow: 0 5px 18px rgba(0, 0, 0, 0.26);
}
@media (max-width: 992px) {
  .slogan_home .list_item .item .wrap_item {
    padding: 15px 10px;
  }
}
.slogan_home .list_item .item .wrap_item .img a {
  padding-top: 0;
  height: 80px;
}
.slogan_home .list_item .item .wrap_item .img a img {
  max-height: 100%;
}
.slogan_home .list_item .item .wrap_item .info {
  padding-top: 8px;
}
.slogan_home .list_item .item .wrap_item .info .title {
  padding-bottom: 9px;
  font-size: 21.09px;
  font-family: "Playfair Display";
}
@media (max-width: 992px) {
  .slogan_home .list_item .item .wrap_item .info .title {
    font-size: 19px;
  }
}
.slogan_home .list_item .item .wrap_item .info .short {
  font-size: 15px;
}
@media (max-width: 992px) {
  .slogan_home .list_item .item .wrap_item .info .short {
    font-size: 14px;
  }
}
.slogan_home .list_item .item .wrap_item .info .short p {
  line-height: 22px;
}

.news_home {
  padding: 119px 0 81px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(70%, #5cbbfe), color-stop(96%, #1e7ad4));
  background: linear-gradient(#FFF, #5cbbfe 70%, #1e7ad4 96%);
}
@media (max-width: 992px) {
  .news_home {
    padding: 50px 0 30px;
  }
}
@media (min-width: 1250px) {
  .news_home .container {
    max-width: 1250px;
  }
}
.news_home .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_home .list_item .item_first {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 11px;
}
@media (max-width: 900px) {
  .news_home .list_item .item_first {
    width: 100%;
  }
}
.news_home .list_item .item_first .img {
  width: 51%;
}
@media (max-width: 600px) {
  .news_home .list_item .item_first .img {
    width: 100%;
  }
}
.news_home .list_item .item_first .img a {
  padding-top: 98%;
}
@media (min-width: 601px) {
  .news_home .list_item .item_first .img a {
    padding-top: 0;
    height: 100%;
  }
}
.news_home .list_item .item_first .img a img {
  width: 100%;
}
@media (min-width: 601px) {
  .news_home .list_item .item_first .img a img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: unset;
  }
}
.news_home .list_item .item_first .info {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .news_home .list_item .item_first .info {
    width: 100%;
  }
}
.news_home .list_item .item_first .info .wrap_info {
  padding: 36px 7% 0 10%;
}
@media (max-width: 1100px) {
  .news_home .list_item .item_first .info .wrap_info {
    padding: 20px 15px 0;
  }
}
.news_home .list_item .item_first .info .wrap_info .title {
  padding-bottom: 19px;
}
@media (max-width: 1100px) {
  .news_home .list_item .item_first .info .wrap_info .title {
    padding-bottom: 10px;
  }
}
.news_home .list_item .item_first .info .wrap_info .title a {
  font-family: lato-bold;
  font-size: 19.27px;
  color: #000;
  line-height: 25.7px;
}
@media (max-width: 1100px) {
  .news_home .list_item .item_first .info .wrap_info .title a {
    font-size: 17px;
    line-height: 23px;
  }
}
.news_home .list_item .item_first .info .wrap_info .title a:hover {
  color: #0984fd;
}
.news_home .list_item .item_first .info .wrap_info .date_create {
  font-family: lato-bold;
  font-size: 14.99px;
  color: #5d5d5d;
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 12px;
  padding-bottom: 16px;
}
@media (max-width: 1100px) {
  .news_home .list_item .item_first .info .wrap_info .date_create {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
  }
}
.news_home .list_item .item_first .info .wrap_info .short {
  font-size: 15px;
  color: #3f3f3f;
  line-height: 25.7px;
  padding-bottom: 10px;
}
.news_home .list_item .item_first .info .detail {
  padding: 0 7px 6px 0;
  text-align: right;
}
.news_home .list_item .item_first .info .detail a {
  width: 93px;
  height: 55px;
  background: #0984fc url("../../../../../resources/images/use/right-arrow.png") no-repeat;
  background-position: calc(100% - 14px);
  border-bottom-right-radius: 6px;
  position: relative;
}
@media (max-width: 1100px) {
  .news_home .list_item .item_first .info .detail a {
    width: 75px;
    height: 40px;
  }
}
.news_home .list_item .item_first .info .detail a:before {
  content: "";
  width: 34px;
  height: 100%;
  background: url("../../../../../resources/images/use/left_detail.png") no-repeat right;
  background-size: contain;
  position: absolute;
  right: 100%;
  top: 0;
}
.news_home .list_item .list_second {
  width: 32%;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .news_home .list_item .list_second {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.news_home .list_item .list_second .lasted_news {
  background: #FFF;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 17px 18px 17px 26px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .news_home .list_item .list_second .lasted_news {
    padding: 9px 10px 13px 15px;
  }
}
.news_home .list_item .list_second .lasted_news span {
  font-family: "Playfair Display";
  font-size: 19.27px;
  color: #000;
}
@media (max-width: 1100px) {
  .news_home .list_item .list_second .lasted_news span {
    font-size: 19px;
  }
}
.news_home .list_item .list_second .lasted_news a {
  font-size: 14.99px;
  color: #202020;
  border: 1px solid #1b8eff;
  border-radius: 50px;
  padding: 10px 19px 9px 23px;
}
@media (max-width: 992px) {
  .news_home .list_item .list_second .lasted_news a {
    padding: 5px 12px 5px 15px;
  }
}
.news_home .list_item .list_second .lasted_news a i {
  font-size: 12px;
  margin-left: 19px;
}
@media (max-width: 992px) {
  .news_home .list_item .list_second .lasted_news a i {
    margin-left: 10px;
  }
}
.news_home .list_item .list_second .item {
  background: #FFF;
  border-radius: 6px;
  margin-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 9px;
}
@media (max-width: 1100px) {
  .news_home .list_item .list_second .item {
    padding: 10px 9px;
  }
}
.news_home .list_item .list_second .item .img {
  width: 132px;
}
@media (max-width: 375px) {
  .news_home .list_item .list_second .item .img {
    width: 115px;
  }
}
.news_home .list_item .list_second .item .img a {
  padding-top: 102%;
}
.news_home .list_item .list_second .item .img a img {
  width: 100%;
}
.news_home .list_item .list_second .item .info {
  width: calc(100% - 132px);
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 375px) {
  .news_home .list_item .list_second .item .info {
    width: calc(100% - 115px);
    padding-left: 12px;
  }
}
.news_home .list_item .list_second .item .info h3.title {
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (max-width: 1100px) {
  .news_home .list_item .list_second .item .info h3.title {
    max-height: 42px;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .news_home .list_item .list_second .item .info h3.title {
    max-height: unset;
  }
}
.news_home .list_item .list_second .item .info h3.title a {
  font-size: 18px;
  color: #202020;
  font-family: lato-bold;
  line-height: 24.63px;
}
@media (max-width: 1100px) {
  .news_home .list_item .list_second .item .info h3.title a {
    font-size: 16px;
    line-height: 22px;
  }
}
.news_home .list_item .list_second .item .info h3.title a:hover {
  color: #0984fd;
}
.news_home .list_item .list_second .item .info .short {
  font-size: 15px;
  color: #202020;
  line-height: 20px;
}

.review {
  background: #eff9ff;
  padding: 47px 0;
}
@media (min-width: 1250px) {
  .review .container {
    max-width: 1250px;
  }
}
.review .list_item {
  margin: 0 -30px;
}
@media (max-width: 992px) {
  .review .list_item {
    margin: 0 -10px;
  }
}
.review .list_item .item {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 992px) {
  .review .list_item .item {
    padding: 0 10px;
  }
}
.review .list_item .item .picture {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 800px) {
  .review .list_item .item .picture {
    width: 100%;
  }
}
.review .list_item .item .picture .position_picture {
  position: relative;
}
@media (min-width: 801px) {
  .review .list_item .item .picture .position_picture {
    width: 100%;
  }
}
.review .list_item .item .picture .img {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 139px;
  border: 2px solid #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.24);
}
@media (max-width: 992px) {
  .review .list_item .item .picture .img {
    width: 119px;
    bottom: 10px;
  }
}
.review .list_item .item .picture .img a {
  padding-top: 100%;
  border-radius: 50%;
}
.review .list_item .item .picture .img a img {
  width: 100%;
}
.review .list_item .item .info {
  width: 55%;
  padding-left: 7%;
}
@media (max-width: 992px) {
  .review .list_item .item .info {
    padding-left: 15px;
  }
}
@media (max-width: 800px) {
  .review .list_item .item .info {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
.review .list_item .item .info .title {
  font-family: lato-bold;
  font-size: 22px;
  color: #242424;
  text-transform: uppercase;
  padding-bottom: 7px;
}
@media (min-width: 801px) {
  .review .list_item .item .info .title {
    height: auto !important;
  }
}
@media (max-width: 992px) {
  .review .list_item .item .info .title {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .review .list_item .item .info .title {
    height: auto !important;
  }
}
.review .list_item .item .info .job {
  font-size: 16px;
  color: #252525;
  padding-bottom: 21px;
}
@media (min-width: 801px) {
  .review .list_item .item .info .job {
    height: auto !important;
  }
}
@media (max-width: 992px) {
  .review .list_item .item .info .job {
    padding-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .review .list_item .item .info .job {
    height: auto !important;
  }
}
.review .list_item .item .info .content {
  font-size: 16px;
  color: #4b4b4b;
  text-align: justify;
}
@media (max-width: 992px) {
  .review .list_item .item .info .content {
    font-size: 15px;
  }
}
.review .slick-dots {
  position: unset;
  margin-top: 47px;
}
@media (max-width: 992px) {
  .review .slick-dots {
    margin-top: 30px;
  }
}
.review .slick-dots li {
  margin: 0 4px;
}
.review .slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 5px solid #0985ff;
}
.review .slick-dots li button {
  width: 16px;
  height: 16px;
  background: #f7fcff;
  border-radius: 50%;
  padding: 0;
  border: 1px solid #8ac6ff;
  margin: 0;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.review .slick-dots li button:before {
  display: none !important;
}
/*# sourceMappingURL=home.css.map */