.banner .swiper-slide .boximg::before {
    background-image: unset;
}

.Project-block .swi.no_sw_btn .swiper-button-next,
.Project-block .swi.no_sw_btn .swiper-button-prev {
    display: none;
}
.en-US .text_just{
	text-align: justify;
}
.en-US .Project-block .txt {
    text-align: justify;
}

.Project-block .txt ul {
    padding-left: 1.2rem;
}

.Project-block .txt.txt.links p {
    font-weight: bold;
}

.Project-block .txt.links p a {
    color: #0066CC;
    font-weight: normal;
    text-decoration: none;
}

.zero-block .txt {
    width: 50%;
}

.modal.in .modal-dialog .modal-content {
    border: none;
    border-radius: 1rem;
}

.Project-block .txt ul li::marker {}

.first-block .col-md-4 a.index_project {
    border-right: 1px solid #046D96;
    padding-right: 1rem;
}

.first-block .col-md-4:last-child a.index_project {
    border-right: none;
    padding-right: 0;
}

.first-block .col-md-4 a.index_project .content {
    padding: 1.5rem 0 0 0;
}

.dropdown-menu {
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    padding: 0;
    background-color: #fff;
}

.dropdown-menu li.dropdown-submenu:hover {
    background-color: #31BAB4;
}

.dropdown-menu li.dropdown-submenu:nth-child(1) {
    border-radius: 0.5rem 0.5rem 0 0;
}

.dropdown-menu li.dropdown-submenu:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
}

.dropdown-menu li a {
    color: unset;
}

header .header .container .right a {
    text-align: left;
    padding: 0.5rem 1rem;
}

.fr-img-wrap {
    text-align: center;
}

.new_banner {
    display: flex;
}

.new_banner .left {
    /* height: 100%; */
    background: url(../images/banner_bg.png) center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-color: #31BAB4;
    padding-left: 10%;
    padding-right: 10%;
    color: #fff;
}

.page-banner .boximg::after {
    display: none
}

.new_banner .right {
    height: 100%;
    padding: 0;
}

@media screen and (max-width: 1500.9px) {
    footer .footer .footer-inner ul {
        padding-right: 80px;
    }
}

@media screen and (max-width: 991.9px) {
    header .header .container .left .logo img {
        padding-right: 1rem;
    }
    .modal.in .modal-dialog .modal-content {
        max-width: 90vw;
        margin: auto;
    }
}

@media screen and (max-width: 960px) {
    .new_banner {
        display: flex;
        flex-direction: column-reverse;
        height: unset;
    }
    .new_banner .left {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        background: url(../images/banner_bg.png) no-repeat;
        background-size: 100%;
    }
    .new_banner .right {
        width: 100%;
        padding: 0;
    }
}

.first-block .col-md-4 a .content .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /*! autoprefixer: off */
    -webkit-box-orient: horizontal;
}

.Project-block .txt img {
    max-width: 800px;
    max-height: 600px;
}

.Project-block .txt .fr-img-space-wrap img {
    margin: 1rem auto 0rem auto;
}

@media (max-width: 1200px) {
    .Project-block .txt img {
        max-width: 100%;
        max-height: unset;
    }
}

.Project-block.i_gallery .txt a .boximg {
    height: 20rem;
    overflow: hidden;
    margin-bottom: 3.5rem;
}

.Project-block.i_gallery .txt a .boximg img {
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024.9px) {
    .bread .container {
        justify-content: flex-start;
    }
}

@media (max-width: 991.9px) {
    .Project-block.i_gallery .txt a .boximg {
        height: 10rem;
        overflow: unset;
        margin-bottom: 1rem;
    }
    .Project-block.i_gallery .txt a .boximg img {
        object-fit: contain;
    }
    footer .footer .footer-inner ul {
        margin-top: 1rem;
    }
    footer .footer .footer-inner ul li a {
        margin-left: 0;
        margin-right: 2rem;
    }
}

