/*Skin*/
/* General */
:root {
  --border-radius: 4px;
  --border-radius2x: 8px;
  --default: #777;
}

/* Skin Colors */
:root {
  /* PRIMARY BASE */
  --primary: #213065;

  /* DARKER SHADES (giảm sáng ~10–30%) */
  --primary-100: #1e2b5b;
  --primary-200: #1a2651;
  --primary-300: #162147;

  /* LIGHTER SHADES (tăng sáng ~10–30%) */
  --primary--100: #263b7a;
  --primary--200: #2b4290;
  --primary--300: #304aa6;

  /* RGBA VERSIONS */
  --primary-rgba-0: rgba(33, 48, 101, 0);
  --primary-rgba-10: rgba(33, 48, 101, 0.1);
  --primary-rgba-20: rgba(33, 48, 101, 0.2);
  --primary-rgba-30: rgba(33, 48, 101, 0.3);
  --primary-rgba-40: rgba(33, 48, 101, 0.4);
  --primary-rgba-50: rgba(33, 48, 101, 0.5);
  --primary-rgba-60: rgba(33, 48, 101, 0.6);
  --primary-rgba-70: rgba(33, 48, 101, 0.7);
  --primary-rgba-80: rgba(33, 48, 101, 0.8);
  --primary-rgba-90: rgba(33, 48, 101, 0.9);
  --secondary: #222529;
  --secondary-100: #16181b;
  --secondary-200: #111214;
  --secondary-300: #0b0c0d;
  --secondary--100: #2e3237;
  --secondary--200: #33383e;
  --secondary--300: #393e45;
  --secondary-rgba-0: rgba(34, 37, 41, 0);
  --secondary-rgba-10: rgba(34, 37, 41, 0.1);
  --secondary-rgba-20: rgba(34, 37, 41, 0.2);
  --secondary-rgba-30: rgba(34, 37, 41, 0.3);
  --secondary-rgba-40: rgba(34, 37, 41, 0.4);
  --secondary-rgba-50: rgba(34, 37, 41, 0.5);
  --secondary-rgba-60: rgba(34, 37, 41, 0.6);
  --secondary-rgba-70: rgba(34, 37, 41, 0.7);
  --secondary-rgba-80: rgba(34, 37, 41, 0.8);
  --secondary-rgba-90: rgba(34, 37, 41, 0.9);
  --tertiary: #E1ECF9;
  --tertiary-100: #ccdff5;
  --tertiary-200: #c1d8f3;
  --tertiary-300: #b6d1f1;
  --tertiary--100: #f6f9fd;
  --tertiary--200: #ffffff;
  --tertiary--300: #ffffff;
  --tertiary-rgba-0: rgba(225, 236, 249, 0);
  --tertiary-rgba-10: rgba(225, 236, 249, 0.1);
  --tertiary-rgba-20: rgba(225, 236, 249, 0.2);
  --tertiary-rgba-30: rgba(225, 236, 249, 0.3);
  --tertiary-rgba-40: rgba(225, 236, 249, 0.4);
  --tertiary-rgba-50: rgba(225, 236, 249, 0.5);
  --tertiary-rgba-60: rgba(225, 236, 249, 0.6);
  --tertiary-rgba-70: rgba(225, 236, 249, 0.7);
  --tertiary-rgba-80: rgba(225, 236, 249, 0.8);
  --tertiary-rgba-90: rgba(225, 236, 249, 0.9);
  --quaternary: #F4F9FD;
  --quaternary-100: #deedf9;
  --quaternary-200: #d4e7f7;
  --quaternary-300: #c9e1f5;
  --quaternary--100: #ffffff;
  --quaternary--200: #ffffff;
  --quaternary--300: #ffffff;
  --quaternary-rgba-0: rgba(244, 249, 253, 0);
  --quaternary-rgba-10: rgba(244, 249, 253, 0.1);
  --quaternary-rgba-20: rgba(244, 249, 253, 0.2);
  --quaternary-rgba-30: rgba(244, 249, 253, 0.3);
  --quaternary-rgba-40: rgba(244, 249, 253, 0.4);
  --quaternary-rgba-50: rgba(244, 249, 253, 0.5);
  --quaternary-rgba-60: rgba(244, 249, 253, 0.6);
  --quaternary-rgba-70: rgba(244, 249, 253, 0.7);
  --quaternary-rgba-80: rgba(244, 249, 253, 0.8);
  --quaternary-rgba-90: rgba(244, 249, 253, 0.9);
  --dark: #212529;
  --dark-100: #16181b;
  --dark-200: #101214;
  --dark-300: #0a0c0d;
  --dark--100: #2c3237;
  --dark--200: #32383e;
  --dark--300: #383f45;
  --dark-rgba-0: rgba(33, 37, 41, 0);
  --dark-rgba-10: rgba(33, 37, 41, 0.1);
  --dark-rgba-20: rgba(33, 37, 41, 0.2);
  --dark-rgba-30: rgba(33, 37, 41, 0.3);
  --dark-rgba-40: rgba(33, 37, 41, 0.4);
  --dark-rgba-50: rgba(33, 37, 41, 0.5);
  --dark-rgba-60: rgba(33, 37, 41, 0.6);
  --dark-rgba-70: rgba(33, 37, 41, 0.7);
  --dark-rgba-80: rgba(33, 37, 41, 0.8);
  --dark-rgba-90: rgba(33, 37, 41, 0.9);
  --light: #FFF;
  --light-100: #f2f2f2;
  --light-200: #ececec;
  --light-300: #e6e6e6;
  --light--100: #ffffff;
  --light--200: #ffffff;
  --light--300: #ffffff;
  --light-rgba-0: rgba(255, 255, 255, 0);
  --light-rgba-10: rgba(255, 255, 255, 0.1);
  --light-rgba-20: rgba(255, 255, 255, 0.2);
  --light-rgba-30: rgba(255, 255, 255, 0.3);
  --light-rgba-40: rgba(255, 255, 255, 0.4);
  --light-rgba-50: rgba(255, 255, 255, 0.5);
  --light-rgba-60: rgba(255, 255, 255, 0.6);
  --light-rgba-70: rgba(255, 255, 255, 0.7);
  --light-rgba-80: rgba(255, 255, 255, 0.8);
  --light-rgba-90: rgba(255, 255, 255, 0.9);
}

