/* HTML, BODY */

html,
body {
	position: relative;
	height: 100%;
	letter-spacing: 0.05rem;
}

@media (max-width: 1024px) {
	html {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 12px;
	}
	h1,
	{
		font-size: 2rem;
	}
}


/* UTILITIES */

.bg-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 1366px) {
	.bg-fixed {
		background-position: center bottom;
		background-attachment: fixed;
	}
}


/*TRANSITION*/

#active {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}


/* BTN */

.btn-secondary-outline {
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
	background-color: rgba(0, 0, 0, .0);
}

.btn-secondary-outline:hover {
	color: #4178be;
	background-color: #fff;
}


/*MESSAGE*/

.message {
	position: fixed;
	z-index: 99999;
}

#triggle {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -2.5rem;
}

#active {
	position: fixed;
	width: 15rem;
	height: 25rem;
	top: 50%;
	right: -18rem;
	margin-top: -12.5rem;
	background-color: white;
	box-shadow: 1px 1px 8px #999;
}

#active.in {
	right: 0!important;
}


/* RESP-MENU */

.resp-menu {
	overflow-y: scroll;
	position: fixed;
	visibility: hidden;
	width: 70%;
	height: 100%;
	top: 0;
	left: -70%;
	padding: 2rem;
	background: #323a45;
	color: #fff;
	z-index: 9999;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.resp-menu.open {
	visibility: visible;
	left: 0;
}

.resp-menu hr {
	border-color: rgba(255, 255, 255, .2);
}


/* collasped */

.resp-menu a[data-toggle="collapse"] {
	position: relative;
	display: block;
	color: #fff;
	background-color: none;
}

.resp-menu a[data-toggle="collapse"].collapsed::after {
	content: '+';
}

.resp-menu a[data-toggle="collapse"]::after {
	position: absolute;
	content: '-';
	right: 0;
}


/* dropdown-item */

.resp-menu .dropdown-item {
	padding-top: 0.725rem;
	padding-bottom: 0.725rem;
	color: #fff;
}

.resp-menu .dropdown-item:focus,
.dropdown-item:hover {
	color: #bababa;
	background-color: rgba(0, 0, 0, .04)
}

.resp-menu .dropdown-item.active,
.dropdown-item:active {
	background-color: rgba(0, 0, 0, .0);
}


/*NAVBAR*/

.navbar {
	font-size: 16px;
	background: linear-gradient(0deg, #ececec 0%, #fff 100%);
}

.navbar button {
	right: 25px;
}

.navbar .tel {
	padding: 2rem 0 0;
	margin-bottom: 2rem;
}

.navbar .nav-link {
	position: relative;
	padding: 0 0 1rem;
}

.navbar .nav-link::before {
	content: '';
	visibility: hidden;
	position: absolute;
	background-color: #c3181f;
	bottom: 0;
	height: 3px;
	width: 100%;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.navbar .nav-link::after {
	content: inherit;
}

.dropdown.show .nav-link::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.navbar-nav .nav-item+.nav-item {
	margin-left: 3rem;
}

.dropdown-toggle::after {
	display: flex;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	margin-left: 0;
}


/* dropdown-menu */

.dropdown-menu {
	opacity: 0;
	border: none;
	left: 50%;
	font-size: 15px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dropdown.show .dropdown-menu {
	opacity: 1;
}

.dropdown-menu .dropdown-item {
	color: rgba(0, 0, 0, .7);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

@media (max-width: 576px) {
	.navbar .container {
		max-width: 100%;
		margin: 0;
	}
}

@media (min-width: 1200px) {
	.navbar .container {
		max-width: 60%;
	}
}

@media (max-width: 767px) {
	.navbar-brand {
		width: 6rem;
	}
}


/*HERO*/

.hero {
	position: relative;
}

.slogan {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: .5rem 0;
	color: #fff;
}

.hero .breadcrumb {
	background-color: rgba(0, 0, 0, .0);
	padding: 0;
	margin: 0;
}

.hero .breadcrumb a {
	color: #e2e2e2;
}

@media (min-width: 1200px) {
	.hero .container {
		max-width: 60%;
	}
}


/*ERP*/

@media (max-width: 1024px) {
	.erp .container {
		width: 100%;
	}
}


/*ERP-SMALL*/

@media (min-width: 768px) {
	.erp-small {
		height: 650px;
	}
}

@media (max-width: 768px) {
	.erp-small {
		height: 250px;
	}
}


/*FOOTER*/

.footer hr {
	border-top: 1px solid rgba(255, 255, 255, 0.2)
}


/*CAROUSEL*/

@media (max-width: 1500px) {
	.carousel-control-next {
		width: 15%;
	}
	.carousel-control-prev {
		width: 15%;
	}
}


/*CASE*/

.case {
	line-height: 28px;
}

.text-indent p {
	text-indent: 2rem;
}

@media (min-width: 1200px) {
	.case .container {
		max-width: 60%;
	}
}


/*CLOUD*/

.pic:hover .main {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	transition: all 0.2s ease;
}


/* TIMELINE */

.timeline {
	position: relative;
}

.timeline-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(1.25rem - 1px);
	width: 2px;
	background-color: #eee;
}

.timeline .item {
	position: relative;
	padding-left: 6rem;
	padding-right: 6rem;
}

.timeline .item.m-y-3:last-child {
	margin-bottom: 0!important;
}

.timeline .item::before {
	left: 0;
	top: 2rem;
	position: absolute;
	width: 2.5rem;
	height: 3.125rem;
	margin-left: 0;
	background: url(../images/icons/time.svg) center no-repeat;
	background-size: 2.5rem 3.125rem;
	content: "";
}

.timeline .item .inner {
	border-bottom: 1px solid #eee;
}

.timeline .item:last-child .inner {
	border-bottom: none;
}

@media (max-width: 544px) {
	.timeline .item {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}


/*APP*/

.app .container {
	height: 500px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}

@media (max-width: 767px) {
	.app .container {
		height: 370px;
		background-size: auto 200px;
		background-image: url(../images/erp-02.png)!important;
		;
	}
}


/*style*/

.blockquote p {
	text-indent: 0;
}

.row img {
	max-width: 100%;
}

#cnzz_stat_icon_1261543271 {
	display: none;
}

.list-item {
	text-align: center;
	padding: .5rem 0;
	border-bottom: 1px solid #eee;
}

.list-item a:hover {
	text-decoration: none;
}

.list-item-title {
	font-size: small;
	opacity: .54;
}

.icon-qq img {
	box-shadow: 0 0 12px rgba(0, 0, 0, .05);
	padding: .75rem;
	border-radius: 50%;
	margin: .5rem 0;
}

#active {
	padding-bottom: 0;
	height: auto;
	width: auto;
	border-bottom: 8px solid #2E5485;
}

#active #close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .5rem;
}