.resp-title-name{font-size: 24px;line-height: 1.75em;}

ul.resp-tabs-list,p {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0%;
	line-height: 1.75em;
}

.resp-tabs-list li {
	font-weight: normal;
	font-size: 15px;
	list-style: none;
	cursor: pointer;
	float: left;
	font-family: "微軟正黑體";
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #333;
	line-height: 1.75em;
}
.resp-tabs-list li a {
	font-weight: bold;
	font-size: 16px;
	list-style: none;
	cursor: pointer;
	float: left;
	font-family: "微軟正黑體";
	color: #333;
}

.resp-tabs-list li a:hover {
	font-weight: bold;
	font-size: 16px;
	list-style: none;
	cursor: pointer;
	float: left;
	font-family: "微軟正黑體";
	color: #c0a67e;
}

.resp-tabs-list li .current {
	font-weight: bold;
	font-size: 16px;
	list-style: none;
	cursor: pointer;
	float: left;
	font-family: "微軟正黑體";
	color: #c0a67e;
}

.resp-tabs-container {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border-bottom: none;

}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
}

h2.resp-accordion {
	font-size: 16px;
	margin: 0px;
	padding: 10px;
	font-family: "微軟正黑體";
	color: #333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c1c1c1;
	border-right-color: #c1c1c1;
	border-bottom-color: #D8D8D8;
	border-left-color: #c1c1c1;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
	float: right;
	width: 16%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 80%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-bottom: 4px !important;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #bdbdbd;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	color: #333;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 0px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 0px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 0px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