/* Skin Colors - Inverse */
:root {
  --primary-inverse: #FFF;
  --secondary-inverse: #FFF;
  --tertiary-inverse: #777;
  --quaternary-inverse: #777;
  --dark-inverse: #FFF;
  --light-inverse: #777;
}

/* Grey Colors */
:root {
  --grey: #969696;
  --grey-100: #f4f4f4;
  --grey-200: #eaeaea;
  --grey-300: #e5e5e5;
  --grey-400: #e0e0e0;
  --grey-500: #dbdbdb;
  --grey-600: #cecece;
  --grey-700: #c1c1c1;
  --grey-800: #a8a8a8;
  --grey-900: #8e8e8e;
  --grey-1000: #757575;
}

/*end skin*/
body {
  font-family: Roboto, Arial, sans-serif;
  color: var(--dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #213065
}

p {
  color: var(--dark);
  line-height: 26px;
  margin: 0px 0px 20px;
}

.project-image.big-image img {
  width: 340px;
  margin-top: 5px;
}

h3 {
  text-transform: initial;
}

.nav-pills .nav-link {
  border-top: 3px solid transparent;
}

.nav-pills .nav-link.active {
  border-top: 3px solid #213065;
}

.fe-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  border-radius: 8px;
  background-color: rgba(256, 256, 256, .6);
  transition: ease all 300ms;
}

.fe-item:hover {
  background-color: rgba(256, 256, 256, .9);
}

.fe-item.box-shadow-1:before {
  border-radius: 8px;
}

.fe-item img {
  width: 54px;
}

.fe-item span {
  font-size: 1.1em;
  line-height: 1.4;
  padding-top: 12px;
}

.feature-box.feature-box-style-iop .feature-box-icon {
  background: #E6EDFB;
  width: 40px;
  height: 40px;
}

