body.modal-open {
  padding-right: 0 !important;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.awe-section {
  margin-bottom: 0;
}

.animated-background,
.section_three_banner .keyword-item-wrap div.search-item .keyword-img img:not(.loaded),
.section_banner.section_banner_2 a img:not(.loaded),
.evo_block-product .evo-block-product .evo-product-block-item .evo-image-pro img:not(.loaded),
.evo_block-product .evo-block-product .evo-product-block-item .thumbs-list .thumbs-list-item img:not(.loaded),
.section_blogs .item-news-image .thumb img:not(.loaded),
.section_brands .slick_brand .slick-slide a img:not(.loaded) {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f6f6;
  background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
  background-size: 700px 104px;
  position: relative;
}

.home-slider .slick-slide {
  margin: 10px;
}

@media (max-width: 767px) {
  .home-slider .slick-slide {
    margin: 5px;
  }
}

.home-slider .slick-slide:hover,
.home-slider .slick-slide:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.home-slider .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  padding: 0;
  color: transparent;
  border: none;
  text-align: center;
  z-index: 2;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  line-height: 22px;
  border-radius: 50%;
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  outline: 0;
}

@media (max-width: 1024px) {
  .home-slider .slick-arrow {
    display: none !important;
  }
}

.home-slider .slick-arrow.slick-prev {
  left: -10px;
}

.home-slider .slick-arrow.slick-prev:before {
  content: "";
  background-image: url(//bizweb.dktcdn.net/100/396/362/themes/777022/assets/back.svg?1685517924604);
  height: 25px;
  width: 25px;
  display: block;
  background-size: 19px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.home-slider .slick-arrow.slick-next {
  right: -10px;
}

.home-slider .slick-arrow.slick-next:before {
  content: "";
  background-image: url(//bizweb.dktcdn.net/100/396/362/themes/777022/assets/right-arrow.svg?1685517924604);
  height: 25px;
  width: 25px;
  display: block;
  background-size: 19px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.home-slider .slick-dots {
  text-align: center;
}

.home-slider .slick-dots li {
  display: inline-block;
}

.home-slider .slick-dots li button {
  box-shadow: none;
  outline: 0;
  display: block;
  width: 6px;
  height: 6px;
  background: none;
  border-radius: 50%;
  border: 1px solid #222;
  padding: 0;
  font-size: 0;
}

.home-slider .slick-dots li+li {
  margin-left: 5px;
}

.home-slider .slick-dots li.slick-active button {
  transition: all 0.2s;
  width: 30px;
  border-radius: 3px;
  background: #222;
}

.home-slider:hover .slick-arrow {
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #fff;
}

.home-slider:hover .slick-arrow:before {
  height: 50px;
  width: 50px;
  background-size: 30px;
}

.home-slider:hover .slick-arrow.slick-next {
  right: -20px;
}

.home-slider:hover .slick-arrow.slick-prev {
  left: -20px;
}

.home-slider .slick-slide {
  margin: 0;
}

.home-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  border-radius: 15px;
  height: 24px;
  align-items: center;
  display: flex !important;
  justify-content: center;
}

.home-slider .slick-dots li button {
  border-radius: 5px;
  height: 5px;
  width: 20px;
  border: none;
  background-color: #fff;
}

.home-slider .slick-dots li.slick-active button {
  background-color: #0872ba;
  border-radius: 5px;
  width: 20px;
}

.section_three_banner {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .section_three_banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section_three_banner .distance-top-ele {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .section_three_banner .distance-top-ele {
    margin-top: 15px;
  }
}

.section_three_banner .evo-index-banner-content-mid {
  padding-left: 40px;
  padding-top: 30px;
}

.section_three_banner .evo-index-banner-content-mid .secondary-font {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.secondary-font svg {
  width: 50px;
  height: 50px;
}

.section_three_banner .evo-index-banner-content-mid .secondary-font span {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  padding-right: 15px;
  color: #009444;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .section_three_banner .evo-index-banner-content-mid .secondary-font span {
    font-size: 24px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .section_three_banner .evo-index-banner-content-mid .secondary-font span {
    font-size: 24px;
    padding: 0;
  }

  .section_three_banner .evo-index-banner-content-mid .secondary-font {
    margin-bottom: 0;
  }

  .secondary-font svg {
    width: 35px;
    height: 30px;
  }
}

.section_three_banner .evo-index-banner-content-mid .short-desc {
  color: #3c3c3c;
  font-size: 18px;
}

@media (max-width: 991px) {
  .section_three_banner .evo-index-banner-content-mid .short-desc {
    padding-top: 20px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .section_three_banner .evo-index-banner-content-mid .short-desc {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 0;
  }
}

.section_three_banner .evo-index-banner-content-mid .button-style {
  color: #fff;
  background: #009444;
  margin-top: 20px;
  font-size: 16px;
  border: none;
  padding: 0 35px;
  height: 45px;
  line-height: 43px;
  border-radius: 25px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0px 0px 0px 6px rgb(0 148 68 / 47%);
}

@media (max-width: 991px) {
  .section_three_banner .evo-index-banner-content-mid .button-style {
    font-size: 10px;
    margin-top: 20px;
    padding: 0px 20px;
    height: 35px;
    line-height: 33px;
    border-radius: 15px;
  }
}

@media (max-width: 767px) {
  .section_three_banner .evo-index-banner-content-mid .button-style {
    margin-bottom: 20px;
    border-radius: 25px;
  }
}

.section_three_banner .evo-index-banner-content-mid .button-style:hover,
.section_three_banner .evo-index-banner-content-mid .button-style:focus {
  color: #fff;
  border-color: #ed1c24;
  background-color: #ed1c24;
  box-shadow: 0px 0px 0px 6px #ed1c235c;
}

@media (max-width: 569px) {
  .section_three_banner .fix-right {
    padding-right: 3.5px;
    margin-bottom: 7px;
  }

  .section_three_banner .fix-left {
    padding-left: 3.5px;
    margin-bottom: 7px;
  }
}

.section_three_banner .zoom-effect {
  position: relative;
}

.section_three_banner .zoom-effect .zoom-effect__inner {
  position: relative;
  overflow: hidden;
  /* -ms-transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s; */
  display: block;
}

.section_three_banner .zoom-effect .zoom-effect__inner img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  /* ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; */
}

.section_three_banner .zoom-effect .evo-content-index-banner {
  position: absolute;
  padding: 15px;
  bottom: 0;
  left: 0;
  text-align: left;
}

.section_three_banner .zoom-effect .evo-content-index-banner a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: block;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .section_three_banner .zoom-effect .evo-content-index-banner a {
    font-size: 15px;
  }
}

.section_three_banner .zoom-effect .evo-content-index-banner a:hover,
.section_three_banner .zoom-effect .evo-content-index-banner a:focus {
  color: #ed1c24;
}

/* .section_three_banner .zoom-effect:hover .zoom-effect__inner img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
} */

.section_three_banner .zoom-effect.zoom-fix-1 {
  margin-bottom: 20px;
}

@media (max-width: 569px) {
  .section_three_banner .zoom-effect.zoom-fix-1 {
    margin-bottom: 7px;
  }
}

.section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
  height: 265px;
}

@media (max-width: 1024px) {
  .section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
    height: 251px;
  }
}

@media (max-width: 991px) {
  .section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
    height: 185px;
  }
}

@media (max-width: 767px) {
  .section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
    height: 209px;
  }
}

