/* 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;
  }
}
.why-choice .swiper-container {
  padding-top: 50px;
}
.why-choice .item {
  box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.08);
  padding-top: 74px !important;
}
.why-choice .item:hover .icon {
  box-shadow: 0px 0px 20px 0px #03263f;
}
.why-choice .item:hover .title,
.why-choice .item:hover .subtitle {
  color: #03263f !important;
}
.why-choice .item .icon {
  width: 100px;
  height: 100px;
  background-image: -moz-linear-gradient(120deg, #03263f 0%, #27516f 100%);
  background-image: -webkit-linear-gradient(120deg, #03263f 0%, #27516f 100%);
  background-image: -ms-linear-gradient(120deg, #03263f 0%, #27516f 100%);
  box-shadow: 4px 6.928px 60px 0px rgba(3, 38, 63, 0.4);
  transition: all 0.3s;
  transform: rotate(0deg);
}
.why-choice .item .icon i {
  font-size: 45px;
  height: 45px;
  animation: shake 2s;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}
.why-choice .item .title {
  font-size: 18px;
  transition: all 0.3s;
}
.why-choice .item .subtitle {
  font-size: 14px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .why-choice {
    overflow: hidden;
    margin-bottom: 0 !important;
    padding-bottom: 50px !important;
  }
  .why-choice .swiper-container {
    padding-top: 35px;
  }
  .why-choice .item {
    max-width: 200px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    padding-top: 51px !important;
  }
  .why-choice .item .icon {
    width: 70px;
    height: 70px;
  }
  .why-choice .item .icon i {
    font-size: 30px;
    height: 30px;
  }
  .why-choice .item .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .why-choice {
    margin-bottom: 0px !important;
    padding-bottom: 30px !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 .slider-container {
  padding-left: 30px;
  padding-right: 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 {
  color: #e0c460 !important;
}
.subset-section
  .swiper-subset-thumbs
  .swiper-slide.swiper-slide-thumb-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 {
  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;
    padding-right: 0;
  }
  .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 .swiper-subset-thumbs {
    margin-bottom: 15px !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;
  }
}
.application-section {
  padding-top: 80px;
}
.application-section.secondary-theme .mobile {
  height: 360px;
}
.application-section .box {
  padding: 20px;
  box-shadow: 7.66px 6.428px 100px 0px rgba(0, 0, 0, 0.12);
}
.application-section .nav .nav-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}
.application-section .nav .nav-link:hover {
  color: #ffffff;
}
.application-section .nav .nav-link b {
  font-size: 16px;
}
.application-section .nav .nav-link i {
  font-size: 27px;
  height: 27px;
}
.application-section .nav .nav-link img {
  width: 32px;
  height: 32px;
  display: block;
}
.application-section .top-bar {
  padding-top: 10px;
  padding-bottom: 30px;
}
.application-section .bottom-bar {
  padding: 0px 30px;
}
.application-section .header-section {
  padding-top: 30px;
}
.application-section .nav {
  padding-bottom: 30px;
}
.application-section .mobile {
  width: 100%;
  height: 450px;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 1200px) {
  .application-section {
    padding-top: 75px;
  }
}
@media screen and (max-width: 992px) {
  .application-section {
    padding-top: 0;
  }
  .application-section .box {
    padding: 15px;
  }
  .application-section .nav .nav-link {
    font-size: 13px;
  }
  .application-section .nav .nav-link b {
    font-size: 15px;
  }
  .application-section .nav .nav-link i {
    font-size: 22px;
    height: 22px;
  }
  .application-section .top-bar {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .application-section .bottom-bar {
    padding: 0px 20px;
  }
  .application-section .header-section {
    padding-top: 20px;
  }
  .application-section .nav {
    padding-bottom: 20px;
  }
  .application-section .mobile {
    position: relative !important;
    right: 0 !important;
    transform: unset !important;
    object-position: right;
    max-height: 220px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 430px) {
  .application-section .nav .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .application-section .nav .nav-item:last-child {
    margin-bottom: 0 !important;
  }
}
.hint-app-section.secondary-theme .item .icon i {
  opacity: 1;
}
.hint-app-section.secondary-theme .item .icon .number {
  box-shadow: 3px 5.196px 40px 0px rgba(224, 196, 96, 0.4);
}
.hint-app-section .item:last-child .arrow-img {
  display: none;
}
.hint-app-section .item .arrow-img {
  max-height: 25px;
  bottom: 12.5px;
}
.hint-app-section .item .main-img {
  max-height: 340px;
  max-width: 200px;
  object-fit: contain;
  object-position: top center;
}
.hint-app-section .item .icon {
  width: 90px;
  height: 90px;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.06);
  margin-top: 15px;
}
.hint-app-section .item .icon i {
  font-size: 35px;
  height: 35px;
  color: #03263f;
  opacity: 0.4;
}
.hint-app-section .item .icon .number {
  width: 25px;
  height: 25px;
  box-shadow: 3px 5.196px 40px 0px rgba(3, 38, 63, 0.4);
  font-size: 14px;
}
.hint-app-section .item .title {
  font-size: 19px;
}
.hint-app-section .item .subtitle {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .hint-app-section .item .arrow-img {
    max-height: 20px;
  }
  .hint-app-section .item .main-img {
    max-width: 170px;
    max-height: 250px;
  }
  .hint-app-section .item .icon {
    width: 80px;
    height: 80px;
  }
  .hint-app-section .item .icon i {
    font-size: 30px;
    height: 30px;
  }
  .hint-app-section .item .icon .number {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .hint-app-section .item .title {
    font-size: 18px;
  }
  .hint-app-section .item .subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .hint-app-section {
    overflow: hidden;
  }
  .hint-app-section .swiper-container {
    overflow: visible !important;
  }
  .hint-app-section .item {
    max-width: 200px;
  }
  .hint-app-section .item .arrow-img {
    max-height: 15px;
  }
  .hint-app-section .item .icon {
    width: 80px;
    height: 80px;
  }
  .hint-app-section .item .icon i {
    font-size: 30px;
    height: 30px;
  }
  .hint-app-section .item .title {
    font-size: 17px;
  }
}
.sec-8 .accordion.border-theme .accordion-item {
  box-shadow: 2px 3px 40px 0px rgba(0, 0, 0, 0);
  border: 3px solid #f5f5f5 !important;
}
.sec-8 .accordion.border-theme .accordion-item:has(> .accordion-collapse.show),
.sec-8
  .accordion.border-theme
  .accordion-item:has(> .accordion-collapse.collapsing) {
  box-shadow: 2px 3px 40px 0px rgba(0, 0, 0, 0.06);
  border-color: #ffffff !important;
}
.sec-8 .accordion.border-theme .accordion-button {
  color: #03263f !important;
}
.sec-8 .accordion.border-theme .accordion-button.collapsed {
  color: #4c4c4c !important;
}
.sec-8 .accordion.border-theme .accordion-button i {
  position: relative;
  top: 4px;
}
.sec-8 .accordion-item {
  box-shadow: 2px 3px 40px 0px rgba(0, 0, 0, 0.06);
}
.sec-8 .accordion-header {
  outline: none !important;
}
/* .sec-8 .accordion-body {
  max-height: 100px;
  overflow-y: auto; } */
