.elc-home .elc-sector {
  padding: 20px 0 35px;
}
@media (min-width: 1366px) {
  .elc-home .elc-sector {
    padding: 30px 0 50px;
  }
}
@media (min-width: 1366px) {
  .elc-home .elc-sector {
    padding: 40px 0 70px;
  }
}
.elc-home .elc-sector h2 {
  font-weight: bold;
  text-align: center;
  color: #03206B;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 5px;
}
@media (min-width: 1366px) {
  .elc-home .elc-sector h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1920px) {
  .elc-home .elc-sector h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
.elc-home .elc-sector h4 {
  text-align: center;
  color: #C0C0C0;
  max-width: 914px;
  margin: auto;
  font-size: 13px;
  line-height: 145%;
}
@media (min-width: 1366px) {
  .elc-home .elc-sector h4 {
    font-size: 16px;
  }
}
.elc-home .elc-sector .list-sector {
  margin-top: 20px;
  --margin: 0;
  margin-left: calc(var(--margin) * -1);
  margin-right: calc(var(--margin) * -1);
}
@media (min-width: 576px) {
  .elc-home .elc-sector .list-sector {
    --margin: 50px;
  }
}
@media (min-width: 992px) {
  .elc-home .elc-sector .list-sector {
    --margin: 0;
  }
}
@media (min-width: 1366px) {
  .elc-home .elc-sector .list-sector {
    margin-top: 30px;
    --margin: 100px;
  }
}
@media (min-width: 1920px) {
  .elc-home .elc-sector .list-sector {
    margin-top: 40px;
    --margin: 150px;
  }
}
.elc-home .elc-sector .list-sector > [class*=col-] {
  padding-top: 10px;
  --width: 100%;
  flex: 0 0 var(--width);
  max-width: var(--width);
}
@media (min-width: 576px) {
  .elc-home .elc-sector .list-sector > [class*=col-] {
    --width: 50%;
  }
}
@media (min-width: 768px) {
  .elc-home .elc-sector .list-sector > [class*=col-] {
    --width: 33.33%;
  }
}
@media (min-width: 992px) {
  .elc-home .elc-sector .list-sector > [class*=col-] {
    --width: 25%;
    padding-top: 0;
  }
}
.elc-home .elc-sector .list-sector .sector-item {
  --border-radius: 14px;
  overflow: hidden;
  border-radius: var(--border-radius);
  --aspect-ratio:120%;
}
@media (min-width: 576px) {
  .elc-home .elc-sector .list-sector .sector-item {
    --aspect-ratio:120%;
  }
}
@media (min-width: 768px) {
  .elc-home .elc-sector .list-sector .sector-item {
    --aspect-ratio:120%;
  }
}
@media (min-width: 992px) {
  .elc-home .elc-sector .list-sector .sector-item {
    --aspect-ratio:120%;
  }
}
@media (min-width: 1366px) {
  .elc-home .elc-sector .list-sector .sector-item {
    --aspect-ratio:141.025%;
  }
}
@media (min-width: 1920px) {
  .elc-home .elc-sector .list-sector .sector-item {
    --aspect-ratio:141.025%;
  }
}
.elc-home .elc-sector .list-sector .sector-item > div {
  border-radius: var(--border-radius);
}
.elc-home .elc-sector .list-sector .sector-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: all 0.5s;
}
.elc-home .elc-sector .list-sector .sector-item img:hover {
  transform: scale(1.2);
}
.elc-home .elc-sector .list-sector .sector-item .sector-name {
  font-weight: 800;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  font-size: 15px;
  line-height: 120%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 0px 0px 14px 15px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 12px;
}
@media (min-width: 1366px) {
  .elc-home .elc-sector .list-sector .sector-item .sector-name {
    font-size: 15px;
    padding: 25px 12px;
  }
}
@media (min-width: 1920px) {
  .elc-home .elc-sector .list-sector .sector-item .sector-name {
    font-size: 17px;
    padding: 27px 10px;
  }
}
.elc-home .elc-orientation {
  position: relative;
  background: url("/assets/web/images/orientation.png");
  background-size: cover;
}
.elc-home .elc-orientation > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.elc-home .elc-orientation .orientation-content {
  padding: 21px 0 34px;
}
@media (min-width: 1366px) {
  .elc-home .elc-orientation .orientation-content {
    padding: 30px 0 35px;
  }
}
@media (min-width: 1920px) {
  .elc-home .elc-orientation .orientation-content {
    padding: 42px 0 68px;
  }
}
.elc-home .elc-orientation .orientation-content h2 {
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  max-width: 850px;
  margin: auto;
  line-height: 120%;
  font-size: 20px;
  margin-bottom: 10px;
  white-space: inherit;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .elc-home .elc-orientation .orientation-content h2 {
    white-space: break-spaces;
  }
}
@media (min-width: 1366px) {
  .elc-home .elc-orientation .orientation-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1920px) {
  .elc-home .elc-orientation .orientation-content h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.elc-home .elc-orientation .orientation-content img {
  transition: all 0.7s;
  padding-top: 10px;
  width: 75%;
}
@media (min-width: 992px) {
  .elc-home .elc-orientation .orientation-content img {
    padding-top: 0;
    width: 50%;
  }
}
@media (min-width: 1366px) {
  .elc-home .elc-orientation .orientation-content img {
    width: 75%;
    padding-top: 0;
  }
  .elc-home .elc-orientation .orientation-content img:hover {
    transform: scale(1.05);
  }
}
.elc-home .elc-home-news {
  background-color: #FFFFFF;
  padding-top: 36px;
}
@media (min-width: 1366px) {
  .elc-home .elc-home-news {
    padding-top: 50px;
  }
}
@media (min-width: 1920px) {
  .elc-home .elc-home-news {
    padding-top: 72px;
  }
}
.elc-home .elc-home-news h2 {
  font-weight: bold;
  text-align: center;
  color: #03206B;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 0px;
}
@media (min-width: 1366px) {
  .elc-home .elc-home-news h2 {
    font-size: 30px;
    margin-bottom: 55px;
  }
}
@media (min-width: 1920px) {
  .elc-home .elc-home-news h2 {
    font-size: 36px;
    margin-bottom: 75px;
  }
}
.elc-home .elc-home-news h2 a {
  font-size: unset;
  color: unset;
  text-decoration: none;
}
.elc-home .elc-home-news .list-new {
  --gutter: 10px;
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
  margin-top: 5px;
}
@media (min-width: 1366px) {
  .elc-home .elc-home-news .list-new {
    margin-top: 30px;
    --gutter: 20px;
  }
}
@media (min-width: 1920px) {
  .elc-home .elc-home-news .list-new {
    margin-top: 40px;
    --gutter: 30px;
  }
}
.elc-home .elc-home-news .list-new > [class*=col-] {
  padding-top: 15px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
@media (min-width: 1366px) {
  .elc-home .elc-home-news .list-new > [class*=col-] {
    padding-top: 0;
  }
}
@media (min-width: 1920px) {
  .elc-home .elc-home-news .list-new > [class*=col-] {
    padding-top: 0;
  }
}
.elc-home .elc-home-news .view-more {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 1366px) {
  .elc-home .elc-home-news .view-more {
    padding-top: 30px;
  }
}
@media (min-width: 1920px) {
  .elc-home .elc-home-news .view-more {
    padding-top: 50px;
  }
}
.elc-home .elc-home-news .view-more a {
  font-weight: 500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #1C9AD6;
  font-size: 16px;
  line-height: 125%;
}
@media (min-width: 1366px) {
  .elc-home .elc-home-news .view-more a {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .elc-home .elc-home-news .view-more a {
    font-size: 18px;
  }
}
.elc-home .elc-partner {
  padding: 30px 0 37px;
}
@media (min-width: 1366px) {
  .elc-home .elc-partner {
    padding: 40px 0 55px;
  }
}
@media (min-width: 1920px) {
  .elc-home .elc-partner {
    padding: 60px 0 75px;
  }
}
.elc-home .elc-partner h2 {
  font-weight: bold;
  text-align: center;
  color: #03206B;
  font-size: 20px;
  line-height: 120%;
  padding-bottom: 6px;
}
@media (min-width: 1366px) {
  .elc-home .elc-partner h2 {
    font-size: 30px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1920px) {
  .elc-home .elc-partner h2 {
    font-size: 36px;
    padding-bottom: 15px;
  }
}
.elc-home .partner-item {
  border: 1px solid #D7DFE3;
  border-radius: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  height: 80px;
}
@media (min-width: 1366px) {
  .elc-home .partner-item {
    padding: 8px 22px;
    height: 80px;
  }
}
@media (min-width: 1920px) {
  .elc-home .partner-item {
    padding: 8px 22px;
    height: 87px;
  }
}
.elc-home .partner-item:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
.elc-home .partner-item img {
  max-height: 100%;
}