/*---------------------*/
/*------- Base ----*/

html, body {
    padding: 0;
    margin: 0;
}

body,
button,
input,
textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: black;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 400;
}

@media screen and (max-width: 1024px) {
	body,
	button,
	input,
	textarea {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	body,
	button,
	input,
	textarea {
		font-size: 16px;
	}
}

a {
	color: #ff6600;
}

b,
strong {
	font-weight: 600;
}

a:focus {
	outline: 0;
}

blockquote {
	background-color: black;
	color: white;
	Padding: 10px;
}

/*.custom-title-1 h1,
.custom-title-1 h2,
.custom-title-1 h3,
.custom-title-1 h4,
.custom-title-1 h5,
.custom-title-1 h6,
.custom-title-1 span {
	font-size: 4em;
	font-weight: 300;
	font-family: 'Nunito Sans', serif;
	line-height: 1.3em !important;
}

.custom-title-2 h1,
.custom-title-2 h2,
.custom-title-2 h3,
.custom-title-2 h4,
.custom-title-2 h5,
.custom-title-2 h6,
.custom-title-2 span {
	font-size: 2.8em;
	font-weight: 300;
	font-family: 'Nunito Sans', cursive;
	line-height: 1.3em !important;
}

.custom-title-3 h1,
.custom-title-3 h2,
.custom-title-3 h3,
.custom-title-3 h4,
.custom-title-3 h5,
.custom-title-3 h6,
.custom-title-3 span {
	font-size: 2.2em;
	font-weight: 600;
	font-family: 'Nunito Sans', serif;
	line-height: 1.3em !important;
}

.custom-title-4 h1,
.custom-title-4 h2,
.custom-title-4 h3,
.custom-title-4 h4,
.custom-title-4 h5,
.custom-title-4 h6,
.custom-title-4 span {
	font-size: 1.8em;
	font-weight: 300;
	font-family: 'Nunito Sans', cursive;
	line-height: 1.3em !important;
}

.custom-title-5 h1,
.custom-title-5 h2,
.custom-title-5 h3,
.custom-title-5 h4,
.custom-title-5 h5,
.custom-title-5 h6,
.custom-title-5 span {
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.3em !important;
	font-family: 'Nunito Sans', cursive;
}

.custom-title-6 h1,
.custom-title-6 h2,
.custom-title-6 h3,
.custom-title-6 h4,
.custom-title-6 h5,
.custom-title-6 h6,
.custom-title-6 span {
	font-size: 1.33em;
	line-height: 1.66em !important;
	font-weight: 300;
	font-family: 'Nunito Sans', cursive;
}


/*--------------------------------/
/* Linkable sections *************/

/*.yoast_breadcrumbs_section {
	background-color: #efefef;
}

.single-product .yoast_breadcrumbs_section {
	background-color: transparent;
	position: absolute;
	top: 80px;
	z-index: 1;
}

.yoast_breadcrumbs_section .elementor-container {
	width: 100%;
}

.yoast_breadcrumbs_section .elementor-column {
	background: red;
	padding: 0 60px 0 30px;
	max-width: calc(50vw - 90px);
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
	width: auto;
	transition: all .8s ease-in-out;
}

.yoast_breadcrumbs_section.active .elementor-column {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.yoast_breadcrumbs_section .elementor-column::after {
	content: '';
	border-style: solid;
	border-width: 0 10px 43px;
	position: absolute;
	right: 0px;
	border-color: #efefef #efefef #efefef transparent;
	top: 0;
}

.yoast_breadcrumbs_section .elementor-column::before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #efefef;
	left: 0;
}

.home .yoast_breadcrumbs_section {
	display: none;
}*/

/* Linkable sections */
/* Usage: add 'look-for-link' class to any Posts Element to make whole article area clickable
	******  add link|www.globalsense.com.tw to any section or div to make whole area clickable
*/

.look-for-link article,
*[link] {
	cursor: pointer;
}


/*Apppointment */

.b-acc .elementor-accordion> div:first-child{
    display:none;
}
.b-acc .elementor-accordion-item {
    
	margin-top:20px;
    border-top: 1px solid #d4d4d4!important;
}

.b-acc .elementor-accordion-item .elementor-tab-title {
padding: 50px;
}
.b-acc .elementor-accordion-item .elementor-tab-title:hover {
background-color: #e0f4ff;
}
