.hero-showcase {
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  position: relative;
  overflow: hidden;
}
.hero-showcase:after {
  content: "";
  width: 100%;
  height: 605px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 80px 80px;
  background: linear-gradient(180deg, rgba(15, 107, 58, 0) 0%, #0f6b3a 100%);
}
.hero-showcase .hero-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  padding-bottom: 100px;
  z-index: 1;
}
.hero-showcase .hero-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 50px;
}
.hero-showcase .sub-hero-title {
  font-size: 22px;
  max-width: 50%;
  margin: 15px auto;
}

.tdt-sec-title {
  font-weight: 700;
  color: #0f6b3a;
  font-size: 50px;
}

.tdt-sub-head {
  font-weight: 700;
  font-size: 34px;
}

.tdt-sec-about {
  padding: 100px 0;
}

.tdt-about-desc {
  font-size: 18px;
}

.tdt-context {
  position: relative;
  padding: 50px 0 150px 0;
}
.tdt-context:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #0f6b3a 0%, rgba(29, 209, 113, 0.02) 42.37%, rgba(255, 255, 255, 0) 100%);
}
.tdt-context .sub-content {
  font-size: 18px;
}
.tdt-context .inner {
  padding: 60px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(15, 107, 58, 0.15);
  margin-bottom: 30px;
  position: relative;
}
.tdt-context .strong-title {
  color: #222;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
}
.tdt-context .item-box-title {
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

.tdt-reward {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-top: 100px;
  margin-top: -80px;
  background: #fff;
  position: relative;
}
.tdt-reward .tdt-sec-title {
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
}
.tdt-reward .tdt-sub-title {
  color: #222;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tdt-reward .img-line {
  display: block;
  margin: 15px auto;
}
.tdt-reward .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 15px;
}
.tdt-reward .thumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 220px;
  width: 100%;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(15, 107, 58, 0) 9.7%, #0f6b3a 100%);
  box-shadow: 0 20px 40px 0 rgba(28, 147, 124, 0.1);
}
.tdt-reward .thumb .reward-title {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  padding: 40px;
  text-align: center;
  font-size: 18px;
}

.tdt-growth {
  background-color: #0f6b3a;
  position: relative;
  padding: 100px 0;
  margin-top: 300px;
}
.tdt-growth .tdt-sec-title {
  max-width: 70%;
  margin-top: -250px;
  margin-bottom: 150px;
}
.tdt-growth .list-number-item {
  display: flex;
  flex-wrap: wrap;
}
.tdt-growth .item {
  width: 33.33%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px;
}
.tdt-growth .item:nth-child(7), .tdt-growth .item:nth-child(8), .tdt-growth .item:nth-child(9) {
  border-bottom: none;
}
.tdt-growth .item:nth-child(3n) {
  border-right: none;
}
.tdt-growth .inner {
  padding: 15px 30px;
  text-align: center;
  color: #fff;
}
.tdt-growth .inner:hover {
  background: rgba(255, 255, 255, 0.2);
}
.tdt-growth .year {
  display: block;
  font-size: 20px;
}
.tdt-growth .number {
  color: #ffc960;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
}
.tdt-growth .col-image {
  border-radius: 80px;
  margin-top: -280px;
}

.tdt-doing {
  padding: 100px 0;
}
.tdt-doing .tdt-sub-title {
  color: #222;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tdt-doing .sub-content {
  font-size: 18px;
  max-width: 62%;
  margin: 0 auto;
}

.tdt-doing .list-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.tdt-doing .gallery-item {
  width: 20%;
  max-width: 180px;
  overflow: hidden;
  height: 600px;
  transition: all 0.5s;
}
.tdt-doing .gallery-item:first-child {
  border-bottom-left-radius: 40px;
}
.tdt-doing .gallery-item:last-child {
  border-bottom-right-radius: 40px;
}
.tdt-doing .gallery-item .inner {
  cursor: pointer;
  position: relative;
  border-radius: 0 0 0 40px;
  box-shadow: 0 20px 40px 0 rgba(28, 147, 124, 0.1);
}
.tdt-doing .gallery-item .inner .thumbnail {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 600px;
}
.tdt-doing .gallery-item .inner .thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.tdt-doing .gallery-item .inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(90deg, rgba(113, 113, 113, 0) 0%, rgba(15, 107, 58, 0.8) 100%);
}
.tdt-doing .gallery-item .inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, rgba(15, 107, 58, 0) 9.7%, #0f6b3a 85.89%);
  opacity: 0;
}
.tdt-doing .gallery-item .inner .gallery-title {
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 15px;
  font-size: 18px;
  font-size: 26px;
  opacity: 0;
  transition: all 0.8s;
  border-left: 3px solid #fff;
  z-index: 1;
  margin-left: 30px;
  margin-bottom: 30px;
}
.tdt-doing .gallery-item.active {
  max-width: none;
  width: calc(100% - 720px);
}
.tdt-doing .gallery-item.active .inner:before {
  opacity: 0;
}
.tdt-doing .gallery-item.active .inner:after {
  opacity: 1;
  bottom: 0;
}
.tdt-doing .gallery-item.active .gallery-title {
  opacity: 1;
}
.tdt-doing .number {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: rgba(15, 107, 58, 0.5);
  display: block;
  border-radius: 80px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  transition: all 0.3s;
}
.tdt-doing .active .number {
  left: 30px;
  right: 0;
}

