@font-face {
  font-family: inter-b;
  src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: inter-sb;
  src: url(../fonts/Inter-SemiBold.ttf);
}
@font-face {
  font-family: inter-md;
  src: url(../fonts/Inter-Medium.ttf);
}
@font-face {
  font-family: inter-r;
  src: url(../fonts/Inter-Regular.ttf);
}
* {
  --c-main: #0593e4;
  --c-white: #FFFFFF;
  --c-neutral: #9ed1ff;
  --c-dark: #064682;
  --c-red: #EB0019;
  --c-green: #129E39;
  --c-yellow: #FFBD3D;
  --c-default: #2F3132;
  --c-lightgrey: #4F4F4F;
  --c-neutralgrey: #727272;
  --c-lightergrey: #8F8F8F;
  --c-grey: #B1B1B1;
  --c-line: #D1D1D1;
  --c-background: #F1F1F1;
  --c-lighter: #e3f0ff;
  --c-light: #55b8ff;
  --c-darkmain: #064682;
  --c-black: #181A1A;
}

.theme1 {
  --c-main: #0593e4;
  --c-darkmain: #064682;
  --c-light: #55b8ff;
  --c-neutral: #9ed1ff;
  --c-lighter: #e3f0ff;
}

.theme2 {
  --c-darkmain: #055e54;
  --c-main: #00a491;
  --c-light: #00c4b1;
  --c-neutral: #87dac8;
  --c-lighter: #dff6f3;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.reset-list, .header ._nav .__nav1 ul, .header #mnuMobie ._mnuBody ul, .header ._navtop .__contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex, .header ._nav .__nav1 ul, .header ._navtop .__contact ul {
  display: flex;
}

.flex-right {
  justify-content: flex-end;
}

.flex-left {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-center-a {
  justify-content: space-around;
}

.flex-center-b {
  justify-content: space-between;
}

.flex-center-e {
  justify-content: space-evenly;
}

@font-face {
  font-family: inter-b;
  src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: inter-sb;
  src: url(../fonts/Inter-SemiBold.ttf);
}
@font-face {
  font-family: inter-md;
  src: url(../fonts/Inter-Medium.ttf);
}
@font-face {
  font-family: inter-r;
  src: url(../fonts/Inter-Regular.ttf);
}
* {
  --c-main: #0593e4;
  --c-white: #FFFFFF;
  --c-neutral: #9ed1ff;
  --c-dark: #064682;
  --c-red: #EB0019;
  --c-green: #129E39;
  --c-yellow: #FFBD3D;
  --c-default: #2F3132;
  --c-lightgrey: #4F4F4F;
  --c-neutralgrey: #727272;
  --c-lightergrey: #8F8F8F;
  --c-grey: #B1B1B1;
  --c-line: #D1D1D1;
  --c-background: #F1F1F1;
  --c-lighter: #e3f0ff;
  --c-light: #55b8ff;
  --c-darkmain: #064682;
  --c-black: #181A1A;
}

.theme1 {
  --c-main: #0593e4;
  --c-darkmain: #064682;
  --c-light: #55b8ff;
  --c-neutral: #9ed1ff;
  --c-lighter: #e3f0ff;
}

.theme2 {
  --c-darkmain: #055e54;
  --c-main: #00a491;
  --c-light: #00c4b1;
  --c-neutral: #87dac8;
  --c-lighter: #dff6f3;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.reset-list, .header ._nav .__nav1 ul, .header #mnuMobie ._mnuBody ul, .header ._navtop .__contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex, .header ._nav .__nav1 ul, .header ._navtop .__contact ul {
  display: flex;
}

.flex-right {
  justify-content: flex-end;
}

.flex-left {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-center-a {
  justify-content: space-around;
}

.flex-center-b {
  justify-content: space-between;
}

.flex-center-e {
  justify-content: space-evenly;
}

body, input, button {
  font-family: inter-r;
  font-size: 16px;
}

.btnDangky {
  padding: 10px 20px;
  border-radius: 6px;
  font-family: inter-sb;
  font-size: 14px;
  line-height: 20px;
  border: none;
}

.bgMain {
  color: var(--c-white);
  background-color: var(--c-main);
}
.bgMain:hover {
  background-color: var(--c-dark);
}

.bgSecondary {
  color: var(--c-main);
  background-color: var(--c-white);
}
.bgSecondary:hover {
  background-color: var(--c-dark);
  color: var(--c-white);
}

.bgSecondary2 {
  color: var(--c-main);
  background-color: transparent;
  border: 1px solid var(--c-main);
}

.bgGray {
  color: var(--c-dark);
  background-color: var(--c-white);
}

.section-title {
  text-align: center;
  width: 60%;
  margin: 60px auto 50px auto;
}
.section-title h6 {
  color: var(--c-black);
  text-align: center;
  font-weight: normal;
  font-family: inter-b;
  font-size: 24px;
}
@media (max-width: 991px) {
  .section-title h6 {
    font-size: 16px;
  }
}
.section-title p {
  color: var(--c-lightgrey);
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-title p {
    font-size: 14px;
  }
}
.section-title a {
  font-family: inter-b;
  color: var(--c-main);
}
@media (max-width: 1199px) {
  .section-title {
    width: 85%;
    margin: 32px auto 24px auto;
  }
}
@media (max-width: 767px) {
  .section-title {
    width: 98%;
    padding: 0;
    margin: 32px auto 24px auto;
  }
}

#backtotop {
  background-color: var(--c-white);
  z-index: 100;
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  color: var(--c-main);
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--c-main);
}

