	/* 產品頁用css start */
	.hidden {
        display: none !important;
    }
	.product-wrap {
		color:#fff;
		background-color: #000;
	}
	.product-wrap h1, .product-wrap h2, .product-wrap h3 {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0px;
	}
	.product-wrap p,.product-wrap span,.product-wrap div,.product-wrap li,.product-wrap label {
		font-size: 16px;
	}
	.product-wrap img {
		max-width: 100%;
	}
	.product-wrap section {
		position: relative;
		padding-top:80px;
		padding-bottom: 80px;
	}
    .tabLabel {
        border:1px #999999 solid;
        margin-top: 15px;
    }
    .tabLabel tbody tr td{
        text-align: center;
        border: 1px #999999 solid;
    }
    .tabCable {
        border:0px #cccccc solid;
    }
    .cableData {
        border-top: 3px #999999 solid;
        text-align: center;
        padding-top: 15px;
    }
    .tabCable img {
        text-align: center;
        border-width: 0px;
        width: 100%;
    }
    .tabCable thead tr td {
        border: none;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        min-width: 120px;
    }
    .tabCable tbody tr td {
        border-top: 3px #999999 solid;
    }
    .product-hr {
        font-weight: bold;
        background-color:#2f2f2f;
        color:#eeeeee;
        padding:10px 15px;
        line-height: 24px;
        font-size:20px;
    }
	
	.full-image {
		padding: 30px;
	}
	.img-list {
		background-attachment: fixed;
		width: 100%;
		height: 70%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.thumbnail:hover {
		cursor: pointer;
	}
	/* 產品頁用css end */
	#model {
		padding: 4rem 0 0;
	}
	#model .model_content {
		justify-content: flex-end;
		margin-bottom: 4rem;
	}
	#model .model_pic {
		display: flex;
	}
	#model .model_pic_show {
		background-color: #fff;
		border: 1px solid #ccc;
		display: flex;
		align-items: center;
		position: relative;
	}
	#model .model_pic_show img {
		width: 100%;
	}
	#model .model_pic_min {
		display: flex;
		padding-right: 10px;
	}
	#model .model_pic_min ul {
		display: flex;
		flex-direction: column;
	}
	#model .model_pic_min li {
		border: 1px solid #ccc;
		cursor: pointer;
		margin-bottom: 5px;
	}
	#model .model_pic_min li:hover {
		border: 1px solid #202329;
		transition: 0.3s;
	}
	#model .model_pic_min li img {
		width: 80px;
	}
	#model .model_intro {
		display: flex;
		flex-direction: column;
		flex-shrink: 9;
		padding-left: 2rem;
		justify-content: space-between;
	}
	#model .model_intro h1 {
		font-weight: bold;
		margin-bottom: 10px;
		font-family: 'Fjalla One', sans-serif;
		color: #202329;
	}
	#model .model_intro h2 {
		font-family: 'Roboto', "LiHei Pro", "微軟正黑體","細明體",sans-serif;
		color: #00bbff;
		font-size: 24px;
		font-weight: 500;
	}
	#model .discontinued {
		display: inline-block;
		padding: 8px 10px;
		border: 2px solid #e44f6c;
	}
	#model .discontinued h2 {
		font-family: 'Fjalla One', sans-serif;
		color: #e44f6c;
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: -2px;
	}
	#model .model_spec_list {
		margin: 30px 0;
	}
	#model .model_spec_list ul {
		padding-left: 20px;
	}
	#model .model_spec_list li {
		font-size: 16px;
		font-weight: 600;
		margin: 4px 0;
		list-style: disc;
		color: #202329;
	}
	#model .model_icon ul {
		display: flex;
	}
	#model .model_icon li {
		margin-right: 10px;
		display: flex;
		align-items: center;
	}
	#model .model_icon li img {
		max-height: 80px;
		height: 100%;
		filter: drop-shadow(0 0 2px rgba(0 0 0 / 0.3));
	}
	#model .dropdown_box {
		margin-top: 30px;
	}
	#model .dropdown_box .btn-secondary {
		width: 100%;
	}

	/* model_belt start */
	#model .model_belt {
		background-color: #00bbff;
		color: #FFF;
		position: relative;
	}
	#model .model_belt .container {
		display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	#model .model_belt .movetop {
		padding: 1.5rem 0;
		display: block;
	}
	#model .model_belt .movetop span {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		margin: 0rem;
	}
	#model .model_belt .pull-right {
		display: flex;
		align-items: center;
	}
	#model .model_belt .pull-right #btuSubmenu:hover {
		color: #fff;
	}
	#model .model_belt .pull-right ul {
		display: flex;
	}
	#model .model_belt .pull-right li {
		margin-right: 0;
		margin-left: 1.5rem;
	}
	#model .model_belt .pull-right li a {
		display: flex;
		justify-content: center;
		padding: 0.5rem;
	}
	#model .model_belt .pull-right a h3 {
		color: #fff;
		font-size: 16px;
		text-transform: uppercase;
		font-family: 微軟正黑體;
	}
	#model .model_belt .menu_button {
		display: none;
	}
	#model .model_belt .menu_button img {
		filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(29deg) brightness(100%) contrast(106%);
		width: 30px;
	}
	#model .model_belt .belt_arrow {
		position: absolute;
	    border-color: #00bbff transparent transparent transparent ;
	    border-style: solid solid solid solid;
	    border-width: 12px;
		height: 0px;
	    width: 0px;
	    bottom: 0;
	}
	#model .model_belt a:hover .belt_arrow {
		bottom: -22px;
		transition: 0.3s;
	}
	#submenu.topfixed {
		position: fixed;
		top:0px;
		width: 100%;
		z-index: 999;
		margin-top: 66px;
	}
	#submenu.topfixed .movetop {
		padding: 1rem 0;
	}
	/* model_belt end */

	/* model_data start */
	#model .model_data .data_block {
		padding: 4rem 0;
		background-color: rgba(0,0,0,0.1);
	}
	#model .model_data .data_gray {
		background-color: rgba(0,0,0,0.05);
	}
	#model .model_data .data_block h3 {
		font-family: 'Roboto', "LiHei Pro", "微軟正黑體","細明體",sans-serif;
		text-align: center;
		color: #202329;
		text-transform: uppercase;
		margin-bottom: 2rem;
	}
	#model .model_data .data_block table {
		border: 3px solid rgba(255,255,255,0.5);
	}
	#model .model_data .data_block table td {
		padding: 0.75rem 1rem;
		color: #202329;
	}
	#model .model_data .data_block table th {
		padding: 0.75rem 1rem;
		color: #202329;
	}
	#model #download a {
		width: 100%;
		color: #202329;
		display: flex;
		background-color: rgba(255,255,255,0.6);
		border: unset;
		padding: 0.5rem;
		align-items: center;
		border-radius: 6px;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	#model #download a:hover {
		background-color: rgba(255,255,255,1);
		box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
		transition: 0.3s;
	}
	#model #download .dl_item {
		display: flex;
		align-items: center;
	}
	#model #download .dl_item img {
		width: 40px;
		height: 40px;
	}
	#model #download .dl_item p {
		margin-left: 1rem;
		font-size: 16px;
		font-weight: bold;
	}
	#model #download span {
		padding-right: 1rem;
		text-align: right;
		min-width: 100px;
	}
	#model #review .rev_item {
		margin-bottom: 1.5rem;
	}
	#model #review a {
		color: #202329;
		display: flex;
		background-color: #fff;
		border: 1px solid #ccc;
		padding: 1.5rem;
		align-items: center;
		border-radius: 6px;
		flex-direction: column;
		/*justify-content: space-between;*/
		height: 100%;
	}
	#model #review a:hover {
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
		border: 1px solid #202329;
		transition: 0.3s;
	}
	#model #review .rev_logo {
		width: 100%;
		display: flex;
		/*height: 100%;*/
		/*align-items: center;*/
		justify-content: center;
		margin-bottom: 1rem;
	}
	#model #review .rev_logo img {
		/*max-height: 200px;
		width: 100%;*/
		max-width: 250px;
	}
	#model #review p {
		font-size: 14px;
		line-height: 1.4rem;
	}
	#model #data_tip .tipFind {
		display: flex;
		justify-content: center;
	}
	#model #data_tip .input-group {
		max-width: 600px;
		border: 3px solid #202329;
		background-color: #fff;
		height: 48px;
		align-items: center;
	}
	#model #data_tip .input-group input {
	    border: unset;
	    border-radius: 0;
	    padding: 0 1rem;
	    height: 100%;
	}
	#model #data_tip .input-group-btn {
		height: 100%;
	}
	#model #data_tip button {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #00bbff;
		border: unset;
		border-radius: 0;
		padding: 0;
		height: 100%;
		transition: 0.3s;
	}
	#model #data_tip button span {
		color: #fff;
		font-size: 26px;
		padding: 0 10px;
		line-height: 50px;
	}
	#model #data_tip button:hover {
		background-color: #00bbff;
	}
	#model #data_tip button:hover span {
		color: #fff;
	}
	#model #data_tip .hvr-bubble-left:before {
        border-color: transparent #00bbff transparent transparent;
    }
	/* model_data end */

	/* model_design start */
	.product-wrap {
		font-family: Roboto, "LiHei Pro", 微軟正黑體, 細明體, sans-serif;
		font-weight: normal;
		font-size: 16px;
	}
	.bg-cover {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	/* model_design end */

	/* faq start */
	#faq .faq_block {
		border-top: 1px solid #ccc;
	}
	#faq .faq_item .faqbtn {
		width: 100%;
		color: #202329;
		display: flex;
		border: unset;
		padding: 0.75rem 0rem;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid #ccc;
		background-color: unset;
		border-radius: unset;
	}
	#faq .faq_item .faqbtn:hover {
		border-bottom: 1px solid #202329;
		transition: 0.3s;
	}
	#faq .faqbtn div {
		display: flex;
		align-items: center;
	}
	#faq .faqbtn span {
		min-width: 100px;
		text-align: right;
	}
	#faq .faqbtn div img {
		width: 40px;
		height: 40px;
	}
	#faq .faqbtn div p {
		margin: 0 1rem;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
	}
	#faq .modal-dialog {
		max-width: 900px;
	}
	#faq .modal-header {
		padding: 1.5rem;
	}
	#faq .modal-header div {
		display: flex;
		align-items: center;
	}
	#faq .modal-header div img {
		width: auto;
	}
	#faq .modal-header h5 {
		margin: 0 1rem;
		font-weight: bold;
		color: #202329;
	}
	#faq .modal-header .btn-close {
		align-self: flex-start;
	}
	#faq .modal-body {
		padding: 1.5rem;
	}
	#faq .modal-body img {
		width: 100%;
	}
	#faq .modal-body p {
		font-size: 16px;
		line-height: 1.75rem;
		color: #202329;
	}
	#faq .modal-body * {
		margin-bottom: 1rem;
	}
	.modal-open {/*faq用，pop視窗停止scrollbar作動*/
		overflow:auto !important;
		padding-right: 0px !important;
	}
	.head_menu nav {/*faq用，pop視窗停止scrollbar作動*/
		padding-right: 0px !important;
	}
	/* faq end */

	:lang(ar) #model .model_pic_min {
		padding-right: 0;
		padding-left: 1rem;
	}
	:lang(ar) #model .model_intro {
		padding-left: 0;
		padding-right: 2rem;
	}
	:lang(ar) #model .model_spec_list ul {
		padding-left: 0;
		padding-right: 20px;
	}
	:lang(ar) #model .model_icon li {
		margin-right: 0;
		margin-left: 10px;
	}
	:lang(ar) #model .model_belt a {
		margin-right: 1rem;
		margin-left: 0;
	}
	:lang(ar) #model .model_belt .navbar-brand {
		margin: 0;
	}

