@charset "utf-8";
/* CSS Document */
.logoimg{
	height: 6vw;
    min-height: 60px;
}
.nav-item{
	position: relative;
}
.nav-item:hover:after, .nav-item > a.active:after{
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 2px);
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    z-index: 1;
}
.nav-item a.active:hover:after{
	top:100%;
}
.nav-item:after {
	content: '';
	display: block;
	position: absolute;
	top: calc(100% - 2px);
	right: 50%;
	bottom: 0;
	left: 50%;
	background: #fff;
	z-index: -1;
}
.banner-font{
	font-size: calc(1.325rem + 0.9vw) !important;
	font-weight: bold;
} 
.btn-white {
  --bs-btn-color: #271e1b;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #271e1b;
  --bs-btn-hover-bg: rgba(255,255,255,.75);
  --bs-btn-hover-border-color: rgba(255,255,255,.0);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.imgbox{
	overflow: hidden;
}
.imgbox img, img.imgbox{
	transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.imgbox img:hover, img.imgbox:hover{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.title1{
	text-align: center;
	position: relative;
	color: #080404;
}
.title1::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #005786;
	top: 50%;
	left: 0;
	z-index: -1;
}
.pump-bg::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 62%;
	top:0;
	left: 0;
	background: #004275;
	z-index: -1
}
.pump-bg .title1 span{
	background: #004275; 
	color: #fff;
}
.pump-bg .title1::before{	
	background: #80a1ba;
}
.mapbg{
	background: url("../images/bg-1.jpg") no-repeat center top;
}
.pro-lf{
	background: url("../images/pro-1.jpg") no-repeat center;
	background-size: auto 100%;
}
.probox .card{
	background: #eeefef;
	border: 0;
}
.bg-abu{
	background:url("../images/bg-abu.jpg") no-repeat center;
	position: relative;
}
.bg-abu::before{
	content: "";
	position: absolute;
	width: calc(50vw + 2rem);
	height: 100%;
	background: rgba(0,66,117,.6);
	top: 0;
	right: 0;
}
.bg-abu .col-md-6{
	z-index: 2;
	color: #fff;
}
.icon-box-1::before{
	content: "";
	position: absolute;
	left: -7.7%;
	top: 0;
	height: 100%;
	width: 38%;
	background: url("../images/ind-2.png") no-repeat left center;
	background-size: auto 80%;
}
.icon-box-1{
	padding-left: 10% !important;
}
.bg-primary1 {
  --bs-bg-opacity: 1;
  background-color: rgba(0,66,117, var(--bs-bg-opacity)) !important;
}
.mes-bg{
	background: url("../images/message-map.jpg") no-repeat center;
	background-size: 100% auto;
}
.form .input-group-text, .form .form-control{
	border: 0;
	background: none;
	color: #fff;
}
.form .input-group-text{
	padding: 0;
	padding-right: 0.75rem;
	width: calc(45px + 0.75rem);
	justify-content: center;
}
.form .form-control{
	border-bottom: 1px solid #fff;
}
.form .form-control:focus, .form .form-control::-webkit-file-upload-button{
	color: #fff;
}
.form .form-control::placeholder{
	color: rgba(255,255,255,.6);
}
.subbanner-font{
	bottom: 4vw; 
	left: 0;
	letter-spacing: 0.25rem;
}
.subbanner-font h1{	
	font-size: 4vw;
}
.subline{
	width: 150px;
	height: 0.8vw;
	display: inline-block;
	background: #fff;
}
.text-shadow{
	text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.28) !important;
}
.text-blue {
  --bs-text-opacity: 1;
  color: rgba(0,68,141, var(--bs-text-opacity)) !important;
}
.abu-png{
	margin-top: -1rem;
}
.news-list{
	max-width: 1250px;
	margin: 0 auto;
	color: #262626;
}
.news-btn svg{
	margin-top: -3px;
}
.page-item{
	padding: 0 0.25rem;
}
.page-item .page-link{
	border-radius: 50% !important;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 0;
    line-height: 38px;
	background: none;
	border:0;
	font-weight:bold;
	font-size: 18px;
}
.page-item .page-link.link-more{
	line-height:28px;
}
.page-item .page-link.link-s{
	line-height: 34px;
	margin: 0 1rem;
	border:1px solid var(--bs-pagination-color);
}
.disabled > .page-link{
	border:1px solid #d9d9d9 !important;
	color:#d9d9d9;
}
.active > .page-link{
	background: var(--bs-pagination-color);
}
.news-t{
	color: #0086bd;
}
.img-bor{
	position: relative;
	max-width: 90%;
	display: inline-block;
}
.img-bor::before{
	content:"";
	position: absolute;
	width: 90%;
	height: 100%;
	border: 2px solid #0096d4;
	left: 15%;
	top: 10%;
	z-index: -1;
}
.sub-pro-font{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	text-align: center;
	top:0;
	left: 0;
}
.p-detail-title{
	color: #80898d;
	position: relative;
	border-bottom: 1px solid #00448d;
	display: flex;
	justify-content: space-between;
	padding-left: 1rem;
	align-items: flex-end;
}
.p-detail-title .p-title{
	position: relative;
	padding-left: 3rem;
}
.p-detail-title .p-title::before{
	content: "";
	position: absolute;
	height: 100%;
	width: 20px;
	left: 0.5rem;
	bottom: 0;
	background: #00448d;
}
.sub-p-title{
	position: relative;
}
.sub-p-title::before{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top:50%;
	border-top:1px solid #004185;
	z-index: -1
}
.sub-p-title .spt-f{
	padding: 0.25rem 0.5rem;
	background: #004185;
	color: #fff;
	font-weight: bold;
}
.bg-light-blue{
	background-color: #e9f3fb;
}
.btn-danger svg{
	margin-top: -3px;
}
.faqbg{
	background: url("../images/bg-2.jpg") no-repeat top center #eeeeee;
}
.bg-dark-blue{
	background-color:#26374b;
}
footer{
	font-size: 1.25rem
}
footer a{
	color: var(--bs-body-color);
}
footer a:hover{
	color: var(--bs-primary);
}
@media (min-width: 992px) {
	
header{
	position: absolute !important;
    top: 0;
    z-index: 5;
    width: 100%;
}
	.navbar-expand-lg .navbar-nav .nav-link{
		color: #fff;
	}
	header.navbar{
		align-items: stretch;
	}
	.nav-item:hover:after, .nav-item a.active:after{
		width: 100%;
        left: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link:hover, .nav-link.active{
		background: #fff;
		color: #005081 !important;
	}
	.ind-news .row:nth-child(even){
		flex-direction: row-reverse;
	}
	.ind-news .row:nth-child(even) .col-lg-7{
		text-align: right;
	}
}
@media (min-width: 1280px) {
	.bsb-navbar.navbar-expand-lg{--bs-navbar-padding-y:0;--bs-navbar-nav-link-padding-x:2rem}
	.carousel-indicators {  position: absolute;  right: 0;	bottom: 25px;}
}
@media (min-width: 1600px) {
	.banner-font{
	font-size: calc(2.325rem + 0.9vw) !important;
	font-weight: bold;
} 
	.abu-png{
	    margin-top: -2.5rem;
		z-index: -1;
        position: relative;
    }
	
}

@media (max-width: 991px) {
	 header .nav-item {
        padding: 0.25rem 0;
        border-bottom: 1px dashed rgba(0, 0, 0, .1);
    }
}
@media (max-width: 767px) {
	
	.bg-abu::before{
	width: 100%;
}
	.icon-box-1{
		padding: 30vw 1rem 1rem 1rem !important;
	}
	.icon-box-1::before{
	    left: 0;
        top: -10.5vw;
        height: 41vw;
        width: 100%;
        background: url(../images/ind-1.png) no-repeat center top;
        background-size: 80% auto;	
    }
	.mes-bg{
        background-size: auto 100%;
    }
	.subbanner-font h1{	
        font-size: 2rem;
		letter-spacing: 0rem;
    }
	.page-item{
	padding: 0 ;
}
	.page-item .page-link.link-s{
	margin: 0 0.5rem;
}
}