html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.5px;
	overflow-wrap: break-word;
	font-weight: 400;
	color: rgb(98, 98, 98);
}

svg {
	fill: currentcolor;
	width: 15px;
	height: 15px;
}

img.svg {
	width: 15px;
	height: 15px;
}

.arlo_tm_wrapper_all,
.arlo_tm_section,
.arlo_tm_content {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}

#ripple {
	position: relative;
	z-index: 0;
}

.arlo_tm_content {
	position: relative;
	z-index: 2;
}

::-webkit-input-placeholder {
	color: rgb(51, 51, 51);
}

::placeholder {
	color: rgb(51, 51, 51);
}

.arlo_tm_preloader {
	position: fixed;
	background-color: rgb(255, 255, 255);
	z-index: 9999999;
	height: 100%;
	width: 100%;
	transition: all 0.2s ease 0.5s;
}

.arlo_tm_preloader .spinner_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 33333;
}

.arlo_tm_preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.arlo_tm_preloader::before,
.arlo_tm_preloader::after {
	content: "";
	position: absolute;
	height: 50%;
	width: 100%;
	background-color: rgb(4, 18, 48);
	transition: all 0.7s ease 0s;
}

.arlo_tm_preloader::before {
	top: 0px;
	left: 0px;
}

.arlo_tm_preloader::after {
	bottom: 0px;
	left: 0px;
}

.arlo_tm_preloader.loaded::before,
.arlo_tm_preloader.loaded::after {
	height: 0%;
}

.arlo_tm_leftpart_wrap {
	width: 300px;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgb(4, 18, 48);
	z-index: 100;
	transition: all 0.3s ease 0s;
}

.arlo_tm_leftpart_wrap.hide {
	left: -300px;
}

.arlo_tm_leftpart_wrap.opened {
	left: -300px;
}

.arlo_tm_leftpart_wrap .logo_wrap {
	background-color: rgb(4, 18, 48);
	padding: 50px 20px;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
}

.arlo_tm_leftpart_wrap .menu_list_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 0px 20px 0px 60px;
	box-sizing: border-box;
	text-align: center;
	margin-left: -30px;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li {
	margin: 0px;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li:last-child {
	margin-bottom: 0px;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-bottom: 25px;
	transition: all 0.3s ease 0s;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li a::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 0px;
	background-color: rgb(227, 135, 45);
	top: 14px;
	transform: translateY(-50%);
	left: 100%;
	margin-left: 10px;
	transition: all 0.3s ease 0s;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li a:hover {
	color: rgb(227, 135, 45);
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li a:hover::before {
	width: 35px;
}

.arlo_tm_leftpart_wrap .leftpart_bottom {
	position: absolute;
	left: 60px;
	bottom: 38px;
}

.arlo_tm_leftpart_wrap .leftpart_bottom .social_wrap {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	left: -5px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.arlo_tm_leftpart_wrap .leftpart_bottom .social_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.arlo_tm_leftpart_wrap .leftpart_bottom .social_wrap ul li {
	margin: 0px 10px 0px 0px;
	display: inline-block;
}

.arlo_tm_leftpart_wrap .leftpart_bottom .social_wrap ul li:last-child {
	margin-right: 0px;
}

.arlo_tm_leftpart_wrap .leftpart_bottom .social_wrap ul li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
	transition: all 0.3s ease 0s;
}

.arlo_tm_leftpart_wrap .leftpart_bottom .social_wrap ul li a:hover {
	color: rgb(227, 135, 45);
}

.arlo_tm_leftpart_wrap .arlo_tm_resize {
	position: absolute;
	right: 0px;
	bottom: 20%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: rgb(227, 135, 45);
	display: inline-block;
	text-decoration: none;
	z-index: 200;
	transition: all 0.3s ease 0s;
}

.arlo_tm_leftpart_wrap .arlo_tm_resize.opened {
	right: -30px;
}

.arlo_tm_leftpart_wrap .arlo_tm_resize i {
	color: rgb(255, 255, 255);
	transform: rotate(0deg);
	position: absolute;
	left: 6px;
	transition: all 0.3s ease 0s;
}

.arlo_tm_leftpart_wrap .arlo_tm_resize i.opened {
	transform: rotate(-180deg);
}

.arlo_tm_rightpart {
	width: 100%;
	height: auto;
	float: left;
	padding-left: 300px;
	transition: all 0.3s ease 0s;
	box-sizing: border-box;
}

.arlo_tm_rightpart.full {
	padding-left: 0px;
}

.arlo_tm_rightpart.opened {
	padding-left: 0px;
}

.arlo_tm_rightpart .rightpart_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	box-sizing: border-box;
}

.arlo_tm_hero_header_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 100px;
	box-sizing: border-box;
}

.arlo_tm_universal_box_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	box-sizing: border-box;
}