#breadcrumb {
  font-family: inter-md;
  font-size: 16px;
  color: var(--c-main);
}
#breadcrumb .breadcrumb {
  margin: 16px 0;
}
#breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--c-main);
}
#breadcrumb .breadcrumb .breadcrumb-item::before {
  color: var(--c-main);
}
#breadcrumb .breadcrumb li {
  margin-left: 5px;
}
#breadcrumb .active {
  color: var(--c-lightgrey);
}
@media (max-width: 767px) {
  #breadcrumb {
    display: block;
  }
}

* {
  --c-main: #0593e4;
  --c-white: #FFFFFF;
  --c-neutral: #9ed1ff;
  --c-dark: #064682;
  --c-red: #EB0019;
  --c-green: #129E39;
  --c-yellow: #FFBD3D;
  --c-default: #2F3132;
  --c-lightgrey: #4F4F4F;
  --c-neutralgrey: #727272;
  --c-lightergrey: #8F8F8F;
  --c-grey: #B1B1B1;
  --c-line: #D1D1D1;
  --c-background: #F1F1F1;
  --c-lighter: #e3f0ff;
  --c-light: #55b8ff;
  --c-darkmain: #064682;
  --c-black: #181A1A;
}

.theme1 {
  --c-main: #0593e4;
  --c-darkmain: #064682;
  --c-light: #55b8ff;
  --c-neutral: #9ed1ff;
  --c-lighter: #e3f0ff;
}

.theme2 {
  --c-darkmain: #055e54;
  --c-main: #00a491;
  --c-light: #00c4b1;
  --c-neutral: #87dac8;
  --c-lighter: #dff6f3;
}

