@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");


/*-----------top-nav------------*/

.top-nav-pop {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    padding: 0;
    height: 10vh;
    z-index: 11; 
}

.top-nav-pop .auth-logo .logo-dark { display: block; margin: 0 2rem; }
.top-nav-pop .auth-logo .logo-dark img { height: 40px; }

.top-nav-pop #navbarSupportedContent { height: 100%; }
.top-nav-pop .navbar-nav { height: 100%; }
.top-nav-pop .nav-ri { position: absolute; right: 2rem; }
.top-nav-pop .nav-item { height: 100%; }
.top-nav-pop .nav-item:hover { box-shadow: 0 -5px 0 0 red inset; }
.top-nav-pop .nav-link {
	position: relative; top:50%; transform: translate(0%, -50%);
	font-size: 15px; font-weight: normal; }

.top-nav-pop .util {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
    padding-right: 1rem;
    font-size: 0.8rem; }
	.top-nav-pop .util a{ margin-left: 20px; color: #333 }
	.top-nav-pop .util a:hover{ color: red }

.dropdownbg {
	position: relative;
	display: inline-block; }
.dropdown-content {
	display: none;
	position: absolute; top:10vh; left: 0;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1; }
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block; }
.dropdown-content a:hover {background-color: #ddd;}
.dropdownbg:hover .dropdown-content {display: block;}
#menuBtn, #menuBtn2 { display: none; }

#mobile-menu { 
	display: none; 
	width: 35px; 
	position: absolute; 
	right: 15px; 
	/*z-index: 12;*/ }
#mobile-menu div{ 
	height: 1px; 
	border-bottom: #999 2px solid; 
	margin-top: 8px; 
}
#menuBtn3 {display: none;}

.d-none { display: block  !important; }
.dim {
	display: none;  
	position: fixed; 
	z-index: 9; 
	width: 100%; 
	height: 100%; 
	background-color: #000; 
	opacity: 0.9 }
.dim.show { display: block; }

@media (max-width: 1000px) {
	/*.top-nav-pop .nav-le { height: 15vh; }*/
	.top-nav-pop .nav-ri { position: relative; right: 0; }

	.top-nav-pop .nav-item { 
		display: block;
		width: 100%; height: 100%;
		background-color: #fff; }
	.top-nav-pop .nav-item:hover { box-shadow: none; }

	.top-nav-pop .nav-link { 
		position: relative; 
		top:0; left: 2rem;
		transform: translate(0%, 0%);
		z-index: 10; }
	.top-nav-pop .nav-link svg { transform: rotate(90deg); }

	.top-nav-pop .auth-logo .logo-dark { margin: 0 2rem; }
	.top-nav-pop .auth-logo .logo-dark img { height: 30px; }

	.top-nav-pop .util { 
		width: 100%;
		right: 0;
		display: block; }
	.top-nav-pop .util a{ margin-left: 20px; color: #333 }
	.top-nav-pop .util a:hover{ color: red }

	.top-nav-pop #navbarSupportedContent {
		width: 100%;
		margin: 0;
		position: absolute;
		top: 10vh; right: 0 !important;
		z-index: 10; }

	.top-nav-pop .labelBtn { margin-bottom:0px; }

	.dropdown-content {
		position: relative; top:0; left: 0;
		z-index: 20; }

	.dropdownbg:hover .dropdown-content { display: none; }
	#menuBtn:checked ~ .dropdown-content {
	    display: block;
	}
	#menuBtn:checked ~ .nav-link svg { transform: rotate(0deg); }
	#menuBtn2:checked ~ .dropdown-content {
	    display: block;
	}
	#menuBtn2:checked ~ .nav-link svg { transform: rotate(0deg); }

	#mobile-menu { display: inline; }


}

.atv { box-shadow: 0 -5px 0 0 red inset; }

/*-----------main-body------------*/

/* background-image */
.auth-fluid > .back-image { background: none !important; }
body.authentication-bg{
	background-attachment: fixed;
    background-position: center;
    font-family: 'Open Sans', sans-serif;
	/*background-image: url(../images/login/logistics-22.jpg) !important;*/
    /*background-size: cover;*/
}

.BackToTop-item { 
	position: fixed;
	right: 2rem; bottom: 1.5rem;
	z-index: 10px; }
