.logo {
	height: 35px;
}
@media (max-width: 380px) {
.logo {
	height: 22px;
}
}
.list-about-2 li {
	font-size: 1.2rem;
}
.row-rl {
	display: inline-block;
}
.row-r {
	float: right;
}
.row-l {
	float: left;
}
.img-clip1 {
	/*clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);*/
	/*clip-path: circle(50% at 50% 50%);*/
	border-radius: 32% 68% 75% 25% / 53% 47% 53% 47%;
}
.img-clip2 {
	/*clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 50%, 0% 0%);*/
	border-radius: 75% 25% 32% 68% / 53% 47% 53% 47%;
}
.img-clip3 {
	/*clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 50%, 0% 0%);*/
	border-radius: 100%;
}
.index-news {
	font-size: 1.1rem;
	line-height: 26px;
}
.index-padding {
	padding-left: 30px;
	padding-right: 30px;
}

.btn-style-s {
  padding: 4px 30px 6px;
  font-weight: normal;
  font-size: 0.9rem;
	letter-spacing: 1px;
  color: #fff;
  border-radius: 30px;
  background: var(--primary-color);
  border: none;
  transition: all .25s ease-in-out;
}

.btn-style-s:hover {
  background: var(--secondary-color);
  color: var(--heading-color-2);
  transition: 0.3s ease-out;
}
.h-bbg1 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+55,2dc0c4+94&1+0,0.7+100 */
background: -moz-linear-gradient(left,  rgba(254,255,255,1) 0%, rgba(254,255,255,0.84) 55%, rgba(45,192,196,0.72) 94%, rgba(45,192,196,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(254,255,255,1) 0%,rgba(254,255,255,0.84) 55%,rgba(45,192,196,0.72) 94%,rgba(45,192,196,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(254,255,255,1) 0%,rgba(254,255,255,0.84) 55%,rgba(45,192,196,0.72) 94%,rgba(45,192,196,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#b32dc0c4',GradientType=1 ); /* IE6-9 */

}
.h-bbg2 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2dc0c4+7,feffff+46&1+0,0.7+100 */
background: -moz-linear-gradient(left,  rgba(45,192,196,1) 0%, rgba(45,192,196,0.98) 7%, rgba(254,255,255,0.86) 46%, rgba(254,255,255,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(45,192,196,1) 0%,rgba(45,192,196,0.98) 7%,rgba(254,255,255,0.86) 46%,rgba(254,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(45,192,196,1) 0%,rgba(45,192,196,0.98) 7%,rgba(254,255,255,0.86) 46%,rgba(254,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dc0c4', endColorstr='#b3feffff',GradientType=1 ); /* IE6-9 */

}


.nav-item:hover {
	/*background: rgba(0,0,0,0.5);*/
	/*background: rgba(75,205,205,0.7);*/
	background: rgba(250,250,250,0.7);
	/*background: rgba(238,238,238,0.95);*/
	/*border-top-right-radius: 10px;
    border-top-left-radius: 10px;*/
}
.sub-menu {
	width: 100%;
	padding: 20px 5% 30px;
	position: fixed;
	/*background: #54c1c0;*/
	/*background: rgba(75,205,205,0.95);*/
	background: rgba(250,250,250,0.95);
	border-top: 4px solid #008282;
	right: 0;
	min-height: 100px;
	/*top: 68px;*/
	visibility: hidden;
	box-shadow: -1px 1px 3px 3px rgba(0,0,0,0.15);
}

.nav-item:hover div{
	visibility:visible;
}
.sub-menu ul {
	width: 100%;
	padding: 0px;
}
.sub-menu ul li {
	display: inline-block;
	float: left;
	width: 20%;
}
	.sub-menu ul li a {
		font-size: 1.05rem;
		color: #076a65;
		display: block;
		padding: 0px;
		margin-bottom: 10px;
		line-height: 1.5;
		font-weight: 700;
		text-align: center;
	}
.sub-menu ul li a:hover {
	color: #008282;
	/*font-weight: bold;*/
}
.sub-menu ul li ul {
	width: 100%;
	/*padding: 0px 5px 15px;*/
	margin-bottom:25px;
}
.sub-menu ul li ul li {
	display: inline-block;
	width: 100%;
}
	.sub-menu ul li ul li a {
		font-size: 0.95rem;
		color: #454545;
		/*line-height: 22px;*/
		display: block;
		padding: 5px 0px 0px;
		font-weight: 400;
		margin-bottom: 5px;
		text-align:center;
	}

.sub-menu ul li ul li a:hover {
	color: #454545;
	font-weight: normal;
	text-decoration: underline;
	border-bottom: none;
}

.scroll-nav {
	
	overflow-y: none;
}

@media (max-width: 992px) {

.scroll-nav {
	height: 500px;
	overflow-y: scroll;
}	
.nav-item:hover {
	/*background: rgba(0,0,0,0.5);*/
	background: #eee;
	/*border-top-right-radius: 10px;
    border-top-left-radius: 10px;*/
}
.sub-menu {
	width: 100%;
	padding:0px;
	position: relative;
	background: #eee;
	right: 0;
	min-height: 100px;
	/*top: 68px;*/
	visibility: visible;
	border-top: 0;
	box-shadow: none;
}
.sub-menu ul {
	width: 100%;
	padding: 0px 30px;
	float: right;
}
.sub-menu ul li {
	display: inline-block;
	width: 100%;
}
.sub-menu ul li a {
	font-size: 1.1rem;
	color: #333;
	display: block;
	padding: 5px;
}
.sub-menu ul li a:hover {
	text-shadow: none;
	color: #0f2828;
}
.sub-menu ul li ul li a {
	font-size: 1.0rem;
	color: #333;
	line-height: 24px;
	display: block;
	padding: 5px 0px 0px;
}

.sub-menu ul li ul li a:hover {
	color: #333;
	font-weight: normal;
	text-decoration: underline;
	border-bottom: none;
}

}


.news-block {
	margin-bottom: 10px;
}

.inner-title-block {
	margin-bottom: 40px;
}

.two-ident p {
	text-indent: 40px;
}
.two-ident-p p {
    text-indent: -34px;
    padding-left: 34px;
}
.py-5-bottom {
	padding-top: 3.5rem;
}
.py-5-top {
	padding-bottom: 3.5rem;
}
.py-4-bottom {
	padding-top: 1.5rem;
}
.py-4-top {
	padding-bottom: 1.5rem;
}
.py-3-bottom {
	padding-top: 2rem;
}
.py-3-top {
	padding-bottom: 2rem;
}
.py-3-tb {
	padding: 7.5rem 20px 6rem 20px;
}
.py-1 span {
	font-size: 1.2rem;
	color: #1064BC;
}
.team-name {
	font-size: 1.2rem;
	color: #232323;
}
.star-line {
	font-size: 10px;
	color: #1064BC;
}

.h5-color-inner {
	color: #777;
	/*font-weight: bold;*/
	padding: 12px 0 0 4px;
}

@media (max-width: 768px) {
.h5-color-inner {
	/*font-weight: bold;*/
	padding: 20px 0 0 4px;
}

}

.h3-title-size {
	font-size: 2.0rem;
}
.margin-block {
	margin-bottom: 20px;
	padding: 0 10px;
}
.header-img-bg {
	background: url(../../images/bg2-1-bg.png) no-repeat;
	background-position: 50%;
	background-size: cover;
	width: 100%;
	
}
.header-img { 
	background: url(../../images/bg2-1.jpg) no-repeat top center;
	background-size: cover;
	
}
.header-img-ser { 
	background: url(../../images/bg2-1ser.jpg) no-repeat;
	background-position: 50%;
	background-size: cover;
	width: 100%;
	
}
.header-img-pro { 
	background: url(../../images/bg2-1pro.jpg) no-repeat;
	background-position: 50%;
	background-size: cover;
	width: 100%;
	
}
.header-img-com { 
	background: url(../../images/bg2-1com.jpg) no-repeat;
	background-position: 50%;
	background-size: cover;
	width: 100%;
	
}
.inner-title-border {
    border-bottom: 1px #006699 solid;
    padding-bottom: 20px;	
}
@media (max-width: 992px) {
.inner-title-border {
    border-bottom: 1px #006699 solid;
    padding-bottom: 35px;	
}
.py-3-tb {
	padding: 6.5rem 20px 6rem 20px;
}
}

.us-fm {
	background: #eee;
	padding: 10px 30px 20px;
	width: 95%;
	float: right;
}
@media (max-width: 992px) {
.us-fm {
	width: 100%;
}
}
.us-tb {
	width: 100%;
}
.us-tb caption {
    padding: 20px 5px;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: left;
	line-height: 24px;
}
.us-tb td {
    font-size: 1.15rem;
    text-align: left;
    line-height: 22px;
    padding: 7px 5px;
}

.hr-line {
	border-top: 5px solid #1064BC;
	width: 30%;
	padding-bottom: 15px;
}

.us-fm1 {	
	padding: 20px 50px 30px;
	width: 100%;
}
@media (max-width: 801px) {
.us-fm1 {
	padding: 20px 25px 30px;
}
}
.name-title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 26px;
	padding: 10px 0 20px;
}
.h4-hover {
	cursor: pointer;
}
.team-bm {
	background: #ccc;
	width: calc(100% - 50px);
	margin: 0 auto;
	padding: 15px 25px;
	
}
.text-team  {
	font-size: 1.1rem;
	color: #1064BC;
}


.tree-padding {
	padding: 5px;
}
.tree-pro5 span {
    display: block;
	width: 100%;
    float: left;
	min-height: 37px;
    border-radius: 8px;
    background: #6aaacc;
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding: 5px 10px;
    vertical-align: middle;
    font-weight: normal;
	opacity: 0.8;
	cursor: pointer;
}
.arrow-r {
	padding-left: 10px;
}
.box-style {
	width: 100%;
	background:#ccc;
}
.block-radius {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.block-text1 {
	font-size: 1.1rem;
	line-height: 26px;
	
}
.block-text1 span {
	color: #376e6e;
	font-weight: 600;
	
}


.texth2 {
	margin-bottom: 10px;
	font-weight: 500;
	color: #1e6d74;
	font-size: 2.25rem;
}