
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html,
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	padding: 0;
	margin-bottom: 20px;
}

h2 {
	font-size: 30px;
}

p {
	font-size: 15px;
	color: #1f1d1b;
	line-height: 30px;
	font-family: "Roboto", sans-serif;
	text-align:justify;
}

a:hover{text-decoration: none;
	outline: none;color:#1f1d1b}
a:focus {
	text-decoration: none;
	outline: none;
	color: #1f1d1b;
}

li,
ul {
	margin: 0;
	padding: 0;
}
.bg01{background-color:#dbd0c5;}
.bg02{background-color:#c39a7a;}
.bg03{background-color:#885e43;}
.bg04{background-color:#1f1d1b;}
.bgdark{background-color:#111;}
.color01{color: #dbd0c5;}
.color02{color:#c39a7a;}
.color03{color:#885e43;}
.color04{color:#1f1d1b;}
/*------------------------
	Helper css
--------------------------*/
.fix {
	overflow: hidden;
}
.pt40 {
	padding-top: 40px;
}
.pt100 {
	padding-top: 100px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb100 {
	padding-bottom: 100px;
}
.pb60 {
	padding-bottom: 60px;
}
.mt20 {
	margin-top: 20px;
}

.mt100 {
	margin-top: 100px;
}

.mb100 {
	margin-bottom: 100px;
}

.mt60 {
	margin-top: 70px;
}

.mr20 {
	margin-right: 20px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.col-push {
	left: 50%;
}

.col-pull {
	right: 50%;
}

.nopad {
	padding-left: 0;
	padding-right: 0;
}

.spad {
	padding-top: 65px;
	padding-bottom: 65px;
}

.section-title {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 40px;
	position: relative;
}

.section-title h2 {
	text-transform: uppercase;
	color: #dbd0c5;
	font-weight: 400;
}
.section-title p {
	text-align: center;
	margin-top: 30px;
	color: #dbd0c5;

}

.section-title h2 span {
	background: #c39a7a;
	padding: 0 3px 5px;
	display: inline-block;
	color: #1f1d1b;
}

.section-title:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 10px;
	width: 2px;
	height: 50px;
	margin-left: -2.5px;
	background: #c39a7a;
}

.section-title.left {
	text-align: left;
	
}

.section-title.left:after {
	left: 0;
	margin-left: 0;
	background: #1f1d1b;
}

.section-title.dark h2 {
	color: #1f1d1b;
}
.bgdark .container{
	
background-image: url('../img/1-01.svg');background-repeat:repeat-x;background-position: bottom center;	
	
}
/*------------------------
	Common elements
--------------------------*/

.site-btn {
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	color: #c39a7a;
	display: inline-block;
	background: #1f1d1b;
	padding: 15px 40px;
	font-weight: 500;
	letter-spacing: 1px;
	min-width: 170px;
	text-align: center;
	border: none;
}
.site-btn2 {
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	border: none;
}
.site-btn.btn-2 {
	background: #c39a7a;
	color: #1f1d1b;
	font-weight: 400;
}
.site-btn.btn-2:hover {
	background: #885e43;
	color: #1f1d1b;
	font-weight: 400;
}
.site-btn.btn-3 {
	background: transparent;
	color: #1f1d1b;
	border: 1px solid #1f1d1b;
	padding: 14px 50px;
	min-width: 80px;
}
.site-btn.btn-4 {
	background: transparent;
	color: #1f1d1b;
	border: 1px solid #1f1d1b;
	padding: 14px 50px;
}
.site-btn.btn-4:hover {
	background: #885e43;
	color: #dbd0c5;
}
.site-btn2.btn-5 {
	background: transparent;
	color:#885e43 ;
	border: 1px solid #885e43;
	padding: 10px;
	margin-left: 5px;
	width: 50px;height: 50px;
}
.site-btn2.btn-5:hover {
	background: #1f1d1b;
	color: #dbd0c5;
}
.site-btn:hover{background: #c39a7a;color:#1f1d1b;}
.site-btn:focus {
	text-decoration: none;
	outline: none;
}
/*--------------
hot
-----------------*/
#hot h4{font-size: 34px;margin-bottom: 20px;color: #885e43}

#hot hr{border:0.8px solid #c39a7a;width:165px;margin-bottom: 35px;margin-right: 0px;margin-top: 35px;}
/*------------------
	Preloder
--------------------*/
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #f1f1f1;
	display: table;
}

.loader {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.loader img {
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
	width: 100px;
}

.loader h2 {
	font-size: 14px;
	margin-top: 10px;
}

@keyframes loader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes loader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}


/*------------------------
	Header css
--------------------------*/
.responsive {
	display: none;
}

.header-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 0px;
	
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	
}

.header-section .logo {
	display: inline-block;
	float: left;
	padding-top: 25px;padding-bottom: 25px;
	padding-left: 50px;
}

.header-section .logo img {
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 280px;
}

.header-section .menu-list {
	list-style: none;
	float: right;
	margin-top: 25px;
	padding-right: 50px;
}

.header-section .menu-list li {
	display: inline;
}

.header-section .menu-list li a {
	display: inline-block;
	padding: 15px;
	margin-right: 0px;
	color: #c39a7a;
	position: relative;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	letter-spacing: 0.09em;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.header-section .menu-list li a:hover{color: #885e43;}
.header-section .menu-list li a.active {
	color: #885e43;
}

.header-section .menu-list li:last-child a {
	margin-right: 0;
}

.header-section .menu-list li.active a {
	
	color: #dbd0c5;
}
.header-section .menu-list .dropdown-content li a {
	color: #c39a7a;text-decoration: none;
  	display: block;padding: 10px;
 
}
.header-section .menu-list .dropdown-content li a:hover {
	
	color: rgba(31,29,27,1.00);background-color:rgba(195,154,122,0.80);border-radius:0 0 3px 3px;
}
.header-section .menu-list .current a:after {
	width: 10px;
	margin-left: -5px;
}
.header-section .menu-list ul { /* 取消ul預設的內縮及樣式 */
        margin: 0;
        padding: 0;
        list-style: none;
}



/* 容器 <div> - 需要放置下拉内容 */
.dropdown {
  position: relative;
  border: none;
  cursor: pointer;
}

/* 下拉内容（默认隐藏） */
.dropdown-content {
  display: none;
  position: absolute;
  background-color:rgba(31,29,27,0.90);
  z-index: 1;
  right: 0px;
  width: 100%;
  text-align: center;
  border-radius: 3px;

}

.dropdown:hover .dropdown-content {
  display:block;
}

/*------------------------
	Hero section
--------------------------*/
.hero-section {
	height: 100%;
	position: relative;

}

.hero-content {
	position: absolute;
	width: calc(100% - 210px);
	height: 100%;
	margin-left: 105px;
	display: table;
	text-align: center;
	z-index: 5;
	
}

.hero-content .hero-center {
	display: table-cell;
	vertical-align: middle;
}

.hero-content p {
	font-size: 16px;
	color: #dbd0c5;
	margin-bottom: 0;
	margin-top: 35px;
	font-style: italic;
	text-align: center;
}
.hero-content img {
	width: 120px;
}
.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	display: inline-block;
	height: 50px;
	width: 50px;
	
	color: #c39a7a;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
	cursor: pointer;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	background: #885e43;
}

.owl-carousel .owl-nav .owl-next {
	float: right;
}

.owl-carousel #bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #dbd0c5;
}

.owl-carousel #progressBar {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1;
}


/*------------------------
	About section
--------------------------*/
.about-section{
	background: #1f1d1b;
	position: relative;
	z-index: 2;
}
.about-section img{width: 480px;padding-bottom:40px;}
.team-section {
	background: #1f1d1b;
	position: relative;
	z-index: 2;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 3;
	background-image: url("../img/overlay.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

/* About contant */
.about-contant {
	position: relative;
	z-index: 5;
}

.about-contant p {
	color: #dbd0c5;
}

.intro-video {
	-webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	        transform: translateY(50%);
	margin-top: -90px;
}

.intro-video img {
	box-shadow: -20px -20px 50px rgba(0, 0, 0, 0.35);
	width: 100%;
	margin: 0;
	padding: 0;
}


.profile-section {
	background:rgba(31,29,27,0.95);
	position: relative;
}
.profile-section .section-title h2 {
	text-transform: uppercase;
	color: #c39a7a;
	font-weight: 400;
}
.profile-section .section-title h2 span {
	background: #c39a7a;
	padding: 0 3px 5px;
	display: inline-block;
	color: #1f1d1b;
}
/*------------------------
  Testimonial section
--------------------------*/
.testimonial-section {
	padding-top: 280px;
	background: #dbd0c5;
	position: relative;
}

.test-overlay {
	position: absolute;
	background-image: url("../img/index/test-man.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	bottom: 0;
	height: 78%;
	left: 50px;
	
}

.testimonial span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	color: #885e43;
	margin-bottom: -40px;
}
.testimonial h2 {
	color: #885e43;
	font-weight: 600;
	line-height: 28px;
	padding-bottom: 10px;
	font-size: 18px;
	height: 50px;
}
.testimonial h2:hover{
	color: #1f1d1b;
}
.testimonial p {
	font-style: italic;
	color: #1f1d1b;
	font-weight: 400;
	line-height: 28px;
	text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  box-sizing:border-box;
  overflow: hidden;
}

.testimonial .avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.testimonial .client-info {
	margin-top: 40px;padding-bottom: 80px;
	
}

.testimonial .client-name {
	float: left;
	padding-top: 15px;
}

.testimonial .client-name h3 {
	font-size: 18px;
	color: #c39a7a;
	font-weight: 400;
	font-size: 16px;
}

.testimonial .client-name p {
	font-style: normal;
	font-size: 12px;
	color: #885e43;
	
}

/* Testimonial carousel */
#testimonial-slide {
	position: relative;
}

#testimonial-slide .owl-dots {
	position: absolute;
	width: 8px;
	top: 100px;
}

#testimonial-slide .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 15px;
	display: block;
	margin-bottom: 15px;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

#testimonial-slide .owl-dots .owl-dot:after {
	position: absolute;
	content: "";
	width: 28px;
	height: 28px;
	border: 1px solid #1f1d1b;
	border-radius: 40px;
	left: -10px;
	top: -10px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

#testimonial-slide .owl-dots .owl-dot.active {
	background: #1f1d1b;
	margin-bottom: 25px;
	margin-top: 25px;
}

#testimonial-slide .owl-dots .owl-dot.active:after {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

#testimonial-slide .owl-dots .owl-dot:first-child.active {
	margin-top: 15px;
}



/*------------------------
	Team section
--------------------------*/
.team-section .container {
	position: relative;
	z-index: 5;
}

.member {
	text-align: left;
}

.member img {
	margin-bottom: 40px;border: 1px solid #885e43;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
}
.member img:hover {
	border: 2px solid #885e43;
}
.member h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #c39a7a;
}

.member h3 {
	font-size: 14px;
	color: #dbd0c5;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 22px;
	letter-spacing: .8px;
}



/*------------------------
	Contact section
--------------------------*/
.contact-top-section {
	border-top: 2px solid #885e43;
	background: #efefef;
	position: relative;
	z-index: 2;
}
.contact-info img{
	box-shadow: 25px 25px 0px 0px #885e43;
	width: 90%;

}
.contact-section {
	position: relative;
}

.contact-section:after {
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	right: -15px;
	top: 0;
	background: #885e43;
	z-index: -1;
}

.form-class input[type="text"] {
	width: 100%;
	margin-bottom: 26px;
	border: none;
	background: #c39a7a;
	padding: 17px 20px;
	
}

.form-class input[type="text"]:focus,
.form-class input[type="text"]:hover {
	outline: none;
}

.form-class textarea {
	width: 100%;
	margin-bottom: 40px;
	border: none;
	background: #c39a7a;
	padding: 15px 20px;
	height: 260px;
}

.form-class textarea:focus,
.form-class textarea:hover {
	outline: none;
}

.form-class ::-webkit-input-placeholder {
	font-style: italic;color: #dbd0c5;
}

.form-class :-ms-input-placeholder {
	font-style: italic;
}

.form-class ::-ms-input-placeholder {
	font-style: italic;
}

.form-class ::placeholder {
	font-style: italic;
}

.form-class :-ms-input-placeholder {
	font-style: italic;
}

.form-class ::-ms-input-placeholder {
	font-style: italic;
}

/* Contact Info*/
.contact-info .section-title {
	margin-bottom: 40px;
}

.contact-info p {
	color: #dbd0c5;
}

.contact-info h3 {
	font-weight: 400;
	color: #1f1d1b;
	margin-bottom: 20px;
}

.contact-info .con-item {
	font-size: 14px;
}
.contact-info .con-item a{
	color: #dbd0c5;
}
.contact-info .con-item a:hover{
	color: #1f1d1b;
}
.contact-info .con-item hr{
	margin-bottom: 20px;
}
.contact-info .con-item i {
	color:#dbd0c5;margin-right: 5px;width: 40px;height: 40px;
	padding: 6px;border: 1px solid #dbd0c5;text-align: center;
	margin-top: 20px;
	
}
.contact-info .con-item i:hover {
	color:#885e43;
	background-color: #c39a7a;
}
.line {
	display: inline-block;
	margin-bottom: -9px;
    background-image: url(../img/line.svg);
    background-repeat: no-repeat;
    background-size: cover;
	
}
.line:hover {
	background-image: url(../img/line2.svg);
	background-color: #c39a7a;
}
/*------------------------
	Footer section
--------------------------*/
.footer-section {
	background: #1f1d1b;
	text-align: center;
}

.footer-section p {
	color: #c39a7a;
	font-size: 14px;
	padding: 18px 0;
	letter-spacing: 0.8px;font-style: italic;
	text-align: center;
}

/*=========================
	Other Pages
=========================*/

/*------------------------
	Page Top Section
--------------------------*/
.page-top-section {
	position: relative;
	height: 95px;
	background:rgba(31,29,27,0.97);
}



/*------------------------
	Services Card Section
--------------------------*/
.sv-card {
	margin-bottom: 30px;
	border: 1px solid #c39a7a;
}
.sv-card .card-img {
	display: block;
	overflow: hidden;
	max-height: 420px;
	position: relative;
}

.sv-card .card-img img {
	min-width: 100%;
	
}


.sv-card .card-img:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(31,29,27,0.9);
	opacity: 0.6;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.sv-card:hover .card-img:after {
	opacity: 0;
	
}

.sv-card .card-text {
	padding: 30px;
	padding-right: 15px;
	
}
.sv-card .card-text:hover {
	padding: 30px;
	padding-right: 15px;
	
}
.sv-card .card-text h2 {
	text-transform: uppercase;
	font-size: 18px;
	color: #885e43;
	margin-bottom: 15px;
}

.sv-card .card-text p {
	font-size: 15px;
	color: #c39a7a;
}
.sv-card .card-text p:hover {
	font-size: 15px;
	color: #dbd0c5;
}

#classic {
	padding: 40px 30px;
	background:rgba(31,29,27,0.5);box-shadow: 15px 15px 0px 0px #885e43;
	border: .8px solid #c39a7a;

}
#classic h2 {
	text-transform: uppercase;
	font-size: 34px;
	color: #885e43;
	margin-bottom: 15px;
}

#classic p {
	font-size: 15px;
	color: #dbd0c5;
}
#classic hr{ border:.8px solid #c39a7a;width: 180px;margin-right: 10px;margin-bottom: 35px;}
.classic-img{max-height: 600px;}
/*------------------------
	Blog Page
--------------------------*/
.post-item {
	margin-bottom: 40px;
	border: 1px solid #1f1d1b;
	padding: 20px;
}
.post-item h4{
	text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-sizing:border-box;
  overflow: hidden;
	margin-top: 20px;
	color: #885e43;
	line-height: 28px;
	height: 52px;
}
.post-item p{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-sizing:border-box;
  overflow: hidden;
}
.post-item small{
  color: #222;font-size: 12px;
 padding-bottom: 20px;
}
.post-item hr{
  width: 100%;
border: 0.5px solid #1f1d1b;text-align: left
}
.post-thumbnail {
	position: relative;
	overflow: hidden;
	
	
}

.post-thumbnail .post-date {
	position: absolute;
	width: 90px;
	height: 90px;
	background: #1f1d1b;
	top: 17px;
	left: 17px;
	text-align: center;
	padding-top: 15px;
}

.post-thumbnail .post-date h2 {
	color: #885e43;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 5px;
	margin-top: 0px;
}

.post-thumbnail .post-date h3 {
	font-size: 15px;
	color: #dbd0c5;
	font-weight: 400;
	margin-top: 0px;
}



.post-title {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 18px;
	line-height: 32px;
	color: #885e43;
}

.post-meta {
	margin-bottom: 40px;
}

.post-meta a {
	color: #222;
	font-size: 12px;
	padding-left: 15px;
	position: relative;
	margin-left: 10px;
}

.post-meta a:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	left: 0;
	top: 3px;
	background: #885e43;
	border-radius: 10px;
}

.post-meta a:first-child {
	margin-left: 0;
}
.post-content p{
  display:block;}

.post-content img{
    border: 1px solid #885e43;
    margin: 30px 0px;
    width: auto !important;
    height: auto !important;
}

.read-more {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	color: #1f1d1b;
	position: relative;
	display: inline-block;
	clear: both;
	padding-bottom: 5px;
	margin-top: 40px;
}
.read-more:hover{color: #885e43;}
.read-more:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #c39a7a;
	border-radius: 10px;
}

.page-pagination a {
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	color: #1f1d1b;
	padding: 6px 10px;
	margin-right: 5px;
}

.page-pagination a.active {
	background: #1f1d1b;
	color: #c39a7a;
}
.page-pagination :hover {
	color: #1f1d1b;
	background: #c39a7a;
}

/* Sidebar */
.widget-item {
	margin-bottom: 60px;
	overflow: hidden;
}

.widget-item .widget-title {
	font-size: 24px;
	margin-bottom: 25px;color: #885e43;
	margin-top: 0px;
}

.widget-item ul {
	list-style: none;
}
.widget-item li p{
	overflow:hidden;
   white-space:nowrap;
   text-overflow:ellipsis;
	border-bottom: 1px solid #c39a7a;
}
.widget-item li p:hover{
	color: #885e43;
	
}
.widget-item ul li a {
	color: #1f1d1b;
	display: block;
	font-size: 15px;
}

.widget-item ul li a:hover {
	color: #885e43;
}

.widget-item ul li:last-child a {
	margin-bottom: 0;
}

.widget-item ul.hot {
	margin-left: -5px;
	margin-right: -5px;
}

.widget-item ul.hot li {
	width: 33.33%;
	float: left;
	padding: 5px;
}

.widget-item ul.hot li img{
	min-width: 100%;
	opacity: 0.8;
	border: 1px solid #1f1d1b;
	
}
.widget-item ul.hot li img:hover {
	opacity:1;
	border: 1px solid #c39a7a;
}
.widget-item .add img {
	width: 100%;
}
.widget-item .add img:hover {
	opacity:0.9;
	border: 1px solid #c39a7a;
}



/* Contact page Map */
.map {
	height: 318px;
}



/* ===========================
	Responsive
==============================*/

/* Desktop :768px. */
@media only screen and (min-width: 1550px) {
	#testimonial-slide .owl-dots {
		right: -100px;
	}
	.test-overlay {
		width: 500px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1549px) {
	#testimonial-slide .owl-dots {
		right: -40px;
	}
	.test-overlay {
		width: 400px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
	#testimonial-slide .owl-dots {
		right: -25px;
	}
	.test-overlay {
		width: 280px;
		
		
	}
	.testimonial-section {
		padding-top: 180px;}
}

@media only screen and (max-width: 1254px) {
	#testimonial-slide .owl-dots {
		top: 95%;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		-webkit-transform-origin: left center;
		    -ms-transform-origin: left center;
		        transform-origin: left center;
		left: 50%;
		margin-left: -4px;
	}
}