.BackToTop-item i { font-size: 1.5rem; color: gray; }
.BackToTop-item i:hover {
	color: cornflowerblue;
}


.auth-fluid { width: 100vw; }
.auth-fluid .auth-fluid-form-box {
	margin-top: 10vh;
	max-width: 100%;
	width: 100%;
	hyphens: 100px;
	/*padding: 6rem 3rem;*/
	padding: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	color: #fff; }

.align-self-center { align-items: center; }


.content-page {
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 0; }
.container-fluid {
	padding: 0; }
.container .row { margin: 0; }

#scrollLink {
	font-size: 2.5rem;
	position: absolute;
	bottom: 3%; }
#scrollLink:hover { color:cornflowerblue; }



/*-----------main-content------------*/

.mbox {
	position: relative;
	top: 0; left: 0;
	width: 50%;
	overflow: hidden;
	background: #000000; }
	.mbox * {
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease; }
	.mbox .mbox-title {
		position: absolute;
		top: 2rem; left: 2rem;
		z-index: 1;
		font-size: 1.8rem;	}
	.mbox .mbox-text {
		word-break: keep-all;
		position: absolute; left: 2rem; }
	.mbox .hover-card { opacity: 0; }
	.mbox .mbox-carousel { 
		height: 50vh;
		background-color: gray;
		color: white; }
	.mbox .carousel * { transition: all 0s ease; }
	.mbox .carousel:hover { background-color: #c00; }
	.mbox .carousel-inner {	height: 100%; }
	.mbox .carousel-item {
		position: relative;
		top:50%; left: 0;
		transform: translateY(-50%);
	}
	.mbox .carousel-item h5 {
		font-size: 50px;
		margin-bottom: 2rem;
	}
	.mbox .carousel-item p { 
		font-size: 1rem;
		font-weight: bold; }
	.mbox img {
		width: 100%;
		height: 100%;
		position: relative;
		top: 0; left: 0;
		opacity: 0.2; }
	.mbox:hover img { opacity: 0.7; }
	.mbox:hover .mbox-text { 
		-webkit-transform: translateY(-30%);
		transform: translateY(-30%); }
	.mbox:hover .hover-card { opacity: 1; }
	.mbox-col-2 { width: 50%; max-height: 60vh;}
	.mbox-col-2 .mbox-text { top: 55%; }
	.mbox-col-2 .mbox-text h1 { font-size: 1.5rem; }
	.mbox-col-3 { width: 33.33%; }
	.mbox-col-3 .mbox-text { top: 60%; }
	.mbox-col-3 .mbox-text h1 { font-size: 1.2rem; }
	@media (max-width: 1450px) {
		.mbox:hover .mbox-text { 
			-webkit-transform: translateY(-60%);
			transform: translateY(-60%); }
		.mbox .mbox-title { display: none; }
	}
	@media (max-width: 767px) {
		.mbox-col-2 { width: 100%; }
		.mbox-col-2 .mbox-text h2 { font-size: 1.2rem; }
		.mbox-col-3 { width: 100%; }
		.mbox .mbox-title { display: none; }
	}


/* video */
.jb-box {
	width: 100%; 
	height: 90vh; 
	position: relative; 
	overflow: hidden; }
.jbb-box { 
	width: 100%;
	height: 100%;
	margin: 0px auto;
	position: relative;
	overflow: hidden; }
	.jbb-box video,
	.jb-box video{ 
		position: absolute;
	 	right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		object-fit: cover; }
	.login-jbb-box { background-color: black; }
.jb-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	justify-content: center;}
	.jb-text .trace-box { 
		width: 45%;
		position: absolute;
		bottom: 25%;
	}
	#trace_multi {
		background-color: #cc0000;
		color: #FFFFFF;
		font-weight: bold;
	}
	@media (max-width: 767px) {
		.jbb-box,
		.auth-fluid .auth-css { height: 300px; }
		.jb-text .trace-box { width: 80%; }
	}