.sec-8 .accordion-button {
  outline: none !important;
  font-size: 18px;
  color: #e0c460 !important;
}
.sec-8 .accordion-button:after {
  display: none;
}
.sec-8 .accordion-button.collapsed {
  color: #4c4c4c !important;
}
.sec-8 .accordion-button.collapsed i {
  font-size: 24px;
  height: 24px;
}
.sec-8 .accordion-button.collapsed i.minus {
  display: none;
}
.sec-8 .accordion-button.collapsed i.plus {
  display: block;
}
.sec-8 .accordion-button i {
  font-size: 24px;
  height: 24px;
}
.sec-8 .accordion-button i.plus {
  display: none;
}
.sec-8 .text-public {
  font-size: 16px;
}
.sec-8 .search-box input {
  background-color: #f5f5f5;
  height: 58px;
}
.sec-8 .search-box .btn-search {
  left: 16px;
}
.sec-8 .search-box .btn-search i {
  font-size: 22px;
  height: 22px;
}
.sec-8 .form .label {
  font-size: 16px;
  right: 24px;
}
.sec-8 .form input,
.sec-8 .form textarea {
  height: 65px;
  border: 3px solid #f0f0f0;
}
.sec-8 .form textarea {
  height: 126px;
}
.sec-8 .form .btn-submit {
  height: 65px;
}
.sec-8 .form .btn-submit:before {
  background-color: #e0c460 !important;
}

