﻿* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: font1;
  src: url(../../assets/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: font2;
  src: url(../../assets/fonts/Roboto-Bold.ttf);
}
.error {
  color: red;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

.Text-search {
  display: none;
}

.h_NoiDung {
  width: 40%;
}

.h_tenDV {
  width: 16%;
}

.h_tenkhoa {
  width: 16%;
}

.h_tenBS {
  width: 16%;
}

.h_ThoiGian {
  width: 12%;
}

.slick-slide {
  text-align: center;
}

.slick-list {
  display: flex;
  justify-content: center;
}

body {
  font-family: font1;
  color: #000;
  font-size: 1.6rem;
}

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

ul {
  list-style: none;
}

:root {
  --00a651: #0063b6;
  --037c3d: #2ec377;
}

.wide_header {
  max-width: 100%;
  margin: 0 auto;
}

.wide {
  width: 1200px;
  max-width: 98%;
  margin: 0 auto;
}

.active4 {
  background-color: var(--037c3d);
  border-bottom: 2px solid #00a651;
}
.active4 .active-menu {
  background-color: var(--037c3d);
}
.active4 i {
  background-color: var(--037c3d);
}

#Header .Header_top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #008525;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
#Header .Header_top .Header_top-nav {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: end;
}
#Header .Header_top .Header_top-nav .top_nav--left {
  width: 3%;
  background-color: #00a651;
  border-bottom-right-radius: 60px;
  display: none;
}
#Header .Header_top .Header_top-nav .top_nav--right {
  display: flex;
  justify-content: space-between;
  background-color: #00a651;
  padding: 0 2%;
  border-bottom-left-radius: 60px;
  color: #fff;
  font-size: 1.6rem;
  position: fixed;
}
#Header .Header_top .Header_top-nav .top_nav--right .left {
  display: flex;
  gap: 40px;
  width: 100%;
  padding-left: 40px;
}
#Header .Header_top .Header_top-nav .top_nav--right .left .left_hot {
  display: flex;
  align-items: center;
  gap: 6px;
}
#Header .Header_top .Header_top-nav .top_nav--right .left .left_hot a {
  padding: 10px 0;
  color: #fff;
}
#Header .Header_top .Header_top-nav .top_nav--right .left .left_hot a:hover {
  color: #dbdbdb;
}
#Header .Header_top .Header_top-nav .top_nav--right .right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#Header .Header_top .Header_top-nav .top_nav--right .right li {
  padding: 3px 0;
}
#Header .Header_top .Header_top-nav .top_nav--right .right li .user_hover:hover .user_hover-item {
  display: flex;
}
#Header .Header_top .Header_top-nav .top_nav--right .right li a {
  padding: 10px 10px;
  color: #fff;
}
#Header .Header_top .Header_top-nav .top_nav--right .right li a:hover {
  color: #dbdbdb;
}
#Header .Header_top .Header_top-nav .top_nav--right .right li .item_lang {
  position: relative;
}
#Header .Header_top .Header_top-nav .top_nav--right .right li .item_lang i {
  padding-left: 4px;
}
#Header .Header_top .Header_top-nav .top_nav--right .right li .item_lang .right_item--lang {
  position: absolute;
  display: none;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 4px;
  color: #000;
  justify-content: center;
  flex-direction: column;
}
#Header .Header_top .Header_top-nav .top_nav--right .right li .item_lang .right_item--lang span {
  padding: 4px 20px;
}
#Header .Header_top .Header_top-nav .top_nav--right .right li .item_lang .right_item--lang span:hover {
  background-color: #ccc;
  border-radius: 4px;
}
#Header .Header_top .Header_top-nav .top_nav--right .right li .item_lang:hover .right_item--lang {
  display: flex;
}
#Header .Header_top .Header_top-nav .top_nav--right .right li .right_log {
  display: flex;
  align-items: center;
}
#Header .Header_top .Header_top-nav .top_nav--right .right li .right_log .right_item + .right_item {
  position: relative;
}
#Header .Header_top .Header_top-nav .top_nav--right .right li .right_log .right_item + .right_item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  margin-left: 2px;
  background-color: #fff;
}
#Header .Header_top .Header_bt-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#Header .Header_top .Header_bt-nav .Header_nav--link {
  width: 100%;
  margin-top: 7px;
  padding: 10px 0;
  background-color: #fff;
}
#Header .Header_top .Header_bt-nav .Header_nav--link a {
  display: flex;
  align-items: center;
  gap: 20px;
}
#Header .Header_top .Header_bt-nav .Header_nav--link a .Header_nav--link-img {
  width: 100px;
}
#Header .Header_top .Header_bt-nav .Header_nav--link a .Header_nav--link-img img {
  width: 100%;
  object-fit: fill;
}
#Header .Header_top .Header_bt-nav .Header_nav--link a .link_head {
  display: flex;
  flex-direction: column;
}
#Header .Header_top .Header_bt-nav .Header_nav--link a .link_head h3 {
  font-size: 2.6rem;
  color: #008525;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: font2;
}
#Header .Header_top .Header_bt-nav .Header_nav--link a .link_head span {
  font-size: 2.6rem;
  font-family: font2;
  text-transform: uppercase;
  color: #ed1c24;
}
#Header .Header_top .Header_bt-nav .Header_menu {
  display: flex;
  align-items: center;
  background-color: #008525;
  justify-content: start;
  position: relative;
}
#Header .Header_top .Header_bt-nav .Header_menu li {
  line-height: 1.5;
  position: relative;
}
#Header .Header_top .Header_bt-nav .Header_menu li .active-menu {
  padding: 14px 18px;
  display: block;
  text-transform: uppercase;
  font-family: font2;
  color: #fff;
}
#Header .Header_top .Header_bt-nav .Header_menu li:hover {
  background-color: var(--037c3d);
}
#Header .Header_top .Header_bt-nav .Header_menu li:hover .menu-mini {
  display: block;
}
#Header .Header_top .Header_bt-nav .Header_menu li .wrap {
  position: absolute;
  right: 0;
  margin-top: 5px;
}
#Header .Header_top .Header_bt-nav .Header_menu li .wrap #frmsearch {
  display: none;
}
#Header .Header_top .Header_bt-nav .Header_menu li .wrap #frmsearch .ip {
  display: flex;
}
#Header .Header_top .Header_bt-nav .Header_menu li .wrap #frmsearch .ip input {
  font-size: 1.6rem;
  padding: 10px;
}
#Header .Header_top .Header_bt-nav .Header_menu li .wrap #frmsearch .ip .btnsearch {
  padding: 10px;
}
#Header .Header_top .Header_bt-nav .Header_menu li .menu-mini {
  display: none;
  min-width: 240px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#Header .Header_top .Header_bt-nav .Header_menu li .menu-mini li a {
  padding: 8px 20px;
  display: block;
  font-family: font1;
  color: #000;
  text-transform: none !important;
}
#Header .Header_top .Header_bt-nav .Header_menu li .menu-mini li:hover {
  border: none;
  background-color: #ccc;
}
#Header .Header_top .Header_bt-nav .Header_menu li .menu-mini li:hover a {
  color: #008525;
}
#Header .Header_top .Header_bt-nav .Header_menu li .menu-mini li:hover .menu-mini {
  display: block;
}
#Header .Header_top .Header_bt-nav .Header_menu li .menu-mini li .menu-mini {
  left: 100%;
  top: 0;
  display: none;
  max-height: 400px;
  overflow-y: auto;
}
#Header .Header_top .Header_bt-nav .Header_menu li .menu-mini li .menu-mini li a {
  color: #000;
}
#Header .Header_top .Header_bt-nav .Header_menu li .menu-mini li .menu-mini li:hover a {
  color: #008525;
}
#Header .Header_top .Header_bt-nav .Header_menu li + li {
  border-left: 1px solid #ccc;
}
#Header .Header_top .Header_bt-nav .Header_menu li:nth-child(n+6) .menu-mini {
  right: 0;
}
#Header .Header_top .Header_bt-nav .Header_menu li:nth-child(n+6) .menu-mini li .menu-mini {
  right: 100%;
  left: auto;
}
#Header .Header_top .Header_bt-nav .menu-icon,
#Header .Header_top .Header_bt-nav .Header_menu-mobile,
#Header .Header_top .Header_bt-nav .mobile_opacity,
#Header .Header_top .Header_bt-nav .mobile_close {
  display: none;
}