.tdt-quote {
  position: relative;
  text-align: center;
  border-radius: 30px;
  background: #e9f5f2;
  padding: 50px;
  margin-top: 50px;
}
.tdt-quote p {
  color: #222;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
  max-width: 65%;
  margin: 0 auto;
}

.tdt-brand-design svg {
  display: block;
  margin: 15px auto;
}
.tdt-brand-design .number-head {
  color: #999;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: center;
}
.tdt-brand-design .tdt-sec-title {
  text-align: center;
  margin-bottom: 30px;
}
.tdt-brand-design .sub-sec-title {
  color: #0f6b3a;
  font-weight: 700;
}
.tdt-brand-design .text-content {
  font-size: 18px;
}
.tdt-brand-design .img-brand-1 {
  border-radius: 40px;
}
.tdt-brand-design .list-logo {
  margin-top: 50px;
}
.tdt-brand-design .list-logo .inner {
  padding: 40px 30px;
  border-radius: 30px;
  box-shadow: 0 5px 20px 0 rgba(15, 107, 58, 0.15);
}
.tdt-brand-design .list-logo .inner img {
  display: block;
  margin: auto;
}
.tdt-brand-design .logo-1 {
  background-color: #0f6b3a;
}
.tdt-brand-design .logo-2 {
  background-color: #eee;
}
.tdt-brand-design .logo-3 {
  background-color: white;
}
.tdt-brand-design .col-color .inner {
  padding-top: 32px;
  padding-bottom: 32px;
}
.tdt-brand-design .tdt-quote p {
  max-width: 90%;
}
.tdt-brand-design .sub-title {
  text-align: center;
  font-size: 18px;
  max-width: 75%;
  margin: 0 auto;
}

.tdt-list-profile .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 15px;
}
.tdt-list-profile .thumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 100%;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(15, 107, 58, 0) 9.7%, #0f6b3a 100%);
  box-shadow: 0 20px 40px 0 rgba(28, 147, 124, 0.1);
}
.tdt-list-profile .thumb .profile-content {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0;
  color: #fff;
  padding: 40px;
  text-align: center;
  font-size: 18px;
  z-index: 1;
  overflow: hidden;
  height: 80px;
  transition: all 0.3s;
}
.tdt-list-profile .doctor-name {
  text-align: left;
  font-weight: 700;
  font-size: 22px;
}
.tdt-list-profile .profile-item:hover .profile-content {
  height: 60%;
}

.profile-chanel {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}
.profile-chanel img {
  display: inline-block;
  margin: 0;
}
.profile-chanel li {
  margin-bottom: 5px;
}

.tdt-multi-chanel {
  background: url(../images/showcase/tdt/bg-traffic.png);
  padding: 100px 0;
  background-size: cover;
  background-position: center;
}
.tdt-multi-chanel svg {
  display: block;
  margin: 15px auto;
}
.tdt-multi-chanel .number-head {
  color: #999;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: center;
}
.tdt-multi-chanel .tdt-sec-title {
  text-align: center;
  margin-bottom: 30px;
}
.tdt-multi-chanel .sub-sec-title {
  color: #0f6b3a;
  font-weight: 700;
}
.tdt-multi-chanel .sub-title {
  color: #222;
  text-align: center;
  font-size: 18px;
}

