:root {
  --dark-blue: #3d5080;
}

.logo-base {
  background-image: url("../img/logo_128.png") ;
  background-size: 100%;
  vertical-align: text-top;
  display:inline-block;
  background-repeat: no-repeat;
  
  width: 1.5rem;
  height: 1.5rem;
}

.logo_lg {
  width: 128px;
  height: 128px;
}
.logo_md {
  width: 60px;
  height: 60px;
}

.logo_sm {
  width: 48px;
  height: 48px;
  margin: -8px;
}


.text-logo {
  color: #ffc107!important
}

/* Image */
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Color Background */
.bg-dark-blue {
  background-color: var(--dark-blue);
}
.bg-pink {
  background-color: #f7a3b2;
}
.bg-yellow {
  background-color: var(--yellow);
}

/* header */
header {
  height: 3.5rem;
}

/* footer */
.footer {
  background-color: var(--dark-blue);
  color: var(--white);
  width: 100%;
  height: auto;
  font-size: 1rem;
  overflow: hidden;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  z-index: 0;
}

.footer-wrapper {
  display: block;
}

@media (min-width: 992px) {
  .footer-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "footer-info footer-links" "footer-base footer-policies";
    grid-gap: 1.25rem;
  }
}

@media print {
  .footer {
    display: none;
  }
}

.footer a {
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
  padding: 0.5rem;
}

.footer a.logo {
  font-size: 2.5rem;
}

.footer .footer-separator {
  position: relative;
  height: 2px;
  width: calc(100% + 3.5rem);
  left: -1.75rem;
  border: 0;
  margin: 2.25rem 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .footer .footer-separator {
    width: calc(100% + 4rem);
    left: -2rem;
  }
}

@media (min-width: 992px) {
  .footer .footer-separator {
    display: none;
  }
}

.footer .footer-links {
  grid-area: footer-links;
  display: flex;
}

.footer .footer-info {
  grid-area: footer-info;
}

.footer .footer-info .logo svg {
  fill: var(--white);
}

.footer .footer-policies {
  grid-area: footer-policies;
  list-style-type: none;
  margin: 0;
}

.footer .footer-policies-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  line-height: 1rem;
}

.footer .footer-policies-item + .footer-policies-item {
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  border-left: 1px solid var(--white);
}

.footer .footer-policies-link {
  font-size: 1rem;
}

.footer .footer-base {
  grid-area: footer-base;
}

.footer .footer-base-version {
  margin-right: 1rem;
}

.footer .footer-base-releases {
  display: block;
  list-style-type: none;
  font-size: 0.8em;
  line-height: 0.8rem;
  margin-top: 0.5rem;
  margin-left: 0;
}

@media (min-width: 768px) {
  .footer .footer-base-releases {
    display: inline-block;
  }
}

.footer .footer-base-releases-item {
  display: inline-block;
  margin: 0;
}

.footer .footer-base-releases-item:not(:first-child) {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid var(--white);
}

.footer .footer-base-releases-link {
  color: var(--accentColor);
}

