/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
  --cl1: #002e5b;
  --cl2: #3aa5d9;
  --cl3: #e89732;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: arial;
  color: #555555;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  height: auto;
}
ul,
li {
  list-style: none;
  padding-left: 0;
}
a {
  text-decoration: none;
  color: #262626;
}

.container {
  padding: 0 1rem;
}

.center {
  text-align: center;
}
p {
  line-height: 1.4;
}

/*header*/

.header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 80% auto;
  grid-template-columns: auto 80% auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: sticky;
  top: -1px;
  left: 0;
  width: 100%;
}

#header {
  background: var(--cl1);
  position: sticky;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 100000;
  padding: 12px 0;
}

#header-search {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80% 5px auto;
  grid-template-columns: 80% auto;
  grid-gap: 5px;
  background: white;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-menu img {
  max-width: 25px;
}

.header-logo {
  text-align: center;
}

.header-logo img {
  max-width: 160px;
}

.header-search img {
  max-width: 20px;
}

/*footer*/

.ft-logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.ft-logo > a img {
  max-width: 200px;
}

.ft-logo > p {
  margin-bottom: 1rem;
  line-height: 1.4;
  text-align: justify;
}

.ft-logo li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.ft-logo li img {
  max-width: 20px;
  margin-right: 10px;
}

.ft-logo ul {
  margin-bottom: 1rem;
}

.ft-title {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: bold;
  color: var(--cl2);
}

.ft-logo {
  margin-bottom: 2rem;
}

.ft-bv ul {
  margin-bottom: 2rem;
}

.ft-bv ul li {
  border-bottom: 1px solid var(--cl1);
}

.ft-bv ul li a {
  display: block;
  padding: 10px 0px;
}

.ft-map > a {
  display: block;
  margin-bottom: 2rem;
}

.ft-map ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ft-map ul img {
  max-width: 20px;
}

div#ft2 {
  text-align: center;
  background: var(--cl1);
  color: white;
  padding: 10px;
  font-size: 14px;
}
.ft-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ft-social img {
  max-width: 30px;
}

.ft-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div#footer {
  padding-top: 1rem;
}

.ft-logo li p {
  margin-bottom: 0;
}

/*banner*/

div#banner img {
  width: 100%;
  height: 100%;
}

/*dat hen kham*/

div#dathenkham {
  padding: 2rem 0 1rem 0;
}

.dhk-top {
  text-align: center;
  background: var(--cl2);
  color: white;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dhk-f-list {
  display: grid;
  /*grid-template-columns: repeat(2,1fr);*/
  grid-gap: 10px;
  margin-bottom: 15px;
}

.dhk-f-list input {
  display: block;
  width: 100%;
  background: #f3f3f3;
  border: none;
  padding: 10px 13px;
  font-size: 16px;
}

.dathenkham form {
  padding: 1rem;
  text-align: center;
}

.dathenkham form p {
  margin-bottom: 10px;
}

.btn {
  background: #ffe155;
  border: none;
  outline: none;
  padding: 3px 10px;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5px;
  text-transform: uppercase;
}
.dathenkham {
  -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

/*tong quan*/

div#tongquan {
  padding: 2rem 0 1rem 0;
}

.cus-1 {
  text-align: center;
  margin-bottom: 1rem;
}

.cus-1 span {
  color: var(--cl2);
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}

.cus-1 p {
  color: var(--cl1);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}

.tq-top {
  margin-bottom: 1rem;
}

.tq-top img {
  width: 100%;
  height: auto !important;
}

.tq-bt p {
  margin-bottom: 10px;
  text-align: initial;
  font-size: 10px;
  text-align: justify;
}

.tq-bt {
  text-align: center;
}

/*bao chi*/

div#baochi {
  padding: 2rem 0 1rem 0;
}

.baochi-item {
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
  overflow: hidden;
  padding: 6px;
}

.baochi-item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 1rem auto;
  grid-template-columns: 40% auto;
  grid-gap: 7px;
}

/*online*/
div#online {
  background: var(--cl2);
  padding: 1rem 0;
}

.online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.online-item img {
  max-width: 40px;
  margin-right: 10px;
}

.online-item {
  display: flex;
  align-items: center;
}

.online-item div span {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  font-size: 20px;
}

.online-item div p {
  text-transform: uppercase;
  color: white;
  font-size: 9px;
}

/*uu diem*/
div#uudiem {
  padding: 2rem 0 1rem 0;
}

.uudiem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem 1rem;
}

.uudiem-sub img {
  margin-bottom: 1rem;
}

.uudiem-sub center {
  color: var(--cl2);
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.uudiem-sub p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

/*moi truong*/

div#moitruong {
  padding: 2rem 0 1rem 0;
}

.sty-cus-2 {
  color: var(--cl1);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
}

.mt-l ul {
  margin-bottom: 2rem;
}

.mt-l ul li {
  margin-bottom: 10px;
  background: #ededed;
  border-radius: 25px;
  padding: 5px;
}

.mt-l ul li span {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--cl1);
  color: var(--cl2);
  border-radius: 50%;
  margin-right: 10px;
}

.mt-main {
  padding: 0 5px;
}

/*dat hen*/

div#dathen {
  background: var(--cl2);
  color: white;
  padding: 1.5rem 0;
}

