/*Body*/
body {
  font-family: 'BROmega';
  font-size: 14px;
  overflow-x: hidden;
  background: #fff; }
  @media (max-width: 992px) {
    body {
      padding-top: 60px; } }

body.none-scroll {
  overflow: hidden; }

a, a:hover {
  cursor: pointer;
  text-decoration: none; }

.no-style {
  list-style-type: none;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%; }

@media (min-width: 1200px) {
  .container {
    max-width: 1142px; }

  .container-fluid {
    max-width: 1540px; } }
.show-mobile {
  display: none !important; }

.show-ipad,
.show-1200 {
  display: none !important; }

@media (max-width: 1200px) {
  .show-1200 {
    display: block !important; }

  .hide-1200 {
    display: none !important; } }
@media (max-width: 992px) {
  .show-ipad {
    display: block !important; }

  .hide-ipad {
    display: none !important; } }
@media (max-width: 767px) {
  .show-mobile {
    display: block !important; }

  .hide-mobile {
    display: none !important; } }
.loading {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10002;
  opacity: 0;
  visibility: hidden; }
  .loading.active {
    opacity: 1;
    visibility: visible; }

.bubblingG {
  text-align: center;
  width: 90px;
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99; }

.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  margin: 28px auto;
  border-radius: 56px;
  -o-border-radius: 56px;
  -ms-border-radius: 56px;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  animation: bubblingG 0.775s infinite alternate;
  -o-animation: bubblingG 0.775s infinite alternate;
  -ms-animation: bubblingG 0.775s infinite alternate;
  -webkit-animation: bubblingG 0.775s infinite alternate;
  -moz-animation: bubblingG 0.775s infinite alternate; }

#bubblingG_1 {
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s; }

#bubblingG_2 {
  animation-delay: 0.2295s;
  -o-animation-delay: 0.2295s;
  -ms-animation-delay: 0.2295s;
  -webkit-animation-delay: 0.2295s;
  -moz-animation-delay: 0.2295s; }

#bubblingG_3 {
  animation-delay: 0.469s;
  -o-animation-delay: 0.469s;
  -ms-animation-delay: 0.469s;
  -webkit-animation-delay: 0.469s;
  -moz-animation-delay: 0.469s; }

@keyframes bubblingG {
  0% {
    width: 11px;
    height: 11px;
    transform: translateY(0); }
  100% {
    width: 27px;
    height: 27px;
    background-color: rgba(255, 255, 255, 0.98);
    transform: translateY(-24px); } }
@-o-keyframes bubblingG {
  0% {
    width: 11px;
    height: 11px;
    -o-transform: translateY(0); }
  100% {
    width: 27px;
    height: 27px;
    background-color: rgba(255, 255, 255, 0.98);
    -o-transform: translateY(-24px); } }
@-ms-keyframes bubblingG {
  0% {
    width: 11px;
    height: 11px;
    -ms-transform: translateY(0); }
  100% {
    width: 27px;
    height: 27px;
    background-color: rgba(255, 255, 255, 0.98);
    -ms-transform: translateY(-24px); } }
@-webkit-keyframes bubblingG {
  0% {
    width: 11px;
    height: 11px;
    -webkit-transform: translateY(0); }
  100% {
    width: 27px;
    height: 27px;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-transform: translateY(-24px); } }
@-moz-keyframes bubblingG {
  0% {
    width: 11px;
    height: 11px;
    -moz-transform: translateY(0); }
  100% {
    width: 27px;
    height: 27px;
    background-color: rgba(255, 255, 255, 0.98);
    -moz-transform: translateY(-24px); } }
/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden; }

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px; }

.md-modal {
  position: fixed;
  top: 2.5vh;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 320px;
  height: auto;
  z-index: 10001;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  width: calc(100vw - 180px);
  max-width: 1190px;
  max-height: 95vh;
  opacity: 0; }
  @media (max-width: 992px) {
    .md-modal {
      width: 100vw;
      height: 100vh;
      max-height: 100vh; } }

.md-show {
  visibility: visible !important;
  opacity: 1; }

.md-trigger {
  cursor: pointer;
  pointer-events: auto; }

.md-overlay {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  -webkit-animation: et_pb_fade_in_small 0.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: et_pb_fade_in_small 0.5s 1 cubic-bezier(0.77, 0, 0.175, 1); }

.md-darknight {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.5); }

.md-show ~ .md-overlay,
.md-show ~ .md-darknight {
  opacity: 1;
  visibility: visible; }

.md-close {
  position: absolute;
  top: 6px;
  right: 12px;
  cursor: pointer;
  pointer-events: auto; }
  @media (max-width: 767px) {
    .md-close {
      top: 0;
      right: 0; }
      .md-close svg {
        width: 24xp;
        height: auto; } }
  .md-close svg {
    display: block; }

/* Content styles */
.md-arrow .arrow--prev {
  position: absolute;
  top: 248px;
  left: -74px;
  cursor: pointer;
  pointer-events: auto; }
  @media (max-width: 992px) {
    .md-arrow .arrow--prev {
      display: none; } }
  .md-arrow .arrow--prev:hover path {
    fill: #F37021; }
  .md-arrow .arrow--prev:hover circle {
    stroke: #F37021; }
  .md-arrow .arrow--prev path,
  .md-arrow .arrow--prev circle {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s; }
.md-arrow .arrow--next {
  position: absolute;
  top: 248px;
  right: -74px;
  transform: rotate(180deg);
  cursor: pointer;
  pointer-events: auto; }
  @media (max-width: 992px) {
    .md-arrow .arrow--next {
      display: none; } }
  .md-arrow .arrow--next:hover path {
    fill: #F37021; }
  .md-arrow .arrow--next:hover circle {
    stroke: #F37021; }
  .md-arrow .arrow--next path,
  .md-arrow .arrow--next circle {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s; }

.md-bcontent {
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(0deg, #0F133C 2.72%, #09346C 96.02%);
  mix-blend-mode: normal;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4); }
  @media (max-width: 992px) {
    .md-bcontent {
      border-radius: 0; } }

.md-content {
  color: #fff;
  margin: 0 auto;
  overflow: auto;
  height: 100%;
  max-height: 95vh; }
  @media (max-width: 992px) {
    .md-content {
      width: 100vw;
      height: 100vh;
      max-height: 100vh; } }
  @media (min-width: 1201px) {
    .md-content::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 0;
      background-color: #F5F5F5; }
    .md-content::-webkit-scrollbar {
      width: 8px;
      background-color: #F5F5F5; }
    .md-content::-webkit-scrollbar-thumb {
      border-radius: 0;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #666; } }
  .md-content .md-body {
    padding: 24px;
    overflow: auto; }
    .md-content .md-body .md-name {
      display: flex;
      align-items: center;
      padding-bottom: 16px; }
      .md-content .md-body .md-name span {
        margin-left: 8px; }
    .md-content .md-body .md-box {
      display: grid;
      grid-template-columns: 1fr 232px;
      grid-gap: 30px; }
      @media (max-width: 767px) {
        .md-content .md-body .md-box {
          grid-template-columns: 1fr; }
          .md-content .md-body .md-box .box--left {
            order: 2; }
          .md-content .md-body .md-box .box--right {
            order: 1; } }
      .md-content .md-body .md-box .box--left .left--img img, .md-content .md-body .md-box .box--left .left--img video, .md-content .md-body .md-box .box--left .left--img iframe {
        height: 458px;
        object-fit: cover;
        width: 100%; }
      .md-content .md-body .md-box .box--left .left--comments {
        padding-top: 36px; }
        .md-content .md-body .md-box .box--left .left--comments .comment--title {
          font-weight: bold;
          font-size: 20px;
          line-height: 1.4;
          color: #FFFFFF;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          padding-bottom: 4px; }
        .md-content .md-body .md-box .box--left .left--comments .comment--box {
          padding-top: 24px; }
          .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--more {
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            color: #8ADEB6; }
          .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list {
            width: 100%;
            padding-top: 8px; }
            .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list > .child > .child--info {
              padding-bottom: 16px;
              border-bottom: 1px solid #4D4D4D; }
            .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child {
              display: grid;
              grid-template-columns: 40px 1fr;
              grid-gap: 16px; }
              .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child + .child {
                padding-top: 16px; }
              .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--avatar img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                object-fit: cover;
                border: 0.5px solid #E6E6E6; }
              .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info {
                display: grid;
                grid-row-gap: 4px; }
                .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--name {
                  font-weight: bold;
                  font-size: 14px;
                  line-height: 20px;
                  color: #FFFFFF; }
                .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--text {
                  font-size: 14px;
                  line-height: 20px;
                  color: #E6E6E6;
                  font-weight: 300; }
                .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions {
                  display: flex; }
                  .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions > a {
                    display: flex;
                    align-items: center;
                    margin-right: 36px;
                    color: #fff;
                    text-decoration: none !important; }
                    @media (max-width: 450px) {
                      .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions > a {
                        margin-left: 12px; } }
                  .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions > div {
                    margin-right: 36px; }
                    @media (max-width: 450px) {
                      .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions > div {
                        margin-left: 12px; } }
                  .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions svg,
                  .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions img {
                    position: relative;
                    top: -1px;
                    margin-right: 8px; }
                  .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions span {
                    font-size: 14px;
                    line-height: 20px; }
                  .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions .action--reply span {
                    font-weight: bold; }
                  .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions .action--time svg,
                  .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions .action--time img {
                    top: 2px; }
                  .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions .action--time span,
                  .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions .action--like span {
                    color: #808080; }
                  .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions .action--like {
                    padding-left: 24px;
                    position: relative; }
                    .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions .action--like.liked img:nth-child(1) {
                      opacity: 0;
                      visibility: hidden; }
                    .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions .action--like.liked img:nth-child(2) {
                      opacity: 1;
                      visibility: visible; }
                    .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions .action--like img {
                      position: absolute;
                      left: 0;
                      top: 0; }
                      .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--actions .action--like img:nth-child(2) {
                        opacity: 0;
                        visibility: hidden; }
                .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child {
                  padding-top: 16px; }
                  @media (max-width: 767px) {
                    .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child {
                      display: none; } }
                .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--hreply {
                  padding-left: 16px;
                  height: 20px;
                  display: flex;
                  align-items: center;
                  margin-top: 8px;
                  color: #fff; }
                  .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--hreply span {
                    font-weight: bold;
                    font-size: 14px;
                    line-height: 20px; }
                  .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--hreply svg,
                  .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--list .child .child--info .child--hreply img {
                    position: relative;
                    top: -1px;
                    margin-right: 8px; }
          .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--form {
            display: grid;
            grid-template-columns: 40px 1fr;
            grid-gap: 16px;
            padding-top: 24px;
            padding-bottom: 40px; }
            .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--form .form--top {
              grid-column-start: 2;
              grid-column-end: 3;
              font-weight: bold;
              font-size: 14px;
              line-height: 20px;
              color: #FFFFFF;
              display: flex;
              justify-content: space-between; }
              .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--form .form--top a {
                color: #fff;
                font-weight: normal; }
            .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--form .form--avatar img {
              width: 40px;
              height: 40px;
              border-radius: 50%;
              object-fit: cover;
              border: 0.5px solid #E6E6E6; }
            .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--form .form--input {
              display: flex; }
              .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--form .form--input input[type=text] {
                width: 100%;
                background: #1A1A1A;
                mix-blend-mode: screen;
                border: 1px solid #4D4D4D;
                border-radius: 4px;
                padding: 0 16px;
                line-height: 40px;
                height: 40px; }
              .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--form .form--input button {
                padding: 0 11px;
                min-width: 68px;
                border: 1px solid #F37021;
                border-radius: 4px;
                margin-left: 8px;
                font-weight: bold;
                font-size: 16px;
                line-height: 24px;
                text-align: center;
                line-height: 40px;
                color: #fff;
                outline: none;
                background: transparent;
                transition: all 0.2s ease-out 0s;
                -webkit-transition: all 0.2s ease-out 0s;
                height: 40px; }
                .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--form .form--input button:hover {
                  background: #F37021; }
          .md-content .md-body .md-box .box--left .left--comments .comment--box .comment--element {
            display: none; }
      .md-content .md-body .md-box .box--right .right--table {
        padding: 12px 12px 55px; }
        @media (max-width: 767px) {
          .md-content .md-body .md-box .box--right .right--table {
            padding: 12px; } }
        .md-content .md-body .md-box .box--right .right--table .right--text {
          font-weight: bold;
          font-size: 16px;
          line-height: 1.5;
          color: #FFFFFF;
          margin-bottom: 6px; }
        .md-content .md-body .md-box .box--right .right--table table {
          width: 100%; }
          .md-content .md-body .md-box .box--right .right--table table tr td {
            font-size: 12px;
            line-height: 16px;
            color: #FFFFFF;
            padding: 8px 0;
            /* vertical-align: top; */
            font-weight: 300; }
            .md-content .md-body .md-box .box--right .right--table table tr td:nth-child(1) {
              color: #B3B3B3;
              padding-right: 12px; }
            .md-content .md-body .md-box .box--right .right--table table tr td .table--folder {
              padding: 4px 12px;
              background: #B3B3B3;
              border-radius: 4px;
              height: 28px;
              display: inline-block;
              font-size: 14px;
              line-height: 20px;
              color: #1A1A1A; }
              .md-content .md-body .md-box .box--right .right--table table tr td .table--folder img {
                margin-right: 8px; }
      .md-content .md-body .md-box .box--right .right--actions {
        display: grid;
        grid-template-columns: 40px 1fr;
        grid-gap: 12px;
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
        .md-content .md-body .md-box .box--right .right--actions .box--like {
          width: 40px;
          height: 40px;
          position: relative;
          border: 1px solid #B3B3B3;
          border-radius: 4px;
          cursor: pointer;
          pointer-events: auto; }
          .md-content .md-body .md-box .box--right .right--actions .box--like.liked .like--active {
            display: block; }
          .md-content .md-body .md-box .box--right .right--actions .box--like.liked .like--inactive {
            display: none; }
          .md-content .md-body .md-box .box--right .right--actions .box--like img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 18px;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            .md-content .md-body .md-box .box--right .right--actions .box--like img.like--active {
              display: none; }
            .md-content .md-body .md-box .box--right .right--actions .box--like img.like--inactive {
              display: block; }
        .md-content .md-body .md-box .box--right .right--actions .box--download {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          padding: 8px;
          background: #F37021;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s;
          border-radius: 4px;
          height: 40px;
          min-width: 40px; }
          .md-content .md-body .md-box .box--right .right--actions .box--download:hover {
            background: #e35d0c; }
          @media (min-width: 768px) {
            .md-content .md-body .md-box .box--right .right--actions .box--download img {
              position: relative;
              top: -3px; } }
          .md-content .md-body .md-box .box--right .right--actions .box--download span {
            margin-left: 4px;
            font-weight: bold;
            font-size: 16px;
            line-height: 28px;
            color: #FFFFFF; }
            @media (max-width: 767px) {
              .md-content .md-body .md-box .box--right .right--actions .box--download span {
                display: none; } }

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.3); }

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

#login {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  padding: 100px 20px;
  background: linear-gradient(242.54deg, #004C87 0.87%, #0A2855 55.09%); }
  @media (max-width: 992px) {
    #login {
      margin-top: -60px; } }
  @media (max-width: 767px) {
    #login {
      padding: 40px 20px; } }
  #login > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    margin: auto; }
  #login .login_box {
    position: relative;
    border-radius: 12px; }
    #login .login_box .box-bg {
      object-fit: cover;
      padding: 43px 64px 95px;
      color: #fff;
      width: 485px;
      border-radius: 12px;
      background: linear-gradient(90deg, rgba(3, 78, 146, 0.92) 0%, rgba(41, 137, 176, 0.970417) 120.22%);
      border-radius: 12px; }
      @media (max-width: 767px) {
        #login .login_box .box-bg {
          padding: 40px 30px; } }
      @media (max-width: 500px) {
        #login .login_box .box-bg {
          width: calc(100vw - 40px); } }
    #login .login_box .box-logo {
      text-align: center; }
      #login .login_box .box-logo img {
        max-height: 34px; }
    #login .login_box .box-caption {
      text-align: center;
      margin-top: 16px; }
      #login .login_box .box-caption .caption--heading {
        font-weight: bold;
        font-size: 36px;
        line-height: 48px; }
        @media (max-width: 767px) {
          #login .login_box .box-caption .caption--heading {
            font-size: 24px;
            line-height: 1.3; } }
      #login .login_box .box-caption .caption--text {
        margin-top: 5px;
        font-size: 16px;
        line-height: 24px;
        color: #E6E6E6; }
        @media (max-width: 767px) {
          #login .login_box .box-caption .caption--text {
            font-size: 14px;
            line-height: 1.3; } }
    #login .login_box .box-form {
      margin-top: 40px; }
      @media (max-width: 767px) {
        #login .login_box .box-form {
          margin-top: 30px; } }
      #login .login_box .box-form .form--login {
        display: grid;
        grid-gap: 16px; }
      #login .login_box .box-form .group {
        position: relative; }
        #login .login_box .box-form .group .hide--password {
          display: none; }
        #login .login_box .box-form .group.pass--view .show--password {
          display: none; }
        #login .login_box .box-form .group.pass--view .hide--password {
          display: block; }
        #login .login_box .box-form .group.have--error .input--control {
          color: red;
          border-color: red; }
          #login .login_box .box-form .group.have--error .input--control::placeholder {
            color: red; }
          #login .login_box .box-form .group.have--error .input--control::-ms-input-placeholder {
            color: red; }
          #login .login_box .box-form .group.have--error .input--control::-ms-input-placeholder {
            color: red; }
        #login .login_box .box-form .group.have--error .input--icon path {
          fill: red; }
        #login .login_box .box-form .group .label--control {
          font-size: 16px;
          line-height: 24px;
          color: #F3F3F3;
          margin-bottom: 4px;
          font-weight: normal; }
        #login .login_box .box-form .group .input--control {
          width: 100%;
          background: #fff;
          padding: 0 45px 0 16px;
          border: 0;
          outline: none;
          font-size: 16px;
          color: #000;
          font-weight: normal;
          height: 45px;
          border-radius: 4px;
          border: 1px solid #fff; }
          @media (max-width: 767px) {
            #login .login_box .box-form .group .input--control {
              font-size: 14px; } }
          #login .login_box .box-form .group .input--control::placeholder {
            color: #CCCCCC;
            opacity: 1; }
          #login .login_box .box-form .group .input--control::-ms-input-placeholder {
            color: #CCCCCC; }
          #login .login_box .box-form .group .input--control::-ms-input-placeholder {
            color: #CCCCCC; }
        #login .login_box .box-form .group .error--msg {
          color: red;
          padding-top: 4px; }
        #login .login_box .box-form .group .input--icon {
          position: absolute;
          right: 16px;
          top: 10px;
          margin: auto;
          cursor: pointer;
          width: 24px;
          pointer-events: auto;
          opacity: 0.3; }
        #login .login_box .box-form .group .button--control {
          width: 100%;
          line-height: 45px;
          padding: 0 20px;
          margin-top: 24px;
          text-align: center;
          background: #F37021;
          color: #fff;
          font-weight: bold;
          font-size: 16px;
          height: 45px;
          outline: none;
          border: 0;
          border-radius: 4px;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          @media (max-width: 767px) {
            #login .login_box .box-form .group .button--control {
              margin-top: 10px; } }
          #login .login_box .box-form .group .button--control:hover {
            background: #e35d0c; }
        #login .login_box .box-form .group .group--action {
          margin-top: 8px;
          display: flex;
          justify-content: space-between; }
          #login .login_box .box-form .group .group--action .group--link {
            font-size: 16px;
            line-height: 24px;
            color: #B3B3B3;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            #login .login_box .box-form .group .group--action .group--link:hover {
              color: #fff; }
        #login .login_box .box-form .group .checkbox--input {
          display: none; }
        #login .login_box .box-form .group .checkbox--label {
          position: relative;
          display: flex;
          align-items: center;
          transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
          font-weight: normal;
          font-size: 16px;
          line-height: 24px;
          cursor: pointer;
          pointer-events: auto; }
        #login .login_box .box-form .group .checkbox--input + .checkbox--label > span {
          margin-right: 12px;
          width: 20px;
          height: 20px;
          border: 0;
          border-radius: 2.8px;
          cursor: pointer;
          transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
          display: block;
          background: #fff; }
        #login .login_box .box-form .group .checkbox--input:checked + .checkbox--label > ins {
          height: 100%; }
        #login .login_box .box-form .group .checkbox--input:checked + .checkbox--label > span {
          border: 10px solid #1ed760;
          animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1); }
        #login .login_box .box-form .group .checkbox--input:checked + .checkbox--label > span:before {
          content: "";
          position: absolute;
          top: 7px;
          left: 4px;
          border-right: 3px solid transparent;
          border-bottom: 3px solid transparent;
          transform: rotate(45deg);
          transform-origin: 0% 100%;
          animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards; }
