body,
html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-tap-highlight-color: transparent;
	font-family: Roboto, Helvetica, Arial, "sans-serif" !important;
	line-height: 1.4;
	font-size: 14px;
	overflow-x: hidden;
}



ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin-bottom: 4px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a,
button {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

img {
	max-width: 100%;
}

@media (min-width: 1300px) {
	.container {
		max-width: 1220px;
	}
}



::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	z-index: 1;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background: #c4c4c4;
	border-radius: 1px;
}

::-webkit-scrollbar-thumb:hover {
	background: #a6a6a6;
}

html,
body * {
	scrollbar-color: #c4c4c4 transparent;
	scrollbar-width: thin;
}


section {
	padding: 40px 0;
}


@media (min-width: 992px) {
	section {
		padding: 60px 0;
	}
}

.grey-bg {
	background: #F8F8F8;
}


.header-main {
	padding: 15px 0;
}

.header-top {
	background-color: #fff;
	padding: 18px 0;
	height: 60px;
}

header .nav-link {
	font-size: 16px;
	position: relative;
}

header .nav-link:hover,
header li.active .nav-link {
	color: #4155C6 !important;
}


header li.active .nav-link::after,
header .nav-link:hover::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 2px;
	background-color: #4155C6;
	left: 50%;
	margin-left: -10px;
	bottom: 0;
}

.welcome {
	color: #666666;
	font-size: 16px;
}

.top-nav .nav-item {
	color: #666666;
	font-size: 16px;
	margin-left: 20px;
}

#section-banner {
	background: url('../img/banner.jpg') center center no-repeat;
	background-size: cover;
	margin-bottom: 60px;
}

.banner-content {
	padding: 30px 0 76px;
}

.banner-content-inner {
	width: 80%;
	margin: 0 auto;
}

.banner-content-inner h3 {
	font-weight: 700;
	font-size: 30px;
}

.banner-content-inner p {
	width: 65%;
	margin: 30px auto 6px;
}

.banner-about {
	background: #4155C6E5;
	padding: 40px 30px;
	border-radius: 10px;
	color: #eee;
	font-size: 14px;
	height: 100%;
}

.banner-about h5 {
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
	font-weight: 400;
}

.banner-about h5:after {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 2px;
	background: #F77B6F;
}

.banner-about p {
	font-size: 14px;
	line-height: 2.05rem;
}

.feature-intro {
	padding-right: 10px;
}

.feature-intro h5 {
	font-weight: 700;
	color: #141824;
	font-size: 24px;
	margin-bottom: 20px;
}

.feature-intro p {
	margin-bottom: 2.05rem;
	line-height: 2.05rem;
}


.service-block {
	position: relative;
}

.service-block .server_icon {
	color: rgb(232, 230, 227);
	background-image: initial;
	background-color: rgb(54, 128, 57);
	color: #fff;
	font-size: 28px;
	text-align: center;
	width: 60px;
	height: 60px;
	background: #43A047;
	padding-top: 10px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.service-block .server_icon svg {
	height: 1em;
}

.service-content-block h5 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	font-weight: 600;
}

.service-content-block p {
	color: #747474;
	font-size: 14px;
	line-height: 24px;
}

.service-content-block {
	padding-left: 90px;
}

#section-footer-btm {
	padding: 30px 0px;
	background-color: #333;
}

#section-footer-btm h4 {
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	color: rgba(227, 230, 237, 1);
}

.about-box {
	padding-top: 10px;
}

.about-box h3 {
	font-size: 32px;
}

.about-box p {
	margin: 20px 0px;
	line-height: 2.5rem;
	color: rgba(20, 24, 36, 1);
}

.img-thumbnail {
	background-color: #141824;
	border-color: #141824;
}

.footer-nav li {
	margin-left: 10px;
}

.footer-nav li a:hover svg * {
	fill: #4155C6;
}



