@font-face {
  font-family: UTM;
  src: url("UTM.TTF");
  font-display: swap;
}
@font-face {
  font-family: SVN;
  src: url("SVN.ttf");
  font-display: swap;
}
:root {
  --menubg: #12a1b0;
  --ft-color: #049bac;
}
/* *
{
	transition: all 500ms;
} */
img {
  max-width: 100%;
  height:inherit;
}
body {
  max-width: 650px;
  margin: 0 auto !important;
  background: #fff;
  font-size: 14px !important;
  color: #5d5d5d;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
a,
a:hover {
  text-decoration: none;
  color: #5d5d5d !important;
}
.header {
  background: #1993a6;
}
.dt_gif {
  max-width: 100%;
  max-height: 61px;
}
.search_top button {
  background: #157e8e;
  color: #fff;
}
.list_menu_header ul li a {
  display: inline-block;
  padding: 10px;
  background: #007587;
  color: #fff !important;
  width: 100%;
  text-align: center;
  border-right: 1px solid #fff;
}
.cover_hangmuc {
  display: flex;
  align-items: inherit;
  flex-wrap: wrap;
}
.cover_hangmuc .item_hm {
  width: calc(100% / 3);
  -min-height: 170px;
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px;
}
.cover_hangmuc .item_hm img {
  width: 60%;
  margin: 10px 0;
}
.cover_hangmuc .item_hm p {
  color: #1993a6;
  text-transform: uppercase;
}
.title_hm {
  padding: 10px;
  color: #fff;
  background: #1993a6;
  font-weight: 600;
  font-size: 1.25rem;
}
.tuvan_tructuyen {
  display: flex;
  align-items: center;
}
.tuvan_tructuyen a {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #1993a6;
}
.tuvan_tructuyen a img {
  max-width: 100%;
}
.tuvan_tructuyen a:nth-of-type(2) {
  background: #f9bc2b;
  margin-left: 5px;
}
.doingubacsy img {
  width: 100%;
  padding: 8px;
  border: 2px solid #ccc;
  margin-top: 6px;
}
.menu_footer {
  background: #1993a6;
  padding: 5px;
}
.menu_footer li a {
  color: #fff;
  border-right: 1px dashed #fff;
  display: inline-block;
  padding: 0 25px;
}
.item_tttl {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}
.item_tttl a {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.item_tttl a img {
  width: 45%;
  margin-right: 5%;
}
.item_tttl a h3 {
  width: 50%;
  font-size: 1.17em;
  color: #444;
  font-weight: bold;
}

/*------------------BREADCRUNB----------------------*/
.breadcrumb_cus {
  font-size: 1.1rem;
  padding: 1rem;
  border-bottom: 0.1rem solid #ebebeb;
  color: #1993a6;
}
.breadcrumb_cus {
  font-size: 1.1rem;
  padding: 1rem;
  border-bottom: 0.1rem solid #ebebeb;
  color: #1993a6;
}
.breadcrumb_cus > div:first-child {
  padding-left: 2.5rem;
}
.breadcrumb_cus div {
  font-weight: 100;
  display: initial;
  position: relative;
  margin-right: 25px;
}
.breadcrumb_cus > div:first-child:before {
  content: "";
  display: inline-block;
  background: url(../img/home.png) no-repeat;
  background-position: 50% 50%;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb_cus div a {
  color: #1993a6;
  font-weight: 700;
}
.breadcrumb_cus div::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a8aabc;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: -17px;
  top: 7px;
}
.breadcrumb_cus div:last-child:after {
  background: transparent;
}
/*------------------BREADCRUNB----------------------*/
.bar_menu {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 15%;
}
.bar_menu span {
  display: inline-block;
  margin: 4px 0;
  height: 3px;
  width: 80%;
  background: #fff;
}
.fix_menumobile.open_mm {
  left: 0;
}
.coverblack_mm.openblack_mm {
  opacity: 1;
  pointer-events: all;
}
.fix_menumobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  z-index: 99999;
  transition: all 500ms;
}
.cover_mm {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: auto;
}
.coverblack_mm {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.top_mm {
  padding: 15px;
  font-size: 2.17em;
  font-weight: 800;
  border-bottom: 1px solid;
  background: #1993a6;
  color: #fff;
  position: relative;
}
.top_mm > span {
  position: absolute;
  top: -12px;
  right: 10px;
  font-size: 1em;
  color: #f00;
}
.list_mm li {
  padding: 10px 15px;
  border-bottom: 1px solid #6666;
}
.list_mm li a {
  color: #333;
  font-size: 1.17em;
  font-weight: 700;
  text-transform: uppercase;
}
.tieude {
  padding-bottom: 0.25rem;
  border-bottom: 0.1rem solid #ccc;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  /* text-transform: uppercase; */
  color: #222;
  font-weight: 700;
}
.title_bvlq {
  padding: 5px;
  background: #1993a6;
  color: #fff;
  font-weight: 700;
}
.list_bvlq li {
  padding: 0.65rem 0;
  border-bottom: 1px dashed #928d8d;
  padding-left: 0.75rem;
  position: relative;
}
.list_bvlq li a {
  color: #000;
}
.list_bvlq li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/ico_muten.png) no-repeat center left;
}