.lstQC .slick-dots {
  display: none !important;
}

.Header_Slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  position: absolute;
  top: 96%;
  right: 50%;
}
.Header_Slider .slick-dots .slick-active button {
  width: 50px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.Header_Slider .slick-dots li {
  list-style: none;
}
.Header_Slider .slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #cccccc;
}
.Header_Slider .Header_Slider--item {
  height: 755px;
}
.Header_Slider .Header_Slider--item .Slider--item_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.nav_conten-list {
  background-color: #f7fcfb;
}
.nav_conten-list .nav_conten {
  display: flex;
  justify-content: center;
  padding: 0;
}
.nav_conten-list .nav_conten li {
  width: 33.3333333333%;
  position: relative;
}
.nav_conten-list .nav_conten li .nav_conten-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 20px;
  gap: 10px;
}
.nav_conten-list .nav_conten li .nav_conten-link .nav_conten-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  transform: rotate(-45deg);
}
.nav_conten-list .nav_conten li .nav_conten-link .nav_conten-item {
  display: flex;
  gap: 16px;
  flex-direction: row-reverse;
  align-items: center;
}
.nav_conten-list .nav_conten li .nav_conten-link .nav_conten-item h4 {
  text-transform: uppercase;
}
.nav_conten-list .nav_conten li .nav_conten-link .nav_conten-item .img {
  width: 54px;
  height: 54px;
}
.nav_conten-list .nav_conten li .nav_conten-link .nav_conten-item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav_conten-list .nav_conten li .nav_conten-link .nav_conten-center {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  min-height: 68px;
}
.nav_conten-list .nav_conten li .nav_conten-link .nav_conten-center a {
  color: #ffff00;
}
.nav_conten-list .nav_conten li .nav_conten-link .link-btn {
  background-color: #fff;
  color: #008525;
  border-radius: 4px;
  border: 1px solid #008525;
  display: flex;
  align-items: center;
  font-family: font2;
  padding: 6px 10px;
}
.nav_conten-list .nav_conten li .nav_conten-link .link-btn i {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-top: 4px;
}
.nav_conten-list .nav_conten li .nav_conten-link .right_question {
  border: 1px solid #008525;
  margin-top: 10px;
  text-align: center;
  border-radius: 6px;
}
.nav_conten-list .nav_conten li .nav_conten-link .right_question span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #008525;
  display: block;
}
.nav_conten-list .nav_conten li .nav_conten-link .opacity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 140;
  display: none;
}
.nav_conten-list .nav_conten li:nth-child(even) {
  background-color: #008525;
}
.nav_conten-list .nav_conten li:nth-child(even) h4 {
  color: #fff;
  margin-bottom: 20px;
}
.nav_conten-list .nav_conten li:nth-child(even) p {
  color: #e2f4eb;
  line-height: 1.5;
  padding: 0 36px;
}
.nav_conten-list .nav_conten li:nth-child(even) .nav_conten-center span {
  color: #fff;
  font-style: italic;
}
.nav_conten-list .nav_conten li:nth-child(even) .nav_conten-icon {
  color: #fff;
}
.nav_conten-list .nav_conten li:nth-child(odd) {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  background-color: #fff;
  background: url(image/pharmacy.png) no-repeat center;
}
.nav_conten-list .nav_conten li:nth-child(odd) h4 {
  color: #008525;
  margin-bottom: 20px;
}
.nav_conten-list .nav_conten li:nth-child(odd) p {
  color: #9ca0a2;
  line-height: 1.5;
  padding: 0;
}
.nav_conten-list .nav_conten li:nth-child(odd) p i {
  font-size: 14px;
  padding-top: 10px;
  display: block;
}
.nav_conten-list .nav_conten li:nth-child(odd) p i a.text-danger {
  color: #ed1c24;
  font-size: 16px;
}
.nav_conten-list .nav_conten li:nth-child(odd) p span.text-danger {
  color: #ed1c24;
}
.nav_conten-list .nav_conten li:nth-child(odd) .nav_conten-center span {
  color: #000;
  font-style: italic;
}
.nav_conten-list .nav_conten li:nth-child(odd) .nav_conten-icon {
  color: #008525;
}

