@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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  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);
  }
}
#notification .modal-body {
  margin: 0 auto;
  padding: 24px 20px;
  text-align: center;
  background-color: var(--c-white);
  border-radius: 12px;
}
#notification .modal-body img {
  margin: 0 auto;
  padding: 0;
  margin: 0;
  height: 60px;
  width: 60px;
}
#notification .modal-body p {
  margin: 16px 0 26px 0;
}
#notification .modal-body p span {
  font-weight: bold;
}
@media (max-width: 767px) {
  #notification .modal-body p {
    font-size: 14px;
    margin: 24px 0 30px 0;
  }
}
#notification .modal-body button {
  width: 200px;
  padding: 12px 20px;
  font-family: inter-sb;
  line-height: 20px;
  border-radius: 20px;
  background-color: var(--c-background);
}
@media (max-width: 767px) {
  #notification .modal-body button {
    width: 150px;
    font-family: inter-md;
    font-size: 14px;
  }
}

#DangKy .modal-dialog {
  width: 1000px;
}
#DangKy .modal-content {
  width: 1000px;
}
#DangKy .form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
#DangKy .modal-header {
  height: 56px;
  text-align: center;
  background-color: var(--c-darkmain);
}
#DangKy .modal-header .modal-title {
  margin: 0 auto;
  color: var(--c-white);
  font-size: 18px;
  font-weight: normal;
  font-family: inter-b;
  width: 100%;
}
#DangKy .modal-header ._btn-close {
  background-color: transparent;
  border: none;
}
#DangKy .modal-header ._btn-close i {
  font-size: 24px;
  color: var(--c-white);
}
#DangKy .modal-body {
  padding: 24px;
}
#DangKy .modal-body ._input {
  padding-left: 16px;
}
#DangKy .modal-body .scanid {
  text-align: center;
  margin-bottom: 16px;
}
#DangKy .modal-body .scanid button {
  background-color: var(--c-white);
  width: 320px;
  height: 40px;
  border: 1px solid var(--c-main);
  border-radius: 6px;
  color: var(--c-main);
  font-size: 14px;
  font-family: inter-md;
}
#DangKy .modal-body .dk-readonly {
  height: 44px;
  margin-bottom: 16px;
  padding-right: 0;
}
#DangKy .modal-body .dk-readonly p {
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 0.375rem;
  background-color: var(--c-background);
  color: var(--c-lightergrey);
}
#DangKy .modal-body .dk-readonly p span {
  color: var(--c-black);
}
@media (max-width: 767px) {
  #DangKy .modal-body .dk-readonly p {
    padding: 6px 12px;
  }
}
#DangKy .modal-body ._content {
  margin: 0;
}
#DangKy .modal-body ._zalo {
  height: 544px;
  text-align: center;
  padding: 72px 0;
  background: var(--c-light);
  border-radius: 16px;
}
#DangKy .modal-body ._zalo h6 {
  font-weight: normal;
  font-family: inter-b;
  font-size: 24px;
  color: var(--c-white);
  margin-bottom: 8px;
}
#DangKy .modal-body ._zalo img {
  width: 260px;
  height: 260px;
  margin-top: 32px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #DangKy .modal-body ._zalo img {
    width: 220px;
    height: 220px;
  }
}
#DangKy .modal-body p {
  padding-right: 0;
  font-family: inter-md;
  color: var(--c-main);
  font-size: 14px;
  margin-bottom: 16px;
}
#DangKy .modal-body .dk-item {
  margin-bottom: 16px;
  padding-right: 0;
}
#DangKy .modal-body .dk-item input {
  height: 44px;
}
#DangKy .modal-body .dk-item input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
#DangKy .modal-body .dk-item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
#DangKy .modal-body .dk-item input::placeholder {
  color: var(--c-lightergrey);
}
#DangKy .modal-body .dk-item input[type=number] {
  -moz-appearance: textfield;
}
#DangKy .modal-body .dk-item select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 44px;
}
#DangKy .modal-body .dk-item p {
  margin-bottom: 0;
  color: var(--c-red);
}
#DangKy .modal-body .dk-item .form-check {
  color: var(--c-lightgrey);
  margin-top: 8px;
}
#DangKy .modal-body .dk-item .form-check input {
  height: 16px;
}
#DangKy .modal-body .txtarea {
  padding-right: 0;
}
#DangKy .modal-footer {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 16px;
}
#DangKy .modal-footer #btnSend {
  color: var(--c-white);
  background-color: var(--c-main);
  border: none;
  padding: 12px 58px;
  font-size: 14px;
  font-family: inter-sb;
}
#DangKy .modal-footer #btnSend:hover {
  background-color: var(--c-darkmain);
}
#DangKy .modal-footer #btnSendPage {
  color: var(--c-white);
  background-color: var(--c-main);
  border: none;
  padding: 12px 58px;
  font-size: 14px;
  font-family: inter-sb;
}
#DangKy .modal-footer #btnSendPage:hover {
  background-color: var(--c-darkmain);
}
#DangKy .modal-footer #btnZalos {
  display: none;
  color: var(--c-main);
  background-color: transparent;
  border: 1px solid var(--c-main);
  width: 50%;
}
#DangKy .modal-footer #btnZalos:hover {
  color: var(--c-white);
  background-color: var(--c-darkmain);
}
@media (max-width: 991px) {
  #DangKy .modal-footer #btnZalos {
    display: block;
  }
}
@media (max-width: 991px) {
  #DangKy .modal-footer {
    display: flex;
  }
}
#DangKy .input-red::-webkit-input-placeholder {
  color: var(--c-red);
}
@media (max-width: 991px) {
  #DangKy ._zalo {
    display: none;
  }
}

