.all_menu_top {
  border-bottom: 1px solid #6c6c6c;
  background-color: #005a51;
  position: relative;
  padding: 10px 0;
}
.all_menu_top .menu_top {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.all_menu_top .menu_top .center_menu .all_email_phone_top_header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: 140px;
}
.all_menu_top .menu_top .center_menu .all_email_phone_top_header .email_phone_top_header {
  background: #005a51;
  color: #fff;
  padding: 10px 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #fff;
}
.all_menu_top .menu_top .right_menu {
  flex: 0 0 auto;
}
.all_menu_top .menu_top .right_menu .datlichkham {
  background: #fff;
  color: #005a51;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}
.all_menu_top .menu_top .right_menu .datlichkham:hover {
  color: #fff;
  background: #bb8243;
}

.header-height {
  width: 100%;
  background: #fafafa;
}
.header-height #menu_top .fixwidth > .menu {
  padding: 10px 0;
}
.header-height #menu_top .fixwidth .menu_destop > .menu {
  padding: 10px 0;
  gap: 60px;
}
.header-height .header_logo {
  position: relative;
  flex: 0 0 auto;
}
.header-height .header_logo img {
  transition: 0.3s;
  max-width: 150px;
  object-fit: scale-down;
  width: 100%;
}
.header-height .all_button_search_header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-height .all_button_search_header .search_dropdown .nut_mo_timkiem {
  background: #fff;
  border: 1px solid #dddddd;
  padding: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.header-height .all_button_search_header .search_dropdown .nut_mo_timkiem i {
  font-weight: 300;
  font-size: 14px;
}
.header-height .all_button_search_header .search_dropdown .frm_timkiem {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  width: 100%;
}
.header-height .all_button_search_header .search_dropdown .frm_timkiem > input {
  width: 100%;
  min-width: 300px;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  background-color: #fff;
  height: 50px;
  z-index: 2;
  text-indent: 20px;
}
.header-height .all_button_search_header .search_dropdown .frm_timkiem > button {
  background: transparent;
  width: fit-content;
  padding: 0 15px;
  right: 3px;
  height: 34px;
  left: auto;
  max-height: 35px !important;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: none;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  margin: 0;
  position: absolute;
  min-height: 33px;
  min-width: 33px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.header-height .all_button_search_header .search_dropdown .frm_timkiem > button i {
  font-weight: 400;
}
.header-height .all_button_search_header .all_menu_lang {
  flex: 0 0 auto;
}
.header-height .all_button_search_header .all_menu_lang:active .menu_lang {
  display: flex;
}
.header-height .all_button_search_header .all_menu_lang .lang_header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-height .all_button_search_header .all_menu_lang .menu_lang {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: #fff;
  position: absolute;
  min-width: 130px;
  right: 0;
  top: 100%;
  z-index: 99;
}
.header-height .all_button_search_header .all_menu_lang .menu_lang a {
  color: #4d4d4d;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.wrap_banner-header {
  position: relative;
  overflow: hidden;
}
.wrap_banner-header .img-banner-header {
  width: 100%;
  object-fit: cover;
  min-height: 580px;
}
.wrap_banner-header .all_form_dangky_kham {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 450px;
  border: 12px solid rgba(255, 255, 255, 0.431372549);
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.wrap_banner-header .all_form_dangky_kham.active {
  top: 135%;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form {
  position: relative;
  padding: 20px;
  background: #005a51;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .close_form {
  position: absolute;
  top: 0;
  right: 0;
  background: #003a34;
  width: 45px;
  height: 50px;
  border-top-right-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .close_form svg {
  width: 13px;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .close_form i {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham {
  text-align: right;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .all_title_lienhe {
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .all_title_lienhe .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .all_title_lienhe .desc {
  font-size: 15px;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .all_input_contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .input-contact {
  margin-bottom: 10px;
  width: 100%;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .input-contact input {
  font-size: 14px;
  padding: 3px 12px;
  height: 30px;
  text-align: left;
  background: #fff;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .input-contact input::placeholder {
  color: #444;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .input-contact textarea {
  font-size: 14px;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .input-contact textarea::placeholder {
  color: #444;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .input-contact .select2-container {
  width: 100% !important;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .input-contact .select2-container .select2-selection--single {
  height: auto !important;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .input-contact .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 12px;
  text-align: left;
  font-size: 14px;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .input-contact .select2-container .select2-selection--single .select2-selection__arrow {
  height: 30px;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .btn_contact {
  background: #bb8148;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  padding: 2px 20px;
  width: 100%;
  max-width: 140px;
  margin-right: 0;
  margin-left: auto;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
  border: 1px solid #bb8148;
}
.wrap_banner-header .all_form_dangky_kham .form-dangky_kham_close_form .form-dangky_kham .btn_contact:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.wrap_datlichtuvan {
  position: relative;
  padding: 30px 0;
}
.wrap_datlichtuvan .all_form_datlichtuvan {
  width: 100%;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 30px;
  padding: 25px;
}
.wrap_datlichtuvan .all_form_datlichtuvan .all_title_lienhe {
  font-weight: 600;
  font-size: 25px;
  color: #005a51;
  margin-bottom: 10px;
}
.wrap_datlichtuvan .all_form_datlichtuvan .form-dangky_kham {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
.wrap_datlichtuvan .all_form_datlichtuvan .form-dangky_kham .input-contact {
  width: 100%;
}
.wrap_datlichtuvan .all_form_datlichtuvan .form-dangky_kham .input-contact input {
  font-size: 16px;
  padding: 10px 12px;
  height: auto;
  text-align: left;
  border-radius: 20px;
  width: 100%;
}
.wrap_datlichtuvan .all_form_datlichtuvan .form-dangky_kham .input-contact input::placeholder {
  color: #444;
}
.wrap_datlichtuvan .all_form_datlichtuvan .form-dangky_kham .input-contact .select2-container {
  width: 100% !important;
}
.wrap_datlichtuvan .all_form_datlichtuvan .form-dangky_kham .input-contact .select2-container .select2-selection--single {
  height: auto !important;
  border-radius: 20px;
  border: 1px solid #ced4da;
}
.wrap_datlichtuvan .all_form_datlichtuvan .form-dangky_kham .input-contact .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}
.wrap_datlichtuvan .all_form_datlichtuvan .form-dangky_kham .input-contact .select2-container .select2-selection--single .select2-selection__arrow {
  height: 30px;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.wrap_datlichtuvan .all_form_datlichtuvan .form-dangky_kham .btn_contact {
  background: #005a51;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #005a51;
  transition: all 0.3s;
}
.wrap_datlichtuvan .all_form_datlichtuvan .form-dangky_kham .btn_contact:hover {
  border-color: #bb8148;
  background: #bb8148;
  color: #fff;
}

.wrap_dichvu {
  position: relative;
  padding: 60px 0;
  background: url(../images/bg_dichvu.png) no-repeat center;
  background-size: cover;
}
.wrap_dichvu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: linear-gradient(360deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
}
.wrap_dichvu .title_wrap {
  color: #005a51;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  margin-bottom: 35px;
}
.wrap_dichvu .all_dichvu_page {
  position: relative;
}
.wrap_dichvu .all_dichvu_page .control-slideshow.next-dv {
  right: -50px;
}
.wrap_dichvu .all_dichvu_page .control-slideshow.prev-dv {
  left: -50px;
}
.wrap_dichvu .all_dichvu_page .owl-dv .owl-stage .owl-item.active.center .dichvu {
  transform: scale(1);
}
.wrap_dichvu .all_dichvu_page .owl-dv .owl-stage .owl-item .dichvu {
  transform: scale(0.9);
  transition: all 0.3s;
  overflow: hidden;
}
.wrap_dichvu .all_dichvu_page .owl-dv .owl-stage .owl-item .dichvu img {
  transition: all 0.5s;
}
.wrap_dichvu .all_dichvu_page .owl-dv .owl-stage .owl-item .dichvu:hover img {
  transform: scale(1.05);
}
.wrap_dichvu .all_dichvu_page .dichvu .mota_dichvu {
  justify-content: flex-start;
}

.loadkhung_dichvu .dichvu {
  width: calc(33.3333333333% - 20px);
}

.dichvu {
  position: relative;
  border-radius: 20px;
}
.dichvu a {
  display: block;
}
.dichvu a > img {
  aspect-ratio: 3/2.3;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.dichvu a .mota_dichvu {
  position: absolute;
  left: 0;
  top: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dichvu a .mota_dichvu p {
  margin-bottom: 0;
  padding: 5px 20px;
  width: 100%;
}
.dichvu a .mota_dichvu p:nth-child(1) {
  color: #005a51;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, rgba(255, 255, 255, 0.5) 100%);
  max-width: 100%;
  text-align: center;
}
.dichvu a .mota_dichvu p:nth-child(2) {
  color: #fff;
  background: linear-gradient(90deg, #005a51 0%, #00c0ad 100%);
  width: fit-content;
  border-bottom-right-radius: 20px;
}
.dichvu a .xemchitiet {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #fff;
  background: #005a51;
  border: 1px solid #005a51;
  border-radius: 20px;
  padding: 5px 20px;
  font-weight: 400;
  transition: all 0.3s;
}
.dichvu a .xemchitiet:hover {
  border-color: #bb8148;
  background: #bb8148;
  color: #fff;
}

.wrap_taisaochon {
  position: relative;
  padding: 60px 0;
}
.wrap_taisaochon .img_kinhlup {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 140px;
}
.wrap_taisaochon .img_eye {
  position: absolute;
  right: 5%;
  top: 20%;
  transform: translateY(-50%);
  max-width: 120px;
}
.wrap_taisaochon .img_kim {
  position: absolute;
  right: 5%;
  bottom: 8%;
  transform: translateY(-50%);
  max-width: 100px;
}
.wrap_taisaochon .all_page_taisaochon {
  display: flex;
  align-items: center;
}
.wrap_taisaochon .all_page_taisaochon .left_page_taisaochon {
  flex: 0 0 45%;
}
.wrap_taisaochon .all_page_taisaochon .left_page_taisaochon .img_page_taisaochon {
  max-width: 90%;
  margin: auto;
}
.wrap_taisaochon .all_page_taisaochon .left_page_taisaochon .img_page_taisaochon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap_taisaochon .all_page_taisaochon .right_page_taisaochon {
  flex: 1 1 auto;
}
.wrap_taisaochon .all_page_taisaochon .right_page_taisaochon .content_taisaochon {
  margin: auto;
}
.wrap_taisaochon .all_page_taisaochon .right_page_taisaochon .content_taisaochon .sub_title {
  color: #005a51;
  font-weight: 600;
  font-size: 40px;
}
.wrap_taisaochon .all_page_taisaochon .right_page_taisaochon .content_taisaochon .title {
  color: #005a51;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
}
.wrap_taisaochon .all_page_taisaochon .right_page_taisaochon .content_taisaochon .desc {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin: 10px 0 20px 0;
}
.wrap_taisaochon .all_page_taisaochon .right_page_taisaochon .all_taisaochon {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.wrap_taisaochon .all_page_taisaochon .right_page_taisaochon .all_taisaochon .taisaochon {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 15px;
}
.wrap_taisaochon .all_page_taisaochon .right_page_taisaochon .all_taisaochon .taisaochon:nth-child(1) {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.wrap_taisaochon .all_page_taisaochon .right_page_taisaochon .all_taisaochon .taisaochon .img {
  flex: 0 0 50px;
  width: auto;
}
.wrap_taisaochon .all_page_taisaochon .right_page_taisaochon .all_taisaochon .taisaochon .content {
  flex: 1 1 0;
  min-width: 0;
}
.wrap_taisaochon .all_page_taisaochon .right_page_taisaochon .all_taisaochon .taisaochon .content .title {
  color: #005a51;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0;
}
.wrap_taisaochon .all_page_taisaochon .right_page_taisaochon .all_taisaochon .taisaochon .content .title p {
  margin-bottom: 0;
}

.wrap_bacsi {
  position: relative;
  padding: 60px 0;
}
.wrap_bacsi .title_wrap {
  color: #005a51;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  margin-bottom: 35px;
}
.wrap_bacsi .all_bacsi_page {
  position: relative;
}
.wrap_bacsi .all_bacsi_page .control-slideshow.next-tt {
  right: -50px;
}
.wrap_bacsi .all_bacsi_page .control-slideshow.prev-tt {
  left: -50px;
}
.wrap_bacsi .all_bacsi_page .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.wrap_bacsi .all_bacsi_page .owl-carousel .owl-stage .owl-item {
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrap_bacsi .all_bacsi_page .bacsi {
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, #01e3cc 0%, #009a8b 100%);
  border-radius: 16px;
}
.wrap_bacsi .all_bacsi_page .bacsi:hover .img_bacsi img {
  transform: scale(1.05);
}
.wrap_bacsi .all_bacsi_page .bacsi a {
  display: block;
  height: 100%;
}
.wrap_bacsi .all_bacsi_page .bacsi .img_bacsi {
  overflow: hidden;
}
.wrap_bacsi .all_bacsi_page .bacsi .img_bacsi img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
  max-height: 350px;
  transition: all 0.5s;
}
.wrap_bacsi .all_bacsi_page .bacsi .content_bacsi {
  background: #fff;
  border-radius: 16px;
  border: 2px solid #00c3af;
  padding: 10px;
}
.wrap_bacsi .all_bacsi_page .bacsi .content_bacsi .title_bacsi {
  color: #005a51;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  min-height: 58px;
}
.wrap_bacsi .all_bacsi_page .bacsi .content_bacsi .mota_bacsi {
  color: #414141;
  font-size: 16px;
  text-align: center;
}
.wrap_bacsi .all_bacsi_page .bacsi .content_bacsi .mota_bacsi p {
  margin-bottom: 0;
}

.wrap_chinhanh {
  position: relative;
  padding: 60px 0 100px 0;
  background: url(../images/bg_dichvu.png) no-repeat center;
  background-size: cover;
}
.wrap_chinhanh::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: linear-gradient(360deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
}
.wrap_chinhanh .title_wrap {
  color: #005a51;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  margin-bottom: 35px;
}
.wrap_chinhanh .all_bacsi_page {
  position: relative;
}
.wrap_chinhanh .all_bacsi_page .control-slideshow.next-hethong {
  right: -50px;
}
.wrap_chinhanh .all_bacsi_page .control-slideshow.prev-hethong {
  left: -50px;
}
.wrap_chinhanh .all_bacsi_page .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.wrap_chinhanh .all_bacsi_page .owl-carousel .owl-stage .owl-item {
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrap_chinhanh .all_bacsi_page .chinhanh {
  background: linear-gradient(180deg, #00c0ad 0%, #005a51 100%);
  border-radius: 20px;
  padding: 40px 15px 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap_chinhanh .all_bacsi_page .chinhanh .title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
.wrap_chinhanh .all_bacsi_page .chinhanh .diachi {
  color: #fff;
  font-size: 15px;
  margin: 12px 0;
}
.wrap_chinhanh .all_bacsi_page .chinhanh .all_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px;
}
.wrap_chinhanh .all_bacsi_page .chinhanh .all_button .datlichkham {
  background: #bb8148;
  color: #fff;
  border-radius: 20px;
  padding: 3px 15px;
  font-size: 14px;
  transition: all 0.3s;
}
.wrap_chinhanh .all_bacsi_page .chinhanh .all_button .datlichkham:hover {
  border-color: #005a51;
  background: #005a51;
  color: #fff;
}
.wrap_chinhanh .all_bacsi_page .chinhanh .all_button .xembando {
  background: #005a51;
  color: #fff;
  padding: 3px 15px;
  border-radius: 20px;
  border: 1px solid #fff;
  font-size: 14px;
  transition: all 0.3s;
}
.wrap_chinhanh .all_bacsi_page .chinhanh .all_button .xembando:hover {
  border-color: #bb8148;
  background: #bb8148;
  color: #fff;
}

.boxfooter_container {
  background: #f3f3f3;
  padding-top: 60px;
}
.boxfooter_container .all_thongtin_menu_footer .footer_logo {
  position: relative;
}
.boxfooter_container .all_thongtin_menu_footer .footer_logo img {
  transition: 0.3s;
  max-width: 150px;
  object-fit: scale-down;
  width: 100%;
}
.boxfooter_container .all_thongtin_menu_footer .thongtin_menu_footer {
  margin: 25px 0;
}
.boxfooter_container .all_thongtin_menu_footer .thongtin_menu_footer .thongtin_menu {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.boxfooter_container .all_thongtin_menu_footer .thongtin_menu_footer .thongtin_menu svg {
  width: 16px;
}
.boxfooter_container .title_chinhanh_footer {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.boxfooter_container .all_menu_footer a {
  color: #5b5b5b;
  display: block;
  position: relative;
  padding-left: 10px;
}
.boxfooter_container .all_menu_footer a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #5b5b5b;
  border-radius: 50%;
}
.boxfooter_container .all_title_mxh_footer .title_mxh {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.boxfooter_container .all_title_mxh_footer .all_mxh_footer {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.boxfooter_container .all_title_mxh_footer .all_mxh_footer .mxh_footer {
  width: 35px;
}
.boxfooter_container .all_title_mxh_footer .img_bocongthuong img {
  width: 100%;
  max-width: 130px;
}
.boxfooter_container .copyright {
  background: #005a51;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}

.all_banner_gioithieu .banner_gioithieu {
  width: 100%;
  aspect-ratio: 4/1;
  object-fit: cover;
  object-position: center center;
  min-height: 200px;
}
.all_banner_gioithieu .all_bread_gioithieu {
  background: #fff;
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
  padding: 20px 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: -35px;
  z-index: 9;
  position: relative;
}
.all_banner_gioithieu .breadCrumbs {
  background: #fff;
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
  padding: 20px 20px;
  border-radius: 10px;
  display: flex;
  margin-top: -35px;
  z-index: 9;
  position: relative;
}

.all_breadCrumbs_thietbi {
  position: relative;
  margin-top: 20px;
}
.all_breadCrumbs_thietbi .breadCrumbs {
  background: #fff;
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
  padding: 20px 20px;
  border-radius: 10px;
  display: flex;
  margin-top: 0;
  z-index: 9;
  position: relative;
}

.wrap_gioithieu .page_about_us {
  position: relative;
  padding-bottom: 60px;
}
.wrap_gioithieu .page_about_us .home_vechungtoi {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27%;
  object-fit: contain;
}
.wrap_gioithieu .page_about_us .all_row_gioithieu_page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.wrap_gioithieu .page_about_us .all_row_gioithieu_page .col_gioithieu_page {
  flex: 0 0 calc(50% - 20px);
  min-width: 0;
}
.wrap_gioithieu .page_about_us .all_row_gioithieu_page .col_gioithieu_page .swiper_detail_right .content_gioithieu_page .title {
  color: #005a51;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
}
.wrap_gioithieu .page_about_us .all_row_gioithieu_page .col_gioithieu_page .swiper_detail_right .content_gioithieu_page .desc {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
.wrap_gioithieu .page_about_us .all_row_gioithieu_page .col_gioithieu_page .swiper_gioithieu_left .swiper-slide.swiper-slide-thumb-active {
  transform: scale(1);
}
.wrap_gioithieu .page_about_us .all_row_gioithieu_page .col_gioithieu_page .swiper_gioithieu_left .swiper-slide .img_gioithieu_page:hover img {
  transform: scale(1);
}
.wrap_gioithieu .page_about_us .all_row_gioithieu_page .col_gioithieu_page .swiper_gioithieu_left .swiper-slide .img_gioithieu_page img {
  transition: all 0.5s;
  transform: scale(0.98);
}
.wrap_gioithieu .page_tamnhin_sumenh {
  position: relative;
  padding: 100px 0 60px 0;
}
.wrap_gioithieu .page_tamnhin_sumenh .row_tamnhin_sumenh {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.wrap_gioithieu .page_tamnhin_sumenh .row_tamnhin_sumenh .col_tamnhin_sumenh {
  position: relative;
  width: 100%;
  background: url(../images/khung_tamnhinsumenh.svg) no-repeat center;
  background-size: contain;
  padding: 80px;
}
.wrap_gioithieu .page_tamnhin_sumenh .row_tamnhin_sumenh .col_tamnhin_sumenh .img {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 120px;
}
.wrap_gioithieu .page_tamnhin_sumenh .row_tamnhin_sumenh .col_tamnhin_sumenh .title {
  color: #005a51;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.wrap_gioithieu .page_tamnhin_sumenh .row_tamnhin_sumenh .col_tamnhin_sumenh .desc {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
.wrap_gioithieu .page_giatricotloi {
  position: relative;
  padding: 60px 0;
}
.wrap_gioithieu .page_giatricotloi .title_wrap {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  margin-bottom: 35px;
}
.wrap_gioithieu .page_giatricotloi .all_row_giatri_cotloi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
}
.wrap_gioithieu .page_giatricotloi .all_row_giatri_cotloi .col_giatricotloi {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrap_gioithieu .page_giatricotloi .all_row_giatri_cotloi .col_giatricotloi:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
}
.wrap_gioithieu .page_giatricotloi .all_row_giatri_cotloi .col_giatricotloi .giatricotloi {
  background: rgba(255, 255, 255, 0.8588235294);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  padding: 20px;
}
.wrap_gioithieu .page_giatricotloi .all_row_giatri_cotloi .col_giatricotloi .giatricotloi .title {
  color: #005a51;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #005a51;
}
.wrap_gioithieu .page_giatricotloi .all_row_giatri_cotloi .col_giatricotloi .giatricotloi .desc {
  font-size: 16px;
  line-height: 1.6;
}
.wrap_gioithieu .all_page_thanhtuu {
  position: relative;
  padding: 80px 0;
}
.wrap_gioithieu .all_page_thanhtuu .content_page {
  margin-bottom: 20px;
}
.wrap_gioithieu .all_page_thanhtuu .content_page .title_wrap {
  color: #005a51;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
}
.wrap_gioithieu .all_page_thanhtuu .content_page .desc_wrap {
  max-width: 500px;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}
.wrap_gioithieu .all_page_thanhtuu .all_thanhtuu {
  position: relative;
}
.wrap_gioithieu .all_page_thanhtuu .all_thanhtuu .control-slideshow.next-sp {
  right: -50px;
}
.wrap_gioithieu .all_page_thanhtuu .all_thanhtuu .control-slideshow.prev-sp {
  left: -50px;
}
.wrap_gioithieu .all_page_thanhtuu .all_thanhtuu .owl-sp .owl-item.active.center .thanhtuu img {
  opacity: 1;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2392156863);
}
.wrap_gioithieu .all_page_thanhtuu .all_thanhtuu .owl-sp .owl-item .thanhtuu img {
  aspect-ratio: 2/2.8;
  object-fit: cover;
  opacity: 0.5;
  width: 100%;
}

.wrap_bacsi_detail .title_news {
  color: #005a51;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  margin-bottom: 35px;
}
.wrap_bacsi_detail .all_content_news_detail_bacsi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
.wrap_bacsi_detail .all_content_news_detail_bacsi .img_news_row_detail {
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, #01e3cc 0%, #009a8b 100%);
  border-radius: 16px;
}
.wrap_bacsi_detail .all_content_news_detail_bacsi .img_news_row_detail img {
  aspect-ratio: 3/2;
  object-fit: contain;
  width: 100%;
}
.wrap_bacsi_detail .all_content_news_detail_bacsi .content_news_detail_bacsi .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
.wrap_bacsi_detail .all_content_news_detail_bacsi .content_news_detail_bacsi .mota {
  font-size: 16px;
}
.wrap_bacsi_detail .all_content_news_detail_bacsi .content_news_detail_bacsi .mota h3 {
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: 500;
}
.wrap_bacsi_detail .all_content_news_detail_bacsi .content_news_detail_bacsi .all_button_bacsi {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.wrap_bacsi_detail .all_content_news_detail_bacsi .content_news_detail_bacsi .all_button_bacsi a {
  border-radius: 20px;
  padding: 3px 15px 6px 15px;
  color: #fff;
  font-size: 16px;
}
.wrap_bacsi_detail .all_content_news_detail_bacsi .content_news_detail_bacsi .all_button_bacsi a:nth-child(1) {
  background: #005a51;
  border: 1px solid #005a51;
  transition: all 0.3s;
}
.wrap_bacsi_detail .all_content_news_detail_bacsi .content_news_detail_bacsi .all_button_bacsi a:nth-child(1):hover {
  background: #bb8148;
  border-color: #bb8148;
}
.wrap_bacsi_detail .all_content_news_detail_bacsi .content_news_detail_bacsi .all_button_bacsi a:nth-child(2) {
  background: #bb8148;
  border: 1px solid #bb8148;
  transition: all 0.3s;
}
.wrap_bacsi_detail .all_content_news_detail_bacsi .content_news_detail_bacsi .all_button_bacsi a:nth-child(2):hover {
  background: #005a51;
  border-color: #005a51;
}

.wrap_thietbi_page .all_page_brand_sp .title_wrap {
  color: #005a51;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  margin-bottom: 35px;
}
.wrap_thietbi_page .all_page_brand_sp .all_brand_page {
  position: relative;
}
.wrap_thietbi_page .all_page_brand_sp .all_brand_page .control-slideshow.next-sp {
  right: -50px;
}
.wrap_thietbi_page .all_page_brand_sp .all_brand_page .control-slideshow.prev-sp {
  left: -50px;
}
.wrap_thietbi_page .all_page_brand_sp .all_brand_page .brand {
  border: 1px solid #005a51;
  border-radius: 20px;
  margin-bottom: 5px;
  padding: 10px;
}
.wrap_thietbi_page .all_page_brand_sp .all_brand_page .brand img {
  aspect-ratio: 3.5/2;
  object-fit: contain;
  width: 100%;
}
.wrap_thietbi_page .all_title_wrap_desc {
  margin-bottom: 35px;
}
.wrap_thietbi_page .all_title_wrap_desc .title_wrap {
  color: #005a51;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
}
.wrap_thietbi_page .all_title_wrap_desc .desc_wrap {
  text-align: center;
}
.wrap_thietbi_page .all_thietbi .loadkhung_thietbi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.wrap_thietbi_page .all_thietbi .loadkhung_thietbi .thietbi {
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, #01e3cc 0%, #009a8b 100%);
  height: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.wrap_thietbi_page .all_thietbi .loadkhung_thietbi .thietbi::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #00baa8 0%, rgba(0, 169, 153, 0) 100%);
  border-top-left-radius: 220px;
  border-top-right-radius: 220px;
  width: 85%;
  height: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wrap_thietbi_page .all_thietbi .loadkhung_thietbi .thietbi .img_thietbi {
  position: relative;
  text-align: center;
  /* padding: 30px; */
  width: 50%;
}
.wrap_thietbi_page .all_thietbi .loadkhung_thietbi .thietbi .img_thietbi img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  padding: 10px 0;
}
.wrap_thietbi_page .all_thietbi .loadkhung_thietbi .thietbi .content_thietbi {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  /* border: 2px solid #00c3af; */
  /* background: #fff; */
  border-radius: 20px;
  padding: 20px;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50%;
}
.wrap_thietbi_page .all_thietbi .loadkhung_thietbi .thietbi .content_thietbi .content_left:nth-child(1) {
  flex: 1 1 auto;
}
.wrap_thietbi_page .all_thietbi .loadkhung_thietbi .thietbi .content_thietbi .content_left:nth-child(2) {
  flex: 0 0 auto;
}
.wrap_thietbi_page .all_thietbi .loadkhung_thietbi .thietbi .content_thietbi .content_left .title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  min-height: 60px;
  overflow: hidden;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrap_thietbi_page .all_thietbi .loadkhung_thietbi .thietbi .content_thietbi .content_left .desc {
  color: #373737;
  display: block;
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: none;
}
.wrap_thietbi_page .all_thietbi .loadkhung_thietbi .thietbi .content_thietbi .content_left .xemchitiet {
  background: #fff;
  color: #005a51;
  border-radius: 20px;
  padding: 3px 15px;
  font-size: 15px;
  transition: all 0.3s;
  border: 1px solid #fff;
}
.wrap_thietbi_page .all_thietbi .loadkhung_thietbi .thietbi .content_thietbi .content_left .xemchitiet:hover {
  border-color: #bb8148;
  background: #bb8148;
  color: #fff;
}

.wrap-main-thietbi-detail .title-pro-detail {
  color: #005a51;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
}
.wrap-main-thietbi-detail .mota_thietbi_detail {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.wrap-main-thietbi-detail .noidung_thietbi_detail {
  text-align: justify;
}
.wrap-main-thietbi-detail .noidung_thietbi_detail table.table_fex td {
  border: none;
}
.wrap-main-thietbi-detail .noidung_thietbi_detail table.table_fex td:nth-child(2) {
  padding-left: 40px;
}
.wrap-main-thietbi-detail .noidung_thietbi_detail table.table_fex td img {
  aspect-ratio: 2.5/2;
  object-fit: cover;
  border-radius: 20px;
}
.wrap-main-thietbi-detail .noidung_thietbi_detail table.table_fex td h2,
.wrap-main-thietbi-detail .noidung_thietbi_detail table.table_fex td h3,
.wrap-main-thietbi-detail .noidung_thietbi_detail table.table_fex td h4 {
  font-weight: 700;
}
.wrap-main-thietbi-detail .noidung_thietbi_detail table.table_fex td h2 span,
.wrap-main-thietbi-detail .noidung_thietbi_detail table.table_fex td h3 span,
.wrap-main-thietbi-detail .noidung_thietbi_detail table.table_fex td h4 span {
  font-weight: 700;
}
.wrap-main-thietbi-detail .all_sanpham_noibat {
  position: relative;
}
.wrap-main-thietbi-detail .all_sanpham_noibat .title_sp_noibat {
  color: #005a51;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 35px;
}
.wrap-main-thietbi-detail .all_sanpham_noibat .all_sp_noibat {
  position: relative;
}
.wrap-main-thietbi-detail .all_sanpham_noibat .all_sp_noibat .control-slideshow.next-dv {
  right: -50px;
}
.wrap-main-thietbi-detail .all_sanpham_noibat .all_sp_noibat .control-slideshow.prev-dv {
  left: -50px;
}
.wrap-main-thietbi-detail .all_sanpham_noibat .all_sp_noibat .thietbi {
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, #01e3cc 0%, #009a8b 100%);
  height: 100%;
  border-radius: 10px;
  max-width: 95%;
  margin: auto;
}
.wrap-main-thietbi-detail .all_sanpham_noibat .all_sp_noibat .thietbi .img_thietbi {
  text-align: center;
  padding: 30px;
}
.wrap-main-thietbi-detail .all_sanpham_noibat .all_sp_noibat .thietbi .img_thietbi img {
  aspect-ratio: 3/2;
  object-fit: contain;
  width: 100%;
  background: linear-gradient(180deg, #00baa8 0%, rgba(0, 169, 153, 0) 100%);
  border-top-left-radius: 220px;
  border-top-right-radius: 220px;
  padding: 30px;
}
.wrap-main-thietbi-detail .all_sanpham_noibat .all_sp_noibat .thietbi .content_thietbi {
  border: 2px solid #00c3af;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
}
.wrap-main-thietbi-detail .all_sanpham_noibat .all_sp_noibat .thietbi .content_thietbi .title {
  color: #005a51;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.all_page_dichvu_detail .title_news {
  color: #005a51;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  margin-bottom: 35px;
}
.all_page_dichvu_detail .all_img_mota_dichvu_detail {
  position: relative;
}
.all_page_dichvu_detail .all_img_mota_dichvu_detail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 90, 81, 0) 0%, rgba(0, 90, 81, 0.85) 46.63%, #005a51 100%);
  top: 0;
  left: 0;
}
.all_page_dichvu_detail .all_img_mota_dichvu_detail img {
  width: 100%;
  aspect-ratio: 6/2;
  object-fit: cover;
  object-position: right center;
  min-height: 250px;
}
.all_page_dichvu_detail .all_img_mota_dichvu_detail .motangan_news {
  position: absolute;
  top: 50%;
  right: 10%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  transform: translateY(-50%);
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu {
  position: relative;
  background: #005a51;
  background: linear-gradient(180deg, rgba(0, 90, 81, 0.43) 0%, rgba(255, 255, 255, 0.83) 100%, rgba(255, 255, 255, 0.65) 16%);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 25px 20px;
  border-radius: 20px;
  margin: 40px 0 15px 0;
  display: flex;
  align-items: flex-end;
  gap: 60px;
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .left_form_dkdv {
  flex: 1 1 100%;
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .right_form_dk {
  flex: 0 0 12%;
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .title {
  color: #005a51;
  font-weight: 600;
  font-size: 25px;
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .sub_title {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 15px;
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .form-dangky_kham {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  grid-gap: 15px;
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .form-dangky_kham .input-contact {
  width: 100%;
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .form-dangky_kham .input-contact label {
  font-weight: 600;
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .form-dangky_kham .input-contact input {
  font-size: 16px;
  padding: 10px 12px;
  height: auto;
  text-align: left;
  border-radius: 20px;
  width: 100%;
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .form-dangky_kham .input-contact input::placeholder {
  color: #444;
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .form-dangky_kham .input-contact .select2-container {
  width: 100% !important;
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .form-dangky_kham .input-contact .select2-container .select2-selection--single {
  height: auto !important;
  border-radius: 20px;
  border: 1px solid #ced4da;
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .form-dangky_kham .input-contact .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .form-dangky_kham .input-contact .select2-container .select2-selection--single .select2-selection__arrow {
  height: 30px;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .form-dangky_kham .btn_contact {
  background: #005a51;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #005a51;
  transition: all 0.3s;
}
.all_page_dichvu_detail .all_form_datlichtuvan_detail_dichvu .form-dangky_kham .btn_contact:hover {
  color: #005a51;
  background: transparent;
}

.wap_page_tintuc .all_search_tintuc {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 40px;
  border-radius: 40px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wap_page_tintuc .all_search_tintuc > input {
  flex: 1 1 auto;
  border: 1px solid #c2c2c2;
  border-radius: 30px;
  padding: 8px 20px;
}
.wap_page_tintuc .all_search_tintuc > button {
  flex: 0 0 auto;
  border: 1px solid #005a51;
  background: #005a51;
  padding: 8px 30px;
  border-radius: 30px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s;
}
.wap_page_tintuc .all_search_tintuc > button:hover {
  background: #bb8148;
  border-color: #bb8148;
}
.wap_page_tintuc .all_list_news ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 20px;
}
.wap_page_tintuc .all_list_news ul li a {
  display: block;
  text-align: center;
  padding: 8px 15px;
  border-radius: 20px;
  color: #424040;
  font-weight: 500;
  transition: all 0.3s;
}
.wap_page_tintuc .all_list_news ul li a:hover {
  background: #bb8148;
  color: #fff;
}
.wap_page_tintuc .all_list_news ul li a.active {
  background: #005a51;
  color: #fff;
}
.wap_page_tintuc .bottom_page_news .all_featuredposts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 60px;
}
.wap_page_tintuc .bottom_page_news .all_featuredposts a {
  display: block;
  height: 100%;
}
.wap_page_tintuc .bottom_page_news .all_featuredposts .all_featuredposts_right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.wap_page_tintuc .bottom_page_news .all_featuredposts .featuredposts_left:hover .post_thumb img {
  transform: scale(1.05);
}
.wap_page_tintuc .bottom_page_news .all_featuredposts .featuredposts_left:hover .all_content_post .title_news {
  color: #005a51;
}
.wap_page_tintuc .bottom_page_news .all_featuredposts .featuredposts_left:hover .all_content_post .xemtiep {
  color: #005a51;
}
.wap_page_tintuc .bottom_page_news .all_featuredposts .featuredposts_left .post_thumb {
  overflow: hidden;
  border-radius: 10px;
}
.wap_page_tintuc .bottom_page_news .all_featuredposts .featuredposts_left .post_thumb img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  transition: all 0.5s;
}
.wap_page_tintuc .bottom_page_news .all_featuredposts .featuredposts_left .all_content_post {
  margin-top: 15px;
}
.wap_page_tintuc .bottom_page_news .all_featuredposts .featuredposts_left .all_content_post .title_news {
  color: #2b2b2b;
  text-transform: uppercase;
  font-weight: 600;
}
.wap_page_tintuc .bottom_page_news .all_featuredposts .featuredposts_left .all_content_post .mota_news {
  color: #000;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.wap_page_tintuc .bottom_page_news .all_featuredposts .featuredposts_left .all_content_post .xemtiep {
  color: #000;
  font-size: 14px;
  margin-top: 6px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.wap_page_tintuc .bottom_page_news .content_tintuc_page_com {
  margin-bottom: 20px;
}
.wap_page_tintuc .bottom_page_news .content_tintuc_page_com .title {
  color: #005a51;
  font-weight: 600;
  font-size: 40px;
}
.wap_page_tintuc .bottom_page_news .content_tintuc_page_com .desc {
  color: #000;
  font-size: 15px;
}
.wap_page_tintuc .bottom_page_news .content_tintuc_page_cat_com .title {
  color: #005a51;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}
.wap_page_tintuc .bottom_page_news .content_tintuc_page_cat_com .desc {
  color: #000;
  font-size: 15px;
  text-align: center;
}
.wap_page_tintuc .all_slide_page_news_cat .slide_page_news_cat {
  margin-bottom: 60px;
}
.wap_page_tintuc .all_slide_page_news_cat .slide_page_news_cat:last-child {
  margin-bottom: 0;
}
.wap_page_tintuc .all_slide_page_news_cat .slide_page_news_cat .all_title_page_news_cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  background: #005a51;
  padding: 5px 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
}
.wap_page_tintuc .all_slide_page_news_cat .slide_page_news_cat .all_title_page_news_cat .title {
  flex: 1 1 auto;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}
.wap_page_tintuc .all_slide_page_news_cat .slide_page_news_cat .all_title_page_news_cat .xemthem {
  background: #fff;
  color: #005a51;
  border-radius: 20px;
  padding: 3px 25px;
  font-size: 15px;
  transition: all 0.3s;
}
.wap_page_tintuc .all_slide_page_news_cat .slide_page_news_cat .all_title_page_news_cat .xemthem:hover {
  background: #bb8148;
  color: #fff;
}
.wap_page_tintuc .all_slide_page_news_cat .slide_page_news_cat .slide_page {
  position: relative;
}
.wap_page_tintuc .all_slide_page_news_cat .slide_page_news_cat .slide_page .control-slideshow.next-cat {
  right: -50px;
}
.wap_page_tintuc .all_slide_page_news_cat .slide_page_news_cat .slide_page .control-slideshow.prev-cat {
  left: -50px;
}

.post {
  position: relative;
}
.post:hover .post_thumb img {
  transform: scale(1.05);
}
.post:hover .all_content_post .title_news {
  color: #005a51;
}
.post .post_thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.post .post_thumb img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.5s;
}
.post .all_content_post {
  margin-top: 10px;
}
.post .all_content_post .time_tintuc {
  color: #005a51;
  font-weight: 500;
  font-size: 15px;
}
.post .all_content_post .title_news {
  color: #2b2b2b;
  text-transform: uppercase;
  font-weight: 600;
}

.post-huongdan {
  position: relative;
}
.post-huongdan:hover .post_thumb img {
  transform: scale(1.05);
}
.post-huongdan:hover .all_content_post .xemthem_huongdan {
  background: #005a51;
  color: #fff;
}
.post-huongdan .post_thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.post-huongdan .post_thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0, 90, 81, 0) 0%, rgba(0, 90, 81, 0.85) 60%, #005a51 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
.post-huongdan .post_thumb img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.5s;
}
.post-huongdan .all_content_post {
  margin-top: 0;
  position: absolute;
  width: 90%;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.post-huongdan .all_content_post .title_news {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.post-huongdan .all_content_post .xemthem_huongdan {
  background: #fff;
  color: #005a51;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 6px 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  width: fit-content;
  margin-top: 10px;
  transition: all 0.3s;
}

.all_tuyendung_page_table {
  overflow-x: scroll;
}
.all_tuyendung_page_table table {
  min-width: 600px;
  overflow: scroll;
}
.all_tuyendung_page_table table thead tr th {
  background: #005a51;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.all_tuyendung_page_table table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.all_tuyendung_page_table table tbody tr td.title-tuyendung-list {
  color: #005a51;
  font-weight: 600;
  font-size: 25px;
  width: 25%;
}
.all_tuyendung_page_table table tbody tr td .href-ungtuyen {
  background: #005a51;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.all_tuyendung_page_table table tbody tr td .href-hethan {
  background: #f3f3f3;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 500;
  color: #6e6e6e;
}

.wrap_tuyendung_detail .title_news {
  color: #005a51;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 35px;
}
.wrap_tuyendung_detail .date_hethan_news {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 0;
  margin-bottom: 30px;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung {
  background: #005a51;
  border: 1px solid #b9b9b9;
  border-radius: 20px;
  padding: 35px;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .all_title_lienhe {
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .all_title_lienhe .title {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 10px;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .all_title_lienhe .desc {
  font-size: 15px;
  position: relative;
  padding-left: 15px;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .all_title_lienhe .desc::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .all_input_contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact {
  margin-bottom: 20px;
  width: 100%;
  max-width: 450px;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact input {
  font-size: 14px;
  padding: 3px 12px;
  height: 40px;
  text-align: left;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  color: #fff;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact input::placeholder {
  color: #fff;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact textarea {
  font-size: 14px;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact textarea::placeholder {
  color: #444;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact .label_upload_file {
  position: relative;
  color: #fff;
  margin-bottom: 20px;
  display: block;
  padding-left: 15px;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact .label_upload_file::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact .upload-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact .upload-wrap .btn-upload {
  background: #fff;
  color: #005a51;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact .upload-wrap #file-name {
  color: #fff;
  font-size: 14px;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact .select2-container {
  width: 100% !important;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact .select2-container .select2-selection--single {
  height: auto !important;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  color: #fff;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact.input-submit {
  text-align: right;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact.input-submit .btn_contact {
  background: #bb8148;
  border: 1px solid #bb8148;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  padding: 5px 30px;
  width: 100%;
  max-width: fit-content;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
  font-size: 16px;
  transition: all 0.6s;
}
.wrap_tuyendung_detail .all_form_ungtuyen .form-tuyendung .input-contact.input-submit .btn_contact:hover {
  background: transparent;
  border-color: #fff;
}

.all_contact_lienhe .all_form_contact .from_thongtin_contact {
  background: #005a51;
  border-radius: 20px;
  padding: 25px;
}
.all_contact_lienhe .all_form_contact .from_thongtin_contact .logo_contact {
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px;
  text-align: center;
  margin-bottom: 20px;
}
.all_contact_lienhe .all_form_contact .from_thongtin_contact .logo_contact img {
  max-width: 250px;
  object-fit: cover;
}
.all_contact_lienhe .all_form_contact .from_thongtin_contact .thongtin_contact {
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.all_contact_lienhe .all_form_contact .from_thongtin_contact .thongtin_contact .thongtin {
  color: #fff;
  margin-bottom: 15px;
}
.all_contact_lienhe .all_form_contact .from_thongtin_contact .thongtin_contact .thongtin:last-child {
  margin-bottom: 0;
}
.all_contact_lienhe .all_form_contact .from_thongtin_contact .thongtin_contact .thongtin i {
  margin-right: 6px;
  vertical-align: middle;
}
.all_contact_lienhe .all_form_contact .from_thongtin_contact .thongtin_contact .thongtin span {
  font-weight: 500;
}
.all_contact_lienhe .all_form_contact .from_thongtin_contact .all_social_contact span {
  display: block;
  color: #fff;
  margin-bottom: 15px;
}
.all_contact_lienhe .all_form_contact .from_thongtin_contact .all_social_contact .all_mxh_footer {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.all_contact_lienhe .all_form_contact .from_thongtin_contact .all_social_contact .all_mxh_footer .mxh_footer {
  width: 35px;
}
.all_contact_lienhe .all_form_contact .form-contact .all_title_lienhe {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.all_contact_lienhe .all_form_contact .form-contact .all_title_lienhe span:nth-child(1) {
  color: #005a51;
  font-weight: 600;
  font-size: 40px;
}
.all_contact_lienhe .all_form_contact .form-contact .all_input_contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.all_contact_lienhe .all_form_contact .form-contact .input-contact {
  margin-bottom: 10px;
  width: 100%;
}
.all_contact_lienhe .all_form_contact .form-contact .input-contact input {
  font-size: 14px;
  padding: 8px 12px;
  height: auto;
  text-align: left;
  border-radius: 20px;
  border: 1px solid #c4c4c4;
}
.all_contact_lienhe .all_form_contact .form-contact .input-contact input::placeholder {
  color: #444;
}
.all_contact_lienhe .all_form_contact .form-contact .input-contact textarea {
  font-size: 14px;
  height: 100px;
  border-radius: 15px;
}
.all_contact_lienhe .all_form_contact .form-contact .input-contact textarea::placeholder {
  color: #444;
}
.all_contact_lienhe .all_form_contact .form-contact .btn_contact {
  position: relative;
  width: 100%;
  max-width: 140px;
}
.all_contact_lienhe .all_form_contact .form-contact .btn_contact input {
  background: #005a51;
  color: #fff;
  font-weight: 500;
  border-radius: 20px;
  padding: 13px 40px 10px 19px;
  width: 100%;
  max-width: 140px;
  margin-right: 0;
  margin-left: auto;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #005a51;
}
.all_contact_lienhe .all_form_contact .form-contact .btn_contact input:hover {
  background: #bb8148;
  color: #fff;
  border-color: #bb8148;
}
.all_contact_lienhe .all_form_contact .form-contact .btn_contact::before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 300;
}
.all_contact_lienhe .all_chinhanh_contact {
  display: flex;
  align-items: stretch;
  border: 1px solid #7d7d7d;
  border-radius: 30px;
  margin: 60px 0;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact {
  position: relative;
  padding: 25px 0;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact:nth-child(1) {
  flex: 0 0 42%;
  border-right: 1px solid #7d7d7d;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact:nth-child(2) {
  flex: 1 1 auto;
  height: auto;
  padding: 25px;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .title_chinhanh {
  color: #005a51;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  padding: 0 25px;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .all_chinhanh {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 550px;
  overflow: auto;
  padding: 0 25px;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .all_chinhanh::-webkit-scrollbar-track {
  background-color: #fff;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .all_chinhanh::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
  display: none;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .all_chinhanh::-webkit-scrollbar-thumb {
  background-color: #005a51;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .all_chinhanh .chinhanh {
  position: relative;
  display: flex;
  gap: 15px;
  /* flex-wrap: wrap; */
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .all_chinhanh .chinhanh.active::before {
  background: #005a51;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .all_chinhanh .chinhanh::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5px;
  height: 100%;
  background: transparent;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .all_chinhanh .chinhanh .icon_chinhanh {
  flex: 0 0 50px;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .all_chinhanh .chinhanh .icon_chinhanh svg {
  width: 100%;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .all_chinhanh .chinhanh .contact_chinhanh {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .all_chinhanh .chinhanh .contact_chinhanh .title {
  color: #005a51;
  font-weight: 500;
  font-size: 20px;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .all_chinhanh .chinhanh .contact_chinhanh .diachi span:nth-child(1) {
  font-weight: 600;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .all_chinhanh .chinhanh .contact_chinhanh .dangkyngay {
  background: #005a51;
  color: #fff;
  font-weight: 500;
  border-radius: 20px;
  padding: 8px 10px 5px 10px;
  width: 100%;
  max-width: 130px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #005a51;
  text-align: center;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .all_chinhanh .chinhanh .contact_chinhanh .dangkyngay:hover {
  background: transparent;
  color: #005a51;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.all_contact_lienhe .all_chinhanh_contact .col_chinhanh_contact .iframe iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.share_news {
  display: flex;
  align-items: center;
  gap: 15px;
}
.share_news ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.share_news ul li a {
  color: #4a4a4a;
}
.share_news ul li a.btn-copy-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.share_news ul li a.btn-copy-link.show-badge .copy-badge {
  opacity: 1;
  visibility: visible;
}
.share_news ul li a.btn-copy-link .copy-badge {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.share_news ul li a.btn-copy-link .copy-badge::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #000 transparent transparent;
}

.share_news_news_detail ul li a {
  width: 35px;
  height: 35px;
  background: #005a51;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/*# sourceMappingURL=websc.css.map */
