.g-top-8 {
	top: 0.57143rem !important;
}
.g-pt-155 {
	padding-top: 11.07143rem !important;
}
.g-bg-1a2e39 {
	background-color: #1a2e39 !important;
}
.hs-sub-menu, .hs-mega-menu {
	left: -1.57143rem;
}
.g-bg-gray-dark-v2--focus:focus {
	background-color: #333 !important;
}
.hs-sub-menu .nav-link {
	color: #e74c3c !important;
}
.clamp-1 {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.clamp-2 {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.tooltip .tooltip-inner {
	padding: .5rem;
}
@media (max-width: 575px) {
	#js-header #topBar {
		min-height: 63px;
	}
}
@media (min-width: 576px) {
	.g-pt-135--sm {
		padding-top: 9.64286rem !important;
	}
}
@media (min-width: 768px) {
	.g-pt-155--md {
		padding-top: 11.07143rem !important;
	}
}
@media (min-width: 992px) {
	.g-pt-170--lg {
		padding-top: 12.14286rem !important;
	}
	.g-font-size-20--lg {
		font-size: 1.42857rem !important;
	}
}
@media (min-width: 1200px) {
}

/* Headings */

.u-heading-v2-2--bottom::after, .u-heading-v2-2--top::before {
	/*width: 2.35714rem;*/
	border-bottom: 0.28571rem;
}
.u-heading-v2-2--bottom::before {
	margin-top: 0.42857rem;
}
.u-heading-v2-2--top::before {
	margin-bottom: 0.42857rem;
	border-top-width: 0.28571rem;
}

/* Master Slider */

.ms-slide-bgcont {
	position: relative;
}
.ms-slide-bgcont::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.ms-thumb-frame {
	position: relative;
	opacity: 1;
}
.ms-thumb-frame::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.ms-thumb-frame::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background-color: transparent;
}
.ms-thumb-frame.ms-thumb-frame-selected::after {
	background-color: #1a2e39;
}

/* Left Side Bar */

.g-color-text {
	color: #777;
}
.g-bg-gray-light-v5--active.active, .active .g-bg-gray-light-v5--active {
	color: #e74c3c !important;
}
.g-line-height-34 {
	line-height: 34px;
}
.g-height-14 {
	height: 1rem !important;
}

/* Article */

.art-content p {
	margin: 1.25rem 0;
	text-indent: 2.5rem;
	font-size: 1.25rem;
}
.art-content img {
	margin: 1.25rem 0;
	max-width: 100%;
	height: auto;
}
.art-content p img {
	margin-top: 0;
	margin-left: -2.5rem;
}

/* Contact */

.form-group .form-control {
	height: auto;
}

/* Fix Side Bar */

.side-bar a, .chat-tips i {
	background-image: url(../img/gdt-img.png);
	background-repeat: no-repeat;
}
.side-bar {
	position: fixed;
	top: 50%;
	right: 25px;
	z-index: 502;
	margin-top: -130px;
	width: 66px;
	line-height: 0;
	font-size: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.side-bar a {
	display: inline-block;
	width: 66px;
	height: 66px;
	background-color: #ddd;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
}
.side-bar a + a {
	margin-top: 2px;
}
.side-bar a:hover {
	background-color: #e74c3c;
}
.side-bar .icon-qq {
	background-color: #a2d7fd;
	background-position: 0 -62px;
}
.side-bar .icon-chat {
	position: relative;
	background-color: #82e98b;
	background-position: 0 -130px;
}
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
.chat-tips {
	display: none;
	position: absolute;
	right: 78px;
	top: -68px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #d1d2d6;
}
.chat-tips i {
	position: absolute;
	right: -9px;
	top: 92px;
	display: inline-block;
	width: 9px;
	height: 16px;
	background-position: -88px -350px;
}
.chat-tips img {
	width: 160px;
	height: 160px;
}