.item_project {
}

.wrap_project {
  margin: 0 -10px;
}

.item_project {
  width: calc(calc(100% / 3) - 20px);
  margin: 0 10px 20px;
  background-color: #f8f8f8;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 41, 74, 0.1);
}

.item_project .box_img {
  position: relative;
  height: 250px;
}

.item_project .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item_project .box_img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 55, 113, 0.77);
}

.item_project .box_img span {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
  width: 100%;
  justify-content: center;
  font-size: 17px;
}

.item_project .box_img span svg {
  width: 13px;
  height: auto;
  fill: white;
  transform: translateY(-2px);
  margin-left: 10px;
}

.item_project .box_img > *:not(img) {
  opacity: 0;
  transition: 0.5s all;
}

.item_project:hover .box_img > *:not(img) {
  opacity: 1;
}

.item_project .box_content {
  padding: 20px 25px 40px;
}

.item_project .box_content h3 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 15px;
  transition: 0.5s all;
}

.item_project .box_content h3 a {
  color: #333333;
  transition: 0.5s all;
}

a.address {
  display: flex;
  color: #666666;
  font-size: 16px;
}

a.address svg {
  flex: 0 0 auto;
  width: 13px;
  fill: #666666;
  margin: -2px 5px 0 0;
}

.item_project:hover .box_content h3 a {
  color: #223770;
}

.item_project:before {
  height: 2px;
  background-color: #e1872d;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  transition: 0.5s all;
}

.item_project:hover:before {
  width: 100%;
}
.project_page {
  padding: 100px 0 85px;
}
div#banner_gr img {
  width: 100vw;
  display: block;
}

