/* navbar */
.manage-info {
	position: relative;
	height: 70px;
}

.manage-info img {
	width: 100%;
	height: 100%;
}

.more-info {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-info {
	position: relative;
	height: 70px;
}

.product-info img {
	width: 100%;
	height: 100%;
}


.manage-info p {
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 1px;
	color: #2885ec;
	position: absolute;
	left: 40%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product-info p {
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 1px;
	color: #2885ec;
	position: absolute;
	left: 37%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.logo {
	margin-top: -12px;
	position: relative;
}

.toleft {
	margin-left: 20px;
}

.logo .navbar-brand {
	width: 100%;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
}

.navbar-expand-lg .navbar-nav .nav-item a {
	color: #333;
	font-size: 18px;
}

.navbar-toggler {
	border: none;
}

button:focus {
	outline: none;
}

.pb-0,
.py-0 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.navbar {
	background-color: #fff;
}

.navbar-light .navbar-nav a.freeToTry {
	height: 48px;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #2196f3;
	border-radius: 5px;
	cursor: pointer;
	color: #2196f3;
}

.hoverProduct {
	display: none;
	width: 100%;
	position: fixed;
	top: 64px;
	z-index: 999;
	background-color: #f5f6f8;
	box-shadow: 0 0 10px #ddd;
	margin-top: 67.19px;
}

div.hover-left-img.col-md-3.col-lg-3 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.trans {
	transition: all 2s linear;
}

.hover-wrap-right {
	margin-top: 20px;
}

.hover-wrap-right a:hover {
	color: #2196f3;
	font-weight: 600;
}

.wrap-right-btm h6 {
	font-weight: 600;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.wrap-right-btm a {
	color: #333;
	text-decoration: none;
	font-weight: 500;
	display: block;
	padding: 6px 0;
}

/* header */
.header-img {
	width: 100%;
	position: relative;
}

.header-img img {
	width: 100%;
}

.btn_answer {
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 15px 35px;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btn_answer:hover {
	color: #2196f3;
	background-color: #fff;
}

.tel-hang,
.code-hang {
	height: 140px;
	position: fixed;
	right: 80px;
	z-index: 999999;
}

img.tel-hang {
	display: none;
}

img.code-hang {
	display: none;
}

.hang-ball {
	position: fixed;
	right: 20px;
	z-index: 99999;
}

.hang p {
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #2196f3;
	border-radius: 5px;
	box-shadow: 0 0 3px #ccc;
	background-color: #fff;
	padding: 5px;
}

.hang p img {
	margin-top: 6.5px;
}

.hang .earphone {
	background-color: #2196f3;
	color: #fff;
}

.hang-top {
	margin-bottom: 80px;
}

.hang-top span {
	display: none;
}

/* main */
.successcase-wrap-3-bg {
	position: relative;
}

.successcase-wrap-3-bg img {
	width: 100%;
}

.successcase-wrap-3-bg a p {
	text-decoration: none;
}

.two-btn {
	width: 100%;
	position: absolute;
	top: 60%;
	display: flex;
	justify-content: center;
}

.two-btn a {
	text-decoration: none;
}

.two-btn p {
	color: #2196f3;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 7px;
	font-weight: 600;
	cursor: pointer;
}

.main-tabs {
	position: relative;
}

a.tab-all-con {
	width: 100%;
	height: 100%;
	display: block;
	color: #99a4b6;
	font-weight: 600;
	text-decoration: none !important;
	padding-bottom: 12px;
}

.tab-all-con p {
	margin-bottom: 0;
}

.p-active {
	color: #fff;
}

.p-inActive {
	color: #99a4b6;
}

.li-active {
	border-bottom: 3px solid #fff;
	border-radius: 2px;
}

.li-inActive {
	border-bottom: none;
}

#home {
	padding-top: 20px;
}

#profile {
	padding-top: 20px;
}

#people {
	padding-top: 20px;
}

#particle {
	padding-top: 20px;
}

#other {
	padding-top: 20px;
}

/* footer */
.footer-wrap {
	padding-bottom: 20px !important;
	padding-top: 40px;
	background-color: #f5f6f8 !important;
	border-top: 2px solid #eee;
}

.container {
	font-size: 14px;
}

.footer-logo {
	display: none;
}

.company-logo img {
	width: 240px !important;
	margin-top: -40px;
}

.mail-weight {
	font-size: 16px;
}

.contact-us-main-right-con li span {
	min-width: 88px;
}

@media (max-width:376px) {

	.pb-5,
	.py-5 {
		padding-top: 0rem !important;
		padding-bottom: 7rem !important;
	}

	.navbar-toggler span {
		color: #333 !important;
	}

	.contact-us-main-right-con {
		padding-top: 30px;
		width: 80%;
		margin-left: 10%;
	}

	.two-btn p {
		letter-spacing: 1px;
		padding: 10px 25px;
		font-weight: 600;
		border-radius: 4px;
		font-size: 15px;
		cursor: pointer;
	}

	.get-plan {
		margin-right: 15px;
	}

	.online-consume {
		margin-left: 15px;
	}
}

@media (min-width:376px) {
	#myTab li {
		width: 20%;
		text-align: center;
	}
}

