.footer_logo img {
  max-height: 110px;
}
.name_footer {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.all_diachi {
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 3%;
}
.noidung_diachi {
  margin-left: 3%;
}
.noidung_diachi span {
  font-weight: 600;
}
.toado iframe {
  width: 100%;
  height: 200px;
}
.title_footer {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  /* margin-top: 15px; */
  color: #fff;
}
.all_menu_footer a {
  color: #fff;
}
.mxh img {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-right: 2%;
}
.top-contact .right_contact {
  width: 48%;
}
.name_contact {
  font-weight: 500;
  font-size: 26px;
  line-height: 42px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 3%;
}
.infomation {
  list-style: none;
  margin: 30px 0 0;
}
.infomation li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.infomation li i {
  color: #03669e;
  flex: 0 0 30px;
  font-size: 18px;
  max-width: 30px;
  position: relative;
}
.infomation li .title-contact {
  flex: 1 1 0;
  font-weight: 500;
  min-width: 0;
  font-size: 16px;
}
.title-contact p {
  margin-bottom: 0;
}
.title_contact {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 3%;
}
.all_new {
  width: 80%;
  margin: auto;
}
div#toc-content p {
  font-size: inherit;
  line-height: 1.8;
  margin-bottom: 8px;
  text-rendering: optimizeLegibility;
}
div#toc-content li {
  font-size: inherit;
  line-height: 1.8;
  margin-bottom: 8px;
  text-rendering: optimizeLegibility;
}
#toc-content h1,
#toc-content h2,
#toc-content h3,
#toc-content h4,
#toc-content h5,
#toc-content h6 {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
div.content-tabs-pro-detail p {
  font-size: inherit;
  line-height: 1.8;
  margin-bottom: 0.9375rem;
  text-rendering: optimizeLegibility;
}
.content-tabs-pro-detail h1,
.content-tabs-pro-detail h2,
.content-tabs-pro-detail h3,
.content-tabs-pro-detail h4,
.content-tabs-pro-detail h5,
.content-tabs-pro-detail h6 {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
/* ------------------------------------ */
.menu_top_div {
  width: 100%;
  text-align: center;
}
.all_phone {
  display: flex;
  align-items: center;
}
.icon_phone {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #03669e;
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}
.icon_phone i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #fff;
}
.all_phone span {
  background: #03669e;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
}
.all_title .heading_title {
  position: relative;
  color: #03649a;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
}
.all_title .heading_title::after {
  position: absolute;
  content: "";
  right: -68px;
  bottom: 10px;
  width: 50px;
  height: 2px;
  background-color: #ee0d09;
}
.all_title .heading_desc {
  color: #797979;
  font-weight: 400;
  margin-top: 25px;
  position: relative;
  font-size: 16px;
}
.all_dichvu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 30px;
}
.wrap_dichvu {
  background: #f5f4f7 url(../images/pattern.png);
  padding: 60px 0;
  position: relative;
  margin-bottom: 0;
}
.wrap_dichvu:nth-child(2) {
  padding-top: 0;
}
.all_dichvu .dichvu .cell {
  backface-visibility: hidden;
  background-color: #fff;
  border-bottom: 3px solid #e83c2a;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  position: relative;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  vertical-align: middle;
}
.all_dichvu .dichvu .cell::before {
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  content: "";
  height: 10px;
  left: 5%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  width: 90%;
  z-index: -1;
}
.all_dichvu .dichvu .cell:hover::before {
  opacity: 1;
  transform: translateY(5px);
}
.all_dichvu .dichvu .cell:hover {
  transform: translateY(-5px);
}
.dichvu .cell .cover span {
  transform: scale(1.0001);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
}
.dichvu .cell .cover span:hover {
  transform: scale(1.06);
  opacity: 0.8;
}
.all_dichvu .dichvu .cell .inner-box {
  padding: 20px;
  position: relative;
}
.name_dv {
  color: #03649a;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
}
.excerpt {
  font-weight: 300;
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 4%;
}
.read-more {
  color: #e83c2a;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.all_vattu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.title_vt {
  position: relative;
  color: #03649a;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 25px;
  padding-top: 1%;
  margin-bottom: 3%;
  text-align: center;
  text-transform: uppercase;
}
.title_vt::before {
  position: absolute;
  content: "";
  right: 40%;
  bottom: 10px;
  width: 50px;
  height: 2px;
  background-color: #ee0d09;
}
.title_vt::after {
  position: absolute;
  content: "";
  left: 40%;
  bottom: 10px;
  width: 50px;
  height: 2px;
  background-color: #ee0d09;
}
.vattu {
  position: relative;
}
.cover-content {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s linear;
}
.vattu .view_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #03649a;
  padding: 5px 20px 5px 5px;
  color: #fff;
  box-shadow: 6px 3px 18px rgba(2, 64, 105, 0.2);
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
.vattu .view_more span {
  color: #fff;
  position: relative;
  z-index: 9999;
  order: 2;
}
.vattu .view_more i {
  order: 1;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vattu .view_more::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 130%;
  transform: rotate(-5deg);
  transition: all 0.8s;
  background: #fff;
  z-index: 0;
}
.vattu .name_pro {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 2;
  text-align: center;
}
.vattu .cover {
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.vattu .cover span {
  transform: scale(1.0001);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.vattu .cover span::after {
  content: "";
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
}
.vattu:hover .cover span::after {
  opacity: 0.6;
}
.vattu:hover .cover-content {
  opacity: 1;
}
.vattu .view_more:hover span {
  color: #000;
}
.vattu .view_more:hover i {
  background: #03649a;
  color: #fff;
  z-index: 1;
}
.vattu .view_more:hover::after {
  bottom: -20%;
}
.hb_button {
  display: flex;
  justify-content: center;
  margin-top: 2%;
}
.hb_button a {
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  border: unset;
  display: inline-block;
  border-radius: 50px;
  font-weight: 300;
  padding: 5px 20px 5px 5px;
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.hb_button a i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 400;
  background: #03649a;
  border: 1px solid #03649a;
  color: #fff;
  margin-left: 0;
  margin-right: 15px;
}
.hb_button a span {
  margin-right: 15px;
  color: #000;
}
.hb_button a:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: 130%;
  bottom: -30px;
  background: #03649a;
  transform: rotate(-5deg);
  transition: all 0.8s;
  z-index: 0;
}
.hb_button a:hover::after {
  right: -20%;
  bottom: -30px;
}
.hb_button a:hover span {
  color: #fff;
  position: relative;
  z-index: 9;
}
.hb_button a:hover i {
  background: #fff;
  color: #03649a;
  border: 1px solid #fff;
  position: relative;
  z-index: 9;
}
.all_tintuc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-top: 4%;
}
.tintuc {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.tintuc .img_tintuc {
  width: 40%;
}
.tintuc .content_news {
  width: 58%;
}
.tintuc .content_news .name_tintuc {
  color: #03649a;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 2%;
}
.tintuc .content_news .date_tintuc {
  font-size: 13px;
  color: #959595;
  margin: 4% 0;
}
.contact_index {
  margin-top: 10%;
  border: 1px solid #03649a;
  padding: 10px;
  border-radius: 5px;
}
.contact_index .input-contact input {
  height: calc(1.5em + 0.75rem + 10px);
  border: 1px solid #03649a;
}
.contact_index .input-contact textarea {
  border: 1px solid #03649a;
}
.btn-contact {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  padding: 10px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: unset;
  display: inline-block;
  border-radius: 50px;
  background: #03669e;
  box-shadow: 6px 3px 18px rgba(2, 64, 105, 0.2);
  text-align: center;
  margin-top: 20px;
  transition: all 0.8s;
}
.btn-contact:hover {
  transform: translateY(-10px);
  transition: all 0.8s;
  color: #fff;
}

.tell-button .quick-alo-ph-circle {
  border: 5px solid rgba(237, 51, 51, 0.4);
}
.quick-alo-ph-circle {
  width: 90px;
  height: 90px;
  top: -19px;
  left: -19px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  opacity: 1;
  animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}
.tell-button .quick-alo-ph-circle-fill {
  background-color: #de6d67;
}
.quick-alo-ph-circle-fill {
  width: 80px;
  height: 80px;
  top: -15px;
  left: -15px;
  position: absolute;
  background-color: #2196f3;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}
.tell-button .quick-alo-ph-btn-icon {
  background-color: #ed3337 !important;
}
.tell-button svg {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes quick-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@keyframes quick-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes quick-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.zalo-button .quick-alo-ph-circle {
  border: 5px solid rgba(51, 101, 237, 0.4);
}
.quick-alo-ph-circle {
  width: 90px;
  height: 90px;
  top: -19px;
  left: -19px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  opacity: 1;
  animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}
.zalo-button .quick-alo-ph-circle-fill {
  background-color: #67ccde;
}
.quick-alo-ph-circle-fill {
  width: 80px;
  height: 80px;
  top: -15px;
  left: -15px;
  position: absolute;
  background-color: #2196f3;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}
.zalo-button .quick-alo-ph-btn-icon {
  background-color: #339fed !important;
}
.zalo-button svg {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}