.news_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news_head h2 {
  font-size: 3.4rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.news_head .news_head-icon {
  position: relative;
}
.news_head .news_head-icon img {
  width: 54px;
  font-size: 30px;
  color: #008525;
}
.news_head .news_head-icon::before {
  position: absolute;
  content: "";
  top: 48%;
  transform: translateY(-52%);
  left: -50px;
  width: 30px;
  height: 2px;
  background-color: #008525;
}
.news_head .news_head-icon::after {
  position: absolute;
  content: "";
  top: 48%;
  transform: translateY(-52%);
  right: -50px;
  width: 30px;
  height: 2px;
  background-color: #008525;
}

.container .news {
  margin-top: 60px;
  text-align: center;
}
.container .news .news_nav {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.container .news .news_nav .news_nav-link {
  padding: 0;
  position: relative;
  display: block;
  height: 334px;
  width: calc((100% - 30px) / 2);
}
.container .news .news_nav .news_nav-link img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: fill;
}
.container .news .news_nav .news_nav-link .news_nav-item {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 20px;
  width: 100%;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.container .news .news_nav .news_nav-link .news_nav-item .item_date {
  background-color: #008525;
  color: #fff;
  border-bottom-left-radius: 10px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 4px 10px 12px 10px;
}
.container .news .news_nav .news_nav-link .news_nav-item .item_date .item_date-day {
  position: relative;
  font-size: 3.4rem;
}
.container .news .news_nav .news_nav-link .news_nav-item .item_date .item_date-day::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -5px;
  left: 0;
  height: 1px;
  background-color: #fff;
}
.container .news .news_nav .news_nav-link .news_nav-item .item_date .item_date-mm {
  font-size: 2rem;
}
.container .news .news_nav .news_nav-link .news_nav-item h3 {
  font-size: 1.8rem;
  font-family: font2;
  width: 100%;
  padding: 20px 20px 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: start;
  text-transform: uppercase;
}
.container .mg-top {
  margin-top: 80px;
  padding-top: 50px;
  text-align: center;
}
.container .work {
  background-image: url(image/bg-tin.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.container .work .word_slider {
  text-align: start;
  align-items: center;
  display: flex;
  /* Active center slide (You can change anything here for cenetr slide)*/
}
.container .work .word_slider .word_slider-link {
  margin-top: 60px;
  margin-bottom: 90px;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.container .work .word_slider .word_slider-link .link_img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.container .work .word_slider .word_slider-link .link_icon {
  width: 62px;
  height: 62px;
  margin: -33px auto 0;
  background: #008525;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 31px);
}
.container .work .word_slider .word_slider-link .link_icon img {
  margin: 0 auto;
  padding-top: 10px;
}
.container .work .word_slider .word_slider-link .link_conten {
  padding: 30px 20px;
}
.container .work .word_slider .word_slider-link .link_conten h3 {
  font-size: 18px;
  font-family: font2;
  text-transform: uppercase;
  text-align: center;
  color: #008525;
  margin-top: 15px;
}
.container .work .word_slider .word_slider-link .link_conten p {
  font-size: 1.4rem;
}
.container .work .word_slider .slick-prev {
  position: absolute;
  border-radius: 100%;
  border: none;
  top: 33%;
  z-index: 1;
  left: -15px;
  cursor: pointer;
  background-color: #008525;
}
.container .work .word_slider .slick-prev i {
  font-size: 2rem;
  color: #fff;
  padding: 12px 16px;
}
.container .work .word_slider .slick-prev:hover {
  background-color: rgba(49, 180, 55, 0.5);
}
.container .work .word_slider .slick-next {
  position: absolute;
  border-radius: 100%;
  right: -15px;
  top: 33%;
  z-index: 1;
  border: none;
  cursor: pointer;
  background-color: #008525;
}
.container .work .word_slider .slick-next i {
  font-size: 2rem;
  color: #fff;
  padding: 12px 16px;
}
.container .work .word_slider .slick-next:hover {
  background-color: rgba(49, 180, 55, 0.5);
}
.container .work .word_slider .slick-list {
  padding: 0 !important;
}
.container .work .word_slider .slick-slide,
.container .work .word_slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}
.container .work .word_slider .slick-slide p,
.container .work .word_slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] p {
  display: none;
}
.container .work .word_slider .slick-center,
.container .work .word_slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  transform: scale(1.1);
}
.container .work .word_slider .slick-center p,
.container .work .word_slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] p {
  display: block;
}
.container .work .word_slider .slick-center .link_img img,
.container .work .word_slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .link_img img {
  height: 500px;
}
.container .video-dv {
  background-image: url(image/bg_vd.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
}
.container .video-dv .video-dv_nav {
  display: flex;
  gap: 30px;
}
.container .video-dv .video-dv_nav .service {
  width: 33.33333333%;
  margin-top: 0;
}
.container .video-dv .video-dv_nav .service .news_head h2 {
  font-size: 3.3rem;
}
.container .video-dv .video-dv_nav .service .service_nav {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #008525;
  border-radius: 10px;
}
.container .video-dv .video-dv_nav .service .service_nav .service_nav-link {
  width: 100%;
  display: flex;
  align-items: center;
}
.container .video-dv .video-dv_nav .service .service_nav .service_nav-link + .service_nav-link {
  border-top: 1px dashed #fff;
}
.container .video-dv .video-dv_nav .service .service_nav .service_nav-link .img {
  margin-top: 20px;
  width: 45px;
  height: 45px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 50%;
}
.container .video-dv .video-dv_nav .service .service_nav .service_nav-link .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container .video-dv .video-dv_nav .service .service_nav .service_nav-link h3 {
  font-size: 1.6rem;
  width: 90%;
  text-align: start;
  padding: 20px 20px 0 20px;
  text-transform: uppercase;
  color: #fff;
}
.container .video-dv .video-dv_nav .video {
  width: 66.66666667%;
  margin-top: 0;
}
.container .video-dv .video-dv_nav .video .video_nav {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  padding-bottom: 70px;
  gap: 30px;
}
.container .video-dv .video-dv_nav .video .video_nav .left {
  width: 100%;
}
.container .video-dv .video-dv_nav .video .video_nav .left .video_nav-link .img {
  width: 100%;
  height: 476px;
  position: relative;
}
.container .video-dv .video-dv_nav .video .video_nav .left .video_nav-link .img .item_img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.container .video-dv .video-dv_nav .video .video_nav .left .video_nav-link .img .play {
  position: absolute;
  top: 40%;
  left: 42%;
}
.container .video-dv .video-dv_nav .video .video_nav .left .video_nav-link h2 {
  text-transform: uppercase;
  text-align: start;
  font-size: 1.8rem;
  padding-top: 20px;
}
.container .video-dv .video-dv_nav .video .video_nav .right {
  width: 100%;
  display: flex;
  gap: 26px;
}
.container .video-dv .video-dv_nav .video .video_nav .right .video_nav-link {
  width: 33.3333%;
}
.container .video-dv .video-dv_nav .video .video_nav .right .video_nav-link .img {
  width: 100%;
  height: 160px;
  position: relative;
}
.container .video-dv .video-dv_nav .video .video_nav .right .video_nav-link .img .item_img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: fill;
}
.container .video-dv .video-dv_nav .video .video_nav .right .video_nav-link .img .play {
  position: absolute;
  width: 50px;
  top: 40%;
  left: 40%;
}
.container .knowledge .news_head {
  position: absolute;
  width: 73%;
  right: 0;
}
.container .knowledge .knowledge_slider .knowledge_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  padding-top: 14px;
  padding-left: 14px;
}
.container .knowledge .knowledge_slider .knowledge_link .knowledge_img {
  height: 540px;
  width: 50%;
}
.container .knowledge .knowledge_slider .knowledge_link .knowledge_img img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  box-shadow: transparent 0px 0px 2px inset, rgb(255, 255, 255) -14px -14px 0px -3px, #008525 -14px -14px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.container .knowledge .knowledge_slider .knowledge_link .knowledge_nav {
  position: relative;
  width: 50%;
  padding: 40px;
  text-align: start;
  border: 1px solid #008525;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.container .knowledge .knowledge_slider .knowledge_link .knowledge_nav h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.container .knowledge .knowledge_slider .knowledge_link .knowledge_nav p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.container .knowledge .knowledge_slider .slick-prev {
  position: absolute;
  border-radius: 100%;
  border: none;
  top: 46%;
  z-index: 1;
  cursor: pointer;
  left: 47%;
  background-color: #008525;
}
.container .knowledge .knowledge_slider .slick-prev i {
  font-size: 2rem;
  color: #fff;
  padding: 12px 16px;
}
.container .knowledge .knowledge_slider .slick-prev:hover {
  background-color: rgba(49, 180, 55, 0.5);
}
.container .knowledge .knowledge_slider .slick-next {
  position: absolute;
  border-radius: 100%;
  right: -19px;
  top: 46%;
  cursor: pointer;
  z-index: 1;
  border: none;
  background-color: #008525;
}
.container .knowledge .knowledge_slider .slick-next i {
  font-size: 2rem;
  color: #fff;
  padding: 12px 16px;
}
.container .knowledge .knowledge_slider .slick-next:hover {
  background-color: rgba(49, 180, 55, 0.5);
}
.container .health {
  padding-top: 0;
}
.container .health .health_nav {
  margin-top: 40px;
}
.container .health .health_nav .health_nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 20px;
}
.container .health .health_nav .health_nav-list .health_nav-link {
  width: calc((100% - 90px) / 4);
  height: 490px;
  position: relative;
}
.container .health .health_nav .health_nav-list .health_nav-link img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.container .health .health_nav .health_nav-list .health_nav-link .health_nav-item {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  color: #fff;
  height: 349px;
  margin: 40px;
  padding: 30px;
  background-color: rgba(51, 184, 116, 0.8);
  text-align: start;
}
.container .health .health_nav .health_nav-list .health_nav-link .health_nav-item h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 1.5;
}
.container .health .health_nav .health_nav-list .health_nav-link .health_nav-item p {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 12;
  height: 254px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.container .health .health_nav .health_nav-list .health_nav-link .health_nav-item .nav_conten-icon {
  position: absolute;
  font-size: 2.8rem;
  bottom: 10px;
  right: 10px;
  transform: rotate(-45deg);
}
.container .health .health_nav .health_nav-list .health_nav-link:hover .health_nav-item {
  display: block;
}
.container .heart {
  background-color: #f9f9f9;
  padding-bottom: 90px;
}
.container .heart .heart_nav .heart_nav-list {
  display: flex;
  margin-top: 50px;
  gap: 30px;
}
.container .heart .heart_nav .heart_nav-list .heart_nav-link {
  width: calc((100% - 60px) / 3);
  text-align: start;
}
.container .heart .heart_nav .heart_nav-list .heart_nav-link .link-img {
  width: 100%;
  height: 230px;
}
.container .heart .heart_nav .heart_nav-list .heart_nav-link .link-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.container .heart .heart_nav .heart_nav-list .heart_nav-link .link_conten {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 30px;
}
.container .heart .heart_nav .heart_nav-list .heart_nav-link .link_conten h4 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.container .heart .heart_nav .heart_nav-list .heart_nav-link .link_conten p {
  font-size: 1.4rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  height: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.container .slide-img {
  margin-top: 80px;
  text-align: center;
}
.container .slide-img .group {
  display: flex;
  margin-top: 40px;
}
.container .slide-img .group .slick-list {
  padding: 0 !important;
}
.container .slide-img .group .item {
  padding: 0 15px;
}
.container .slide-img .group .item a .wImage {
  width: 100%;
  height: 232px;
}
.container .slide-img .group .item a .wImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.container .slide-img .group .item a .title {
  text-align: start;
  margin-top: 20px;
  font-size: 1.8rem;
  font-family: font2;
  line-height: 1.4;
}
.container .slide-img .group .slick-prev {
  position: absolute;
  border-radius: 100%;
  border: none;
  top: 30%;
  z-index: 1;
  cursor: pointer;
  left: -1%;
  background-color: #008525;
}
.container .slide-img .group .slick-prev i {
  font-size: 2rem;
  color: #fff;
  padding: 12px 16px;
}
.container .slide-img .group .slick-prev:hover {
  background-color: rgba(49, 180, 55, 0.5);
}
.container .slide-img .group .slick-next {
  position: absolute;
  border-radius: 100%;
  right: -1%;
  top: 30%;
  cursor: pointer;
  z-index: 1;
  border: none;
  background-color: #008525;
}
.container .slide-img .group .slick-next i {
  font-size: 2rem;
  color: #fff;
  padding: 12px 16px;
}
.container .slide-img .group .slick-next:hover {
  background-color: rgba(49, 180, 55, 0.5);
}
.container .grateful {
  background-image: url(image/bg-fr.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  margin-top: 100px;
}
.container .grateful .grateful_nav {
  background-color: rgba(51, 184, 116, 0.8);
  padding-top: 60px;
}
.container .grateful .grateful_nav .news_head {
  color: #fff;
}
.container .grateful .grateful_nav .news_head .news_head-icon::after, .container .grateful .grateful_nav .news_head .news_head-icon::before {
  background-color: #fff;
}
.container .grateful .grateful_nav .grateful_item {
  padding: 70px 0 90px 0;
}
.container .grateful .grateful_nav .grateful_item .grateful_item-list {
  display: flex;
  gap: 30px;
}
.container .grateful .grateful_nav .grateful_item .grateful_item-list .item_link {
  padding: 20px;
  background-color: #fff;
  width: calc((100% - 60px) / 3);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
}
.container .grateful .grateful_nav .grateful_item .grateful_item-list .item_link .item_link-top {
  display: flex;
  gap: 10px;
}
.container .grateful .grateful_nav .grateful_item .grateful_item-list .item_link .item_link-top i {
  font-size: 4.2rem;
  color: #008525;
}
.container .grateful .grateful_nav .grateful_item .grateful_item-list .item_link .item_link-top p {
  margin-top: 30px;
  text-align: start;
  font-size: 1.4rem;
  color: #008525;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 66px;
  display: -webkit-box;
  font-weight: 600;
  -webkit-box-orient: vertical;
}
.container .grateful .grateful_nav .grateful_item .grateful_item-list .item_link .item_link-bottom {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}
.container .grateful .grateful_nav .grateful_item .grateful_item-list .item_link .item_link-bottom .img {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  overflow: hidden;
}
.container .grateful .grateful_nav .grateful_item .grateful_item-list .item_link .item_link-bottom .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.container .grateful .grateful_nav .grateful_item .grateful_item-list .item_link .item_link-bottom nav {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  text-align: start;
}
.container .grateful .grateful_nav .grateful_item .grateful_item-list .item_link .nav_conten-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transform: rotate(-45deg);
  color: #008525;
}
.container .thongbao {
  background-color: #f9f9f9;
}
.container .thongbao .thongbao_nav {
  display: flex;
  gap: 24px;
  padding: 70px 0;
}
.container .thongbao .thongbao_nav .left {
  width: 60%;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.container .thongbao .thongbao_nav .left .conten ul li {
  padding: 20px 0;
}
.container .thongbao .thongbao_nav .left .conten ul li a {
  display: flex;
  gap: 12px;
}
.container .thongbao .thongbao_nav .left .conten ul li a .img {
  height: 166px;
  width: 44%;
}
.container .thongbao .thongbao_nav .left .conten ul li a .img img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .thongbao .thongbao_nav .left .conten ul li a h3 {
  width: 56%;
  font-size: 1.8rem;
  font-family: font2;
}
.container .thongbao .thongbao_nav .right {
  width: 40%;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.container .thongbao .thongbao_nav .right .conten-right {
  margin-top: 20px;
}
.container .thongbao .thongbao_nav .right .conten-right .conten-right--top .img {
  height: 256px;
  width: 100%;
}
.container .thongbao .thongbao_nav .right .conten-right .conten-right--top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.container .thongbao .thongbao_nav .right .conten-right .conten-right--top h3 {
  font-size: 2rem;
  font-family: font2;
  padding: 10px 0;
  line-height: 1.5;
}
.container .thongbao .thongbao_nav .right .conten-right ul {
  list-style: unset;
  padding-left: 20px;
}
.container .thongbao .thongbao_nav .right .conten-right ul li {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  font-size: 1.8rem;
}
.container .thongbao .thongbao_nav .right .conten-right ul li::marker {
  color: #008525;
  font-size: 2.1rem;
  line-height: 0;
}
.container .list_chuyenkhoa {
  padding: 50px 0;
  background-image: url(image/bg-ck.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(5, 158, 84, 0.9);
}
.container .list_chuyenkhoa .wide .news_head h2 {
  color: #fff;
}
.container .list_chuyenkhoa .wide .news_head .news_head-icon::before, .container .list_chuyenkhoa .wide .news_head .news_head-icon::after {
  background-color: #fff;
}
.container .list_chuyenkhoa .wide ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 4px;
}
.container .list_chuyenkhoa .wide ul li {
  padding: 5px 0;
  width: calc((100% - 8px) / 3);
}
.container .list_chuyenkhoa .wide ul li a {
  padding: 5px 0;
  font-family: font2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container .list_chuyenkhoa .wide ul li a i {
  font-size: 1rem;
  padding-right: 2px;
}
.container .container .qclienket li {
  padding: 0 15px;
}
.container .container .qclienket li a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.container .container .qclienket li a img {
  width: 100px;
  object-fit: contain;
}

.hoatdong_container {
  background-repeat: no-repeat;
  background-size: cover;
}
.hoatdong_container .hd_header {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
}
.hoatdong_container .hd_header h3 {
  padding: 87px 0;
  margin: auto;
  font-family: font2;
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
}

.hoadong_container-link {
  margin-bottom: 60px;
}
.hoadong_container-link .link-list {
  margin: 20px 0;
  display: flex;
}
.hoadong_container-link .link-list li + li {
  position: relative;
}
.hoadong_container-link .link-list li + li::before {
  position: absolute;
  content: ">";
  width: 10px;
  height: 10px;
  top: -1px;
  left: -5px;
}
.hoadong_container-link .link-list li a {
  padding: 10px 12px;
}
.hoadong_container-link .hoatdong_conten {
  display: flex;
  gap: 30px;
}
.hoadong_container-link .hoatdong_conten .left {
  width: 68%;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li {
  margin-bottom: 20px;
  padding-top: 20px;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li:first-child {
  padding-top: 0;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li:first-child a {
  display: flex;
  gap: 20px;
  background-color: #f8f9fa;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li:first-child a .img {
  width: 66%;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li:first-child a .img img {
  border: none;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li:first-child a .navbar {
  width: 34%;
  padding: 10px 10px 10px 0;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li:first-child a .navbar .date {
  color: #fff;
  background-color: #008525;
  padding: 10px;
  display: inline-block;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li:first-child a .navbar h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li:first-child a .navbar p {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
  margin: 10px 0;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li + li {
  border-top: 1px solid #ccc;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li a {
  display: flex;
  gap: 20px;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li a .img {
  width: 45%;
  height: 238px;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li a .img img {
  border-radius: 6px;
  width: 100% !important;
  height: 100%;
  object-fit: fill;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li a .navbar {
  width: 55%;
  padding: 10px 10px 10px 0;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li a .navbar .date {
  color: #fff;
  background-color: #008525;
  padding: 10px;
  display: inline-block;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li a .navbar h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0;
}
.hoadong_container-link .hoatdong_conten .left .hoatdong1 li a .navbar p {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
  margin: 10px 0;
}
.hoadong_container-link .hoatdong_conten .left .left_conten .conten_item h2 {
  font-size: 34px;
  font-family: font2;
}
.hoadong_container-link .hoatdong_conten .left .left_conten .conten_item .time {
  font-size: 1.4rem;
  color: #333;
  display: block;
  margin: 20px 0;
  flex-wrap: wrap;
}
.hoadong_container-link .hoatdong_conten .left .left_conten .conten_item .item_decription {
  font-style: italic;
}
.hoadong_container-link .hoatdong_conten .left .left_conten .conten_item .noidung p {
  padding: 20px 0;
}
.hoadong_container-link .hoatdong_conten .left .left_conten .conten_item .noidung img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hoadong_container-link .hoatdong_conten .left .left_conten .conten_item .noidung .tacgia p {
  text-align: right;
  font-size: 1.8rem;
  font-style: italic;
}
.hoadong_container-link .hoatdong_conten .left .left_conten .nav_bt {
  font-size: 1.4rem;
  margin-top: 30px;
  padding: 10px 0;
  display: flex;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.hoadong_container-link .hoatdong_conten .left .left_conten .nav_bt .left_bt {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hoadong_container-link .hoatdong_conten .left .left_conten .nav_bt .left_bt .tag i {
  transform: rotate(90deg);
  color: #008525;
}
.hoadong_container-link .hoatdong_conten .left .left_conten .nav_bt .left_bt p {
  background-color: #ebecee;
  color: #8d9194;
  padding: 6px 26px;
  border-radius: 50px;
}
.hoadong_container-link .hoatdong_conten .left .left_conten .nav_bt .right_bt .share {
  background-color: #008525;
  color: #fff;
  padding: 6px 16px;
  border-radius: 50px;
}
.hoadong_container-link .hoatdong_conten .right {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hoadong_container-link .hoatdong_conten .right .new {
  border-radius: 10px;
  border: 1px solid #008525;
  padding: 20px;
}
.hoadong_container-link .hoatdong_conten .right .new .new_head {
  font-size: 2rem;
  color: #008525;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.hoadong_container-link .hoatdong_conten .right .new .new_list li {
  padding: 20px 0;
}
.hoadong_container-link .hoatdong_conten .right .new .new_list li + li {
  border-top: 1px solid #ccc;
}
.hoadong_container-link .hoatdong_conten .right .new .new_list li a {
  display: flex;
  gap: 10px;
}
.hoadong_container-link .hoatdong_conten .right .new .new_list li a .img {
  height: 90px;
  width: 45%;
}
.hoadong_container-link .hoatdong_conten .right .new .new_list li a .img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hoadong_container-link .hoatdong_conten .right .new .new_list li a h3 {
  width: 55%;
  font-size: 1.6rem;
  font-family: font2;
}
.hoadong_container-link .hoatdong_conten .right .new .Read_list li {
  padding: 20px 0;
}
.hoadong_container-link .hoatdong_conten .right .new .Read_list li + li {
  border-top: 1px solid #ccc;
}
.hoadong_container-link .hoatdong_conten .right .new .Read_list li a .img {
  height: 180px;
  width: 100%;
  margin-bottom: 16px;
}
.hoadong_container-link .hoatdong_conten .right .new .Read_list li a .img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hoadong_container-link .hoatdong_conten .right .new .Read_list li a h3 {
  padding-top: 10px;
  font-size: 1.6rem;
  font-family: font2;
}
.hoadong_container-link .new-category {
  margin-top: 40px;
}
.hoadong_container-link .new-category .head {
  font-size: 2.4rem;
  font-family: font2;
  width: max-content;
  text-transform: uppercase;
  border-bottom: 2px solid #008525;
}
.hoadong_container-link .new-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
.hoadong_container-link .new-category ul li {
  width: calc((100% - 60px) / 3);
}
.hoadong_container-link .new-category ul li a .img {
  height: 234px;
}
.hoadong_container-link .new-category ul li a .img img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hoadong_container-link .new-category ul li a h3 {
  padding-top: 10px;
  font-size: 1.8rem;
  font-family: font2;
}

.lichkham {
  width: 100%;
}
.lichkham table {
  width: 100%;
  border-collapse: collapse;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.lichkham table thead tr {
  background-color: #008525;
}
.lichkham table thead tr th {
  background-color: #008525;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px;
  border: none;
  text-align: start;
}
.lichkham table thead tr th:first-child {
  border-top-left-radius: 6px;
}
.lichkham table thead tr th:last-child {
  border-top-right-radius: 6px;
}
.lichkham table tbody tr:nth-child(odd) {
  background-color: #f7f9fb;
}
.lichkham table tbody tr td {
  border: 1px solid #ddd;
}
.lichkham table tbody tr .khoa {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 20px;
}
.lichkham table tbody tr .name {
  padding: 20px;
}
.lichkham table tbody tr .time {
  padding: 12px 20px;
}
.lichkham table tbody tr .time p {
  padding-top: 2px;
  display: flex;
  gap: 14px;
}

.contact .contact_top {
  display: flex;
  gap: 20px;
}
.contact .contact_top .contact_top-item-first {
  padding: 25px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background-color: #f8f9fa;
}
.contact .contact_top .contact_top-item-first .icon {
  border: 2px solid #008525;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact_top .contact_top-item-first .icon i {
  font-size: 3.8rem;
  color: #008525;
}
.contact .contact_top .contact_top-item-first p {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.contact .contact_top .contact_top-item-first p:last-child {
  font-size: 1.8rem;
  text-transform: capitalize;
  font-weight: 500;
}
.contact .contact_top .contact_top-item-first span p, .contact .contact_top .contact_top-item-first a p {
  font-size: 1.8rem;
  text-transform: capitalize;
  font-weight: 500;
}
.contact .contact_top .contact_top-item {
  width: 25%;
  padding: 25px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background-color: #f8f9fa;
}
.contact .contact_top .contact_top-item .icon {
  border: 2px solid #008525;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact_top .contact_top-item .icon i {
  font-size: 3.8rem;
  color: #008525;
}
.contact .contact_top .contact_top-item p {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.contact .contact_top .contact_top-item p:last-child {
  font-size: 1.8rem;
  text-transform: capitalize;
  font-weight: 500;
}
.contact .contact_top .contact_top-item span p, .contact .contact_top .contact_top-item a p {
  font-size: 1.8rem;
  text-transform: capitalize;
  font-weight: 500;
}
.contact .contact_bt {
  display: flex;
  margin-top: 60px;
}
.contact .contact_bt .left {
  width: 50%;
}
.contact .contact_bt .left p, .contact .contact_bt .left iframe {
  height: 100% !important;
}
.contact .contact_bt .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .contact_bt .right {
  width: 50%;
  padding: 30px 40px;
  background-color: #f7f9fb;
}
.contact .contact_bt .right p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.contact .contact_bt .right form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.contact .contact_bt .right form .name {
  width: 100%;
}
.contact .contact_bt .right form .name input {
  width: 96%;
  padding: 20px 10px;
  font-size: 1.6rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.contact .contact_bt .right form .name .container__contact-message {
  height: 168px;
  width: 96%;
  border-radius: 5px;
  font-size: 1.8rem;
  padding: 4px 10px;
  border: 1px solid #ccc;
}
.contact .contact_bt .right form .btn {
  background-color: #008525;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.contact .contact_bt .right form .Captcha .row {
  align-items: center;
}
.contact .contact_bt .right form .Captcha input {
  margin-top: 10px;
  font-size: 1.8rem;
  padding: 10px;
}

@keyframes in {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.hoidap {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.hoidap .left {
  width: 75%;
}
.hoidap .left .search {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.hoidap .left .search span {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
}
.hoidap .left .search .search_select {
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.6rem;
}
.hoidap .left .left_nav {
  margin-top: 30px;
}
.hoidap .left .left_nav .left_nav-head {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #008525;
  text-align: center;
  display: block;
}
.hoidap .left .left_nav .left_nav-list {
  margin-top: 10px;
}
.hoidap .left .left_nav .left_nav-list li {
  padding: 20px 0;
}
.hoidap .left .left_nav .left_nav-list li + li {
  border-top: 1px solid #ccc;
}
.hoidap .left .left_nav .left_nav-list li .item-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hoidap .left .left_nav .left_nav-list li .item-top span {
  font-size: 1.6rem;
  color: red;
  font-weight: 600;
}
.hoidap .left .left_nav .left_nav-list li .item-top span:first-child {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  background-color: #008525;
  padding: 4px 10px;
  border-radius: 4px;
}
.hoidap .left .left_nav .left_nav-list li .item-top span:last-child {
  font-size: 1.4rem;
  font-weight: 500;
  color: #818486;
  font-family: font1;
}
.hoidap .left .left_nav .left_nav-list li h3 {
  font-size: 1.8rem;
  padding: 10px 0;
  font-family: font2;
}
.hoidap .left .left_nav .left_nav-list li p {
  color: #818486;
  font-size: 1.4rem;
}
.hoidap .left .left_nav .left_nav-list li .list_link {
  display: flex;
  justify-content: end;
}
.hoidap .left .left_nav .left_nav-list li .list_link a {
  font-size: 1.4rem;
  color: #008525;
  border-radius: 4px;
  border: 1px solid #008525;
  padding: 4px 20px;
  margin-top: 20px;
  display: block;
  width: max-content;
}
.hoidap .right {
  width: 25%;
}
.hoidap .right .right_question-top {
  background-color: #008525;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.hoidap .right .right_question-top .right_question {
  font-size: 2rem;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  padding: 18px;
  cursor: pointer;
}
.hoidap .right .right_question-top .right_question i {
  padding-right: 10px;
  font-size: 2.2rem;
}
.hoidap .right .right_question-top .opacity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 140;
  display: none;
}
.hoidap .right .right_question-top .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 150;
}
.hoidap .right .right_question-top .modal .modal_item {
  margin: auto 15px auto auto;
  position: relative;
  background-image: url(image/bg-modal.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f7f9fb;
  padding: 20px 50px;
  border-radius: 20px;
  width: 25vw;
  animation: in 0.4s linear;
}
.hoidap .right .right_question-top .modal .modal_item span {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.hoidap .right .right_question-top .modal .modal_item form {
  margin-top: 20px;
  z-index: 152;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  font-family: font1;
}
.hoidap .right .right_question-top .modal .modal_item form .name_divide {
  display: flex;
  gap: 10px;
}
.hoidap .right .right_question-top .modal .modal_item form .name {
  width: 100%;
}
.hoidap .right .right_question-top .modal .modal_item form .name input {
  width: calc(100% - 22px);
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.hoidap .right .right_question-top .modal .modal_item form .name .container__contact-message {
  height: 100px;
  width: 96%;
  max-width: 96%;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 4px 10px;
  border: 1px solid #ccc;
  font-family: font1;
}
.hoidap .right .right_question-top .modal .modal_item form .btn {
  background-color: #008525;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.hoidap .right .right_question-top .modal .modal_item form .Phone input[type=number]::-webkit-inner-spin-button,
.hoidap .right .right_question-top .modal .modal_item form .Phone input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.hoidap .right .right_question-top .modal .modal_item .icon-cl {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 150;
  cursor: pointer;
}
.hoidap .right .right_question-top .modal .modal_item .icon-cl i {
  color: #000;
  font-size: 1.8rem;
  padding: 10px;
}
.hoidap .right .right_question-top .question:checked ~ .opacity,
.hoidap .right .right_question-top .question:checked ~ .modal {
  display: flex;
}
.hoidap .right .question_new {
  padding: 20px;
  border: 1px solid #008525;
  border-radius: 5px;
  margin-top: 30px;
}
.hoidap .right .question_new span {
  font-size: 2rem;
  color: #008525;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.hoidap .right .question_new ol {
  padding-left: 20px;
  padding-top: 10px;
}
.hoidap .right .question_new ol li {
  padding: 10px 0;
}
.hoidap .right .question_new ol li + li {
  border-top: 1px solid #ccc;
}
.hoidap .right .question_new ol li::marker {
  font-weight: bold;
}

.hoidap_2 .left .navbar .navbar_top .item-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hoidap_2 .left .navbar .navbar_top .item-top span {
  font-size: 1.6rem;
  color: red;
  font-weight: 600;
}
.hoidap_2 .left .navbar .navbar_top .item-top span:first-child {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  background-color: #008525;
  padding: 4px 10px;
  border-radius: 4px;
}
.hoidap_2 .left .navbar .navbar_top .item-top span:last-child {
  font-size: 1.4rem;
  font-weight: 500;
  color: #818486;
  font-family: font1;
}
.hoidap_2 .left .navbar .navbar_top h3 {
  font-size: 2.4rem;
  padding: 10px 0;
  font-family: font2;
}
.hoidap_2 .left .navbar .navbar_top p {
  font-size: 1.4rem;
}
.hoidap_2 .left .navbar .nav-head {
  padding: 20px 0;
}
.hoidap_2 .left .navbar .nav-head h3 {
  width: max-content;
  font-size: 1.8rem;
  border-bottom: 2px solid #008525;
}
.hoidap_2 .left .navbar .nav_bt {
  font-size: 1.4rem;
  margin-top: 30px;
  padding: 10px 0;
  display: flex;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  justify-content: space-between;
  align-items: center;
}
.hoidap_2 .left .navbar .nav_bt .left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hoidap_2 .left .navbar .nav_bt .left .tag i {
  transform: rotate(90deg);
  color: #008525;
}
.hoidap_2 .left .navbar .nav_bt .left p {
  background-color: #ebecee;
  color: #8d9194;
  padding: 6px 26px;
  border-radius: 50px;
}
.hoidap_2 .left .navbar .nav_bt .right {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 60%;
}
.hoidap_2 .left .navbar .nav_bt .right .share {
  background-color: #008525;
  color: #fff;
  padding: 6px 16px;
  border-radius: 50px;
}
.hoidap_2 .left .questions {
  margin-top: 40px;
}
.hoidap_2 .left .questions h3 {
  text-transform: uppercase;
  font-size: 2.4rem;
  border-bottom: 3px solid #008525;
  width: max-content;
}
.hoidap_2 .left .questions ul li {
  padding: 20px 0;
}
.hoidap_2 .left .questions ul li + li {
  border-top: 2px solid #ccc;
}
.hoidap_2 .left .questions ul li a h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
.hoidap_2 .left .questions ul li a p {
  padding-top: 10px;
  font-size: 1.4rem;
  color: #818486;
}

.docter .search {
  background-color: #f8f9fa;
  border-radius: 5px;
  padding: 30px 20px;
  display: flex;
  gap: 20px;
}
.docter .search .search_select {
  width: 20%;
  font-size: 1.4rem;
  padding: 10px 10px;
  border-radius: 5px;
}
.docter .search .search_select2 {
  width: 10%;
  font-size: 1.4rem;
  padding-left: 10px;
  border-radius: 5px;
}
.docter .search .search_btn {
  background-color: #008525;
  display: flex;
  padding: 10px 0;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-family: font2;
  align-items: center;
  justify-content: center;
}
.docter ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.docter ul li {
  width: calc((100% - 60px) / 3);
}
.docter ul li a {
  display: flex;
  border: 1px solid #ccc;
  gap: 20px;
  align-items: center;
  border-radius: 5px;
  padding: 20px 10px;
}
.docter ul li a .img {
  width: 136px;
  height: 136px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.docter ul li a .information h3 {
  font-size: 1.8rem;
}
.docter ul li a .information .khoa {
  padding-top: 10px;
  font-size: 1.4rem;
}
.docter ul li a .information .khoa i {
  color: #008525;
  width: 22px;
  padding-right: 4px;
}

.docter_CT .docter_CT-top {
  background-color: #f8f9fa;
  padding: 30px 20px;
  display: flex;
  gap: 20px;
}
.docter_CT .docter_CT-top .top_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
}
.docter_CT .docter_CT-top .top_left .top_left-bt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .bs {
  text-transform: uppercase;
  padding: 8px;
}
.docter_CT .docter_CT-top .top_left .top_left-bt span {
  font-size: 1.8rem;
  font-weight: bold;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .right_question {
  border: 1px solid #008525;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  border-radius: 6px;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .right_question span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #008525;
  padding: 10px;
  display: block;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .opacity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 140;
  display: none;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 150;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .modal .modal_item {
  margin: auto;
  position: relative;
  background-image: url(image/bg-modal.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f7f9fb;
  padding: 20px 50px;
  border-radius: 20px;
  width: 25vw;
  animation: in 0.4s linear;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .modal .modal_item span {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #000;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .modal .modal_item form {
  margin-top: 20px;
  z-index: 152;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  font-family: font1;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .modal .modal_item form .name {
  width: 100%;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .modal .modal_item form .name input {
  width: 96%;
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .modal .modal_item form .name .container__contact-message {
  height: 100px;
  width: 96%;
  max-width: 96%;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 4px 10px;
  border: 1px solid #ccc;
  font-family: font1;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .modal .modal_item form .name select {
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .modal .modal_item form .btn {
  background-color: #008525;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .modal .modal_item .icon-cl {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 150;
  cursor: pointer;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .modal .modal_item .icon-cl i {
  color: #000;
  font-size: 1.8rem;
  padding: 10px;
}
.docter_CT .docter_CT-top .top_left .top_left-bt .question:checked ~ .opacity,
.docter_CT .docter_CT-top .top_left .top_left-bt .question:checked ~ .modal {
  display: flex;
}
.docter_CT .docter_CT-top .top_left .img {
  height: 316px;
  width: 236px;
}
.docter_CT .docter_CT-top .top_left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.docter_CT .docter_CT-top .top_right {
  width: 80%;
}
.docter_CT .docter_CT-top .top_right .head {
  font-size: 3rem;
  font-family: font2;
}
.docter_CT .docter_CT-top .top_right .head .khoa {
  text-transform: uppercase;
}
.docter_CT .docter_CT-top .top_right .nav {
  margin: 30px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #008525;
}
.docter_CT .docter_CT-top .top_right .nav a {
  background-color: #fff;
  padding: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-right: 10px;
}
.docter_CT .docter_CT-top .top_right .nav .active2 {
  background-color: #008525;
  color: #fff;
}
.docter_CT .docter_CT-top .top_right .conten {
  font-size: 1.8rem;
}
.docter_CT .docter_CT-bt {
  margin-top: 50px;
}
.docter_CT .docter_CT-bt .bt-header {
  font-size: 2.4rem;
  font-family: font2;
  border-bottom: 2px solid #008525;
  width: max-content;
  text-transform: uppercase;
}
.docter_CT .docter_CT-bt ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.docter_CT .docter_CT-bt ul li {
  width: calc((100% - 60px) / 3);
}
.docter_CT .docter_CT-bt ul li a {
  display: flex;
  border: 1px solid #ccc;
  gap: 20px;
  align-items: center;
  border-radius: 5px;
  padding: 20px 10px;
}
.docter_CT .docter_CT-bt ul li a .img {
  width: 136px;
  height: 136px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.docter_CT .docter_CT-bt ul li a .information h3 {
  font-size: 1.8rem;
}
.docter_CT .docter_CT-bt ul li a .information .khoa {
  padding-top: 10px;
  font-size: 1.4rem;
}
.docter_CT .docter_CT-bt ul li a .information .khoa i {
  color: #008525;
  width: 22px;
  padding-right: 4px;
}

#mvideo {
  margin-top: 20px;
}
#mvideo .bg-video .bound {
  display: flex;
  justify-content: center;
}
#mvideo .bg-video .infovideo {
  margin-top: 10px;
}
#mvideo .bg-video .infovideo .cateName {
  font-size: 22px;
  font-weight: bold;
}
#mvideo .bg-video .infovideo .dateview {
  padding: 10px 0;
}
#mvideo .parent {
  margin-top: 20px;
}
#mvideo .parent .group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#mvideo .parent .group .item {
  width: calc((100% - 40px) / 3);
  box-shadow: 0 5px 7.5px rgba(205, 205, 205, 0.75);
  margin-bottom: 15px;
}
#mvideo .parent .group .item .wImage {
  overflow: hidden;
  position: relative;
}
#mvideo .parent .group .item .wImage:before {
  content: "";
  display: block;
  padding-bottom: 66.66%;
}
#mvideo .parent .group .item .wImage .image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#mvideo .parent .group .item .wImage .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#mvideo .parent .group .item .info {
  padding: 5px 10px;
}
#mvideo .parent .group .item .info a {
  color: #3c3c3c;
  text-decoration: none;
  font-weight: bold;
}
#mvideo .parent .group .item .info a:hover {
  color: #008525;
}

#footer .footer_bg {
  background-color: #f5f5f5;
}
#footer .footer_conten {
  padding: 30px 0;
}
#footer .footer_conten .footer_conten-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .footer_conten .footer_conten-list .conten_left .conten_left-top {
  display: flex;
  align-items: center;
  gap: 20px;
}
#footer .footer_conten .footer_conten-list .conten_left .conten_left-top .img {
  width: 100px;
  height: 100px;
}
#footer .footer_conten .footer_conten-list .conten_left .conten_left-top .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
#footer .footer_conten .footer_conten-list .conten_left .conten_left-top .top-name p {
  text-transform: uppercase;
  font-family: font2;
  color: #008525;
  font-size: 2.7rem;
}
#footer .footer_conten .footer_conten-list .conten_left .conten_left-bt {
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 120px;
}
#footer .footer_conten .footer_conten-list .conten_left .conten_left-bt .bt-Address, #footer .footer_conten .footer_conten-list .conten_left .conten_left-bt .bt-phone, #footer .footer_conten .footer_conten-list .conten_left .conten_left-bt .bt-phone-2, #footer .footer_conten .footer_conten-list .conten_left .conten_left-bt .bt-mail {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
}
#footer .footer_conten .footer_conten-list .conten_left .conten_left-bt .bt-Address i, #footer .footer_conten .footer_conten-list .conten_left .conten_left-bt .bt-phone i, #footer .footer_conten .footer_conten-list .conten_left .conten_left-bt .bt-phone-2 i, #footer .footer_conten .footer_conten-list .conten_left .conten_left-bt .bt-mail i {
  font-size: 2rem;
  color: #008525;
  width: 20px;
}
#footer .footer_conten .footer_conten-list .conten_center .center-top {
  display: none;
  font-size: 1.4rem;
}
#footer .footer_conten .footer_conten-list .conten_center .center-top p {
  text-transform: uppercase;
  font-family: font2;
  padding: 20px 0;
}
#footer .footer_conten .footer_conten-list .conten_center .center-top select {
  padding: 10px 20px;
  border-radius: 10px;
}
#footer .footer_conten .footer_conten-list .conten_center .center-top select option {
  padding: 10px;
}
#footer .footer_conten .footer_conten-list .conten_center .center-bt p {
  text-transform: uppercase;
  font-family: font2;
  font-size: 1.4rem;
  padding: 20px 0;
}
#footer .footer_conten .footer_conten-list .conten_center .center-bt ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
#footer .footer_conten .footer_conten-list .conten_center .center-bt ul li a {
  display: block;
  width: 45px;
  height: 45px;
}
#footer .footer_conten .footer_conten-list .conten_center .center-bt ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footer .footer_conten .footer_conten-list .conten_right p {
  text-transform: uppercase;
  font-family: font2;
  font-size: 1.4rem;
  padding: 20px 0;
}
#footer .footer_conten .footer_conten-list .conten_right ul {
  background-color: #008525;
  padding: 10px;
  min-width: 194px;
}
#footer .footer_conten .footer_conten-list .conten_right ul li {
  display: flex;
  justify-content: space-between;
}
#footer .footer_conten .footer_conten-list .conten_right ul li + li {
  border-top: 1px solid #fff;
}
#footer .footer_conten .footer_conten-list .conten_right ul li span {
  color: #fff;
  font-size: 1.4rem;
}
#footer .license {
  background-color: #008525;
  text-align: center;
  padding: 10px;
  font-size: 1.4rem;
  color: #fff;
}

.ontop {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: end;
  position: fixed;
  right: 2%;
  bottom: 7%;
  z-index: 99;
}
.ontop .mess {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.ontop .mess a {
  display: block;
  width: max-content;
  text-align: center;
  color: #e4312c;
  opacity: 0.9;
}
.ontop .mess a .title {
  display: flex;
  gap: 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.ontop .mess a h3 {
  font-size: 2.4rem;
}
.ontop #bttop {
  border-radius: 100%;
  overflow: hidden;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6b6b6b;
}
.ontop #bttop .goToTop i {
  color: #fff;
  font-size: 3rem;
}
.ontop #bttop:hover {
  opacity: 0.8;
}

.ontop_left {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: end;
  position: fixed;
  left: 2%;
  bottom: 10px;
  z-index: 200;
}
.ontop_left .mess {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #008525;
  border-radius: 10px;
  padding: 10px;
}
.ontop_left .mess a {
  display: block;
  width: max-content;
  text-align: center;
  color: #fff;
  opacity: 0.9;
}
.ontop_left .mess a h3 {
  font-size: 2.4rem;
}

#mymodal .opacity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 140;
  display: none;
}
#mymodal .question:checked ~ .opacity,
#mymodal .question:checked ~ .modal {
  display: flex;
}
#mymodal .modal {
  position: fixed;
  top: 2vh;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
#mymodal .modal .modal_item {
  margin: auto 15px auto auto;
  position: relative;
  background-image: url(image/bg-modal.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f7f9fb;
  padding: 30px 50px;
  border-radius: 20px;
  width: 25vw;
  animation: in 0.4s linear;
}
#mymodal .modal .modal_item span {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #000;
  margin-right: 10px;
}
#mymodal .modal .modal_item form {
  margin-top: 10px;
  z-index: 152;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  font-family: font1;
}
#mymodal .modal .modal_item form .name_divide {
  display: flex;
  gap: 10px;
}
#mymodal .modal .modal_item form .name_divide .name {
  display: flex;
  flex-direction: column;
}
#mymodal .modal .modal_item form .name {
  width: 100%;
}
#mymodal .modal .modal_item form .name input {
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
#mymodal .modal .modal_item form .name .container__contact-message {
  field-sizing: content;
  min-height: 3lh;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 4px 10px;
  border: 1px solid #ccc;
  font-family: font1;
  width: 100%;
}
#mymodal .modal .modal_item form .name select {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
}
#mymodal .modal .modal_item form .btn {
  background-color: #008525;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
