/* footer */

#footer .icons ul li a img {
	width: 16px;
	/* height:16px; */
	margin: .5rem;
}

/* contact */

.contacts ul.soc-media li a img {
	width: 20px;
}

/* support */

.ser-de .info.sub-info ul li a .sub-txt {
	max-width: 100px;
	overflow: hidden;
}

.dis {
	display: none;
}

#header>.navbar>ul {
	min-height: 74px;
}

#header .navbar .navbar-nav li.sub-menu-parent .sub-menu {
	background-color: rgba(250, 250, 250, 0.8);
}

#header .navbar .navbar-nav li.icon-set li a i {
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #CBCBCB;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#header .navbar .navbar-nav li.icon-set li a:hover i {
	color: #1C355E;
}

#header .navbar .navbar-nav li.icon-set a {
	text-align: left;
}

#edit img, .info-body img {
	max-width: 100%;
}

.pagers {
	margin: 1.5rem 0 0;
	text-align: center;
}

.pagers a {
	position: relative;
	color: #949494;
	background-color: transparent;
	border: none;
	font-size: 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	padding: .5rem .7rem;
	margin-left: -1px;
	line-height: 1.25;
}

.pagers a:hover {
	color: #1C355E;
}

.pagers a:after {
	content: "";
	display: block;
	border-bottom: solid 2px;
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform 250ms ease-in-out;
	-moz-transition: transform 250ms ease-in-out;
	-o-transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
}

.pagers a:hover:after {
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-moz-transform: transform-origin(0%, 50%);
	-o-transform: transform-origin(0%, 50%);
	-ms-transform: transform-origin(0%, 50%);
	-webkit-transform: transform-origin(0%, 50%);
	transform: transform-origin(0%, 50%);
}

.curPage {
	color: #1C355E;
	font-weight: bold;
	background-color: transparent;
	border: none;
	font-size: 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	padding: .5rem .7rem;
	margin-left: -1px;
	line-height: 1.25;
}

.pagers span.rotate svg {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.pagers span.rotate svg {
	/* -moz-transform: scaleX(-1); */
	/* -o-transform: scaleX(-1); */
	/* -ms-transform: scaleX(-1); */
	/* -webkit-transform: scaleX(-1); */
	/* transform: scaleX(-1); */
	transform: rotate(180deg) !important;
}

.next, .previous {
	font-size: 1.25rem;
}

.ShowPwd .modal-dialog .modal-content {
	background: #fff !important;
	width: 50%;
	margin: 0 auto;
}

.ShowPwd .modal-dialog .modal-content .close {
	color: #333 !important;
}

/* index banner */
.index .slider-banner .slick-track .img{
    width:100% !important;
}
.index .slick-dots li button:before{
    color: #00BED6 !important;
}

/* 產品編輯器 */

.pro-de .edit {
	position: relative;
	padding-left: 200px;
}

.pro-de .edit img {
	max-width: 100% !important;
}

.pro-de .edit p {
	padding-left: 0 !important;
}

.pro-de .edit table thead tr:nth-child(1) {
	text-align: center !important;
}

.pro-de .edit h3 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	font-size: 1.5rem !important;
}

.product .no-bottom-border {
	border-bottom: 0 !important;
}

.upload .custom-file-label {
	line-height: 1.6;
	overflow: hidden;
}

.product .item .img {
	background-size: cover;
}

/* 編輯器 */

.editor-content img {
	max-width: 100%;
}

.editor-content table thead tr:nth-child(1) {
	text-align: center !important;
}

.editor-content h3 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	font-size: 1.5rem !important;
}

.editor-content ul {
	padding-left: 40px;
}

.editor-content ul li {
	display: list-item;
	list-style: disc;
}
.editor-content .block {
	margin-bottom: 12px;
  }
.editor-content .block.image-block img {
width: 100%;
}
.editor-content .block.image-block .intro {
text-align: center;
}
/* 產品子類別 標題 */

#main .main-title-set .title {
	margin-bottom: 30px;
	color: #1C355E;
	font-size: 1.75rem !important;
	line-height: 1.7;
}

