@media (min-width: 1200px) {
  body {
    overflow: hidden;
  }
}
.section {
  position: relative;
}

.lastproject.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1199.98px) { 
  #homepage {
    margin-top: 60px;
  }
  .fp-section,
  .fp-slide,
  .fp-tableCell {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .section .container {
    height: 100%;
  }
  #homepage .container-fluid {
    height: 100%;
    /*padding: 0;*/
  }
}
.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;
}
#sec_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-item .row {
  align-items: center;
}
.home-title {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.home-title span {
  display: block;
}
@media (min-width: 768px) {
  .home-title {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 1199.98px) {
  .section-banner .container-fluid {
    padding: 0;
  }
  .home-title {
    padding: 30px 0;
  }
  .text_banner1{
    color: #fff !important;
    text-shadow: 1px 0px 4px rgba(81, 72, 41, 0.7), -3px 0px 7px rgba(81,67,21,0.7), 0px 4px 7px rgba(45, 38, 15, 0.7);
  }
  .text_banner2{
    color: #fff !important;
    /*text-shadow: 1px 0px 4px rgba(81, 72, 41, 0.7), -3px 0px 7px rgba(81,67,21,0.7), 0px 4px 7px rgba(45, 38, 15, 0.7);*/
    text-shadow: 1px 0px 4px rgba(117, 107, 75, 0.6), -3px 0px 7px rgba(81,67,21,0.6), 0px 4px 7px rgba(70, 62, 37, 0.6);
  }
  .text_banner3{
    color: #fff !important;
    text-shadow: 1px 0px 4px rgba(81, 72, 41, 0.7), -3px 0px 7px rgba(81,67,21,0.7), 0px 4px 7px rgba(45, 38, 15, 0.7);
  }
}
@media (min-width: 1200px) {
  .home-title {
    margin-left: 8%;
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 1600px) {
  .home-title {
    font-size: 56px;
    line-height: 66px;
  }
}
.home-title-img {
  display: flex;
  align-items: center;
}
.home-title-img img {
  width: 86px;
  margin: 0 17px;
}
.circle-ani {
  position: absolute;
  pointer-events: none;
}
.circle-ani span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  transform-origin: center;
}
.circle-ani.big-circle {
  width: 66vw;
  height: 66vw;
  left: 17vw;
  bottom: 4vh;
}
.circle-ani.big-circle span {
  background-color: rgba(255, 255, 255, 0.1);
}
.circle-ani.p-circle {
  width: 50vh;
  height: 50vh;
  right: -25vh;
  top: 26vh;
  z-index: -1;
}
.circle-ani.p-circle span {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .home-title-img img {
    width: 18vw;
  }
  .circle-ani.p-circle {
    width: 72vh;
    height: 72vh;
    right: -27vh;
    top: 48vh;
    z-index: -1;
  }
  .circle-ani.p-circle span {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 992px) {
  .circle-ani.p-circle {
    right: -26vh;
    top: 27vh;
  }
}
@media (max-width: 1199.98px) {
  .home-title-img {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .home-title-img {
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .home-title-img img {
    width: 8vw;
  }
  .home-title-img img:nth-child(2) {
    margin-left: 30px;
  }
  .circle-ani.big-circle {
    width: 55vh;
    height: 55vh;
    left: 26vh;
    bottom: auto;
    top: calc(50% - 27.5vh);
  }
  .circle-ani.big-circle span {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 1600px) {
  .home-title-img {
    margin-left: 50px;
    margin-bottom: 30px;
  }
  .home-title-img img:nth-child(2) {
    margin-left: 50px;
  }
}
.home-slider .slick-prev,
.home-slider .slick-next {
  height: 40px;
  width: 40px;
}
.home-slider .slick-prev:before,
.home-slider .slick-next:before {
  font-size: 24px;
}
.home-slider .slick-prev:before {
  content: "\f323";
}
.home-slider .slick-next:before {
  content: "\f324";
}
.home-slider .slick-dots {
  top: 82%;
}
.home-slider .slick-dots:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translateX(-50%);
  height: 20px;
  width: 1px;
  background-color: #fff;
}
.home-slider .slick-dots:after {
  content: attr(data-content);
  position: absolute;
  left: 50%;
  top: 40%;
  color: #fff;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 13px;
  line-height: 22px;
}
.home-slider .slick-dots li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  width: 15px;
  transition: all 0.3s linear;
}
.home-slider .slick-dots li button {
  padding: 2px;
  height: 3px;
  width: 3px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.home-slider .slick-dots li.slick-active {
  height: 15px;
  width: 15px;
}
.home-slider .slick-dots li.slick-active button {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 2px solid #e4bb5f;
}
@media (min-width: 768px) {
  .home-slider .slick-dots:after {
    font-size: 18px;
  }
  .home-slider .slick-dots li {
    height: 20px;
    width: 20px;
  }
  .home-slider .slick-dots li button {
    padding: 5px;
    height: 6px;
    width: 6px;
  }
  .home-slider .slick-dots li.slick-active {
    height: 20px;
    width: 20px;
  }
  .home-slider .slick-dots li.slick-active button {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 1199.98px) {
  .home-slider {
    position: relative;
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100) - 60px);
    max-height: -webkit-fill-available;
  }
  .home-slider .slick-list,
  .home-slider .slick-track {
    height: 100%;
  }
  .home-item {
    position: relative;
    height: 82%;
  }
  .home-item .home-img {
    object-fit: cover;
    height: 100%;
  }
  .home-item .row {
    height: 100%;
  }
  .home-item .left-col {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
  }
  .home-item .right-col {
    height: 100%;
  }
  .home-item:before {
    content: "";
    /*background: linear-gradient(0deg, #001d3a, transparent);*/
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .home-slider {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .home-slider .slick-dots {
    width: 33.3333%;
    text-align: right;
    padding-right: 15px;
    top: auto;
    bottom: 4%;
  }
  .home-slider .slick-dots:before {
    left: 100%;
    top: calc(50% + 5px);
    transform: translateY(-50%);
    height: 1px;
    width: 30px;
  }
  .home-slider .slick-dots:after {
    left: 100%;
    top: calc(50% + 5px);
    color: #fff;
    transform: translateY(-50%);
    margin-left: 50px;
    font-size: 16px;
    line-height: 24px;
  }
}
@keyframes scaleLarge {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width: 1200px) {
  .bg-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(
      circle at center,
      transparent 0,
      transparent 80%,
      rgba(46, 100, 152, 0.2) 100%
    );
    opacity: 0;
  }
}
@media (min-width: 1600px) {
  .bg-shadow {
    background: radial-gradient(
      circle at center,
      transparent 0,
      transparent 65%,
      rgba(46, 100, 152, 0.2) 100%
    );
  }
}
.about-content .about-inner {
  padding: 30px 0;
}
.about-title {
  margin-bottom: 20px;
}
.about-title > div {
  display: block;
  overflow: hidden;
}
.about-title > div span {
  color: #0d4b88;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  display: block;
  font-weight: 500;
}
.about-link {
  color: #c99b52;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.about-description {
  position: relative;
}
.about-description .quote {
  margin-bottom: 7.4%;
}
.about-description .quote p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
  text-align: justify;
}
.about-description .six p {
  margin-bottom: 0;
}
.about-description .six p span {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #0d4b88;
  font-weight: 700;
}
.about-description .six .row .col-12 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-title {
    margin-bottom: 20px;
  }
  .about-title > div span {
    font-size: 32px;
    line-height: 44px;
  }
  .about-description {
    position: relative;
  }
  .about-description .six .row .col-12 {
    margin-bottom: 20px;
  }
  .about-description .six p span {
    font-size: 22px;
    line-height: 26px;
  }
  .about-description .quote {
    margin-bottom: 20px;
  }
  .about-description .quote p {
    font-size: 16px;
    line-height: 24px;
  }
  .about-link {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1199.98px) {
  .section-about {
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  .about-content {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .about-content .about-inner {
    padding: 0 17%;
  }
  .about-title > div span {
    font-size: 44px;
    line-height: 52px;
  }
  .about-link {
    position: absolute;
    top: 2%;
    left: 20px;
    transform: rotate(90deg);
    transform-origin: top left;
    font-size: 14px;
    line-height: 22px;
  }
  .about-description {
    padding-left: 7.6%;
  }
  .about-description .quote {
    margin-bottom: 14.4%;
  }
  .about-description .quote p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .about-description .six p {
    margin-bottom: 3%;
  }
  .about-description .six p:last-child {
    margin-bottom: 0;
  }
  .about-description .six p span {
    font-size: 18px;
    line-height: 24px;
  }
  .about-description .six .row .col-12 {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .about-content .about-inner {
    padding: 0 21%;
  }
  .about-title > div span {
    font-size: 52px;
    line-height: 70px;
  }
  .about-description .quote p {
    font-size: 16px;
    line-height: 24px;
  }
  .about-description .six p span {
    font-size: 22px;
    line-height: 26px;
  }
  .about-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.project-bg {
  display: block;
}
.project-content {
  padding: 8% 0;
}
.project-number {
  display: flex;
}
.project-text {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.project-text p {
  color: #fff;
  margin-bottom: 0;
}
.project-text p span {
  display: block;
  font-size: 24px;
  line-height: 36px;
}
.project-link a {
  text-transform: uppercase;
  color: #c99b52;
  font-weight: 700;
  display: block;
  font-size: 18px;
  line-height: 24px;
}
.project-link a span {
  display: block;
}
.number-box {
  text-align: left;
  margin-bottom: 20px;
}
.number-box:first-child {
  width: 100%;
}
.number-box:nth-child(2) {
  margin-right: 30px;
}
.number-box h4,
.number-box h5 {
  color: #fff;
  text-shadow: 1px 1px 1px #797979;
}
.number-box h4 {
  position: relative;
  font-size: 52px;
  line-height: 52px;
  font-weight: 700;
}
.number-box h4 sup {
  font-size: 22px;
  top: -0.76em;
  font-weight: 300;
}
.number-box h5 {
  text-transform: uppercase;
  font-weight: 300;
  white-space: nowrap;
  font-size: 12px;
}
.splitText {
  position: relative;
}
.splitText > div {
  white-space: pre-line;
  float: left;
  margin-right: 5px;
}
.letter-measure {
  opacity: 0;
  margin-right: 0 !important;
}
.split-lines {
  white-space: nowrap !important;
}
.blank {
  margin-right: 0px !important;
  white-space: pre !important;
}
@media (min-width: 768px) and (orientation: portrait) {
  .project-text {
    margin-bottom: 30px;
  }
  .project-text p span {
    font-size: 32px;
    line-height: 46px;
  }
  .number-box h4 {
    font-size: 72px;
    line-height: 72px;
  }
  .number-box h5 {
    font-size: 16px;
  }
  .project-link a {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1199.98px) {
  .project-number {
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .project-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .project-content {
    position: absolute;
    padding: 0;
    top: 20%;
    left: 7%;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .project-number {
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
  .project-text {
    margin-top: 10%;
    margin-bottom: 0;
  }
  .project-text p {
    color: #0d4b88;
  }
  .project-text p span {
    display: block;
    font-size: 28px;
    line-height: 40px;
  }
  .project-link {
    width: 100%;
  }
  .project-link a {
    float: right;
    font-size: 14px;
    line-height: 22px;
    width: 30%;
    height: 40px;
    margin-top: 2%;
  }
  .number-box {
    margin-left: 8%;
  }
  .number-box h4 {
    position: relative;
    font-size: 80px;
    line-height: 80px;
  }
  .number-box h4 sup {
    font-size: 24px;
    top: -3.6vw;
  }
  .number-box h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .number-box .area {
    width: 16vw;
  }
  .number-box .com {
    width: 10vw;
  }
  .number-box .project {
    width: 7.2vw;
  }
}
@media (min-width: 1600px) {
  .number-box {
    margin-left: 8%;
  }
  .number-box h4 {
    position: relative;
    font-size: 124px;
    line-height: 124px;
  }
  .number-box h4 sup {
    font-size: 32px;
    top: -3.6vw;
  }
  .number-box h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .project-text {
    margin-top: 12%;
  }
  .project-text p span {
    font-size: 44px;
    line-height: 62px;
  }
  .project-link {
    width: 100%;
  }
  .project-link a {
    width: 22%;
    font-size: 16px;
    line-height: 24px;
  }
}
.career-left {
  z-index: 1;
}
.career-left-col {
  margin-top: -40%;
  padding: 0 30px;
}
.career-left-col-inner {
  padding-bottom: 10%;
}
.career-title {
  margin-bottom: 12%;
}
.career-title p {
  margin-bottom: 0;
}
.career-title p span {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  display: block;
}
.career-img-box {
  height: 100%;
}
.career-img-box img {
  position: relative;
  object-fit: cover;
  height: 100%;
  z-index: 1;
}
.career-content {
  margin-bottom: 5px;
}
.career-content p {
  margin-bottom: 0;
}
.career-content p span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
}
.career-link {
  font-weight: 700;
  color: #c99b52;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.career-link:hover {
  color: #c99b52;
}
@media (min-width: 768px) {
  .career-left-col {
    margin-top: -28%;
  }
  .career-content p span {
    font-size: 18px;
    line-height: 26px;
  }
  .career-link {
    font-size: 22px;
    line-height: 32px;
  }
  .career-title p span {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .career-left-col {
    margin-top: -23%;
  }
  .career-left-col-inner {
    padding-bottom: 2%;
  }
}
@media (min-width: 1200px) {
  .career-right {
    z-index: 2;
  }
  .career-left-col {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
  } 
  .career-title {
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 3%;
  }
  .career-title p span {
    color: #0d4b88;
    font-weight: 400;
    display: block;
    font-size: 2.8vw;
    line-height: 3.6vw;
  }
  .career-content {
    text-align: right;
    width: 60%;
    float: right;
  }
  .career-content p {
    margin-bottom: 5px;
  }
  .career-content p span {
    font-size: 14px;
    line-height: 22px;
    color: #333;
  }
  .career-link {
    position: absolute;
    right: -30px; 
    writing-mode: vertical-rl;
    text-transform: uppercase;
    padding: 3% 5% 3% 2%;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: #ccc;
    transition: 0.6s right ease-in;
    font-size: 14px;
    line-height: 22px;
  }
  .career-link:hover {
    color: #c99b52;
  }
  .career-link.hidden {
    right: -180px;
  }
}
@media (min-width: 1600px) {
  .career-link {
    right: -30px;
    bottom: 6vh;
  }
  .career-link.hidden {
    right: -180px;
  }
  .career-content p span {
    font-size: 16px;
    line-height: 24px;
  }
}
.news-group {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.news-group-inner {
  width: 100%;
  padding: 30px 0;
}
.news-bg {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 97%;
  background-color: #e6edf3;
}
.news-title {
  position: absolute;
  top: 3%;
  transform: translateY(-50%);
}
.news-title span {
  display: block;
  color: #0d4b88;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
}
.posts {
  margin-top: 20%;
}
.posts .post-col {
  margin-bottom: 30px;
}
.posts article.post {
  padding-bottom: 10px;  
  display: flex;
  flex-wrap: wrap;
}
.posts article.post .post-thumbnail {
  width: 100%;
}
.posts article.post .post-text {
  position: relative;
  width: 100%;
}
.posts article.post .post-text .post-link {
  color: #0d4b88;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  display: block;
}
.posts article.post .post-meta {
  margin-bottom: 5px;
}
.posts article.post .post-meta .dd {
  color: #0d4b88;
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: 700;
}
.posts article.post .post-meta .my {
  display: block;
  color: #0d4b88;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.posts article.post .post-meta .date {
  display: block;
  color: #6e7173;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.post-title {
  color: #333;
}
.post-title a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: block;
}
.posts-link {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #c99b52;
  font-size: 13px;
  line-height: 22px;
}
.posts-link:hover {
  color: #c99b52;
}
.icon-group div ul {
  width: 100%;
  padding: 0; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  flex-wrap: wrap;

} 
.icon-group div ul li{
  display: block;
}

@media (min-width: 768px) {
  .news-title {
    top: 8%;
  }
  .news-title span {
    font-size: 44px;
  }
  .news-bg {
    height: 92%;
  }
}
@media (min-width: 992px) {
  .news-title {
    top: 10%;
  }
  .posts {
    margin-top: 12%;
  }
  .posts article.post {
    display: flex;
  }
  .posts article.post .post-thumbnail {
    width: 40%;
    padding-right: 20px;
  }
  .posts article.post .post-text {
    width: 60%;
  }
  .post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
  }
  .news-bg {
    height: 90%;
  }
}
@media (max-width: 1199.98px) {
  .posts article.post .post-thumbnail {
    margin-bottom: 10px;
  }
  .section-news {
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  .news-group-inner {
    padding: 60px 2%;
  }
  .news-bg {
    height: 80%;
    transition: height 0.8s ease-in-out;
  }
  .news-bg.hidden {
    height: 0;
  }
  .news-title {
    top: 20%;
  }
  .news-title span {
    font-size: 5vw;
  }
  .posts {
    margin-top: 17%;
  }
  .posts .post-col {
    margin-bottom: 2%;
  }
  .posts article.post {
    display: flex;
  }
  .posts article.post .post-thumbnail {
    width: 50%;
    padding-right: 20px;
  }
  .posts article.post .post-thumbnail img{
  	border: 1px solid #fff;
  }
  .posts article.post .post-text {
    width: 50%;
  }
  .posts article.post .post-text .post-link {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .posts article.post .post-meta {
    margin-bottom: 4%;
  }
  .posts article.post .post-meta .date {
    line-height: 24px;
  }
  .post-title a {
    font-size: 16px;
    line-height: 22px;
    color: #0d4b88;
  }
  .posts-link {
    font-size: 14px;
    line-height: 22px; 
  }
  .icon-group div ul li {
    width: 16%
  }
}
@media (min-width: 1600px) {
  .news-group-inner {
    padding: 0;
  }
  .post-title a {
    font-size: 16px;
    line-height: 24px;
  }
  .posts-link {
    font-size: 16px;
    line-height: 24px;
  }
  .posts .post-col {
    margin-bottom: 4%;
  }
}
.partner-bg {
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.partner-group {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.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: space-between;
  flex-wrap: wrap;*/
}
.icon-group div ul li {  
  list-style: none;
  overflow: hidden;
  margin: 26px 0 9px 0;
}
.icon-group div ul li img {
  display: block;
  max-height: 40px;
  will-change: transform, opacity;
}
.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;
}

/*
section-lastproject

*/
.section-lastproject{
  background-color: #fff;
}

/*
  Portlilo
*/

.lastproject{
  padding-top: 93px;
}
.lastproject-title {  
}

.portfolio-subtitle {
  margin-bottom: 5px;
}
.portfolio-subtitle a {
  color: #0d4b88;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}
.portfolio-title {
  margin-bottom: 5px;
}
.portfolio-title a {
  text-transform: uppercase;
  color: #0d4b88;
  font-weight: 700;
  display: block;
  font-size: 24px;
  line-height: 32px;
}
.portfolio-meta {
  margin-bottom: 5px;
}
.portfolio-meta .add {
  color: #c99b52;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-size: 14px;
}

.portfolio-item .portfolio-item-thumbnail {
  margin-bottom: 10px;
}
.portfolio-item .portfolio-item-thumbnail img{
  width: 100%;
}
.portfolio-link {
  font-size: 13px;
  color: #0d4b88;
  font-weight: 600;
  display: block;
}
.portfolio-link span {
  display: block;
}
.portfolio-link:hover {
  color: #c99b52;
}
.portfolio-content {
  margin-bottom: 5px;
}
.portfolio-content p {
  text-align: justify;
  font-size: 13px;
  margin-bottom: 0;
}
.portfolio-heading{ padding-bottom: 15px;}
.portfolio-heading h2{color: #0d4b88;}
.portfolio-item-thumbnail img{
  /*max-width: 100%;*/
  width: 100%;
  height: auto;
}


/******* search ********/
.title-search{
  display: flex;
  align-items: flex-end;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .title-search{
    min-height: 380px;
  }
}
@media (max-width: 1199.98px) {
  .title-search{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 791px) {
  .title-search{
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.title-search h2{
  color: #fff;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
@media (min-width: 1200px) {
  #lastsearch{
      background: url('https://asianadanang.vn/wp-content/uploads/2021/03/home-bg.webp') bottom left;
      background-repeat: no-repeat;
      background-size: 100% auto;
  }
}
  .project_filter_wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin-top: 10px;
    opacity: 0.95;
  }

  .project_filter_wrapper .ser_item.key_ser {
    width: 100%;
    height: 70px;
    padding: 15px 27px;
    display: flex;
    justify-content: space-between;
  }

  .project_filter_wrapper .ser_item.key_ser input {
    width: calc(100%);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 17px; 
  }

  .project_filter_wrapper .ser_item.key_ser button {
    width: 185px;
    height: 40px;
    background-color: #DCA447;
    border-radius: 3px;
    border: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }

 .projects {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .projects .item {
    margin-bottom: 30px;
  }

  .projects .item_wrapper {
    border-radius: 3px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .projects .info {
    padding: 30px;
  }

  .projects .info h4 {
    height: 54px;
  }
  .filter_custom select{ 
    background: transparent;
    -webkit-appearance: none; 
    border: 0; 
    cursor: pointer;
    
  }
  span.text_1{
    padding: 0 0 7px 0;
    color: #0d4b88;;
    font-weight: bold;
    
  }
  ul.pager li { 
    display: block;
    margin: 0 auto;
  }
  ul.pager li a {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DCA447;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }

   

.filter_custom {
    height: 85px;
    padding: 20px 30px;
    border-top: 1px solid #E4E4E4;
    position: relative;
    display: flex;
    flex-direction: column;
}


/**********************
  min
***********************/

@media (min-width: 768px) { 
.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;height: auto;max-width: 100%;margin: 0 auto;}
.icon-group div ul li{padding: 0 3%;} 
.partner-group {margin-top: -20%;}
  @media screen and (min-height: 1024px)   {
    .about-description .six p span{font-size: 16px;}
    .partner-group {
      margin-top: -64%;
    }
  }

}
 
@media (min-width: 792px) {
  .portfolio-item {display: flex; margin: 0 1px;} 
  .portfolio-item .portfolio-item-thumbnail {margin-bottom: 0;width: 63.3333%;}
  .portfolio-item-content{text-align: left;width: 80%; text-align: justify;}
  .portfolio-item-content p a.more{color: #0d4b88;font-weight: bold;}
  .portfolio-item-content p a:hover{color:#c99b52}
  .portfolio-item .portfolio-item-detail {width: 36.6667%;}
  .portfolio-item .portfolio-item-detail .portfolio-heading{width: 240px;float: right;}
  .portfolio-item .portfolio-item-detail .portfolio-heading h2{font-size: 45px;color: #0d4b88;}
  .portfolio-item:after {content: "";}
  .portfolio-item:nth-child(2n) .portfolio-item-thumbnail {margin-right: 15px;}
  .portfolio-item:nth-child(2n) .portfolio-item-detail {margin-left: 15px;}
  .portfolio-item:nth-child(2n + 1) .portfolio-item-detail {text-align: right;}
  .portfolio-item:nth-child(2n + 1) .portfolio-item-thumbnail {order: 2;margin-left: 15px;}
  .portfolio-item:nth-child(2n + 1) .portfolio-item-detail {order: 1;margin-right: 15px;}
  .portfolio-item:nth-child(2n + 1) .portfolio-content p {text-align-last: right;}
  .portfolio-meta { margin-bottom: 15px; }
  .portfolio-meta .add { font-size: 14px;}
  .portfolio-content { margin-bottom: 15px; }
  .portfolio-content p {font-size: 13px;line-height: 20px;}
}
@media (min-width: 992px) {
   .partner-group {margin-top: -57%;}
}
@media (min-width: 1024px){ 
  .partner-group {
    margin-top: -547px;
  }
  @media screen and (min-height: 1366px)   {
    .partner-group {margin-top: -60%;} 
    .partner-title-group h2.partner-title{margin-top: 3%;}
  }
  @media screen and (max-width: 1024px)   {
    .project-content{position: absolute;padding: 0;top: 20%;left: 7%;width: 50%;display: flex;flex-wrap: wrap;justify-content: flex-end;  }
    .project-lin{    width: 100%;  }
    .project-text{     width: 100%;  }
    .project-text .d-xl-none{    display: none;  }
    .project-text p{    text-align: right;  }
    .project-text p span{ font-size: 26px;line-height:32px }
    .about-content .about-inner {padding: 30px 0; margin: 0 5%;}
  }
  .posts article.post .post-text{width: 46%;}
  .posts article.post .post-thumbnail{width: 54%;}
}
@media (min-width: 1110px){ 
  .partner-group {
    margin-top: -63%;
  }
}
@media (min-width: 1200px) { 
  .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 10%;}
  .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;}
  .portfolio-subtitle a {font-size: 16px;line-height: 22px;}
  .portfolio-title a {font-size: 28px;line-height: 36px;}
  .portfolio-meta .add {font-size: 14px;line-height: 22px;}
  .portfolio-item {padding: 5px 0;  } 
  .career-left-col{margin-top: -8%;} 
  .career-left-col-inner{padding-bottom: 6%;}
  .career-link{bottom: 0;} 
  #banner .container-fluid{ padding-left:0; padding-right:0 ; }
  .project_filter_wrapper .ser_item {width: calc(100% / 3); }
  ul.pager li { width: calc(100% / 3 - 30px); }
  span.text_1{ font-size: 16px; }
  .filter_custom select{ font-size: 15px; }
  .portfolio-item-content{ font-size: 15px;}
  @media screen and (min-height: 621px)   {
    .portfolio-item {align-items: center;}
  }
  @media screen and  (max-height: 620px)  { 
    #menu-footer-menu li { margin-top: 5px; }
    .career-left-col-inner{padding-bottom: 10%}
    #header{padding-top: 0; padding-bottom: 0;}
    .about-content .about-inner{padding-top: 4%;}
    .about-content .about-inner{ padding-top: 6%; }
    .career-left-col{height: 107vh !important;}
    .news-bg{ height: 77%; }
    .news-title {top: 23%;} 
    .posts .post-col{margin-bottom: 0;}
    .posts {margin-top: 18%;}
  } 
}
@media (min-width: 1365px) {
  .portfolio-content p { 
    font-size: 15px; line-height: 22px;
  }
  .partner-title-group h2.partner-title {
    padding-top: 5%; 
  }
}
@media (min-width: 1600px) {
  .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;}
  .portfolio-item-content{width: 86%;font-size: 16px;}
  .portfolio-item { padding: 50px 0;}
  .portfolio-item:nth-child(2n) .portfolio-item-thumbnail {margin-right: 20px;}
  .portfolio-item:nth-child(2n) .portfolio-item-detail {margin-left: 20px; }
  .portfolio-item:nth-child(2n + 1) .portfolio-item-thumbnail {margin-left: 20px;}
  .portfolio-item:nth-child(2n + 1) .portfolio-item-detail {margin-right: 20px;} 
  .portfolio-subtitle a {font-size: 18px;line-height: 26px;}
  .portfolio-title a {font-size: 46px;line-height: 64px;  }
  .portfolio-title a .aside {margin-top: -5px;}
  .portfolio-meta .add {font-size: 16px;line-height: 26px;}
  .portfolio-content { margin-bottom: 30px;}
  .portfolio-content p {font-size: 16px;line-height: 22px;}
  .portfolio-link { font-size: 16px;line-height: 26px;} 
  .portfolio-item .portfolio-item-detail {padding-left: 0;}

}

/*
  max
*/
@media (max-width: 1199.98px) {
  .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;} 
  .project_filter_wrapper .ser_item {width: calc(100% / 3);}
  .career-left-col{margin-top: -50%;} 
  .project-slider .slick-slide {padding: 0px;}
  .project-slider-nav .slick-slide img{ width: 100%; }
  .portfolio-item-detail{ padding: 0 ;}
  .portfolio-item-content{ padding: 0; }
  .portfolio-heading{ padding-left:0; }
  .portfolio-item .portfolio-item-thumbnail{ padding: 0; }
  .portfolio-item-content p{ text-align: justify; }
  /*
  @media screen and (orientation: landscape){
    .home-slider {min-height: 654px;}
    .home-title {padding: 0;}
    .home-title-img img {width: 86px;}
    .about-description .quote {margin-bottom: 2.4%;}
    .about-description .six .row .col-12 {margin-bottom: 2%;}
    .career-left-col {margin-top: -18%;}
    .career-left-col-inner {padding-bottom: 5%;}
    .news-title {top: 8%;}
    .news-bg {height: 92%;}
    .post-title {font-size: 15px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
    .foot-col p i {width: 40px;}
    .post-col {max-width: 50%;}
    .news-group-inner {padding: 30px 0;}
    .partner-group {margin-top: -65%;} 
  }
  */
}
@media (max-width: 1024px){   
   @media screen and (orientation: landscape){
    .about-content{
      width: 80%;
    }
  }
}
@media (max-width: 1023px) {
  .partner-group {
    margin-top: -500px;
  } 
}
@media (max-width: 975px) {
  .partner-group {
    margin-top: -71%;
  }
  .ser_search{
    width: 100%;
  }
}
@media (max-width: 970px) {
  .partner-group {
    margin-top: -71%;
  }
}
@media (max-width: 900px){
  .partner-group {
    margin-top: -450px;
  }
}
@media (max-width: 791px) {
  .lastproject{ padding-top:7px; } 
  .career-left-col{margin-top: -76%;}
  #contact{background-color: #144d80;}
  .project_filter_wrapper .ser_item {width: calc(100% / 2);}
  .ser_search{
    width: 100% !important;
  }
  .icon-group div ul li { width: 25%  }
  .partner-group {
    margin-top: -18%;
  }
}

@media (max-width: 361px) {
  .career-left-col{margin-top: -74%;}
  #contact{background-color: #144d80;} 
  .project-text p{color: #fff;}
  .project_filter_wrapper .ser_item { width: calc(100% ); }
  .partner-group{ margin-top: -28%; }
  
} 
 




  