.flex-align-center {
  align-items: center;
}

.list.list-icons.list-iop-2 {
  margin-bottom: 7px;
}

.circle-box {
  position: absolute;
  background-color: #E6EDFB;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  left: 7px;
  font-style: normal;
  line-height: 26px;
  font-weight: bold;
}

.list.list-icons.list-iop-2 li {
  padding-left: 55px;
  text-align: left;
}

.list.list-icons.list-iop-2 li span {
  display: block;
  position: relative;
  margin-top: 5px;
}

.list.list-icons.list-iop-2 li span:before {
  content: "";
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #eee;
  position: absolute;
  left: -36px;
}

.list.list-icons.list-iop-2 li li {
  padding-left: 0;
  margin-bottom: 5px;
}

.feature-box.feature-box-style-iop .feature-box-icon {
  background: #E6EDFB;
  width: 40px;
  height: 40px;
}

.card-h100 {
  height: 100%;
}

.bg-color-1 {
  background-color: #7E8CA0 !important;
}

.bg-color-2 {
  background-color: #C9D1DC !important;
}

.bg-color-3 {
  background-color: #F6F7FA !important;
}

.bg-color-4 {
  background-color: #F0E4C6 !important;
}

.bg-color-result {
  background-color: #ECEFF7 !important;
}

.bg-color-info {
  background-color: #FFFDF0 !important;
}

.title-divide-01 {
  background-color: #EAF2FF !important;
}

.box-guide {
  max-width: 80%;
  margin: 0 auto;
}

.custom-dots-rect-1 {
  width: 290px;
  height: 290px;
  position: absolute;
  bottom: 60px;
  right: 200px;
  z-index: 0;
  opacity: .03;
}

.custom-dots-rect-1 img {
  width: 100%;
}

.blog-posts.single-post h3 {
  margin-bottom: 15px;
  margin-top: 30px;
  line-height: 1.3;
}

.d-grid.grid-fe {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media(max-width: 575px) {
  .d-grid.grid-fe {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
  }

  #footer .col-lg-6.align-self-center,
  #footer .col-lg-6.align-self-center.text-end {
    text-align: center !important;
  }
}

.justify-content-center {
  justify-content: center !important;
}

.item-contact {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.post-content p {
  margin-bottom: 10px;
}

.blog-posts.single-post .entry--title h3 {
  margin-bottom: 20px;
  margin-top: 5px;
}

.feature-box.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-box.feature-box-style-3 .feature-box-icon {
  top: 0;
  font-size: 56px;
  color: var(--bs-card-color);
  padding: 0;
  width: auto;
  height: auto;
  margin-bottom: 18px;
  border: none;
}

.feature-box.feature-box-style-3 .feature-box-icon svg {
  width: 50px;
  height: 50px;
}

.feature-box.feature-box-style-3 .feature-box-icon:before {
  position: absolute;
  content: '';
  background: #f4f1fa;
  width: 50px;
  height: 50px;
  border-radius: 50% 50% 0px 50%;
  bottom: 8px;
  right: -5px;
  z-index: -1;
  top: 0;
}

.box-shadow-1:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .33;
  content: '';
  box-shadow: 0 5px 30px #bbb;
  transition: all .2s ease-in-out;
}

.feature-box.feature-box-style-2 .feature-box-icon {
  color: var(--primary);
  padding: 0;
  width: 3.5em;
  height: 3.5em;
}

.feature-box.feature-box-style-2 .feature-box-icon:before {
  position: absolute;
  content: '';
  background: #f4f1fa;
  width: 50px;
  height: 50px;
  border-radius: 50% 50% 0px 50%;
  bottom: 5px;
  right: 4px;
  z-index: -1;
}

.feature-box.feature-box-style-2 .feature-box-icon i {
  font-size: 40px;
}

.feature-box.feature-box-style-2 .feature-box-icon svg {
  width: 50px;
  height: 50px;
}

.block-steps-st1 .process {}

.block-steps-st1 .process .process-step {
  padding-bottom: 14px;
}