@media (min-width:376px) and (max-width:768px) {

	/* header */
	.navbar-toggler span {
		color: #333 !important;
	}

	.two-btn p {
		letter-spacing: 1px;
		padding: 10px 30px;
		border: 2px solid #fff;
		border-radius: 5px;
		font-size: 17px;
		cursor: pointer;
	}

	.get-plan {
		margin-right: 20px;
	}

	.online-consume {
		margin-left: 20px;
	}

	/* footer */
	.footer-top h3 {
		display: none;
	}

	.footer-logo {
		display: block;
		text-align: center;
	}

	.footer-content {
		text-align: center;
	}

	.c-address {
		justify-content: center;
	}

	.footer-img {
		justify-content: center;
	}

	.footer-content .contact-us-main-right-con li {
		justify-content: flex-start;
	}
}

@media (max-width:769px) {
	.header-img-pc {
		display: none;
	}

	.header-img-phone {
		display: block;
	}

	.hang-ball {
		display: none;
	}

	.company-logo img {
		padding: 30px 0;
	}

	.main-con-phone {
		display: block;
		width: 100%;
	}

	.main-con-pc {
		display: none;
	}

	.main-tabs {
		position: relative;
	}

	ul.inner {
		list-style: none;
		display: flex;
		flex-wrap: wrap !important;
		padding-inline-start: 0px;
	}

	.inner li {
		width: 50% !important;
		margin-bottom: 10px;
	}

	.inner li img {
		width: 98% !important;
	}

	.tabs {
		position: absolute;
		top: 6%;
		text-align: center;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	#myTab {
		border-bottom: 2px solid #2d5682;
	}

	#myTab li {
		width: 33.33%;
		margin-bottom: 30px;
	}

	.contact-us-main-right-con {
		padding-left: 0px;
	}

	.contact-us-main-right-con li {
		display: flex;
	}
}

@media (min-width:769px) {
	.header-img-pc {
		display: block;
	}

	.header-img-phone {
		display: none;
	}

	.two-btn p {
		letter-spacing: 3px;
		padding: 10px 40px;
		font-weight: 600;
		border-radius: 7px;
		font-size: 17px;
		cursor: pointer;
	}

	.two-btn p:hover {
		border-color: transparent !important;
		color: #fff;
		background-color: #fdb376;
	}

	.get-plan {
		margin-right: 30px;
	}

	.online-consume {
		margin-left: 30px;
	}

	.navbar-light .navbar-nav .freeToTry {
		color: #2196f3;
		cursor: pointer;
	}

	.navbar-toggler span {
		color: #333 !important;
	}

	.hang-ball {
		display: block;
	}

	/* main */
	.main-con-phone {
		display: none;
	}

	.main-con-pc {
		display: block;
		width: 100%;
	}

	.tabs {
		width: 1080px !important;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 10px);
		top: 16%;
	}

	#myTab {
		border-bottom: 2px solid #2d5682;
		margin-left: 35px;
		margin-right: 35px;
	}

	.inner {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		margin: auto;
	}

	.inner li {
		width: 20%;
		max-height: ;
	}

	.inner li:nth-child(6) {
		margin-left: 10%;
	}

	.inner .three-lis {
		margin-left: 20%;
	}

	.inner .two-lis {
		margin-left: 30%;
	}

	#myTabContent {
		margin-left: 35px;
		margin-right: 25px;
	}

	#myTabContent img {
		width: 95%;
		padding-bottom: 20px;
	}

	.footer-logo {
		display: block;
		text-align: center;
	}

	.footer-top h3 {
		display: none;
	}

	.footer-img {
		justify-content: center;
	}

	.contact-us-main-right-con {
		padding-left: 0px;
		list-style-type: disc !important;
		margin-left: 40px;
	}

	.contact-us-main-right-con li {
		display: flex;
	}

	.contact-us-main-right-con li span {
		display: block;
		min-width: 96px;
	}
}

@media (min-width:769px) and (max-width:992px) {
	.header-img img {
		width: 100%;
		height: 320px;
	}
}

@media (max-width:992px) {

	.header-img {
		margin-top: 51.6px;
	}

	.hoverProduct {
		display: none !important;
	}

	.footer-img div {
		margin: 20px;
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.footer-img div {
		margin: 0;
		padding-right: 20px;
	}
}

@media (min-width:1200px) {
	.footer-img div {
		margin: 20px;
	}
}

.footer-top h3 {
	text-align: center;
}

.c-address {
	display: flex;
}

.c-address span {
	height: 40px;
}

.address-titile {
	width: 96px;
}

.footer-img {
	display: flex;
}

.footer-img p {
	width: 128px;
	text-align: center;
}

.author-by {
	width: 100%;
	height: 2px;
	background-color: #eee;
	margin-bottom: 10px;
}

.d-block a {
	color: #6c757d;
	text-decoration: none;
}

.fnrcjh-banbox {
	width: 100%;
	position: absolute;
	top: 18%;
	left: 0;
	color: #fff;
	text-align: center;
}

.fnrcjh-bant1 {
	font-size: 48px;
	font-weight: bold;
	margin: 0;
}

.fnrcjh-bant2 {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	margin-top: 6px;
}
#myTab{
	font-size:18px;
}