@keyframes shrink-bounce {
  0% {
    transform: scale(1); }
  33% {
    transform: scale(0.85); }
  100% {
    transform: scale(1); } }
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    transform: translate3d(0, 4px, 0) rotate(40deg); }
  33% {
    width: 6px;
    height: 0;
    transform: translate3d(0, 4px, 0) rotate(40deg); }
  100% {
    width: 6px;
    height: 12px;
    border-color: #fff;
    transform: translate3d(0, -5.5px, 0) rotate(40deg); } }
        #login .login_box .box-form .group .select2-container {
          width: 100% !important; }
        #login .login_box .box-form .group .select2-container--default .select2-selection--single {
          width: 100%;
          line-height: 45px;
          height: 45px;
          border: 0;
          padding: 0 46px 0 16px; }
        #login .login_box .box-form .group .select2-container--default .select2-selection--single .select2-selection__rendered {
          padding: 3px 0 0;
          line-height: 45px;
          font-size: 16px;
          color: #333;
          font-weight: normal; }
        #login .login_box .box-form .group .select2-container--default .select2-selection--single .select2-selection__arrow {
          width: 45px;
          height: 45px; }
          #login .login_box .box-form .group .select2-container--default .select2-selection--single .select2-selection__arrow b {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 9px;
            height: 6px;
            background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNOC4yNzYxNCAxLjU0OTZMNC44MDEzIDUuNzI1NjlDNC43MzA5MSA1LjgxMDMgNC42NDI3OCA1Ljg3ODM3IDQuNTQzMTMgNS45MjUwOUM0LjQ0MzQ5IDUuOTcxODEgNC4zMzQ3OSA1Ljk5NjAzIDQuMjI0NzQgNS45OTYwM0M0LjExNDY4IDUuOTk2MDMgNC4wMDU5OCA1Ljk3MTgxIDMuOTA2MzQgNS45MjUwOUMzLjgwNjcgNS44NzgzNyAzLjcxODU2IDUuODEwMyAzLjY0ODE3IDUuNzI1NjlMMC4xNzMzMyAxLjU0OTZDMC4wODIyNjExIDEuNDQwMDggMC4wMjQyNjA0IDEuMzA2OSAwLjAwNjExMjg1IDEuMTY1NjNDLTAuMDEyMDM0NyAxLjAyNDM1IDAuMDEwNDIxMyAwLjg4MDgzMyAwLjA3MDg1MzUgMC43NTE4NTVDMC4xMzEyODYgMC42MjI4NzggMC4yMjcxOTUgMC41MTM3NzUgMC4zNDczNjQgMC40MzczMUMwLjQ2NzUzMiAwLjM2MDg0NCAwLjYwNjk4OSAwLjMyMDE3OCAwLjc0OTQyMyAwLjMyMDA2OEg3LjcwMDA1QzcuODQyNDggMC4zMjAxNzggNy45ODE5NCAwLjM2MDg0NCA4LjEwMjExIDAuNDM3MzFDOC4yMjIyNyAwLjUxMzc3NSA4LjMxODE5IDAuNjIyODc4IDguMzc4NjIgMC43NTE4NTVDOC40MzkwNSAwLjg4MDgzMyA4LjQ2MTUxIDEuMDI0MzUgOC40NDMzNiAxLjE2NTYzQzguNDI1MjEgMS4zMDY5IDguMzY3MjEgMS40NDAwOCA4LjI3NjE0IDEuNTQ5NlYxLjU0OTZaIiBmaWxsPSIjQjNCM0IzIi8+Cjwvc3ZnPgo=) center/cover;
            border: 0; }
        #login .login_box .box-form .group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
          transform: rotate(180deg); }
  #login input[type=password]::-ms-reveal,
  #login input[type=password]::-ms-clear {
    display: none; }