/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.test-overlay {
		display: none;
	}
	#testimonial-slide .owl-dots {
		top: 95%;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		-webkit-transform-origin: left center;
		    -ms-transform-origin: left center;
		        transform-origin: left center;
		left: 50%;
		margin-left: -4px;
	}
	.card-section {
		padding-bottom: 0;
	}
	.lab-card {
		margin-bottom: 80px;
	}
	.promotion-section .promo-btn-area {
		text-align: left;
	}
	.contact-section::after {
		width: 100%;
		right: 0;
	}
	.contact-info {
		margin-bottom: 85px;
	}
	.col-push {
		left: 0;
	}
	.col-pull {
		right: 0;
	}
	.sv-card {
		margin-bottom: 30px;
	}
	.newsletter-section h2 {
		margin-bottom: 30px;
	}
	.circle-progress {
		margin-bottom: 40px;
	}
	.icon-box {
		margin-bottom: 30px;
	}
	.facts .fact {
		margin-bottom: 40px;
	}
}

/* Large Mobile :480px. */
@media only screen and (max-width: 768px) {
	.header-section .logo {
		padding: 25px;
	
	}
	

	.header-section .menu-list {
		display: none;
		float: none;
		clear: both;
		padding: 25px;
		text-align: center;
		background-color:rgba(31,29,27,1);
		border-radius: 0 0 5px 5px;
	}
	.header-section .menu-list li {
		display: inline;
		
	}
	.header-section .menu-list li a {
		display: block;
		padding: 10px;
		margin-right: 0;
		font-size: 18px;
		border-bottom: 1px solid #222;
	}
	.header-section .menu-list li a:after {
		left: 0%;
	}
	.header-section .menu-list li a:hover:after {
		width: 10px;
		margin-left: 10px;
	}
	.header-section .menu-list .current a:after {
		margin-left: 10px;
	}
	/* 容器 <div> - 需要放置下拉内容 */

.dropdown-content {
  display: none;
  position:relative;
  background-color:rgba(31,29,27,0.90);
  z-index: 1;
  right: 0px;
  width: 100%;
  text-align: center;
  border-radius: 3px;

}

.dropdown:hover .dropdown-content {
  display:block;
}

	.responsive {
		display: block;
		color: #eee;
		font-size: 34px;
		position: absolute;
		right: 30px;
		padding-top: 20px;
	}
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
		width: 50px;
	}
	
	.test-overlay {
		display: none;
	}
	
	.contact-info img{
	box-shadow: 25px 25px 0px 0px #885e43;
	width: 80%;
		margin-right: auto;
		margin-left: auto;

}


	#testimonial-slide .owl-dots {
		top: 80%;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		-webkit-transform-origin: left center;
		    -ms-transform-origin: left center;
		        transform-origin: left center;
		left: 50%;
		margin-left: -4px;
	}
	.card-section {
		padding-bottom: 0;
	}
	.lab-card {
		margin-bottom: 80px;
	}
	.testimonial-section {
		padding-top: 160px;
	}
	.member {
		margin-bottom: 60px;
		
	}
	.promotion-section .promo-btn-area {
		text-align: left;
	}
	.contact-section::after {
		width: 100%;
		right: 0;
	}
	.contact-info {
		margin-bottom: 95px;
	}
	.col-push {
		left: 0;
	}
	.col-pull {
		right: 0;
	}
	.devices {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.sv-card {
		margin-bottom: 30px;
	}
	.newsletter-section h2 {
		margin-bottom: 30px;
	}
	.nl-form {
		text-align: center;
	}
	.nl-form input[type="text"] {
		margin-bottom: 30px;
		width: 100%;
	}
	.circle-progress {
		margin-bottom: 40px;
	}
	.page-pagination,.blog-posts {
		margin-bottom: 90px;
	}
	.buttons button {
		margin-bottom: 20px;
	}
	.icon-box {
		margin-bottom: 30px;
	}
	.facts .fact {
		margin-bottom: 40px;
	}
	.member img {
	
	height: auto;
	width: 400px;
}
}