.arlo_tm_universal_box_wrap .bg_wrap {
	position: absolute;
	top: 0;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
}

.arlo_tm_universal_box_wrap .overlay_image {
	position: absolute;
	z-index: 15;
	background-repeat: no-repeat;
	top: 0;
	background-size: cover;
	background-position: center center;
	left: 0;
	right: 0;
	bottom: 0;
}

.arlo_tm_universal_box_wrap .overlay_video {
	position: absolute;
	inset: 0px;
	z-index: 15;
	overflow: hidden;
}

.arlo_tm_universal_box_wrap .overlay_video video {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	object-fit: cover;
}

.arlo_tm_universal_box_wrap .overlay_color {
	position: absolute;
	inset: 0px;
	z-index: 20;
}

.arlo_tm_universal_box_wrap .content {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 25;
	box-sizing: border-box;
}

.arlo_tm_universal_box_wrap .overlay_image.hero {
	background-image: url(../img/banner1.jpg);
	background-size: cover;
	background-position: top center;
}

.arlo_tm_universal_box_wrap .overlay_color.hero {
	background-color: rgba(0, 0, 0, 0.2);
}

.arlo_tm_universal_box_wrap .content.hero {
	height: 75vh;
}

.arlo_tm_hero_header_wrap .inner_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
}

.arlo_tm_hero_header_wrap .image_wrap {
	width: 200px;
	height: 200px;
	display: inline-block;
	margin-bottom: 38px;
}

.arlo_tm_hero_header_wrap .image_wrap img {
	border-radius: 100%;
	border: 8px solid rgba(255, 255, 255, 0.5);
}

.arlo_tm_hero_header_wrap .name_holder h3 {
	font-family: Montserrat;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	font-size: 50px;
	font-weight: 300;
}

.arlo_tm_hero_header_wrap .name_holder h3 span {
	font-weight: 500;
	color: #ed770c;
}

.arlo_tm_hero_header_wrap .text_typing {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	margin: 20px;
}

.arlo_tm_hero_header_wrap .text_typing p {
	color: rgb(255, 255, 255);
	font-size: 24px;
	font-family: Montserrat;
}

.arlo_tm_animation_text_word,.arlo_tm_animation_text_word2 {
	font-weight: 600;
	line-height: 1;
	color: #ed770c;
}

.arlo_tm_arrow_wrap {
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translateX(-50%);
	margin-left: -21px;
	z-index: 55;
}

.arlo_tm_arrow_wrap.bounce {
	animation: 2s ease 0s infinite normal none running bounce;
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0px);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0px);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.arlo_tm_arrow_wrap a {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-size: 30px;
}

.arlo_tm_totop {
	position: fixed;
	bottom: 40px;
	right: 55px;
	z-index: 100;
	overflow: hidden;
	outline: rgba(255, 255, 255, 0.2) solid 1px;
	background-color: rgb(227, 135, 45);
	padding: 22px;
	border-radius: 3px;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease 0s;
}

.arlo_tm_totop::before {
	position: absolute;
	content: "";
	top: 0px;
	height: 100%;
	left: -75%;
	width: 0%;
	background-color: rgb(4, 18, 48);
	transform: skew(50deg);
	transition-duration: 0.6s;
	z-index: 1;
}

.arlo_tm_totop::after {
	width: 0px;
	height: 0px;
	position: absolute;
	content: "";
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent rgb(255, 255, 255);
	border-image: initial;
	top: 14px;
	left: 17px;
	z-index: 2;
}

.arlo_tm_totop:hover::before {
	width: 290%;
}

.arlo_tm_totop.opened {
	opacity: 1;
	visibility: visible;
	bottom: 55px;
}

.arlo_tm_mobile_header_wrap {
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 11111111;
	left: 0px;
	top: 0px;
	display: none;
}

.arlo_tm_mobile_header_wrap .main_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 30px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgb(4, 18, 48);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
}

.arlo_tm_trigger {
	width: auto;
}

.arlo_tm_trigger .hamburger {
	padding: 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0px;
	margin: 0px;
	overflow: visible;
}

.arlo_tm_trigger .hamburger-box {
	width: 30px;
	height: 18px;
	display: inline-block;
	position: relative;
}