@media (max-width: 992px) {
  .footer .footer-base,
  .footer .footer-policies {
    margin-top: 1.25rem;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .footer .footer-links,
  .footer .footer-policies {
    align-self: end;
    justify-self: end;
  }
}

.footer .channel {
  position: relative;
  display: inline-flex;
}

.footer .channel svg {
  width: 34px;
  height: 34px;
  fill: var(--white);
  stroke: none;
}

@media (min-width: 576px) {
  .footer .channel svg {
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 992px) {
  .footer .channel:not(:last-child) {
    margin-right: 1.875rem;
  }

  .footer .channel svg {
    width: 45px;
    height: 45px;
  }
}


.footer .footer-languages {
  margin-top: 1.7rem;
  display: flex;
  align-self: center
}

.footer .footer-languages-item {
  display: inline-flex;
  align-items: center;
  font-weight: var(--mediumWeight)
}

.footer .footer-languages-item:not(:first-child) {
  margin-left: 1rem
}

.footer .footer-languages-item.active {
  color: var(--accentColor)
}

.footer .footer-languages svg.icon.tick {
  fill: var(--accentColor);
  stroke: var(--accentColor);
  stroke-width: 3px;
  margin-right: .5rem
}

/* Home Slogan */
.slogan {
  height: 20rem;
  background: url(../img/bg-slogan.jpg)
    no-repeat center center;
  background-size: cover;
}
.slogan-bg {
  background-color: rgb(from var(--blue) r g b / 30%);
  height: 20rem;
}
.slogan-title {
  text-align: center;
  padding: 0 1rem;
}
.slogan-title a:hover {
  text-decoration: none;
}
.slogan-title span {
  display: inline-block;
  margin: 0 0.8rem;
}

.bi-xhs::before{
  display: inline-block;
  font-style: normal;
  font-weight: 400!important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.bi-xhs {
  background-image:url('../img/xhs.ico');
  background-size:contain;
  width: 48px;
  height: 72px;
  background-position: center;
  background-repeat: no-repeat;
}

.bi-simply {
  background-image:url('../img/favicon.8e2abc4b.ico');
  background-size:contain;
  width: 48px;
  height: 72px;
  background-position: center;
  background-repeat: no-repeat;
}

/* Home Career */
.career .card {
  margin-bottom: 2rem;
  border-color: #eaecf3;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}
.career .card:hover {
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.1);
}

@media (max-width: 992px) {
  .slogan {
    height: 20rem;
  }
  .slogan h1 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .career {
    margin-top: 1rem !important;
  }
  .career .card {
    margin-bottom: 1rem;
  }
  .services h1 {
    font-size: 2.2rem;
  }
  .services p {
    font-size: 1.2rem;
  }
}

/* Services Page */
.content-page {
  position: relative;
  min-height: calc(100vh - 3.5rem);
  background: no-repeat center center;
  background-size: cover;
}

.content-page .box {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  background-color: rgb(from var(--dark-blue) r g b / 30%);
  padding: 2rem;
  border-radius: 0.5rem;
  color: var(--white);
}
.content-services {
  background-image: url(../img/bg-services.jpg);
}
.content-coach {
  background-image: url(../img/bg-coach.jpg);
}
.content-contact {
  background-image: url(../img/bg-contact.jpg);
}
.jmbg {
    background-color: #6a7390;
  }
.box-contact {
    padding: 5rem 0;
    color: var(--white);
}
.box-contact h1 {
    text-align: center;
    font-size: 3rem;
}
.box-contact p {
    text-align: justify;
    line-height: 2rem;
    margin: 0;
}
.box-contact ul, .box-contact li {
    /* list-style: none;
    padding: 0; */
    margin: 0;
}
.box-contact li a {
    position: relative;
    display: block;
    width: 5rem;
    height: 5rem;
    line-height: calc(5rem - 5px);
    border: 1px solid var(--white);
    border-radius: 100%;
    color: var(--white);
    text-align: center;
    font-size: 3rem;
}
.box-contact li a img {
    width: auto;
    height: 1.2rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .content-page {
    height: auto;
    margin: 0;
    background: none;
  }
  .content-page:before {
    content: '';
    display: block;
    background: no-repeat center center;
    background-size: cover;
  }
  .content-page .box {
    position: static;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    background: none;
    color: var(--dark);
    padding: 2rem 1rem 0;
  }
  .content-page .box h1 {
    text-align: center;
    margin-bottom: 2rem !important;
    color: var(--dark-blue);
  }
  .content-page .box p {
    text-align: justify;
  }
  .content-page .box a {
    margin-top: 3rem;
    display: block;
  }
  .content-services:before {
    content: '';
  }
  .content-coach:before {
    content: '';
  }
  .jmbg {
    background-color: #eaecf3;
  }
  .box-contact {
    padding: 2rem 1rem;
    color: var(--dark);
  }
  .box-contact h1 {
    font-size: 2.5rem;
    color: var(--dark-blue);
    margin-bottom: 2rem !important;
  }
  .box-contact p {
    line-height: inherit;
    margin-bottom: 1rem;
  }
  .box-contact li a {
    width: 4rem;
    height: 4rem;
    line-height: calc(4rem - 5px);
    border-color: var(--dark-blue);
    font-size: 2rem;
  }
  .box-contact li a img{
    height: 1rem;
  }
}