@media screen and (max-width: 1200px) {
  .sec-8 .accordion-button {
    font-size: 16px;
  }
  .sec-8 .accordion-button i {
    font-size: 20px;
    height: 20px;
  }
  .sec-8 .text-public {
    font-size: 15px;
  }
  .sec-8 .search-box input {
    border-radius: 10px !important;
    height: 50px;
  }
  .sec-8 .search-box .btn-search i {
    font-size: 18px;
    height: 18px;
  }
  .sec-8 .form .label {
    position: relative !important;
    font-size: 15px;
    right: unset;
    top: unset !important;
    transform: unset !important;
  }
  .sec-8 .form input,
  .sec-8 .form textarea {
    height: 50px;
    border-radius: 10px !important;
  }
  .sec-8 .form textarea {
    height: 100px;
  }
  .sec-8 .form .btn-submit {
    height: 50px;
    border-radius: 10px !important;
  }
}
.sec-7.section-theme .slider-container {
  padding-left: 30px;
}
.sec-7.section-theme .swiper-container:after {
  right: unset;
  left: 0;
  width: 33%;
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.sec-7.section-theme .btn-nav {
  right: unset;
  left: 0 !important;
  transform: translateY(-50%) translateX(0) !important;
}
.sec-7.archive-theme .item {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.sec-7 .swiper-container {
  padding: 20px;
  margin: -20px;
}
.sec-7 .swiper-container.remove-after:after {
  width: 0;
}
.sec-7 .swiper-container:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 330px;
  width: calc(100% - 330px);
  height: 100%;
  background-image: linear-gradient(
    to right,
    #ffffff,
    white 30%,
    rgba(255, 255, 255, 0.7) 70%,
    rgba(255, 255, 255, 0)
  );
  z-index: 9;
}
.sec-7 .item.swiper-slide-active,
.sec-7 .item.swiper-slide-next {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.sec-7 .item img {
  height: 225px;
}
.sec-7 .item .icon {
  width: 90px;
  height: 90px;
  box-shadow: 2px 3px 40px 0px rgba(0, 0, 0, 0.06);
}
.sec-7 .item .icon i {
  width: 70px;
  height: 70px;
  font-size: 28px;
  background-color: #fbf8e7;
}
.sec-7 .item .icon img {
  max-height: 50px;
  max-width: 50px;
  object-fit: contain;
  object-position: center;
}
.sec-7 .item .article {
  padding-top: 61px;
}
.sec-7 .item .name {
  font-size: 18px;
}
.sec-7 .item .date {
  font-size: 14px;
}
.sec-7 .item .date b {
  font-size: 16px;
}
.sec-7 .item .date i {
  font-size: 25px;
  height: 25px;
}
.sec-7 .item .date .icon-left {
  font-size: 14px;
  height: 14px;
}
.sec-7 .item .link {
  font-size: 19px;
  transition: all 0.3s;
}
.sec-7 .item .link:hover {
  color: #03263f !important;
}
.sec-7 .item .link i {
  font-size: 14px;
  height: 14px;
}
.sec-7 .item .line {
  height: 2px;
  background-color: #f0f0f0;
}
.sec-7 .btn-nav {
  width: 60px;
  height: 60px;
  box-shadow: 4px 6.928px 80px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
  right: calc(50% - 12.5px);
  transition: all 0.3s;
}
.sec-7 .btn-nav i {
  transition: all 0.3s;
}
.sec-7 .btn-nav:hover {
  background-color: #03263f !important;
}
.sec-7 .btn-nav:hover i {
  color: #ffffff !important;
}

@media screen and (max-width: 1400px) {
  .sec-7 .swiper-container {
    padding: 20px;
    margin: -20px;
  }
  .sec-7 .swiper-container.remove-after:after {
    width: 0;
  }
  .sec-7 .swiper-container:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 330px;
    width: calc(100% - 330px);
    height: 100%;
    background-image: linear-gradient(
      to right,
      #ffffff,
      white 30%,
      rgba(255, 255, 255, 0.7) 70%,
      rgba(255, 255, 255, 0)
    );
    z-index: 9;
  }
  .sec-7 .item {
    max-width: 330px;
  }
  .sec-7 .btn-nav {
    right: calc(330px - 8px);
  }
}
@media screen and (max-width: 1200px) {
  .sec-7 {
    border-bottom: 2px solid #e5e5e5;
  }
  .sec-7.section-theme {
    overflow: hidden;
    margin-bottom: 25px !important;
    padding-bottom: 25px !important;
    border-bottom: none !important;
  }
  .sec-7.section-theme .slider-container {
    padding-left: 0px;
  }
  .sec-7.section-theme .swiper-container:after {
    display: none;
  }
  .sec-7 .swiper-container {
    padding: 0px;
    margin: 0px;
    overflow: visible !important;
  }
  .sec-7 .swiper-container:after {
    display: none;
  }
  .sec-7 .item {
    max-width: 285px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  }
  .sec-7 .item img {
    height: 175px;
  }
  .sec-7 .item .icon {
    width: 70px;
    height: 70px;
  }
  .sec-7 .item .icon i {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .sec-7 .item .icon img {
    max-width: 40px;
    max-height: 40px;
  }
  .sec-7 .item .article {
    padding-top: 50px;
  }
  .sec-7 .item .name {
    font-size: 16px;
  }
  .sec-7 .item .date {
    font-size: 13px;
  }
  .sec-7 .item .date b {
    font-size: 15px;
  }
  .sec-7 .item .date i {
    font-size: 22px;
    height: 22px;
  }
  .sec-7 .item .link {
    font-size: 17px;
  }
}
@media screen and (max-width: 576px) {
  .sec-7.section-theme {
    margin-bottom: 0px !important;
    padding-bottom: 30px !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;
  padding-right: 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;
    padding-right: 0;
    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;
  }
}

/*# sourceMappingURL=legal-consultancy.css.map */

h1:not(.accordion-header):not(.subtitle):not(.legal-info-single-title):not(
    .post-single-title
  ),
h2:not(.accordion-header):not(.subtitle),
h3:not(.accordion-header):not(.subtitle),
h4:not(.accordion-header):not(.subtitle),
h6:not(.accordion-header):not(.subtitle),
h1:not(.accordion-header):not(.subtitle) *,
h2:not(.accordion-header):not(.subtitle) *,
h3:not(.accordion-header):not(.subtitle) *,
h4:not(.accordion-header):not(.subtitle) *,
h6:not(.accordion-header):not(.subtitle) * {
  font-family: hamrah !important;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  font-weight: 200 !important;
}