#main .title-set .sub-title {
	margin-bottom: 30px;
	color: #9e9e9e;
	font-size: 1.5rem !important;
	line-height: 1.7;
}

@media screen and (min-width: 768px) {
	#header .navbar .navbar-nav li a.nav-link {
		padding: 27.5px 10px;
	}
	#header .navbar .navbar-nav li.sub-menu-parent .sub-menu li {
		white-space: nowrap;
	}
	#news .item .img:before {
		padding-bottom: 100%;
	}
}
#footer #link ul li .icon-img {
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 767px) {
	#footer #link ul li.text p {
		display: none;
		font-size: 0.85rem;
	}
	#footer #link ul li.text h5 {
		margin-bottom: 0;
		padding: 9px 0;
		font-size: 1rem;
	}
	#footer #link ul li .icon {
		width: 38px;
		height: 38px;
		padding: 7px;
	}
	#footer #link ul li .icon-img {
		width: 38px;
		height: 38px;
	}
	#footer #link ul li .icon-img img {
		width:100%;
	}
	.en #header .offcanvas-collapse .navbar-nav li a.nav-link, .sub-menu-parent .sub-menu {
		letter-spacing: 0.2rem;
	}
	.pagers a {
		display: none;
	}
	.next a {
		display: inline-block;
	}
	.previous a {
		display: inline-block;
	}
	.product .pro-de #nav-tabs .navbar-nav .nav-item .sub-nav .edit {
		position: relative;
		padding-left: 0;
	}
	.ShowPwd .modal-dialog .modal-content {
		width: 100%;
	}
	.ShowPwd .modal-dialog .modal-content .modal-footer .btn {
		min-width: unset;
	}
}

/*News Detail*/

@media screen and (max-width: 576px) {
	.news-de ul.title-block li.text {
		padding-left: 0;
	}
	.news-de ul.title-block li:last-of-type:before {
		content: "";
		display: none;
	}
}

.product .item h5 {
	font-weight: 700;
}

.product .item:hover .img, .product .item:active .img {
	opacity: 1;
}

.product .img:hover, .product .img:active {
	opacity: .75 !important;
}

.product .item:hover h5, .product .item:active h5 {
	color: #000;
}

.product h5:hover, .product h5:active {
	color: #1c355e !important;
}

.product .slick-slider {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

#header .navbar .navbar-nav li.icon-set a .icon {
	fill: #CBCBCB;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#header .navbar .navbar-nav li.icon-set a .icon:hover, #header .navbar .navbar-nav li.icon-set a .icon:active {
	opacity: 1;
	fill: #1C355E;
}

/* contact */

.contacts .input-group-prepend .btn {
	width: 100%;
	background: #fff;
	color: #4D4D4D;
	height: 37px;
	font-size: 16px;
	border: 1px solid #CBCBCB;
	overflow: hidden;
}

.contacts .input-group-prepend .btn:hover, .contacts .input-group-prepend .btn:active {
	background: #fff;
	box-shadow: 0 0 0 0.05rem rgba(0, 123, 255, 0.5);
	/* border-color: rgba(0, 123, 255, 0.5); */
}

.contacts .input-group-prepend .btn:focus {
	background: #fff;
	box-shadow: 0 0 0 0.05rem rgba(0, 123, 255, 0.5);
	/* box-shadow: unset; */
	/* border-color: rgba(0, 123, 255, 0.5); */
}

.contacts .input-group-prepend .btn::after {
	position: absolute;
	content: "";
	border-top: 0.5rem solid;
	border-right: .4rem solid transparent;
	border-bottom: 0;
	border-left: .4rem solid transparent;
	top: 14px;
	right: 13px;
}

.contacts .au-form input:focus, .contacts .au-form textarea:focus {
	box-shadow: 0 0 0 0.05rem rgba(0, 123, 255, 0.5);
	/* box-shadow: unset; */
	/* border:1px solid rgba(0, 123, 255, 0.5); */
	outline: 0;
}

