@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400&display=swap");
:root {
  --animate-delay: 0.1s;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Mitr", sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #333333;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333333;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

header {
  width: 100%;
}
header .navbar {
  transition: all 0.3s ease-out;
}
header .navbar .navbar-brand img {
  height: 50px;
}
header .navbar .navbar-nav .nav-item {
  margin-left: 25px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 22px;
  font-weight: 400;
  color: #00a8b6;
}
header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #00a8b6;
}

header .navbar.fixed {
  background-color: #fff;
  padding: 0;
  min-height: auto;
}
header .navbar.fixed .navbar-brand img {
  display: block;
  height: 40px;
}
header .navbar.fixed .nav-item {
  margin-left: 20px;
}
header .navbar.fixed .nav-item .nav-link {
  font-size: 18px;
  color: #00a8b6;
}
header .navbar.fixed .nav-item .nav-link.active {
  color: #00a8b6;
}
header .navbar {
  min-height: 130px;
}
header .navbar .navbar-brand img {
  display: none;
}

#banner {
  position: relative;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;*/
  /*&::before {
    display: block;
    content: "";
    background-color: #00a8b6;
    width: 150vh;
    height: 150vh;
    position: absolute;
    top: -45%;
    right: -34%;
    z-index: 0;
    border-radius: 100%;
  }*/
}
#banner .banner-logo {
  top: 20px;
  left: 140px;
  z-index: 2;
}
#banner .askme {
  width: 100%;
  position: relative;
}
#banner .content {
  /*margin: 20px;*/
  color: #fff;
  position: relative;
}
#banner .content h1 {
  font-size: 75px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
#banner .content h1 img {
  display: block;
  margin: 0 auto;
}
#banner .content p {
  font-size: 36px;
}

.cmed_content {
  background-color: #fcf9ff;
  padding: 80px 0 0;
}
.cmed_content .list img {
  margin-bottom: 20px;
}
.cmed_content .list p {
  font-size: 16px;
  font-weight: 400;
  color: #00a8b6;
}
.cmed_content .bt-lean {
  background-color: #00a8b6;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #00a8b6;
  transition: all 0.3s linear;
  margin: 30px auto 0;
  display: block;
  width: 160px;
}
.cmed_content .bt-lean:hover {
  background-color: #fff;
  color: #00a8b6;
}
.cmed_content .bt-lean span {
  line-height: 1;
  font-size: 25px;
  position: relative;
  top: 3px;
}
.cmed_content h2 {
  color: #00a8b6;
}
.cmed_content .align-middle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.cmed_content .align-middle .middle {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  height: 400px;
}
.cmed_content .align-middle .middle img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.cmed_content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cmed_content ul li {
  background-image: url(../images/li.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left top 3px;
  line-height: 1.5;
  padding-left: 30px;
  margin: 15px 0;
}
.cmed_content .hide-content {
  transition: all 0.5s linear;
  overflow: hidden;
}
.cmed_content .hide-content .cmed-begin {
  padding: 40px 0;
}
.cmed_content .hide-content .content-bottom {
  color: #00a8b6;
}
.cmed_content .hide-content .content-bottom a {
  color: #00a8b6;
}

.toggle-content {
  height: auto !important;
}

.content-slide {
  position: relative;
  overflow: hidden;
}
.content-slide .title-slide {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}
.content-slide .slide {
  margin: 0;
}
.content-slide .slide .slick-dots {
  bottom: 15px;
}

#map-content {
  position: relative;
}
#map-content .int {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  text-align: center;
}
#map-content #map {
  width: 100%;
  height: 600px;
  position: relative;
}
#map-content #searchInput {
  background-image: url(../images/ic-search.png);
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-color: #00a8b6;
  width: 40%;
  font-family: "Mitr", sans-serif;
  font-size: 16px;
  border: 0;
  border-radius: 20px;
  color: #fff;
  padding: 10px 20px;
  top: 10px !important;
}
#map-content ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
#map-content :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
#map-content ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
#map-content :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
#map-content ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