.block-steps-st1 .process .process-step .process-step-circle {
  height: 32px;
  width: 32px;
  min-width: 32px;
  min-height: 32px;
}

.block-steps-st1 .process .process-step .process-step-circle .process-step-circle-content {
  font-size: 18px;
}

.block-steps-st1 .process .process-step .process-step-content {
  width: 100%;
}

.block-steps-st1 .process .process-step .process-step-content h4 {
  line-height: 1.4;
  height: auto;
}

.block-steps-st1 .process .process-step .process-step-content h4 a {
  display: block;
  transition: all .25s linear;
  cursor: pointer;
}

.block-steps-st1 .process .process-step .process-step-content h4 a.collapsed {
  opacity: .7;
}

.block-steps-st1 .process .process-step .process-step-content h4 a:hover,
.block-steps-st1 .process .process-step .process-step-content h4 a.collapsed:hover {
  opacity: 1;
  text-decoration: none;
}

.block-steps-st1 .process-vertical .process-step:after {
  height: calc(100% - 40px);
  top: 36px;
  left: 16px;
}

.block-steps-st1 p,
.block-steps-st1 ul li {
  line-height: 1.4;
}

.block-steps-st1 p.mute {
  margin-top: .25rem;
}

.box-show-frame img {
  width: 100%;
}

.show-frame-step.collapsing,
.show-frame-step.collapse {
  transition: none !important;
}

.section-custom-map {
  position: relative;
}

.section-custom-map:before {
  position: absolute;
  opacity: .5;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent url(../img/map.png) center 0 no-repeat;
  background-size: cover;
}

.section-custom-map>* {
  position: relative;
  z-index: 2;
}

#faq .accordion.accordion-modern-status>.card .card-header a {
  padding: 15px;
  text-align: left;
  margin-right: 15px;
}

#faq .accordion.accordion-modern-status>.card .card-body {
  padding: 15px;
  text-align: left;
}

@media(max-width: 575px) {
  .box-guide {
    max-width: 100%;
    margin: 0 auto;
  }

  .feature-box.feature-box-style-3.style-row-mb {
    display: flex;
    flex-direction: row;
  }

  .page-header.page-header-modern.page-header-lg {
    padding-top: 15px;
  }

  .feature-box.feature-box-style-2 .feature-box-icon,
  .feature-box.feature-box-style-3.style-row-mb .feature-box-icon {
    width: 50px;
    height: 50px;
    margin-top: 5px;
  }

  .feature-box.feature-box-style-2 .feature-box-icon svg,
  .feature-box.feature-box-style-3.style-row-mb .feature-box-icon svg {
    width: 50px;
  }

  .feature-box.feature-box-style-2 .feature-box-icon:before,
  .feature-box.feature-box-style-3.style-row-mb .feature-box-icon:before {
    width: 50px;
    height: 50px;
    bottom: 0;
  }

  .feature-box.feature-box-style-3.style-row-mb .feature-box-info {
    padding-left: .5rem !important;
    text-align: justify;
  }

  .feature-box.feature-box-style-3.style-row-mb .feature-box-info h4 {
    margin-bottom: 0;
  }

  .call-to-action.featured {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }

  #faq .accordion.accordion-modern-status>.card {
    margin-top: 10px !important;
  }

  .block-steps-st1 .process .process-step .process-step-content h4 {
    height: auto;
    line-height: 1.4;
  }

}

.box-table-st1 {
  background-color: #F6F7FA;
  border: 1px solid #EEE;
  border-radius: 6px;
}

.box-table-st1 .table>:not(caption)>*>* {
  background-color: transparent;
}

.box-table-st1 table {
  margin-bottom: 0;
  font-size: 14px;
}

.comparison-table {
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 6px;
  overflow: hidden;
}

.comparison-table table {
  font-size: 14px;
}

.comparison-table table .header-row th {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}

.comparison-table table .header-row th:nth-child(1) {
  background-color: #F6F7FA;
  color: #333;
}

.comparison-table table .header-row th:nth-child(2) {
  background-color: #425F88;
}

.comparison-table table .header-row th:nth-child(3) {
  background-color: #7693BF;
}