div#banner_gr:before {
  background-image: linear-gradient(
    to top,
    #23386f 0%,
    rgba(48, 68, 119, 0) 100%
  );
  opacity: 0.95;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.gr_head {
  position: absolute;
  z-index: 999;
  bottom: 20px;
  max-width: 1200px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.gr_head ul {
  display: flex;
  list-style: none;
  margin: 0;
}

.gr_head ul * {
  color: white;
  font-size: 14px;
  font-style: unset;
}

.gr_head ul span {
  margin: 0 5px;
}
ul.thenativePagination {
  display: flex;
  list-style: none;
  margin: 30px 0 0 0;
  justify-content: center;
}

ul.thenativePagination a {
  width: 38px;
  height: 38px;
  border: 1px solid #e1e1e1;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #999999;
  font-size: 15px;
  line-height: 39px;
  margin: 0 5px;
}

ul.thenativePagination li.active a {
  color: #23386f;
  border-color: #23386f;
}
li.thenativePaginationStart,
li.thenativePaginationEnd {
  display: none !important;
}

li.thenativePaginationPrev a,
li.thenativePaginationNext a {
  border: none;
}

li.thenativePaginationPrev a svg,
li.thenativePaginationNext a svg {
  width: 15px;
  margin-top: 11px;
  fill: #999999;
}

li.thenativePaginationPrev a svg {
  transform: rotate(180deg);
}
.home_sec_2.about_sec_1 {
  padding-bottom: 230px;
  background-attachment: fixed;
}
.about_sec_2 .item > * {
  width: 50%;
}

.about_sec_2 .item {
  background-color: #223771;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.about_sec_2 .item:before {
  position: absolute;
  right: 0;
  bottom: -10px;
  content: url(../../images/bf_vistion.png);
}

.about_sec_2 .item .box_content {
  padding: 0 calc(calc(100vw - 1200px) / 2) 0 90px;
}

.about_sec_2 .item img {
  width: 100%;
  display: block;
}

.about_sec_2 .item .box_content .content {
  font-size: 16px;
}
.about_sec_2 .item .box_content .heading_h2 {
  font-size: 36px;
}
.about_sec_2 .item.last_item .box_content {
  padding: 0 90px 0 calc(calc(100vw - 1200px) / 2);
}
.about_sec_2 .item.last_item:before {
  left: 0;
  right: unset;
  transform: rotateY(180deg);
}
.about_sec_3 {
  padding: 110px 0;
  background-attachment: fixed;
}
.about_sec_4 {
  padding: 100px 0 0px;
}
.about_sec_5 {
  padding: 130px 0 90px;
}
.about_sec_5:before {
  position: absolute;
  right: 45px;
  top: 42px;
  content: url(../../images/bf_start.png);
}
.about_sec_5 .wrap > * {
  width: 50%;
}

.about_sec_5 .wrap .box_content {
  padding: 35px calc(calc(100vw - 1200px) / 2) 0 100px;
}

.about_sec_5 .wrap .box_content > h3 {
  font-size: 30px;
  color: #223771;
  margin: 0;
}

.about_sec_5 .wrap .box_content > span {
  font-size: 18px;
  color: #666666;
  padding-bottom: 20px;
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.about_sec_5 .wrap .box_content > span:before {
  width: 80px;
  height: 1px;
  background-color: #f9741d;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
}
.about_sec_5 .wrap .box_img img {
  display: block;
  width: 100%;
}
/*.about_sec_6{*/
/*    padding-bottom: 90px;*/
/*}*/
.slider_award .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
}

.slider_award {
  padding: 30px 0 180px 0;
  margin: 0 -55px;
}

.slider_award .swiper-slide {
  transform: scale(0.7);
  transition: 0.8s all;
}

.slider_award .item {
  position: relative;
}

.slider_award .item h3 {
  position: absolute;
  font-size: 18px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.slider_award .item img {
  width: 100%;
  display: block;
}
.box_slider {
  position: relative;
}
.about_sec_6 .arrow_slider {
  top: 35%;
}
.about_sec_7 {
  padding: 115px 0 180px;
  background-attachment: fixed;
}
.about_sec_7 .slider_box {
  max-width: 1050px;
  margin: 40px auto 0;
}
.tabs_scroll ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin: 0;
  /* height: 50px; */
  /* background-color: #213671; */
}

.tabs_scroll ul a {
  font-size: 14px;
  color: white;
  transition: 0.5s all;
}

.tabs_scroll {
  height: 50px;
  background-color: #213671;
  line-height: 50px;
}
.tabs_scroll.active {
  position: fixed;
  width: 100%;
  top: 60px;
  z-index: 10;
}
.tabs_scroll ul a.active,
.tabs_scroll ul a:hover,
.tabs_scroll ul li.active a {
  color: #f7941d;
}

section.section.nav_tabs {
  height: 50px;
}

.contact_sec_1 {
  padding: 95px 0;
}

.contact_sec_1 .heading_h2 {
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 50px;
  line-height: 1.4;
}

.contact_sec_1 .grid-50:last-child {
  border-left: 1px solid #e1e1e1;
  padding-left: 100px;
}

.contact_sec_1 .grid-50:first-child {
  padding-right: 100px;
}

.contact_sec_1 .wrap .icon {
  width: 63px;
  flex: 0 0 auto;
}

.contact_sec_1 .wrap h3 {
  color: #213671;
  font-size: 16px;
  margin-bottom: 6px;
}

.contact_sec_1 .wrap .content,
.contact_sec_1 .wrap .content a {
  color: #333333;
  font-size: 16px;
}

.contact_sec_1 .wrap .item:not(:last-child) {
  margin-bottom: 40px;
}
.wrap_form br {
  display: none;
}

.wrap_form input:not(.wpcf7-submit) {
  width: 100%;
  height: 38px;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background: transparent;
  padding-left: 0;
  margin-bottom: 35px;
  color: #333333;
  outline: none !important;
}

.contact_sec_1 .wrap_form .grid-50 {
  padding: 0 10px !important;
}

.wrap_form input:not(.wpcf7-submit)::placeholder {
  color: #959595;
  font-size: 13px;
  text-transform: uppercase;
}

.wrap_form label {
  color: #333333;
  font-size: 14px;
  font-family: "GMV DIN Pro Bold";
  margin-bottom: 7px;
  display: block;
  text-transform: uppercase;
}

input.wpcf7-submit {
  display: inline-block;
  background-color: #f59331;
  line-height: 45px;
  font-family: "GMV DIN Pro Bold";
  padding: 0 37px;
  text-transform: uppercase;
  margin-top: 10px;
  transition: 0.5s all;
}

input.wpcf7-submit:hover {
  background: #213671;
}
.wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}

.wpcf7-response-output {
  /* display: none !important; */
  text-align: center;
  color: white;
  background: #f59331;
  border-color: #f59331 !important;
}
.mySwiper .item {
  width: calc(100% - 30px);
  margin: 0 15px;
  box-shadow: 0 0 30px rgb(33 54 113 / 8%);
  background-color: #ffffff;
  min-height: 160px;
  box-sizing: border-box;
  padding: 25px;
  cursor: pointer;
  transition: 0.5s all;
}
.mySwiper .swiper-slide-thumb-active .item {
  background-color: #213671;
}

.mySwiper .item h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "FS Trajan Pro Bold";
  margin-bottom: 15px;
  transition: 0.5s all;
}
.mySwiper .swiper-slide-thumb-active .item h3 {
  color: white;
}
.mySwiper .swiper-slide-thumb-active .item h3 svg {
  fill: white;
}
.mySwiper .swiper-slide-thumb-active .item .content {
  color: white;
}

.mySwiper .item h3 svg {
  fill: #f7941d;
  width: 15px;
  height: auto;
  margin-right: 10px;
  flex: 0 0 auto;
}

.mySwiper .item .content {
  font-size: 16px;
}

.mySwiper .swiper-slide {
  padding: 5px 0 25px 0;
}