/* small mobile :320px. */
@media only screen and (max-width: 479px) {
	.header-section .logo {
		padding-left:15px;
	}
	.header-section .logo img {
	width: 230px;
}
.header-section .menu-list {
	margin-top: 15px;
	padding:0 15px;
}
	.responsive {
		right: 20px;
		padding-top: 20px;
	}
	.spad {
	padding-top: 40px;
	padding-bottom: 40px;
}
	.header-section {
		padding: 0px;
	}
	
	.hero-content {
	position: absolute;
	width: calc(100% - 110px);
	height: 100%;
	margin-left: 55px;
	display: table;
	text-align: center;
	z-index: 5;
	
}

.hero-content .hero-center {
	display: table-cell;
	vertical-align: middle;
}
.hero-content img {
	width: 100px;
}
	
	.intro-video {
		margin-top: -30px;
	}
	.post-thumbnail .post-date {
		-webkit-transform: scale(0.7);
		    -ms-transform: scale(0.7);
		        transform: scale(0.7);
		-webkit-transform-origin: left top;
		    -ms-transform-origin: left top;
		        transform-origin: left top;
	}
	.section-title p{ text-align:justify}
	.single-post .author .avatar {
		margin-right: 20px;
	}
	.single-post .author .avatar img {
		min-width: 60px;
	}
	.buttons button {
		margin-bottom: 20px;
	}
	.site-btn {
	
	color: #c39a7a;
	background: #1f1d1b;
		margin-right: auto;
		margin-left: auto;
	
}
	.site-btn:hover{background: #c39a7a;color:#1f1d1b;}
.section-title {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 40px;
	position: relative;
	
}
	.contact-info img{
	box-shadow: 15px 15px 0px 0px #885e43;
	width:100%;
	

}
.classic-img{max-height: 400px;}
#classic {
	padding: 40px 10px;
	
}
	.member img {
	
	height: auto;
	width: 400px;
}
}