.d-grid {
  display: grid;
  gap: 20px;
}

.grid-3col {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid-2col {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.grid-2col .featured-box {
  margin: 0;
}

.grid-item .box-h-100 {
  height: 100%;
  background-color: #F6F7FA;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 5px;
}

.box-content .col .badge {
  position: absolute;
  right: 10px;
  font-size: 14px;
  top: 10px;
}

.badge.badge-new {
  background-color: #FBAC20;
}

.accordion.accordion-modern-status>.card .card-header a:after {
  right: 5px;
}

.sign-right {
  position: relative;
}

.sign-right::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background-size: contain;
  right: -10px;
  top: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.sign-right.sign-equal::after {
  background-image: url('../img/icons/Equal-Sign.png');
}

.sign-right.sign-plus::after {
  background-image: url('../img/icons/Plus-Sign.png');
}

@media(max-width: 575px) {
  .grid-2col {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-3col {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-3col-mb {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.card-body svg {
  width: 100px;
  height: 100px;
}

.list-icons i.fas {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*dm-bc-3*/
/* Custom Hero Row */
.custom-hero-row {
  min-height: calc(100vh - 100px);
  align-items: center;
}

/* Custom Elements */
.custom-element-wrapper {
  position: absolute;
}

.custom-element-wrapper.custom-element-1 {
  top: 25%;
  left: 45%;
  width: 300px;
  height: 300px;
}

.custom-element-wrapper.custom-element-1 .custom-element {
  background: transparent;
  border: 3px solid var(--primary);
  opacity: 0.05;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.custom-element-wrapper.custom-element-2 {
  top: 45%;
  left: 62%;
  width: 150px;
  height: 150px;
}

.custom-element-wrapper.custom-element-2 .custom-element {
  background: var(--primary);
  opacity: 0.05;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.custom-element-wrapper.custom-element-3 {
  top: 57%;
  left: 70%;
  width: 100px;
  height: 100px;
}

.custom-element-wrapper.custom-element-3 .custom-element {
  background: transparent;
  border: 3px solid var(--primary);
  opacity: 0.05;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.custom-element-wrapper.custom-element-4 {
  top: 57%;
  left: 44%;
  width: 100px;
  height: 100px;
}

.custom-element-wrapper.custom-element-4 .custom-element {
  background: var(--primary);
  opacity: 0.03;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.custom-element-wrapper.custom-element-5 {
  top: 18%;
  left: 7%;
  width: 450px;
  height: 450px;
}

.custom-element-wrapper.custom-element-5 .custom-element {
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  opacity: .1;
  border: 3px solid var(--primary);
}

@media (min-width: 768px) {
  .custom-element-wrapper.custom-element-5 {
    top: 18%;
    left: 15%;
  }
}

@media (min-width: 992px) {
  .custom-element-wrapper.custom-element-5 {
    top: 27%;
    left: 22%;
  }
}

@media (min-width: 1200px) {
  .custom-element-wrapper.custom-element-5 {
    top: 22%;
    left: 22%;
  }
}

@media (min-width: 1400px) {
  .custom-element-wrapper.custom-element-5 {
    top: 27%;
    left: 78%;
  }
}

.custom-element-wrapper.custom-element-6 {
  width: 160px;
  height: 160px;
  top: 22.2%;
  right: -8%;
}

.custom-element-wrapper.custom-element-7 {
  width: 160px;
  height: 160px;
  top: 58.2%;
  right: -38%;
}

.custom-element-wrapper.custom-element-8 {
  top: -5%;
  left: -6%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 77.2% 100%, 0 54%);
}

@media (min-width: 768px) {
  .custom-element-wrapper.custom-element-8 {
    top: -5%;
    left: 5%;
  }
}

@media (min-width: 992px) {
  .custom-element-wrapper.custom-element-8 {
    top: 5%;
    left: 5%;
  }
}

@media (min-width: 1200px) {
  .custom-element-wrapper.custom-element-8 {
    top: 0%;
    left: 10%;
  }
}

@media (min-width: 1400px) {
  .custom-element-wrapper.custom-element-8 {
    top: 5%;
    left: 63%;
  }
}

.custom-element-wrapper.custom-element-9 {
  width: 160px;
  height: 160px;
  top: 5%;
  left: 7%;
}

.custom-element-wrapper.custom-element-10 {
  width: 160px;
  height: 160px;
  top: 65%;
  right: 10%;
}

.custom-element-wrapper.custom-element-11 {
  display: inline-block;
}

.custom-element-wrapper.custom-element-11 img {
  border-radius: 25px;
}

.custom-element-wrapper.custom-element-11:before {
  display: block;
  content: "";
  position: absolute;
  top: 30px;
  left: -30px;
  background: var(--primary);
  border-radius: 25px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Page Header */
.page-header {
  padding-top: 100px;
  padding-bottom: 0;
}

.page-header .container:before {
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
}

/* Breadcrumb */
.breadcrumb li {
  font-weight: 600;
  letter-spacing: 1px;
}

.breadcrumb>li+li:before {
  padding: 0 7px 0 7px;
}

/*dm-cons*/
.custom-big-text-style-1 {
  font-size: 137.6px;
  font-size: 8.6rem;
  letter-spacing: 5px;
  line-height: .85
}

@media(max-width:991px) {
  .custom-big-text-style-1 {
    font-size: 7.8rem
  }

  .custom-big-text-style-1.custom-big-text-style-1-variation {
    font-size: 5.8rem
  }
}

@media(max-width:767px) {
  .custom-big-text-style-1 {
    font-size: 5.6rem
  }

  .custom-big-text-style-1.custom-big-text-style-1-variation {
    font-size: 4rem
  }
}

@media(max-width:575px) {
  .custom-big-text-style-1 {
    font-size: 4.3rem
  }

  .custom-big-text-style-1.custom-big-text-style-1-variation {
    font-size: 2.7rem
  }
}

.custom-outline-text-style-1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: .3px;
  letter-spacing: 5px
}

.custom-view-more svg {
  transition: ease transform 300ms
}

.custom-view-more:hover svg {
  transform: translate3d(7px, 0, 0)
}

.custom-margin-1 {
  margin-top: 73.6px !important;
  margin-top: 4.6rem !important;
  margin-bottom: 73.6px !important;
  margin-bottom: 4.6rem !important
}

.custom-square-1 {
  width: 216px;
  height: 216px;
  background-color: #ccc;
  transform: rotate(48deg);
  transform-origin: 0% 100%
}

.custom-square-1.custom-square-1-big {
  width: 626px;
  height: 626px
}

.custom-svg-position-1 {
  position: absolute;
  top: -38px;
  left: -90px;
  max-height: none;
  width: 50vw
}

.custom-svg-position-1>svg {
  height: 5.3vw;
  min-height: 96px
}

@media(min-width:1950px) {
  .custom-svg-position-1 {
    left: -121px;
    width: 51vw;
    top: -41px !important
  }

  .custom-svg-position-1>svg {
    height: 110px;
    width: 100%
  }
}

.custom-navigation-buttons-1>a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px
}

.custom-navigation-buttons-1>a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  transform: rotate(45deg);
  transition: ease background 300ms;
  z-index: 0
}

.custom-navigation-buttons-1>a:hover:before {
  background: rgba(0, 0, 0, .8)
}

.custom-font-size-1 {
  font-size: .6em
}

@keyframes customLineDividerAnim {
  from {
    stroke-dasharray: 170;
    stroke-dashoffset: 0
  }

  to {
    stroke-dasharray: 170;
    stroke-dashoffset: -170
  }
}

.customLineDividerAnim {
  animation-name: customLineDividerAnim
}

html #header .header-body {
  transition: ease transform 300ms
}

html #header .header-logo.custom-header-logo {
  position: relative
}

html #header .header-logo.custom-header-logo:before {
  content: '';
  position: absolute;
  bottom: -87px;
  left: 40px;
  width: 170px;
  height: 350px;
  background-color: #ccc;
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
  transition: ease opacity 300ms, ease transform 300ms
}

html #header .header-logo .logo {
  transition: ease opacity 300ms, ease transform 300ms
}

html #header .header-logo .logo-sticky {
  opacity: 0;
  visibility: hidden;
  transition: ease opacity 300ms, ease transform 300ms
}

html #header .header-container {
  height: 120px;
  transition: ease height 300ms
}

html #header .header-nav-main nav>ul>li>a {
  font-size: 14px
}

@media(min-width:1200px) {
  html #header .header-nav-main nav>ul>li>a {
    padding: 0 1.1rem !important
  }
}

