.title-section {
  margin-bottom: 32px; }

.main-post {
  padding: 64px 0;
  border-top: 2px solid #e8175b; }
  .main-post ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .main-post a {
    color: #8e989f;
    text-decoration: none; }
  .main-post .title-post {
    margin-bottom: 32px; }

.navbar-sub-inner {
  display: flex; }
  .navbar-sub-inner .navbar-nav {
    margin-right: 12px; }
  @media (min-width: 768px) {
    .navbar-sub-inner {
      display: none; } }

.navbar-brand {
  width: 168px; }
  @media (min-width: 768px) {
    .navbar-brand {
      width: 186px; } }

header .nav-link {
  color: inherit;
  font-weight: 300; }

@media screen and (max-width: 850px) {
  .sidebar div {
    margin-top: 64px;
    padding: 24px;
    border: 1px solid #e8175b;
    border-radius: 4px; } }

.services {
  padding: 64px 0;
  background-color: #f5f5f5; }
  .services .card {
    border: transparent;
    background-color: transparent; }
    .services .card-icon {
      width: 102px; }
      .services .card-icon img {
        filter: grayscale(100%); }

.about-us {
  padding: 64px 0; }
  .about-us .row {
    flex-direction: row-reverse; }
  .about-us .img-responsive {
    width: 70%;
    filter: grayscale(100%); }

.steps {
  padding: 64px 0;
  background-color: #f5f5f5; }
  .steps .card {
    border: transparent;
    background-color: transparent;
    margin-bottom: 32px; }
    .steps .card-title {
      position: relative; }
      .steps .card-title .btn {
        margin-left: 24px; }
    .steps .card-icon {
      margin-right: 12px; }
  .steps .img-svg {
    width: 42px;
    height: 62px; }
  .steps .col:last-child .img-svg {
    width: 50px; }

.post {
  box-shadow: 0 0 8px 0 #c6c6c6;
  border-radius: 8px;
  padding: 20px;
  border: none;
  margin-bottom: 24px; }
  .post a {
    text-decoration: inherit;
    color: inherit; }
  .post h6 {
    margin-bottom: 24px; }
  .post p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-style: italic !important;
    color: #8e989f; }

.title-box {
  margin-bottom: 24px; }

.title-design {
  font-weight: normal;
  color: #8e989f;
  display: inline-block;
  position: relative; }

.tuts {
  padding: 56px 0; }
  .tuts .col {
    margin-bottom: 32px; }

footer {
  border-top: 2px solid #e8175b;
  padding: 64px 0 0 0;
  background-color: #f5f5f5; }
  footer .footer-top {
    margin-bottom: 32px; }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  footer a {
    text-decoration: inherit;
    color: inherit; }
  footer .fa {
    width: 200px;
    height: 200px; }
  footer ul.social-network {
    display: flex; }
    footer ul.social-network li {
      margin-right: 12px;
      border: 1px solid;
      border-radius: 4px;
      padding: 4px 6px 6px 6px; }
      footer ul.social-network li img {
        width: 20px;
        height: auto; }

.c-brand {
  color: #1e2d61; }

.cta-search {
  position: relative;
  background-image: url(/assets/img/banner-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 176px 0; }
  .cta-search-header {
    text-align: center;
    color: #fff;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.1); }
  .cta-search-body {
    margin-top: 32px;
    text-align: center; }
  .cta-search-form {
    display: inline-flex;
    height: 46px; }
    @media (max-width: 768px) {
      .cta-search-form {
        height: 40px;
        width: 100%; } }
  .cta-search-input {
    display: flex;
    align-items: center;
    border: 1px solid #e9eced !important;
    border-radius: 4px;
    background-color: #fff; }
    @media (max-width: 768px) {
      .cta-search-input {
        width: 100%; } }
  .cta-search-type {
    border-right: 1px solid #e9eced;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 0.8rem; }
    @media (min-width: 576px) {
      .cta-search-type {
        font-size: 1rem;
        padding-left: 8px; } }
    .cta-search-type select {
      border: none;
      background-color: transparent;
      display: inline-block; }
      @media (min-width: 576px) {
        .cta-search-type select {
          width: 126px; } }
  .cta-search-query {
    display: flex;
    width: 168px;
    height: 30px;
    border: none;
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 576px) {
      .cta-search-query {
        width: 400px; } }
  .cta-search-button {
    width: 102px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #1e2d61;
    border: 1px solid transparent;
    color: #fff;
    padding: 2px 8px;
    margin-left: 8px;
    font-size: 0.8rem;
    cursor: pointer; }
    @media (max-width: 768px) {
      .cta-search-button {
        width: 90px;
        padding: 7px 8px;
        font-size: 0.8rem; }
        .cta-search-button span {
          display: inline; } }
  @media (max-width: 768px) {
    .cta-search {
      --bs-gutter-x: 1.5rem;
      --bs-gutter-y: 0;
      width: 100%;
      padding-right: calc(var(--bs-gutter-x) * 0.5);
      padding-left: calc(var(--bs-gutter-x) * 0.5);
      margin-right: auto;
      margin-left: auto; } }

.cta-sub {
  position: relative; }
  .cta-sub::before {
    content: '';
    position: absolute;
    background-color: #e8175b;
    width: 100%;
    height: 88px;
    top: -32px; }
    @media (min-width: 768px) {
      .cta-sub::before {
        height: 88px;
        width: 320px; } }

.cta-tools {
  display: none; }
  @media (min-width: 768px) {
    .cta-tools {
      display: flex;
      align-items: center;
      justify-content: end; } }

.cta-hotline {
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  width: 100%;
  height: 56px; }
  @media (min-width: 768px) {
    .cta-hotline {
      width: 360px;
      height: 56px; } }
  .cta-hotline::before {
    content: '';
    position: absolute;
    top: -32px;
    background-color: #e8175b;
    height: 88px;
    width: 100%; }
    @media (min-width: 768px) {
      .cta-hotline::before {
        height: 88px;
        width: 348px; } }
  @media (min-width: 768px) {
    .cta-hotline::after {
      content: '';
      position: absolute;
      top: -32px;
      right: -90px;
      width: 0;
      height: 0;
      border-bottom: 88px solid #e8175b;
      border-right: 102px solid transparent; } }
  .cta-hotline * {
    z-index: 2; }
  .cta-hotline .hotline-icon {
    width: 42px;
    height: auto;
    position: absolute;
    top: -22px;
    left: 12px; }
    .cta-hotline .hotline-icon img {
      width: 100%;
      height: 100%; }
  .cta-hotline .hotline-label {
    position: absolute;
    top: -4px;
    left: 48px; }
    .cta-hotline .hotline-label a {
      text-decoration: none;
      color: inherit; }

.tools-label {
  width: 189px; }

a.input-group {
  display: flex;
  width: 180px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  margin-left: 8px;
  text-decoration: none; }

#basic-addon1 {
  border: none;
  width: 50px; }
  #basic-addon1 img {
    filter: brightness(0) invert(0.5); }

.bannerBtnGroup .btn {
  padding: 0rem 1.4rem; }

.rate {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e8175b;
  padding: 6px;
  color: white;
  text-align: center; }
  .rate h2 {
    font-size: 1em;
    margin: 0; }
  .rate div {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2; }
  .rate ::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -54px;
    width: 0;
    height: 0;
    border-top: 54px solid #e8175b;
    border-left: 54px solid transparent; }
  .rate ::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -54px;
    width: 0;
    height: 0;
    border-top: 54px solid #e8175b;
    border-right: 54px solid transparent; }

.contact-stick-right {
  position: fixed;
  bottom: 8px;
  right: 4px;
  z-index: 999;
  border-radius: 5px;
  padding: 0 8px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  padding: 4px; }
  .contact-stick-right a {
    text-decoration: none; }

.contact-stick-left {
  position: fixed;
  bottom: 8px;
  left: 4px;
  z-index: 999;
  border-radius: 5px;
  padding: 0 8px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  padding: 4px;
  display: flex;
  padding: 4px; }
  .contact-stick-left a {
    text-decoration: none; }

.contact-stick-item {
  margin-right: 8px;
  height: auto;
  display: flex;
  align-items: center; }

.contact-stick-icon {
  display: flex;
  align-items: center;
  padding: 8px;
  background: #e8175b;
  border-radius: 50%; }
  .contact-stick-icon img {
    width: 36px;
    height: auto;
    filter: brightness(0) invert(1); }

.contact-stick-title {
  margin-left: 8px;
  background: #e8175b;
  color: white;
  padding: 2px 8px;
  border-radius: 4px; }

.contact-stick svg {
  width: 42px;
  height: auto;
  opacity: 0.9; }

@media screen and (max-width: 850px) {
  .contact-stick {
    display: none; }
  .menu-mobile {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100vw;
    height: 58px;
    padding: 2px 0px;
    background-color: #fafafa;
    border-top: 1px solid #ccc;
    text-align: center !important;
    font-size: 0.8em;
    justify-content: space-around;
    align-items: center; }
    .menu-mobile-tab {
      position: flex;
      box-sizing: border-box;
      max-width: 20%; }
      .menu-mobile-tab a {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        justify-self: center;
        align-items: center; }
      .menu-mobile-tab-icon svg {
        width: 26px;
        height: auto;
        opacity: 0.9; }
      .menu-mobile-tab-icon img {
        width: 26px;
        height: auto;
        opacity: 0.9; }
    .menu-mobile-title {
      color: var(--bs-body-color); } }

.shake {
  animation: shake 0.82s 3 cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }
/*# sourceMappingURL=app.css.map */
