@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);
  }
}
.team {
  background-color: var(--c-white);
}
.team .team-list {
  position: relative;
  padding-bottom: 124px;
}
.team .team-list .team-item {
  text-align: center;
}
.team .team-list .team-item .team-frame {
  width: 220px;
  height: 220px;
  border: 10px solid var(--c-neutral);
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .team .team-list .team-item .team-frame {
    margin-bottom: 16px;
    width: 110px;
    height: 110px;
    border: 5px solid var(--c-neutral);
  }
}
.team .team-list .team-item .ten {
  font-weight: normal;
  font-family: inter-b;
  font-size: 20px;
  color: var(--c-default);
}
@media (max-width: 1199px) {
  .team .team-list .team-item .ten {
    font-size: 14px;
  }
}
.team .team-list .team-item .vitri {
  color: var(--c-default);
  margin: 8px 0;
}
@media (max-width: 1199px) {
  .team .team-list .team-item .vitri {
    margin: 6px 0;
    font-size: 14px;
  }
}
.team .team-list .team-item .mota {
  color: var(--c-neutralgrey);
}
@media (max-width: 1199px) {
  .team .team-list .team-item .mota {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .team .team-list {
    padding-bottom: 75px;
  }
}
.team .team-list .owl-prev.disabled {
  border: 2px solid var(--c-neutral);
}
.team .team-list .owl-prev.disabled span {
  color: var(--c-neutral);
}
.team .team-list .owl-next.disabled {
  border: 2px solid var(--c-neutral);
}
.team .team-list .owl-next.disabled span {
  color: var(--c-neutral);
}
.team .team-list .owl-prev {
  z-index: 300;
  position: absolute;
  bottom: 60px;
  left: 45%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--c-main);
}
.team .team-list .owl-prev span {
  color: var(--c-main);
}
@media (max-width: 991px) {
  .team .team-list .owl-prev {
    bottom: 32px;
    left: 100px;
  }
}
.team .team-list .owl-next {
  z-index: 300;
  position: absolute;
  bottom: 60px;
  right: 45%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--c-main);
}
.team .team-list .owl-next span {
  color: var(--c-main);
}
@media (max-width: 991px) {
  .team .team-list .owl-next {
    bottom: 32px;
    right: 100px;
  }
}
.team .team-list .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 6px;
}
.team .team-list .owl-dots button {
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--c-neutral);
  margin: 9px 6px;
}
.team .team-list .owl-dots .active {
  background-color: var(--c-main);
}
@media (max-width: 991px) {
  .team .team-list .owl-dots {
    bottom: 32px;
  }
}

@media (max-width: 767px) {
  .team .section-title {
    margin-bottom: 20px;
  }
}
.team .team-item {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .team .team-item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}
.team .team-item .avt-team {
  padding: 0;
  width: 200px;
  height: 230px;
  border-radius: 12px;
  border: 2px solid var(--c-neutral);
  overflow: hidden;
}
@media (max-width: 767px) {
  .team .team-item .avt-team {
    margin: 0 auto 0 auto;
    width: 129px;
    height: 148px;
  }
}
.team .team-item .avt-team img {
  width: 200px;
  height: 230px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .team .team-item .avt-team img {
    width: 129px;
    height: 148px;
  }
}
@media (max-width: 991px) {
  .team .team-item .des-team h4 {
    text-align: center;
  }
}
.team .team-item .des-team h4 a {
  font-family: inter-b;
  font-size: 20px;
  line-height: 24px;
  color: var(--c-default);
}
@media (max-width: 767px) {
  .team .team-item .des-team h4 a {
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
  }
}
.team .team-item .des-team ul {
  padding-left: 12px;
  list-style-type: "+ ";
}
@media (max-width: 767px) {
  .team .team-item .des-team ul {
    padding-left: 22px;
    justify-content: center;
  }
}
.team .team-item .des-team ul li p {
  line-height: 24px;
  font-size: 16px;
  color: var(--c-lightgrey);
}
@media (max-width: 767px) {
  .team .team-item .des-team ul li p {
    font-size: 14px;
  }
}
.team .team-item .des-team button {
  margin-top: 5px;
  width: 180px;
}
@media (max-width: 767px) {
  .team .team-item .des-team button {
    margin-left: calc(50% - 90px);
    font-size: 14px;
  }
}
.team .team-item .des-team .linkdkmb {
  display: none;
}
@media (max-width: 767px) {
  .team .team-item .des-team .linkdkmb {
    display: block;
  }
}
@media (max-width: 767px) {
  .team .team-item .des-team .btnDKMB {
    display: none;
  }
}/*# sourceMappingURL=team.css.map */