html #header .header-nav-features:before,
html #header .header-nav-features:after {
  background: rgba(0, 0, 0, .04);
  height: 25px
}

html.sticky-header-active #header .header-body {
  background: rgba(255, 255, 255, 1);
  transform: translate3d(0, 0, 0)
}

html.sticky-header-active #header .header-logo.custom-header-logo {
  position: relative
}

html.sticky-header-active #header .header-logo.custom-header-logo:before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(45deg) translate3d(0, -20px, 0);
  transition: ease all 300ms
}

html.sticky-header-active #header .header-logo .logo {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(20px, -20px, 0);
  transition: ease all 300ms
}

html.sticky-header-active #header .header-logo .logo-sticky {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-100%, 0, 0);
  transition: ease all 300ms
}

html.sticky-header-active #header .header-container {
  height: 90px
}

html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
  background-color: #fff !important
}

@media(min-width:992px) {
  html:not(.sticky-header-active) #header .header-body {
    /* transform: translate3d(0, 50px, 0) */
  }
}

@media(min-width:992px) {
  html #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
    border-top: 0 !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  html #header .header-nav-main nav>ul>li>a {
    padding: 0 .5rem !important
  }
}

@media(max-width:991px) {
  html #header .header-logo.custom-header-logo:before {
    content: none
  }

  html #header .header-logo .logo {
    display: none
  }

  html #header .header-logo .logo-sticky {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) !important
  }

  html #header .header-nav-main nav>ul>li>a {
    text-transform: none;
    font-weight: 500
  }
}

