@charset "utf-8";
/* CSS Document */

/*********************************
自定義font-family
*********************************/
@font-face {
    font-family: Roboto-m;
    src: url(../webfonts/Roboto-Medium.ttf);
}

/*********************************
noto黑體
*********************************/
@font-face {
    font-family: NotoSansTC-Regular;
    src: url(../webfonts/NotoSansTC-Regular.otf);
}

@font-face {
    font-family: NotoSansTC-Medium;
    src: url(../webfonts/NotoSansTC-Medium.otf);
}


/*********************************
Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
 } 

 a:not([href]):not([tabindex]){
 	color: #fff;
 }


body{
	font-family: NotoSansTC-Regular,sans-serif,
	\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Helvetica, Arial;
	font-size: 1.1rem;
}




div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 2;
    font-weight: 400;
    color: #787878;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #9b7bf7;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #9b7bf7;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #ADADAD;
	color: #fff;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}

img{
	max-width: 100%;
	height: auto;
}

select{
	background: #fff;
	border-radius: 0;
}

select option{
    background: #fff;
}

input,textarea{
	border-radius: 0;
}


section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}

.form-control
{
	color: #db5246;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}

.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}

.fill_height h2{
	font-family: NotoSansTC-Medium;
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 1px solid rgba(195, 195, 195, 0.5);
}


.super_container
{
	width: 100%;
	overflow: hidden;
}

.nopadding
{
	padding: 0px !important;
}
.button
{
	display: inline-block;
	height: 45px;
	border-radius: 27px;
	border:0px solid transparent;
	overflow: hidden;
	outline: none!important;
}
.button_bcg,.button_gray
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(to right, #C8A062, #885910, #C8A062);
	z-index: -1;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.button_gray{
	background: linear-gradient(to right, #d9d9d9, #6c6c6c,  #d9d9d9);
}
.button:hover .button_bcg,
.button:hover .button_gray
{
	left: -100%;
}
.button .sentbtn
{
	display: block;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 55px;
    padding-right: 46px;
    white-space: nowrap;
    line-height: 2.5;
}
.button span
{
	display: inline-block;
	vertical-align: middle;
	width: 5.75px;
	height: 5.63px;
	background: #FFFFFF;
	border-radius: 50%;
	margin-right: 2px;
}
.button span:first-child
{
	margin-left: 10px;
}
.button span:nth-child(2)
{
	opacity: 0.6;
}
.button span:last-child
{
	opacity: 0.4;
	margin-right: 0px;
}

.btn-wrap{
	display:flex;
	justify-content: space-between;
}

/*********************************
Header
*********************************/

.header
{
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 12;
	box-shadow: 0px 2px 3px rgba(170, 170, 170, .3);
}

/*********************************
Top Bar
*********************************/

