@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;
  }
}

.banner {
  position: relative;
}
.banner .item {
  background-color: var(--c-white);
  padding: 60px 0;
}
@media (max-width: 991px) {
  .banner .item {
    padding: 20px 0;
  }
}
.banner .item .banner-item {
  text-align: left;
}
.banner .item .banner-item img {
  float: right;
  width: 500px;
  height: 500px;
}
@media (max-width: 1199px) {
  .banner .item .banner-item img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 991px) {
  .banner .item .banner-item img {
    width: 250px;
    height: 250px;
    margin-bottom: 24px;
    float: none;
    margin: 24px auto;
  }
}
.banner .item .banner-item .banner-caption {
  width: 50%;
  padding: 60px 0;
}
.banner .item .banner-item .banner-caption h3 {
  font-weight: normal;
  font-size: inter-sb;
  font-size: 50px;
  color: var(--c-black);
}
@media (max-width: 1199px) {
  .banner .item .banner-item .banner-caption h3 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .banner .item .banner-item .banner-caption h3 {
    margin: 0 40px 24px 40px;
    font-size: 20px;
  }
}
.banner .item .banner-item .banner-caption p {
  color: var(--c-lightergrey);
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .banner .item .banner-item .banner-caption p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .banner .item .banner-item .banner-caption p {
    margin: 24px 30px 0 30px;
    font-size: 14px;
  }
}
.banner .item .banner-item .banner-caption button {
  font-family: inter-sb;
  width: 220px;
  height: 56px;
  font-size: 16px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .banner .item .banner-item .banner-caption button {
    margin-top: 28px;
  }
}
@media (max-width: 991px) {
  .banner .item .banner-item .banner-caption {
    width: 100%;
    padding: 0 16px 32px 16px;
  }
}
@media (max-width: 991px) {
  .banner .item .banner-item {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .banner .item {
    padding: 0;
  }
}
.banner .owl-prev {
  border: none;
  position: absolute;
  top: 0;
  left: 4%;
  bottom: 0;
}
.banner .owl-prev span {
  font-size: 30px;
}
.banner .owl-prev span:hover {
  color: var(--c-main);
}
.banner .owl-next {
  border: none;
  position: absolute;
  top: 0;
  right: 4%;
  bottom: 0;
}
.banner .owl-next span {
  font-size: 30px;
}
.banner .owl-next span:hover {
  color: var(--c-main);
}
.banner .owl-dots {
  text-align: center;
}
.banner .owl-dots button {
  border: none;
  height: 10px;
  width: 30px;
  border-radius: 5px;
  background-color: var(--c-grey);
  margin: 8px;
}
.banner .owl-dots .active {
  background-color: var(--c-main);
}

.banner-sale {
  z-index: 1;
  background-color: var(--c-main);
  --banner-sale-h: 468px;
  height: var(--banner-sale-h);
}
@media (max-width: 991px) {
  .banner-sale {
    height: 498px;
  }
}
.banner-sale .banner-sale-des {
  float: right;
  --banner-sale-des-h: 328px;
  --banner-sale-des-w: 492px;
  width: var(--banner-sale-des-w);
  height: var(--banner-sale-des-h);
  background-color: var(--c-light);
  border-radius: 16px;
  text-align: center;
  position: relative;
  margin-top: calc((var(--banner-sale-h) - var(--banner-sale-des-h)) / 2);
  padding: 28px 40px;
}
@media (max-width: 991px) {
  .banner-sale .banner-sale-des {
    --banner-sale-des-w: 343px;
    float: none;
    padding: 16px;
    margin: 16px auto 16px auto;
    width: var(--banner-sale-des-w);
    height: 212px;
    justify-content: center;
  }
}
.banner-sale .banner-sale-des h3 {
  font-family: inter-b;
  font-size: 24px;
  color: var(--c-white);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .banner-sale .banner-sale-des h3 {
    font-size: 16px;
  }
}
.banner-sale .banner-sale-des h6 {
  margin-top: 19px;
  font-family: inter-sb;
  font-size: 20px;
  color: var(--c-white);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .banner-sale .banner-sale-des h6 {
    margin-top: 6px;
    font-size: 14px;
  }
}
.banner-sale .banner-sale-des p {
  font-size: 20px;
  color: var(--c-white);
  margin: 19px auto 38px auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .banner-sale .banner-sale-des p {
    font-size: 14px;
    margin: 10px auto 22px auto;
  }
}
.banner-sale .banner-sale-des .btn_to_serv {
  background-color: var(--c-white);
  height: 44px;
  width: calc(var(--banner-sale-des-w) - 80px);
  border-radius: 6px;
  position: absolute;
  left: auto;
  right: auto;
  bottom: 28px;
}
@media (max-width: 991px) {
  .banner-sale .banner-sale-des .btn_to_serv {
    width: calc(var(--banner-sale-des-w) - 32px);
    bottom: 16px;
  }
}
.banner-sale .banner-sale-des .btn_to_serv a {
  line-height: 44px;
  color: var(--c-main);
}
@media (max-width: 991px) {
  .banner-sale .banner-sale-des .btn_to_serv a {
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .banner-sale .banner-sale-des .btn_to_serv {
    font-size: 14px;
    height: 40px;
  }
}
.banner-sale .banner-sale-img {
  --banner-sale-img-h: 348px;
  width: 668px;
  height: var(--banner-sale-img-h);
  margin-top: calc((var(--banner-sale-h) - var(--banner-sale-img-h)) / 2);
}
@media (max-width: 991px) {
  .banner-sale .banner-sale-img {
    width: 343px;
    height: 214px;
    overflow: hidden;
    margin: auto auto 16px auto;
    margin-top: 20px;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .banner-sale .banner-sale-img img {
    object-fit: cover;
    width: 410px;
    height: 214px;
  }
}/*# sourceMappingURL=banner.css.map */