@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, .blog #_tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex, .blog #_tabs ul {
  display: flex;
}

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

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

.flex-center, .blog #_tabs ul {
  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, .blog #_tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex, .blog #_tabs ul {
  display: flex;
}

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

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

.flex-center, .blog #_tabs ul {
  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);
  }
}
.blog .blog-list .owl-prev.disabled {
  border: 2px solid var(--c-neutral);
}
.blog .blog-list .owl-prev.disabled span {
  color: var(--c-neutral);
}
.blog .blog-list .owl-next.disabled {
  border: 2px solid var(--c-neutral);
}
.blog .blog-list .owl-next.disabled span {
  color: var(--c-neutral);
}
.blog .blog-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);
}
.blog .blog-list .owl-prev span {
  color: var(--c-main);
}
@media (max-width: 991px) {
  .blog .blog-list .owl-prev {
    left: 50px;
    bottom: 32px;
  }
}
.blog .blog-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);
}
.blog .blog-list .owl-next span {
  color: var(--c-main);
}
@media (max-width: 991px) {
  .blog .blog-list .owl-next {
    right: 50px;
    bottom: 32px;
  }
}
.blog .blog-list .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 6px;
}
.blog .blog-list .owl-dots button {
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--c-neutral);
  margin: 9px 6px;
}
.blog .blog-list .owl-dots .active {
  background-color: var(--c-main);
}
@media (max-width: 991px) {
  .blog .blog-list .owl-dots {
    bottom: 32px;
  }
}
.blog .blog-list .blog-item img {
  height: 265px;
  object-fit: cover;
}

.blog {
  margin: 16px auto 0 auto;
}
.blog .ui-widget-content {
  border: none;
}
.blog .ui-widget-header {
  border: none;
  background-color: transparent;
}
.blog #_tabs ul {
  margin-bottom: 32px;
}
.blog #_tabs ul li {
  font-family: inter-sb;
  margin: 0 6px;
  line-height: 36px;
}
.blog #_tabs ul li a {
  padding: 8px 16px;
  background-color: var(--c-white);
  color: var(--c-neutralgrey);
}
.blog #_tabs ul li .active {
  background-color: var(--c-lighter);
  color: var(--c-main);
}
@media (max-width: 991px) {
  .blog #_tabs ul {
    width: 710px;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .blog #_tabs {
    overflow: hidden;
    overflow-x: scroll;
  }
}
.blog #_tabs .ui-state-active {
  background-color: transparent;
  border: none;
}
.blog #_tabs .ui-state-active a {
  background-color: var(--c-lighter);
  color: var(--c-main);
  border-bottom: none;
}
@media (max-width: 767px) {
  .blog .first-blog-item {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .blog .first-blog-img {
    width: 100%;
    padding-right: 0;
  }
}
.blog .first-blog-img img {
  border-radius: 12px;
  width: 100%;
  height: 360.7px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .blog .first-blog-img img {
    height: 240.5px;
  }
}
.blog .first-blog i {
  margin-top: 16px;
  font-size: 14px;
  color: var(--c-lightergrey);
}
.blog .first-blog i span {
  padding-left: 10px;
  font-size: 14px;
  color: var(--c-lightergrey);
}
.blog .first-blog h2 {
  font-family: inter-b;
  font-size: 28px;
  color: var(--c-default);
  margin-top: 12px;
}
@media (max-width: 767px) {
  .blog .first-blog h2 {
    font-weight: normal;
    font-size: 14px;
    font-family: inter-sb;
    line-height: 20px;
  }
}
.blog .first-blog p {
  margin-top: 8px;
  line-height: 20px;
  font-size: 14px;
  color: var(--c-neutralgrey);
}
@media (max-width: 767px) {
  .blog .first-blog p {
    line-height: 18px;
    font-size: 14px;
  }
}
.blog .first-blog .btn-readblog {
  font-family: inter-sb;
  display: block;
  text-align: center;
  line-height: 44px;
  width: 180px;
  height: 44px;
  font-size: 14px;
  color: var(--c-white);
  background-color: var(--c-main);
  border: none;
  border-radius: 6px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .blog .first-blog .btn-readblog {
    display: none;
  }
}
.blog .news {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .blog .news {
    margin-top: 12px;
  }
}
.blog .news h4 {
  font-family: inter-sb;
  font-size: 20px;
  color: var(--c-black);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .blog .news h4 {
    display: none;
  }
}
.blog .news .blog-item {
  padding-bottom: 0;
}
.blog .news .blog-item img {
  width: 100%;
  height: 240.5px;
  object-fit: cover;
}

.blog-item {
  padding-bottom: 124px;
}
.blog-item img {
  height: 230px;
  object-fit: cover;
  border-radius: 12px;
}
.blog-item i {
  margin: 16px auto 12px auto;
  font-size: 14px;
  color: var(--c-lightergrey);
}
.blog-item span {
  margin-left: 5px;
  font-size: 14px;
  color: var(--c-lightergrey);
}
.blog-item h6 {
  color: var(--c-default);
  font-weight: normal;
  font-family: inter-sb;
  font-size: 16px;
}
@media (max-width: 767px) {
  .blog-item h6 {
    font-weight: normal;
    font-size: 14px;
    font-family: inter-sb;
    line-height: 20px;
  }
}
.blog-item p {
  margin: 8px auto 12px auto;
  color: var(--c-neutralgrey);
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .blog-item p {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.blog-item a {
  color: var(--c-main);
  font-family: inter-sb;
}
@media (max-width: 991px) {
  .blog-item {
    padding-bottom: 80px;
  }
}/*# sourceMappingURL=blog.css.map */