#block-doctor {
  background-color: #fcf0fa;
  padding: 40px 0;
  overflow: hidden;
}
#block-doctor h2 {
  display: inline-block;
  color: #fff;
  margin-bottom: 40px;
}
#block-doctor .bl {
  position: relative;
  margin: 15px;
  overflow: hidden;
  border-radius: 15px;
}
#block-doctor .bl img {
  width: 100%;
  transition: all 0.5s ease-in;
}
#block-doctor .bl .i-play {
  display: block;
  background-image: url(../images/ic-play.png);
  background-color: rgba(0, 0, 0, 0.1607843137);
  background-position: center;
  background-repeat: no-repeat;
  background-size: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: all 0.3s ease-in;
}
#block-doctor .bl:hover .i-play {
  background-color: rgba(0, 0, 0, 0);
}
#block-doctor .bl:hover img {
  transform: scale(1.05);
}
#block-doctor .profile {
  font-size: 18px;
  font-weight: 200;
  margin: 20px 0;
  text-align: center;
}
#block-doctor .slick-dots li.slick-active button:before {
  color: #00a8b6;
}
#block-doctor .slick-dots li button:before {
  font-size: 16px;
}
#block-doctor .slick-prev,
#block-doctor .slick-next {
  width: 45px;
  height: 45px;
  z-index: 1;
}
#block-doctor .slick-prev:before,
#block-doctor .slick-next:before {
  font-size: 45px;
  color: #00a8b6;
}
#block-doctor .slick-prev {
  left: -35px;
}
#block-doctor .slick-next {
  right: -35px;
}

footer {
  display: flex;
  justify-content: space-between;
  background-color: #00a8b6;
  padding: 20px 0;
  color: #fff;
}
footer .text-right {
  font-size: 14px;
  font-weight: 200;
  text-align: right;
  margin: 0;
  padding-top: 20px;
}