@media (max-width: 668px) {
  .section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
    height: 185px;
  }
}

@media (max-width: 569px) {
  .section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
    height: 185px;
  }

  .section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner img {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
    height: 185px;
  }
}

@media (max-width: 376px) {
  .section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
    height: 185px;
  }
}

@media (max-width: 321px) {
  .section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
    height: 189px;
  }
}

.section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
  height: 265px;
}

@media (max-width: 1024px) {
  .section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
    height: 251px;
  }

  /*.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner img {*/
  /*  width: 100% !important;*/
  /*  height: 100%;*/
  /*}*/
}

@media (max-width: 991px) {
  .section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
    height: 185px;
  }
}

@media (max-width: 767px) {
  .section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
    height: 209px;
  }

  .section_three_banner .evo-index-banner-content-mid {
    padding-left: 5px;
    padding-top: 5px;
  }
}

@media (max-width: 668px) {
  .section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
    height: 209px;
  }
}

@media (max-width: 569px) {
  .section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
    height: 185px;
  }
}

@media (max-width: 480px) {
  .section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
    height: 185px;
  }

  .section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner img {
    width: auto !important;
    height: auto;
  }
}

@media (max-width: 376px) {
  .section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
    height: 185px;
  }
}

@media (max-width: 321px) {
  .section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
    height: 185px;
  }
}

.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
.section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
.section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
  height: 265px;
}

@media (max-width: 1024px) {

  .section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
  .section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
  .section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
    height: 249px;
  }
}

@media (max-width: 991px) {

  .section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
  .section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
  .section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
    height: 180px;
  }
}

@media (max-width: 767px) {

  .section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
  .section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
  .section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
    height: 206px;
  }
}

@media (max-width: 569px) {

  .section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
  .section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
  .section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
    height: 265px;
  }

  /* .section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner img,
  .section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner img,
  .section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner img {
    width: 100% !important;
    height: 100%;
  } */
}

@media (max-width: 480px) {

  .section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
  .section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
  .section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
    height: 249px;
  }
}

@media (max-width: 376px) {

  .section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
  .section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
  .section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
    height: 228px;
  }
}

@media (max-width: 321px) {

  .section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
  .section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
  .section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
    height: 193px;
  }
}

.section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner img:not(.loaded),
.section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner img:not(.loaded),
.section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}
@media (max-width: 1199px) {
  .section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
        height: 170px;
  }
  .section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
        height: 170px;
    }
    .section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner, .section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner, .section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
    height: 170px;
}
.section_three_banner .evo-index-banner-content-mid {
    padding-left: 0;
    padding-top: 0;
}
}
/* .section_search_feature {
  margin-bottom: 30px;
} */