.quick-bar {
	position: absolute;
	left: 50%; bottom: 0;
	transform: translateX(-50%);
	background-color: #FFFFFF;
	padding: 1.5rem 1rem;
}
.quick-bar ul{
	min-width: 9rem;
	list-style:none;
	float: left;
	margin: 0;
	padding: 0rem 2rem;
	text-align: center;
	border-right: solid 2px #EAEAEA;
}
.quick-bar ul:last-child{
	border-right: 0;
}
.quick-bar li:nth-child(2){
	color: #040404;
	font-weight: bold;
}
.quick-bar i{
	color: #cc0000;
	font-size: 3rem;
}
	@media (max-width: 1300px) {
		.quick-bar ul{
			min-width: 9rem;
			padding: 0rem 1rem;
		}
		.quick-bar i{
			font-size: 2rem;
		}
	}
	@media (max-width: 767px) {
		.quick-bar {
			width: 100%;
			padding: 1rem auto;
		}
		.quick-bar ul{
			min-width: 4rem;
			padding: 0rem 0.5rem;
		}
		.quick-bar li:nth-child(2){
			font-size: 0.6rem;
			font-weight: bold;
		}
		.quick-bar i{
			font-size: 1.5rem;
		}
	}
.auth-fluid #company_info > p {
	word-break: keep-all;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 70px; }
	@media (max-width: 767px) {
		.auth-fluid #company_info > p { font-size: 20px; }
	}