#header {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s; }
  @media (max-width: 992px) {
    #header {
      display: none; } }
  #header.active {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    #header.active .header-left .header--menus > ul li a {
      color: #000000; }
    #header.active .header-left .header--menus > ul li.current_page_item a {
      color: #01508E; }
    #header.active .header-actions .notify .notify--icon svg path {
      fill: #729FD5; }
    #header.active .header-actions .user .user--current {
      background: transparent; }
  #header .header-left {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 0 3px 27px;
    display: grid;
    grid-template-columns: 105px 1fr;
    grid-gap: 40px; }
    #header .header-left .header--logo img {
      max-height: 64px; }
    #header .header-left .header--menus > ul {
      display: flex;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      #header .header-left .header--menus > ul li {
        position: relative; }
        #header .header-left .header--menus > ul li + li {
          margin-left: 32px; }
        #header .header-left .header--menus > ul li.current_page_item a {
          font-weight: bold; }
          #header .header-left .header--menus > ul li.current_page_item a:after {
            width: 100%; }
        #header .header-left .header--menus > ul li a {
          display: block;
          line-height: 64px;
          font-size: 16px;
          text-align: center;
          color: #FFFFFF;
          text-decoration: none !important; }
          #header .header-left .header--menus > ul li a:after {
            content: '';
            background: #F37021;
            border-radius: 4px 4px 0px 0px;
            height: 4px;
            width: 0;
            position: absolute;
            bottom: 8.5px;
            left: 0;
            right: 0;
            margin: auto;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
          #header .header-left .header--menus > ul li a:hover:after {
            width: 100%; }
            #header .header-left .header--menus > ul li .sub-menu{
              position: absolute;
              top: 64px;
              left: 0;
              padding: 16px;
              margin: 0;
              list-style: none;
              background: #FFFFFF;
              border-radius: 8px;
              display: grid;
              width: 240px;
              box-shadow: 0 0 3px rgba(0,0,0,0.1);
              grid-gap: 12px;
              opacity: 0;
              visibility: hidden;              
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s;
            }
            #header .header-left .header--menus > ul li:hover .sub-menu{
              opacity: 1;
              visibility: visible;
            }
            #header .header-left .header--menus > ul li .sub-menu li{
              margin:  0 !important;
            }
            #header .header-left .header--menus > ul li .sub-menu li a{
              font-weight: 400;
              font-size: 16px;
              line-height: 24px;
              text-align: left;
              color: #666666;
              padding-right: 24px;
              position: relative;
              display: inline-block;
            }
            #header .header-left .header--menus > ul li .sub-menu li a:hover:after{
              right:  -5px;
            }
            #header .header-left .header--menus > ul li .sub-menu li a:after{
              content:  '';
              background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjQ3OTcgMi4zMTI5NUM1LjI4NDQ0IDIuNTA4MjEgNS4yODQ0NCAyLjgyNDggNS40Nzk3IDMuMDIwMDZMMTAuNDU5NSA3Ljk5OTg0TDUuNDc5NyAxMi45Nzk2QzUuMjg0NDQgMTMuMTc0OSA1LjI4NDQ0IDEzLjQ5MTUgNS40Nzk3IDEzLjY4NjdDNS42NzQ5NiAxMy44ODIgNS45OTE1NCAxMy44ODIgNi4xODY4MSAxMy42ODY3TDExLjUyMDEgOC4zNTMzOUMxMS43MTU0IDguMTU4MTMgMTEuNzE1NCA3Ljg0MTU1IDExLjUyMDEgNy42NDYyOEw2LjE4NjgxIDIuMzEyOTVDNS45OTE1NCAyLjExNzY5IDUuNjc0OTYgMi4xMTc2OSA1LjQ3OTcgMi4zMTI5NVoiIGZpbGw9IiNGMzcwMjEiLz4KPC9zdmc+Cg==') center /cover;
              width:  16px;
              height:  16px;
              position: absolute;
              right:  0;
              left:  auto;
              top:  0;
              bottom:  0;
              margin:  auto;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s;
            }
  #header .header-actions {
    display: flex;
    padding: 15px 40px 15px 0;
    justify-content: flex-end; }
    #header .header-actions .actions--box {
      display: flex; }
    #header .header-actions .notify {
      padding: 8px 0;
      position: relative; }
      #header .header-actions .notify.open .notify--dropdown {
        top: 50px;
        opacity: 1;
        visibility: visible; }
      #header .header-actions .notify .notify--icon {
        width: 24px;
        height: 24px;
        position: relative;
        cursor: pointer;
        pointer-events: auto; }
        #header .header-actions .notify .notify--icon svg {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0; }
        #header .header-actions .notify .notify--icon span {
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: #F37021;
          position: absolute;
          top: 4px;
          right: 2px; }
      #header .header-actions .notify .notify--dropdown {
        position: absolute;
        top: 60px;
        right: -28px;
        background: #305c80;
        border-radius: 8px;
        border: 1px solid #808080;
        padding: 15px 0;
        width: 294px;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        opacity: 0;
        visibility: hidden; }
        #header .header-actions .notify .notify--dropdown:after, #header .header-actions .notify .notify--dropdown:before {
          bottom: 100%;
          border: solid transparent;
          content: "";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        #header .header-actions .notify .notify--dropdown:after {
          border-color: rgba(136, 183, 213, 0);
          border-bottom-color: #305c80;
          border-width: 8px;
          margin-left: -8px;
          right: 30px; }
        #header .header-actions .notify .notify--dropdown:before {
          border-color: rgba(128, 128, 128, 0);
          border-bottom-color: #808080;
          border-width: 10px;
          margin-left: -10px;
          right: 28px; }
        #header .header-actions .notify .notify--dropdown .dropdown--clear {
          padding: 0 20px;
          display: inline-block;
          cursor: pointer;
          pointer-events: auto; }
          #header .header-actions .notify .notify--dropdown .dropdown--clear svg {
            margin-right: 4px;
            position: relative;
            top: 2px; }
          #header .header-actions .notify .notify--dropdown .dropdown--clear span {
            font-size: 12px;
            line-height: 16px;
            color: #E6E6E6;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
          #header .header-actions .notify .notify--dropdown .dropdown--clear:hover span {
            padding-left: 3px;
            color: #fff; }
        #header .header-actions .notify .notify--dropdown .dropdown--list {
          margin-top: 6px; }
          #header .header-actions .notify .notify--dropdown .dropdown--list .item {
            display: grid;
            grid-template-columns: 1fr 63px;
            grid-gap: 12px;
            padding: 8px 12px 8px 24px;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            position: relative; }
            #header .header-actions .notify .notify--dropdown .dropdown--list .item:after {
              content: '';
              height: 2px;
              width: 2px;
              border-radius: 50%;
              background: #F37021;
              position: absolute;
              left: 13px;
              top: 14px; }
            #header .header-actions .notify .notify--dropdown .dropdown--list .item:hover {
              background: #3e698d; }
            #header .header-actions .notify .notify--dropdown .dropdown--list .item .item--title {
              font-size: 12px;
              line-height: 16px;
              color: #E6E6E6; }
            #header .header-actions .notify .notify--dropdown .dropdown--list .item .item--time {
              font-size: 10px;
              line-height: 14px;
              color: #999999;
              margin-top: 4px; }
    #header .header-actions .user {
      margin-left: 16px;
      position: relative; }
      #header .header-actions .user .user--current {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #048EB5;
        background: rgba(0, 0, 0, 0.8);
        position: relative;
        cursor: pointer;
        pointer-events: auto; }
        #header .header-actions .user .user--current:after {
          content: '';
          position: absolute;
          background: linear-gradient(0deg, #01508E -3.59%, #40ACC2 96.41%);
          opacity: 0.5;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          border-radius: 50%; }
        #header .header-actions .user .user--current span {
          position: relative;
          font-weight: bold;
          font-size: 14px;
          line-height: 40px;
          width: 100%;
          text-align: center;
          display: block;
          color: #fff;
          z-index: 99; }
      #header .header-actions .user .user--menu {
        position: absolute;
        top: 60px;
        right: -20px;
        background: #305c80;
        border-radius: 8px;
        border: 1px solid #808080;
        padding: 15px;
        width: 220px;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        opacity: 0;
        visibility: hidden; }
        #header .header-actions .user .user--menu::before, #header .header-actions .user .user--menu::after {
          bottom: 100%;
          border: solid transparent;
          content: "";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        #header .header-actions .user .user--menu::before {
          border-color: rgba(128, 128, 128, 0);
          border-bottom-color: #808080;
          border-width: 10px;
          margin-left: -10px;
          right: 28px; }
        #header .header-actions .user .user--menu::after {
          border-color: rgba(136, 183, 213, 0);
          border-bottom-color: #305c80;
          border-width: 8px;
          margin-left: -8px;
          right: 30px; }
        #header .header-actions .user .user--menu ul {
          display: table;
          margin: 0;
          padding: 0; }
          #header .header-actions .user .user--menu ul li {
            display: block;
            position: relative;
            padding: 5px 0; }
            #header .header-actions .user .user--menu ul li a {
              display: block;
              color: #E6E6E6;
              padding-left: 25px;
              line-height: 20px;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s; }
              #header .header-actions .user .user--menu ul li a:hover {
                color: #fff;
                padding-left: 28px; }
              #header .header-actions .user .user--menu ul li a.btn-logout {
                color: #F37021; }
              #header .header-actions .user .user--menu ul li a img {
                position: absolute;
                left: 0;
                height: 17px; }
      #header .header-actions .user.open .user--menu {
        top: 52px;
        opacity: 1;
        visibility: visible; }

/*HEADER RESPONSIVE*/
#header-responsive {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }
  #header-responsive .bottoms {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    height: 90px;
    position: relative;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s; }
    #header-responsive .bottoms .menu {
      position: absolute;
      left: 0;
      top: 0;
      padding: 0 30px;
      line-height: 90px;
      cursor: pointer;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s; }
      #header-responsive .bottoms .menu.active > span {
        opacity: 0; }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(1),
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(2),
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(1) {
        left: 2px;
        top: 4px; }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(2) {
        left: calc(50% - 1px);
        top: 4px; }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(3) {
        left: -50%;
        opacity: 0; }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(4) {
        left: 100%;
        opacity: 0; }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(5) {
        left: 2px;
        top: 13px; }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(6) {
        left: calc(50% - 1px);
        top: 13px; }
      #header-responsive .bottoms .menu .toggle-action {
        float: left;
        width: 24px;
        height: 18px;
        position: relative;
        margin: 36px auto;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        cursor: pointer; }
        #header-responsive .bottoms .menu .toggle-action span {
          display: block;
          position: absolute;
          height: 1px;
          width: 50%;
          background: #000;
          opacity: 1;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: .25s ease-in-out;
          -moz-transition: .25s ease-in-out;
          -o-transition: .25s ease-in-out;
          transition: .25s ease-in-out; }
          #header-responsive .bottoms .menu .toggle-action span:nth-child(even) {
            left: 50%;
            border-radius: 0 9px 9px 0; }
          #header-responsive .bottoms .menu .toggle-action span:nth-child(odd) {
            left: 0px;
            border-radius: 9px 0 0 9px; }
          #header-responsive .bottoms .menu .toggle-action span:nth-child(1), #header-responsive .bottoms .menu .toggle-action span:nth-child(2) {
            top: 0px; }
          #header-responsive .bottoms .menu .toggle-action span:nth-child(3), #header-responsive .bottoms .menu .toggle-action span:nth-child(4) {
            top: 8.5px; }
          #header-responsive .bottoms .menu .toggle-action span:nth-child(5), #header-responsive .bottoms .menu .toggle-action span:nth-child(6) {
            top: 17px; }
    #header-responsive .bottoms .logo {
      display: table;
      margin: auto; }
      #header-responsive .bottoms .logo img {
        height: 90px;
        padding: 10px 0 15px;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
    #header-responsive .bottoms .actions {
      padding: 10px 0;
      position: absolute;
      top: 0;
      right: 20px; }
      #header-responsive .bottoms .actions .actions--box {
        display: flex; }
      #header-responsive .bottoms .actions .notify {
        padding: 8px 0;
        position: relative; }
        #header-responsive .bottoms .actions .notify.open .notify--dropdown {
          top: 50px;
          opacity: 1;
          visibility: visible; }
        #header-responsive .bottoms .actions .notify .notify--icon {
          width: 24px;
          height: 24px;
          position: relative;
          cursor: pointer;
          pointer-events: auto; }
          #header-responsive .bottoms .actions .notify .notify--icon svg {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0; }
            #header-responsive .bottoms .actions .notify .notify--icon svg path {
              fill: #729FD5; }
          #header-responsive .bottoms .actions .notify .notify--icon span {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #F37021;
            position: absolute;
            top: 4px;
            right: 2px; }
        #header-responsive .bottoms .actions .notify .notify--dropdown {
          position: absolute;
          top: 60px;
          right: -27px;
          background: #305c80;
          border-radius: 8px;
          border: 1px solid #808080;
          padding: 15px 10px 15px 0;
          width: 294px;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s;
          opacity: 0;
          visibility: hidden; }
          #header-responsive .bottoms .actions .notify .notify--dropdown:after, #header-responsive .bottoms .actions .notify .notify--dropdown:before {
            bottom: 100%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          #header-responsive .bottoms .actions .notify .notify--dropdown:after {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #305c80;
            border-width: 8px;
            margin-left: -8px;
            right: 30px; }
          #header-responsive .bottoms .actions .notify .notify--dropdown:before {
            border-color: rgba(128, 128, 128, 0);
            border-bottom-color: #808080;
            border-width: 10px;
            margin-left: -10px;
            right: 28px; }
          #header-responsive .bottoms .actions .notify .notify--dropdown .dropdown--clear {
            padding: 0 20px; }
            #header-responsive .bottoms .actions .notify .notify--dropdown .dropdown--clear svg {
              margin-right: 4px;
              position: relative;
              top: 2px; }
            #header-responsive .bottoms .actions .notify .notify--dropdown .dropdown--clear span {
              font-size: 12px;
              line-height: 16px;
              color: #E6E6E6; }
          #header-responsive .bottoms .actions .notify .notify--dropdown .dropdown--list {
            margin-top: 6px; }
            #header-responsive .bottoms .actions .notify .notify--dropdown .dropdown--list .item {
              display: grid;
              grid-template-columns: 1fr 63px;
              grid-gap: 12px;
              padding: 8px 6px 8px 24px;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s;
              position: relative; }
              #header-responsive .bottoms .actions .notify .notify--dropdown .dropdown--list .item:after {
                content: '';
                height: 2px;
                width: 2px;
                border-radius: 50%;
                background: #F37021;
                position: absolute;
                left: 13px;
                top: 14px; }
              #header-responsive .bottoms .actions .notify .notify--dropdown .dropdown--list .item:hover {
                background: #00609A; }
              #header-responsive .bottoms .actions .notify .notify--dropdown .dropdown--list .item .item--title {
                font-size: 12px;
                line-height: 16px;
                color: #E6E6E6; }
              #header-responsive .bottoms .actions .notify .notify--dropdown .dropdown--list .item .item--time {
                font-size: 10px;
                line-height: 14px;
                color: #999999;
                margin-top: 4px; }
      #header-responsive .bottoms .actions .user {
        margin-left: 16px;
        padding: 4px 0; }
        #header-responsive .bottoms .actions .user .user--current {
          width: 32px;
          height: 32px;
          border-radius: 50%;
          border: 1px solid #048EB5;
          position: relative;
          cursor: pointer;
          pointer-events: auto; }
          #header-responsive .bottoms .actions .user .user--current:after {
            content: '';
            position: absolute;
            background: linear-gradient(0deg, #01508E -3.59%, #40ACC2 96.41%);
            opacity: 0.5;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 50%; }
          #header-responsive .bottoms .actions .user .user--current span {
            position: relative;
            font-weight: bold;
            font-size: 14px;
            line-height: 32px;
            width: 100%;
            text-align: center;
            display: block;
            color: #fff;
            z-index: 99; }
        #header-responsive .bottoms .actions .user .user--menu {
          position: absolute;
          top: 70px;
          right: -20px;
          background: #305c80;
          border-radius: 8px;
          border: 1px solid #808080;
          padding: 15px;
          width: 220px;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s;
          opacity: 0;
          visibility: hidden; }
          #header-responsive .bottoms .actions .user .user--menu::before, #header-responsive .bottoms .actions .user .user--menu::after {
            bottom: 100%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          #header-responsive .bottoms .actions .user .user--menu::before {
            border-color: rgba(128, 128, 128, 0);
            border-bottom-color: #808080;
            border-width: 10px;
            margin-left: -10px;
            right: 25px; }
          #header-responsive .bottoms .actions .user .user--menu::after {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #305c80;
            border-width: 8px;
            margin-left: -8px;
            right: 27px; }
          #header-responsive .bottoms .actions .user .user--menu ul {
            display: table;
            margin: 0;
            padding: 0; }
            #header-responsive .bottoms .actions .user .user--menu ul li {
              display: block;
              position: relative;
              padding: 5px 0; }
              #header-responsive .bottoms .actions .user .user--menu ul li a {
                display: block;
                color: #E6E6E6;
                padding-left: 25px;
                line-height: 20px;
                transition: all 0.2s ease-out 0s;
                -webkit-transition: all 0.2s ease-out 0s; }
                #header-responsive .bottoms .actions .user .user--menu ul li a:hover {
                  color: #fff;
                  padding-left: 28px; }
                #header-responsive .bottoms .actions .user .user--menu ul li a.btn-logout {
                  color: #F37021; }
                #header-responsive .bottoms .actions .user .user--menu ul li a img {
                  position: absolute;
                  left: 0;
                  height: 17px; }
        #header-responsive .bottoms .actions .user.open .user--menu {
          top: 60px;
          opacity: 1;
          visibility: visible; }
    #header-responsive .bottoms .menu-mobile {
      position: fixed;
      left: -250px;
      top: 60px;
      bottom: 0;
      width: 250px;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s;
      z-index: 1000;
      background: #01508E; }
      #header-responsive .bottoms .menu-mobile.active {
        left: 0; }
      #header-responsive .bottoms .menu-mobile .fr-menu {
        overflow: auto; }
        #header-responsive .bottoms .menu-mobile .fr-menu > li {
          padding: 15px 25px;
          position: relative; }
          #header-responsive .bottoms .menu-mobile .fr-menu > li + li {
            border-top: 1px solid rgba(255, 255, 255, 0.5); }
          #header-responsive .bottoms .menu-mobile .fr-menu > li.current_page_item:after {
            content: "";
            width: 4px;
            position: absolute;
            left: 0;
            top: 4px;
            bottom: 4px;
            border-radius: 0 4px 4px 0;
            background: #fff; }
          #header-responsive .bottoms .menu-mobile .fr-menu > li > a {
            color: #fff; }
          #header-responsive .bottoms .menu-mobile .sub-menu{
            list-style: none;
            padding:  0;
            margin:  8px 0 0;
            display: none;
          }
          #header-responsive .bottoms .menu-mobile .sub-menu li a{
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #666666;
          }
          #header-responsive .bottoms .menu-mobile .sub-menu li + li{
            margin-top: 12px;
          }