.mySwiper {
  margin: 0 -15px;
}
.contact_sec_2 iframe {
  width: 100%;
  display: block;
  height: 600px;
}
.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  transform: translateY(-30px);
}
.banner_project:before {
  width: 100%;
  height: 50%;
  background-image: linear-gradient(
    to top,
    #23386f 0%,
    rgba(48, 68, 119, 0) 100%
  );
  opacity: 0.95;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.banner_project img {
  width: 100%;
  display: block;
}
.banner_project .box_content {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}
.banner_project .box_content .sub_title {
  font-size: 18px;
  margin-bottom: 7px;
}
.banner_project .box_content .heading_h2 {
  margin: 0;
}
.project_sec_1 {
  padding: 95px 0 100px;
}
.project_sec_1 .slider {
  margin-bottom: 40px;
  padding: 0 calc(calc(100vw - 1200px) / 2);
}
.project_sec_1 .content:not(.bottom) {
  font-size: 14px;
  margin-bottom: 30px;
}
.project_sec_1 .slider a {
  display: inline-block;
  width: calc(100% - 40px);
  margin: 0 20px;
  background: black;
}

.project_sec_1 .slider a img {
  width: 100%;
  display: block;
}
.project_sec_1 .slider .swiper-slide a img {
  opacity: 0.5;
  transition: 1s all;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.project_sec_1 .slider .swiper-slide.swiper-slide-active a img {
  opacity: 1;
}
.project_sec_1 .slider .arrow_slider {
  left: calc(calc(calc(100vw - 1300px) / 2) / 2);
}
.project_sec_1 .slider .arrow_slider.next {
  right: calc(calc(calc(100vw - 1300px) / 2) / 2);
  left: unset;
}
.project_sec_1 .slider .arrow_slider svg {
  fill: white;
}
.project_sec_1 .content.text_justify.bottom {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
}
.project_sec_1 .gca-column img {
  margin: 18px 0 0 30px;
}
.project_sec_1 .content li:before {
  width: 7px;
  height: 7px;
  background-color: #e1e1e1;
  content: "";
  border-radius: 50%;
  top: 7px;
}

.fz_36 {
  font-size: 36px !important;
}
.project_sec_2 {
  background-color: #f7f7f7;
  padding: 88px 0 170px;
}
.project_sec_2 .content {
  font-size: 14px;
}
.project_sec_2 .content.top,
.project_sec_2 .center {
  margin-bottom: 60px;
}
.project_sec_2 .content.top {
  max-width: 990px;
  margin: 0 auto 60px;
}
.project_sec_2 .content > *:last-child {
  margin-bottom: 0;
}
.project_sec_2 .bottom {
  margin-bottom: 30px;
}
.project_sec_2 .group > h3 {
  color: #213671;
  font-size: 26px;
  margin-bottom: 20px;
}
.project_sec_2 .group.bottom {
  margin-bottom: 25px;
}
.project_sec_2 .slider .item .wrap {
  width: 145px;
  height: 145px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}
.project_sec_2 .slider .item .wrap:after {
  position: absolute;
  right: -30px;
  top: 8px;
  content: url(../../images/bf_process.png);
}

.project_sec_2 .slider .item .wrap:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  background-color: #223771;
  width: 105px;
  height: 105px;
  z-index: -1;
}
.project_sec_2 .slider .item .wrap h3 {
  font-size: 30px;
  color: #f59331;
  margin-bottom: 0;
  line-height: 1;
}

.project_sec_2 .slider .item .wrap h3 span {
  font-size: 15px;
}
.project_sec_2 .slider .item .content {
  font-size: 16px;
  padding: 0 13px;
}
.project_sec_2 .arrow_slider {
  top: 73px;
}
.project_sec_2:before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: url(../../images/bg_sec_2_project.png);
  transform: translateX(-50%);
}
.project_sec_3 {
  padding: 110px 0 120px;
}
.project_sec_3 .wrap_items {
  margin-top: 60px;
}
.project_sec_3 .wrap_items .item {
  position: relative;
  align-items: center;
}
.project_sec_3 .wrap_items .item:not(:last-child) {
  margin-bottom: 30px;
}
.project_sec_3 .wrap_items .item > * {
  width: calc(50% - 30px);
  margin: 0 15px;
}
.project_sec_3 .wrap_items .item h3 {
  color: #213671;
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.project_sec_3 .wrap_items .item a {
  width: 100%;
  height: 100%;
  z-index: 9;
}
.project_sec_3 .content {
  font-size: 14px;
}
.project_sec_3 .wrap_items .item .box_img img {
  display: block;
  width: 100%;
}
.project_sec_3 .wrap_items .item .box_img {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}
.project_sec_3 .wrap_items .item h3 {
  margin-bottom: 30px;
}
.project_sec_3 .wrap_items .item:nth-child(2n + 2) .box_content {
  order: 2;
  padding: 0 25px 0 30px;
}
.project_sec_3 .wrap_items .item .box_content {
  box-sizing: border-box;
  padding: 0 30px 0 25px;
}
.project_sec_3 .content.top {
  max-width: 850px;
  margin: auto;
  text-align: justify;
}
.project_sec_3 .wrap_items .item .box_img {
  position: relative;
}
.project_sec_3 .wrap_items .item .box_img:before {
  height: 95px;
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
}
.project_sec_3 .wrap_items .item .box_img span {
  position: absolute;
  left: 25px;
  bottom: 20px;
  right: 25px;
  padding-right: 40px;
  color: #ffffff;
  font-size: 16px;
}
.project_sec_3 .wrap_items .item .box_img span:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(1);
  content: url(../../images/before_album.png);
  pointer-events: none;
  transition: 0.5s all;
}
.project_sec_3 .wrap_items .item:hover .box_img span:before {
  transform: translateY(-50%) scale(1.2);
}
.project_sec_4 .wrap_gallery .item {
  width: 25% !important;
  border: 2px solid white;
  box-sizing: border-box;
}
.wrap_gallery .item:nth-child(1),
.wrap_gallery .item:nth-child(6) {
  width: 50% !important;
}
.wrap_gallery .item a {
  display: block;
  width: 100%;
}
.wrap_gallery .item a img {
  display: block;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px !important;
  background: #999999;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #213671 !important;
}
.swiper-pagination {
  position: unset;
  height: auto;
}
.project_sec_4 .swiper-pagination {
  margin-top: 35px;
}
.project_sec_1 .heading_h2,
.project_sec_2 .heading_h2,
.project_sec_3 .heading_h2,
.project_sec_4 .heading_h2 {
  margin-bottom: 20px;
}
.project_sec_4 .content {
  text-align-last: center;
  max-width: 835px;
  margin: 0 auto 40px;
  font-size: 14px;
}
.project_sec_4 .content.bottom {
  margin: 30px auto 0;
}
.project_sec_4 {
  padding-bottom: 105px;
}
.project_sec_5 {
  padding-bottom: 100px;
}
.project_sec_5 .heading_h2 {
  margin-bottom: 45px;
}
.project_sec_5 .slider {
  margin-bottom: 40px;
}
.project_sec_5 .content {
  font-size: 14px;
}
.project_sec_5 .wrap {
  max-width: 1000px;
  margin: auto;
}
.project_sec_6 {
  padding-bottom: 120px;
}
.project_sec_6 .wrap {
  max-width: 1000px;
  margin: auto;
}
.for_gallery a {
  height: 601px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.for_gallery {
  margin-bottom: 20px;
}
.nav_gallery .item {
  width: calc(100% - 10px);
  margin: 0 5px;
  height: 96px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.nav_gallery .item img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}
.nav_gallery {
  margin: 0 -5px;
}
.project_sec_7 {
  padding-bottom: 100px;
}
.project_sec_7 .wrap {
  max-width: 1000px;
  margin: auto;
}
.project_sec_7 .slider a {
  width: 100%;
  display: inline-block;
  position: relative;
}
.project_sec_7 .slider a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 142px;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  content: "";
  width: 100%;
}
.project_sec_7 .slider a img {
  display: block;
  width: 100%;
}
.project_sec_7 .swiper-pagination {
  position: absolute;
  bottom: 20px;
}
.project_sec_7 .swiper-pagination .swiper-pagination-bullet {
  background: white;
}
.project_sec_8 .wrap {
  max-width: 1000px;
  margin: auto;
}
.project_sec_8 .box_video {
  position: relative;
}
.project_sec_8 .box_video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: url(../../images/button_play.png);
}
.project_sec_8 .box_video img {
  width: 100%;
  display: block;
}
.project_sec_8 {
  padding-bottom: 100px;
}
.project_sec_9 {
  padding-bottom: 115px;
}
.project_sec_9 .content h3 {
  font-size: 22px;
}
.project_sec_10 {
  padding: 95px 0;
  background-image: linear-gradient(to top, #2a3f78 0%, #354c89 100%);
}
.project_sec_10:before,
.project_sec_10:after {
  position: absolute;
  right: 7%;
  top: 0;
  content: url(../../images/bf_dk.png);
}
.project_sec_10:after {
  left: 7%;
  bottom: 0;
  top: unset;
  right: unset;
  content: url(../../images/af_dk.png);
}
.project_sec_10 .wrap {
  max-width: 820px;
  margin: auto;
}
.project_sec_10 .content {
  opacity: 0.7;
  font-size: 14px;
  margin-bottom: 40px;
}
.project_sec_10 .wrap_form input:not(.wpcf7-submit) {
  height: 46px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  padding: 0 20px;
  margin-bottom: 15px;
}
.project_sec_10 .wrap_form input:not(.wpcf7-submit)::placeholder {
  text-transform: unset;
  color: #666666;
}
.project_sec_10 .wrap_form .wpcf7-not-valid-tip {
  transform: translateY(-15px);
}
.wpcf7 .ajax-loader {
  position: absolute;
  transform: translate(-10px, 20px) scale(0.8);
  pointer-events: unset;
}
.project_sec_10 .wrap_form input.wpcf7-submit {
  padding: 0 60px;
  border-radius: 23px;
}
.project_sec_11 .item_project {
  width: calc(100% - 20px) !important;
  margin: 0 10px;
  box-shadow: 0 0 20px rgb(0 41 74 / 6%);
}
.project_sec_11 {
  padding: 80px 0 95px;
}
section.section.nav_tabs.project_nav .tabs_scroll {
  background-color: #f1f1f1;
}
section.section.nav_tabs.project_nav .tabs_scroll ul {
  justify-content: center;
}
section.section.nav_tabs.project_nav .tabs_scroll ul a {
  color: #333333;
  margin: 0 16px;
}
section.section.nav_tabs.project_nav .tabs_scroll ul a.active,
section.section.nav_tabs.project_nav .tabs_scroll ul a:hover,
section.section.nav_tabs.project_nav .tabs_scroll ul li.active a {
  font-family: "GMV DIN Pro Bold";
  color: #2a406c;
}
.td_sec_1 {
  margin-top: 130px;
  padding-bottom: 140px;
  overflow: unset !important;
}
.td_sec_1:before {
  position: absolute;
  left: -98px;
  top: -90px;
  content: url(../../images/bf_start.png);
}
.td_sec_1 .wrap {
  align-items: center;
}
.td_sec_1 .wrap .content b,
.td_sec_1 .wrap .content strong {
  font-size: 20px;
}
.td_sec_1 .wrap .box_content {
  padding-right: 40px;
}
.td_sec_2 > img {
  display: block;
  width: 100%;
}
.td_sec_3 .wrap {
  box-shadow: 0 3px 142px rgba(33, 54, 113, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 115px 95px 100px;
}
.td_sec_3 {
  margin-top: -280px;
  overflow: unset !important;
}
.td_sec_4 {
  margin-top: 140px;
}
.td_sec_4 .wrap {
  align-items: center;
  background-color: #213671;
  position: relative;
}
.td_sec_4 .wrap > * {
  width: 50%;
  position: relative;
}
.td_sec_4 .wrap .box_img img {
  width: 100%;
  display: block;
}
.td_sec_4 .wrap .box_img:before {
  position: absolute;
  height: 161px;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.59) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
}
.td_sec_4 .wrap .box_content {
  padding: 0 100px 0 calc(calc(100vw - 1200px) / 2);
}
.td_sec_4 .wrap:before {
  position: absolute;
  left: -40px;
  bottom: -55px;
  content: url(../../images/bf_star_td.png);
}
.slider_gallery_td .item a {
  background-color: #223771;
  opacity: 0;
  transition: 0.5s all;
}
.slider_gallery_td .item:hover a {
  opacity: 0.8;
}
.slider_gallery_td .item h3 {
  color: #ffffff;
  font-size: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 80%;
  transition: 0.5s all;
  z-index: 2;
  opacity: 0;
  margin: 0;
}
.slider_gallery_td .item:hover h3 {
  opacity: 1;
}
.slider_gallery_td .item img {
  display: block;
  width: 100%;
}
.slider_gallery_td .item {
  position: relative;
}
.slider_gallery_td .item:before {
  height: 65%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.59) 1%,
    rgba(0, 0, 0, 0) 100%
  );
}
.slider_gallery_td .arrow_slider {
  left: 50px;
}
.slider_gallery_td .arrow_slider svg {
  fill: white;
}
.slider_gallery_td .arrow_slider.next {
  right: 50px;
  left: unset;
}
.td_sec_4 {
  padding-bottom: 80px;
}
.td_sec_5 {
  padding-bottom: 85px;
}
.wrap_video .item_video {
  width: calc(calc(100% / 3) - 16px);
  margin: 0 8px 16px;
  box-shadow: 0 0 20px rgba(0, 41, 74, 0.1);
  background-color: #ffffff;
  position: relative;
  box-sizing: border-box;
  padding: 8px;
}

