html {
  touch-action: manipulation;
}
body {
  font-size: 1.2rem;
  font-family: "Arial";
  line-height: 1.5;
  max-width: 640px;
  margin: 0 auto !important;
  color: #222222;
}
img
{
  max-width: 100%;
  height: inherit;
 
}

svg{
  width: 15px;
  height: 15px;
}
.row {
  margin: 0 !important;
}
@media (min-width: 641px) and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
:root {
  --menubg: #12a1b0;
}
body::-webkit-scrollbar-track,
.all_itemhoithoai::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
body::-webkit-scrollbar,
.all_itemhoithoai::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb,
.all_itemhoithoai::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
}
body {
  font-size: 14px !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
p {
  text-align: justify;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
form {
  margin: 0;
}
.p-10 {
  padding: 10px;
}
.py-10 {
  padding: 10px 0;
}
.px-10 {
  padding: 0 10px;
}
/*----------------------HEADER------------------------------*/
.btn_cust {
  border-radius: 0 20px 20px 0 !important;
  color: #fff !important;
  background: #ff5555 !important;
}
.form_search input {
  border-radius: 20px 0 0 20px;
}
.tel_topheader {
  background: url(../img/hd1.png) top center/contain no-repeat;
  background-size: contain;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
}
/*.logo_header img
{
	max-width: 210px;
}*/
.icon_phone a {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  background: url(../img/i.webp) no-repeat;
  background-size: 25.4rem;
  background-position: -4.15rem 0;
}
.bar_menu {
  color: #15af83;
  font-size: 45px;
}
/*----------------------HEADER------------------------------*/
.title_main {
  color: #4d4d4d;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "av", sans-serif;
  display: block;
  font-weight: bold;
  padding-bottom: 0.5rem;
  position: relative;
  margin-bottom: 1rem;
}
.title_main:before {
  content: "";
  width: 2.8rem;
  height: 0.1rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: inline-block;
  background: #00a878;
}
.title_main.red2 {
  color: #ffff;
}
.title_main.red2:before {
  background: #ff5555;
}
.list_dichvu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.list_dichvu > .item_dichvu {
  display: inline-block;
  padding: 18px 5px;
  padding-right: 47px;
  color: #333333;
  background: #e6fcf4;
  position: relative;
}
.list_dichvu > .item_dichvu:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: url(../img/dv1.png) center center no-repeat;
  /*background-position: -1% -37px;*/
  background-size: 4em;
}
.list_dichvu > .item_dichvu:nth-of-type(2):before {
  background: url(../img/dv2.png) center center no-repeat;
  background-size: 4em;
}
.list_dichvu > .item_dichvu:nth-of-type(3):before {
  background: url(../img/dv5.png) center center no-repeat;
  background-size: 4em;
}
.list_dichvu > .item_dichvu:nth-of-type(4):before {
  background: url(../img/dv6.png) center center no-repeat;
  background-size: 4em;
}
.list_dichvu > .item_dichvu:nth-of-type(5):before {
  background: url(../img/dvnb44.png) center center no-repeat;
  background-size: 4em;
}
.list_dichvu > .item_dichvu:nth-of-type(6):before {
  background: url(../img/dvnb55.png) center center no-repeat;
  background-size: 4em;
}
.list_ud img {
  width: 172px;
  margin: 0 auto;
}
.list_infotc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  margin-top: 15% !important;
}
.list_infotc li {
  margin-right: 2.6%;
  background: linear-gradient(to right, #029266, #2cb68c, #2cb68c);
  border: 0.1rem solid #17a479;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  height: 7.5em;
  line-height: 1.1;
  font-size: 1.2em;
  text-align: justify;
  text-align-last: center;
  padding: 2.3rem 0.5rem 0.5rem;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_infotc li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 63%;
  background: url(../img/i.webp) no-repeat;
  background-position: -1% -90px;
  background-size: 21em;
}
.list_infotc li:nth-of-type(2):before {
  background-position: 23% -90px;
}
.list_infotc li:nth-of-type(3):before {
  background-position: 48% -90px;
}
.list_infotc li:nth-of-type(4):before {
  background-position: 72% -90px;
}
.list_infotc li:nth-of-type(5):before {
  background-position: 96% -90px;
}
.list_infotc li:last-child {
  margin: auto;
  width: 167px;
  grid-column: 1 / 3;
}
.trangthietbim {
  background: url(../img/tb.jpg) no-repeat;
}
.content_tbt {
  color: #fff;
}
.content_itemtb {
  background: #ff5555;
  padding: 0.75rem 0.6rem;
}
.content_itemtb span {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.6rem;
  color: #fff;
}
.content_itemtb p {
  color: #fff;
  font-size: 1.1rem;
  text-align-last: center;
  text-align: center;
  line-height: 1.3;
}
.listimg_tk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.btn_ctsdl {
  padding: 5px 15px;
  border: 0;
  background: #ff5555;
  color: #fff;
  border-radius: 14px;
  font-size: 17px;
}
.form_datlich {
  padding: 10px;
  background: #fff;
  border-radius: 8px;
}
.title_dl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.datlichkham {
  background: url(../img/kh.jpg) no-repeat;
  background-size: cover;
}
.content_phdl {
  padding: 10px;
  background: #ffff;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
}
.content_phdl:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 34px;
  border-right: 15px solid transparent;
  border-left: 0px solid transparent;
  border-top: 15px solid #fff;
}
.info_kh p {
  margin: 0;
  color: #fff;
  margin-left: 20px;
}
.img_kh img {
  max-width: 55px;
}
.content_bv {
  padding: 10px;
}
.item_bv a {
  color: #333333;
}
.content_bv span {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
/*----------footer------------*/
.footer {
  margin-bottom: 40px;
}
#cpr span {
  width: 100%;
  background: url(../img/ft1.png) bottom center/contain no-repeat;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1em;
}
div.d_contact {
  position: relative;
  margin-bottom: 1rem;
}
div.d_contact input {
  width: 100%;
  font-size: 1.1rem;
  border: none;
  padding: 0.9rem;
}
div.d_contact button {
  top: 0;
  right: 0;
  bottom: 0;
  width: 5.7rem;
  position: absolute;
  background: url(../img/i.webp) no-repeat #00a878;
  background-position: 70% 77%;
  background-size: 500px;
  border: 0;
}
.p1 {
  background: linear-gradient(to right, #019265, #29b389, #029265);
  border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  padding: 0.65rem 0;
  padding-left: 6.25rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.p1 span:nth-child(2) {
  font-style: italic;
  font-size: 0.9em;
}
.p1 span:nth-child(1) {
  font-size: 1.2em;
  font-weight: bold;
}
.p1 span {
  display: block;
  color: #fff;
  line-height: 1.3;
}
.p1:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 5.4rem;
  border-right: 1px solid #87ceb8;
  background: url(../img/i.webp) no-repeat;
  background-position: 107% 68%;
  position: absolute;
  background-size: 400px;
}
.list_thongtin li {
  padding-left: 4.1rem;
  display: flex;
  align-items: center;
  height: 2.8rem;
  margin-bottom: 1rem;
  position: relative;
}
.list_thongtin li:before {
  content: "";
  width: 2.8rem;
  left: 0;
  height: 2.8rem;
  top: 0;
  position: absolute;
  background: url(../img/i.webp) no-repeat;
  background-position: 70.2% 5px;
  background-size: 367px;
}
.list_thongtin li:nth-of-type(2):before {
  background-position: 83.2% 5px;
  background-size: 367px;
}
.list_thongtin li a {
  font-size: 1.2em;
  color: #333;
  font-weight: bold;
}
.footer {
  border-top: 1px solid #bebebe;
  background: #f2f2f2;
}
.title_footer {
  display: block;
  color: #00a878;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
}
.title_footer:before {
  content: "";
  width: 4rem;
  height: 0.2rem;
  display: inline-block;
  background: #ff5555;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.list_mbenh {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
.list_mbenh li a {
  padding: 15px 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding-left: 0;
  display: block;
  background: linear-gradient(
    180deg,
    rgba(2, 153, 104, 1) 33%,
    rgba(6, 177, 134, 1) 64%
  );
  text-align: center;
  text-transform: uppercase;
}
/*--------------------footer--------------------*/
.mobie_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 999999999;
  /* transition: all 500ms; */
}
.bg_drak {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  /* transition: all 500ms; */
  opacity: 1;
  pointer-events: all;
}
.mobie_menu.active {
  left: -100%;
}
.bg_drak.active {
  opacity: 0;
  pointer-events: none;
}
.cover_menumobi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffff;
}
.cover_menumobi > img {
  max-width: 75%;
  margin: 0 auto;
  display: block;
}
.list_menu {
  padding: 15px;
}
.list_menu > li > div > a {
  padding: 10px;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  width: 100%;
}
.list_menu > li > div > i {
  font-size: 28px;
}
.sub_menumobi {
  padding-left: 30px;
  display: none;
}
.sub_menumobi > li > a {
  font-size: 17px;
  color: #333;
}
.btn_closemenu {
  position: absolute;
  top: 0;
  right: 11px;
  font-size: 28px;
  color: red;
  font-weight: bold;
}
.title_post {
  color: #333333;
  text-transform: uppercase;
  font-family: "av", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 0.3rem;
  position: relative;
  margin-bottom: 2rem;
}
.title_post:before {
  content: "";
  width: 10rem;
  height: 0.2rem;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  background: #00a878;
  display: inline-block;
}
.dangkipost {
  background: url(../img/ctf.jpg) top center repeat;
  background-size: cover;
}
.title_dkp {
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 10px;
}
.btn_dkp {
  font-size: 1.6em;
  border: 0;
  background: #ff5555;
  padding: 4px 25px;
  margin: 0 auto;
  display: block;
  color: #fff;
  border-radius: 25px;
}
.title_detailpost {
  color: #00a878;
  font-size: 1.2em;
  text-transform: uppercase; 
  font-weight: bold;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #888888;
  position: relative;
  padding-bottom: 0.5rem;
}
.title_detailpost:before {
  content: "";
  width: 13.5rem;
  height: 0.2rem;
  background: #00a878;
  display: inline-block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}