.contacts .au-form input:hover {
	box-shadow: 0 0 0 0.05rem rgba(0, 123, 255, 0.5);
	border-color: #CBCBCB;
	/* box-shadow:unset; */
	/* border:1px solid rgba(0, 123, 255, 0.5); */
}

.contacts .input-group-prepend .dropdown-menu .dropdown-item:hover, .contacts .input-group-prepend .dropdown-menu .dropdown-item:active {
	background-color: #f1f1f1;
	color: #1C355E;
}

.contacts .input-group-prepend .dropdown-menu {
	top: 105%;
	min-width: 150px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.contacts #contact-form .form-group:active input, .contacts #contact-form .form-group:active select, .contacts #contact-form .form-group:active textarea, .contacts #contact-form .form-group:hover input, .contacts #contact-form .form-group:hover select, .contacts #contact-form .form-group:hover textarea {
	border-color: rgba(0, 123, 255, 0.5);
}

@media (min-width:768px) {
	#header .navbar .navbar-nav li.icon-set ul>li .dropdown-menu {
		top: 3rem;
	}
	#header .navbar .navbar-nav li.icon-set ul>li .dropdown-menu .dropdown-item:hover, #header .navbar .navbar-nav li.icon-set ul>li .dropdown-menu .dropdown-item:active {
		background-color: rgba(0, 0, 0, 0);
		color: #F97425;
	}
}

@media (min-width:1025px) {
	#header .navbar .navbar-nav li.icon-set ul>li .dropdown-menu {
		left: -4rem;
	}
	#header .navbar .navbar-nav li.icon-set ul>li .dropdown-menu .dropdown-item:hover, #header .navbar .navbar-nav li.icon-set ul>li .dropdown-menu .dropdown-item:active {
		background-color: rgba(0, 0, 0, 0);
		color: #F97425;
	}
}

@media (min-width:991px) {
	#header li.lan:hover .dropdown-menu {
		display: block;
	}
	#header .navbar .navbar-nav li.lan:hover a.PC-lang-btn::after {
		content: "";
		position: absolute;
		height: 32px;
		width: 135px;
		left: -50px;
	}
}

.container-video .right-video{
	background-color: #F9F9F9;
}
.container-video .videobox #youtube-video,.container-video .videobox #youku-video {
	width: 100%;
	height: 100%
}
.container-video .videobox iframe {
	width: 100%;
	height: 100%
}
@media screen and (min-width: 769px) {
	#header .navbar .logo img {
		height: 35px;
	}
}
@media screen and (min-width: 1024px) {
	.video-pro-title{
		padding: 24px 0;
	}
	.container-video .right-video{
		min-height: 500px;
	}
}
@media screen and (max-width: 768px){
	.container-video .right-video.no-video {
		padding: 0;
	}
}
@media screen and (max-width: 768px){
	.container-video .mobile-menu {
		display: none;
	}
	.container-video .pc-show {
		display: none;
	}
}
.container-video .videobox {
	aspect-ratio: 16 / 9;
}
.privacy-div {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  transform: scale(0);
  transition: all 0.3s;
  opacity: 0;
}
.privacy-div.show {
  display: block;
  transform: scale(1);
  opacity: 1;
}
.privacy-div .privacy-btn {
    background-color: #1C355E;
    color: #fff;
}
.privacy-div .privacy-btn:hover {
    background-color: #112649;
    border-color: #1c355e;
}
@media (min-width: 1200px) {
  .privacy-div .container {
    max-width: 1440px;
  }
}

/*body::-webkit-scrollbar {*/
/*	width: 0;*/
/*}*/

#SignIn{
	color: #fff;
	display: none; 
	background: #1c355e;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 480px;
	margin-left: -240px;
	margin-top: -327px;
}
button.btn.SignInBtn.btn-dark {
    background: #00bed6;
}
button.btn.SignInBtn.btn-dark:hover {
    background: #009CB4;
    border-color: #008BA3;
}
@media screen and (max-width: 480px){
	#SignIn{
		color: #fff;
		display: none; 
		background: #1c355e;
		position: fixed;
		top: 50%;
		left: 0%;
		width: 100%;
		margin-left: 0px;
		margin-top: -327px;
	}
}