@media (max-width: 767.9px) {
    .Project-block.i_gallery .txt a .boximg {
        height: unset;
        overflow: unset;
        margin-bottom: 1rem;
    }
    .Project-block.i_gallery .txt a .boximg img {
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: auto;
        object-fit: unset;
        margin-bottom: 0;
    }
    .zero-block .txt {
        width: 100%;
    }
    .en-US footer .footer .footer-inner ul li {
        width: 100%;
        padding-top: 0.5rem;
    }
    .bread {
        font-size: 13px;
    }
}

.Project-block.new_style .txt ul li {
    list-style: decimal;
}

.Project-block.new_sty2 .txt ul li {
    list-style: none;
}

.bread .container a:nth-last-child(1) {
    color: unset;
}

.banner {
    height: 70vh;
}

.banner .swiper-slide {
    height: 70vh;
}

.banner .swiper-slide .boximg {
    height: 70vh;
    position: relative;
}

hr {
    background-color: #046D96;
}

.close {
    right: 0;
    top: 0;
}

.modal.in .modal-dialog .modal-content .close {
    background: transparent;
    border: 2px solid #ffffff;
    right: 1rem;
    top: 1rem;
}

.message a span {
    width: 80%;
    margin-top: 8px;
}

@media screen and (max-width: 767.9px) {
    footer .copyright span {
        text-align: center;
    }
    footer .footer .footer-inner ul {
        margin-top: 1rem;
    }
    footer .footer .footer-inner ul li a {
        color: #000;
        margin-left: 0;
        margin-right: 2rem;
    }
}

@media (max-width: 575.98px) {
    footer .footer .footer-inner .logo {
        justify-content: left;
        margin-bottom: 1rem;
    }
    footer .footer .footer-inner ul li a {
        text-align: left;
    }
}

@media (max-width: 1200px) {
    .q1 {
        left: -17vw;
        top: 30vh;
    }
    .q1 img {
        width: 300px;
    }
}

@media (max-width: 1200px) {
    .q2 {
        right: -8vw;
        top: 50vh;
    }
    .q2 img {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .q1 {
        left: -30vw;
        top: 20vh;
    }
    .q1 img {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .q2 {
        right: -20vw;
        top: 50vh;
    }
    .q2 img {
        width: 150px;
    }
}

@media (max-width: 1366.9px) {
    body {
        font-size: 1.2vw;
    }
    body .fs20 {
        font-size: 1.2vw;
    }
}

@media (max-width: 1200.9px) {
    body {
        font-size: 1.4vw;
    }
    body .fs20 {
        font-size: 1.4vw;
    }
}

@media (max-width: 1024.9px) {
    body {
        font-size: 1.8vw;
    }
    body .fs20 {
        font-size: 1.8vw;
    }
}

@media (max-width: 768.9px) {
    body {
        font-size: 16px;
    }
    body .fs20 {
        font-size: 16px;
    }
}

footer .footer .footer-inner .logo{
	display:block;
  	width:100%;
}

footer .footer .footer-inner .logo img{
	margin-left:0;
}

footer .footer .footer-inner .logo ul li{
  	padding: 1rem 0;
	width:32%;
}
footer .footer .footer-inner .logo ul li.i2n{
	padding-left:1%;
    padding-right:1%
}
footer .copyright {
        display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .copyright span{
	display:inline-block;
  padding-right: 1rem;
}

footer a{
	color: #000;
}

footer a:hover{
	color:#31BAB4;
}



.Project-block .swi .swiper-slide a{
	
    height: 300px;
        width: 100%;
    display: flex;
    align-items: center;

}
.Project-block .swi .swiper-slide img {
    width: 100%;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}

@media (max-width: 767.9px) {
    footer .copyright {
      display:block;
    text-align: center;
	}
  	footer .footer .footer-inner .logo ul li {
      padding: 1rem 0;
      width: 100%;
      padding-left: 1%;
    padding-right: 1%;
	}
  footer .footer .footer-inner .logo ul li.n_li{
  	display:none
  }
  	.Project-block .swi .swiper-slide a{
	
    
	}
}