.dathen p {
  text-align: center;
  margin-bottom: 1rem;
}

.dathen input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 13px;
  border: none;
  outline: none;
}

.dathen {
  text-align: center;
}

/*cam nhan*/

.camnhan-main {
  padding: 0 1rem;
}

.camnhan-top {
  border-bottom: 3px solid var(--cl2);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*padding-left: 50px;*/
  position: relative;
}

.camnhan-top img {
  margin-right: 15px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.camnhan-top span {
  font-weight: bold;
  text-transform: uppercase;
}

.camnhan-top:before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid var(--cl2);
  bottom: 0;
  left: 40px;
}

.camnhan-bottom p {
  text-align: justify;
  margin-bottom: 15px;
}

div#camnhan {
  padding: 2rem 0 1rem 0;
}

#camnhan .slick-dots li.slick-active button:before {
  color: var(--cl1) !important;
}

#camnhan .slick-dots li button::before {
  font-size: 11px;
  color: var(--cl2);
  opacity: 1;
}
#camnhan ul.slick-dots {
  bottom: -40px;
}

/*nav*/

.nav {
  background: white;
  padding: 5px;
  border-radius: 6px;
  display: -ms-grid;
  display: grid;
  /*-ms-grid-columns: 30% 10px auto;
	grid-template-columns: 30% auto;*/
  /*grid-gap: 10px;*/
  height: 40px;
}

.nav a {
  font-size: 14px;
  background: #ffe155;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: bold;
}

.nav input {
  width: 100%;
  padding: 5px 8px;
  background: #efefef;
  border: none;
  outline: none;
  height: 100%;
  font-size: 16px;
}

.nav form {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.nav button {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  outline: none;
  width: 20%;
  background: var(--cl2);
  color: white;
  top: 0;
}

div#nav {
  position: relative;
  z-index: 10000;
  /*margin-top: -20px;*/
  margin-bottom: -20px;
  height: 40px;
}
div#banner {
  position: relative;
  z-index: 100;
  /*margin-top: -20px;*/
}

div#nav:before {
  content: "";
  position: absolute;
  height: calc(50% + 1px);
  left: 0;
  width: 100%;
  top: -1px;
  background: var(--cl1);
  z-index: -1;
}

/*benh thuong gap*/

div#benh {
  padding: 2rem 0 1rem 0;
  background: #f3f3f3;
}

.benh-tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  margin-bottom: 1.5rem;
}

.benh-tab-item {
  display: flex;
  background: white;
  align-items: center;
  padding: 7px;
}

.benh-tab-item img {
  max-width: 25px;
  margin-right: 10px;
}

.benh-tab-item span {
  font-size: 11px;
}

.benh-tab-item.active {
  background: var(--cl2);
}

.benh-tab-item.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.benh-tab-item.active span {
  color: white;
}

.benh-tab-item:last-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benh-t-item {
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: 45% auto;
  grid-gap: 10px;
}

/*.benh-t-item > a {
	float: left;
	width: 40%;
	display: block;
	margin-right: 15px;
	}*/

.benh-t-item div h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 12px;
}

.benh-t-item div span {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
}

.benh-t-item div p {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}

.benh-r li {
  border-bottom: 1px dashed;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  background: url(img/icon-left.png) no-repeat;
  background-position: top 2px left;
}

.benh-r a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*/trang loai*/

div#cat {
  padding: 2rem 0 1rem 0;
}

/*chi tiet*/

.cat-left h1 {
  color: var(--cl3);
  border-bottom: 1px solid;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 5px;
}

div#content img {
  height: auto !important;
}

div#content div {
  max-width: 100%;
}

/*phan chinh sua them*/

.tongquan {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.baochi-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.baochi-item p {
  font-size: 6px;
  color: var(--cl2);
  font-weight: bold;
}

div#header-search.active {
  transform: scaleY(1);
}

input#txt-search,
#btn-search {
  padding: 7px;
  outline: none;
  border: 1px solid var(--cl2);
}

div#content h2 {
  color: var(--cl2);
  border-bottom: 1px solid;
  margin-bottom: 1rem;
  padding-bottom: 5px;
  font-size: 1.2rem;
}

div#content h3 {
  color: var(--cl2);
  margin-bottom: 10px;
}

div#content p {
  margin-bottom: 10px;
}

div#hkt-ft-fixed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: fixed;
  left: 0;
  bottom: -5px;
  z-index: 10000;
}

.hkt-ft-f-item a {
  display: block;
  height: 100%;
  width: 100%;
}

ul.pagination {
  display: flex;
}

li.page-item a {
  display: block;
  padding: 4px 10px;
  background: #fff;
  color: var(--cl2);
  margin-right: 8px;
}

li.page-item.active a {
  background: var(--cl2);
  color: #fff;
}

ul.pagination {
  margin-top: 1rem;
  display: flex;
}

a.page-link {
  display: inherit;
  padding: 5px 10px;
  border: 1px solid var(--cl3);
  margin-right: 10px;
}

li.page-item.active a {
  background: var(--cl3);
}

/*bo sung*/

div#dathenkham .btn {
  padding: 6px 12px;
  font-size: 15px;
}

/* speed */
.header a {
  display: flex;
  align-items: center;
  justify-content: center;
}