@media (max-width: 992px) {
  #header-responsive {
    display: block; }

  #header-responsive .bottoms {
    height: 60px; }

  #header-responsive .bottoms .logo img {
    height: 60px;
    padding: 15px 0; }

  #header-responsive .bottoms .menu .toggle-action {
    margin: 21px 0; } }
@media (max-width: 767px) {
  #header-responsive .bottoms .menu {
    padding: 0 20px; } }
#dark-shadow {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  #dark-shadow.active {
    opacity: 1;
    visibility: visible; }

@keyframes anim {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes anims {
  33.33% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px); }
  66.6% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
section {
  position: relative;
  z-index: 100;
  background: #fff; }

.padding40 {
  padding: 40px 0; }

.padding--b40 {
  padding-bottom: 40px; }

.cld + .cld {
  margin-top: 40px; }
.cld .cld--top {
  display: flex;
  justify-content: space-between; }
.cld .cld--title {
  margin: 0;
  position: relative;
  padding-top: 2px; }
  .cld .cld--title img {
    position: absolute;
    top: 6px;
    left: 0;
    display: none; }
  .cld .cld--title span {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #01508E;
    padding-left: 0; }
    @media (max-width: 767px) {
      .cld .cld--title span {
        font-size: 18px; } }
.cld .cld--small--title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #01508E;
  margin: 0; }