.arlo_tm_trigger .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.arlo_tm_trigger .hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 30px;
	height: 2px;
	background-color: rgb(51, 51, 51);
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
	border-radius: 4px;
}

.arlo_tm_trigger .hamburger-inner::before,
.arlo_tm_trigger .hamburger-inner::after {
	content: "";
	display: block;
}

.arlo_tm_trigger .hamburger-inner::before {
	top: -8px;
}

.arlo_tm_trigger .hamburger-inner::after {
	bottom: -10px;
}

.arlo_tm_trigger .hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0px;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.arlo_tm_trigger .hamburger--collapse-r .hamburger-inner::after {
	top: -16px;
	transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear 0s;
}

.arlo_tm_trigger .hamburger--collapse-r .hamburger-inner::before {
	transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.arlo_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner {
	transform: translate3d(0px, -10px, 0px) rotate(45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.arlo_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0px;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0s, opacity 0.1s linear 0.22s;
}

.arlo_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0px;
	transform: rotate(90deg);
	transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}

.arlo_tm_trigger .hamburger {
	padding: 0px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.arlo_tm_trigger .hamburger-box {
	display: block;
}

.arlo_tm_trigger .hamburger .hamburger-inner::before,
.arlo_tm_trigger .hamburger .hamburger-inner::after,
.arlo_tm_trigger .hamburger .hamburger-inner {
	background-color: rgb(255, 255, 255);
	width: 30px;
	transition: all 0.3s ease 0s;
}

.arlo_tm_mobile_menu_wrap {
	width: 100%;
	height: 100vh;
	clear: both;
	float: left;
	background-color: rgba(4, 18, 48, 0.97);
	padding: 30px 20px;
	display: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	box-sizing: border-box;
}

.arlo_tm_mobile_menu_wrap .mob_menu {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	box-sizing: border-box;
}

.arlo_tm_mobile_menu_wrap .mob_menu>ul {
	margin: 0px;
	list-style-type: none;
}

.arlo_tm_mobile_menu_wrap .mob_menu>ul>li {
	margin: 0px 0px 5px;
	height: 10vh;
}

.arlo_tm_mobile_menu_wrap .mob_menu>ul>li:last-child {
	margin-bottom: 0px;
}

.arlo_tm_mobile_menu_wrap .mob_menu>ul>li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-family: Montserrat;
	font-weight: 600;
	font-size: 19px;
}

.section-padding {
	padding: 100px 0px;
}

.section-heading>h2 {
	margin-bottom: 30px;
}

.section-title {
	margin-bottom: 60px;
	text-align: center;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.section-title .title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.16;
	margin-bottom: 0px;
	margin-top: -7px;
	color: rgb(0, 0, 0);
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
}

.section-title span {
	content: "";
	width: 100px;
	height: 2px;
	background: rgb(255, 179, 0);
	margin-top: 15px;
	margin-bottom: 15px;
}

.section-title .sub-title {
	font-size: 16px;
	font-weight: 400;
	color: rgb(0, 0, 0);
	line-height: 1.4;
	font-family: Poppins, sans-serif;
}

p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

a {
	font-weight: 500;
	display: inline-block;
	/* text-transform: capitalize; */
	color: #777;
	font-size: 14px;
}

a:hover,
a:active {
	color: rgb(249, 181, 56);
	text-decoration: none;
	outline: 0px;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

.mt-30 {
	margin-top: 30px;
}

.theme-btn {
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease 0s;
	z-index: 1;
}

.theme-btn::after {
	background: none 0px 0px repeat scroll rgb(255, 255, 255);
	content: "";
	height: 0px;
	left: 0px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: -1;
	transition: all 0.3s ease 0s;
}

.theme-btn:hover img {
	margin-left: 10px;
}

.theme-btn img {
	margin-left: 3px;
	transition: all 0.3s ease 0s;
}

.about-content-worp {
	margin-right: 30px;
}

.about-content-worp .d-flex {
	justify-content: space-between;
}

.certification {
	align-items: center;
	display: flex;
	margin-top: 40px;
}

.cer-icon {
	border: 4px solid rgb(249, 181, 56);
	color: rgb(249, 181, 56);
	font-size: 30px;
	height: 60px;
	margin-right: 15px;
	padding-top: 1px;
	text-align: center;
	width: 70px;
}

.cer-content p {
	font-weight: 300;
	line-height: 16px;
	margin-top: 10px;
	font-size: 14px;
}

.about-video {
	/* margin-right: -80px; */
	position: relative;
}

.about-video img {
	width: 100%;
	border-radius: 100px;
	border-right: 15px solid rgb(248, 181, 71);
	border-bottom: 15px solid rgb(248, 181, 71);
}

.mb-n8 {}

a.project-overlay {
	width: 100%;
}

.project-tab .project-filter,
.project-tab .nav-link {
	font-size: 13px;
	border: 0px;
	color: rgb(102, 102, 102);
	font-weight: 500;
	padding: 15px 25px;
	margin-left: 5px;
	letter-spacing: 0.5px;
	line-height: 1.2;
	background: rgb(255, 255, 255);
	margin-bottom: 5px;
}

.project-tab .project-filter:focus,
.project-tab .nav-link:focus {
	outline: none;
}

.project-tab .project-filter:hover,
.project-tab .project-filter.is-checked,
.project-tab .nav-link:hover,
.project-tab .nav-link.is-checked {
	background: rgb(255, 179, 0);
	color: rgb(255, 255, 255);
}

.project-tab .nav-link {
	color: rgb(255, 255, 255);
	border: 1px solid rgb(255, 255, 255);
	background: transparent;
}

.project-tab .nav-link:hover,
.project-tab .nav-link.active {
	background: rgb(255, 179, 0);
	color: rgb(255, 255, 255);
	border: 1px solid rgb(255, 179, 0);
}

.project-image img {
	width: 100%;
}

.project-content {
	margin-top: 27px;
}

.project-content .title {
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.project-content .title a {
	color: rgb(255, 255, 255);
}

.project-content .title a:hover {
	color: rgb(255, 179, 0);
}

.project-content .link {
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	line-height: 1;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	color: rgb(255, 255, 255);
	font-weight: 500;
	display: block;
	text-decoration: underline;
	letter-spacing: 0.6px;
	margin-top: 15px;
}

.project-content .link:hover {
	color: rgb(255, 179, 0);
	text-decoration: underline;
	transition: all 0.3s ease 0s;
}

.project-content.project-content-dark .title a {
	color: rgb(43, 43, 53);
}

.project-content.project-content-dark .title a:hover {
	color: rgb(255, 179, 0);
}

.project-content.project-content-dark .project-tag li::after {
	color: rgb(43, 43, 53);
}

.project-content.project-content-dark .project-tag li a {
	color: rgb(43, 43, 53);
}

.project-content.project-content-dark .project-tag li a:hover {
	color: rgb(255, 179, 0);
	text-decoration: underline;
	transition: all 0.3s ease 0s;
}

.project-tag {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.project-tag li::after {
	content: "/";
	padding: 0px 5px;
	color: rgb(255, 255, 255);
}

.project-tag li a {
	color: rgb(255, 255, 255);
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.project-tag li a:hover {
	color: rgb(255, 179, 0);
	text-decoration: underline;
	transition: all 0.3s ease 0s;
}

.project-tag li:last-child::after {
	display: none;
}

/* ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¿Ãƒâ€ Ã¢â‚¬â„¢ */
.tabs {
	width: 100%;
	/* height: 528px; */
}

.tabs * {
	transition: all .7s ease 0s;
}

.tabs .tab-item {
	width: 100%;
	height: 100%;
	padding: 20px;
}

.article-head {
	display: flex;
	justify-content: space-between;
}

.information-tab .information-left {
	/* width: 45%; */
	/* height: 340px; */
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0px;
}

.information-tab .information-left img {
	width: 100%;
	height: auto;
}

.information-tab .information-left .left-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
	color: rgb(255, 255, 255);
	padding: 0px 14px;
}

.information-tab .information-left .left-bottom a{
	display: flex;
	width: 100%;
	justify-content: space-between;
	color: #fff;
}

.information-tab .information-left .left-bottom .article-title {
	font-size: 18px;
	width: 400px;
	float: left;
	color: #fff;
}

.information-tab .information-left .left-bottom .article-time {
	font-size: 14px;
	float: right;
}

.information-tab .information-right {
	/* width: 55%; */
	float: right;
	border-radius: 0px;
}

.information-tab .information-right .article-list {
	margin-bottom: 22px;
}

.information-tab .information-right .article-list:last-child {
	margin-bottom: 0px;
}

.information-tab .information-right .article-list .article-link {
	display: block;
	padding: 0px 20px;
}

.information-tab .information-right .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle;
}

.information-tab .information-right .article-list .article-time {
	color: #fff;
	width: 45px;
}

.information-tab .information-right .article-list .article-number {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: rgb(255, 255, 255);
	background-color: rgb(153, 153, 153);
	font-size: 14px;
}

.information-tab .information-right .article-list .article-title {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-left: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
}

.information-tab .information-right .article-list .article-time {
	float: right;
	font-size: 12px;
	color: rgb(153, 153, 153);
	line-height: 20px;
}

.information-tab .information-right .article-list .article-content {
	margin-top: 10px;
	padding-left: 44px;
	width: 450px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 26px;
	display: none;
}

.information-tab .information-right .article-list .article-content p {
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.information-tab .information-right .article-list:nth-of-type(1) .article-number,
.information-tab .information-right .article-list:nth-of-type(2) .article-number,
.information-tab .information-right .article-list:nth-of-type(3) .article-number {
	background-color: rgb(51, 51, 51);
}

.information-tab .information-right .article-list.current .article-link {
	background-color: rgb(227, 135, 45);
	border-radius: 8px;
	padding: 20px;
}

.information-tab .information-right .article-list.current .article-number {}

.information-tab .information-right .article-list.current .article-title {
	color: #fff;
	font-size: 18px;
}

.information-tab .information-right .article-list.current .article-time {
	color: #fff;
}

.information-tab .information-right .article-list.current .article-content {
	display: block;
	color: #fff;
}

/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ */
.pre-footer-minimal-inner {
	padding: 37px 0;
	color: #777;
}

.group-md-1 {
	/* -webkit-transform: translateY(-10px); */
	/* transform: translateY(-10px); */
	margin-bottom: -10px;
	margin-left: -20px;
}

.shell h4 {
	font-size: 16px;
	font-weight: 800;
	color: rgb(56 50 45);
}

.list-nav-marked {
	text-align: left;
}

.group-md-1>*:first-child,
.group-md-1>* {
	display: inline-block;
	margin-top: 20px;
	margin-left: 20px;
}

.list-nav-marked>li {
	position: relative;
	font-size: 14px;
	color: #666;
	margin-bottom: 4px;
}

.list-nav-marked>li:before {
	content: '\f105';
	font-family: "FontAwesome";
	position: absolute;
	top: -1px;
	left: 0;
	font-size: 16px;
	line-height: inherit;
	color: #fff;
	transition: .22s;
}

.list-nav-marked>li.active a {}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {

	.arlo_tm_leftpart_wrap {
		display: none;
	}

	.arlo_tm_rightpart {
		padding-left: 0px;
	}

	.arlo_tm_mobile_header_wrap {
		display: block;
	}
}

@media (max-width: 1040px) {
	.about-video {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.arlo_tm_hero_header_wrap {
		margin: 80px 0 30px;
	}

	.arlo_tm_mobile_header_wrap .main_wrap {
		padding: 6px 10px;
	}

	.arlo_tm_universal_box_wrap .content.hero {
		height: 75vw;
		margin-top: 80px;
	}

	.section-padding {
		padding-bottom: 30px;
		padding-top: 0;
	}

	.project-content {
		text-align: center;
	}

	.information-tab .information-right .article-list .article-content {
		padding: 0;
		overflow: hidden;
		width: 100%;
	}


	.information-tab .information-right {
		padding: 0;
		margin-top: 15px;
	}

	.section-title {
		margin-bottom: 40px;
		margin-top: 30px !important;
	}

	.project-tab .project-filter,
	.project-tab .nav-link {
		padding: 12px 15px;
	}

	.arlo_tm_hero_header_wrap .name_holder h3 {
		font-size: 40px;
	}

	.arlo_tm_hero_header_wrap .text_typing p {
		font-size: 21px;
	}

	.arlo_tm_title_holder h3 {
		font-size: 45px;
	}

	.arlo_tm_title_holder::before {
		top: -2px;
	}

	.arlo_tm_totop {
		right: 20px;
		bottom: 10px;
	}

	.arlo_tm_totop.opened {
		bottom: 20px;
	}
}

@media (max-width: 480px) {
	.section-title .title {
		font-size: 26px;
	}

	.section-title .sub-title {
		font-size: 14px;
		line-height: 1.6;
	}

	.arlo_tm_hero_header_wrap .name_holder h3 {
		font-size: 30px;
	}

	.arlo_tm_hero_header_wrap .text_typing p {
		font-size: 18px;
	}

	.arlo_tm_title_holder::before {
		display: none;
	}

	.arlo_tm_title_holder h3 {
		padding-left: 0px;
	}

	.arlo_tm_title_holder span {
		padding-left: 0px;
	}
}