
.textc {
	text-align: center;  
}

.textc2 {
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;	 
	margin-top: 0px;
    margin-bottom: 0px;
}

.img100 {

}



.img100 img {
	width: auto !important;
	height: 100%!important;

}

.img101 {

}



.img101 img {
	width: 100% !important;
	height: auto!important;

}


html{
  scroll-behavior: smooth;
}


@media screen and (max-width : 900px) {




.img100 img {
	width:100%!important;
	height:  auto!important;

}
}
.cover101 {
    overflow: hidden;
}


.cover101 img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}



.img-add {
    margin-right: 5px;
    margin-left: 5px;
    width: 58px;
}



.addwd01{
	width: 100%;
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 40px;
}

.addwd06{
	width: 100%;
	font-size: 18px;
	color: #666666;
	line-height: 40px;
}

.addwd07 {
	width: 100%;
	font-size: 24px;
	color: #0a51a1 !important;
	line-height: 40px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0a51a1;
}

.addwd08{
	width: 100%;
	font-size: 26px;
	color: #666666;
	line-height: 40px;
	font-weight: bold;
}

.bar {
    width: 65px;
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 30px;
}

.bar img {
	width: 100%;
	height: auto;
}


.video_promotion_area {
    background: #aaaaaa url(../img/hero_bg_2.jpg) center center fixed no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
	background-position:0 !important;
}


.video_promotion_area2 {
    background: #aaaaaa url(../img/hero_bg_3.jpg) center center fixed no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
	background-position:0 !important;
}

.service-item1 {
    position: relative;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    border-color: #f7f7f7;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #FFF;
    width: 31.3%;
    float: left;
    margin-bottom: 10px;
}

.ptitle {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #333333;
	background-color: #f2f2f2;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
}

.cover100 {
    aspect-ratio: 1;
    overflow: hidden;
}

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

.b-10 {
    margin-bottom: 30px;
}


@media screen and (max-width : 600px) {

.bar {
    width: 70px;
    position: fixed;
    z-index: 99;
    right: 5px;
    bottom: 10px;
}

.bar img {
	width: 100%;
	height: auto;
}

.flexslider, .flexslider .slides>li, .slider-height {
    height: 550px;
}

.service-item1 {
    position: relative;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    border-color: #f7f7f7;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #FFF;
    width: 98%;
    float: left;
    margin-bottom: 10px;
}

}