.cld .cld--view a {
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s; }
  .cld .cld--view a:hover svg {
    -webkit-animation-name: anim;
    animation-name: anim;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
  .cld .cld--view a svg {
    margin-bottom: 2px;
    margin-left: 4px;
    transition: all 0.2s ease-out 0.2s;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    .cld .cld--view a svg path {
      fill: #4d4d4d; }
.cld .cld--text {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #4f4f4f;
  padding-bottom: 12px; }
.cld .cld--folders {
  margin-top: 10px;
  position: relative; }
  @media (max-width: 992px) {
    .cld .cld--folders {
      grid-template-columns: repeat(3, minmax(100px, 1fr)); }
      .cld .cld--folders .item:nth-child(4) {
        display: none; } }
  @media (max-width: 600px) {
    .cld .cld--folders {
      grid-template-columns: repeat(2, minmax(100px, 1fr));
      grid-gap: 24px 14px; }
      .cld .cld--folders .item:nth-child(4) {
        display: block; } }
  .cld .cld--folders .item {
    position: relative;
    border-radius: 4px;
    overflow: hidden; }
    .cld .cld--folders .item:hover .item--img img {
      transform: scale(1.1) rotate(2deg); }
    .cld .cld--folders .item .item--img {
      display: block;
      overflow: hidden;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      height: 120px; }
      .cld .cld--folders .item .item--img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(0deg, #266E7D 19.58%, rgba(36, 124, 143, 0) 56.25%);
        opacity: 0.4;
        z-index: 9; }
      .cld .cld--folders .item .item--img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000000;
        opacity: 0.4; }
      .cld .cld--folders .item .item--img img.item--featured--image {
        object-fit: cover;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
      .cld .cld--folders .item .item--img img.item--hidden--folder {
        display: none; }
    .cld .cld--folders .item .item--caption {
      min-height: 120px;
      position: relative;
      z-index: 9;
      display: flex;
      align-items: flex-end;
      padding: 12px 42px 12px 12px; }
      @media (max-width: 450px) {
        .cld .cld--folders .item .item--caption {
          padding-right: 30px; } }
      .cld .cld--folders .item .item--caption .item--box .item--name {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF; }
        .cld .cld--folders .item .item--caption .item--box .item--name:hover {
          text-decoration: underline; }
      .cld .cld--folders .item .item--caption .item--box .item--info {
        margin-top: 2px;
        display: flex;
        align-items: center; }
        .cld .cld--folders .item .item--caption .item--box .item--info img {
          width: auto; }
        .cld .cld--folders .item .item--caption .item--box .item--info span {
          padding: 0 8px;
          font-weight: normal;
          font-size: 10px;
          line-height: 18px;
          color: #F3F3F3; }
        .cld .cld--folders .item .item--caption .item--box .item--info svg {
          position: relative;
          top: -1px; }
      .cld .cld--folders .item .item--caption .item--more {
        position: absolute;
        right: 6px;
        bottom: 6px;
        padding: 6px; }
        .cld .cld--folders .item .item--caption .item--more:hover img {
          -webkit-animation-name: anim;
          animation-name: anim;
          -webkit-animation-duration: 1s;
          animation-duration: 1s;
          -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
          -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }
        .cld .cld--folders .item .item--caption .item--more img {
          transition: all 0.2s ease-out 0.2s;
          -webkit-transition: all 0.2s ease-out 0.2s;
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
          margin-left: 4px; }
      .cld .cld--folders .item .item--caption .item--last--edited, .cld .cld--folders .item .item--caption .item--size {
        display: none;
        float: left;
        width: 25%;
        padding: 3px 10px;
        padding-bottom: 0;
        line-height: 20px; }
      .cld .cld--folders .item .item--caption .item--like {
        width: 16px;
        position: absolute;
        top: 12px;
        right: 12px; }
        .cld .cld--folders .item .item--caption .item--like.liked .like--active {
          opacity: 1;
          visibility: visible; }
        .cld .cld--folders .item .item--caption .item--like.liked .like--inactive {
          opacity: 0;
          visibility: hidden; }
        .cld .cld--folders .item .item--caption .item--like .like--inactive {
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
        .cld .cld--folders .item .item--caption .item--like .like--active {
          position: absolute;
          top: 0;
          right: 0;
          opacity: 0;
          visibility: hidden;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
  .cld .cld--folders .owl-nav {
    top: -46px;
    right: 0;
    position: absolute;
    width: 60px;
    display: flex;
    justify-content: space-between; }
    .cld .cld--folders .owl-nav.disabled {
      display: none; }
    .cld .cld--folders .owl-nav svg {
      display: block; }
      .cld .cld--folders .owl-nav svg:hover path {
        fill: #F37021; }
      .cld .cld--folders .owl-nav svg:hover circle {
        stroke: #F37021; }
      .cld .cld--folders .owl-nav svg path,
      .cld .cld--folders .owl-nav svg circle {
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
    .cld .cld--folders .owl-nav .slider--next {
      transform: rotate(180deg); }
.cld .cld--items {
  margin-top: 10px;
  position: relative; }
  .cld .cld--items.grid--4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
    grid-gap: 24px; }
    @media (max-width: 992px) {
      .cld .cld--items.grid--4 {
        grid-template-columns: repeat(3, minmax(100px, 1fr)); }
        .cld .cld--items.grid--4 .item:nth-child(4) {
          display: none; } }
    @media (max-width: 600px) {
      .cld .cld--items.grid--4 {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
        grid-gap: 24px 14px; }
        .cld .cld--items.grid--4 .item:nth-child(4) {
          display: block; } }
  .cld .cld--items .item:not(.has--video) .item--img {
    cursor: pointer;
    pointer-events: auto; }
    .cld .cld--items .item:not(.has--video) .item--img:hover:before {
      transform: scale(1);
      opacity: 1;
      visibility: visible; }
    .cld .cld--items .item:not(.has--video) .item--img:before {
      content: '';
      background: url(../images/icons/icon-search.svg) center/cover;
      width: 20px;
      height: 20px;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s;
      transform: scale(0.5);
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 9; }
  .cld .cld--items .item:not(.has--video) .item--img img:nth-child(2) {
    display: none; }
  .cld .cld--items .item .item--img {
    display: block;
    height:  140px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 450px){
      .cld .cld--items .item .item--img {
        height:  100px; }      
    }
    .cld .cld--items .item .item--img:hover img:nth-child(1) {
      transform: scale(1.1) rotate(2deg); }
    .cld .cld--items .item .item--img:hover img:nth-child(2) {
      transform: scale(0.8); }
    .cld .cld--items .item .item--img:hover:after {
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
      -moz-transform: translateX(-50%) translateY(-50%) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1);
      transform: translateX(-50%) translateY(-50%) scale(1); }
    .cld .cld--items .item .item--img:after {
      content: '';
      background: rgba(0, 0, 0, 0.4);
      width: 500px;
      height: 500px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
      -moz-transform: translateX(-50%) translateY(-50%) scale(0);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0);
      transform: translateX(-50%) translateY(-50%) scale(0);
      transition: all 0.5s ease-out 0s;
      -webkit-transition: all 0.5s ease-out 0s; }
    .cld .cld--items .item .item--img img {
      max-width: 100%;
      object-fit: cover }
    .cld .cld--items .item .item--img img:nth-child(1) {
      object-fit: cover;
      width: 100% !important;
      height:  100% !important;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s;}
    .cld .cld--items .item .item--img img:nth-child(2) {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s;
      z-index: 9; }
      @media (max-width: 450px) {
        .cld .cld--items .item .item--img img:nth-child(2) {
          width: 20px;
          height: auto; } }
  .cld .cld--items .item .item--caption {
    display: grid;
    grid-template-columns: 1fr 22px;
    margin-top: 8px; }
    .cld .cld--items .item .item--caption .item--box .item--name {
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      color: #01508E;
      cursor: pointer;
      word-break: break-word; }
    .cld .cld--items .item .item--caption .item--box .item--info {
      margin-top: 2px;
      display: flex;
      align-items: center; }
      .cld .cld--items .item .item--caption .item--box .item--info img, .cld .cld--items .item .item--caption .item--box .item--info svg {
        width: 13px;
        position: relative;
        top: -1px; }
      .cld .cld--items .item .item--caption .item--box .item--info span {
        padding: 0 8px;
        font-weight: normal;
        font-size: 10px;
        line-height: 18px;
        color: #808080; }
    .cld .cld--items .item .item--caption .item--last--edited, .cld .cld--items .item .item--caption .item--size {
      display: none;
      float: left;
      width: 25%;
      padding: 3px 10px;
      padding-bottom: 0;
      line-height: 20px; }
    .cld .cld--items .item .item--caption .item--like {
      width: 16px;
      margin-left: 6px;
      margin-top: 2px;
      position: relative; }
      .cld .cld--items .item .item--caption .item--like.liked .like--active {
        opacity: 1;
        visibility: visible; }
      .cld .cld--items .item .item--caption .item--like.liked .like--inactive {
        opacity: 0;
        visibility: hidden; }
      .cld .cld--items .item .item--caption .item--like .like--inactive {
        cursor: pointer;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
      .cld .cld--items .item .item--caption .item--like .like--active {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        cursor: pointer;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
  .cld .cld--items .owl-nav {
    top: -46px;
    right: 0;
    position: absolute;
    width: 60px;
    display: flex;
    justify-content: space-between; }
    .cld .cld--items .owl-nav.disabled {
      display: none; }
    .cld .cld--items .owl-nav svg {
      display: block; }
      .cld .cld--items .owl-nav svg:hover path {
        fill: #F37021; }
      .cld .cld--items .owl-nav svg:hover circle {
        stroke: #F37021; }
      .cld .cld--items .owl-nav svg path,
      .cld .cld--items .owl-nav svg circle {
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
    .cld .cld--items .owl-nav .slider--next {
      transform: rotate(180deg); }
.cld .cld--bmore {
  display: none;
  margin: 24px auto auto;
  padding: 8px 55px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  background: #F37021;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  border-radius: 4px;
  position: relative; }
  .cld .cld--bmore.visible {
    display: table; }
  .cld .cld--bmore:active {
    /* box-shadow:0 0 10px darken(#212121,10%) inset, 0px 1px 0 lighten(#212121,10%); */
    color: #fbceb2;
    /* background: linear-gradient(to bottom,  lighten(#212121,10%) 0%,lighten(#212121,5%) 50%,darken(#212121,5%) 51%,darken(#212121,10%) 100%);   */ }
  .cld .cld--bmore.active {
    background: gray;
    cursor: not-allowed;
    padding-left: 70px; }
  .cld .cld--bmore.active:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    left: 36px;
    top: 50%;
    position: absolute;
    border: 2px solid #fff;
    border-right: 3px solid #F37021;
    animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease; }
@keyframes rotate360 {
  100% {
    transform: rotate(360deg); } }
@keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0; } }
.dropbox {
  position: relative; }
  .dropbox.open .dropdown--ui {
    opacity: 1;
    visibility: visible;
    top: 46px; }
  .dropbox .dropdown--current {
    min-width: 160px;
    padding: 9px 40px 5px 16px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height:  45px;
    pointer-events: auto; }
    .dropbox .dropdown--current:after {
      content: '';
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNi4yNzYxIDEwLjU0OTZMMTIuODAxMyAxNC43MjU3QzEyLjczMDkgMTQuODEwMyAxMi42NDI4IDE0Ljg3ODQgMTIuNTQzMSAxNC45MjUxQzEyLjQ0MzUgMTQuOTcxOCAxMi4zMzQ4IDE0Ljk5NiAxMi4yMjQ3IDE0Ljk5NkMxMi4xMTQ3IDE0Ljk5NiAxMi4wMDYgMTQuOTcxOCAxMS45MDYzIDE0LjkyNTFDMTEuODA2NyAxNC44Nzg0IDExLjcxODYgMTQuODEwMyAxMS42NDgyIDE0LjcyNTdMOC4xNzMzMyAxMC41NDk2QzguMDgyMjYgMTAuNDQwMSA4LjAyNDI2IDEwLjMwNjkgOC4wMDYxMSAxMC4xNjU2QzcuOTg3OTcgMTAuMDI0NCA4LjAxMDQyIDkuODgwODMgOC4wNzA4NSA5Ljc1MTg2QzguMTMxMjkgOS42MjI4OCA4LjIyNzIgOS41MTM3NyA4LjM0NzM2IDkuNDM3MzFDOC40Njc1MyA5LjM2MDg0IDguNjA2OTkgOS4zMjAxOCA4Ljc0OTQyIDkuMzIwMDdIMTUuN0MxNS44NDI1IDkuMzIwMTggMTUuOTgxOSA5LjM2MDg0IDE2LjEwMjEgOS40MzczMUMxNi4yMjIzIDkuNTEzNzcgMTYuMzE4MiA5LjYyMjg4IDE2LjM3ODYgOS43NTE4NkMxNi40MzkgOS44ODA4MyAxNi40NjE1IDEwLjAyNDQgMTYuNDQzNCAxMC4xNjU2QzE2LjQyNTIgMTAuMzA2OSAxNi4zNjcyIDEwLjQ0MDEgMTYuMjc2MSAxMC41NDk2VjEwLjU0OTZaIiBmaWxsPSIjNEQ0RDREIi8+DQo8L3N2Zz4NCg==) center/cover;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 8px;
      right: 10px;
      transition: all 0.2s ease-out 0.2s;
      -webkit-transition: all 0.2s ease-out 0.2s;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .dropbox .dropdown--current:hover:after {
      -webkit-animation-name: anims;
      animation-name: anims;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 10;
      animation-iteration-count: 10; }
  .dropbox .dropdown--ui {
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    border: 1px solid #b3b3b3;
    background: #F2F2F2;
    border: 1px solid #E6E6E6;
    box-shadow: 2px 2px 2px rgba(230, 230, 230, 0.3);
    max-height: 300px;
    overflow: auto;
    border-radius: 4px; }
    .dropbox .dropdown--ui li {
      font-size: 16px;
      line-height: 24px;
      color: #4D4D4D;
      padding: 11.5px 24px 9.5px;
      cursor: pointer;
      pointer-events: auto; }
      .dropbox .dropdown--ui li + li {
        border-top: 1px solid #C4C4C4; }
  .dropbox .dropdown--option {
    display: none; }

.box--fsearch {
  position: relative;
  width: 505px;
  max-width: 100%; }

.box--search {
  display: grid;
  grid-template-columns: 128px 1fr 48px;
  margin-top: 25px;
  width: 505px;
  max-width: 100%; }
  @media (max-width: 450px) {
    .box--search {
      grid-template-columns: 1fr 48px;
      margin-top: 15px; } }
  .box--search .search--dropdown {
    position: relative; }
    @media (max-width: 992px) {
      .box--search .search--dropdown:after {
        content: '';
        position: absolute;
        top: 0;
        right: 12.5px;
        bottom: 0;
        margin: auto;
        width: 8px;
        height: 6px;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTcuMDYzMjkgMS43OTEzM0w0LjE2NzU4IDUuMjcxNDFDNC4xMDg5MyA1LjM0MTkxIDQuMDM1NDggNS4zOTg2NCAzLjk1MjQ1IDUuNDM3NThDMy44Njk0MSA1LjQ3NjUxIDMuNzc4ODMgNS40OTY2OSAzLjY4NzEyIDUuNDk2NjlDMy41OTU0MSA1LjQ5NjY5IDMuNTA0ODIgNS40NzY1MSAzLjQyMTc5IDUuNDM3NThDMy4zMzg3NSA1LjM5ODY0IDMuMjY1MyA1LjM0MTkxIDMuMjA2NjUgNS4yNzE0MUwwLjMxMDk0NSAxLjc5MTMzQzAuMjM1MDU1IDEuNzAwMDcgMC4xODY3MjEgMS41ODkwOCAwLjE3MTU5OCAxLjQ3MTM1QzAuMTU2NDc1IDEuMzUzNjMgMC4xNzUxODggMS4yMzQwMyAwLjIyNTU0OCAxLjEyNjU1QzAuMjc1OTA5IDEuMDE5MDYgMC4zNTU4MzMgMC45MjgxNDYgMC40NTU5NzMgMC44NjQ0MjVDMC41NTYxMTQgMC44MDA3MDMgMC42NzIzMjggMC43NjY4MTUgMC43OTEwMjMgMC43NjY3MjRINi41ODMyMUM2LjcwMTkgMC43NjY4MTUgNi44MTgxMiAwLjgwMDcwMyA2LjkxODI2IDAuODY0NDI1QzcuMDE4NCAwLjkyODE0NiA3LjA5ODMyIDEuMDE5MDYgNy4xNDg2OCAxLjEyNjU1QzcuMTk5MDQgMS4yMzQwMyA3LjIxNzc2IDEuMzUzNjMgNy4yMDI2MyAxLjQ3MTM1QzcuMTg3NTEgMS41ODkwOCA3LjEzOTE4IDEuNzAwMDcgNy4wNjMyOSAxLjc5MTMzWiIgZmlsbD0iIzRENEQ0RCIvPg0KPC9zdmc+DQo=) center/cover;
        border: 0; } }
    @media (max-width: 450px) {
      .box--search .search--dropdown {
        grid-column-start: 1;
        grid-column-end: 3; } }
    .box--search .search--dropdown.open .dropdown--current:after {
      transform: rotate(180deg); }
    .box--search .search--dropdown.open .dropdown--ui {
      opacity: 1;
      visibility: visible;
      top: 49px; }
    .box--search .search--dropdown .dropdown--current {
      background: #fff;
      width: 100%;
      line-height: 48px;
      height: 48px;
      border: 0;
      padding: 3px 40px 0 12.5px;
      border-radius: 4px 0 0 4px;
      font-size: 16px;
      color: #333;
      font-weight: normal;
      position: relative; }
      @media (max-width: 992px) {
        .box--search .search--dropdown .dropdown--current {
          display: none; } }
      .box--search .search--dropdown .dropdown--current:after {
        content: '';
        position: absolute;
        top: 0;
        right: 12.5px;
        bottom: 0;
        margin: auto;
        width: 8px;
        height: 6px;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTcuMDYzMjkgMS43OTEzM0w0LjE2NzU4IDUuMjcxNDFDNC4xMDg5MyA1LjM0MTkxIDQuMDM1NDggNS4zOTg2NCAzLjk1MjQ1IDUuNDM3NThDMy44Njk0MSA1LjQ3NjUxIDMuNzc4ODMgNS40OTY2OSAzLjY4NzEyIDUuNDk2NjlDMy41OTU0MSA1LjQ5NjY5IDMuNTA0ODIgNS40NzY1MSAzLjQyMTc5IDUuNDM3NThDMy4zMzg3NSA1LjM5ODY0IDMuMjY1MyA1LjM0MTkxIDMuMjA2NjUgNS4yNzE0MUwwLjMxMDk0NSAxLjc5MTMzQzAuMjM1MDU1IDEuNzAwMDcgMC4xODY3MjEgMS41ODkwOCAwLjE3MTU5OCAxLjQ3MTM1QzAuMTU2NDc1IDEuMzUzNjMgMC4xNzUxODggMS4yMzQwMyAwLjIyNTU0OCAxLjEyNjU1QzAuMjc1OTA5IDEuMDE5MDYgMC4zNTU4MzMgMC45MjgxNDYgMC40NTU5NzMgMC44NjQ0MjVDMC41NTYxMTQgMC44MDA3MDMgMC42NzIzMjggMC43NjY4MTUgMC43OTEwMjMgMC43NjY3MjRINi41ODMyMUM2LjcwMTkgMC43NjY4MTUgNi44MTgxMiAwLjgwMDcwMyA2LjkxODI2IDAuODY0NDI1QzcuMDE4NCAwLjkyODE0NiA3LjA5ODMyIDEuMDE5MDYgNy4xNDg2OCAxLjEyNjU1QzcuMTk5MDQgMS4yMzQwMyA3LjIxNzc2IDEuMzUzNjMgNy4yMDI2MyAxLjQ3MTM1QzcuMTg3NTEgMS41ODkwOCA3LjEzOTE4IDEuNzAwMDcgNy4wNjMyOSAxLjc5MTMzWiIgZmlsbD0iIzRENEQ0RCIvPg0KPC9zdmc+DQo=) center/cover;
        border: 0; }
      @media (max-width: 450px) {
        .box--search .search--dropdown .dropdown--current {
          border-radius: 4px 4px 0 0; } }
    .box--search .search--dropdown .dropdown--ui {
      position: absolute;
      top: 59px;
      left: 0;
      right: 0;
      list-style-type: none;
      padding: 0;
      margin: 0;
      opacity: 0;
      visibility: hidden;
      z-index: 9;
      background: #FFFFFF;
      box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.2);
      border-radius: 4px;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s;
      max-height: 220px;
      overflow-y: auto; }
      .box--search .search--dropdown .dropdown--ui li {
        font-size: 16px;
        line-height: 24px;
        color: #4D4D4D;
        padding: 11.5px 24px 9.5px;
        cursor: pointer;
        pointer-events: auto; }
        @media (max-width: 767px) {
          .box--search .search--dropdown .dropdown--ui li {
            font-size: 14px;
            padding: 10px 12px 8px; } }
        .box--search .search--dropdown .dropdown--ui li + li {
          border-top: 1px solid #f2f2f2; }
    .box--search .search--dropdown .dropdown--option {
      background: #fff;
      width: 100%;
      line-height: 48px;
      height: 48px;
      border: 0;
      padding: 3px 40px 0 12.5px;
      border-radius: 4px 0 0 4px;
      font-size: 16px;
      color: #333;
      font-weight: normal;
      position: relative;
      display: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: '';
      outline: none; }
      @media (max-width: 992px) {
        .box--search .search--dropdown .dropdown--option {
          display: block; } }
      @media (max-width: 450px) {
        .box--search .search--dropdown .dropdown--option {
          font-size: 14px;
          border-radius: 4px 4px 0 0; } }
      .box--search .search--dropdown .dropdown--option::-ms-expand {
        display: none; }
  .box--search .search--input {
    position: relative; }
    @media (max-width: 450px) {
      .box--search .search--input {
        border-radius: 0 0 0 4px;
        overflow: hidden; } }
    .box--search .search--input.active svg {
      opacity: 1;
      visibility: visible; }
    .box--search .search--input:before {
      content: '';
      background: #E6E6E6;
      position: absolute;
      top: 4px;
      bottom: 4px;
      width: 1px;
      left: 0; }
      @media (max-width: 450px) {
        .box--search .search--input:before {
          top: 0;
          bottom: auto;
          width: 100%;
          left: 0;
          right: 0;
          height: 1px; } }
    .box--search .search--input input {
      padding: 3px 58px 0 18px;
      line-height: 48px;
      height: 48px;
      border: 0;
      border-radius: 0;
      outline: none;
      font-size: 16px;
      line-height: 24px;
      color: #000;
      width: 100%; }
      @media (max-width: 767px) {
        .box--search .search--input input {
          font-size: 14px; } }
      @media (max-width: 450px) {
        .box--search .search--input input {
          padding: 3px 12.5px 0; } }
      .box--search .search--input input::placeholder {
        color: rgba(77, 77, 77, 0.5); }
      .box--search .search--input input:-ms-input-placeholder {
        color: rgba(77, 77, 77, 0.5); }
      .box--search .search--input input::-ms-input-placeholder {
        color: rgba(77, 77, 77, 0.5); }
    .box--search .search--input svg {
      position: absolute;
      top: 0;
      right: 16px;
      bottom: 0;
      margin: auto;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s;
      opacity: 0;
      visibility: hidden;
      cursor: pointer;
      pointer-events: auto; }
  .box--search .search--button {
    position: relative; }
    @media (max-width: 450px) {
      .box--search .search--button:before {
        content: '';
        background: #E6E6E6;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        z-index: 99; } }
    .box--search .search--button button {
      background: #F37021;
      text-align: center;
      outline: none;
      border: 0;
      border-radius: 0 4px 4px 0;
      width: 100%;
      height: 48px;
      position: relative;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s; }
      @media (max-width: 450px) {
        .box--search .search--button button {
          border-radius: 0 0 4px 0; } }
      .box--search .search--button button:hover {
        background: #e35d0c; }
      .box--search .search--button button svg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }

.box--suggest {
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  border: 1px solid #b3b3b3;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s; }
  .box--suggest.active {
    opacity: 1;
    visibility: visible;
    top: 50px; }
  @media (max-width: 450px) {
    .box--suggest {
      top: 97px !important; } }
  .box--suggest > div + div {
    border-top: 1px solid #4D4D4D; }
  .box--suggest > div {
    padding: 16px; }
  .box--suggest .suggest--title {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-bottom: 12px; }
  .box--suggest .suggest--key {
    padding: 20px 0 12px;
    max-height: 250px;
    overflow: auto; }
    @media (max-width: 767px) {
      .box--suggest .suggest--key {
        max-height: 150px;
        padding: 10px 0; } }
    .box--suggest .suggest--key ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .box--suggest .suggest--key ul li {
        font-size: 16px;
        line-height: 1.5;
        color: #a2a2a2;
        font-weight: 300; }
        @media (max-width: 767px) {
          .box--suggest .suggest--key ul li {
            font-size: 14px; } }
        .box--suggest .suggest--key ul li span {
          color: #333; }
        .box--suggest .suggest--key ul li.selected a {
          background: #eee; }
        .box--suggest .suggest--key ul li a {
          color: #a2a2a2;
          display: block;
          padding: 6px 16px 2px;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          .box--suggest .suggest--key ul li a:hover {
            background: #eee; }
  .box--suggest .suggest--recent ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    .box--suggest .suggest--recent ul li a {
      display: inline-block;
      border: 0.75px solid #2D9CDB;
      color: #2D9CDB;
      padding: 1px 16px;
      font-weight: 300;
      border-radius: 24px;
      font-size: 14px;
      line-height: 20px; }
      .box--suggest .suggest--recent ul li a:hover {
        color: #fff;
        background: #2D9CDB; }
  .box--suggest .suggest--folder {
    display: none; }

.content-banner {
  position: relative;
  z-index: 99;
  background: center /cover; }
  @media (max-width: 767px) {
    .content-banner {
      background: #f8f8f8; } }
  .content-banner.style--home {
    height: 100vh; }
    @media (max-width: 767px) {
      .content-banner.style--home {
        height: calc(100vh  - 60px); } }
    .content-banner.style--home .content-bg {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100vh;
      overflow: hidden; }
      .content-banner.style--home .content-bg .bg--video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: 100%;
        position: absolute;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .content-banner.style--home .content-box {
      height: 100vh }
      @media (max-width: 767px) {
        .content-banner.style--home .content-box {
          padding: 90px 0 0 !important;
          display: block;
          min-height: 600px; } }
      .content-banner.style--home .content-box .box--text {
        color: #4D4D4D;
        text-shadow: none; }
      .content-banner.style--home .content-box .box--title {
        color: #01508E;
        text-shadow: none; }
    .content-banner.style--home .box--search .search--button button {
      background: #fff; }
      .content-banner.style--home .box--search .search--button button:hover {
        background: #F37021; }
        .content-banner.style--home .box--search .search--button button:hover svg path {
          fill: #fff; }
      .content-banner.style--home .box--search .search--button button svg path {
        fill: #F37021; }
    .content-banner.style--home .content-bg2 {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      z-index: -999; }
      .content-banner.style--home .content-bg2 .bg--video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: 100%;
        position: absolute;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .content-banner .content-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (max-width: 767px) {
      .content-banner .content-bg {
        position: relative;
        padding-top: 60%;
        height: 0; } }
    .content-banner .content-bg img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
      @media (max-width: 767px) {
        .content-banner .content-bg img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
  .content-banner.style--small .content-box {
    height: 450px; }
  .content-banner.style--3 .content-box {
    padding-top: 70px; }
  .content-banner .content-box {
    position: relative;
    z-index: 9;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 50%; }
    @media (max-width: 992px) {
      .content-banner .content-box {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .content-banner .content-box {
        height: auto !important;
        padding: 35px 0 !important; } }
    .content-banner .content-box .box--center {
      max-width: 100%; }
    .content-banner .content-box .box--text {
      font-size: 16px;
      line-height: 24px;
      color: #E6E6E6;
      text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.3); }
      @media (max-width: 767px) {
        .content-banner .content-box .box--text {
          font-size: 14px;
          text-shadow: none;
          color: #000; } }
    .content-banner .content-box .box--title {
      font-weight: bold;
      font-size: 40px;
      line-height: 1.2;
      color: #FFFFFF;
      text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.3); }
      .content-banner .content-box .box--title b, .content-banner .content-box .box--title strong {
        color: #F37021; }
      @media (max-width: 767px) {
        .content-banner .content-box .box--title {
          font-size: 28px;
          text-shadow: none;
          color: #000; } }

.content-video {
  height: 800px;
  position: relative; }
  @media (max-width: 767px) {
    .content-video {
      height: 100vh; } }
  .content-video .content-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .content-video .content-bg .bg--video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      object-fit: cover;
      bottom: 0; }

.content-sebanner {
  position: relative;
  z-index: 99;
  background: center /cover; }
  .content-sebanner:before {
    content: '';
    background: radial-gradient(76.76% 44.08% at 50% 50.09%, rgba(1, 48, 119, 0) 0%, rgba(0, 42, 77, 0.75) 100%);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .content-sebanner .content-box {
    position: relative;
    z-index: 9;
    padding: 140px 0 21px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 767px) {
      .content-sebanner .content-box {
        max-width: 100%; } }
    .content-sebanner .content-box .box--center {
      max-width: 100%; }
    .content-sebanner .content-box .box--fsearch,
    .content-sebanner .content-box .box--search,
    .content-sebanner .content-box .box--suggest {
      width: 635px;
      margin: auto; }
      @media (max-width: 767px) {
        .content-sebanner .content-box .box--fsearch,
        .content-sebanner .content-box .box--search,
        .content-sebanner .content-box .box--suggest {
          width: 100%; } }
    .content-sebanner .content-box .box--results {
      padding-top: 24px;
      text-align: center; }
      .content-sebanner .content-box .box--results .result--val {
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
        color: #B3B3B3; }
      .content-sebanner .content-box .box--results .result--releated {
        padding-top: 16px; }
        .content-sebanner .content-box .box--results .result--releated ul {
          list-style-type: none;
          padding: 0;
          margin: 0;
          display: flex;
          flex-wrap: wrap; }
          .content-sebanner .content-box .box--results .result--releated ul li {
            margin: 6px;
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            color: #E6E6E6;
            text-align: left; }
            .content-sebanner .content-box .box--results .result--releated ul li a {
              line-height: 24px;
              display: block;
              padding: 0 16px;
              font-size: 14px;
              line-height: 20px;
              color: #F2F2F2;
              border: 0.75px solid #F2F2F2;
              border-radius: 24px;
              text-decoration: none !important;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s; }
              .content-sebanner .content-box .box--results .result--releated ul li a:hover {
                background: #F2F2F2;
                color: #333; }
        .content-sebanner .content-box .box--results .result--releated > ul {
          display: grid;
          grid-template-columns: 80px 1fr; }
    .content-sebanner .content-box .box--title {
      font-weight: bold;
      font-size: 36px;
      line-height: 48px;
      color: #FFFFFF;
      padding-top: 40px;
      text-align: center; }
      @media (max-width: 450px) {
        .content-sebanner .content-box .box--title {
          font-size: 28px; } }

.content-sbanner {
  padding: 187px 0;
  background: center /cover; }
  .content-sbanner .content-box {
    max-width: 504px; }
  .content-sbanner .box--title {
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    color: #fff; }
    @media (max-width: 767px) {
      .content-sbanner .box--title {
        font-size: 36px; } }
  .content-sbanner .box--text {
    margin-top: 4px;
    font-size: 18px;
    line-height: 20px;
    color: #B3B3B3; }
    @media (max-width: 767px) {
      .content-sbanner .box--text {
        font-size: 15px; } }

.content-recent.style--bookmarked {
  padding: 24px 0 40px;
  position: relative; }
  .content-recent.style--bookmarked:before {
    content: '';
    background: rgba(26, 26, 26, 0.5);
    mix-blend-mode: screen;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .content-recent.style--bookmarked .container {
    position: relative;
    z-index: 9; }
@media (max-width: 1300px) {
  .content-recent .box--list .cld .cld--items .owl-nav svg {
    width: 24px;
    height: auto; } }
@media (min-width: 1301px) {
  .content-recent .box--list .cld .cld--items.owl-carousel .owl-stage-outer {
    overflow: inherit; }
  .content-recent .box--list .cld .cld--items .owl-item:not(.active) {
    opacity: 0.5; }
  .content-recent .box--list .cld .cld--items .owl-nav {
    position: static;
    width: auto; }
    .content-recent .box--list .cld .cld--items .owl-nav .slider--prev,
    .content-recent .box--list .cld .cld--items .owl-nav .slider--next {
      position: absolute;
      top: 60px;
      margin: auto;
      width: 40px;
      height: 40px; }
    .content-recent .box--list .cld .cld--items .owl-nav .slider--prev {
      left: -76px; }
    .content-recent .box--list .cld .cld--items .owl-nav .slider--next {
      right: -76px; } }

@media (max-width: 1300px) {
  .content-recommended .box--list .cld .cld--folders .owl-nav svg {
    width: 24px;
    height: auto; } }
@media (min-width: 1301px) {
  .content-recommended .box--list .cld .cld--folders.owl-carousel .owl-stage-outer {
    overflow: inherit; }
  .content-recommended .box--list .cld .cld--folders .owl-item:not(.active) {
    opacity: 0.5; }
  .content-recommended .box--list .cld .cld--folders .owl-nav {
    position: static;
    width: auto; }
    .content-recommended .box--list .cld .cld--folders .owl-nav .slider--prev,
    .content-recommended .box--list .cld .cld--folders .owl-nav .slider--next {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 40px;
      height: 40px; }
    .content-recommended .box--list .cld .cld--folders .owl-nav .slider--prev {
      left: -76px; }
    .content-recommended .box--list .cld .cld--folders .owl-nav .slider--next {
      right: -76px; } }

.content-trending .box--heading {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  margin: 0;
  color: #01508E;
  text-align: center; }
  @media (max-width: 767px) {
    .content-trending .box--heading {
      font-size: 28px;
      line-height: 1.4; } }
.content-trending .box--text {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #4D4D4D;
  margin-top: 4px;
  text-align: center; }
.content-trending .box--list .cld {
  margin-top: 36px; }

.content-category {
  padding-bottom: 90px; }
  .content-category .box--heading {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    color: #01508E;
    text-align: center; }
    @media (max-width: 767px) {
      .content-category .box--heading {
        font-size: 28px;
        line-height: 1.4; } }
  .content-category .box--text {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #B3B3B3;
    margin-top: 4px;
    text-align: center; }
  .content-category .owl-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .content-category .owl-nav.disabled {
      display: none; }
    .content-category .owl-nav .owl-prev,
    .content-category .owl-nav .owl-next {
      margin: 0 10px; }
      .content-category .owl-nav .owl-prev.disabled,
      .content-category .owl-nav .owl-next.disabled {
        cursor: not-allowed; }
      .content-category .owl-nav .owl-prev:not(.disabled) svg:hover path,
      .content-category .owl-nav .owl-next:not(.disabled) svg:hover path {
        fill: #F37021; }
      .content-category .owl-nav .owl-prev:not(.disabled) svg:hover circle,
      .content-category .owl-nav .owl-next:not(.disabled) svg:hover circle {
        stroke: #F37021; }
    .content-category .owl-nav svg {
      display: block; }
      .content-category .owl-nav svg path,
      .content-category .owl-nav svg circle {
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
    .content-category .owl-nav .slider--next {
      transform: rotate(180deg); }
  @media (min-width: 1301px) {
    .content-category .owl-item:not(.active) {
      opacity: 0.5; }
    .content-category .owl-nav {
      position: static;
      width: auto; }
      .content-category .owl-nav .slider--prev,
      .content-category .owl-nav .slider--next {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 40px;
        height: 40px; }
      .content-category .owl-nav .slider--prev {
        left: -76px; }
      .content-category .owl-nav .slider--next {
        right: -76px; } }
  @media (max-width: 1300px) {
    .content-category .owl-nav {
      margin-top: 30px; } }
  .content-category .box--items {
    margin-top: 16px; }
    .content-category .box--items .owl-item.active .item .item--box:hover .item--hover {
      top: 0;
      opacity: 1;
      visibility: visible; }
    .content-category .box--items .item {
      width: 100%;
      border-radius: 10px;
      perspective: 1000px;
      box-shadow: none;
      height: 460px;
      padding: 15px 20px 15px 10px; }
      .content-category .box--items .item--box {
        position: relative;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        transition: all 0.8s ease;
        padding-top: 28px;
        border-radius: 4px; }
        .content-category .box--items .item--box .item--front {
          height: 402px;
          mix-blend-mode: screen; }
          .content-category .box--items .item--box .item--front .front--box {
            height: 100%;
            position: relative;
            width: 100%; }
          .content-category .box--items .item--box .item--front .front--img {
            height: 100%; }
            .content-category .box--items .item--box .item--front .front--img img {
              max-width: 100%;
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 4px;
              overflow: hidden; }
          .content-category .box--items .item--box .item--front .front--title {
            color: #fff;
            font-weight: bold;
            font-size: 24px;
            line-height: 36px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 28px 30px; }
          .content-category .box--items .item--box .item--front .front--text {
            font-size: 14px;
            line-height: 20px;
            color: #4D4D4D;
            margin-top: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            overflow: hidden;
            -webkit-box-orient: vertical; }
        .content-category .box--items .item--box .item--hover {
          z-index: 2;
          background: #F37021;
          height: 430px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          padding: 40px 17.5px 40px 27.5px;
          opacity: 0;
          border-radius: 4px;
          visibility: hidden;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          .content-category .box--items .item--box .item--hover .hover--title {
            margin-top: 45px;
            color: #fff;
            font-weight: bold;
            font-size: 24px;
            line-height: 36px; }
          .content-category .box--items .item--box .item--hover .hover--text {
            font-size: 14px;
            line-height: 20px;
            color: #fff;
            margin-top: 20px;
            max-height: 200px;
            overflow: auto;
            padding-right: 10px; }
            .content-category .box--items .item--box .item--hover .hover--text::-webkit-scrollbar-track {
              -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
              border-radius: 10px;
              background-color: #F5F5F5; }
            .content-category .box--items .item--box .item--hover .hover--text::-webkit-scrollbar {
              width: 8px;
              background-color: #F5F5F5;
              border-radius: 10px; }
            .content-category .box--items .item--box .item--hover .hover--text::-webkit-scrollbar-thumb {
              border-radius: 10px;
              -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
              background-color: #666; }
          .content-category .box--items .item--box .item--hover .hover--more {
            position: absolute;
            bottom: 28px;
            left: 27.5px;
            font-weight: bold;
            font-size: 16px;
            line-height: 24px;
            color: #fff;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center; }
            .content-category .box--items .item--box .item--hover .hover--more:hover svg {
              -webkit-animation-name: anim;
              animation-name: anim;
              -webkit-animation-duration: 1s;
              animation-duration: 1s;
              -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
              -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1; }
            .content-category .box--items .item--box .item--hover .hover--more svg {
              transition: all 0.2s ease-out 0.2s;
              -webkit-transition: all 0.2s ease-out 0.2s;
              -webkit-transform: translateZ(0);
              transform: translateZ(0);
              margin-left: 4px; }

.content-breadcrumbs {
  padding-top: 40px; }
  .content-breadcrumbs .content-box {
    border-bottom: 1px solid #4d4d4d;
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px; }
    .content-breadcrumbs .content-box .box--left {
      display: flex;
      align-items: center; }
      .content-breadcrumbs .content-box .box--left img {
        position: relative;
        top: -2px; }
      .content-breadcrumbs .content-box .box--left span {
        margin-left: 12px;
        font-weight: bold;
        font-size: 16px;
        color: #01508E;
        padding: 3px 0; }
    .content-breadcrumbs .content-box .box--right {
      display: flex;
      min-width: 92px; }
      .content-breadcrumbs .content-box .box--right .box--like {
        width: 40px;
        height: 40px;
        position: relative;
        border: 1px solid #B3B3B3;
        border-radius: 4px;
        cursor: pointer;
        pointer-events: auto; }
        .content-breadcrumbs .content-box .box--right .box--like.liked .like--active {
          opacity: 1;
          visibility: visible; }
        .content-breadcrumbs .content-box .box--right .box--like.liked .like--inactive {
          opacity: 0;
          visibility: hidden; }
        .content-breadcrumbs .content-box .box--right .box--like img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 18px;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          .content-breadcrumbs .content-box .box--right .box--like img:nth-child(2) {
            opacity: 0;
            visibility: hidden; }
      .content-breadcrumbs .content-box .box--right .box--download {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: 12px;
        padding: 8px;
        background: #F37021;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        border-radius: 4px;
        height: 40px;
        min-width: 40px; }
        .content-breadcrumbs .content-box .box--right .box--download:hover {
          background: #e35d0c; }
        @media (min-width: 768px) {
          .content-breadcrumbs .content-box .box--right .box--download img {
            position: relative;
            top: -3px; } }
        .content-breadcrumbs .content-box .box--right .box--download span {
          margin-left: 4px;
          font-weight: bold;
          font-size: 16px;
          line-height: 28px;
          color: #FFFFFF; }
          @media (max-width: 767px) {
            .content-breadcrumbs .content-box .box--right .box--download span {
              display: none; } }
      .content-breadcrumbs .content-box .box--right .box--layout {
        cursor: pointer;
        pointer-events: auto;
        margin-left: 12px;
        border: 1px solid #B3B3B3;
        box-sizing: border-box;
        border-radius: 4px;
        position: relative;
        width: 40px;
        height: 40px; }
        .content-breadcrumbs .content-box .box--right .box--layout.active .style--list {
          opacity: 1;
          visibility: visible; }
        .content-breadcrumbs .content-box .box--right .box--layout.active .style--grid {
          opacity: 0;
          visibility: hidden; }
        .content-breadcrumbs .content-box .box--right .box--layout .style--list {
          opacity: 0;
          visibility: hidden; }
        .content-breadcrumbs .content-box .box--right .box--layout img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          .content-breadcrumbs .content-box .box--right .box--layout img.inactive {
            z-index: -1; }

.content-populate {
  position: relative;
  z-index: 10; }
  @media (max-width: 767px) {
    .content-populate.style--bookmarked {
      margin-top: 0; } }
  .content-populate .box--sort {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #d4d4d4; }
    @media (max-width: 767px) {
      .content-populate .box--sort .sort--type {
        display: none; } }
    .content-populate .box--sort .sort--type ul {
      list-style-type: none;
      padding: 0;
      margin: auto;
      display: table;
      text-align: center; }
      .content-populate .box--sort .sort--type ul li {
        display: inline-block;
        margin: 0 8px; }
        @media (max-width: 992px) {
          .content-populate .box--sort .sort--type ul li {
            margin: 0 3px; } }
        .content-populate .box--sort .sort--type ul li label {
          font-weight: normal;
          border: 1px solid  transparent;
          padding: 9px 12px 5px;
          font-size: 16px;
          line-height: 24px;
          text-align: center;
          color: #4D4D4D;
          border-radius: 4px;
          margin: 0; }
          @media (max-width: 992px) {
            .content-populate .box--sort .sort--type ul li label {
              padding: 9px 9px 5px; } }
        .content-populate .box--sort .sort--type ul li input {
          opacity: 0;
          z-index: -1;
          position: absolute; }
          .content-populate .box--sort .sort--type ul li input:checked ~ label {
            border-color: #b3b3b3;
            color: #01508E;
            font-weight: bold; }
    .content-populate .box--sort .sort--heading {
      margin: 0;
      position: relative;
      padding-top: 2px; }
      .content-populate .box--sort .sort--heading img {
        position: absolute;
        top: 6px;
        left: 0;
        display: none; }
      .content-populate .box--sort .sort--heading span {
        font-weight: bold;
        font-size: 24px;
        line-height: 36px;
        color: #01508E; }
        @media (max-width: 767px) {
          .content-populate .box--sort .sort--heading span {
            font-size: 18px; } }
    .content-populate .box--sort .sort--filter {
      display: flex; }
      .content-populate .box--sort .sort--filter .dropdown-nborder {
        padding: 9px 36px 5px 12px;
        font-size: 16px;
        line-height: 24px;
        color: #4D4D4D;
        position: relative;
        cursor: pointer;
        border: 1px solid transparent;
        pointer-events: auto; }
        .content-populate .box--sort .sort--filter .dropdown-nborder.open:after {
          transform: rotate(180deg); }
        .content-populate .box--sort .sort--filter .dropdown-nborder:after {
          content: '';
          background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNi4yNzYxIDEwLjU0OTZMMTIuODAxMyAxNC43MjU3QzEyLjczMDkgMTQuODEwMyAxMi42NDI4IDE0Ljg3ODQgMTIuNTQzMSAxNC45MjUxQzEyLjQ0MzUgMTQuOTcxOCAxMi4zMzQ4IDE0Ljk5NiAxMi4yMjQ3IDE0Ljk5NkMxMi4xMTQ3IDE0Ljk5NiAxMi4wMDYgMTQuOTcxOCAxMS45MDYzIDE0LjkyNTFDMTEuODA2NyAxNC44Nzg0IDExLjcxODYgMTQuODEwMyAxMS42NDgyIDE0LjcyNTdMOC4xNzMzMyAxMC41NDk2QzguMDgyMjYgMTAuNDQwMSA4LjAyNDI2IDEwLjMwNjkgOC4wMDYxMSAxMC4xNjU2QzcuOTg3OTcgMTAuMDI0NCA4LjAxMDQyIDkuODgwODMgOC4wNzA4NSA5Ljc1MTg2QzguMTMxMjkgOS42MjI4OCA4LjIyNzIgOS41MTM3NyA4LjM0NzM2IDkuNDM3MzFDOC40Njc1MyA5LjM2MDg0IDguNjA2OTkgOS4zMjAxOCA4Ljc0OTQyIDkuMzIwMDdIMTUuN0MxNS44NDI1IDkuMzIwMTggMTUuOTgxOSA5LjM2MDg0IDE2LjEwMjEgOS40MzczMUMxNi4yMjIzIDkuNTEzNzcgMTYuMzE4MiA5LjYyMjg4IDE2LjM3ODYgOS43NTE4NkMxNi40MzkgOS44ODA4MyAxNi40NjE1IDEwLjAyNDQgMTYuNDQzNCAxMC4xNjU2QzE2LjQyNTIgMTAuMzA2OSAxNi4zNjcyIDEwLjQ0MDEgMTYuMjc2MSAxMC41NDk2VjEwLjU0OTZaIiBmaWxsPSIjNEQ0RDREIi8+DQo8L3N2Zz4NCg==) center/cover;
          width: 24px;
          height: 24px;
          position: absolute;
          top: 8px;
          right: 10px; }
    .content-populate .box--sort .sort--layout {
      margin-left: 4px;
      border: 1px solid #B3B3B3;
      box-sizing: border-box;
      border-radius: 4px;
      position: relative;
      width: 40px;
      height: 40px; }
      .content-populate .box--sort .sort--layout.active .style--list {
        opacity: 1;
        visibility: visible; }
      .content-populate .box--sort .sort--layout.active .style--grid {
        opacity: 0;
        visibility: hidden; }
      .content-populate .box--sort .sort--layout .style--list {
        opacity: 0;
        visibility: hidden; }
      .content-populate .box--sort .sort--layout img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
        .content-populate .box--sort .sort--layout img.inactive {
          z-index: -1; }
  .content-populate .box--filter {
    display: none; }
  .content-populate .filter--groups {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
    grid-gap: 24px;
    padding-top: 16px; }
    @media (max-width: 992px) {
      .content-populate .filter--groups {
        grid-template-columns: repeat(2, minmax(100px, 1fr)); } }
    @media (max-width: 450px) {
      .content-populate .filter--groups {
        grid-template-columns: 1fr;
        grid-gap: 16px; } }
    .content-populate .filter--groups .dropbox .dropdown--current {
      padding-top: 11px;
      padding-bottom: 8px; }
      .content-populate .filter--groups .dropbox .dropdown--current:after {
        top: 10px; }
    .content-populate .filter--groups .filter--search {
      position: relative; }
      .content-populate .filter--groups .filter--search input {
        width: 100%;
        padding: 9px 40px 5px 16px;
        border-radius: 4px;
        border: 1px solid #b3b3b3;
        font-size: 16px;
        line-height: 29px;
        color: #4D4D4D;
        position: relative;
        cursor: pointer;
        pointer-events: auto;
        background: transparent;
        outline: none; }
        .content-populate .filter--groups .filter--search input::placeholder {
          color: #4D4D4D; }
        .content-populate .filter--groups .filter--search input:-ms-input-placeholder {
          color: #4D4D4D; }
        .content-populate .filter--groups .filter--search input::-ms-input-placeholder {
          color: #4D4D4D; }
      .content-populate .filter--groups .filter--search svg {
        position: absolute;
        top: 11px;
        right: 10px; }
    .content-populate .filter--groups .filter--title {
      font-size: 12px;
      line-height: 16px;
      color: #B3B3B3;
      margin-bottom: 4px; }
    .content-populate .filter--groups .filter--buttons {
      display: grid;
      grid-template-columns: repeat(2, minmax(100px, 1fr));
      grid-gap: 16px;
      padding-top: 18px; }
      @media (max-width: 450px) {
        .content-populate .filter--groups .filter--buttons {
          padding: 0; } }
      .content-populate .filter--groups .filter--buttons .button--clear {
        border: 1px solid transparent;
        text-align: center;
        padding: 0 10px;
        border-radius: 8px;
        height: 45px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        color: #4d4d4d;
        cursor: pointer;
        pointer-events: auto;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
        .content-populate .filter--groups .filter--buttons .button--clear:hover {
          border-color: #C4C4C4; }
        .content-populate .filter--groups .filter--buttons .button--clear svg {
          margin-right: 4px; }
          .content-populate .filter--groups .filter--buttons .button--clear svg path {
            fill: #4d4d4d; }
        .content-populate .filter--groups .filter--buttons .button--clear span {
          position: relative;
          top: 2px; }
      .content-populate .filter--groups .filter--buttons .button--apply {
        background: #F37021;
        border: 1px solid #F37021;
        text-align: center;
        padding: 0 10px;
        border-radius: 8px;
        height: 45px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        cursor: pointer;
        pointer-events: auto; }
        .content-populate .filter--groups .filter--buttons .button--apply:hover {
          background: #e35d0c; }
  .content-populate .box--render {
    padding-top: 22px; }
    .content-populate .box--render .cld--header {
      display: none;
      width: 100%;
      font-size: 14px;
      line-height: 20px;
      color: #808080;
      font-weight: normal;
      border-bottom: 1px solid #000;
      padding: 19px 5px 11px; }
      .content-populate .box--render .cld--header .cld--header--name {
        float: left;
        width: 50%;
        font-size: 16px;
        line-height: 1.5;
        color: #808080;
        padding: 21px 10px 0; }
      .content-populate .box--render .cld--header .cld--header--time,
      .content-populate .box--render .cld--header .cld--header--size {
        float: left;
        width: 25%;
        min-width: 120px;
        padding: 21px 10px 0; }
      .content-populate .box--render .cld--header .arrow {
        display: inline-block; }
        .content-populate .box--render .cld--header .arrow.active svg {
          transform: rotate(180deg); }
      .content-populate .box--render .cld--header svg {
        position: relative;
        top: 2px;
        cursor: pointer;
        pointer-events: auto; }
    .content-populate .box--render.list {
      padding-top: 0; }
      .content-populate .box--render.list .cld--header {
        display: table; }
      .content-populate .box--render.list .cld--top, .content-populate .box--render.list .item--like {
        display: none; }
      .content-populate .box--render.list .cld + .cld {
        margin: 0; }
      .content-populate .box--render.list .cld .cld--folders {
        display: block; }
        .content-populate .box--render.list .cld .cld--folders .item {
          border-bottom: 1px solid #C4C4C4;
          padding: 7px 5px;
          border-radius: 0; }
          .content-populate .box--render.list .cld .cld--folders .item:hover {
            background: #f6f6f6; }
          .content-populate .box--render.list .cld .cld--folders .item .item--img {
            float: left;
            width: 36px;
            height: 36px;
            position: static; }
            .content-populate .box--render.list .cld .cld--folders .item .item--img::before, .content-populate .box--render.list .cld .cld--folders .item .item--img::after {
              display: none; }
            .content-populate .box--render.list .cld .cld--folders .item .item--img img {
              position: static;
              height: 36px;
              width: auto; }
              .content-populate .box--render.list .cld .cld--folders .item .item--img img.item--featured--image {
                display: none; }
              .content-populate .box--render.list .cld .cld--folders .item .item--img img.item--hidden--folder {
                display: block; }
          .content-populate .box--render.list .cld .cld--folders .item .item--caption {
            display: block;
            padding: 0;
            margin-top: 8px;
            min-height: auto; }
          .content-populate .box--render.list .cld .cld--folders .item .item--box {
            float: left;
            width: calc(50% - 36px); }
            .content-populate .box--render.list .cld .cld--folders .item .item--box .item--name {
              font-weight: 400 !important;
              font-size: 16px !important;
              line-height: 1.5 !important;
              padding-left: 12px;
              color: #01508E; }
            .content-populate .box--render.list .cld .cld--folders .item .item--box .item--info {
              display: none !important; }
          .content-populate .box--render.list .cld .cld--folders .item .item--last--edited, .content-populate .box--render.list .cld .cld--folders .item .item--size {
            display: block; }
      .content-populate .box--render.list .cld .cld--items.grid--4 {
        grid-template-columns: repeat(1, minmax(100px, 1fr));
        grid-gap: 0;
        margin-top: 0; }
        .content-populate .box--render.list .cld .cld--items.grid--4 .item {
          cursor: pointer;
          border-bottom: 1px solid #C4C4C4;
          padding: 7px 5px; }
          .content-populate .box--render.list .cld .cld--items.grid--4 .item:hover {
            background: #f6f6f6; }
          .content-populate .box--render.list .cld .cld--items.grid--4 .item .item--img {
            float: left;
            width: 36px;
            height: 36px; }
            .content-populate .box--render.list .cld .cld--items.grid--4 .item .item--img::before, .content-populate .box--render.list .cld .cld--items.grid--4 .item .item--img::after {
              display: none; }
            .content-populate .box--render.list .cld .cld--items.grid--4 .item .item--img img {
              height: 36px;
              width: auto; }
              .content-populate .box--render.list .cld .cld--items.grid--4 .item .item--img img.item--play--button {
                width: 12px; }
          .content-populate .box--render.list .cld .cld--items.grid--4 .item .item--caption {
            display: block; }
          .content-populate .box--render.list .cld .cld--items.grid--4 .item .item--box {
            float: left;
            width: calc(50% - 36px); }
            .content-populate .box--render.list .cld .cld--items.grid--4 .item .item--box .item--name {
              font-weight: 400 !important;
              font-size: 16px !important;
              line-height: 1.5 !important;
              padding-left: 12px; }
            .content-populate .box--render.list .cld .cld--items.grid--4 .item .item--box .item--info {
              display: none !important; }
          .content-populate .box--render.list .cld .cld--items.grid--4 .item .item--last--edited, .content-populate .box--render.list .cld .cld--items.grid--4 .item .item--size {
            display: block; }

.content-support {
  padding: 134px 0 62px;
  min-height: 600px;
  background: center /cover; }
  @media (max-width: 767px) {
    .content-support {
      min-height: auto;
      padding: 60px 0; } }
  .content-support .content-box {
    max-width: 921px;
    display: grid;
    grid-template-columns: 257px 1fr;
    grid-gap: 30px;
    margin: auto; }
    @media (max-width: 767px) {
      .content-support .content-box {
        grid-template-columns: 1fr; } }
  .content-support .box--left {
    padding-top: 120px; }
    @media (max-width: 767px) {
      .content-support .box--left {
        padding: 0; } }
  .content-support .box--title {
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    color: #FFFFFF; }
    @media (max-width: 767px) {
      .content-support .box--title {
        font-size: 36px; } }
  .content-support .box--text {
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #B3B3B3; }
    @media (max-width: 767px) {
      .content-support .box--text {
        font-size: 15px; } }
  .content-support .wpcf7 form.invalid .wpcf7-response-output {
    border-color: red; }
  .content-support .box--form {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding: 24px 23px;
    display: grid;
    grid-row-gap: 16px; }
    .content-support .box--form:before {
      content: '';
      background: linear-gradient(33.72deg, #F0F0F0 6.55%, #F5F5F5 92.12%);
      mix-blend-mode: normal;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .content-support .box--form .wpcf7-not-valid-tip {
      color: #fff;
      margin-top: 5px; }
    .content-support .box--form .wpcf7-spinner {
      display: none; }
    .content-support .box--form .wpcf7-list-item {
      margin: auto; }
    .content-support .box--form .wpcf7-response-output {
      margin: 0;
      position: relative;
      z-index: 9;
      color: #fff; }
    .content-support .box--form .group {
      position: relative;
      z-index: 9; }
    .content-support .box--form .form--choose {
      display: flex;
      border: 1px solid #E6E6E6;
      border-radius: 4px;
      margin-right: auto;
      overflow: hidden; }
      .content-support .box--form .form--choose .item label {
        margin: 0; }
      .content-support .box--form .form--choose .item .wpcf7-list-item-label {
        display: block;
        min-width: 105px;
        padding: 0 10px;
        line-height: 35px;
        font-weight: bold;
        font-size: 14px;
        color: #808080;
        background: transparent;
        margin: 0;
        text-align: center;
        cursor: pointer;
        pointer-events: auto; }
      .content-support .box--form .form--choose .item input {
        opacity: 0;
        position: absolute; }
        .content-support .box--form .form--choose .item input:checked ~ .wpcf7-list-item-label {
          background: #E6E6E6;
          color: #01508E; }
    .content-support .box--form textarea {
      height: 240px;
      resize: none;
      background: rgba(255, 255, 255, 0.8);
      mix-blend-mode: screen;
      border-radius: 4px;
      mix-blend-mode: screen;
      padding: 13px 16px;
      width: 100%;
      font-size: 16px;
      line-height: 24px;
      color: #4D4D4D;
      outline: none;
      border: 0; }
      .content-support .box--form textarea::placeholder {
        color: #4D4D4D; }
      .content-support .box--form textarea:-ms-input-placeholder {
        color: #4D4D4D; }
      .content-support .box--form textarea::-ms-input-placeholder {
        color: #4D4D4D; }
    .content-support .box--form input[type=submit] {
      background: #F37021;
      border-radius: 4px;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s;
      line-height: 43px;
      font-weight: bold;
      font-size: 16px;
      height: 45px;
      border: 0;
      outline: none;
      margin-left: auto;
      display: table;
      color: #FFFFFF;
      text-align: center;
      padding: 2px 40px 0; }
      .content-support .box--form input[type=submit]:hover {
        background: #e35d0c; }

.content-bookmarked {
  position: relative; }
  .content-bookmarked:before {
    content: '';
    background: #E6E6E6;
    mix-blend-mode: normal;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .content-bookmarked .container {
    position: relative;
    z-index: 9; }

#footer {
  position: relative;
  background: url(../images/bg-footer.jpg) no-repeat center top/cover;
  padding: 45px 0 72px;
  z-index: 100; }
  @media (max-width: 1200px) {
    #footer {
      padding: 40px 0 60px; } }
  #footer .footer-box {
    position: relative;
    z-index: 9; }
    #footer .footer-box .footer-logo img {
      max-height: 52px; }
      @media (max-width: 450px) {
        #footer .footer-box .footer-logo img {
          max-height: 36px; } }
    #footer .footer-box .footer-menus {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
      grid-gap: 30px;
      margin-top: 39px; }
      #footer .footer-box .footer-menus .menu--child h3 {
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        color: #fff; }
        #footer .footer-box .footer-menus .menu--child h3 a{
          color:  #fff;
        }
        #footer .footer-box .footer-menus .menu--child h3 + h3{
          margin-top: 52px;
        }
      @media (max-width: 992px) {
        #footer .footer-box .footer-menus {
          grid-template-columns: repeat(2, minmax(10px, 1fr)); } }
      /* @media (max-width: 767px) {
        #footer .footer-box .footer-menus .menu--child h3 + h3{
          margin-top: 0;
        }
        #footer .footer-box .footer-menus .menu--child:nth-child(1) {
          grid-column-start: 1;
          grid-column-end: 3;
          display: grid;
          grid-gap: 30px;
          grid-template-columns: repeat(2, minmax(10px, 1fr)); } } */
      #footer .footer-box .footer-menus .menu--child > ul {
        margin: 24px 0 0;
        list-style-type: none;
        padding: 0; }
        #footer .footer-box .footer-menus .menu--child > ul li + li {
          margin-top: 12px; }
        #footer .footer-box .footer-menus .menu--child > ul li a {
          font-size: 14px;
          line-height: 20px;
          color: #B3B3B3;
          padding: 3px 0;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          #footer .footer-box .footer-menus .menu--child > ul li a:hover {
            text-decoration: underline;
            color: #fff; }
  #footer .footer-lines {
    display: grid;
    grid-template-columns: 378px 1fr 378px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (max-width: 1400px) {
      #footer .footer-lines {
        grid-template-columns: 25% 1fr 25%; } }
    #footer .footer-lines span {
      height: 8px; }
      #footer .footer-lines span:nth-child(1) {
        background: #F37021; }
      #footer .footer-lines span:nth-child(2) {
        background: #0071F0; }
      #footer .footer-lines span:nth-child(3) {
        background: #50B848; }
  #footer .footer-img {
    position: absolute;
    bottom: 0;
    right: 0; }

/*# sourceMappingURL=style.css.map */