.timepostdetail {
  display: block;
  margin-bottom: 1em;
}
.breadcrumb a {
  color: #059569;
}
/*-------------------TRANG CHI TIET---------*/
.noidung img {
  max-width: 100% !important;
  height: auto !important;
}
.noidung h2 {
  font-weight: bold;
  color: #006599;
  border-bottom: 1px solid #006599;
  text-transform: uppercase; 
  position: relative;
  padding-left: 30px;
  padding-left: 40px;
  min-height: 30px;
  font-size: 100%;
}
.noidung h2:before {
  content: "";
  width: 29px;
  height: 24px;
  background: url(../img/post-icon-h2.png) no-repeat center center;
  margin-right: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
}
.noidung p,
.noidung table,
.noidung ul,
.noidung h2,
.noidung h3,
.noidung h4,
.noidung h5 {
  margin-bottom: 15px;
  line-height: 1.8;
}
/*
.noidung h2 {
	font-weight: bold;
	color: #006599;
	border-bottom: 1px solid #006599;
	text-transform: uppercase;
	position: relative;
	padding-left: 30px;
	padding-left: 40px;
	min-height: 30px;
	font-size: 100%;
}
*/
.noidung h2 {
  position: relative;
  padding: 2px 2px 2px 30px;
  color: #00a878;
  font-size: 16px;
  /* text-transform: uppercase; */
  display: inherit;
  margin: 10px 0px;
  background-repeat: no-repeat;
  background-position: 3px center;
  border-bottom: 1px solid #00a878;
}
.noidung h2:before {
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 1.55rem;
  background: url(../img/nurse.png) no-repeat;
  background-size: 1.6rem 1.55rem;
  display: inline-block;
  left: 0;
  top: 5px;
}
/*
.noidung h2:before{
	content: '';
	width: 29px;
	height: 24px;
	background: url(../img/post-icon-h2.png) no-repeat center center;
	margin-right: 8px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 100% 100%;
}
*/
.noidung ul li {
  margin-bottom: 10px;
}
.noidung table {
  width: 100% !important;
}
.noidung table td {
  padding: 10px !important;
}
.noidung p {
  text-align: justify;
}
.noidung em,
.noidung em a {
  color: #cc1f5e;
}
.noidung em strong,
.noidung strong em {
  font-weight: bold;
  font-style: italic;
  color: #1171a5;
}
.noidung table.bang-3-cot-1 {
  border-collapse: separate;
}
.noidung table.bang-3-cot-1 tr td {
  padding: 5px 10px;
  background-color: #ffcdff;
}
.noidung table.bang-3-cot-1 tr td:first-child(3) {
  background-color: #cdffff;
}
.noidung table.bang-3-cot-1 tr td:last-child(3) {
  background-color: #ffffcd;
}
.noidung table.bang-3-cot-1 tr:first-child td {
  background-color: #cdffcd;
  text-align: center;
}
.noidung table.bang-3-cot-2 {
  border-collapse: separate;
}
.noidung table.bang-3-cot-2 tr td {
  padding: 5px 10px;
  background-color: #ffcdff;
}
.noidung table.bang-3-cot-2 tr:first-child td,
.noidung table.bang-3-cot-2 tr td:first-child {
  background-color: #cdffcd;
}
.noidung table.bang-3-cot-2 tr:first-child td {
  text-align: center;
}
.noidung table.bang-2-cot-1 {
  border-collapse: separate;
}
.noidung table.bang-2-cot-1 tr td {
  padding: 5px 10px;
}
.noidung table.bang-2-cot-1 tr td:first-child {
  background-color: #cdffcd;
}
.noidung table.bang-2-cot-1 tr td:last-child {
  background-color: #ffcdff;
}
.noidung .so-hotline {
  color: #cc1f5e;
  font-weight: bold;
}
.noidung .khungxanh {
  position: relative;
  background: url(../img/khungxanh-1.png);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #96cee8;
  padding-top: 50px;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 15px;
}
.hvr-ripple {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    width: 90%;
}

.hvr-ripple:before {
    -webkit-animation-name: hvr-ripple;
    animation-name: hvr-ripple;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.hvr-ripple:before {
    content: '';
    position: absolute;
    border: #00bc97 solid 2px;
    border-radius: 10px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    z-index: -1;
}
@keyframes hvr-ripple{
  0% {
    opacity: 0;
  }

  20% {
     opacity: 1;
  }

  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}