@media (max-width: 991px) {
  .section_search_feature {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  /* .section_search_feature .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-direction: unset;
    -webkit-flex-flow: unset;
    flex-flow: unset;
    -webkit-justify-content: unset;
    justify-content: unset;
    -webkit-align-items: unset;
    align-items: unset;
  } */
}

.section_search_feature .row .item {
  display: flex;
  text-align: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* .section_search_feature .row .item {
    margin-bottom: 10px;
  } */
}

.section_search_feature .row .item .stat-item {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 2px dashed rgba(255, 255, 255, .5);
  border-radius: 999999px;
  padding: 10px;
}

.section_search_feature .row .item .img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.section_search_feature .row .item .stat-item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.section_search_feature .row .item .stat-item:hover .img {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 97, 42, 0.9010197829131653)), to(rgba(0, 148, 68, 0.9206276260504201)));
  background: -o-linear-gradient(top, rgba(0, 97, 42, 0.9010197829131653) 0, rgba(0, 148, 68, 0.9206276260504201) 100%);
  background: linear-gradient(180deg, rgba(0, 97, 42, 0.9010197829131653), rgba(0, 148, 68, 0.9206276260504201));
}

@media (max-width: 991px) {
  .section_search_feature .row .item .img {
    max-width: 200px;
    height: 200px;
  }
}

/* .section_search_feature .row .item .img:after {
  content: "";
  border: 2px dashed #fff;
  height: 230px;
  width: 230px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
} */

@media (max-width: 991px) {
  .section_search_feature .row .item .img:before {
    height: 80px;
    width: 80px;
  }
}

.section_search_feature .row .item .img img {
  width: auto !important;
  max-height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 70px;
}

@media (max-width: 991px) {
  .section_search_feature .row .item .img img {
    max-height: 40px;
    max-width: 40px;
  }
}

.section_search_feature .row .item .img img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.1;
}

.section_search_feature .row .item .img {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  background: rgb(0, 87, 137);
  background: linear-gradient(167deg,
      rgba(0, 87, 137, 0.929030987394958) 52%,
      rgba(22, 121, 188, 0.929030987394958) 92%);
}


.section_search_feature .row .item .detail a {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 48px;
}

.section_search_feature .row .item .detail a:hover,
.section_search_feature .row .item .detail a:focus {
  color: #fff;
}

@media (max-width: 991px) {
  .section_search_feature .row .item .detail a {
    font-size: 24px;
    line-height: 1.1;
  }
}

.section_search_feature .row .item .detail p {
  margin: 0;
  margin-top: 5px;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 767px) {
  .section_search_feature .row .item .img {
    max-width: 145px;
    height: 145px;
  }

  .section_search_feature .row .item .detail p {
    font-size: 13px;
  }
}

/* @media (min-width: 992px) {
  .section_search_feature .row .item.item-1,
  .section_search_feature .row .item.item-4 {
    margin-top: -105px;
    z-index: 1;
  }
  .section_search_feature .row .item.item-2,
  .section_search_feature .row .item.item-3 {
    margin-top: -85px;
    z-index: 1;
  }
} */

.section_three_category {
  padding-top: 50px;
  padding-bottom: 80px;
  background-image: url(https://dpcpharma.vn/data/banner/BG1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .section_three_category {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
    .section_three_category {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 50px;
    }
}

.section_three_category .evo-index-banner-content-mid {
  width: 70%;
  margin: 0 auto 25px;
}

.section_three_category .evo-index-banner-content-mid .secondary-font {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.section_three_category .evo-index-banner-content-mid .secondary-font span {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  padding-right: 15px;
  color: #009444;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .section_three_category .evo-index-banner-content-mid .secondary-font span {
    font-size: 24px;
  }

  .section_three_category .evo-index-banner-content-mid {
    width: 100%;
  }
}

.section_three_category .evo-index-banner-content-mid p {
  color: #222;
  margin-bottom: 0;
  font-size: 16px;
}

@media (max-width: 991px) {
  .section_three_category .keyword-item-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-direction: unset;
    -webkit-flex-flow: unset;
    flex-flow: unset;
    -webkit-justify-content: unset;
    justify-content: unset;
    -webkit-align-items: unset;
    align-items: unset;
  }
}