/*--------------------------index-moi---------------------------*/
.style1 {
  text-align: center;
  margin: auto;
  margin: 1rem auto;
  display: table;
}
.style1 span {
  display: block;
  color: #1993a6;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "UTM";
}
.style1 img {
  max-width: 50%;
}
section.nkda-loaibenh ul {
  padding: 10px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}
section.nkda-loaibenh ul li {
  width: calc(50% - 5px);
  border: 1px solid #1993a6;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px;
}
section.nkda-loaibenh ul li a {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 5px 0;
  text-transform: uppercase;
}
section.nkda-loaibenh ul li a span {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(../img/smg.png) center center no-repeat;
  background-size: 100%;
  margin-bottom: 10px;
}
section.nkda-loaibenh ul li:nth-child(2) a span {
  background: url(../img/gm.png) center center no-repeat;
  background-size: 100%;
}
section.nkda-loaibenh ul li:nth-child(3) a span {
  background: url(../img/chl.png) center center no-repeat;
  background-size: 100%;
}
section.nkda-loaibenh ul li:nth-child(4) a span {
  background: url(../img/bl.png) center center no-repeat;
  background-size: 100%;
}
section.nkda-loaibenh ul li:nth-child(5) a span {
  background: url(../img/vkn.png) center center no-repeat;
  background-size: 100%;
}
section.nkda-loaibenh ul li:nth-child(6) a span {
  background: url(../img/dv.png) center center no-repeat;
  background-size: 100%;
}
section.nkda-loaibenh ul li:nth-child(7) a span {
  background: url(../img/mrsh.png) center center no-repeat;
  background-size: 100%;
}
section.nkda-loaibenh ul li:nth-child(8) a span {
  background: url(../img/rm.png) center center no-repeat;
  background-size: 100%;
}
.nkda-gioithieu-main {
  padding: 10px;
  background: #1993a6;
  border-radius: 10px;
}
section.nkda-gioithieu {
  background: var(--color6);
  padding: 10px;
  position: relative;
  padding-bottom: 30px;
}
section.nkda-gioithieu:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 15%;
  background: url(../img/leaf.png) no-repeat;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.nkda-gioithieu-main-img img {
  max-width: 100%;
  vertical-align: top;
}
p.nkda-gioithieu-main-p {
  background: white;
  padding: 15px;
  text-align: justify;
  line-height: 1.5rem;
  font-size: 1rem;
}
.style1 p {
  font-family: "SVN";
  font-size: 1.4rem;
  color: black;
  text-transform: capitalize;
  position: relative;
}
.style1 p:after,
.style1 p:before {
  background: #1993a6;
  content: "";
  height: 0.1rem;
  width: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
}
.style1 p:before {
  right: unset;
  left: -1rem;
  width: 2.5rem;
}
div#lienhe2 {
  padding: 0.8rem;
  background: #4a9eab;
}
.lienhe2-form {
  border: 0.4rem solid #dadada;
  border-radius: 0.5rem;
  background: #fff;
  background: #fff url(../img/hand.jpg) 100% 100% no-repeat;
  box-shadow: -0.1rem -0.05rem 1.4rem -0.75rem rgba(0, 0, 0, 0.93);
  background-size: 16rem 17rem;
}
.lienhe2-form > div {
  border: 0.15rem solid #c69c6d;
  padding: 2rem;
}
.lienhe2-form p {
  font-size: 1.2em;
  font-family: UTM;
  color: #222;
  display: table;
  margin: auto;
  padding: 0 2rem;
  position: relative;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.lienhe2-form > div > div {
  position: relative;
}
.lienhe2-form label {
  position: absolute;
  color: red;
  left: -1rem;
  top: 1rem;
  font-weight: 700;
}
.lienhe2-form input {
  width: 100%;
  margin-bottom: 0.6rem;
  border-radius: 0.5rem;
  background: #fff;
  color: #666;
  font-size: 1rem;
  padding: 0.6rem;
  border: 0.1rem solid #999;
}
.lienhe2-form textarea {
  display: block;
  width: 100%;
  color: #666;
  padding: 0.6rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.lienhe2-form button {
  background: #f53838;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  position: relative;
  border: none;
  cursor: pointer;
  font-weight: 700;
  display: table;
  margin: auto;
  height: 2.4rem;
  width: 70%;
  padding-left: 1.2rem;
}
.lienhe2-form button:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -1px;
  border-top: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  border-left: 1.2rem solid #fff;
}
.lienhe2-form button:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  border-top: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  border-left: 1.2rem solid #f53838;
}
.nkda-baiviet-item {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}
.nkda-baiviet-item a {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.nkda-baiviet-item a img {
  width: 42%;
  margin-right: 5%;
  /* height: auto; */
}
.nkda-baiviet-item a h3 {
  width: 50%;
  font-size: 1.17em;
  font-weight: bold;
}
footer {
  background: #1993a6;
  padding: 2.4rem 0 0.6rem;
  padding-bottom: 5rem;
}
.ft-logo {
  padding: 0 1.4rem 1rem;
  color: #fff;
}
.ft-logo img {
  max-width: 100%;
  margin: auto;
  display: block;
}
.ft-logo p {
  font-family: UTM;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 4.6rem;
  margin-top: 1rem;
  position: relative;
}
.ft-logo p:before {
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  display: inline-block;
  background: url(../img/icon.png);
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: 24rem 24rem;
  background-position: -9rem -9.5rem;
}
.ft-logo span {
  text-align: center;
  color: #bddddc;
  display: block;
  margin: 0.3rem 0 0;
}
.ft-mid ul {
  background: #478b8b;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: wrap;
}
.ft-mid ul li {
  width: 50%;
}

.ft-mid ul li a {
  display: block;
  padding: 1.5rem 1rem;
  background: #bddddc;
  font-size: 1rem;
  color: #1993a6;
  position: relative;
  padding-left: 3.5rem;
  padding-right: 0;
}
.ft-mid ul li:nth-child(odd) a {
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}
.ft-mid ul li a:before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url(../img/icon.png);
  background-size: 37.8rem 28.8rem;
  background-position: -22.1rem -14.5rem;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.ft-mid ul li:nth-child(2) a:before {
  background-position: -23.4rem -12.5rem;
  background-size: 34.8rem 24.8rem;
}
.ft-mid ul li:nth-child(3) a:before {
  background-position: -29.3rem -14.5rem;
}
.ft-mid ul li:nth-child(4) a:before {
  background-position: -55.5rem -12.6rem;
  background-size: 30rem 25rem;
}
.ft-mid ul li:nth-child(5) a:before {
  background-position: -30rem -9.7rem;
  background-size: 30rem 20rem;
}
.ft-mid ul li:nth-child(6) a:before {
  background: url(../img/chi-duong-icon.png);
  background-size: 100%;
}
.ft-bot {
  padding-top: 1.8rem;
}
.ft-bot h3 {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  display: table;
  margin: auto;
  padding-bottom: 0.6rem;
  border-bottom: 0.15rem solid #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.ft-bot a {
  display: table;
  font-size: 1rem;
  color: #fff !important;
  margin: auto;
  padding: 0.5rem 0 0.5rem 3rem;
  position: relative;
}
.ft-bot a:nth-child(1):before {
  content: "";
  display: inline-block;
  background: url(../img/icon.png);
  background-size: 37.8rem 28.8rem;
  background-position: -7.9rem -19rem;
  position: absolute;
  left: 0;
  width: 2rem;
  height: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.ft-bot a:nth-child(2):before {
  content: "";
  display: inline-block;
  background: url(../img/icon.png);
  background-size: 37.8rem 28.8rem;
  position: absolute;
  width: 2.2rem;
  height: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  background-position: -11.5rem -18.94rem;
  left: 0.7rem;
}