.auth-css {
	background-size: cover;
    padding: 4rem 2rem;

    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
    -webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	background-color: #000;
}
.auth-css * {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.auth-css:hover {
	-webkit-filter: grayscale(30%);
	filter: grayscale(30%);
}
.auth-css:hover .box-bg{ opacity: 0.2 }
.auth-css p,
.auth-css button {
	opacity: 0;
	-webkit-transform: translateY(150%);
	transform: translateY(150%);
}
.auth-css a {
	opacity: 0;
	-webkit-transform: translateY(150%);
	transform: translateY(150%);
}
.auth-css:hover p,
.auth-css:hover button {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.auth-css:hover a {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.btn-form { width: 170px; }


/*----------popup------------*/

.layer-popup {
	position: fixed;
	/*top: 100px; */
	z-index: 1000;
}
.layer-popup img { max-width: 600px; }
.layer-popup .layer-popup-header {
	position: absolute;
	top: 1.5rem; right: 2rem;
}
.layer-popup .close { margin-left: 0.3rem; }
.layer-popup #popupCls:hover { text-decoration: underline; }

@media (max-width: 1300px) {
	.layer-popup img { max-width: 450px; }
}

@media (max-width: 700px) {
	.layer-popup {
		position: fixed;
		top: 80px; right: 0;
	}
	.layer-popup .layer-popup-header {
		top: 1rem; right: 1rem;
	}
	.layer-popup img { max-width: 300px; }
}

/*-----------font------------*/

.auth-fluid .fong-c3 {
	font-family: 'Roboto', sans-serif;
}
.auth-fluid .fong-c3 p {
	font-size: 16px;
	line-height: 200%;
}
.auth-fluid .fong-c3 h2 {
	font-size: 30px;
	line-height: 200%;
}
.auth-fluid .fong-c3 h3,
.auth-fluid .fong-c3 strong{
	font-size: 20px;
	line-height: 200%;
}

.text-decoration:hover { 
	text-decoration-line: underline;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.t-red { color: red; }


/*-----------sub-page------------*/

#box-slogan-bg { background-image: url(../images/login/box-slogan.jpg) }
#box-company-bg { background-image: url(../images/login/box-company.jpg) }
#box-business-bg {	background-image: url(../images/login/box-business.jpg) }
#box-express-bg { background-image: url(../images/login/box-express.jpg) }
#box-forwarding-bg { background-image: url(../images/login/box-forwarding.jpg) }
#box-forwarding-bg { background-image: url(../images/login/box-forwarding.jpg) }
#box-ecommerce-bg { background-image: url(../images/login/box-ecommerce.jpg) }
#box-other1-bg { background-image: url(../images/login/box-other1.jpg)  }
#box-video-bg { background-image: url(../images/login/video.jpg)  }
#box-lo-img1-bg { background-image: url(../images/login/lo-img1.jpg)  }
#box-lo-img2-bg { background-image: url(../images/login/lo-img2.jpg)  }
#box-lo-img3-bg { background-image: url(../images/login/lo-img3.jpg)  }
#box-lo-img4-bg { background-image: url(../images/login/lo-img4.jpg)  }
#box-lo-img5-bg { background-image: url(../images/login/lo-img5.jpg)  }
#box-lo-img6-bg { background-image: url(../images/login/lo-img6.jpg)  }
#box-lo-img7-bg { background-image: url(../images/login/lo-img7.jpg)  }
#box-lo-img8-bg { background-image: url(../images/login/lo-img8.jpg)  }
#box-lo-img9-bg { background-image: url(../images/login/lo-img9.jpg)  }
#box-lo-img10-bg { background-image: url(../images/login/lo-img10.jpg)  }
#box-lo-img11-bg { background-image: url(../images/login/lo-img11.jpg)  }
#box-lo-img12-bg { background-image: url(../images/login/lo-img12.jpg)  }
#box-lo-img13-bg { background-image: url(../images/login/lo-img13.jpg)  }
#box-lo-img14-bg { background-image: url(../images/login/lo-img14.jpg)  }
#box-lo-img15-bg { background-image: url(../images/login/lo-img15.jpg)  }
#box-lo-img16-bg { background-image: url(../images/login/lo-img16.jpg)  }
#box-lo-img17-bg { background-image: url(../images/login/lo-img17.jpg)  }
#box-lo-img18-bg { background-image: url(../images/login/lo-img18.jpg)  }
#box-lo-img19-bg { background-image: url(../images/login/lo-img19.jpg)  }
#box-lo-img12-gr-bg { background-image: url(../images/login/lo-img12-gr.jpg)  }
#box-lo-img13-gr-bg { background-image: url(../images/login/lo-img13-gr.jpg)  }
#box-lo-news-1-bg { background-image: url(../images/login/lo-news-1.jpg)  }
#box-lo-news1-bg { background-image: url(../images/login/1.jpg)  }
#box-lo-news2-bg { background-image: url(../images/login/2.jpg)  }



.sub-page-wrapper { 
	position: relative;
	height: 55vh;
	background-color: rgba(0, 0, 0, 0.3); }
.wrapper-lg { height: 90vh; } 
.sub-page-text { 
	width: 100%; 
	padding: 0 50px;
	position: absolute;
	bottom: 100px;
	word-break: keep-all; }
.sub-page-text h1 { font-size: 40px; }
.sub-page-text p { font-size: 24px; }
.sub-page-icon { text-align: center; width: 100% }
@media (max-width: 767px) {
	.sub-page-text h1 { font-size: 24px; }
	.sub-page-text p { font-size: 14px; }
	.sub-page-icon { display: none; }
}

.sub-top-title { 
	width: 100%; 
	padding: 0 10%;
	position: absolute;
	bottom: 80px;
	word-break: keep-all; }
.sub-top-title h2 { font-size: 3rem; }
.sub-top-title h3 { font-size: 2.5rem; }
.sub-top-content {
	padding: 5% 15%;
	font-size: 18px; }
	.sub-top-content .news-content { width: 63%; margin-right: 2%; }
	.sub-top-content .editor-info { width: 35%; }
@media (max-width: 1100px) {
	.sub-top-title h2 { font-size: 2rem; }
	.sub-top-title h3 { font-size: 1.5rem; }
	.sub-top-content .news-content { width: 100%; margin-right: 0; margin-bottom: 5%}
	.sub-top-content .editor-info { width: 100%; }
}
@media (max-width: 700px) {
	.sub-top-content {
		padding: 10% 8%;
		font-size: 0.8rem; }
		.sub-top-title h2 { font-size: 1.5rem; }
		.sub-top-title h3 { font-size: 1rem; }
}


.sub-page {
	position: relative;
	widows: 100vw; 
	padding: 6% 10%; }
.sub-page p { font-size: 1.8rem; }
.sub-page span { font-size: 2.2rem; }
@media (max-width: 767px) {
	.sub-page p { font-size: 1rem; }
	.sub-page p .h1 { font-size: 1.2rem; }
	.sub-page span { font-size: 1.5rem; }
}


.middle-bar {
	height: 40vh;
	position: relative;
	overflow: hidden; }
	.middle-bar span {
		padding: 0px 96px;
		position: absolute;
		bottom: 48px;
		font-size: 30px;
		word-break: keep-all;
	}
	.middle-bar p {
		padding: 0px 96px;
		position: absolute;
		bottom: 48px;
		font-size: 20px;
		word-break: keep-all;
	}
	@media (max-width: 767px) {
		.middle-bar span { font-size: 14px; }
		.middle-bar p { font-size: 14px; }
	}

.page-content {	
	position: relative;
	padding: 5rem 3.5rem; }
	.page-content h1 {
		margin-bottom: 4rem;
		word-break: keep-all;
	}
	.page-content h2 {
		font-size: 1.6rem;
		word-break: keep-all;
		color: #cc0000;
	}
	.page-content h2>small {
		font-size: 1.2rem;
		font-weight: bold;
	}
	.page-content p {
		font-size: 18px;
		word-break: keep-all;
		width: 100%;
		margin-bottom: 4rem;
	}
	.page-content .p2 {
		margin-bottom: 12px;
	}
	.page-content .ph1 {
		font-size: 2.3rem;
	}
	.page-content .ph2 {
		font-size: 1.5rem;
	}
	@media (max-width: 767px) {
		.page-content {	padding: 3rem 1.5rem; }
		.page-content h2 { font-size: 14px; }
		.page-content h2>small {
			font-size: 14px;
		}
		.page-content p { font-size: 14px; }
		.page-content .ph1 {
			font-size: 2rem;
		}
		.page-content .ph2 {
			font-size: 1.2rem;
		}
	}
.page-content-ver2 { padding: 7rem 6rem; }
	.page-content-ver2 p{ font-size: 20px; }
	@media (max-width: 767px) {
		.page-content-ver2 { padding: 4rem 3rem; }
		.page-content-ver2 p { font-size: 14px; }
	}



.mbox2 {
	position: relative;
	top: 0; left: 0;
	width: 100%;
	overflow: hidden;
	background-color: black; }
	.mbox2-col-2 { width: 50%; }
	.mbox2 img {
		left: 0;
		width: 100%;
		height: auto;
		position: relative;
		opacity: 0.5; }
	.mbox2-img-text {
		position: absolute;
		top: 60%;
		padding: 0 5rem;
		transform: translate(0%,-40%); }
	.mbox2-text {
		height: 100%;
		padding: 0 5rem;
		display: flex;
    	align-items: center; }

	.mbox2-img-text h2,.mbox2-text h2 { font-size: 36px; }
	.mbox2-img-text h3,.mbox2-text h3 { font-size: 3rem; }
	.mbox2-img-text h3 small,.mbox2-text h3 small { font-size: 2rem; }
	.mbox2-img-text p,.mbox2-text p { font-size: 20px; }
	.mbox2-img-text span,.mbox2-text span { font-size: 20px; }

	.mbox2-none2{ display: none; }

	@media (max-width: 1450px) {
		.mbox2-img-text h3,.mbox2-text h3 { font-size: 2rem; }
		.mbox2-img-text h3 small,.mbox2-text h3 small { font-size: 1rem; }
		.mbox2-img-text p,.mbox2-text p {	font-size: 1rem; }
		.mbox2-text { padding: 2rem 2.5rem; }	}
	@media (max-width: 1160px) {
		.mbox2 { width: 100%; }
		.mbox2-col-2 { position: relative; width: 100%; height: 100%;}
		.mbox2 img {
			left: 0;
			width: 100%;
			height: 250px;
			position: relative;
			opacity: 0.5; }
		.mbox2-none1{ display: none; }
		.mbox2-none2{ display: block; }

		.mbox2-img-text {
			position: absolute;
			top: 65%;
			padding: 0 3rem;
			transform: translate(0%,-65%); }

		.mbox2-text {
			height: 100%;
			padding: 5rem 5rem;
			display: flex;
	    	align-items: center; }

		.mbox2-text p {	font-size: 1.1rem; }	}
	@media (max-width: 767px) {
		.mbox2 img {
			left: 0;
			width: 100%;
			height: auto;
			position: relative;
			opacity: 0.5; }

		.mbox2-text {
			padding: 2.5rem 2.5rem; }

		.mbox2-img-text h3,.mbox2-text h3 { font-size: 1rem; }
		.mbox2-img-text h3 small,.mbox2-text h3 small { font-size: 1rem; }
		.mbox2-img-text p,.mbox2-text p {	font-size: 15px; }	}


.menu-bg {
	position: absolute; 
	height: 100%; 
	width: 100%; 
	top: 0; left: 0; 
	background-size: cover; 
	background-position: center;
	z-index: -1; }
	.menu-bg-left {
		background-position: 30% 0;
	}
	.menu-bg-right {
		background-position: 80% 0;
	}
.menu-main {
	position: relative;
	widows: 100vw; 
	height: 50vh;
	padding: 0; }
.menu-main .menu-table {
	position: absolute;
	bottom: 3.5rem; left: 7rem; }
    .menu-main .menu-table h3 { font-size: 2.5rem; }
    .menu-main .menu-table h3 small { font-size: 1.5rem; }
    @media (max-width: 767px) {
    	.menu-main .menu-table {
			position: absolute;
			bottom: 2rem; left: 3rem; }
		.menu-main .menu-table h3 { font-size: 1.5rem; }
    	.menu-main .menu-table h3 small { font-size: 1rem; }
	}

.default-mh { height: 40vh; }
	@media (max-width: 767px) {
    	.default-mh { height: 20vh; }
	}

.contact-us .row { margin-bottom: 5rem; }
.contact-us p { margin-bottom: 1rem; }
.contact-us ul { list-style:none; padding-left:0; }
.contact-us li { font-size: 1.2rem; line-height: 2.2rem; }
.contact-us form { margin: 1%; }
	@media (max-width: 767px) {
    	.contact-us .row { margin-bottom: 2rem; }
		.contact-us .col-md { margin-bottom: 5rem; }
    	.contact-us li { font-size: 0.8rem; line-height: 1.2rem; }
    	.hot-line .btn { margin-bottom: 10px; }
	}

.contact-us-accordion .li-2 { margin-left: 3%; list-style-type: "· "; }

.gallery-carousel * { transition: all 0s ease; }
.gallery-carousel .carousel-inner { height: 55vh; background-color: #000; }
.gallery-carousel .carousel-item { 
	height: 100%;
	margin: 0; }
.gallery-carousel .carousel-control-prev { width: 7%; }
.gallery-carousel .carousel-control-next { width: 7%; }
.gallery-carousel img { 
	position: absolute;
	top: 20%; transform: translateY(-20%);
	opacity: 0.7; }
.carousel-text { 
	position: absolute;
	top: 50%; left: 10rem;
	transform: translateY(-50%); }
	.carousel-text a { display: table; }
	.carousel-text span { display: table-cell; vertical-align: middle; }
	.carousel-text h1 { margin: 0 10rem 2rem 0; word-break: keep-all; }
	.carousel-text p { font-size: 1.5rem; margin-bottom: 2rem; }
	.carousel-text i { 
		font-size: 1.3rem;
		margin-left: 20px; }
@media (max-width: 767px) {
	.gallery-carousel .carousel-inner { height: 35vh; }

	.carousel-text { 
		position: absolute;
		top: 50%; left: 3rem;
		transform: translateY(-50%); }
		.carousel-text span { font-size: 0.7rem; }
		.carousel-text h1 { font-size: 1rem; margin-bottom: 0.5rem; }
		.carousel-text p { font-size: 0.8rem; margin-bottom: 0.5rem; }
		.carousel-text i { display: none; }
}
.gallery-card { padding: 5rem 10%; }
	.gallery-card .card { box-shadow: none; }
	.gallery-card .card img {
		height: 280px;
		margin-bottom: 30px;
		border-top-left-radius: 0;
		border-top-right-radius:0; }
	.gallery-card .card .card-body { padding: 0; }
	.gallery-card .card .card-body .card-title { margin-bottom: 20px;}
@media (max-width: 767px) {
	.gallery-card { padding: 3rem 5%; }
}
.news-menu-bg {
	position: absolute; 
	height: 100%; 
	width: 100%; 
	top: 0; left: 0; 
	background-size: cover; 
	background-position: 0% 20%;
	z-index: -1; }

#new-write{
	position: relative;
	height: 4rem;
}
#new-write a{
	position: absolute;
	top: 50%;
	right: 5rem;
	transform: translateY(-50%);
}

.news-main-img img {
	margin: 1rem;
	max-width: 230px;
	max-height: 150px;
}

.news-list {
	margin: 1rem 0;
}
.news-list .col {
	padding: 0;
}
.news-list img {
	width: 92%;
	height: 150px;
}
.news-list .news-type {
	font-size: 14px;
	font-weight: bold;
}
.news-list .news-title {
	font-size: 16px;
	font-weight: bold;
}
.news-list .news-date {
	font-size: 14px;
	font-weight: bold;
	color: #696969;
}
.news-list .news-list-content {
	font-size: 13px;
	color: #808080;
}
@media (max-width: 1500px) {
	.news-list .news-img {
		display: none;
	}
}
@media (max-width: 1100px) {
	.news-list .news-img {
		display: inline-block;
	}

	.news-list img {
		width: 92%;
		height: 80%;
	}
}
@media (max-width: 700px) {
	.news-list .news-img {
		display: none;
	}
}


.modal-custom-w {
	max-width: 800px;
}


.info-card-form {
	padding: 4rem 3rem;
	position: relative;
}
.info-card-top {
	font-size: 1.1rem;
	margin-bottom: 2rem;
}
.info-card-center {
	text-align: center;
}
.info-card {
	display: inline-block;
	margin: 1rem;
}
/*.info-card:hover{background: #F5F5F5;}
.info-card:hover .main-img{
	width: 180px;
	transition: .4s;}*/
.info-card .title {
	margin-top: 1.7rem;
	font-weight: bold;
	font-size: 16px;
}
.info-card .main-img {
	width: 175px;
}
.info-card .icon {
	width: 15px;
}
@media (max-width: 767px) {
	.info-card-top {
		font-size: 1rem;
		margin-bottom: 2rem;
		word-break: keep-all;
	}
	.info-card .title {
		margin-top: 1.5rem;
		font-weight: bold;
		font-size: 14px;
	}
	.info-card {
		display: block;
		margin-bottom: 3rem;
	}
}

.text-droptop {
	font-size: 15px;
	margin-top: 2rem;
	margin-left: 1rem;
}

.bg-work-use { 
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 40%;
	border: solid 1px black;
	padding: 2rem;
	margin: 10rem 0; }
@media (max-width: 767px) {
	.bg-work-use { 
		width: 85%;
		margin: 5rem 0; }
}

.work-use form {
	margin-bottom: 4rem;
	position: relative;
	left: 50%;
	transform: translateX(-50%); }
	.work-use h5 {
		margin-top: 4rem;
		color: #cc0000; }
	@media (max-width: 767px) {
		.work-use { padding: 20px; }
	}

.use-btn {
	padding: 2rem;
	display: table;
	width: 100%; }
	.use-btn div { 
		display: table-cell;
		text-align: right; }

.hot-line p {
	margin-bottom: 10px;
}

.accordion .card { margin-bottom: 0; }

.notice-top {
	width: 80%;
	position: relative;
	left: 50%; transform: translateX(-50%);
}
.notice-list {
	width: 80%;
	position: relative;
	left: 50%; transform: translateX(-50%);
	border-top: 2px solid #000;}
.notice-list ul { 
	color: #000;
	border-radius: 0; }
	.notice-list ul:hover { color: red; }
.notice-list li { 
	line-height: 2.2rem;
	border: 0;
	border-radius: 0; 
	border-bottom: 1px solid #eef2f7; }
.notice-list .list-group-item:first-child { width: 80%; padding-left: 50px; }
.notice-list .list-group-item:nth-child(2) { width: 10%; }
.notice-list .list-group-item:last-child { width: 10%; }
@media (max-width: 767px) {
	.notice-list { width: 100%; }
	.notice-list .list-group-item:first-child { width: 100%; padding-left: 20px; }
	.notice-list .list-group-item:nth-child(2) { display: none; }
	.notice-list .list-group-item:last-child { display: none; }
}

.notice-view {
	width: 80%;
	position: relative;
	left: 50%; transform: translateX(-50%);
	border-top: 2px solid #000;}
	.notice-view p { font-size: 15px; margin-bottom: 15px; }
.notice-title { padding:2rem 1.5rem; }
.notice-content { padding:2rem 1.5rem; }
@media (max-width: 767px) {
	.notice-view { width: 100%; }
	.notice-title { padding:0; }
	.notice-content { padding:0; }
}

/*-----------map------------*/

.world-map { padding: 60px 0; }

#map{width:100%;height:500px;}

.map-dot{z-index:-1;display:block;position:relative;width:10px;height:10px;background-color:#555;border-radius:5px;font-size:1.4em;transition: font-size 0.5s;}
.map-dot.active{background-color:#ed1c24;}
.map-dot>div{display:block;position:absolute;left:5px;top:-5px;background-color: #ed1c24;color:#fff;padding:5px;font-weight:700;transform: translate(-50%, -100%);box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);}
.map-dot>div::after {
    content: "";
    position: absolute;
    bottom:-6px;
    left: 50%;
    margin-left:-6px;
    width: 0;
    height: 0;
    /* The tip is 8px high, and 12px wide. */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: /* TIP_HEIGHT= */ 8px solid #ed1c24;
}
.map-dot:hover{background-color:#ed1c24;font-size:2em;}
.map-dot.bottom>div{transform:translate(-50%,100%);top:-9px;}
.map-dot.bottom>div:after{border-top:0;border-bottom:8px solid #ed1c24;bottom:auto;top:-6px;}

.map-dot2{z-index:-1;display:block;position:relative;width:10px;height:10px;background-color:#555;border-radius:5px;font-size:1.4em;transition: font-size 0.5s;}
.map-dot2.active{background-color:#5D5D5D;}
.map-dot2>div{display:block;position:absolute;left:5px;top:-5px;background-color: #5D5D5D;color:#fff;padding:5px;font-weight:700;transform: translate(-50%, -100%);box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);}
.map-dot2>div::after {
    content: "";
    position: absolute;
    bottom:-6px;
    left: 50%;
    margin-left:-6px;
    width: 0;
    height: 0;
    /* The tip is 8px high, and 12px wide. */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: /* TIP_HEIGHT= */ 8px solid #5D5D5D;
}
.map-dot2:hover{background-color:#5D5D5D;font-size:2em;}
.map-dot2.bottom>div{transform:translate(-50%,100%);top:-9px;}
.map-dot2.bottom>div:after{border-top:0;border-bottom:8px solid #5D5D5D;bottom:auto;top:-6px;}

.addr-list{
	position: relative;left: 50%;transform: translateX(-50%);
	display:table;width:60%;margin-top:60px;}
.addr-list>a{display:table-cell;width:25%;border:1px solid #e1e1e1;border-left:0;padding:15px;color: #000;}
.addr-list>a:hover{color: #ed1c24;}
.addr-list>a:first-child{border-left:1px solid #e1e1e1;}
.addr-list>a>h4{margin:0 0 20px 0;font-weight:700;}
.addr-list>a>h4>span{font-weight:700;color:#ed1c24;}
.addr-list>a>p{margin-bottom:25px;}
.addr-list>a>strong{display:block;margin-bottom:25px;font-weight:700;}
.addr-list>a>p:last-child{margin-bottom:0;}

@media screen and (max-width:767px){
    #map{height:350px;}

    .addr-list{display:block;border-top:1px solid #e1e1e1;width:90%;}
    .addr-list>a{display:block;width:100%;border:1px solid #e1e1e1;border-top:0;font-size:0.85em;}
    .addr-list>a>h4{font-size:1.2em;}
}

.map-title { margin-top: 100px; }


/*-----------footer------------*/


.footer-login {
	width: 100%;
	overflow: hidden;
 	font-size: 0.8rem;
	font-family: 'Roboto', sans-serif; }
	.footer-login a {
		color: #333;
	    text-decoration: none; }
	.footer-main { word-break: break-all; padding: 20px 100px 0px 100px; }
	.footer-main-logo { margin-right: 1.5rem; }


.site-footer-nav ul { padding: 0; }
.site-footer-nav li { display: inline-block; }

@media (max-width: 767px) {
    .footer-login { height: 300px; }
	.footer-main { padding: 30px 30px; }
	.footer-main-logo { 
		width: 100%;
		margin-right: 0; 
		margin-bottom: 30px; }
}