.top_bar
{
	width: 100%;
	height: 36px;
	background: linear-gradient(to left, #1b29d1, #280099);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .top_bar
{
	visibility: hidden;
	opacity: 0;
	height: 0px;
}
.phone
{
	font-family: Roboto-m,serif;
	display: inline-block;
	margin-right: 36px;
	line-height: 36px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

.user_box_link
{
	display: inline-block;
}
.user_box_link a
{
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.user_box_link a:hover
{
	color: #e0bf8c;
}
.user_box_login
{
	margin-right: 15px;
}
.user_box_login::after
{
	display: block;
    position: absolute;
    top: 12px;
    right: -9px;
    background: #FFFFFF;
    width: 1px;
    height: 15px;
    content: '';
}
.main_nav_col
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .main_nav_col
{
	height: 100px;
}


/*********************************
Logo
*********************************/

.logo_container{
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}

.header.scrolled .logo_container{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.logo a{
	color: #000;
    margin-top: 6px;
    display: inline-block;
}

.logo a img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

.logo h1{
	font-family: NotoSansTC-Medium,serif;
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	margin: 0;
}

.logo h1 span{
	display: block;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 2px;
}

/*********************************
Main Nav
*********************************/
.main_nav_list{
	display: flex;
    height: 84px;
    width: 100%;
}
.main_nav_item
{
	position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
    height: 100%;
}

.header.scrolled .main_nav_list {
    display: flex;
    height: 100px;
    width: 100%;
}

.header.scrolled .main_nav_item a {
    line-height: 6;
}

.header.scrolled .main_nav_list ul.drop-list li a{
	line-height: 1.5;
}
.main_nav_item:last-child
{
	margin-right: 0px;
}
.main_nav_item a
{
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	height: 100%;
    line-height: 5;
}
.main_nav_item::after
{
	display: block;
	position: absolute;
	left: -1px;	
    bottom: 16px;
	width: calc(100% + 2px);
	height: 2px;
	background: #C8A062;
	content: '';
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav_item:hover::after
{
	opacity: 1;
}

.main_nav_list li.main_nav_item ul.drop-list{
    position: absolute;
    top: 100px;
    left: -65px;
    background: #fff;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in;
}

.main_nav_list ul.drop-list li a{
	display: block;
    padding: 15px;
    border-bottom: 1px solid #dbdbdb;
    color: #000;
    text-align: center;
}

.main_nav_list li:hover ul.drop-list{
	display: block;
	opacity: 1;
    top: 84px;
    box-shadow: 0 0 3px 0 rgba(70, 70, 70, 0.5);
    visibility: visible;
    transition: all 300ms ease-in;
}


.content_search {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    cursor: pointer;
}
.header.scrolled .content_search
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.mag_glass
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.content_search img
{
	width: 17px;
	height: 17px;
}
.content_search:hover .mag_glass
{
	fill: #fa9e1c;
}
.search_form
{
	position: absolute;
	right: 15px;
	top: 120px;
	width: 237px;
	height: 40px;
	visibility: hidden;
	opacity: 0;
}
.search_form.active
{
	top: 95px;
	visibility: visible;
	opacity: 1;
}

.header.scrolled .search_form.active{
	top: 110px;
}

.header.scrolled .main_nav_list li:hover ul.drop-list {
    top: 100px;
    box-shadow: 0 0 4px 0 #d8d8d8;
}

.search_content_input
{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #1b0b32;
	font-size: 16px;
	padding-left: 20px;
	outline: none !important;
	border: none !important;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}
.bez_1
{
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

/*********************************
Menu
*********************************/

.hamburger
{
	display: none;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	cursor: pointer;
    margin: 0;
    padding: 0 30px;
}
.header.scrolled .hamburger
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.hamburger svg
{
	font-size: 25px;
	color: #000;
}

.menu
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(to left, #1b29d1, #280099);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}
.menu.active
{
	opacity: 0.95;
	visibility: visible;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_item
{
	position: relative;
	margin-bottom: 5px;
}
.menu_item:last-child
{
	margin-bottom: 0px;
}
.menu_logo
{
	margin-bottom: 28px;
}
.menu_logo a img
{
	width: 40px !important;
}
.menu_item a.dropdown-menu-m,
.menu_item a
{
	display: inline-block;
	position: relative;
	width: 150px;
	font-size: 18px;
	color: #FFFFFF!important;;
	font-weight: 400;
    padding-bottom: 10px;
}
.menu-arrow::after
{
	content: '\f078';
    display: block;
    position: absolute;
    right: 17px;
    top: 7px;
    font-size: 10px;
    color: #fff;
    padding-bottom: 10px;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.menu-arrow.active::after
{
	content: '\f077';
}
.menu_close_container
{
	position: absolute;
    top: 62px;
    right: 63px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #fa9e1c;
}

.drop-list{
	display: none;
}
.drop-list li a{
	padding-bottom:10px;
	padding-left: 56px;
    font-size: 16px;
    text-align: left;
    width: 100%;
    position: relative;
    line-height: 1.5;
}

.drop-list li a:hover{
	color: #C09858!important;	
}

.login{
	display: none;
}

/*********************************
Home
*********************************/

.home
{
	width: 100%;
	height: 100vh;
}


/*********************************
Home Slider
*********************************/

.home_slider_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #000;
	touch-action: pan-y;
}
.home_slider
{
	width: 100%;
	height: 100%;
}
.home_slider_item
{
	width: 100%;
	height: 100%;
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: .8;
}
.home_slider_content
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
}
.home_slider_content h5
{
	margin-bottom: 0px;
}
.home_slider_content h5:first-child
{
	font-size: 50px;
	font-weight: 900;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.home_slider_content p
{
	font-size: 20px;
	color: #FFFFFF;
	margin: 0;
	line-height: 1.5;
}
.home_slider_button
{	
	display: inline-block;
	margin-right: 15px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    cursor: pointer;
}


.flipInX
{
	animation-delay: 600ms;
}

/*********************************
Home Slider Nav
*********************************/

.home_slider_nav
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 11;
	cursor: pointer;
}
.home_slider_prev
{
	left: 50px;
}
.home_slider_next
{
	right: 50px;
}
.home_slider_prev:hover .nav_path,
.home_slider_prev:hover .nav_arrow
{
	fill: #E3C788;
}
.home_slider_next:hover .nav_arrow,
.home_slider_next:hover .nav_path
{
	fill: #E3C788;
}

/*********************************
Home Slider Dots
*********************************/

.home_slider_dots
{
	position: absolute;
	right: 50px;
	bottom: 45px;
	z-index: 10;
}
.home_slider_custom_dots
{

}
.home_slider_custom_dot
{
	display: inline-block;
	position: relative;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot:hover
{
	color: #E3C788;
}
.home_slider_custom_dot:hover.active div
{
	border-color: #E3C788;
}
.home_slider_custom_dot.active
{
	padding-left: 13px;
	padding-right: 9px;
	margin-right: 3px;
}
.home_slider_custom_dot div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px transparent;
	border-radius: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot.active div
{
	border: solid 2px #FFFFFF;
}


/*********************************
side-items-wrap
*********************************/
.side-items-wrap{
	position: fixed;
	right: 0;
	bottom: 15%;
	z-index: 20;
}

.side-items-wrap ul li a{
	display: block;
	position: relative;
	margin-bottom: 5px;
	background: #1D22C7;
	border:1px solid #5a5ee7;
	width: 50px;
	height: 50px;
	border-radius: 10% 0% 0% 10%;
	cursor: pointer;
    padding: 9px 11px;
	transition: .3s ease;	
}

.side-items-wrap ul li a svg{
	font-size: 30px;
	color: #fff;
}

.side-items-wrap ul li:nth-child(2) a{
	background: #13a66f;
	border:1px solid #69dcb2;
	transition: .3s ease;
}

.side-items-wrap ul li:nth-child(3) a{
	background: #BD9454;
	border:1px solid #eecb94;
	transition: .3s ease;
}


.side-items-wrap ul li a:hover,
.side-items-wrap ul li:nth-child(2) a:hover,
.side-items-wrap ul li:nth-child(3) a:hover{
	background: #fff;
}

.side-items-wrap ul li a:hover svg{
	color: #1D22C7;
}

.side-items-wrap ul li:nth-child(2) a:hover svg{
	color: #13a66f;
}

.side-items-wrap ul li:nth-child(3) a:hover svg{
	color: #BD9454;
}

/*********************************
Search
*********************************/

.search
{
	width: 100%;
	padding: 30px;
	background: #2607a2;
	z-index: 10;
}
.search_tabs_container
{
	position: absolute;
	bottom: 100%;
	left: 15px;
	width: calc(100% - 30px);
}
.search_tabs
{
	height: 94px;
}
.search_tab
{
	font-size: 14px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
	text-align: center;
	height: 100%;
	flex-grow: 1;
	background: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_tab img
{
	margin-right: 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_tab:first-child
{
	border-top-left-radius: 94px;
	padding-left: 7px;
}
.search_tab:last-child
{
	border-top-right-radius: 94px;
	padding-right: 7px;
}
.search_tab.active
{
	background: #fa9e1b;
	color: #FFFFFF;
}
.search_tab.active img
{
	-webkit-filter: brightness(200%) grayscale(100%);
	-moz-filter: brightness(200%) grayscale(100%);
	-ms-filter: brightness(200%) grayscale(100%);
	-o-filter: brightness(200%) grayscale(100%);
  	filter: brightness(200%) grayscale(100%);
}
.search_tab:hover
{
	background: #fa9e1b;
	color: #FFFFFF;
}
.search_tab:hover img
{
	-webkit-filter: brightness(200%) grayscale(100%);
	-moz-filter: brightness(200%) grayscale(100%);
	-ms-filter: brightness(200%) grayscale(100%);
	-o-filter: brightness(200%) grayscale(100%);
  	filter: brightness(200%) grayscale(100%);
}
.search_panel
{
	display: flex!important;
	width: 100%;
	height: 100%;
	-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.search_panel_content
{
	width: 100%;
	height: 100%;
}
.search_input
{
	font-size: 16px;
    width: 100%;
    height: 46px;
    border: none;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    color: #929191;
}

.search_item{
	width: calc(100% / 2.5)
}

.search_item:first-child select
{
	width: 50%;
}

.search_item div
{
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.dropdown_item_select
{
	-webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background-image: url(../images/dropdown.png);
	background-position: center right;
	background-repeat: no-repeat;
	border: solid 1px #FFFFFF;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
}
.dropdown_item_select::-ms-expand
{
    display: none;
}
.dropdown_item_select:hover
{
	border: solid 1px #e0bf8c;
}
.dropdown_item_select:focus
{
	outline-color: #fa9e1c;
}

.home_search_button
{
	margin-top: 33px;
}

.search_button
{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 46px;
	padding-right: 46px;
	border: none;
	outline: none;
	cursor: pointer;
}

.button_bl{
	background: linear-gradient(to right, #355a9f, #1e2f90, #355a9f);
}

.search_button:hover .button_bl {
    left: -100%;
}

/*********************************
Section Title
*********************************/

.section_title
{
	font-size: 30px;
	font-weight: 700;
	color: #2d2c2c;
	margin-top: -8px;
	text-transform: uppercase;
}

/*********************************
news
*********************************/

.news-wrap
{
	width: 100%;
	padding-top: 60px;
	padding-bottom: 105px;
	background: #FFFFFF;
}
.bottom_border
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to left, #1b29d1, #280099);
}

.news
{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 105px;
}

.news_col {
    margin-top: 60px;
}

.news_title
{
	font-weight: 700;
	color: #2d2c2c;
	margin-top: -14px;
}
.news_text
{
	margin-top: 21px;
}
.news_text p
{
	font-size: 18px;
    color: #929191;
    line-height: 1.5;
    letter-spacing: 1px;
	margin-bottom: 0px;
}

.news_item
{
	width: 100%;
}
.news_item_content {
    width: 100%;
    padding: 10px;
    background: #2607A2;
}

a.news_item_background{
	display: block;
	overflow:hidden;	
}

a.news_item_background img{
	transform: scale(1.1);
	transition: ease 2s;
}

a.news_item_background:hover img{
	transform: scale(1.3);
	transition: ease 2s;
}

.news_date
{
    position: absolute;
    top: -24px;
    left: 20px;
    margin: 15px auto;
    padding-left: 39px;
    padding-right: 39px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27px;
    letter-spacing: 1px;
    background: #C09858;
    border-radius: 14px;
}
a.news_link{
	width: 100%;
	height: 100%;
}

a.news_link:hover{
	opacity: .8;
}
.news_item_content h5
{
	font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 1px;
	color: #f1c788;
	text-align: left;
}
.news_item_content p
{
	font-size: 16px;
	font-weight: 400;
	height: 28px;
	line-height: 1.5;
	overflow: hidden;
	color: #FFFFFF;
	text-align: left;
}

.news-in-title{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.news-in-title h3{
	font-weight: bold;
	letter-spacing: 1px;
	color: #2607A2
}

.news-in-title span{
	font-size: 16px;
	letter-spacing: 2px;
	color: #838A92;
}



/*********************************
home_about
*********************************/

.home_about
{
	padding-top: 125px;
	padding-bottom: 116px;
	background: linear-gradient(to left, #1b29d1, #280099);
}
.home_about_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.8;
}

.home_about_item
{
	padding: 60px;
	background: rgba(255,255,255,.9);
}
.home_about_title
{
	font-size: 30px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
}
.home_about_text
{
	line-height: 1.5;
	margin-top: 16px;
	margin-bottom: 0px;
}
.home_about_button
{
	margin-top: 38px;
}

/*********************************
Contact
*********************************/

.contact
{
	width: 100%;
	padding-bottom: 105px;
	background: linear-gradient(to left, #1b29d1, #280099);
}
.contact_background
{
	position: absolute;
	opacity: .8;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_title
{
	font-size: 22px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}
.contact_form_container
{
	padding: 48px;
	background: rgba(38, 7, 162, .9);
}
.contact_form
{
	font-size: 0px;
}
.input_field
{
	height: 48px;
	font-size: 16px;
	font-weight: 400;
	border: none;
	outline: none;
	background: transparent;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(195, 195, 195, 0.5);
}

.contact_form .form-row,
.login_form .form-row{
 	margin: 0;
}

.radio-form{
	display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0;
}

.contact_form_name,.contact_form_vc
{
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
	margin-top: 20px;
}

.radio-form{
	width: calc((100% - 30px) / 2);
}

.contact_form_subject,.contact_form_email
{
	width: 100%;
	margin-top: 11px;
}
.contact_form_message
{
	width: 100%;
	border: none;
	outline: none;
	margin-top: 19px;
	background: transparent;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(195, 195, 195, 0.5);
	padding-top: 11px;
}
.form_submit_button
{
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 29px;
	padding-right: 29px;
	background: #31124b;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	border: none;
	outline: none;
	margin-top: 37px;
	cursor: pointer;
}
.form_submit_button:hover
{
	opacity: 0.8;
}
.contact_form_container .contact_form .input_field::-webkit-input-placeholder,
.contact_form_container .contact_form .text_field::-webkit-input-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #FFFFFF;
}
.contact_form_container .contact_form .input_field:-moz-placeholder,
.contact_form_container .contact_form .text_field:-moz-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #FFFFFF;
}
.contact_form_container .contact_form .input_field::-moz-placeholder,
.contact_form_container .contact_form .text_field::-moz-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #FFFFFF;
} 
.contact_form_container .contact_form .input_field:-ms-input-placeholder,
.contact_form_container .contact_form .text_field:-ms-input-placeholder
{ 
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #FFFFFF;
}
.contact_form_container .contact_form .input_field::input-placeholder,
.contact_form_container .contact_form .text_field::input-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #FFFFFF;
}

/*********************************
Footer
*********************************/

.footer
{
	width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}
.footer_title
{
	font-size: 15px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}

/*********************************
Footer - Contact Info
*********************************/

.contact_info_list
{
	margin-top: 25px;
}
.contact_info_item
{
    margin-bottom: 22px;
    padding-left: 22px;
}
.contact_info_icon
{
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.contact_info_icon img
{
	display: block;
	width: 100%;
}
.contact_info_text,
.contact_info_text a
{
	color: #000;
	font-size: 16px;
	line-height: 2.14;
	margin-top: -4px;
}
.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a
{
	color: #C09858;
}

/*********************************
Copyright
*********************************/

.copyright
{
	background: rgba(38, 7, 162, 1);
}
.copyright_content
{
	height: 52px;
}

.copyright_content a{
	color: #fff;
}

.copyright_content a:hover{
	color: #C09858;
}

.copyright_content div
{
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
}
.footer_nav_container
{
	height: 52px;
}

.footer_nav_list
{
	font-size: 0px;
}
.footer_nav_item
{
	display: inline-block;
	margin-right: 20px;
}
.footer_nav_item a
{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_nav_item a:hover
{
	color: #FFFFFF;
}

/*********************************
首頁花絮相簿
*********************************/

.album{
	background-color: #aaa3;
}

a.alb-txt-box{
	text-decoration: none;
    display: block;
    overflow: hidden;
}

a.alb-txt-box img{
	width: 100%;
}

a.alb-txt-box span{
	display: block;
	text-align: center;
	letter-spacing: 1px;
	font-size: 20px;
	margin-top: 15px;
	color: #4f4f4f;
	transition: .3s ease;
    line-height: 1.2;
}

a.alb-txt-box span:hover{	
	color: #4437bf;
	transition: .3s ease;
}

.img-round{
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	transition: .3s ease;
}


/*********************************
花絮相簿hover
*********************************/

.hvr-filter{
	position: relative;
  text-decoration: none;
}

.hvr-filter:before{
	content: "";
    display: none;
    opacity: 1;
    background: url(../images/hvr-viewmore.svg) no-repeat center center;
    background-size: 150px 40px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    -webkit-filter: blur(1.17rem);
    filter: blur(1.17rem);
}

.hvr-filter:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    -webkit-filter: blur(1.17rem);
    filter: blur(1.17rem);
}


.hvr-filter:hover{
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.hvr-filter:hover{}

.hvr-filter:hover:after {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.hvr-filter:hover:before {
    display: block;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}


/*********************************
彈出視窗light box
*********************************/

.ekko-lightbox .modal-footer {
    justify-content: flex-start;
    font-size: 18px;
    border-top: 0px;
    padding-top: 0;
    color: #000;
}

.ekko-lightbox  .modal-title {
    font-size: 20px;
}

.modal-header {
    align-items: center;
    padding: 10px 0 0 20px;
    border-bottom: 0px;
}

.modal-header .close {
	outline: 0;
    padding: 0 2rem 0 0;
    cursor: pointer;
}

.modal {
    z-index: 2000;
}

.ekko-lightbox .modal-dialog {
  flex: 100%!important;
  margin-left: 0;
  margin-right: 0;
}


.bg-cover{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


/*********************************
banner
*********************************/

.banner-box
{
	width: 100%;
	height: 465px;
	background: transparent;
}
.banner_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-box h2
{
	position: absolute;
    bottom: 150px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.banner-title
{
    font-size: 30px;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-transform: uppercase;
}

/*********************************
公司沿革
*********************************/

.intro
{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 105px;
	background: #f6f9fb;
}



.intro_content h3,.intro_content h4{
	font-size: 25px;
	font-weight: 700;
	color: #2d2c2c;
	margin-top: 20px;
	line-height:1.5;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.intro_content h4{
	font-size: 20px;
	margin-top: 15px;
}

.intro_content p a{
	color: #9b7bf7;
}

.intro_content p a:hover{
	color: #fff;
	background: #9b7bf7;
}

.intro_content img{
	width: 100%;
}

.intro_content iframe{
	width: 100%;
	height: 400px;
}

.about-our-box{
	margin-bottom: 20px;
}



/*********************************
分類選單
*********************************/


ul.eqipment-list{
	display: block;
	text-align: center;
	margin-bottom: 4em; 
}

ul.eqipment-list li{
	display: inline-block;    
    text-align: center;    
    margin-right: 15px;
    transition: .3s ease;
    cursor: pointer;
}

ul.eqipment-list li a{
	display: inline-block;
    color: #fff!important;
    font-size: 17px;
    padding: 7px 25px;
    letter-spacing: 2px;
    background: #4c4ac8;
    border-radius: 50rem;
}

ul.eqipment-list li:last-child{
	margin-right: 0;
}

ul.eqipment-list li a:hover{
	text-decoration: none;
}

ul.eqipment-list li a.active,
ul.eqipment-list li a:hover{
	text-decoration: none;
    background: #BD9454;
    box-shadow: inset 0px 5px 5px #a27f48;
    transition: .3s ease;
}

.eq-txt-box .pic-txt{
	text-align: center;
	font-size: 18px;
	color: #727171;
	margin-top: 10px;
	letter-spacing: 2px;
}

/*********************************
手機版分類選單下拉
*********************************/


.dropdown {
     margin-bottom: 2em;
}

.news-list ul.eqipment-list,
.news-list .dropdown {
     margin-bottom: 0; 
}

.dropdown-el {
  	min-width: 12em;
	position: relative;
	display: none;
	min-height: 3em;
	max-height: 3em;
	overflow: hidden;
	top: .5em;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	color: #fff;
	letter-spacing: 1px;
	outline: none;
	border: .06em solid transparent;
	background-color: #4c4ac8;
	transition: 0.3s all ease-in-out;
	margin-bottom: 1em;
	border-radius: .25em;	
}

.dropdown-el:after {
  	content: "";
    position: absolute;
    right: 1.5em;
    top: 1.3em;
    border: 7px solid #fff;
    border-color: #fff transparent transparent transparent;
    transition: .4s all ease-in-out;
}

.dropdown-el:hover{
	color: #fff;
}

.dropdown-item{
	padding: 0.6rem 1.5rem;
	font-size: 17px;
}

.dropdown-item:active {
    background-color: rgba(0, 123, 255, 0.5);
}

.about-drop{
	position: relative;
	z-index: 5;
}

/*********************************
麵包屑
*********************************/

.breadcrumb {
    padding: .75rem 0;
    margin-bottom: 2rem;
    background-color: transparent;
    font-size: 14px;
}

.breadcrumb .breadcrumb-item a{
	color: #28029B;
	transition: .3s ease;
}

.breadcrumb .breadcrumb-item a:hover{
	color: #BD9454;
	transition: .3s ease;
}

/*********************************
驗證碼
*********************************/
.form-vc{
	width: 100px;
    display: inline-block;
}

.CaptchaWrap { 
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.CaptchaTxtField { 
  display: inline-block;  
  box-sizing: border-box;
}

#UserCaptchaCode { 
  padding: 15px 10px;
  outline: none;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Roboto-m', sans-serif;
  display: inline-block;
  vertical-align: text-bottom;
}
#CaptchaImageCode { 
  text-align:center;
  width: 150px;
  height: 40px;
  overflow: hidden;
}
.capcode { 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  color: #8C5E16;
  font-family: 'Roboto-m', serif;
  font-weight: 100;
  font-style: italic;
  width: 150px;
  height: 40px;
}

.ReloadBtn { 
  background: url(../images/verification-code-reset.png) left top no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  border: 0px!important;
  position: absolute;
  bottom: 6px;
  left: 170px;
  outline: none;
  cursor: pointer;
}

/*********************************
驗證碼media query
*********************************/


@media(max-width: 575px){
  #CaptchaImageCode {
    margin-left: 0px;
  }

  .form-text.verification-code{
    width:100%;
  }

  .CaptchaWrap {
	margin: 25px 0;
	}
}

/*********************************
table-responsive-表格設定
*********************************/

.table-responsive {
    word-break: keep-all;
}

/*********************************
分頁設定
*********************************/

.page-link {
    color: #2607A2;
}

.page-link:hover {
    color: #C09858;
}


/*********************************
入會辦法-PDF設定
*********************************/

.pdf-download span,.pdf-download a{
	display: inline-block;
	vertical-align: middle;
}

.pdf-download a{
	color: #E24C3F;
	text-decoration: underline; 
	padding-left: 10px;
}

/*********************************
購屋資訊
*********************************/

.house-search{
	background: #fff;
	padding: 20px;
	
}

.house-search h2{
	color: #000;
}

.house-search .search_item div:first-child{
	color: #000;
}

.house-search .dropdown_item_select,
.house-search .search_input {
    border: solid 1px #dcdada;
}

.card{
	display: block;
	color: #000;
}

.card:hover{
	color: #230FAE;
	opacity: .9;
	transition: .3s ease;
}

.card-deck {
    margin:0;
}


.card-deck .card{
	margin: 0;
	margin-top: 30px;
}

.card-title{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5;
}

h4.card-title{
	font-size: 15px;
	color: #230FAE;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.card-body p{
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1px;
}

.card-body span{
	font-size: 13px;
	color: #6c757d;
	margin-top: 10px;
	padding-top: 5px;
	display: block;
	line-height: 1.8;
	border-top: 1px solid #6c757d;
}

.card img{
	width: 100%;
}

/*********************************
購屋資訊-詳細頁
*********************************/

.swiper-slide img{
	width: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
    color: #fff;
}

.swiper-pagination {
    color: #b6b6b6;
}

.inner-title{
	margin-bottom: 20px;
}

.inner-title h2{
	font-size: 18px;
	color: #2607A2;
	display: block;
}

.inner-title-box h3{
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #000;
}

.inner-title-box span{
	font-size: 14px;
	letter-spacing: 2px;
	color: #838A92;
}

.inner-title-box{
	display: flex;
	justify-content: space-between;
}

.house-title-box{
	width: 100%;
	margin: 3em 0 1em 0;
	padding: 10px 0;
	font-size: 20px;
	color: #2607A2;
	font-weight: bold;
	border-bottom: 1px solid #2607A2;
}

.download-table-set{
 	font-size: 16px;
    word-break: break-all;
}

.download-table-set a{
	color: #2607A2;
	transition: .3s ease;
}

.download-table-set a:hover{
	color: #8b73ee;
	transition: .3s ease;
}

.table td, .table th {
    vertical-align: middle;
}

/*link 相關連結*/

.intro a.link-img{
	display: block;
	border:1px solid #2607A2;
	margin-top: 2em;
}

.intro a.link-img img{
	width: 100%;
}

.intro a.link-title{
	display: inline-block;
	color: #2607A2;
	padding-top: 10px;
	padding-right: 30px;
	font-size: 17px;
}

.intro a.link-title:after{
    content: '\f35d';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    transition: .3s ease;
}

.intro a.link-title:hover{
	color: #8b73ee;
	transition: .3s ease;
}

/*contact*/
.contact-info{
	margin-bottom: 2em;
}

.contact-info p{
	color: #2607A2;
}

.contact-info iframe{
	width: 100%;
	height: 400px;
}

.contact-info .social-icon{
	display: block;
	width: 100%;	
	margin-top: 20px;
}

.social-icon svg{
	font-size: 50px;
	margin-right: 15px;
}
.social-icon a{
	display: inline-block;
	border-bottom: solid 1px transparent;
	transition: .3s ease;
}
.social-icon a:hover{
	color: #BD9454;
	background: transparent;
	transition: .3s ease;
}

.contact_form .input_field::-webkit-input-placeholder,
.contact_form .text_field::-webkit-input-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #6c757d;
}
.contact_form .input_field:-moz-placeholder,
.contact_form .text_field:-moz-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #6c757d;
}
.contact_form .input_field::-moz-placeholder,
.contact_form .text_field::-moz-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #6c757d;
} 
.contact_form .input_field:-ms-input-placeholder,
.contact_form .text_field:-ms-input-placeholder
{ 
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #6c757d;
}
.contact_form .input_field::input-placeholder,
.contact_form .text_field::input-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #6c757d;
}

/*會員中心*/

.loginBox {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 57px 40px;
    background: #ffffff;
}

.login_form{
    width: 100%;
}

.login_form input{
	color: #000;
	width: 100%;
	margin-top: 1em;
}

.login_form input.contact_form_name{
    width: calc((100% - 30px) / 2);
}

.login_form .input_field::-webkit-input-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #6c757d;
}
.login_form .input_field:-moz-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #6c757d;
}
.login_form .input_field::-moz-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #6c757d;
} 
.login_form .input_field:-ms-input-placeholder
{ 
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #6c757d;
}
.login_form .input_field::input-placeholder
{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #6c757d;
}

.login_form p{
	font-size: 16px;
}

.nav-tabs .nav-link{
	color: #6c757d;
}

.nav-tabs .nav-link.active {
	color: #2607A2;
	border-color:transparent;
    border-bottom: 2px solid #2607A2;
    transition: .3s ease;
}

.nav-tabs .nav-link:hover {
	color: #9B7BF7;
	border-bottom: 2px solid #9B7BF7;
    border-color: #fff #fff #9B7BF7;
    transition: .3s ease;
}

.login_form small{
	margin-top: 11px;
}

.login_form small a{
	color: #2607A2;
	padding-left: 10px;
	display: inline-block;
	font-size: 15px; 
	transition: .3s ease;
}

.login_form small a:hover{
	color: #9B7BF7;
	transition: .3s ease; 
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #967bff;
    background-color: #967bff;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 2px;
}

.custom-control-label {
    font-size: 15px;
}

.nav-tabs .nav-item{
	width: calc(100% / 2);
	text-align: center;
}


/*會員中心*/
.member-wrap{
	max-width: 900px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 5px 40px 40px;
    margin-top: 3em;
    background: #ffffff;
}

.member-wrap .member_form .form-row{
	margin: 0;
}

.member_left,
.member_right,
.login_form .member_right,
.login_form .member_left{
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
    margin-top: 20px;
}

.member_right,.login_form .member_right{
	margin-right: 0;
}

.member_form .member_form_w100{
	width: 100%;
	margin-top: 11px;
}

.member_form input{
    color: #000;
	margin-top: 20px;
}

.member_left .form-row .search_input{
    width: calc((100% - 10px)/ 2);
    border-bottom: 1px solid rgba(195, 195, 195, 0.5);
    color: #6c757d;
} 

.member_left .form-row select:first-child{
	margin-right: 10px;
}

.member_left .form-row .dropdown_item_select:hover{
    border: solid 1px #ffffff;
    border-bottom: 1px solid rgba(195, 195, 195, 0.5);
}

.member-wrap .member_form small{
	color: #b0b0b0;
}

.member-wrap .member_form b{
	display: block;
	margin: 35px 0 0;
	color: #2607A2;
}

.member-wrap .member_form b:before{
	content: '\f0da';
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	font-size: 20px;
	padding-right: 5px;
}
























/************
1. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.footer_blog_content
	{
		padding-left: 74px;
	}

	.main_nav_container
	{
		display: none;
	}

	.hamburger
	{
		display: block;
		margin-top: 5px;
	}

	.drop-list li a:before{
		content: '';
	    width: 9px;
	    height: 1px;
	    background: #fff;
	    display: inline-block;
	    position: absolute;
	    left: 40px;
	    bottom: 20px;
	}

	.drop-list li a:hover:before{
		background: #C09858;
	}

}

/************
2. 1024px
************/

@media only screen and (max-width: 1024px)
{

	.news_content_container {
    	height: 60%;
	}
	.content_search svg
	{
		font-size: 22px;
    	margin-bottom: 3px;
	}


	.login{
		display: inline-block;
	}

	.login a{
		color: #000;
	}

	.login svg {
    	margin-bottom: 0;
		display: inline-block;
		font-size: 25px;
    }

}

/************
3. 991px
************/

@media only screen and (max-width: 991px)
{
	
	.home_slider_content {
    	width: 65%;
	}

	.home_slider_content h1:first-child
	{
		font-size: 35px;
	}
	.home_slider_content h1:nth-child(2)
	{
		font-size: 60px;
		margin-top: -18px;
	}
	.home_slider_button
	{
		margin-top: 58px;
	}
	.search
	{
		height: auto;
		padding-bottom: 50px;
	}
	.search_tabs_container
	{
		position: relative;
		bottom: auto;
		left: auto;
		width: auto;
	}
	.search_tabs
	{
		height: auto;
	}
	.search_tab
	{
		height: 62px;
		width: 100%;
		padding-left: 15px;
	}
	.search_tab:first-child
	{
		border-top-left-radius: 0px;
		padding-left: 15px;
	}
	.search_tab:last-child
	{
		border-top-right-radius: 0px;
	}
	.search_panel
	{
		margin-top: 50px;
	}
	.search_panel.active
	{
		display: flex!important;
	}
	.search_item
	{
		width: 100% !important;
		margin-bottom: 23px;
	}
	.search_item:last-child
	{
		margin-bottom: 0px;
	}
	.search_button
	{
		margin-top: 9px;
	}
	.news_content_container {
    	height: 55%;
	}
	a.search_button {
	    font-size: 18px;
	    line-height: 1.5;
	}
	.intro_col
	{
		margin-bottom: 60px;
	}
	.intro_col:last-child
	{
		margin-bottom: 0px;
	}
	.intro_item
	{
		height: 810px;
	}
	.contact_info_list
	{
	    flex-direction: column;
	}

	.footer_column
	{
		margin-bottom: 60px;
	}
	.footer_column:last-child
	{
		margin-bottom: 0px;
	}
	.copyright
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.copyright_content
	{
		height: auto;
		margin-top: 15px;
	}
	.footer_nav_container
	{
		height: auto;
	}
	.footer_nav_item
	{
		display: block;
	}

	.home {
    	margin-top: 100px;
	}

	.home_slider_content h5:first-child {
    	font-size: 35px;
	}

	.news_item
	{
		margin-top: 50px;
	}

	.intro_content{
		margin-top: 15px;
	}

	.news_col {
	    margin-top: -5px;
	}
}

@media (max-width: 991px) and (min-width: 768px){
	.logo_container{
		display: flex;
    	align-items: center;
	}

	.footer_content{
		padding-left: 2em;
	}
}

/************
4. 767px
************/

@media only screen and (max-width: 767px)
{
	.intro_item
	{
		height: 599px;
	}
	.offers_image_container
	{
		height: 524px;
	}

	.btn-wrap{
		flex-direction: column;
	}

	.container .col-12 ul.eqipment-list{
		display: none;
	}

	.dropdown-el{
		display: inline-block;
	}

	.button .sentbtn {
	    line-height: 2.3;
	}
}

/************
5. 575px
************/

@media only screen and (max-width: 575px)
{

	.home {
	    margin-top: 55px;
	}
	.home_slider_content {
    	width: 80%;
	}

	.home_about_item {
    	padding: 30px;
	}

	.home_about_text {
		font-size: 16px;
	}

    .hamburger {
    	padding: 0 14px;
    	margin: 0;
	}

	.top_bar
	{
		display: none;
	}
	.button
	{
		height: 44px;
		border-radius: 22px;
	}
	.button a
	{
		line-height: 44px;
		padding-left: 36px;
		padding-right: 36px;
	}

	.test_content_container {
	    height: 45%;
	}

	.news_slider_nav {
	    position: absolute;
	    top: 106%;
	}

	.news_slider_prev {
	    left: 140px;
	}

	.news_slider_next {
	    right: 140px;
	}

	.home_search_button
	{
	    text-align: center;
	}

	a.search_button{
		line-height: 26px;
	}

	.logo a {
    	margin-top: 0;
	}
	.logo a img
	{
		width: 50px;
	}

	.logo h1 {
    	font-size: 20px;
	}

	.home_slider_nav
	{
		display: none !important;
	}
	.home_slider_content h1:first-child
	{
		font-size: 25px;
	}
	.home_slider_content p
	{
    	font-size: 16px;
	}
	.home_slider_button
	{
		margin-top: 20px;
	}
	.main_nav_col
	{
		height: 60px;
	}
	.header.scrolled .main_nav_col
	{
		height: 60px;
	}
	.logo_container
	{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.content_search
	{
		-webkit-transform: translateY(2px);
		-moz-transform: translateY(2px);
		-ms-transform: translateY(2px);
		-o-transform: translateY(2px);
		transform: translateY(2px);
	}
	.header.scrolled .content_search
	{
		-webkit-transform: translateY(2px);
		-moz-transform: translateY(2px);
		-ms-transform: translateY(2px);
		-o-transform: translateY(2px);
		transform: translateY(2px);
	}
	.hamburger
	{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.logo a
	{
		font-size: 16px;
	}
	.logo a img
	{
		margin-right: 7px;
	}

	.menu_close_container
	{
	    top: 20px;
	    right: 24px;
	}
	.menu_logo
	{
		margin-bottom: 17px;
	}
	.menu_logo a img
	{
		width: 70px !important;
	}
	.search_button
	{
		line-height: 44px;
	}
	.intro_item
	{
		height: calc((100vw - 10px) / 0.85);
	}
	.section_title
	{
		font-size: 30px;
	}
	.news_icon
	{
		left: 20px;
		width: 52px;
		height: 52px;
	}
	.news_content
	{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 36px;
	}
	.news_item_info
	{
		left: 20px;
	}
	.news_name
	{
		font-size: 12px;
	}
	.news_quote_title
	{
		font-size: 16px;
		padding-left: 1px;
	}
	.news_quote_text
	{
		margin-top: 5px;
	}

	.news-in-title,.inner-title-box{
	    flex-direction: column;
	}

	.inner-title{
		margin-top: 1em;	
	}

	.house-title-box{
		margin: 1em 0;
	}
	
	.contact_form_name,.contact_form_vc
	{
		width: 100%;
		margin-right: 0px;
	}

	.form-vc{
		margin: 20px 0;
		display: block;
	}
	.radio-form,.login_form input.contact_form_name{
		width: 100%;
		margin-top: 20px;
		padding-left: 0!important;
	}

	.form_submit_button
	{
		line-height: 44px;
	}
	.footer_about_text
	{
		font-size: 13px;
	}

    .header.scrolled .search_form.active {
    	top: 70px;
	}

	.search {
	    width: 100%;
	    padding: 30px 0px;
	}

	.search_form.active {
	    top: 75px;
	}


	.news-list .dropdown {
     	margin-bottom: 2em;
	}

	.news-list ul.eqipment-list {
	     margin-bottom: 4em; 
	}

	.download-table{
	 	width: 500px;
	}

	.member_left .form-row .search_input,
	.member_form .member_left,
	.member_form .member_right,
	.login_form .member_left,
	.login_form .member_right{
    	width: 100%;
    }

    .member_left .form-row select:first-child,
    .member_form .member_left,
    .login_form .member_left {
	     margin-right: 0; 
	}
}

/************
6. 479px
************/

@media only screen and (max-width: 479px)
{
	h2{font-size: 24px;}
	.intro_center h1
	{
		font-size: 36px;
	}
	.intro_text p
	{
		font-size: 16px;
	}
}

/************
7. 360px
************/

@media only screen and (max-width: 360px)
{
	.logo a img {
    	width: 40px;
	}

	.logo a img {
    	margin-right: 0;
	}

	.logo h1 {
    	font-size: 16px;
	}

	.logo h1 span {
    	font-size: 9px;
    }

	.menu_content {
    	overflow-y: auto;
	}

	.main_nav_col {
	    padding: 0 5px;
	}
}