#mymodal .modal .modal_item .icon-cl {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 150;
  cursor: pointer;
}
#mymodal .modal .modal_item .icon-cl i {
  color: #000;
  font-size: 1.8rem;
  padding: 10px;
}

#paginationholder .pagination .first, #paginationholder .pagination .prev, #paginationholder .pagination .next, #paginationholder .pagination .last {
  display: none;
}
#paginationholder .pagination a {
  padding: 4px 6px;
  border-radius: 4px;
}
#paginationholder .pagination .active a {
  color: #fff !important;
  border-radius: 4px;
  background-color: #008525 !important;
}

.slick-dots {
  display: none;
}

#slideKhoa {
  display: flex;
  margin-top: 40px;
}
#slideKhoa .slick-prev {
  position: absolute;
  border-radius: 100%;
  border: none;
  top: 35%;
  z-index: 1;
  cursor: pointer;
  left: -3%;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #ccc;
}
#slideKhoa .slick-prev i {
  font-size: 2rem;
  color: #fff;
  padding: 12px 16px;
}
#slideKhoa .slick-next {
  position: absolute;
  border-radius: 100%;
  right: -3%;
  top: 35%;
  cursor: pointer;
  z-index: 1;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #ccc;
}
#slideKhoa .slick-next i {
  font-size: 2rem;
  color: #fff;
  padding: 12px 16px;
}
#slideKhoa li {
  padding: 0 15px;
}
#slideKhoa .wImage {
  max-height: 232px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 10px;
}
#slideKhoa .wImage img {
  width: 60%;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
  margin: 15px 0;
}