@keyframes rotaion-icon {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(90deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(270deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes zoom-icon {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(0);
  }
  75% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotaion3D-icon {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gradient-icon {
  0% {
    background-color: var(--c-main);
  }
  25% {
    background-color: var(--c-neutral);
  }
  50% {
    background-color: var(--c-lighter);
  }
  75% {
    background-color: var(--c-neutral);
  }
  100% {
    background-color: var(--c-main);
  }
}
.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header {
  background-color: var(--c-white);
}
.header ._navtop {
  margin: 10px auto;
}
.header ._navtop .__logo img {
  height: 40px;
}
@media (max-width: 767px) {
  .header ._navtop .__logo img {
    height: 32px;
  }
}
.header ._navtop .__contact {
  margin: 4px auto;
}
.header ._navtop .__contact ul li {
  margin-right: 24px;
}
.header ._navtop .__contact ul li img {
  width: 28px;
  height: 28px;
  margin: 2px 8px 2px 0;
}
.header ._navtop .__contact ul li p {
  font-family: inter-sb;
  font-size: 13px;
  line-height: 16px;
  color: var(--c-dark);
  text-align: left;
  text-transform: uppercase;
}
.header ._navtop .__contact ul li p span {
  color: var(--c-main);
  text-transform: none;
}
@media (max-width: 1199px) {
  .header ._navtop .__contact ul li p {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .header ._navtop .__contact {
    display: none;
  }
}
.header ._navtop .__language {
  text-align: right;
}
.header ._navtop .__language .search-form {
  float: right;
  --searchButtonWidth: 80px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .header ._navtop .__language .search-form {
    display: none;
  }
}
.header ._navtop .__language .search-form span {
  border-radius: 6px 0 0 6px;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--c-lightergrey);
  text-align: center;
  white-space: nowrap;
  background-color: var(--c-background);
}
.header ._navtop .__language .search-form .search-input {
  border: 0;
  margin: 0;
  height: 40px;
  border-radius: 0 6px 6px 0;
  padding: 0.5rem calc(var(--searchButtonWidth) + 0.5rem) 0.5rem 0.5rem;
  width: 300px;
  background: var(--c-background);
  -webkit-appearance: none;
  font-size: 13px;
  color: var(--c-lightergrey);
}
.header ._navtop .__language .search-form .search-input:focus {
  outline: 0;
  color: var(--c-lightergrey);
}
.header ._navtop .__language .search-form .search-input:not(:placeholder-shown) ~ .search-button {
  transform: translateX(calc(-1 * var(--searchButtonWidth)));
}
.header ._navtop .__language .search-form .search-button {
  border: 0;
  border-radius: 0 6px 6px 0;
  position: absolute;
  top: 0;
  left: 100%;
  width: var(--searchButtonWidth);
  transition: 0.1s;
  background: var(--c-main);
  color: var(--c-white);
  font-size: 13px;
  height: 100%;
}
.header ._navtop .__language .search-form .search-button:focus {
  outline: 0;
}
.header ._navtop .__language .search-form a {
  line-height: 40px;
}
.header ._navtop .__language .search-form .dropdown-menu i {
  margin-right: 12px;
}
.header ._navtop .__language a {
  line-height: 40px;
}
@media (max-width: 767px) {
  .header ._navtop .__language a {
    line-height: 32px;
  }
}
.header ._navtop .__language .dropdown-menu i {
  margin-right: 12px;
}
.header ._nav-mb {
  display: none;
  background-color: var(--c-main);
  height: 44px;
}
.header ._nav-mb p {
  padding: 12px 16px;
  color: var(--c-white);
  font-size: 14px;
  font-family: inter-sb;
}
.header ._nav-mb .__mnu {
  text-align: right;
  display: none;
}
.header ._nav-mb .__mnu img {
  width: 24px;
  height: 24px;
}
.header ._nav-mb .__mnu .imgMenu {
  margin: 10px 4px 10px 24px;
}
@media (max-width: 991px) {
  .header ._nav-mb .__mnu {
    display: block;
  }
}
@media (max-width: 991px) {
  .header ._nav-mb {
    display: block;
  }
}
.header #mnuMobie {
  z-index: 1001;
  display: none;
  position: fixed;
  top: 60px;
  right: 0;
  background-color: var(--c-white);
  width: 90%;
  box-shadow: -2px -2px 100px var(--c-default);
}
.header #mnuMobie .search-form {
  justify-content: center;
  --searchButtonWidth: 80px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.header #mnuMobie .search-form span {
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--c-lightergrey);
  text-align: center;
  white-space: nowrap;
  background-color: var(--c-background);
}
.header #mnuMobie .search-form .search-input {
  border: 0;
  margin: 0;
  height: 40px;
  border-radius: 0 4px 4px 0;
  padding: 0.5rem calc(var(--searchButtonWidth) + 0.5rem) 0.5rem 0.5rem;
  width: 100%;
  background: var(--c-background);
  -webkit-appearance: none;
  font-size: 13px;
  color: var(--c-lightergrey);
}
.header #mnuMobie .search-form .search-input:focus {
  outline: 0;
  color: var(--c-lightergrey);
}
.header #mnuMobie .search-form .search-input:not(:placeholder-shown) ~ .search-button {
  transform: translateX(calc(-1 * var(--searchButtonWidth)));
}
.header #mnuMobie .search-form .search-button {
  border: 0;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 100%;
  width: var(--searchButtonWidth);
  transition: 0.1s;
  background: var(--c-main);
  color: var(--c-white);
  font-size: 13px;
  height: 100%;
}
.header #mnuMobie .search-form .search-button:focus {
  outline: 0;
}
.header #mnuMobie .search-form a {
  line-height: 40px;
}
.header #mnuMobie .search-form .dropdown-menu i {
  margin-right: 12px;
}
.header #mnuMobie .row {
  --bs-gutter-x: 0;
}
.header #mnuMobie ._mnuPanel {
  background-color: var(--c-main);
}
.header #mnuMobie ._mnuPanel img {
  margin: 10px 20px;
}
.header #mnuMobie ._mnuBody {
  padding: 12px 16px;
}
.header #mnuMobie ._mnuBody .input-group {
  margin-bottom: 12px;
}
.header #mnuMobie ._mnuBody .input-group i {
  color: var(--c-default);
}
.header #mnuMobie ._mnuBody ul li {
  margin: 8px;
}
.header #mnuMobie ._mnuBody ul a {
  font-size: 14px;
  color: var(--c-lightgrey);
  line-height: 20px;
}
.header #mnuMobie ._mnuBody ul .active {
  color: var(--c-main);
}
.header #mnuMobie ._mnuBody .sidebar-item {
  position: relative;
}
.header #mnuMobie ._mnuBody .sidebar-item .collapsed i {
  transform: rotate(180deg);
  transition: all 0.2s ease-out;
}
.header #mnuMobie ._mnuBody .sidebar-item i {
  transition: all 0.2s ease-out;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 20px;
}
.header #mnuMobie ._mnuBody #sidebar {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 350px;
}
.header #mnuMobie ._mnuBody #sidebar img {
  width: 20px;
  margin-right: 12px;
}
.header #mnuMobie .btnDangky {
  margin-top: 12px;
}
.header ._nav {
  z-index: 140;
  background-color: var(--c-main);
}
.header ._nav .__nav1 ul li {
  padding: 16px;
}
.header ._nav .__nav1 ul li a {
  color: var(--c-neutral);
  font-family: inter-sb;
  font-size: 14px;
}
.header ._nav .__nav1 ul li a i {
  margin-left: 4px;
}
.header ._nav .__nav1 ul li .dropDichVu {
  display: none;
  position: absolute;
  top: 56px;
  background-color: var(--c-white);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 700px;
  z-index: 1;
}
.header ._nav .__nav1 ul li .dropDichVu .dropdown-item {
  padding: 10px;
  color: var(--c-dark);
  width: 100%;
}
.header ._nav .__nav1 ul li .dropDichVu .dropdown-item:hover {
  color: var(--c-white);
  background-color: var(--c-main);
}
@media (max-width: 991px) {
  .header ._nav .__nav1 ul li .dropDichVu {
    width: 100%;
  }
}
.header ._nav .__nav1 ul li .dropChuyenKhoa {
  display: none;
  position: absolute;
  top: 56px;
  background-color: var(--c-white);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 720px;
  z-index: 1;
}
.header ._nav .__nav1 ul li .dropChuyenKhoa .dropdown-item {
  text-align: left;
  padding: 10px;
  color: var(--c-dark);
  width: 100%;
}
.header ._nav .__nav1 ul li .dropChuyenKhoa .dropdown-item img {
  height: 20px;
  margin-right: 12px;
}
.header ._nav .__nav1 ul li .dropChuyenKhoa .dropdown-item:hover {
  color: var(--c-white);
  background-color: var(--c-main);
}
@media (max-width: 991px) {
  .header ._nav .__nav1 ul li .dropChuyenKhoa {
    width: 100%;
  }
}
.header ._nav .__nav1 ul li:hover {
  z-index: 100;
}
.header ._nav .__nav1 ul li:hover .dropdown-content {
  display: block;
}
@media (max-width: 1199px) {
  .header ._nav .__nav1 ul li {
    padding: 16px 10px 16px 10px;
  }
}
.header ._nav .__nav1 .active {
  color: var(--c-white);
}
.header ._nav .__nav2 {
  line-height: 56px;
  text-align: right;
}
@media (max-width: 991px) {
  .header ._nav {
    display: none;
  }
}/*# sourceMappingURL=header.css.map */