.about-article {
	color: #666666;
	font-size: 15px;
	line-height: 28px;
}
.about-article h4 { color: #333333; font-size: 16px; font-weight: 700; line-height: 2;}
.about-article ul { margin-bottom: 10px;}
.about-article ul li {
    list-style: none;
    font-size: 14px;
    color: #666666;
    line-height: 2.5;
}
.about-right {
	float: right;
	margin-left: 30px;
}

.global-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.global-box h4 {
	font-size: 24px;
	font-weight: 700;
	color: #333333;
}

.global-box p {
	font-size: 20px;
	color: #999;
}

.organization-item {
	text-align: center;
	margin-top: 40px;
}

.organization-name {
	font-size: 20px;
	font-weight: 700px;
	color: #333;
}

.organization-position {
	font-size: 15px;
	color: #666;
	margin-top: 8px;
}

.projects-item h4 {
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
}

.projects-item ul li {
	list-style: none;
	font-size: 14px;
	color: #666666;
	line-height: 2.5;
}

.projects-item {
	margin-bottom: 4px;
}

.form-box {
	border: 1px solid #E1E1E1;
	border-radius: 5px;
}

.form-box-head {
	color: #333333;
	font-size: 16px;
	padding: 15px 30px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #D8D8D8;
}

.form-box-body {
	padding: 24px 30px;
}

.form-item__label {
	color: #666666;
	font-size: 16px;
	margin-bottom: 10px;
}

.form-item {
	margin-bottom: 18px;
}

.form-item__block .form-control {
	background-color: #F7F7F7;
	border-color: #F7F7F7;
	font-size: 16px;
	padding: 12px 15px;
	width: 100%;
}


.form-box-foot {
	background-color: #F7F7F7;
	border-top: 1px solid #D8D8D8;
	padding: 15px 30px;
}

.form-box-foot .btn {
	border-color: #4155C6;
	background-color: #4155C6;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	padding: 7px 20px;
	width: 98px;
}


.form-group-title{
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}


.form-group .table tr:nth-child(odd){
	background-color: #F7F7F7;
}

.form-group .table td{
	color: #666666;
	font-size: 16px;
	border-bottom: 0;
	padding: 13px 15px;
}

.form-group .table td:first-child{
	color: #333333;
	font-weight: 700;
}

.form-avatar{
	width: 100px;
	height: 130px;
	margin: 7px 0;
}

@media (max-width:992px) {
	.welcome{
		font-size: 13px;
	}
	
	.top-nav .nav-item{
		font-size: 13px;
	}
	
	.top-nav .nav-item img{
		width: 20px;
		height: 20px;
	}
	
	.about-right{
		margin: 15px auto;
		float: unset;
		display: block;
	}
}

@media (min-width:768px) {
	.section-main {
		min-height: 710px;
	}
}


@media (max-width:768px) {
	.header-top .d-flex{
		flex-wrap: wrap;
	}
	
	.header-top{
		padding: 8px 0;
	}
	
	.welcome{
		margin: 0 auto 4px;
	}
	.top-nav{
		margin: 0 auto;
	}
	
	.top-nav .nav-item{
		margin: 0 5px;
	}
	
	#section-footer-btm .d-flex{
		flex-wrap: wrap;
	}
	
	.footer-nav{
		margin: 15px auto 0;
	}
	
	.top-nav .nav-item img{
		height: 16px;
		width: 16px;
	}
	
	.global-box{
		flex-wrap: wrap;
	}
	
	.global-box p{
		text-align: center;
		font-size: 16px;
	}
	
	.global-box h4{
		text-align: center;
		font-size: 20px;
	}
	
	.global-content{
		margin-bottom: 20px;
	}
	
	.about-box h3{
		font-size: 20px;
	}
	
	.feature-intro{
		padding-right: 0;
	}
	
	.banner-content-inner{
		width: 100%;
	}
	
	.banner-content-inner h3{
		font-size: 22px;
	}
	
	.banner-content-inner p{
		width: 80%;
	}
	
	#section-banner{
		margin-bottom: 30px;
	}
	
	.banner-about{
		height: auto;
		margin-bottom: 20px;
	}
	
	.banner-content{
		padding: 0 0 40px;
	}
}

.etip { position: fixed; left: 50%; top: 50%; width: 500px; margin-left: -250px; box-sizing: border-box; display: none; transform:translate(0,-50%); background:rgba(0,0,0,0.9); color: #fff; padding: 20px; text-align: center; font-size: 16px; line-height: 2; border-radius: 10px; z-index: 9999991;}
@media (max-width:999px){
.etip { left: 5%; right: 5%; top: 50%; margin-left: 0; width: auto; padding: 10px; font-size: 14px; line-height: 2; border-radius: 10px; }
}