.wrap_video .item_video .box_img {
  width: 100%;
  height: 203px;
  overflow: hidden;
  margin-bottom: 20px;
}
.wrap_video .item_video a {
  z-index: 9;
}
.wrap_video .item_video img {
  display: block;
  width: calc(100% + 20px);
  object-fit: cover;
  height: auto;
  min-height: 100%;
  transition: 0.5s all;
  transform: translateX(0);
  max-width: unset;
}
.wrap_video .item_video:hover img {
  transform: translateX(-20px);
}
.wrap_video .item_video .box_content {
  margin-bottom: 10px;
}
.wrap_video .item_video .box_content .icon {
  width: 75px;
  height: 55px;
  flex: 0 0 auto;
  margin-right: 15px;
  border-right: 1px solid #e1e1e1;
  position: relative;
}
.wrap_video .item_video .box_content .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: url(../../images/youtube_play.png);
}
.wrap_video .item_video .box_content h3 {
  color: #333333;
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.tax_gallery {
  padding: 95px 0 70px;
}
.wrap_gallery .item {
  position: relative;
  width: calc(33% - 10px);
  margin: 0;
}

.item_gallery {
  width: calc(33.33333% - 10px);
  margin: 0 5px 10px;
  position: relative;
}

.item_gallery:nth-child(2),
.item_gallery:nth-child(6) {
  width: calc(66.66667% - 10px);
}
.item_gallery:hover h3 {
  left: 50%;
  transform: translate(-50%, calc(50% + 60px));
  bottom: 50%;
  text-align: center;
}
.item_gallery h3 {
  position: absolute;
  margin: 0;
  bottom: 30px;
  left: 30px;
  color: #ffffff;
  font-size: 18px;
  z-index: 2;
  text-transform: uppercase;
  max-width: 215px;
  transition: 0.3s linear;
  width: 100%;
  text-align: left;
  pointer-events: none;
}
.item_gallery h3:before {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../../images/picture.png);
  opacity: 0;
  transition: 0.5s all;
}
.item_gallery:hover h3:before {
  opacity: 1;
}
.item_gallery a {
  opacity: 0;
  transition: 0.5s all;
  background-image: linear-gradient(
    to top,
    rgba(33, 54, 113, 0.9) 0%,
    rgba(33, 54, 113, 0.5) 100%
  );
}
.item_gallery:hover a {
  opacity: 0.6;
}
.item_gallery img {
  width: 100%;
  display: block;
}

