/* COLORS */
.in-person-services.secondary-theme .img:before {
  background-color: #e0c460;
  opacity: 0.8; }
.in-person-services .video-box {
  box-shadow: 3.5px 3px 50px 0px rgba(0, 0, 0, 0.08);
  height: 475px;
  max-width: calc(100% - 50px); }
  .in-person-services .video-box.just-img {
    height: 550px; }
    .in-person-services .video-box.just-img img {
      object-fit: cover;
      object-position: center; }
.in-person-services .img {
  background-size: cover;
  background-position: center; }
  .in-person-services .img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #03263f;
    opacity: 0.7; }
.in-person-services .btn-play {
  width: 65px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 9;
  transition: all 0.3s; }
  .in-person-services .btn-play:hover {
    background-color: #ffffff; }
    .in-person-services .btn-play:hover i {
      color: #03263f !important; }
  .in-person-services .btn-play:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100px;
    transform: translateX(50%) translateY(-50%);
    border: 2px solid #ffffff;
    opacity: 0;
    -webkit-animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    /* Standard syntax */ }
@keyframes example {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.2; }
  100% {
    width: 160%;
    height: 160%;
    opacity: 0.05; } }
  .in-person-services .btn-play:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100px;
    opacity: 0;
    transform: translateX(50%) translateY(-50%);
    border: 2px solid #ffffff;
    -webkit-animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    /* Standard syntax */ }
@keyframes example {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.2; }
  100% {
    width: 160%;
    height: 160%;
    opacity: 0.05; } }
  .in-person-services .btn-play i {
    font-size: 22px;
    height: 22px; }
.in-person-services .nav .nav-item:last-child {
  margin-left: 0 !important; }