.appointment {
  margin-bottom: 108px;
}
.appointment #breadcrumb {
  display: block;
}
.appointment #breadcrumb .breadcrumb-mb {
  display: none;
}
@media (max-width: 767px) {
  .appointment #breadcrumb {
    line-height: 30px;
  }
  .appointment #breadcrumb ol li a {
    color: var(--c-black);
  }
  .appointment #breadcrumb .breadcrumb-pc {
    display: none;
  }
  .appointment #breadcrumb .breadcrumb-mb {
    font-size: 14px;
    display: block;
  }
}
.appointment .qr-zalo {
  border-radius: 12px;
  background-color: var(--c-light);
}
.appointment .qr-zalo .qr-zalo-des {
  padding-top: 72px;
  font-family: inter-b;
  color: var(--c-white);
  text-align: center;
  line-height: 50px;
}
.appointment .qr-zalo .qr-zalo-des h3 {
  font-size: 24px;
  line-height: 50px;
}
.appointment .qr-zalo .qr-zalo-des p {
  font-size: 20px;
}
@media (max-width: 991px) {
  .appointment .qr-zalo .qr-zalo-des {
    padding-top: 36px;
    line-height: 30px;
  }
  .appointment .qr-zalo .qr-zalo-des h3 {
    line-height: 30px;
    font-size: 16px;
  }
  .appointment .qr-zalo .qr-zalo-des p {
    font-size: 16px;
  }
}
.appointment .qr-zalo .qr-zalo-img {
  text-align: center;
}
.appointment .qr-zalo .qr-zalo-img img {
  margin: 40px auto 72px auto;
}
@media (max-width: 991px) {
  .appointment .qr-zalo .qr-zalo-img img {
    margin: 30px auto 72px auto;
  }
}
@media (max-width: 767px) {
  .appointment .qr-zalo {
    display: none;
  }
}
@media (max-width: 991px) {
  .appointment .appoint-input .appoint-title-pc {
    display: none;
  }
}
.appointment .appoint-input .appoint-title-mb {
  display: none;
}
@media (max-width: 991px) {
  .appointment .appoint-input .appoint-title-mb {
    display: block;
  }
}
.appointment .appoint-input .form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.appointment .appoint-input .scanid {
  text-align: center;
  margin: 16px auto;
}
.appointment .appoint-input .scanid button {
  background-color: var(--c-white);
  width: 343px;
  height: 40px;
  border: 1px solid var(--c-main);
  border-radius: 6px;
  color: var(--c-main);
  font-size: 14px;
  font-family: inter-md;
}
.appointment .appoint-input p {
  font-family: inter-md;
  color: var(--c-main);
  font-size: 14px;
}
@media (max-width: 991px) {
  .appointment .appoint-input p {
    font-size: 13px;
  }
}
.appointment .appoint-input .caution {
  margin-top: 8px;
}
.appointment .appoint-input .caution p {
  color: var(--c-red);
}
.appointment .appoint-input .dk-item {
  margin-top: 16px;
}
.appointment .appoint-input .dk-item input {
  line-height: 30px;
  color: var(--c-default);
}
.appointment .appoint-input .dk-item input::placeholder {
  color: var(--c-lightgrey);
}
@media (max-width: 767px) {
  .appointment .appoint-input .dk-item input {
    line-height: 42px;
  }
}
.appointment .appoint-input .dk-item input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.appointment .appoint-input .dk-item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.appointment .appoint-input .dk-item input::placeholder {
  color: var(--c-lightergrey);
}
.appointment .appoint-input .dk-item input[type=number] {
  -moz-appearance: textfield;
}
.appointment .appoint-input .dk-item select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 44px;
  padding-left: 9px;
}
@media (max-width: 767px) {
  .appointment .appoint-input .dk-item select {
    padding-left: 9px;
    height: 44px;
  }
}
.appointment .appoint-input .dk-item select option {
  padding: 0;
}
@media (max-width: 991px) {
  .appointment .appoint-input .dk-item select option {
    padding: 0;
  }
}
.appointment .appoint-input .dk-item .form-check {
  margin-top: 8px;
}
@media (max-width: 991px) {
  .appointment .appoint-input .dk-item .form-control {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.appointment .appoint-input textarea {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .appointment .appoint-input textarea {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.appointment .appoint-input .appoint-footer {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 16px;
}
.appointment .appoint-input .appoint-footer #btnSend {
  margin: auto;
  color: var(--c-white);
  background-color: var(--c-main);
  border: none;
  padding: 10px 58px;
  font-size: 14px;
  font-family: inter-md;
}
.appointment .appoint-input .appoint-footer #btnSend:hover {
  background-color: var(--c-darkmain);
}
.appointment .appoint-input .appoint-footer #btnSendPage {
  padding: 10px 58px;
  margin: auto;
  color: var(--c-white);
  background-color: var(--c-main);
  border: none;
  font-size: 14px;
  font-family: inter-md;
}
.appointment .appoint-input .appoint-footer #btnSendPage:hover {
  background-color: var(--c-darkmain);
}
.appointment .appoint-input .appoint-footer #btnZalos {
  margin: auto;
  display: none;
  color: var(--c-main);
  background-color: transparent;
  border: 1px solid var(--c-main);
  width: 50%;
  font-family: inter-md;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
}
.appointment .appoint-input .appoint-footer #btnZalos:hover {
  color: var(--c-white);
  background-color: var(--c-darkmain);
}
@media (max-width: 767px) {
  .appointment .appoint-input .appoint-footer #btnZalos {
    display: block;
  }
}
@media (max-width: 767px) {
  .appointment .appoint-input .appoint-footer {
    display: flex;
  }
}
.appointment .appoint-input .dk-readonly {
  margin-top: 16px;
}
.appointment .appoint-input .dk-readonly p {
  font-size: 16px;
  padding: 12px 12px;
  border-radius: 0.375rem;
  background-color: var(--c-background);
  color: var(--c-lightergrey);
}
.appointment .appoint-input .dk-readonly p span {
  color: var(--c-black);
}
@media (max-width: 767px) {
  .appointment .appoint-input .dk-readonly p {
    padding: 6px 12px;
  }
}/*# sourceMappingURL=appointment.css.map */