.item_gallery:before {
  height: 145px;
  background-image: linear-gradient(
    to top,
    rgba(13, 13, 13, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.slider_news .arrow_slider {
  left: 5%;
}
.slider_news .arrow_slider.next {
  left: unset;
  right: 5%;
}
.about_sec_6:before {
  left: 0;
  bottom: 0;
  transform: translate(-14%, 48%);
  position: absolute;
  content: url(../../images/bf_start.png);
}
.nav_gallery .swiper-slide-thumb-active .item {
  border: 1px solid #213671;
}
.cates {
  margin-bottom: 35px;
}
.info_employment_information .form_td .wrap_form span.wpcf7-not-valid-tip {
  transform: translateY(-20px);
  color: red;
}
section.post-detail > .grid-container {
  display: flex;
}
.sidebar-post {
  height: 100%;
}
.item-sidebar:last-child {
  position: sticky;
  top: 100px;
}
input#title_project {
  display: none;
}

/* Project  */

.arrow_slider svg {
  width: 23px;
  height: auto;
  fill: #999999;
}

.arrow_slider.next {
  right: -50px;
  left: unset;
}

.button_prev_slider {
  transform: translateY(-50%) rotate(180deg);
}

.project_sec_2::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: url(../images/bg_sec_2_project.png);
  transform: translateX(-50%);
}
.single-project .swiper-wrapper {
  height: auto;
}
.single-project .content {
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .nav_tabs {
    display: none;
  }
  .home_sec_2.about_sec_1 {
    padding-bottom: 80px;
  }
  .about_sec_2 .item .box_content {
    padding: 0 calc(calc(100vw - 950px) / 2) 0 90px;
    order: 2 !important;
  }
  .about_sec_2 .item .box_content {
    padding: 60px 40px !important;
    box-sizing: border-box;
    order: 2 !important;
  }
  .about_sec_5 .wrap .box_content {
    padding: 35px calc(calc(100vw - 950px) / 2) 0 30px;
  }
  .about_sec_2 .item > * {
    width: 100%;
  }
  .slider_award .item h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .item_project .box_img {
    height: 200px;
  }
  .project_sec_1 .slider {
    max-width: 950px;
  }
  .project_sec_3 .wrap_items .item h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .project_sec_10 .wrap_form {
    justify-content: center;
  }
  .project_sec_2 {
    padding: 80px 0;
  }
  .item-post .inner {
    flex-wrap: nowrap;
  }
  .post-detail .sidebar-post .title {
    font-size: 20px;
  }
  .td_sec_1 {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .td_sec_1 .heading_h2 {
    font-size: 32px !important;
  }
  .td_sec_4 .wrap .box_content {
    padding: 30px 30px 30px calc(calc(100vw - 950px) / 2);
  }
  .td_sec_4 .wrap {
    align-items: unset;
  }
  .td_sec_4 .wrap > * img {
    height: 100%;
    object-fit: cover;
  }
  .td_sec_4 {
    margin-top: 80px;
  }
  .contact_sec_1 .heading_h2 {
    font-size: 32px;
  }
  #wrap-filter .form-top .wrap-progress {
    flex-wrap: nowrap;
  }
  #wrap-filter .wrap-progress .check {
    margin-left: 10px;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .slider_award .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
  }

  .about_sec_5 .wrap > * {
    width: 100%;
  }

  .about_sec_5 .wrap .box_content {
    padding: 30px;
  }

  .slider_award {
    margin: 0;
  }

  .slider_award {
    padding: 0 0 60px 0;
  }

  .about_sec_7 {
    padding: 80px 0;
  }

  .about_sec_3 {
    padding: 80px 0;
  }

  .about_sec_2 .item .box_content .heading_h2 {
    font-size: 25px;
  }

  .item_project {
    width: calc(calc(100% / 2) - 20px);
  }

  .project_sec_1 {
    padding: 60px 0;
  }

  .project_sec_1 .slider {
    max-width: 720px;
  }

  .for_gallery a {
    height: 450px;
  }

  .project_sec_10 .wrap_form > * {
    width: 100%;
  }

  .post .inner {
    height: 180px;
  }

  .first-news .inner_title .name {
    font-size: 20px;
  }
  .first-news .inner_title {
    height: 220px;
  }
  .first-news .img {
    margin-top: -80px;
    padding-bottom: 300px;
  }
  .post .wrap-content {
    padding: 0 20px 20px;
  }
  .news .wrap-content {
    max-width: 90%;
    padding: 30px;
  }
  .item-post .inner {
    flex-wrap: wrap;
  }
  .post-detail .right {
    padding-left: 30px;
  }
  .item-post .thumb {
    width: 100%;
    margin-bottom: 10px;
  }
  .post-detail h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .post-detail .sidebar-post .title {
    font-size: 18px;
  }
  .item_gallery h3 {
    font-size: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  .tax_gallery {
    padding: 60px 0;
  }
  .wrap_video .item_video {
    width: calc(calc(100% / 2) - 16px);
  }
  .td_sec_1 .wrap {
    flex-wrap: wrap;
  }

  .td_sec_1 .wrap > * {
    width: 100%;
    padding: 0 10px !important;
  }
  .td_sec_1 .wrap .box_content {
    padding-right: 0;
  }
  .td_sec_4 .wrap > * {
    width: 100%;
  }
  .td_sec_4 .wrap .box_content {
    padding: 40px;
  }
  .contact_sec_1 .heading_h2 {
    font-size: 28px;
  }
  .contact_sec_1 .grid-50:first-child {
    padding-right: 50px;
  }
  .contact_sec_1 .grid-50:last-child {
    padding-left: 50px;
  }
  .contact_sec_2 iframe {
    height: 400px;
  }
  .contact_sec_1 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .nav_tabs {
    display: block;
  }
  section.section.nav_tabs.project_nav .tabs_scroll ul li {
    flex: 0 0 auto;
  }
  section.section.nav_tabs.project_nav .tabs_scroll ul a {
    color: #333333;
    margin: 0 10px;
  }
  section.section.nav_tabs.project_nav .tabs_scroll ul {
    justify-content: flex-start;
    overflow: auto;
  }
  .about_sec_2 .item .box_content {
    padding: 40px 15px !important;
  }
  .about_sec_3 {
    padding: 60px 0;
  }
  .about_sec_4 {
    padding: 60px 0 0;
  }
  .about_sec_5 {
    padding: 60px 0;
  }
  .about_sec_5 {
    padding: 60px 15px;
  }
  .about_sec_5 .wrap .box_content {
    padding: 30px 0;
  }
  .about_sec_5 .wrap .box_content > h3 {
    font-size: 23px;
  }
  .about_sec_7 .arrow_slider {
    position: absolute;
    left: -10px;
  }
  .about_sec_7 .arrow_slider.next {
    right: -10px;
    left: unset;
  }
  .about_sec_7 {
    padding: 60px 0;
  }
  .slider_award {
    padding: 0 0 90px 0;
  }
  .about_sec_5 .wrap .box_content {
    padding-bottom: 0;
  }
  .project_page {
    padding: 60px 0;
  }
  .item_project .box_img {
    height: auto;
  }
  .item_project .box_content {
    padding: 15px;
  }
  .item_project .box_content h3 a {
    font-size: 14px;
  }
  .item_project .box_img img {
    display: block;
  }
  a.address {
    font-size: 13px;
  }
  .project_sec_1 .heading_h2,
  .project_sec_2 .heading_h2,
  .project_sec_3 .heading_h2,
  .project_sec_4 .heading_h2 {
    font-size: 25px !important;
  }
  .project_sec_1 .slider {
    margin-bottom: 20px;
  }
  .project_sec_2 {
    padding: 60px 0;
  }
  .project_sec_2 .group > h3 {
    font-size: 20px;
  }
  .project_sec_2 {
    padding-bottom: 40px;
  }
  .project_sec_3 {
    padding: 60px 0;
  }
  .project_sec_3 .wrap_items .item > * {
    width: 100%;
    margin: 0 15px;
    padding: 0 !important;
  }
  .project_sec_3 .wrap_items .item .box_img {
    order: 2;
  }
  .project_sec_3 .wrap_items .item .box_content {
    margin-bottom: 20px;
  }
  .project_sec_3 .wrap_items .item > * {
    margin: 0;
  }
  .project_sec_3 .wrap_items .item:not(:last-child) {
    margin-bottom: 50px !important;
  }
  .wrap_gallery .item:nth-child(1),
  .wrap_gallery .item:nth-child(6) {
    width: 100% !important;
  }
  .project_sec_4 .wrap_gallery .item {
    width: 50% !important;
  }
  .project_sec_4 {
    padding-bottom: 60px;
  }
  .project_sec_5 .heading_h2,
  .project_sec_6 .heading_h2,
  .project_sec_7 .heading_h2,
  .project_sec_8 .heading_h2,
  .project_sec_9 .heading_h2,
  .project_sec_9 .heading_h2,
  .project_sec_10 .heading_h2,
  .project_sec_11 .heading_h2 {
    margin-bottom: 30px;
    font-size: 25px !important;
  }
  .for_gallery a {
    height: 230px;
  }
  .nav_gallery .item {
    height: 65px;
  }
  .project_sec_6,
  .project_sec_7,
  .project_sec_8,
  .project_sec_9,
  .project_sec_5 {
    padding-bottom: 60px;
  }
  .project_sec_8 .box_video:before {
    transform: translate(-50%, -50%) scale(0.5);
  }
  .project_sec_10 {
    padding: 60px 0;
  }
  .project_sec_11 {
    padding: 60px 0;
  }
  .post .inner {
    height: 220px;
  }
  .news2 .inner h2 {
    font-size: 25px;
  }
  .head.m-top-70 {
    margin-top: 30px;
  }
  .news .wrap-content {
    padding: 10px;
    margin-top: -20px;
  }
  .news .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    font-size: 14px;
  }
  .news .wrap-content .date {
    font-size: 12px;
  }
  .news2 ul.thenativePagination {
    margin-top: 0;
  }
  .news-menu {
    justify-content: center;
  }
  .news-menu li {
    margin: 5px;
  }
  section.post-detail > .grid-container {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-70.tablet-grid-70.left {
    max-width: 100%;
  }
  .post-detail {
    padding-top: 60px;
  }
  .post-detail h1 {
    font-size: 20px;
    line-height: 1.5;
  }
  .post-detail .right {
    padding-left: 10px;
  }
  .cates .item-post {
    width: calc(50% - 10px);
    margin: 0 5px;
    border: none !important;
  }
  .cates {
    display: flex;
    flex-wrap: wrap;
  }
  .item-sidebar:first-child .cates > * {
    width: 100%;
  }
  .post-detail {
    padding-bottom: 40px;
  }
  .item_gallery img {
    height: 100%;
    object-fit: cover;
  }
  .item_gallery {
    width: calc(50% - 10px) !important;
  }
  .item_gallery h3 {
    font-size: 11px;
    width: calc(100% - 30px);
  }
  .fz_36 {
    font-size: 25px !important;
  }
  .item_gallery h3:before {
    top: -50px;
    transform: translateX(-50%) scale(0.5);
  }
  .item_gallery:hover h3 {
    transform: translate(-50%, calc(50% + 30px));
  }
  .item_gallery h3 {
    bottom: 15px !important;
    left: 15px !important;
    right: 15px !important;
    transform: unset !important;
    text-align: center !important;
  }
  .wrap_video .item_video {
    width: 100%;
  }
  .td_sec_1 .heading_h2 {
    font-size: 25px !important;
  }
  .td_sec_1 {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .td_sec_3 {
    margin-top: 60px;
  }
  .td_sec_3 .wrap {
    padding: 30px;
  }
  .td_sec_4 .wrap .box_content {
    padding: 30px;
  }
  .wrap_info.display_flex_wrap > * {
    width: 100%;
    padding: 0 10px !important;
  }
  .contact_sec_1 .grid-50:first-child {
    margin-bottom: 40px;
  }
  .contact_sec_1 .heading_h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .wrap_form input:not(.wpcf7-submit) {
    margin-bottom: 30px;
  }
  .contact_sec_1 .wrap_form .grid-50:first-child {
    margin-bottom: 0;
  }
  .contact_sec_1 {
    padding: 60px 0;
  }
  .mySwiper .item {
    width: calc(100% - 10px);
    margin: 0 5px;
    min-height: 150px;
    padding: 15px;
  }
  .mySwiper {
    margin: 0;
  }
  .mySwiper .item .content {
    font-size: 14px;
    line-height: 1.5;
  }
  .mySwiper .item h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .contact_sec_2 iframe {
    height: 200px;
  }
  .contact_sec_1 .grid-50:last-child {
    border: none;
  }
  .project_sec_4 .wrap_gallery .item * {
    height: 100%;
    object-fit: cover;
  }
}