.in-person-services .nav .nav-link {
  background-color: #f5f5f5;
  font-size: 16px;
  transition: all 0.3s; }
  .in-person-services .nav .nav-link:hover {
    background-color: #e0c460 !important;
    color: #ffffff !important; }
    .in-person-services .nav .nav-link:hover i {
      color: #ffffff !important; }
  .in-person-services .nav .nav-link i {
    font-size: 24px;
    height: 24px;
    transition: all 0.3s; }
.in-person-services .img-box {
  box-shadow: 3px 3px 50px 0px rgba(0, 0, 0, 0.06);
  height: 225px;
  max-width: calc(100% - 50px); }
  .in-person-services .img-box .bg {
    background-color: #f0f2f4; }
  .in-person-services .img-box img {
    max-height: 450px;
    object-fit: contain;
    object-position: center; }
.in-person-services .nav-start .nav-item:last-child {
  margin-left: 0 !important; }
.in-person-services .nav-start .nav-link {
  font-size: 14px; }
  .in-person-services .nav-start .nav-link:hover b {
    color: #03263f !important; }
  .in-person-services .nav-start .nav-link:hover i {
    transform: scale(1.3); }
  .in-person-services .nav-start .nav-link b {
    font-size: 27px;
    transition: all 0.3s; }
  .in-person-services .nav-start .nav-link .main-icon {
    font-size: 50px;
    height: 50px;
    transform: scale(1);
    transition: transform 0.25s; }
  .in-person-services .nav-start .nav-link .icon-pixxel {
    font-size: 16px;
    height: 16px; }

@media screen and (max-width: 1400px) {
  .in-person-services .video-box {
    max-width: 100%; } }
@media screen and (max-width: 992px) {
  .in-person-services .video-box {
    height: 275px; }
    .in-person-services .video-box.just-img {
      height: 275px; }
  .in-person-services .btn-play {
    width: 55px;
    height: 55px; }
    .in-person-services .btn-play i {
      font-size: 18px;
      height: 18px; }
  .in-person-services .nav .nav-link {
    font-size: 15px; }
    .in-person-services .nav .nav-link i {
      font-size: 22px;
      height: 22px; }
  .in-person-services .nav-start .nav-link {
    font-size: 12px; }
    .in-person-services .nav-start .nav-link b {
      font-size: 22px; }
    .in-person-services .nav-start .nav-link .main-icon {
      font-size: 35px;
      height: 35px; }
    .in-person-services .nav-start .nav-link .icon-pixxel {
      font-size: 14px;
      height: 14px; } }
@media screen and (max-width: 576px) {
  .in-person-services .nav.nav-tour .nav-link {
    font-size: 17px;
    padding-right: 25px !important;
    padding-left: 25px !important; }
    .in-person-services .nav.nav-tour .nav-link i {
      font-size: 24px;
      height: 24px; } }
@media screen and (max-width: 350px) {
  .in-person-services .nav .nav-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 10px; }
  .in-person-services .nav .nav-link {
    width: 100% !important; } }
.subset-section.department-theme .swiper-subset-thumbs.remove-after:after {
  width: 0; }
.subset-section.department-theme .swiper-subset-thumbs.remove-after .btn-nav-public {
  display: none !important; }
.subset-section.department-theme .swiper-subset-thumbs:after {
  height: 100%; }
.subset-section.department-theme .swiper-subset-thumbs .item {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  position: relative; }
  .subset-section.department-theme .swiper-subset-thumbs .item:hover .icon i {
    color: #e0c460 !important; }
  .subset-section.department-theme .swiper-subset-thumbs .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 70px);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 16px; }
  .subset-section.department-theme .swiper-subset-thumbs .item .icon {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    background-color: #ffffff; }
  .subset-section.department-theme .swiper-subset-thumbs .item .icon, .subset-section.department-theme .swiper-subset-thumbs .item .title, .subset-section.department-theme .swiper-subset-thumbs .item .more, .subset-section.department-theme .swiper-subset-thumbs .item .icon-more {
    position: relative;
    z-index: 9; }
  .subset-section.department-theme .swiper-subset-thumbs .item .title {
    min-height: 57px; }
.subset-section .slider-container {
  padding-left: 30px; }
.subset-section .btn-nav-public {
  top: 208.5px;
  transform: translateY(-50%); }
  .subset-section .btn-nav-public.swiper-button-disabled {
    display: none !important; }
.subset-section .swiper-subset-thumbs {
  padding: 20px;
  margin: -20px; }
  .subset-section .swiper-subset-thumbs.remove-after:after {
    width: 0; }
  .subset-section .swiper-subset-thumbs:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    height: calc(100% - 55px);
    width: 25%;
    z-index: 9;
    transition: all 0.3s; }
  .subset-section .swiper-subset-thumbs .swiper-slide.swiper-slide-thumb-active .item .icon {
    background-color: #fcf9f0; }
    .subset-section .swiper-subset-thumbs .swiper-slide.swiper-slide-thumb-active .item .icon i, .subset-section .swiper-subset-thumbs .swiper-slide.swiper-slide-active .item .icon i {
      color: #e0c460 !important; }
  .subset-section .swiper-subset-thumbs .swiper-slide.swiper-slide-thumb-active .item .icon-more, .subset-section .swiper-subset-thumbs .swiper-slide.swiper-slide-active .item .icon-more {
    border-color: #f9f4e0;
    color: #e0c460 !important; }
    .subset-section .swiper-subset-thumbs .swiper-slide.swiper-slide-thumb-active .item .icon-more i, .subset-section .swiper-subset-thumbs .swiper-slide.swiper-slide-active .item .icon-more i {
      transform: rotate(-90deg); }
  .subset-section .swiper-subset-thumbs .swiper-slide.swiper-slide-thumb-active .shape {
    opacity: 1; }
  .subset-section .swiper-subset-thumbs .item {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06); }
    .subset-section .swiper-subset-thumbs .item .icon {
      width: 130px;
      height: 130px;
      background-color: #f5f6f7;
      transition: all 0.3s; }
      .subset-section .swiper-subset-thumbs .item .icon i {
        font-size: 65px;
        height: 65px;
        transition: all 0.3s; }
    .subset-section .swiper-subset-thumbs .item .title {
      font-size: 19px; }
    .subset-section .swiper-subset-thumbs .item .subtitle {
      font-size: 14px; }
    .subset-section .swiper-subset-thumbs .item .icon-more {
      width: 50px;
      height: 50px;
      border: 2px solid #e6e6e6;
      transition: all 0.3s; }
      .subset-section .swiper-subset-thumbs .item .icon-more:hover {
        border-color: #f9f3df; }
        .subset-section .swiper-subset-thumbs .item .icon-more:hover i {
          transform: rotate(-90deg);
          color: #e0c460 !important; }
      .subset-section .swiper-subset-thumbs .item .icon-more i {
        font-size: 12px;
        height: 12px;
        transform: rotate(0);
        transition: all 0.3s; }
  .subset-section .swiper-subset-thumbs .shape {
    max-height: 35px;
    opacity: 0;
    transition: all 0.3s; }
.subset-section .swiper-subset-main .item {
  background-color: #f5f5f5; }

@media screen and (max-width: 1200px) {
  .subset-section {
    overflow: hidden; }
    .subset-section.department-theme {
      padding-bottom: 20px; }
      .subset-section.department-theme .slider-container {
        padding-bottom: 20px !important;
        margin-bottom: -20px !important; }
      .subset-section.department-theme .swiper-subset-thumbs .item:before {
        height: calc(100% - 50px); }
    .subset-section .slider-container {
      padding-left: 0px; }
    .subset-section .swiper-subset-thumbs {
      padding: 0px;
      margin: 0px;
      overflow: visible !important; }
      .subset-section .swiper-subset-thumbs:after {
        display: none; }
      .subset-section .swiper-subset-thumbs .item .icon {
        width: 100px;
        height: 100px; }
        .subset-section .swiper-subset-thumbs .item .icon i {
          font-size: 45px;
          height: 45px; }
      .subset-section .swiper-subset-thumbs .item .title {
        font-size: 18px; }
      .subset-section .swiper-subset-thumbs .item .subtitle {
        font-size: 14px; }
      .subset-section .swiper-subset-thumbs .item .icon-more {
        width: 45px;
        height: 45px; }
      .subset-section .swiper-subset-thumbs .shape {
        max-height: 30px; } }
@media screen and (max-width: 992px) {
  .subset-section.department-theme .swiper-subset-thumbs {
    margin-bottom: 0 !important; }
    /* .subset-section.department-theme .swiper-subset-thumbs .swiper-slide {
      max-width: 220px !important; } */
    .subset-section.department-theme .swiper-subset-thumbs .item:before {
      height: calc(100% - 35px); }
    .subset-section.department-theme .swiper-subset-thumbs .item .title {
      font-size: 15px; }
    .subset-section.department-theme .swiper-subset-thumbs .item .title {
      min-height: 67.5px; }
  .subset-section .swiper-subset-thumbs {
    margin-bottom: 15px !important; }
    .subset-section .swiper-subset-thumbs.mb-0.pb-0 {
      margin-bottom: 16px !important; }
    /* .subset-section .swiper-subset-thumbs .swiper-slide {
      max-width: 240px; } */
    .subset-section .swiper-subset-thumbs .item .icon {
      width: 70px;
      height: 70px; }
      .subset-section .swiper-subset-thumbs .item .icon i {
        font-size: 30px;
        height: 30px; }
    .subset-section .swiper-subset-thumbs .item .title {
      font-size: 16px; }
    .subset-section .swiper-subset-thumbs .item .more {
      font-size: 14px; }
    .subset-section .swiper-subset-thumbs .shape {
      display: none !important; } }
.sec-6.blue-theme .item {
  height: 250px; }
  .sec-6.blue-theme .item:hover .line {
    background-color: #ffffff !important; }
  .sec-6.blue-theme .item:before {
    background-image: -moz-linear-gradient(120deg, #03263f 0%, rgba(3, 38, 63, 0.95) 30%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(120deg, #03263f 0%, rgba(3, 38, 63, 0.95) 30%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(120deg, #03263f 0%, rgba(3, 38, 63, 0.95) 30%, rgba(0, 0, 0, 0) 100%); }
.sec-6 .nav-tabs .nav-link .btn-more-public {
  width: 100%; }
  .sec-6 .nav-tabs .nav-link .btn-more-public:hover {
    background-color: #6a6a6a;
    color: #ffffff !important; }
.sec-6 .nav-tabs .nav-link.active .btn-more-public {
  color: #03263f !important;
  background-color: #f0f2f3; }
.sec-6 .btn-next-tab:hover {
  color: #03263f !important; }
.sec-6 .btn-next-tab i {
  font-size: 18px;
  height: 18px; }
.sec-6 input {
  background-color: #f5f5f5;
  height: 58px; }
.sec-6 .btn-search {
  left: 16px; }
  .sec-6 .btn-search i {
    font-size: 22px;
    height: 22px; }
.sec-6 .slider-container {
  padding-left: 30px; }
.sec-6 .item {
  height: 300px;
  background-size: cover;
  background-position: center; }
  .sec-6 .item:hover:before {
    opacity: 0; }
  .sec-6 .item:hover:after {
    opacity: 1; }
  .sec-6 .item:hover .line {
    opacity: 1; }
  .sec-6 .item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(120deg, black 0%, rgba(0, 0, 0, 0.95) 30%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(120deg, black 0%, rgba(0, 0, 0, 0.95) 30%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(120deg, black 0%, rgba(0, 0, 0, 0.95) 30%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    transition: all 0.3s; }
  .sec-6 .item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(120deg, #e3cd5e 0%, rgba(227, 205, 94, 0.95) 30%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(120deg, #e3cd5e 0%, rgba(227, 205, 94, 0.95) 30%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(120deg, #e3cd5e 0%, rgba(227, 205, 94, 0.95) 30%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: all 0.3s; }
  .sec-6 .item .date, .sec-6 .item .title, .sec-6 .item .line {
    z-index: 9; }
  .sec-6 .item .date {
    font-size: 14px; }
  .sec-6 .item .title {
    font-size: 19px; }
  .sec-6 .item .line {
    width: 130px;
    height: 5px;
    opacity: 0.15; }
.sec-6 .btn-nav {
  width: 60px;
  height: 60px;
  box-shadow: 4px 6.928px 80px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
  transition: all 0.3s; }
  .sec-6 .btn-nav i {
    transition: all 0.3s; }
  .sec-6 .btn-nav:hover {
    background-color: #03263f !important; }
    .sec-6 .btn-nav:hover i {
      color: #ffffff !important; }

@media screen and (max-width: 1400px) {
  .sec-6 input {
    height: 56px; }
  .sec-6 .item {
    height: 250px; }
    .sec-6 .item .date {
      font-size: 13px; }
    .sec-6 .item .title {
      font-size: 17px; }
    .sec-6 .item .line {
      height: 4px;
      opacity: 0.15; } }
@media screen and (max-width: 1200px) {
  .sec-6 {
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5; }
    .sec-6.section-theme {
      overflow: hidden;
      border: none !important; }
    .sec-6 .nav-tabs {
      width: 100% !important; }
      .sec-6 .nav-tabs .nav-link {
        max-width: 175px; }
    .sec-6 .btn-next-tab i {
      font-size: 16px;
      height: 16px; }
    .sec-6 input {
      border-radius: 10px !important;
      height: 50px; }
    .sec-6 .btn-search i {
      font-size: 18px;
      height: 18px; }
    .sec-6 .slider-container {
      padding-left: 0px;
      overflow: visible !important; }
    .sec-6 .swiper-container {
      overflow: visible !important; }
      .sec-6 .swiper-container.nav-tabs {
        overflow: hidden !important; }
    .sec-6 .item {
      height: 250px;
      max-width: 280px; } }
.slider-tabs-public {
  padding-left: 30px; }
  .slider-tabs-public.shadow-theme .tab-item {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08) !important;
    border: none !important; }
    .slider-tabs-public.shadow-theme .tab-item:hover:before {
      background-color: #e0c460; }
    .slider-tabs-public.shadow-theme .tab-item:hover i {
      color: #e0c460 !important; }
    .slider-tabs-public.shadow-theme .tab-item:before {
      right: 0;
      height: 30px; }
    .slider-tabs-public.shadow-theme .tab-item b {
      font-size: 16px; }
  .slider-tabs-public .swiper-container {
    position: relative;
    padding: 20px;
    right: -20px;
    width: calc(100% + 40px);
    margin-top: -20px; }
  .slider-tabs-public .tab-item {
    border: 3px solid #f5f5f5;
    font-size: 15px;
    transition: all 0.3s; }
    .slider-tabs-public .tab-item.active {
      border-color: #ffffff !important;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); }
      .slider-tabs-public .tab-item.active:before {
        background-color: #e0c460; }
    .slider-tabs-public .tab-item.swiper-slide.prev {
      box-shadow: none !important; }
    .slider-tabs-public .tab-item:before {
      content: '';
      position: absolute;
      top: 50%;
      right: -3px;
      transform: translateY(-50%);
      width: 3px;
      height: 40px;
      background-color: #03263f;
      transition: all 0.3s; }
    .slider-tabs-public .tab-item b {
      font-size: 20px; }
    .slider-tabs-public .tab-item i {
      font-size: 28px;
      height: 28px;
      transition: all 0.3s; }

@media screen and (max-width: 1200px) {
  .slider-tabs-public {
    padding-left: 0px; }
    .slider-tabs-public.shadow-theme .tab-item {
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0) !important;
      border: 3px solid #f5f5f5 !important;
      max-width: 290px;
      padding-top: 15px !important;
      padding-bottom: 15px !important; }
      .slider-tabs-public.shadow-theme .tab-item:before {
        right: -3px; }
    .slider-tabs-public .swiper-container {
      padding: 0px;
      right: 0px;
      width: 100%;
      margin-top: 0;
      overflow: visible !important; }
    .slider-tabs-public .tab-item {
      font-size: 14px;
      max-width: 200px;
      padding-top: 10px !important;
      padding-bottom: 10px !important; }
      .slider-tabs-public .tab-item:before {
        width: 3px;
        height: 35px; }
      .slider-tabs-public .tab-item b {
        font-size: 16px; } }

/*# sourceMappingURL=department-single.css.map */


.subset-section.department-theme .swiper-subset-main .swiper-slide:not(.swiper-slide-active){
  height: 10px !important;
  overflow: hidden;
  opacity: 0;
}

.subset-section .swiper-subset-main {
  pointer-events: none;
}

.legal-consultancy-video-box {
  box-shadow: unset !important;
}

.legal-consultancy-video-box img {
  object-fit: contain;
}

@media (max-width: 992px) {
  .application-section img {
    display: none;
  }
}