.Image-Search {
  width: 15%;
}
.Image-Search img {
  width: 100%;
}

.Style-text-search {
  width: 80%;
}
.Style-text-search b {
  line-height: 1.5rem;
}
.Style-text-search p {
  font-size: 14px;
  color: #565656;
  margin-top: 10px;
}

#mymodal .modal .modal_item {
  width: 30%;
}

@media (min-width: 993px) and (max-width: 1200px) and (height <= 820px) {
  #mymodal .modal .modal_item {
    width: 40%;
  }
}
@media (width <= 480px) {
  #mymodal .modal .modal_item {
    width: 95%;
  }
  .contact .contact_bt .right form .Captcha .row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
  .contact .contact_bt .right form .Captcha .row input {
    width: 96%;
    margin-top: 10px;
    font-size: 1.8rem;
    padding: 10px;
    margin-right: 14px;
  }
}
@media (577px <= width <= 768px) {
  #mymodal .modal .modal_item {
    width: 55%;
  }
}
@media (769px <= width <= 992px) {
  #mymodal .modal .modal_item {
    width: 55%;
  }
}
@media (769px <= width <= 992px) and (height <= 430px) {
  #mymodal .modal .modal_item form {
    height: 298px;
    overflow-y: auto;
  }
}
@media (1201px <= width <= 1540px) {
  #mymodal .modal .modal_item {
    width: 40%;
  }
}
