@font-face {
  font-family: UTM HelvetIns;
  src: url(UTMHelvetIns.ttf);
  src: url(UTMHelvetIns.ttf) format("truetype");
}
@font-face {
  font-family: boxicons;
  font-weight: 400;
  font-style: normal;
  font-display: swap !important;
  src: url(../fonts/boxicons.eot);
  src: url(../fonts/boxicons.eot) format("embedded-opentype"),
    url(../fonts/boxicons.woff2) format("woff2"),
    url(../fonts/boxicons.woff) format("woff"),
    url(../fonts/boxicons.ttf) format("truetype"),
    url(../fonts/boxicons.svg?#boxicons) format("svg");
}
img
{
  max-width: 100%;
  height: inherit;
}
: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;
}
.header_top {
  font-weight: bold;
  font-size: 14px;
}
.cover_bg {
  background: url("../img/bg_top.png") top center no-repeat;
  background-size: 100% 100%;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}
.cover_footer {
  background: url("../img/cpr.png") top center no-repeat;
  background-size: 100% 100%;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}
/*.logo_top img
{
	max-width: 11rem;
	transition: all 500ms;
}*/
.logo_top.small_top img {
  height: 33px;
  margin: auto;
}
.logo_menu_top {
  padding: 5px 0;
  background: #f1f1f1;
}
.fixmenutop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}
.menu_top {
  padding: 0;
  display: flex;
  align-items: center;
}
.menu_top > ul > li > a {
  color: #333;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 500ms;
  font-weight: bold;
}
.menu_top.small_top > ul > li > a {
  padding: 10px 25px;
}
.menu_top > ul > li > a:hover {
  color: #3396d2;
}
.form_top {
  position: relative;
}
.form_top input {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  border-radius: 25px;
  pointer-events: none;
  opacity: 0;
  transition: all 500ms;
  /*background: url(../img/search-icon.png) no-repeat 9px center #fff;
	padding-left: 35px;*/
}
.form_top.active input {
  pointer-events: all;
  opacity: 1;
  width: 245px;
}
.form_top.active i.bx-x {
  pointer-events: all;
  opacity: 1;
  top: -20px;
}
.form_top > i.bx-search-alt-2 {
  font-size: 28px;
  cursor: pointer;
}
.form_top > i.bx-x {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 500ms;
  font-size: 20px;
  color: #f00;
  cursor: pointer;
}
.has_sub,
.has_subsub,
.has_subsubsub {
  position: relative;
}
.has_sub > a > i {
  font-size: 12px;
  margin-left: 8px;
}
.has_sub:hover .sub_main {
  transform: rotateX(0);
  pointer-events: all;
}
.sub_main {
  position: absolute;
  width: max-content;
  box-shadow: 0 2px 5px 0px;
  border-radius: 2px;
  transition: all 900ms;
  max-height: 0px;
  transform: rotateX(90deg);
  pointer-events: none;
  z-index: 999999;
  min-width: 200px;
}
.has_subsub:hover .subsub_main {
  transform: rotateX(0);
  pointer-events: all;
}
.subsub_main {
  position: absolute;
  width: max-content;
  box-shadow: 0 2px 5px 0px;
  border-radius: 2px;
  transition: all 900ms;
  max-height: 0px;
  transform: rotateX(90deg);
  pointer-events: none;
  z-index: 999999;
  left: 100%;
  min-width: 200px;
  top: 0;
}
.subsub_main > li > a {
  color: #fff;
  padding: 5px;
  font-size: 16px;
  display: inline-block;
  background: linear-gradient(to right, #3396d2, #2cb68c, #3396d2);
  width: 100%;
  border-bottom: 1px solid #f8ac91;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subsub_main > li > a > i {
  font-size: 12px;
}
.subsubsub_main {
  position: absolute;
  width: max-content;
  box-shadow: 0 2px 5px 0px;
  border-radius: 2px;
  transition: all 900ms;
  max-height: 0px;
  transform: rotateX(90deg);
  pointer-events: none;
  z-index: 999999;
  left: 100%;
  min-width: 200px;
  top: 0;
}
.subsubsub_main > li > a {
  color: #fff;
  padding: 5px;
  font-size: 16px;
  display: inline-block;
  background: linear-gradient(to right, #3396d2, #2cb68c, #3396d2);
  width: 100%;
  border-bottom: 1px solid #f8ac91;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subsubsub_main > li > a > i {
  font-size: 12px;
}
.has_subsubsub:hover .subsubsub_main {
  transform: rotateX(0);
  pointer-events: all;
}
.sub_main > li > a {
  color: #fff;
  padding: 5px;
  font-size: 16px;
  display: inline-block;
  background: linear-gradient(to right, #3396d2, #2cb68c, #3396d2);
  width: 100%;
  border-bottom: 1px solid #f8ac91;
}
.sub_main > li > a:hover,
.subsub_main > li > a:hover,
.subsubsub_main > li > a:hover {
  color: #000;
  background: #fff;
}
.phone_top_menu {
  padding: 10px 20px;
  border-radius: 25px;
  background: #ff5555;
  color: #fff !important;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
.phone_top_menu:before {
  content: "";
  position: absolute;
  top: 59%;
  left: 0px;
  transform: translateY(-50%);
  width: 50px;
  background: url(../img/i.webp);
  background-position: -250px 311px;
  height: 50px;
}
/*------------------------BUTTON BANNER------------------------------------*/
.banner {
  overflow: hidden;
}
.banner .slick-prev,
.banner .slick-next {
  display: inline-flex !important;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 99999;
  height: 40px;
  width: 40px;
  border-radius: 8px;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .slick-prev:hover,
.banner .slick-next:hover {
  background: rgba(255, 255, 255, 1);
}
.banner .slick-prev i,
.banner .slick-next i {
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #444;
}
.banner .slick-prev i {
  border-left: 2px solid #444;
  transform: rotate(45deg);
}
.banner .slick-next i {
  border-right: 2px solid #444;
  transform: rotate(-43deg);
}
.banner .slick-prev {
  left: -60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner .slick-next {
  right: -60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner:hover .slick-prev {
  left: 15px;
}
.banner:hover .slick-next {
  right: 15px;
}
/*------------------------BUTTON BANNER------------------------------------*/
.title_main {
  color: #333333;
  font-size: 30px;
  /* text-transform: uppercase; */
  font-weight: bold;
  font-family: "av", sans-serif;
  text-align: center;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
}
.title_main:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #3396d2;
}
.title_main + p {
  font-size: 16px;
  text-transform: uppercase;
  color: #333333;
}
.cover_dichvu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.dm_dichvu {
  background: #e6fcf4;
  padding: 30px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  transition: all 800ms;
  position: relative;
}
.dm_dichvu:hover {
  padding-left: 110px;
  color: #fff;
  background: #17c18d;
}
.dm_dichvu:hover:before {
  right: calc(100% - 94px);
  filter: brightness(2000);
}
.dm_dichvu:before {
  content: "";
  background: url("../img/dvnb1.png") no-repeat;
  width: 74px;
  height: 62px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.dm_dichvu:nth-of-type(2):before {
  background: url("../img/dvnb2.png") no-repeat;
}
.dm_dichvu:nth-of-type(3):before {
  background: url("../img/dvnb3.png") no-repeat;
}
.dm_dichvu:nth-of-type(4):before {
  background: url("../img/dvnb4.png") no-repeat;
}
.dm_dichvu:nth-of-type(5):before {
  background: url("../img/dvnb5.png") no-repeat;
}
.dm_dichvu:nth-of-type(6):before {
  background: url("../img/dvnb6.png") no-repeat;
}
.cover_tieuchi {
  position: relative;
  height: 580px;
}
.cover_tieuchi img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.cover_tieuchi ul li {
  background: linear-gradient(to right, #029265, #2cb68c);
  top: 168px;
  left: 0px;
  border: 2px solid #049468;
  border-radius: 40px;
  width: 328px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  padding-right: 100px;
  padding-left: 10px;
}
.cover_tieuchi ul li:before {
  content: "";
  width: 100px;
  height: 100px;
  background: url("../img/i.webp") 0 -197px;
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.cover_tieuchi ul li:nth-of-type(2):before {
  background-position: -144px -197px;
}
.cover_tieuchi ul li:nth-of-type(3):before {
  background-position: -288px -197px;
  right: auto;
  left: -4px;
}
.cover_tieuchi ul li:nth-of-type(4):before {
  background-position: -432px -197px;
  right: auto;
  left: -4px;
}
.cover_tieuchi ul li:nth-of-type(5):before {
  background-position: -576px -197px;
  right: auto;
  left: -4px;
}
.cover_tieuchi ul li:nth-of-type(2) {
  top: 348px;
  left: 26px;
}
.cover_tieuchi ul li:nth-of-type(3) {
  top: 95px;
  right: 10px;
  left: unset;
  padding-right: 10px;
  padding-left: 100px;
}
.cover_tieuchi ul li:nth-of-type(4) {
  right: 10px;
  left: unset;
  padding-right: 10px;
  padding-left: 100px;
  top: 250px;
}
.cover_tieuchi ul li:nth-of-type(5) {
  top: 400px;
  right: 20px;
  left: unset;
  padding-right: 10px;
  padding-left: 100px;
}

.col-md-4.px-2 > a {
  display: block;
  height: 100%;
}
img.mw-100.cs {
  transition: all 1s;
}
a:hover > img.mw-100.cs {
  transform: rotateX(360deg);
}
.trangthietbi {
  background: url(../img/s5.jpg) top center no-repeat;
  background-size: cover;
}
.title_tb {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.title_tb:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 3px;
  background: #ff5555;
}
.content_tb {
  text-align: justify;
  color: #fff;
  margin-top: 50px;
  font-size: 16px;
}
.all_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.item_tb {
  position: relative;
}
.item_tb img {
  max-width: 100%;
}
.item_tb:hover .content_itemtb {
  opacity: 1;
}
.content_itemtb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 85, 85, 0.76);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 800ms;
}
.content_itemtb span {
  display: block;
  text-align: center;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.content_itemtb p {
  padding: 0 40px;
  color: #fff;
  text-align: justify;
  text-align-last: center;
}
.slide_trangbi .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px !important;
}
.slide_trangbi .slick-dots > li {
  margin-right: 10px;
}
.slide_trangbi .slick-dots > li > button {
  border: 0;
  width: 15px;
  height: 15px;
  font-size: 0;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.slide_trangbi .slick-dots > li > button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff5555;
  opacity: 0;
}
.slide_trangbi .slick-dots > li.slick-active > button:before {
  opacity: 1;
}
.slide_trangbi .slick-dots > li.slick-active > button {
  border: 1px solid #ff5555;
  width: 20px;
  height: 20px;
}
.cover_thamkham {
  position: relative;
  height: 636px;
}
.cover_thamkham img:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cover_thamkham img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.cover_thamkham img:nth-of-type(3) {
  position: absolute;
  top: 0;
  right: 0;
}
.cover_thamkham img:nth-of-type(4) {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cover_thamkham img:nth-of-type(5) {
  position: absolute;
  bottom: 0;
  left: 0;
}
.datlichkham {
  background: url(../img/s5.jpg) top center no-repeat;
  background-size: cover;
}
.title_datlichkham {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.title_datlichkham:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #ff5555;
}
.content_hoithoai {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  position: relative;
}
.content_hoithoai:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 40px;
  border-top: 20px solid #fff;
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
}
.pp_hoithoai {
  display: flex;
  align-items: center;
}
.pp_hoithoai > div > p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.all_itemhoithoai {
  height: 334px;
  overflow-y: auto;
  padding-right: 34px;
}
.cover_dk {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}
.title_dl {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.btn_dl {
  width: 230px;
  display: block;
  margin: 20px auto 0;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  font-size: 20px;
  background: #ff5555;
  padding: 14px 0;
}
.cover_dk textarea {
  height: 114px;
}
.item_bv .title_bv {
  display: block;
  color: #333333;
  font-size: 0.9em;
  font-weight: bold;
  height: 3em;
  overflow: hidden;
  margin: 10px 0 5px;
}
.item_bv {
  transition: all 500ms;
  display: block;
  color: #333;
}
.item_bv:hover {
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
}
.xt {
  cursor: pointer;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  width: 150px;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #ff5555;
  padding: 6px 0 9px;
}
.xt.active {
  display: none;
}
.slidedownmore {
  max-height: 0;
  overflow: hidden;
  transition: all 800ms;
}
.slidedownmore.active {
  max-height: 1000px;
}
.coverimg_bv {
  overflow: hidden;
}
.coverimg_bv img {
  transition: all 800ms;
  max-width: 100%;
  /*min-height: 192px;*/
  max-height: 192px;
  width: 100%;
}
.item_bv:hover img {
  transform: scale(1.3);
}
.d_contact input {
  width: 100%;
  font-size: 14px;
  font-style: italic;
  padding: 10px;
  padding-right: 80px;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.d_contact button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  background: url(../img/i.webp) no-repeat;
  background-color: #3396d2;
  background-position: -165px 6px;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.p2 {
  margin-top: 15px;
  color: #4d4d4d;
  font-size: 14px;
}
.p1 {
  background: linear-gradient(to right, #3396d2, #2cb68c, #3396d2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  padding: 5px 0 9px;
  padding-left: 80px;
  margin-bottom: 20px;
}
.p1:before {
  content: "";
  width: 69px;
  height: 69px;
  border-right: 1px solid #fff;
  background: url(../img/i.webp) no-repeat;
  background-position: -452px 19px;
  position: absolute;
  left: 0;
  top: 0;
}
.p1 span {
  display: block;
  font-family: "av", sans-serif;
  color: #fff;
}
.p1 span:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
}
.p1 span:nth-child(2) {
  font-size: 13px;
  font-style: italic;
}
.infor_footer li {
  padding-left: 55px;
  height: 42px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.infor_footer li:before {
  content: "";
  width: 55px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  height: 42px;
  position: absolute;
  background: url(../img/i.webp) no-repeat;
  background-position: 0 -141px;
}
.infor_footer li:nth-of-type(2):before {
  background-position: -59px -141px;
}
.infor_footer li a {
  color: #333333;
  font-size: 14px;
}
.listdm_footer a {
  color: #4d4d4d;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.listdm_footer a:hover {
  color: #12a074;
}
.title_footer {
  color: #3396d2;
  font-family: "av", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.title_footer:before {
  content: "";
  width: 50px;
  height: 3px;
  background: #ff5555;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer {
  border-top: 1px solid #cccccc;
}
/*----------------cột bên trái---------------------*/
.baivietmoi {
  background: #f1f2f2;
}
.item_bvmoi {
  padding: 10px;
  display: grid;
  grid-template-columns: 30% 65%;
  grid-gap: 5px;
  border-bottom: 1px solid #c3c5c6;
}
.item_bvmoi div a {
  display: block;
}
.item_bvmoi div a:nth-of-type(1) {
  font-weight: bold;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
  font-size: 12px;
  color: #333333;
}
.item_bvmoi div a:nth-of-type(2) {
  color: #ff5d55;
  font-size: 10px;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  margin-top: 6px;
  padding-top: 6px;
}
.item_bvmoi div a:nth-of-type(2):before {
  content: "";
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff5555;
  height: 1px;
}
.item_bvmoi img {
  width: 73px;
  height: 55px;
}
.menu_left > li li {
  margin-bottom: 5px;
  padding-left: 35px;
}
.menu_left > li li > a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-left: 14px;
  position: relative;
}
.menu_left > li li > a:before {
  content: "";
  width: 6px;
  height: 8px;
  background: url(../img/i.webp) no-repeat;
  background-position: -549px 0px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.danhmucleft {
  background: #3396d2;
  margin-bottom: 40px;
}
.danhmucleft ul.menu_left > li {
  border-bottom: 1px solid #cccccc;
  padding: 6px 0;
}
.danhmucleft ul.menu_left > li > a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 9px 0;
  position: relative;
  padding-left: 35px;
}

span.title_left {
  display: block;
  font-size: 20px;
  font-family: "av", sans-serif;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #224088;
  border-radius: 0 0 40px 0;
  -moz-border-radius: 0 0 40px 0;
  -webkit-border-radius: 0 0 40px 0;
  padding: 14px 0;
}
.title_dho {
  display: block;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: "av", sans-serif;
  font-size: 19px;
  margin-bottom: 20px;
}
.dathenonline {
  background: url(https://phongkhamtiengiang.vn/img/f.jpg) center center/cover
    no-repeat;
  padding: 20px 15px;
}
.btn_dkleft {
  width: 162px;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #ff5555;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  border: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
}
/*----------------cột bên trái---------------------*/
h1.title_phai {
  color: #333333;
  font-size: 20px;
  font-family: "av", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3396d2;
  position: relative;
}
.breadcrumb_cus {
  display: flex;
  align-items: center;
}
.breadcrumb_cus a {
  color: #333;
  font-size: 1.1em;
  font-weight: 500;
}
.phan_trang,
.trangloai_phantrang > a {
  padding: 5px;
  color: #333;
  margin: 0 5px;
  display: inline-block;
  border-radius: 2px;
  font-size: 17px;
  transition: all 500ms;
}
.phan_trang {
  background: #2db88e;
  color: #fff;
  font-weight: 700;
}
: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;
}
.header_top {
  font-weight: bold;
  font-size: 14px;
}
.cover_bg {
  background: url("../img/bg_top.png") top center no-repeat;
  background-size: 100% 100%;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}
.cover_footer {
  background: url("../img/cpr.png") top center no-repeat;
  background-size: 100% 100%;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}
.logo_top img {
  /*max-width: 11rem;*/
  transition: all 500ms;
  margin: auto;
  display: block;
}
.logo_top.small_top img {
  height: 33px;
  margin: auto;
}
.fixmenutop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}
.menu_top {
  padding: 0;
  display: flex;
  align-items: center;
}
.menu_top > ul > li > a {
  color: #333;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 500ms;
  font-weight: bold;
}
.menu_top.small_top > ul > li > a {
  padding: 10px 25px;
}
.menu_top > ul > li > a:hover {
  color: #3396d2;
}
.form_top {
  position: relative;
}
.form_top input {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  border-radius: 25px;
  pointer-events: none;
  opacity: 0;
  transition: all 500ms;
  /*background: url(../img/search-icon.png) no-repeat 9px center #fff;
	padding-left: 35px;*/
}
.form_top.active input {
  pointer-events: all;
  opacity: 1;
  width: 245px;
}
.form_top.active i.bx-x {
  pointer-events: all;
  opacity: 1;
  top: -20px;
}
.form_top > i.bx-search-alt-2 {
  font-size: 28px;
  cursor: pointer;
}
.form_top > i.bx-x {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 500ms;
  font-size: 20px;
  color: #f00;
  cursor: pointer;
}
.has_sub,
.has_subsub,
.has_subsubsub {
  position: relative;
}
.has_sub > a > i {
  font-size: 12px;
  margin-left: 8px;
}
.has_sub:hover .sub_main {
  transform: rotateX(0);
  pointer-events: all;
}
.sub_main {
  position: absolute;
  width: max-content;
  box-shadow: 0 2px 5px 0px;
  border-radius: 2px;
  transition: all 900ms;
  max-height: 0px;
  transform: rotateX(90deg);
  pointer-events: none;
  z-index: 999999;
  min-width: 200px;
}
.has_subsub:hover .subsub_main {
  transform: rotateX(0);
  pointer-events: all;
}
.subsub_main {
  position: absolute;
  width: max-content;
  box-shadow: 0 2px 5px 0px;
  border-radius: 2px;
  transition: all 900ms;
  max-height: 0px;
  transform: rotateX(90deg);
  pointer-events: none;
  z-index: 999999;
  left: 100%;
  min-width: 200px;
  top: 0;
}
.subsub_main > li > a {
  color: #fff;
  padding: 5px;
  font-size: 16px;
  display: inline-block;
  background: linear-gradient(to right, #3396d2, #2cb68c, #3396d2);
  width: 100%;
  border-bottom: 1px solid #f8ac91;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subsub_main > li > a > i {
  font-size: 12px;
}
.subsubsub_main {
  position: absolute;
  width: max-content;
  box-shadow: 0 2px 5px 0px;
  border-radius: 2px;
  transition: all 900ms;
  max-height: 0px;
  transform: rotateX(90deg);
  pointer-events: none;
  z-index: 999999;
  left: 100%;
  min-width: 200px;
  top: 0;
}
.subsubsub_main > li > a {
  color: #fff;
  padding: 5px;
  font-size: 16px;
  display: inline-block;
  background: linear-gradient(to right, #224088, #3396d2, #224088);
  width: 100%;
  border-bottom: 1px solid #f8ac91;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subsubsub_main > li > a > i {
  font-size: 12px;
}
.has_subsubsub:hover .subsubsub_main {
  transform: rotateX(0);
  pointer-events: all;
}
.sub_main > li > a {
  color: #fff;
  padding: 5px;
  font-size: 16px;
  display: inline-block;
  background: linear-gradient(to right, #224088, #3396d2, #224088);
  width: 100%;
  border-bottom: 1px solid #f8ac91;
}
.sub_main > li > a:hover,
.subsub_main > li > a:hover {
  color: #000;
  background: #fff;
}
.phone_top_menu {
  padding: 10px 20px;
  border-radius: 25px;
  background: #ff5555;
  color: #fff !important;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
.phone_top_menu:before {
  content: "";
  position: absolute;
  top: 59%;
  left: 0px;
  transform: translateY(-50%);
  width: 50px;
  background: url(../img/i.webp);
  background-position: -250px 311px;
  height: 50px;
}
/*------------------------BUTTON BANNER------------------------------------*/
.banner {
  overflow: hidden;
}
.banner .slick-prev,
.banner .slick-next {
  display: inline-flex !important;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 99999;
  height: 40px;
  width: 40px;
  border-radius: 8px;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .slick-prev:hover,
.banner .slick-next:hover {
  background: rgba(255, 255, 255, 1);
}
.banner .slick-prev i,
.banner .slick-next i {
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #444;
}
.banner .slick-prev i {
  border-left: 2px solid #444;
  transform: rotate(45deg);
}
.banner .slick-next i {
  border-right: 2px solid #444;
  transform: rotate(-43deg);
}
.banner .slick-prev {
  left: -60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner .slick-next {
  right: -60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner:hover .slick-prev {
  left: 15px;
}
.banner:hover .slick-next {
  right: 15px;
}
/*------------------------BUTTON BANNER------------------------------------*/
.title_main {
  color: #333333;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "av", sans-serif;
  text-align: center;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
}
.title_main:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #3396d2;
}
.title_main + p {
  font-size: 16px;
  text-transform: uppercase;
  color: #333333;
}
.cover_dichvu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.dm_dichvu {
  background: #e6fcf4;
  padding: 30px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  transition: all 800ms;
  position: relative;
}
.dm_dichvu:hover {
  padding-left: 110px;
  color: #fff;
  background: #17c18d;
}
.dm_dichvu:hover:before {
  right: calc(100% - 94px);
  filter: brightness(2000);
}
.dm_dichvu:before {
  content: "";
  background: url("../img/dvnb1.png") no-repeat;
  width: 74px;
  height: 62px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.dm_dichvu:nth-of-type(2):before {
  background: url("../img/dvnb2.png") no-repeat;
}
.dm_dichvu:nth-of-type(3):before {
  background: url("../img/dvnb3.png") no-repeat;
}
.dm_dichvu:nth-of-type(4):before {
  background: url("../img/dvnb6.png") no-repeat;
}
.dm_dichvu:nth-of-type(5):before {
  background: url("../img/dvnb44.png") no-repeat;
}
.dm_dichvu:nth-of-type(6):before {
  background: url("../img/dvnb55.png") no-repeat;
}
.cover_tieuchi {
  position: relative;
  height: 580px;
}
.cover_tieuchi img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.cover_tieuchi ul li {
  background: linear-gradient(to right, #029265, #2cb68c);
  top: 168px;
  left: 0px;
  border: 2px solid #049468;
  border-radius: 40px;
  width: 328px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  padding-right: 100px;
  padding-left: 10px;
}
.cover_tieuchi ul li:before {
  content: "";
  width: 100px;
  height: 100px;
  background: url("../img/i.webp") 0 -197px;
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.cover_tieuchi ul li:nth-of-type(2):before {
  background-position: -144px -197px;
}
.cover_tieuchi ul li:nth-of-type(3):before {
  background-position: -288px -197px;
  right: auto;
  left: -4px;
}
.cover_tieuchi ul li:nth-of-type(4):before {
  background-position: -432px -197px;
  right: auto;
  left: -4px;
}
.cover_tieuchi ul li:nth-of-type(5):before {
  background-position: -576px -197px;
  right: auto;
  left: -4px;
}
.cover_tieuchi ul li:nth-of-type(2) {
  top: 348px;
  left: 26px;
}
.cover_tieuchi ul li:nth-of-type(3) {
  top: 95px;
  right: 10px;
  left: unset;
  padding-right: 10px;
  padding-left: 100px;
}
.cover_tieuchi ul li:nth-of-type(4) {
  right: 10px;
  left: unset;
  padding-right: 10px;
  padding-left: 100px;
  top: 250px;
}
.cover_tieuchi ul li:nth-of-type(5) {
  top: 400px;
  right: 20px;
  left: unset;
  padding-right: 10px;
  padding-left: 100px;
}

.trangthietbi {
  background: url(../img/s5.jpg) top center no-repeat;
  background-size: cover;
}
.title_tb {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.title_tb:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 3px;
  background: #ff5555;
}
.content_tb {
  text-align: justify;
  color: #fff;
  margin-top: 50px;
  font-size: 16px;
}
.all_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.item_tb {
  position: relative;
}
.item_tb img {
  max-width: 100%;
}
.item_tb:hover .content_itemtb {
  opacity: 1;
}
.content_itemtb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 85, 85, 0.76);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 800ms;
}
.content_itemtb span {
  display: block;
  text-align: center;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.content_itemtb p {
  padding: 0 40px;
  color: #fff;
  text-align: justify;
  text-align-last: center;
}
.slide_trangbi .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px !important;
}
.slide_trangbi .slick-dots > li {
  margin-right: 10px;
}
.slide_trangbi .slick-dots > li > button {
  border: 0;
  width: 15px;
  height: 15px;
  font-size: 0;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.slide_trangbi .slick-dots > li > button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff5555;
  opacity: 0;
}
.slide_trangbi .slick-dots > li.slick-active > button:before {
  opacity: 1;
}
.slide_trangbi .slick-dots > li.slick-active > button {
  border: 1px solid #ff5555;
  width: 20px;
  height: 20px;
}
.cover_thamkham {
  position: relative;
  height: 636px;
}
.cover_thamkham img:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cover_thamkham img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.cover_thamkham img:nth-of-type(3) {
  position: absolute;
  top: 0;
  right: 0;
}
.cover_thamkham img:nth-of-type(4) {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cover_thamkham img:nth-of-type(5) {
  position: absolute;
  bottom: 0;
  left: 0;
}
.datlichkham {
  background: url(../img/s5.jpg) top center no-repeat;
  background-size: cover;
}
.title_datlichkham {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.title_datlichkham:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #ff5555;
}
.content_hoithoai {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  position: relative;
}
.content_hoithoai:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 40px;
  border-top: 20px solid #fff;
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
}
.pp_hoithoai {
  display: flex;
  align-items: center;
}
.pp_hoithoai > div > p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.all_itemhoithoai {
  height: 334px;
  overflow-y: auto;
  padding-right: 34px;
}
.cover_dk {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}
.title_dl {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.btn_dl {
  width: 230px;
  display: block;
  margin: 20px auto 0;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  font-size: 20px;
  background: #ff5555;
  padding: 14px 0;
}
.xt {
  cursor: pointer;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  width: 150px;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #ff5555;
  padding: 6px 0 9px;
}
.xt.active {
  display: none;
}
.slidedownmore {
  max-height: 0;
  overflow: hidden;
  transition: all 800ms;
}
.slidedownmore.active {
  max-height: 1000px;
}
.coverimg_bv {
  overflow: hidden;
}
.d_contact input {
  width: 100%;
  font-size: 14px;
  font-style: italic;
  padding: 10px;
  padding-right: 80px;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.d_contact button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  background: url(../img/i.webp) no-repeat;
  background-color: #3396d2;
  background-position: -165px 6px;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.p2 {
  margin-top: 15px;
  color: #4d4d4d;
  font-size: 14px;
}
.p1 {
  background: linear-gradient(to right, #3396d2, #2cb68c, #3396d2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  padding: 5px 0 9px;
  padding-left: 80px;
  margin-bottom: 20px;
}
.p1:before {
  content: "";
  width: 69px;
  height: 69px;
  border-right: 1px solid #fff;
  background: url(../img/i.webp) no-repeat;
  background-position: -452px 19px;
  position: absolute;
  left: 0;
  top: 0;
}
.p1 span {
  display: block;
  font-family: "av", sans-serif;
  color: #fff;
}
.p1 span:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
}
.p1 span:nth-child(2) {
  font-size: 13px;
  font-style: italic;
}
.infor_footer li {
  padding-left: 55px;
  height: 42px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.infor_footer li:before {
  content: "";
  width: 55px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  height: 42px;
  position: absolute;
  background: url(../img/i.webp) no-repeat;
  background-position: 0 -141px;
}
.infor_footer li:nth-of-type(2):before {
  background-position: -59px -141px;
}
.infor_footer li a {
  color: #333333;
  font-size: 14px;
}
.listdm_footer a {
  color: #4d4d4d;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.listdm_footer a:hover {
  color: #12a074;
}
.title_footer {
  color: #3396d2;
  font-family: "av", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.title_footer:before {
  content: "";
  width: 50px;
  height: 3px;
  background: #ff5555;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer {
  border-top: 1px solid #cccccc;
}
/*----------------cột bên trái---------------------*/
.baivietmoi {
  background: #f1f2f2;
}
.item_bvmoi {
  padding: 10px;
  display: grid;
  grid-template-columns: 30% 65%;
  grid-gap: 5px;
  border-bottom: 1px solid #c3c5c6;
}
.item_bvmoi div a {
  display: block;
}
.item_bvmoi div a:nth-of-type(1) {
  font-weight: bold;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
  font-size: 12px;
  color: #333333;
}
.item_bvmoi div a:nth-of-type(2) {
  color: #ff5d55;
  font-size: 10px;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  margin-top: 6px;
  padding-top: 6px;
}
.item_bvmoi div a:nth-of-type(2):before {
  content: "";
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff5555;
  height: 1px;
}
.item_bvmoi img {
  width: 73px;
  height: 55px;
}
.menu_left > li li {
  margin-bottom: 5px;
  padding-left: 35px;
}
.menu_left > li li > a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-left: 14px;
  position: relative;
  transition: all 500ms;
}
.menu_left > li li > a:hover {
  padding-left: 25px;
}
.menu_left > li li > a:before {
  content: "";
  width: 6px;
  height: 8px;
  background: url(../img/i.webp) no-repeat;
  background-position: -549px 0px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.danhmucleft {
  background: #3396d2;
  margin-bottom: 40px;
}
.danhmucleft ul.menu_left > li {
  border-bottom: 1px solid #cccccc;
  padding: 6px 0;
}
.danhmucleft ul.menu_left > li > a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 9px 0;
  position: relative;
  padding-left: 35px;
}
.danhmucleft ul.menu_left > li > a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 14px;
  display: inline-block;
  background: #fff;
}

span.title_left {
  display: block;
  font-size: 20px;
  font-family: "av", sans-serif;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #224088;
  border-radius: 0 0 40px 0;
  -moz-border-radius: 0 0 40px 0;
  -webkit-border-radius: 0 0 40px 0;
  padding: 14px 0;
}
.title_dho {
  display: block;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: "av", sans-serif;
  font-size: 19px;
  margin-bottom: 20px;
}
.dathenonline {
  background: url(https://phongkhamtiengiang.vn/img/f.jpg) center center/cover
    no-repeat;
  padding: 20px 15px;
}
.btn_dkleft {
  width: 162px;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #ff5555;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  border: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
}
/*----------------cột bên trái---------------------*/
h1.title_phai {
  color: #333333;
  font-size: 20px;
  font-family: "av", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3396d2;
  position: relative;
}
.breadcrumb_cus {
  display: flex;
  align-items: center;
}
.breadcrumb_cus a {
  color: #333;
  font-size: 1.1em;
  font-weight: 500;
}
.phan_trang,
.trangloai_phantrang > a {
  padding: 5px;
  color: #333;
  margin: 0 5px;
  display: inline-block;
  border-radius: 2px;
  font-size: 17px;
  transition: all 500ms;
}
.phan_trang {
  background: #2db88e;
  color: #fff;
  font-weight: 700;
}
.content {
  padding: 10px;
  border: 1px solid #b8b8b8;
}
.title_chitiet {
  color: #3396d2;
  font-size: 24px;
  /* text-transform: uppercase; */
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #888888;
  position: relative;
  padding-bottom: 10px;
}
/*---------------TRANG CHI TIET----------------------*/
.article-detail h1 {
  color: #3396d2;
  line-height: 1.3;
}
.article-detail h2 {
  position: relative;
  padding: 2px 2px 2px 30px;
  color: #3396d2;
  font-size: 16px;
  /* text-transform: uppercase; */
  display: inherit;
  margin: 10px 0px;
  background-repeat: no-repeat;
  background-position: 3px center;
  border-bottom: 1px solid #3396d2;
}
.article-detail 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: -3px;
}
.article-detail table {
  border-collapse: collapse;
  border: 2px solid #000;
  width: 100% !important;
  margin-bottom: 15px;
}
.article-detail table tr td {
  border: 2px solid #000;
}
.article-detail table.bang-3-cot-1 {
  border-collapse: separate;
}
.article-detail table.bang-3-cot-1 tr td {
  padding: 5px 10px;
  background-color: #ffcdff;
}
.article-detail table.bang-3-cot-1 tr td:first-child(3) {
  background-color: #cdffff;
}
.article-detail table.bang-3-cot-1 tr td:last-child(3) {
  background-color: #ffffcd;
}
.article-detail table.bang-3-cot-1 tr:first-child td {
  background-color: #cdffcd;
  text-align: center;
}
.article-detail table.bang-3-cot-2 {
  border-collapse: separate;
}
.article-detail table.bang-3-cot-2 tr td {
  padding: 5px 10px;
  background-color: #ffcdff;
}
.article-detail table.bang-3-cot-2 tr:first-child td,
.article-detail table.bang-3-cot-2 tr td:first-child {
  background-color: #cdffcd;
}
.article-detail table.bang-3-cot-2 tr:first-child td {
  text-align: center;
}
.article-detail table.bang-2-cot-1 {
  border-collapse: separate;
}
.article-detail table.bang-2-cot-1 tr td {
  padding: 5px 10px;
}
.article-detail table.bang-2-cot-1 tr td:first-child {
  background-color: #cdffcd;
}
.article-detail table.bang-2-cot-1 tr td:last-child {
  background-color: #ffcdff;
}
.article-detail .post-date {
  color: #a7a7a7;
  font-size: 11px;
  text-align: right;
  background: #fdf5e6;
  padding: 0 15px;
}
.article-detail em {
  color: #e5262b;
}
.article-detail strong em,
.article-detail em strong {
  color: #006400;
}
/*=================FOOTER===================*/
.bt-schedule {
  z-index: 99999;
  display: block;
  background: #b94545;
  position: fixed;
  width: 100%;
  height: 61px;
  bottom: 0;
  left: 0;
}
.inner-wp {
  width: 1000px;
  margin: 0 auto;
}
.bt-schedule .bt-reg {
  width: 595px;
}

.fl-left {
  float: left;
}
.bt-schedule .bt-reg .item-1 {
  float: left;
  background: url(../img/foot_fix_all.png) no-repeat;
  background-position: 0 -109px;
  width: 168px;
  height: 47px;
  margin-top: 7px;
  margin-left: 18px;
}
.bt-schedule .bt-reg .item p {
  position: relative;
  font-family: UTM HelvetIns;
  font-size: 19px;
  color: #f7eded;
  text-align: center;
  padding-top: 8px;
  padding-left: 25px;
}
.bt-schedule .bt-reg .item-1 p:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 15px;
  background: url(../img/foot_fix_all.png) no-repeat;
  background-position: -367px -61px;
  width: 27px;
  height: 21px;
  animation: example 1.5s infinite linear;
}
.bt-schedule .bt-reg .item-2 {
  float: left;
  background: url(../img/foot_fix_all.png) no-repeat;
  background-position: 0 -61px;
  width: 196px;
  height: 47px;
  margin-top: 7px;
  margin-left: 18px;
}
.bt-schedule .bt-reg .item-2 p:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 15px;
  background: url(../img/foot_fix_all.png) no-repeat;
  background-position: -369px -84px;
  width: 21px;
  height: 21px;
  animation: example 1.5s infinite 0.75s linear;
}
.bt-schedule .bt-reg .item-3 {
  float: left;
  background: url(../img/foot_fix_all.png) no-repeat;
  background-position: -196px -61px;
  width: 171px;
  height: 47px;
  margin-top: 7px;
  margin-left: 18px;
}
.bt-schedule .bt-reg .item-3 p:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 7px;
  background: url(../img/foot_fix_all.png) no-repeat;
  background-position: -365px -105px;
  width: 24px;
  height: 21px;
}
.bt-schedule .info {
  background: url(../img/foot_fix_all.png) no-repeat;
  background-position: 0 0;
  width: 395px;
  height: 61px;
  border-radius: 10px;
}

.fl-right {
  float: right;
}
.bt-schedule .info .bt-desc {
  width: 132px;
}
.bt-schedule .info .bt-desc p {
  font-family: UTM HelvetIns;
  text-transform: uppercase;
  padding-top: 5px;
  font-size: 12px;
  color: #37281d;
  text-align: center;
}
.bt-schedule .info .bt-desc span {
  font-size: 21px;
  color: #9d1f28;
}
.bt-schedule .info .list-info {
  width: 230px;
  margin-right: 20px;
  overflow: hidden;
}
.bt-schedule .info .list-info marquee span {
  color: #212121;
  font-size: 15px;
  padding: 23px 10px;
  display: inline-block;
}
@-webkit-keyframes example {
  0% {
    left: 15px;
    top: 13px;
  }

  50% {
    left: 15px;
    top: 3px;
  }

  100% {
    left: 15px;
    top: 13px;
  }
}
.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: #006699 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;
  }
}