.section_three_category .keyword-item-wrap div.search-item {
  position: relative;
  float: left;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 10px;
  text-align: center;
  min-width: 33.3333%;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .section_three_category .keyword-item-wrap div.search-item .keyword-info-title {
    width: 80%;
    padding: 10px;
    display: flex;
    text-align: center;
    position: absolute;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 1;
  }

  .section_three_category .keyword-item-wrap div.search-item .keyword-links {
    width: 80%;
    padding: 10px;
    display: flex;
    text-align: center;
    position: absolute;
    justify-content: center;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
.section_three_category .keyword-item-wrap div.search-item .keyword-info-title {
    width: 50%;
     padding: 10px;
    display: flex;
    text-align: center;
    position: absolute;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 1;
  }

  .section_three_category .keyword-item-wrap div.search-item .keyword-links {
    width: 50%;
       padding: 10px;
    display: flex;
    text-align: center;
    position: absolute;
    justify-content: center;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 1;
  }

}

/* Kiểu dáng cho iPad Pro */
@media (min-width: 1024px) {
.section_three_category .keyword-item-wrap div.search-item .keyword-info-title {
    width: 80%;
    padding: 10px;
    display: flex;
    text-align: center;
    position: absolute;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 1;
  }
  .evo_block-product{
      display:none !important;
  }
  .section_three_category .keyword-item-wrap div.search-item .keyword-links {
    width: 80%;
    padding: 10px;
    display: flex;
    text-align: center;
    position: absolute;
    justify-content: center;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .section_three_category .keyword-item-wrap div.search-item .keyword-info-title {
    width: 80%;
    padding: 10px;
    display: flex;
    text-align: center;
    position: absolute;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 1;
  }

  .section_three_category .keyword-item-wrap div.search-item .keyword-links {
    width: 80%;
    padding: 10px;
    display: flex;
    text-align: center;
    position: absolute;
    justify-content: center;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 1;
  }

  /* .section_three_category .keyword-item-wrap a:hover .keyword-info-title {
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99;
  } */
}

@media (max-width: 991px) {
  .section_three_category .keyword-item-wrap div.search-item {
    max-width: 100%;
    min-width: 100%;
    padding: 5px;
    display: block;
  }
}

.section_three_category .keyword-item-wrap div.search-item .keyword-info-title {
  background-blend-mode: multiply;
  background: rgb(8, 114, 186);
  background: linear-gradient(90deg,
      rgba(8, 114, 186, 0.04947916666666663) 0%,
      rgba(8, 114, 186, 0.65) 15%,
      rgba(8, 114, 186, 1) 50%,
      rgba(8, 114, 186, 0.65) 85%,
      rgba(8, 114, 186, 0.05) 100%);
  padding: 15px;
}

.section_three_category .keyword-item-wrap div.search-item .keyword-info-title h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin: auto;
}

.section_three_category .keyword-item-wrap div.search-item .keyword-img {
  border-radius: 15px;
  padding: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 85% 100%;
  background-image: url(https://dpcpharma.vn/data/about-us/bg.png);
}
.section_three_category .keyword-item-wrap div.search-item .keyword-img img{
    max-width: 85%;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .section_three_category .keyword-item-wrap div.search-item .keyword-img {
      background-size: 55% 100%;
    }
    .section_three_category .keyword-item-wrap div.search-item .keyword-img img{
        max-width: 55%;
    }
}
.section_three_category .keyword-item-wrap div.search-item .keyword-img img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.section_three_category .keyword-item-wrap div.search-item .keyword-links a {
  color: #fff;
  background: #009444;
  margin-top: 20px;
  font-size: 16px;
  border: none;
  padding: 0 35px;
  height: 45px;
  line-height: 43px;
  border-radius: 25px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0px 0px 0px 6px rgb(0 148 68 / 47%);
}

.section_three_category .keyword-item-wrap div.search-item .keyword-links a:hover {
  color: #fff;
  background: #ed1c24;
  box-shadow: 0px 0px 0px 6px #ed1c2466;
}

@media (min-width: 1024px) {

  /* .section_three_category .keyword-item-wrap a:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
    transform: translateY(-5px);
    transition: all 0.3s;
  } */
  .section_three_category .keyword-item-wrap div.search-item:hover .keyword-info-title {
    color: #ec4f21;
  }

  .section_three_category .keyword-item-wrap div.search-item:hover .keyword-img {
    opacity: 1;
  }
}

.section_banner a {
  overflow: hidden;
  display: block;
  position: relative;
}

.section_banner a:after,
.section_banner a:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  z-index: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.section_banner a:after {
  left: 100%;
  top: 100%;
}

.section_banner a:before {
  left: -100%;
  top: -100%;
}

.section_banner a:hover:after,
.section_banner a:hover:before {
  left: 0;
  top: 0;
}

.section_banner.section_banner_2 {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .section_banner.section_banner_2 {
    margin-top: 20px;
  }
}

.section_banner.section_banner_2 a {
  display: block;
  height: 293px;
}

@media (max-width: 1024px) {
  .section_banner.section_banner_2 a {
    height: 244px;
  }
}

@media (max-width: 991px) {
  .section_banner.section_banner_2 a {
    height: 179px;
  }
}

@media (max-width: 767px) {
  .section_banner.section_banner_2 a {
    height: 130px;
  }
}

@media (max-width: 668px) {
  .section_banner.section_banner_2 a {
    height: 130px;
  }
}

@media (max-width: 569px) {
  .section_banner.section_banner_2 a {
    height: 325px;
  }
}

@media (max-width: 480px) {
  .section_banner.section_banner_2 a {
    height: 325px;
  }
}

@media (max-width: 376px) {
  .section_banner.section_banner_2 a {
    height: 293px;
  }
}

@media (max-width: 321px) {
  .section_banner.section_banner_2 a {
    height: 249px;
  }
}

.section_banner.section_banner_2 a img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.section_banner.section_banner_2 a img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

@media (max-width: 569px) {
  .section_banner.section_banner_2 {
    margin-top: 7px;
  }

  .section_banner.section_banner_2 a {
    display: block;
    margin: 3.5px 0;
  }
}

.evo_block-product {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .evo_block-product {
    margin-top: 20px;
  }
}

.evo_block-product .sport-titles {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 25px;
  color: #1c1c1c;
  display: block;
}

.evo_block-product .sport-titles:hover,
.evo_block-product .sport-titles:focus {
  color: #0872ba;
}

@media (max-width: 767px) {
  .evo_block-product .sport-titles {
    font-size: 20px;
  }
}

.evo_block-product .evo-block-product {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .evo_block-product .evo-block-product {
    margin-left: -5px;
    margin-right: -5px;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

.evo_block-product .evo-block-product .slick-slide {
  margin: 10px;
}

@media (max-width: 767px) {
  .evo_block-product .evo-block-product .slick-slide {
    margin: 5px;
  }
}

.evo_block-product .evo-block-product .slick-slide:hover,
.evo_block-product .evo-block-product .slick-slide:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.evo_block-product .evo-block-product .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  padding: 0;
  color: transparent;
  border: none;
  text-align: center;
  z-index: 2;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  line-height: 22px;
  border-radius: 50%;
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  outline: 0;
}

@media (max-width: 1024px) {
  .evo_block-product .evo-block-product .slick-arrow {
    display: none !important;
  }
}

.evo_block-product .evo-block-product .slick-arrow.slick-prev {
  left: -10px;
}

.evo_block-product .evo-block-product .slick-arrow.slick-prev:before {
  content: "";
  background-image: url(//bizweb.dktcdn.net/100/396/362/themes/777022/assets/back.svg?1685517924604);
  height: 25px;
  width: 25px;
  display: block;
  background-size: 19px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.evo_block-product .evo-block-product .slick-arrow.slick-next {
  right: -10px;
}

.evo_block-product .evo-block-product .slick-arrow.slick-next:before {
  content: "";
  background-image: url(//bizweb.dktcdn.net/100/396/362/themes/777022/assets/right-arrow.svg?1685517924604);
  height: 25px;
  width: 25px;
  display: block;
  background-size: 19px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.evo_block-product .evo-block-product .slick-dots {
  text-align: center;
}

.evo_block-product .evo-block-product .slick-dots li {
  display: inline-block;
}

.evo_block-product .evo-block-product .slick-dots li button {
  box-shadow: none;
  outline: 0;
  display: block;
  width: 6px;
  height: 6px;
  background: none;
  border-radius: 50%;
  border: 1px solid #222;
  padding: 0;
  font-size: 0;
}

.evo_block-product .evo-block-product .slick-dots li+li {
  margin-left: 5px;
}

.evo_block-product .evo-block-product .slick-dots li.slick-active button {
  transition: all 0.2s;
  width: 30px;
  border-radius: 3px;
  background: #222;
}

.evo_block-product .evo-block-product:hover .slick-arrow {
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #fff;
}

.evo_block-product .evo-block-product:hover .slick-arrow:before {
  height: 50px;
  width: 50px;
  background-size: 30px;
}

.evo_block-product .evo-block-product:hover .slick-arrow.slick-next {
  right: -20px;
}

.evo_block-product .evo-block-product:hover .slick-arrow.slick-prev {
  left: -20px;
}

.evo_block-product .evo-block-product .evo-product-block-item .evo-image-pro {
  height: 263px;
}

@media (max-width: 1024px) {
  .evo_block-product .evo-block-product .evo-product-block-item .evo-image-pro {
    height: 218px;
  }
}

@media (max-width: 991px) {
  .evo_block-product .evo-block-product .evo-product-block-item .evo-image-pro {
    height: 218px;
  }
}

@media (max-width: 767px) {
  .evo_block-product .evo-block-product .evo-product-block-item .evo-image-pro {
    height: 165px;
  }
}

@media (max-width: 668px) {
  .evo_block-product .evo-block-product .evo-product-block-item .evo-image-pro {
    height: 165px;
  }
}

@media (max-width: 569px) {
  .evo_block-product .evo-block-product .evo-product-block-item .evo-image-pro {
    height: 174px;
  }
}

@media (max-width: 480px) {
  .evo_block-product .evo-block-product .evo-product-block-item .evo-image-pro {
    height: 193px;
  }
}

@media (max-width: 376px) {
  .evo_block-product .evo-block-product .evo-product-block-item .evo-image-pro {
    height: 174px;
  }
}

@media (max-width: 321px) {
  .evo_block-product .evo-block-product .evo-product-block-item .evo-image-pro {
    height: 146px;
  }
}

.evo_block-product .evo-block-product .evo-product-block-item .evo-image-pro img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.evo_block-product .evo-block-product .evo-product-block-item .evo-image-pro img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.evo_block-product .evo-block-product .evo-product-block-item .thumbs-list .thumbs-list-item {
  position: relative;
  height: 63px;
}

@media (max-width: 1024px) {
  .evo_block-product .evo-block-product .evo-product-block-item .thumbs-list .thumbs-list-item {
    height: 52px;
  }
}

@media (max-width: 991px) {
  .evo_block-product .evo-block-product .evo-product-block-item .thumbs-list .thumbs-list-item {
    height: 52px;
  }
}

@media (max-width: 767px) {
  .evo_block-product .evo-block-product .evo-product-block-item .thumbs-list .thumbs-list-item {
    height: 40px;
  }
}

@media (max-width: 668px) {
  .evo_block-product .evo-block-product .evo-product-block-item .thumbs-list .thumbs-list-item {
    height: 40px;
  }
}

@media (max-width: 569px) {
  .evo_block-product .evo-block-product .evo-product-block-item .thumbs-list .thumbs-list-item {
    height: 42px;
  }
}

@media (max-width: 480px) {
  .evo_block-product .evo-block-product .evo-product-block-item .thumbs-list .thumbs-list-item {
    height: 47px;
  }
}

@media (max-width: 376px) {
  .evo_block-product .evo-block-product .evo-product-block-item .thumbs-list .thumbs-list-item {
    height: 42px;
  }
}

@media (max-width: 321px) {
  .evo_block-product .evo-block-product .evo-product-block-item .thumbs-list .thumbs-list-item {
    height: 35px;
  }
}

.evo_block-product .evo-block-product .evo-product-block-item .thumbs-list .thumbs-list-item img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.evo_block-product .evo-block-product .evo-product-block-item .thumbs-list .thumbs-list-item img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.evo_block-product .evo_block_view_more {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .evo_block-product .evo_block_view_more {
    margin-top: 10px;
  }
}

.evo_block-product .evo_block_view_more a {
  display: inline-block;
  color: #222d39;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  background-color: #f5f5f5;
  padding: 15px 22px;
  position: relative;
  z-index: 2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  overflow: hidden;
}

.evo_block-product .evo_block_view_more a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0872ba;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.evo_block-product .evo_block_view_more a:hover {
  color: #fff;
}

.evo_block-product .evo_block_view_more a:hover::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.section_blogs {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(https://dpcpharma.vn/data/banner/BG2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


.section_blogs .sport-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}

.section_blogs .sport-title svg {
  width: 50px;
  height: 50px;
}

.section_blogs .sport-title span {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  padding-right: 15px;
  color: #009444;
  padding-left: 15px;
}


@media (max-width: 767px) {
  .section_blogs .sport-title {
    font-size: 20px;
  }

  .section_blogs .sport-title span {
    font-size: 24px;
  }

  .section_blogs .sport-title svg {
    width: 30px;
    height: 30px;
  }
}

.section_blogs {
  padding-top: 15px;
}

@media (max-width: 569px) {
  .section_blogs {
    padding-top: 7px;
  }
}

@media (max-width: 767px) {
  .section_blogs .index-white-bg {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.section_blogs .title {
  position: relative;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .section_blogs .title {
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 10px;
  }
}

.section_blogs .title .titlecate {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  padding: 0;
  margin: 0;
  float: left;
}

.section_blogs .title .titlecate a {
  color: #333;
}

.section_blogs .title .titlecate a:hover,
.section_blogs .title .titlecate a:focus {
  color: #4a90e2;
}

@media (max-width: 767px) {
  .section_blogs .title .titlecate {
    float: none;
    font-size: 18px;
  }
}

.section_blogs .title .viewall {
  float: right;
  font-size: 14px;
  color: #4a90e2;
}

@media (max-width: 767px) {
  .section_blogs .title .viewall {
    float: none;
    font-size: 13px;
  }
}

.section_blogs .title .viewall:hover,
.section_blogs .title .viewall:focus {
  color: #000;
}

.section_blogs .index-big-news {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 10px;
}

.section_blogs .index-big-news a {
  position: relative;
  display: block;
}

.section_blogs .index-big-news a p {
  color: #303846;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .section_blogs .index-big-news a p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.section_blogs .index-big-news a .zone-content {
  margin-top: 5px;
  color: #4d4d4d;
}

.section_blogs .index-big-news a:hover p,
.section_blogs .index-big-news a:focus p {
  color: #4a90e2;
}

.section_blogs .index-big-news .zone-youtube {
  height: 390px;
  position: relative;
}

@media (max-width: 1024px) {
  .section_blogs .index-big-news .zone-youtube {
    height: 195px;
  }
}

@media (max-width: 991px) {
  .section_blogs .index-big-news .zone-youtube {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .section_blogs .index-big-news .zone-youtube {
    height: 333px;
  }
}

@media (max-width: 668px) {
  .section_blogs .index-big-news .zone-youtube {
    height: 333px;
  }
}

@media (max-width: 569px) {
  .section_blogs .index-big-news .zone-youtube {
    height: 352px;
  }
}

@media (max-width: 480px) {
  .section_blogs .index-big-news .zone-youtube {
    height: 257px;
  }
}

@media (max-width: 376px) {
  .section_blogs .index-big-news .zone-youtube {
    height: 231px;
  }
}

@media (max-width: 321px) {
  .section_blogs .index-big-news .zone-youtube {
    height: 195px;
  }
}

.section_blogs .index-big-news .zone-youtube img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section_blogs .index-big-news .zone-youtube img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}
.section_blogs .index-big-news .zond-con {
        margin-top: 10px;
}
@media (min-width: 768px) {
  .section_blogs .index-small-news {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .section_blogs .index-small-news {
    margin-top: 10px;
  }
}

.section_blogs .index-small-news a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 10px;
}

.section_blogs .index-small-news a+a {
  padding-top: 10px;
  margin-top: 7px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.section_blogs .index-small-news a .zone-youtube {
  max-width: 220px;
  width: 50%;
}

.section_blogs .index-small-news a .zone-youtube img {
  max-width: 100%;

}

.section_blogs .index-small-news a .zone-news {
  position: relative;
  width: 100%;
  margin-right: 10px;
  float: left;
  height: 100%;
  position: relative;
}

.section_blogs .index-small-news a .zone-news img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.section_blogs .index-small-news a p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  color: #303846;
}

@media (max-width: 768px) {
  .section_blogs .index-small-news a p {
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .section_blogs .index-small-news a p {
    font-size: 13px;
    padding-left: 0px;
  }
}

.section_blogs .index-small-news a:hover p,
.section_blogs .index-small-news a:focus p {
  color: #4a90e2;
}

.section_blogs .index-big-news a .author {
  position: absolute;
  background-blend-mode: multiply;
  background: #009444;
  opacity: 0.8;
  top: 0px;
  left: 0px;
  padding: 5px 10px;
  width: 100px;
  height: 60px;
}

.section_blogs .index-small-news a .author {
  position: absolute;
  background-blend-mode: multiply;
  background: #009444;
  opacity: 0.8;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  width: 100px;
  height: 60px;
}

.section_blogs a .author span.date {
  display: block;
  text-align: center;
  line-height: 27px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

.section_blogs a .author span.month {
  display: block;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  color: #fff;
}

@media (min-width: 1024px) {
  .section_blogs .index-promotion-news-block {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .section_blogs .index-promotion-news-block {
    margin-top: 10px;
  }
}

.section_blogs .index-promotion-news-block .index-promotion-news {
  border: solid 2px #4a90e2;
}

.section_blogs .index-promotion-news-block .index-promotion-news h3 {
  font-size: 14px;
  background-color: #4a90e2;
  margin: 0;
  padding: 0;
}

.section_blogs .index-promotion-news-block .index-promotion-news h3 a {
  color: #fff;
  display: block;
  padding: 6px 10px;
  text-transform: uppercase;
}

.section_blogs .index-promotion-news-block .index-promotion-news .index-list {
  max-height: 320px;
  overflow-y: auto;
}

.section_blogs .index-promotion-news-block .index-promotion-news .index-list::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  background-color: #f5f5f5;
}

.section_blogs .index-promotion-news-block .index-promotion-news .index-list::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

.section_blogs .index-promotion-news-block .index-promotion-news .index-list::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: #e5e5e5;
}

.section_blogs .index-promotion-news-block .index-promotion-news .index-list .item {
  padding: 5px;
}

.section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 10px;
  height: 54px;
}

.section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .thumb img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .thumb img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .info {
  padding-left: 90px;
}

.section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .info .title {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  text-align: left;
}

.section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .info .title a {
  color: #303846;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: unset;
  max-height: 34px;
}

@media (max-width: 569px) {
  .section_blogs .index-promotion-news-block .index-promotion-news .index-list .item .info .title a {
    font-size: 13px;
    max-height: 34px;
  }
}

.section_blogs .index-promotion-news-block .index-promotion-news .index-list .item:hover .info .title a {
  color: #4a90e2;
}


.section_blogs .index-small-news a {
  display: flex;
  justify-content: left;
  align-items: center;
}

.section_blogs .index-small-news a .zond-con {
  padding-left: 25px;
  width: 50%;
}

.section_blogs .index-small-news a .zond-con p {
  font-weight: 600;
  margin-bottom: 3px;
  color: #333;
  line-height: 1.3
}

@media (max-width: 991px) {
  .section_blogs .index-small-news a .zond-con p {
    font-size: 13px
  }
}

.section_blogs .index-small-news a .zond-con p:hover {
  color: #44a9d5
}

.section_blogs .index-small-news a .zond-con .zone-content {
  color: #777;
  font-size: 13px
}

@media (max-width: 991px) {
  .section_blogs .index-small-news a .zond-con .zone-content {
    display: none
  }
}

.section_brands {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .section_brands {
    margin-top: 20px;
  }
}

.section_brands .slick_brand {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .section_brands .slick_brand {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.section_brands .slick_brand .slick-slide {
  margin: 10px;
}

@media (max-width: 767px) {
  .section_brands .slick_brand .slick-slide {
    margin: 5px;
  }
}

.section_brands .slick_brand .slick-slide:hover,
.section_brands .slick_brand .slick-slide:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.section_brands .slick_brand .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  padding: 0;
  color: transparent;
  border: none;
  text-align: center;
  z-index: 2;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  line-height: 22px;
  border-radius: 50%;
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  outline: 0;
  opacity: 0;
}

@media (max-width: 1024px) {
  .section_brands .slick_brand .slick-arrow {
    display: none !important;
  }
}

.section_brands .slick_brand .slick-arrow.slick-prev {
  left: -10px;
}

.section_brands .slick_brand .slick-arrow.slick-prev:before {
  content: "";
  background-image: url(//bizweb.dktcdn.net/100/396/362/themes/777022/assets/back.svg?1685517924604);
  height: 25px;
  width: 25px;
  display: block;
  background-size: 19px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.section_brands .slick_brand .slick-arrow.slick-next {
  right: -10px;
}

.section_brands .slick_brand .slick-arrow.slick-next:before {
  content: "";
  background-image: url(//bizweb.dktcdn.net/100/396/362/themes/777022/assets/right-arrow.svg?1685517924604);
  height: 25px;
  width: 25px;
  display: block;
  background-size: 19px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.section_brands .slick_brand .slick-dots {
  text-align: center;
}

.section_brands .slick_brand .slick-dots li {
  display: inline-block;
  padding-left: 10px;
}

.section_brands .slick_brand .slick-dots li button {
  position: relative;
  box-shadow: none;
  outline: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: none;
  border-radius: 50%;
  background: #0873ba66;
  border: 1px solid #0873ba00;
  padding: 0;
  font-size: 0;
}

.section_brands .slick_brand .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border: 8px solid #0873ba66;
  border-radius: 50%;
}

.section_brands .slick_brand .slick-dots li+li {
  margin-left: 20px;
}

.section_brands .slick_brand .slick-dots li.slick-active button {
  transition: all 0.2s;
  border-radius: 50%;
  background: #0872ba;
}

.section_brands .slick_brand:hover .slick-arrow {
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #fff;
}

.section_brands .slick_brand:hover .slick-arrow {
  opacity: 1;
}

.section_brands .slick_brand:hover .slick-arrow:before {
  height: 50px;
  width: 50px;
  background-size: 30px;
}

.section_brands .slick_brand:hover .slick-arrow.slick-next {
  right: -20px;
}

.section_brands .slick_brand:hover .slick-arrow.slick-prev {
  left: -20px;
}

.section_brands .slick_brand .slick-slide a {
  display: block;
  padding: 5px;
  height: 165px;
  width: 100%;
  position: relative;
}

@media (max-width: 480px) {
  .section_brands .slick_brand .slick-slide a {
    height: 200px;
  }
}

.section_brands .slick_brand .slick-slide a img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.section_brands .slick_brand .slick-slide a img:not(.loaded) {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2;
}

.section_search_feature {
  background: url(https://dpcpharma.vn/data/about-us/home_introducing_achievements.jpg) no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  min-height: 730px;
  height: 100%;
  padding-top: 120px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .section_search_feature{
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: right;
    }
}
@media (max-width: 767px) {
  .section_search_feature .headding {
    padding: 15px;
  }

  .section_search_feature {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section_search_feature .row .item {
    margin-bottom: 20px;
  }
}

.section_search_feature .headding {
  margin-bottom: 60px;
}

.section_search_feature .headding h2 {
  text-align: left;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 38px;
  color: #fff;
  display: block;
}

.section_search_feature .headding p {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  max-width: 70%;
}

.section_search_feature p {
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 0;
}

.section_search_feature form {
  margin-top: 30px;
  margin-bottom: 0;
  position: relative;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.section_search_feature form input {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 130px;
}

.section_search_feature form button {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 38px;
  width: 120px;
  text-align: center;
}

.section_search_feature form button:hover,
.section_search_feature form button:focus {
  color: #fff;
  background-color: #0872ba;
  border-color: #0872ba;
}
@media (max-width: 1199px) {
    .section_search_feature {
        min-height: 660px;
    }
}
@media (max-width: 767px) {
  .section_search_feature .headding h3 {
    font-size: 24px;
  }

  .section_search_feature .headding p {
    font-size: 14px;
  }

}

footer.footer {
  margin-top: 0;
  border-top: none;
}

.section_tuvan {
  min-height: 48.5vw;
  position: relative;
  background-repeat: no-repeat;
  padding: 100px 0;

}

.section_tuvan:after {
  width: 100%;
  height: 115px;
  background: url(https://dpcpharma.vn/templates/ant-home/images/bg-pattern.png) no-repeat center center;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 2;
}

.section_tuvan h3 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 40px;
  color: #fff;
  display: block;
  text-align: right;
}

.section_tuvan p {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: right;
}

.section_tuvan a {
  float: right;
  text-align: right;
  color: #fff;
  background: #0872ba;
  margin-top: 20px;
  font-size: 16px;
  border: none;
  padding: 0 35px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #fff;
  border-radius: 25px;
  text-align: right;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0px 0px 0px 6px #ffffff5e;
}


@media (max-width: 991px) {
  .section_tuvan a {
    margin-top: 20px;
    height: 35px;
    line-height: 33px;
    border-radius: 15px;
  }
}

@media (max-width: 767px) {
  .section_tuvan a {
    margin-bottom: 20px;
    border-radius: 25px;
  }

  .section_tuvan {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 100px;
    background-size: cover;
  }

  .section_tuvan:after {
    bottom: -90px;
  }
}

.section_tuvan a:hover,
.section_tuvan a:focus {
  color: #fff;
  background-color: #009444;
  box-shadow: 0px 0px 0px 6px #ffffff5e;
}