/*-------------------------------------------------------*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiper {
  height: auto;
  min-height: 300px;
}
.mySwiper .swiper-slide {
  min-height: 360px;
}
.mySwiper .swiper-slide .slide {
  opacity: 0;
  display: flex;
  background-color: #fff;
  align-items: stretch;
  padding: 15px;
  max-width: 360px;
  min-height: 80px;
}
@media screen and (min-width: 575px) {
  .mySwiper .swiper-slide .slide {
    width: 360px;
  }
}
.mySwiper .swiper-slide .slide .user-avatar {
  position: relative;
  margin-right: 10px;
  width: 30px;
}
.mySwiper .swiper-slide .slide .user-avatar img {
  position: relative;
  width: 30px;
  height: auto;
  z-index: 2;
}
.mySwiper .swiper-slide .slide .user-avatar::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 33px;
  bottom: 0;
  background-color: #cecece;
  left: 50%;
  z-index: 1;
}
.mySwiper .swiper-slide .slide p {
  width: calc(100% - 40px);
  margin: 0;
  color: #00a8b6;
  text-align: left;
}
.mySwiper .swiper-slide .slide + .slide {
  margin-top: 20px;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  background-color: #00a8b6;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
}
.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  font-size: 24px;
}
.mySwiper .swiper-pagination-bullet-active {
  --swiper-pagination-color: #00a8b6;
}

.group-faq {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.animate__animated.animate__delay-6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-delay: calc(var(--animate-delay) * 6);
  animation-delay: calc(var(--animate-delay) * 6);
}

.green-title {
  background-color: #abbc47;
  padding: 6px 15px;
  text-align: center;
  border-radius: 30px;
}
.green-title h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .green-title h2 {
    font-size: 20px;
  }
}

.cmed-is-m .green-title {
  margin-top: -40px;
}
.cmed-is-m .awards .green-title {
  margin-top: 0;
}

.award-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.award-item img {
  max-width: 120px;
}

.cmed-lists {
  margin: 0;
}
.cmed-lists > li {
  display: flex;
  padding-left: 0 !important;
}
.cmed-lists > li .tik {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 6px;
}
.cmed-lists > li .tik img {
  width: 100%;
}

.c-vitamin-sign {
  float: left;
}
.c-vitamin-sign p {
  color: #00a8b6;
  text-align: center;
  font-weight: 400;
}

.vitamin-sign {
  display: flex;
}
.vitamin-sign > div:nth-child(2) {
  margin-left: 20px;
}
.vitamin-sign .img img {
  width: 220px;
}

#cmed_content {
  position: relative;
}

.el-float {
  pointer-events: none;
  position: absolute;
}
.el-float.ef-1 {
  right: -80px;
}
.el-float.ef-2 {
  top: 880px;
  right: 30px;
}
.el-float.ef-3 {
  top: 300px;
  left: -20px;
}
.el-float.ef-4 {
  right: -170px;
  bottom: 140px;
}
.el-float.ef-5 {
  top: 0;
  left: -60px;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.what-cmed {
  color: #abbc47;
  font-size: 20px;
  text-align: center;
}
.what-cmed img {
  width: 100px;
  position: relative;
  top: -12px;
}

.brooch-title {
  color: #00a8b6;
  font-weight: 400;
  text-align: center;
}

.br-custom-428 {
  display: block;
}
@media screen and (min-width: 429px) {
  .br-custom-428 {
    display: none;
  }
}

.br-custom-428-2 {
  display: block;
}
@media screen and (min-width: 429px) {
  .br-custom-428-2 {
    display: none;
  }
}
@media screen and (max-width: 391px) {
  .br-custom-428-2 {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .group-faq {
    left: 65%;
  }
}
@media screen and (max-width: 575px) {
  /*header {
    .navbar {
      height: 0;
      &.fixed {
        overflow: hidden;
      }
    }
  }*/
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  #banner {
    padding-top: 0;
  }
  #banner::before {
    display: none;
  }
  .cmed_content {
    padding-top: 0;
  }
  .cmed_content .bt-lean {
    display: block;
    margin: 0 auto;
    width: 165px;
  }
  .cmed_content .bt-lean span {
    top: 2px;
  }
  .c-vitamin-sign {
    float: none;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  #map-content #searchInput {
    width: 80%;
  }
  #block-doctor {
    background-color: #fcf9ff;
  }
  #block-doctor h2 {
    font-size: 20px;
  }
  #block-doctor .slick-prev {
    left: 0;
  }
  #block-doctor .slick-next {
    right: 0;
  }
  .group-faq {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
    padding: 25px 0 40px;
    max-width: 320px;
    margin: 0 auto;
  }
  .group-faq .slide:nth-child(2n) {
    margin-left: 30px !important;
  }
  .content-slide {
    padding-top: 60px;
  }
  .content-slide .title-slide {
    width: 220px;
    top: 20px;
  }
  .el-float.ef-1 {
    width: 140px;
    top: -15px;
    right: -50px;
  }
  .el-float.ef-2 {
    width: 100px;
    top: 2000px;
    right: 0;
  }
  .el-float.ef-3 {
    width: 100px;
    top: 200px;
    left: -10px;
    z-index: 3;
  }
  .el-float.ef-4 {
    width: 200px;
    right: -100px;
    bottom: 230px;
    z-index: 3;
  }
  .el-float.ef-5 {
    width: 140px;
    left: -40px;
  }
  .vitamin-sign {
    flex-direction: column;
  }
  .vitamin-sign > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .logo {
    width: 80px;
  }
  footer .copyrigth {
    font-size: 12px;
    padding-top: 0;
  }
  footer .row {
    display: flex;
    align-items: center;
  }
}/*# sourceMappingURL=style.min.css.map */