@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);
  }
}
.whywe .ww-content {
  text-align: center;
  position: relative;
}
.whywe .ww-content .ww-img img {
  width: 370px;
}
@media (max-width: 1399px) {
  .whywe .ww-content .ww-img img {
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .whywe .ww-content .ww-img img {
    transform: none;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
}
.whywe .ww-content .ww-item {
  text-align: center;
}
.whywe .ww-content .ww-item .item-img {
  text-align: center;
  margin: auto 0;
}
.whywe .ww-content .ww-item .item-img .bgimg {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: var(--c-dark);
  line-height: 60px;
  margin: auto;
}
@media (max-width: 1399px) {
  .whywe .ww-content .ww-item .item-img .bgimg {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .whywe .ww-content .ww-item .item-img .bgimg img {
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .whywe .ww-content .ww-item .item-img .bgimg {
    height: 48px;
    width: 48px;
    line-height: 48px;
  }
  .whywe .ww-content .ww-item .item-img .bgimg img {
    transform: scale(0.7);
  }
}
@media (max-width: 1399px) {
  .whywe .ww-content .ww-item .item-img {
    margin: auto 0;
    padding: 0;
  }
}
.whywe .ww-content .ww-item .item-caption {
  text-align: left;
}
.whywe .ww-content .ww-item .item-caption h6 {
  font-weight: normal;
  font-family: inter-sb;
  font-size: 20px;
  color: var(--c-black);
}
@media (max-width: 1399px) {
  .whywe .ww-content .ww-item .item-caption h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .whywe .ww-content .ww-item .item-caption h6 {
    font-size: 14px;
  }
}
.whywe .ww-content .ww-item .item-caption p {
  margin-top: 10px;
  color: var(--c-lightgrey);
}
@media (max-width: 1399px) {
  .whywe .ww-content .ww-item .item-caption p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .whywe .ww-content .ww-item .item-caption p {
    margin-top: 4px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .whywe .ww-content .ww-item {
    padding: 8px 4px;
  }
}
.whywe .ww-content .item1 {
  position: absolute;
  top: 15%;
  left: 0;
}
@media (max-width: 1399px) {
  .whywe .ww-content .item1 {
    top: 20%;
    left: 24px;
  }
}
@media (max-width: 991px) {
  .whywe .ww-content .item1 {
    position: static;
  }
}
.whywe .ww-content .item2 {
  position: absolute;
  top: 40%;
  left: 0;
}
@media (max-width: 1399px) {
  .whywe .ww-content .item2 {
    top: 43%;
    left: 24px;
  }
}
@media (max-width: 991px) {
  .whywe .ww-content .item2 {
    position: static;
  }
}
.whywe .ww-content .item3 {
  position: absolute;
  bottom: 15%;
  left: 0;
}
@media (max-width: 1399px) {
  .whywe .ww-content .item3 {
    bottom: 20%;
    left: 24px;
  }
}
@media (max-width: 991px) {
  .whywe .ww-content .item3 {
    position: static;
  }
}
.whywe .ww-content .item4 {
  position: absolute;
  top: 15%;
  right: 0;
}
@media (max-width: 1399px) {
  .whywe .ww-content .item4 {
    top: 20%;
    right: 8px;
  }
}
@media (max-width: 991px) {
  .whywe .ww-content .item4 {
    position: static;
  }
}
.whywe .ww-content .item5 {
  position: absolute;
  top: 40%;
  right: 0;
}
@media (max-width: 1399px) {
  .whywe .ww-content .item5 {
    top: 43%;
    right: 8px;
  }
}
@media (max-width: 991px) {
  .whywe .ww-content .item5 {
    position: static;
  }
}
.whywe .ww-content .item6 {
  position: absolute;
  bottom: 15%;
  right: 0;
}
@media (max-width: 1399px) {
  .whywe .ww-content .item6 {
    bottom: 20%;
    right: 8px;
  }
}
@media (max-width: 991px) {
  .whywe .ww-content .item6 {
    position: static;
    margin-bottom: 24px;
  }
}/*# sourceMappingURL=whywe.css.map */