.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  color: #fff;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.8);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\f104";
}
[dir="rtl"] .slick-prev {
  right: 0;
  left: auto;
}
[dir="rtl"] .slick-prev:before {
  content: "\f104";
}
.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\f105";
}
[dir="rtl"] .slick-next {
  right: auto;
  left: 0;
}
[dir="rtl"] .slick-next:before {
  content: "\f105";
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-head {
  background-color: #0d4b88;
  background-image: linear-gradient(130deg, #0d4b88, #16213d);
}
.head-content {
  padding: 20px 0 30px;
}
.head-content .head-content-inner p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
}
.head-title {
  text-align: center;
}
.head-title span {
  position: relative;
  display: inline-block;
  color: #c99b52;
  padding: 0 40px;
  font-size: 13px;
}
.head-title span::before,
.head-title span::after {
  content: "";
  position: absolute;
  background-color: #c99b52;
  height: 1px;
  width: 30px;
  top: 50%;
}
.head-title span::before {
  left: 0;
}
.head-title span::after {
  right: 0;
}
.head-banner img { max-width: 100%;}
@media (max-width: 767.98px) {
  .head-banner img {
    height: 40vh;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .section-head {
    padding-top: 82px;
  }
  .head-title span {
    padding: 0 54px;
    font-size: 18px;
  }
  .head-content {
    padding: 30px 0;
  }
  .head-content .head-content-inner {
    padding: 0 166px;
  }
  .head-content .head-content-inner p {
    font-size: 1.2vw;
  }
}
@media (min-width: 1600px) {
  .section-head {
    padding-top: 126px;
  }
  .head-title span {
    font-size: 22px;
  }
  .head-content {
    padding: 40px 0;
  }
  .head-content .head-content-inner {
    padding: 0 166px;
  }
}
.section-vm {
  padding: 20px 0;
}
.section-vm-inner {
  padding: 0 15px;
}
.vm {
  background-color: #fff;
}
.vm .vm-thumbnail {
  position: relative;
}
.vm .vm-text .vm-title {
  color: #0d4b88;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
}
.vm .vm-content p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .vm {
    margin-bottom: 20px;
  }
  .vm .vm-thumbnail {
    margin-bottom: 10px;
  }
  .vm .vm-thumbnail .vm-subtext {
    white-space: nowrap;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    background: #fff;
    font-size: 14px;
    transform-origin: top left;
    writing-mode: vertical-rl;
    color: #0d4b88;
    text-transform: uppercase;
    padding-right: 5px;
  }
  .vm .vm-text .vm-title {
    text-align: center;
  }
  .vm .vm-content p {
    text-align: center;
    display: inline;
  }

}
@media (min-width: 768px) {
  .section-vm-inner {
    padding: 0 30px;
    overflow: hidden;
  }
  .vm {
    display: flex;
    align-items: center;
  }
  .vm.right .vm-thumbnail {
    order: 2;
  }
  .vm.right .vm-thumbnail .vm-subtext {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
  .vm.right .vm-text {
    order: 1;
    text-align: right;
    padding-right: 20px;
    padding-left: 0;
  }
  .vm.left .vm-thumbnail .vm-subtext {
    left: 0;
    transform: rotate(180deg) translateY(-50%);
  }
  .vm .vm-thumbnail {
    width: 230px;
  }
  .vm .vm-thumbnail .vm-subtext {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    font-size: 13px;
    transform-origin: top left;
    writing-mode: vertical-rl;
    color: #0d4b88;
    text-transform: uppercase;
  }
  .vm .vm-text {
    width: calc(100% - 230px);
    padding-left: 20px;
  }
  .vm .vm-text .vm-title {
    margin-bottom: 20px;
  }
  .vm .vm-text .vm-content p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .vm {
    width: 90%;
  }
  .vm.right {
    margin-left: 10%;
  }
  .vm .vm-text .vm-content p {
    font-size: 16px;
  }
  .vm .vm-thumbnail {
    width: 280px;
  }
  .vm .vm-thumbnail .vm-subtext {
    font-size: 18px;
  }
  .vm .vm-text {
    width: calc(100% - 280px);
  }
  .vm .vm-text .vm-title {
    font-size: 36px;
  }
  .section-vm {
    padding: 40px 0;
  }
  .section-vm-inner {
    padding: 0 75px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .vm {
    width: 80%;
  }
  .vm.right {
    margin-top: -40px;
    margin-left: 20%;
  }
  .vm .vm-thumbnail {
    width: 310px;
  }
  .vm .vm-thumbnail .vm-subtext {
    font-size: 18px;
  }
  .vm .vm-text {
    width: calc(100% - 310px);
  }
  .vm .vm-text .vm-content p {
    font-size: 1.2vw;
  }
}
@media (min-width: 1600px) {
  .section-vm {
    padding: 60px 0;
  }
  .section-vm-inner {
    padding: 0 120px;
    overflow: hidden;
  }
  .vm {
    width: 80%;
  }
  .vm.right {
    margin-left: 20%;
    margin-top: -80px;
  }
  .vm.right .vm-text {
    padding-right: 30px;
  }
  .vm .vm-thumbnail {
    width: 378px;
  }
  .vm .vm-thumbnail .vm-subtext {
    font-size: 24px;
  }
  .vm .vm-text {
    width: calc(100% - 378px);
    padding-left: 30px;
  }
  .vm .vm-text .vm-title {
    font-size: 44px;
    margin-bottom: 40px;
  }
  .vm .vm-text .vm-content p {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (min-width: 1920px) {
  .vm .vm-thumbnail {
    width: 488px;
  }
  .vm .vm-text {
    width: calc(100% - 488px);
  }
}
.section-value {
  padding: 30px 0 10px;
  background-color: #0d4b88;
  background-image: linear-gradient(130deg, #0d4b88, #16213d);
}
.value-title {
  color: #fff;
}
.value-box {
  padding: 20px;
  border: 1px solid #c99b52;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.value-box:nth-child(2n + 1) .value-head .number {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 700;
}
.value-head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.value-head .number {
  color: #fff;
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  margin-right: 10px;
}
.value-head .label {
  color: #c99b52;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
}
.value-content p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  text-align: justify;
}
@media (min-width: 768px) {
  .value-list {
    display: flex;
    flex-wrap: wrap;
  }
  .value-list.list-bottom {
    justify-content: flex-end;
  }
  .value-list.list-bottom .value-box {
    margin-left: 20px;
    margin-right: 0;
  }
  .value-box {
    width: 44%;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .section-value {
    padding: 40px 0;
  }
  .value-inner {
    padding: 0 80px;
  }
  .value-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .value-box {
    width: 38%;
    margin-right: 30px;
    padding: 30px;
    border-radius: 20px;
  }
  .value-head {
    margin-bottom: 30px;
  }
  .value-head .number {
    font-size: 52px;
    line-height: 52px;
    margin-right: 20px;
  }
  .value-head .label {
    font-size: 24px;
  }
  .value-content p {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .section-value {
    padding: 60px 0;
  }
  .value-inner {
    padding: 0 80px;
  }
  .value-title {
    font-size: 52px;
    margin-bottom: 30px;
  }
  .value-list.list-bottom .value-box {
    margin-left: 30px;
  }
  .value-box {
    padding: 40px;
  }
  .value-head {
    margin-bottom: 40px;
  }
  .value-head .number {
    font-size: 52px;
    line-height: 52px;
    margin-right: 20px;
  }
  .value-head .label {
    font-size: 24px;
  }
  .value-content p {
    font-size: 16px;
  }
}
.section-project {
  padding-bottom: 0;
}
.project-head {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pht-top h4 { 
  font-weight: 500;
  font-size: 16px;
}
.pht-bottom { text-align: center; }
.pht-bottom h2 {
  
  color: #0d4b88;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;

}
.project-slider .slick-dots {
  bottom: -30px;
}
.project-slider .slick-dots li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  width: 15px;
  transition: all 0.3s linear;
}
.project-slider .slick-dots li button {
  padding: 2px;
  height: 3px;
  width: 3px;
  background-color: #0d4b88;
  border: none;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.project-slider .slick-dots li.slick-active {
  height: 15px;
  width: 15px;
}
.project-slider .slick-dots li.slick-active button {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 2px solid #e4bb5f;
}
.project-item {
  position: relative;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  display: flex !important;
}
.project-item:before {
  content: "";
  display: block;
  padding-bottom: 98%;
  width: 1px;
  margin-left: -1px;
}
.project-item .project-item-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.project-item img {
  position: absolute;
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.project-item-detail {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.project-item-detail .pid-title {
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #333;
}
@media (min-width: 768px) {
  .pht-bottom h2 {
    margin-top: -15px;
  }
}
@media (min-width: 1200px) {
  .pht-top h4 {
    font-size: 18px;
  }
  .pht-bottom {
     
  }
  .pht-bottom h2 {
    font-size: 37px;
  }
  .project-item {
    position: relative;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    display: flex !important;
  }
  .project-item:before {
    padding-bottom: 98%;
  }
  .project-item:hover img {
    transform: scale(1.1);
  }
  .project-item img {
    transition: all 0.3s linear;
  }
  .project-head-inner {
    padding: 0;
  }
  .project-item-detail {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
  }
  .project-item-detail .pid-title {
    padding: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #333;
  }
}
@media (min-width: 1600px) {
  .project-head {
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .pht-top h4 {
    font-size: 28px;
  }
  .pht-bottom {
    margin-top: -26px;
  }
  .pht-bottom h2 {
    font-size: 72px;
  }
}
.section-leadership {
  position: relative;
  padding: 30px 0 50px;
}
.team-highlight__members ul {
  padding: 0;
  margin: 0;
}
.team-highlight__members ul li {
  list-style: none;
}
.leader-slider .slick-dots {
  bottom: -20px;
}
.leader-slider .slick-dots li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  width: 15px;
  transition: all 0.3s linear;
}
.leader-slider .slick-dots li button {
  padding: 2px;
  height: 3px;
  width: 3px;
  background-color: #0d4b88;
  border: none;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.leader-slider .slick-dots li.slick-active {
  height: 15px;
  width: 15px;
}
.leader-slider .slick-dots li.slick-active button {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 2px solid #e4bb5f;
}
.leadership-title {
  color: #0d4b88;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0d4b88;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 36px;
  margin-bottom: 15px;
}
.leadership-title div:last-child {
  padding-left: 30px;
}
.leader-item {
  cursor: pointer;
}
.leader-item.active .leader-card h3.leader-name {
  color: #0d4b88;
}
.leader-item.active .leader-card h4.leader-lvl {
  color: #333;
}
.leader-item.active .leader-quote {
  visibility: visible;
}
.leader-item .leader-card h3.leader-name {
  color: #888;
  margin-bottom: 0;
}
.leader-item .leader-card h4.leader-lvl {
  color: #888;
  margin-bottom: 0;
}
.leader-item .leader-quote {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
}
.leader-item .leader-quote p {
  margin-bottom: 0;
  text-align: justify;
}
.leader-item .leader-quote:before,
.leader-item .leader-quote:after {
  font-weight: 700;
  color: #0d4b88;
  position: absolute; 
  font-size: 24px;
  font-family: "Font Awesome 6 Pro";
}
.leader-item .leader-quote:before {
  content: "\f10d";
  top: 0;
  left: 0;
}
.leader-item .leader-quote:after {
  content: "\f10e";
  bottom: 0;
  right: 0;
}
.leader-img .m-leader-card {
  padding: 10px 15px;
  text-align: center;
}
.leader-img .m-leader-card h3.leader-name {
  font-size: 22px;
  color: #0d4b88;
  white-space: nowrap;
  margin-bottom: 0;
}
.leader-img .m-leader-card h4.leader-lvl {
  color: #888;
  margin-bottom: 0;
  font-size: 12px;
}
.leader-img .m-leader-card .leader-quote {
  margin-top: 15px;
}
.leader-img .m-leader-card .leader-quote p {
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .leader-img {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .section-leadership {
    padding: 40px 0;
  }
  .team-highlight__members {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
  .team-highlight__members ul li {
    margin-top: 10px;
  }
  .leader-item .leader-card h3.leader-name {
    font-size: 18px;
  }
  .leader-item .leader-card h4.leader-lvl {
    font-size: 12px;
  }
  .leader-item .leader-quote {
    width: 90%;
    padding: 20px 32px;
  }
  .leader-item .leader-quote p {
    font-size: 14px;
    text-align: justify;
  }
  .leader-item .leader-quote:before,
  .leader-item .leader-quote:after {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .leadership-title {
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    transform-origin: top left;
    writing-mode: vertical-rl;
    color: #0d4b88;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #0d4b88;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
  }
  .leadership-title div:last-child {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .section-leadership {
    padding: 60px 0;
  }
  .team-highlight__members ul li {
    margin-top: 15px;
  }
  .leadership-title {
    left: 0;
    font-size: 52px;
  }
  .leadership-title div:last-child {
    padding-top: 52px;
  }
  .leader-item .leader-card {
    display: flex;
    align-items: flex-end;
  }
  .leader-item .leader-card h3.leader-name {
    font-size: 20px;
    margin: 0;
    margin-right: 10px;
  }
  .leader-item .leader-card h4.leader-lvl {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .leader-item .leader-quote {
    width: 90%;
    padding: 30px 40px 15px;
  }
  .leader-item .leader-quote p {
    font-size: 18px;
    text-align: justify;
  }
  .leader-item .leader-quote:before,
  .leader-item .leader-quote:after {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .section-leadership {
    padding: 100px 0;
  }
  .leader-inner {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: 25%;
  }
  .team-highlight__members ul li {
    margin-top: 20px;
  }
  .leadership-title {
    left: 5%;
    font-size: 80px;
  }
  .leadership-title div:last-child {
    padding-top: 80px;
  }
  .leader-item .leader-card h3.leader-name {
    font-size: 28px;
  }
  .leader-item .leader-card h4.leader-lvl {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .leader-item .leader-quote {
    width: 80%;
    padding: 40px 40px 20px;
  }
  .leader-item .leader-quote p {
    font-size: 22px;
    text-align: justify;
  }
  .leader-item .leader-quote:before,
  .leader-item .leader-quote:after {
    font-size: 32px;
  }
}
.section-member {
  background-color: #0d4b88;
  background-image: linear-gradient(130deg, #0d4b88, #16213d);
  padding: 30px 0;
}
.member-title {
  color: #fff;
  margin-bottom: 20px;
}
.member-title h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0;
}
.member-text p {
  color: #fff;
  font-size: 13px;
  text-align: justify;
}
.member-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .member-right {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .section-member {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .section-member {
    padding: 60px 0;
  }
  .section-member-inner {
    padding: 0 8%;
  }
  .section-member-inner .row {
    align-items: center;
  }
  .member-title {
    margin-bottom: 30px;
  }
  .member-title h2 {
    font-size: 44px;
  }
  .member-text p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .section-member {
    padding: 100px 0;
  }
  .member-right {
    padding-left: 60px;
  }
  .member-title {
    margin-bottom: 40px;
  }
  .member-title h2 {
    font-size: 72px;
  }
  .member-text p {
    font-size: 18px;
  }
}
.section-hr {
  padding: 30px 0;
  overflow: hidden;
}
.hr-title-group {
  margin-bottom: 20px;
}
.hr-head-subtitle {
  color: #c99b52;
  font-size: 20px;
  margin-bottom: 0;
}
.hr-head-title {
  color: #0d4b88;
  font-size: 28px;
  margin-bottom: 0;
}
.hr-head-content p {
  margin-bottom: 0;
  font-size: 14px;
  text-align: justify;
}
.hr-slider .slick-slide {
  margin: 0 5px;
}
.hr-slider .slick-list {
  margin: 0 -5px;
}
@media (max-width: 767.98px) {
  .hr-head-content {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .section-hr {
    padding: 40px 0 20px;
  }
  .hr-head {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .hr-title-group {
    margin-bottom: 30px;
  }
  .hr-head-subtitle {
    font-size: 24px;
  }
  .hr-head-title {
    font-size: 36px;
  }
  .hr-head-content {
    padding-left: 16%;
  }
  .hr-head-content p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .section-hr {
    padding: 60px 0 20px;
  }
  .hr-slider .slick-slide {
    margin: 0 10px;
  }
  .hr-slider .slick-list {
    margin: 0 -10px;
  }
  .hr-head {
    margin-bottom: 60px;
  }
  .hr-title-group {
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .section-hr {
    padding: 100px 0 30px;
  }
  .hr-head {
    margin-bottom: 100px;
  }
  .hr-title-group {
    margin-bottom: 40px;
  }
  .hr-head-subtitle {
    font-size: 32px;
  }
  .hr-head-title {
    font-size: 52px;
  }
  .hr-head-content {
    padding-left: 100px;
  }
  .hr-head-content p {
    font-size: 18px;
    line-height: 36px;
  }
}
.section-partner {
  position: relative;
}
.partner-bg {
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.partner-group {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  margin-top: -28%;
}
.partner-group-inner {
  width: 100%;
  text-align: center;
}
.icon-group div {
  margin: 5% 0;
}
.icon-group div ul {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.icon-group div ul li {
  list-style: none;
  overflow: hidden;
  display: block; 
}
.icon-group div ul li img {
  display: block;
  max-height: 40px;
  will-change: transform, opacity;
  width: auto;  
  height: auto;
}
.partner-title-group h2.partner-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.partner-title-group h2.partner-title span {
  display: block;
  font-size: 36px;
  line-height: 46px;
}
.partner-title-group h3.partner-subtitle {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
.partner-title-group h3.partner-subtitle span {
  display: block;
}
.pht-bottom{
  padding-bottom: 25px;
}
.tag-line{ font-size: 23px; }

@media (min-width: 768px) {
  .partner-group {margin-top: -70%;}
  .partner-title-group h2.partner-title span {display: block;font-size: 44px;line-height: 58px;}
  .partner-title-group h3.partner-subtitle {font-size: 18px;}
  .icon-group div ul li img {max-height: 36px;width: auto;margin: 0 auto; max-width: 100%;}
  }
@media (min-width: 992px) {
  .partner-group {margin-top: -57%;}
}
@media (min-width: 1024px){
  .partner-group {margin-top: -60%;}
  @media screen and (min-height: 1366px)   {
    .partner-group {margin-top: -60%;}  
  }
}
@media (min-width: 1200px) {
  .section-partner {padding: 120px 0;}
  .partner-bg {object-fit: cover;height: 100%;width: 100%;position: absolute;top: 0;left: 0;}
  .partner-group {margin-top: 0;}
  .partner-group-inner {padding: 0;}
  .partner-title-group {text-align: center;}
  .partner-title-group h2.partner-title span {font-size: 3.2vw;line-height: 4.2vw;}
  .partner-title-group h3.partner-subtitle {font-size: 14px;}
  .icon-group .icons-second {padding: 0px 18%;}
  .icon-group .icons-third {padding: 0 14%;}
  .icon-group div ul li {  width: 16%; margin: 26px 0 9px 0; padding: 0 3%; }

}
@media (min-width: 1600px) {
  .section-partner {padding: 180px 0;}
  .partner-group-inner {padding: 0;}
  .icon-group div ul li img {max-height: 50px;}
  .partner-title-group {text-align: center;}
  .partner-title-group h2.partner-title span {font-size: 3.2vw;line-height: 4.2vw;}
  .partner-title-group h3.partner-subtitle {font-size: 16px;}
}

@media (max-width: 1199.98px) {
  .section-partner {background-color: #0d4b88;}
  .icon-group div ul li img {max-height: 50px;} s
  .icon-group .icons-first ul li {width: 20%;  margin: 26px 0 9px 0;}
  /*.icon-group {padding: 30px 0;} */
  .icon-group div ul li {width: 20%;}
  .icon-group div ul li img {max-height: 40px;max-width: 100%;height: auto;width: auto;}
  .icon-group .icons-first ul {flex-wrap: wrap;} 
  .icon-group ul li {padding: 0 3%;margin: 3% 0;} 
}
@media (max-width: 1024px){   
   @media screen and (orientation: landscape){
    .about-content{  width: 80%; }
  }
  .tag-line{ font-size: 23px; }
  .pht-bottom h2{font-size: 33px;}
}
@media (max-width: 970px) {
  .partner-group {margin-top: -71%;}
  .tag-line{ font-size: 21px; }
  .pht-top h4{ text-align: justify; } 
}
@media (max-width: 900px){
  .partner-group { margin-top: -63%; }
  .tag-line{ font-size: 19px; }
}
@media (max-width: 791px) {
  .icon-group div ul li { width: 25%  }
  .partner-group { margin-top: -21%; }
  .tag-line{ font-size: 17px; }
  .icon-group div{  margin: 11% 0 6% 0; }

}
@media (max-width: 361px) {
  .partner-group{ margin-top: -28%; }
  .tag-line{ font-size: 15px; }
  .pht-bottom h2{font-size: 30px;}
}