@keyframes customDiamondsLineAnim {
  from {
    stroke-dasharray: 1330;
    stroke-dashoffset: 0
  }

  to {
    stroke-dasharray: 1330;
    stroke-dashoffset: -1300
  }
}

.customDiamondsLineAnim {
  animation-name: customDiamondsLineAnim
}

.diamonds {
  font-size: 0;
  margin: 40px auto 85px;
  position: relative;
  text-align: center;
  padding: 50px 0 0 57px
}

.diamonds>li {
  display: inline-block;
  font-size: 18px;
  margin-right: 135px
}

.diamonds .diamond {
  background: 0 0;
  display: block;
  height: 243px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 245px;
  overflow: hidden;
  transform: rotate(-45deg)
}

.diamonds .diamond:after {
  transition: all .2s ease;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transform: scale(0);
  z-index: 100
}

.diamonds .diamond:before {
  transition: all .2s ease;
  color: #fff;
  content: "\e091";
  font-family: simple-line-icons;
  font-size: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 1000;
  transform-origin: 50% 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(2)
}

.diamonds .diamond:hover:after {
  opacity: .3;
  transform: scale(1)
}

.diamonds .diamond:hover:before {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1)
}

.diamonds .content {
  display: table-cell;
  height: 255px;
  padding: 0 8px 0 6px;
  transform: rotate(45deg);
  text-align: center;
  vertical-align: middle;
  width: 255px;
  position: relative
}

.diamonds .content img {
  max-width: 375px;
  margin-left: -50%
}

.diamonds .diamond-sm {
  height: 123px;
  width: 123px
}

.diamonds .diamond-sm .content {
  height: 123px;
  width: 123px
}

.diamonds .diamond-sm .content:after {
  left: 24%;
  top: 48%
}