.tdt-multi-chanel .slick-prev {
  z-index: 3;
  width: 40px;
  height: 40px;
  background: url(../images/showcase/tdt/icons/slick-prev.svg);
  background-position: center;
  background-size: cover;
  border-radius: 40px;
  left: auto;
  right: calc(100% - 425px);
  margin-right: -10px;
}
.tdt-multi-chanel .slick-prev:before {
  display: none;
}
.tdt-multi-chanel .slick-next {
  margin-left: -10px;
  left: calc(100% - 425px);
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/showcase/tdt/icons/slick-next.svg);
  background-position: center;
  background-size: cover;
  border-radius: 40px;
}
.tdt-multi-chanel .slick-next:before {
  display: none;
}

.list-mockup-chanel .inner {
  background: url(../images/showcase/tdt/bg-mockup.png);
  width: 1465px;
  height: 740px;
  margin: 0 auto;
  text-align: center;
  padding-top: 70px;
}
.list-mockup-chanel .inner img {
  display: block;
  margin: 0 auto;
}

.tdt-event svg,
.tdt-gallery svg,
.tdt-tv svg {
  display: block;
  margin: 15px auto;
}
.tdt-event .number-head,
.tdt-gallery .number-head,
.tdt-tv .number-head {
  color: #999;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: center;
}
.tdt-event .tdt-sec-title,
.tdt-gallery .tdt-sec-title,
.tdt-tv .tdt-sec-title {
  text-align: center;
  margin-bottom: 10px;
}
.tdt-event .sub-sec-title,
.tdt-gallery .sub-sec-title,
.tdt-tv .sub-sec-title {
  color: #0f6b3a;
  font-weight: 700;
}
.tdt-event .sub-title,
.tdt-gallery .sub-title,
.tdt-tv .sub-title {
  color: #222;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.tdt-tv .inner {
  position: relative;
  margin-bottom: 30px;
}
.tdt-tv .inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 107, 58, 0) 27.76%, rgba(15, 107, 58, 0.9) 100%);
  box-shadow: 0 20px 40px 0 rgba(28, 147, 124, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.tdt-tv .inner .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: block;
  padding: 15px;
}

.tdt-gallery .inner {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.tdt-gallery .video {
  width: 100%;
}
.tdt-gallery .video:after {
  content: "";
  width: 100%;
  height: 165px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(15, 107, 58, 0) 9.7%, #0f6b3a 100%);
  box-shadow: 0 20px 40px 0 rgba(28, 147, 124, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.tdt-gallery .video .icon-play {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 60px;
  height: 60px;
  background: url(../images/showcase/tdt/icons/icon-play.svg);
  z-index: 1;
}
.tdt-gallery .video .title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 75px;
  width: calc(100% - 145px);
  padding: 15px;
  z-index: 1;
  text-align: left;
}
.tdt-gallery .inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 360px;
  margin-bottom: 30px;
}
.tdt-gallery .inner img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.tdt-event .list-gallery-event {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.tdt-event .gallery-item {
  overflow: hidden;
  height: 600px;
  transition: all 0.5s;
  padding: 15px;
}
.tdt-event .gallery-item .inner {
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.tdt-event .gallery-item .inner .thumbnail {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 500px;
}
.tdt-event .gallery-item .inner .thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.tdt-event .gallery-item .inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 260px;
  background: linear-gradient(180deg, rgba(15, 107, 58, 0) 9.7%, #0f6b3a 100%);
  box-shadow: 0 20px 40px 0 rgba(28, 147, 124, 0.1);
}
.tdt-event .gallery-item .inner .gallery-title {
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 15px;
  font-size: 17px;
  transition: all 0.8s;
  z-index: 1;
  padding-bottom: 15px;
  min-height: 65px;
}
.tdt-event .gallery-item .inner .desc {
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: -125px;
  z-index: 1;
  padding: 15px;
  transition: all 1s;
  opacity: 0;
}
.tdt-event .gallery-item.col-md-4 .inner .gallery-title {
  bottom: 80px;
}
.tdt-event .gallery-item.col-md-4 .inner .desc {
  opacity: 1;
  bottom: 15px;
}

.newspaper {
  position: relative;
  margin-top: 50px;
}
.newspaper:before {
  content: "";
  width: 100%;
  height: 800px;
  position: absolute;
  top: 40%;
  left: 0;
  background: linear-gradient(180deg, #0f6b3a 0%, rgba(29, 209, 113, 0) 62.49%, rgba(255, 255, 255, 0) 96.63%);
}
.newspaper .list-newspaper img {
  display: block;
  margin: 0 auto;
}
.newspaper .tdt-quote {
  max-width: 50%;
  margin-bottom: 150px;
}
.newspaper .tdt-quote p {
  max-width: 100%;
}/*# sourceMappingURL=showcase-2.css.map */