@media screen and (max-width:1200px) {
	#model .model_intro .row {
		flex-direction: column;
	}
	#model .model_intro .row>* {
		width: 100%;
	}
}
@media screen and (max-width:991px)	{
	#model .model_intro {
		padding: 0 2rem;
	}
	#model .model_intro h1, #model .model_intro h2 {
		text-align: center;
	}
	#model .model_dropdown_box {
		margin: 0;
	}
	#model .model_spec {
		margin-top: 2rem;
	}
	#model .model_icon ul {
		justify-content: center;
	}
	#model .model_icon li {
		margin: 0 5px;
	}
	#model #data_tip .input-group {
		width: 100%;
	}
	#model .model_belt .belt_arrow {
		display: none;
	}
	#model .model_belt .movetop {
		padding: 1rem 0;
	}
	#model .model_belt .menu_button {
		display: block;
	}
	#model .model_belt .ulProductMenu {
	    position: absolute;
	    display: none;
	    opacity: 0;
	    top: 62px;
	    left: 0px;
	    z-index: 999;
	    background-color: rgba(0,40,60,0.8);
	    width: 100%;
	    padding: 1.5rem 0;
	}
	#model .model_belt .ulProductMenu.on {
	    display: block;
	    opacity: 1;
	}
	#model .model_belt .pull-right ul {
		display: none;
	}
	#model .model_belt .pull-right li {
		padding: 0.5rem;
		margin-left: 0;
		text-align: center;
	}
	#model .model_belt .pull-right li a {
		display: inline-block;
	}
	.glyphicon {
	    position: relative;
	    top: 1px;
	    display: inline-block;
	    font-family: 'Glyphicons Halflings';
	    font-style: normal;
	    font-weight: 400;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}
	#faq .modal-dialog {
		max-width: 100%;
		margin: 1rem;
	}
	:lang(ar) #model .model_intro {
		padding: 0 2rem;
	}
}
@media screen and (max-width:767px)	{
	#model .model_icon li img {
		width: 100%;
	}
	#model .model_pic_min li img {
		width: 70px;
	}
	#model #data_tip .tipFind {
		padding: 0 2rem;
	}
}
@media screen and (max-width:576px)	{
	#model .model_belt .movetop {
		margin-left: 0.5rem;
	}
}