@media(min-width:1199px) {
  .diamonds>li:nth-child(3) {
    margin-right: 0
  }

  .diamonds>li:nth-child(4) {
    right: 143px;
    top: 9px;
    position: absolute
  }

  .diamonds>li:nth-child(5) {
    margin-left: 516px;
    margin-top: -70px
  }

  .diamonds>li:nth-child(6) {
    position: absolute;
    margin: -8px 0 0 -27px;
    right: -14px
  }

  .diamonds>li:nth-child(7) {
    position: absolute;
    margin: 93px 0 0 -133px;
    right: 90px
  }

  .diamonds .diamond-sm {
    height: 123px;
    width: 123px
  }

  .diamonds .diamond-sm .content {
    height: 123px;
    width: 123px
  }

  .diamonds .diamond-sm .content img {
    max-width: 195px
  }
}

@media(max-width:1198px) {
  .diamonds {
    text-align: center;
    width: 748px;
    margin: 0 auto;
    padding: 75px 0 0 75px
  }

  .diamonds::after {
    clear: both;
    content: "";
    display: block
  }

  .diamonds>li {
    margin: 0;
    position: static;
    float: left
  }

  .diamonds>li:nth-child(2n+2) {
    margin-bottom: -50px;
    margin-left: 55px;
    margin-top: 200px
  }

  .diamonds>li:nth-child(2n+1) {
    clear: both
  }

  .diamonds>li:nth-child(4) {
    float: left
  }

  .diamonds>li:nth-child(5),
  .diamonds>li:nth-child(6),
  .diamonds>li:nth-child(7) {
    float: right
  }

  .diamonds>li:nth-child(7) {
    margin-top: 40px
  }
}

@media(max-width:748px) {
  .diamonds {
    margin: 0 auto;
    padding: 25px 0 0;
    text-align: center;
    width: 445px
  }

  .diamonds>li {
    float: none !important;
    clear: both !important;
    margin: 45px 0 115px 95px !important;
    display: block
  }

  .diamonds>li:nth-child(4),
  .diamonds>li:nth-child(6),
  .diamonds>li:nth-child(7) {
    margin-left: 158px !important
  }
}

@media(max-width:575px) {
  .diamonds-wrapper {
    min-height: 2290px
  }

  .diamonds-wrapper .diamonds {
    margin: 0 auto;
    padding: 25px 0 0;
    text-align: center;
    width: 445px;
    position: absolute;
    left: 50%;
    margin-left: -222px
  }

  .diamonds-wrapper .diamonds .diamond {
    margin: 130px auto 0
  }

  .diamonds-wrapper .diamonds>li {
    text-align: center;
    margin: 0 !important
  }

  .diamonds-wrapper .diamonds>li:first-child .diamond {
    margin-top: 60px
  }
}

.testimonial.testimonial-with-quotes.custom-testimonial-quote-position-1 blockquote:before {
  left: -28px
}

.tabs.tabs-simple .nav-tabs>li .nav-link:not(.active) {
  border-bottom: 0 !important
}

.custom-accordion-style-1>.card {
  border: 1px solid transparent !important;
  transition: ease border-color 300ms
}

.custom-accordion-style-1>.card .card-header {
  margin: 0
}

.custom-accordion-style-1>.card .card-header a {
  position: relative;
  padding: 23px 30px;
  background-color: #f4f4f4;
  transition: ease background-color 300ms, ease color 300ms
}

.custom-accordion-style-1>.card .card-header a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 25px;
  font-size: inherit;
  font-weight: inherit;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  transition: ease transform 300ms
}

.custom-accordion-style-1>.card .card-header a.collapsed:after {
  transform: translate3d(0, -50%, 0) rotate(0deg)
}

.custom-accordion-style-1>.card .card-header+.collapse.show,
.custom-accordion-style-1>.card .card-header+.collapsing {
  background: #f4f4f4;
  border-top: 0
}

.custom-accordion-style-1>.card+.card {
  margin-top: 17px
}

.custom-process-style-1.process.process-vertical .process-step-circle {
  width: 80px;
  height: 80px;
  border-color: #ccc;
  flex: 0 0 auto
}

.custom-process-style-1.process.process-vertical .process-step:after {
  width: 3px;
  height: calc(100% - 110px);
  top: 95px;
  left: 39px;
  background-color: #d4d4d4
}
