/* @import url('https://fonts.googleapis.com/earlyaccess/cwtexyen.css'); */
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
*{
    margin: 0;
    padding: 0;
	}

body {
	overflow-x: hidden;
	font-family: 'cwTeXYen', sans-serif;
	background: url(../images/section-background/pink-marble2.jpg) no-repeat center/cover ,#fffaf446;
	background-blend-mode: multiply;
	background-attachment: fixed;
	/* background-color: #fffaf4; */
}

@media (max-width: 767px){
	body{
		background-attachment: unset;
	}
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #7a7a7a;
	font-size: 16px;
	line-height: 24px;
}

h2{
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 2.5rem;
	text-align: center;
}

section.hero{
	position: relative;
	min-height: 100vh;
}

.logo-bg{
	background: url(../images/logo/logo.png) no-repeat center/contain;
	width: 200px;
	height: 200px;
	display: block;
	margin: 0px auto;
}

.hero-txt{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate( -50%, -50% );
	z-index: 1000;
	font-size: 55px;
	/* backdrop-filter: blur(10px); */
	/* background: rgba(0, 0, 0, 0.692); */
	padding: 50px 90px;
	color: #a73a62;
	text-align: center;
	border-radius: 5px;
	font-family:  'Noto Sans TC', sans-serif;
	word-spacing: 130%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.979);
}


@media screen and (max-width:576px) {
	
.hero-txt{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate( -50%, -50% );
	z-index: 1000;
	font-size: 24px;
	/* backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, 0.692); */
	padding: 20px 10px;
	color: #a73a62;
	border-radius: 5px;
	font-family:  'Noto Sans TC', sans-serif;
	word-spacing: 0%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.979);
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.877); */
}
}

section{
	padding: 30px 0px;
}

section.hero img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.hero ul.hero-list{
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	background: linear-gradient( to left,#646464b6 , #00000096 ,#b3b3b3a1) ;
	backdrop-filter: blur(10px);
	margin-left: auto;
	margin-right: auto;
	padding: 25px 50px;
}

section.hero ul.hero-list li{
	margin: 0px 15px;
	font-size: 1.5rem;
	font-weight: bolder;
	color: rgb(255, 255, 255);
	position: relative;
}
section.hero ul.hero-list li::after{
	content: '/';
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
}

section.hero ul.hero-list li:last-child:after{
	content: '';
}



@media (max-width: 767px){
	section.hero{
		min-height: 70vh;
	}
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.primary-white-button a {
	display: inline-block;
	background-color: #b8635e;
	font-size: 16px;
	padding: 12px 18px;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.primary-blue-button a {
	display: inline-block;
	background-color: #ca837f;
	font-size: 16px;
	padding: 12px 18px;
	color: #111;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.pop-button h4 {
	display: inline-block;
	background-color: #ca837f;
	font-size: 13px!important;
	padding: 12px 18px;
	color: #111;
	font-weight: 400!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	cursor: pointer;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color:transparent;  
    
    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: rgb(255, 255, 255)!important;
	text-shadow: 1px 1px 1px #000;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li {
	margin-left: 45px;
}

.header.active .navbar-nav>li>a {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
	color: #ffffff!important;
}

@media screen and (max-width:576px) {
	.header.active .navbar-nav>li>a {
		font-size: 16px;
		font-weight: 300;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		text-shadow: none;
		color: #222222!important;
	}
	
}

.header.active {
    background-color: #ca837f;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand {
	font-size: 25px;
	text-transform: uppercase;
	color: #111!important;
	transition: all 0.5s;
	 
}
.navbar-brand em {
	font-style: normal;
	color: #ffffff;
	font-size: 32px;
	filter: drop-shadow(0 2px 3px rgba(0,0,0,0.4));
}


@media screen and (max-width:576px) {
	.navbar-brand em {
		font-style: normal;
		color: #ffffff;
		font-size: 22px;
		filter: drop-shadow(0 2px 3px rgba(0,0,0,0.4));
	}
}

.header.active .navbar-brand {
	color: #121212!important;
}
.header .navbar-brand {
    font-weight: 800;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #6b788c;
    background-color: #6b788c;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #6b788c;
}
.navbar-toggle {
    position: relative;
    padding: 9px 10px;
    margin-top: 23px!important;
    margin-right: 15px;
    margin-bottom: 23px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.banner-content {
	width: 100%;
	padding-top: 50px;
	text-align: left;
	background: url(../image/section-background/1.jpg) no-repeat center/cover;
	vertical-align: middle;
	min-height: calc(100vh - 80px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-content .text-content {
	text-align: left;
}

.banner-content .text-content h2 {
	font-size: 40px;
	font-weight: 400;
	color: #111;
	margin-bottom: 4rem;
	position: relative;
	text-align: center;
}

.title-dec-h2 {
	font-size: 40px;
	color: #111;
	margin-bottom: 4rem;
	position: relative;
	text-align: center;
	font-weight: 700;
	color: #a56662!important;
	text-align: center !important;
	margin: 10px 0px;
	margin: 50px 0px;
}


.banner-content .text-content h2::after{
	content: '';
	position: absolute;
	bottom: -1.5rem;
	left: 10%;
	width: 50%;
	height: 2px;
	background-color: rgba(153, 153, 153, 0);
}

.banner-content .text-content h2 span {
	font-weight: 700;
	color: #a56662!important;
}

.banner-content .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #f89624!important;
}

.banner-content .text-content p {
	color: #111;
	font-size: 18px;
	line-height: 2;
	/* max-width: 500px; */
	padding-left: 0px;
	margin-bottom: 2rem;
}

.banner-content .text-content .primary-white-button {
	margin-top: 25px;
}
.banner-content .text-content ul{
	padding-left: 16px;
}

.banner-content .text-content ul li{
	flex: 0 1 auto;
	margin-right: 2rem;
	font-size: 1.5rem;
	color: #77021b;
}
.banner-content img{
	border-radius: 10px;
}

#about {
	padding: 75px 0px;
	background-image: url(../image/section-background/4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#about .service-item {
	text-align: center;
	padding: 20px 10px 0;
}

#about .service-item .icon {
	width: 80px;
	height: 80px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	/* border: 1px solid rgb(56, 56, 56); */
	border-radius: 50%;
	background-color: #d4938f;
	display: flex;
	justify-content: center;
	align-items: center;
}

#about .service-item .icon img{
	width: 40px;
}

#about .service-item h3 {
	margin-bottom: 5px;
	margin-top: 9px;
	font-size: 2rem;
	font-weight: 500;
	color: #865755;
	letter-spacing: 1px;
}

#about .service-item .line-dec {
	width: 80%;
	margin: 0px auto;
	height: 10px;
	background: url(../images/mi-icon/service-title-line.png) no-repeat center/contain;
	margin-bottom: 5px;
}

#about .service-item p {
	color: #111;
	text-align: center;
}

#about .service-item ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#about .service-item ul li{
	margin-bottom: 1rem;
	font-size: 16px;
	color: rgb(125, 125, 125);
}

#about .service-item .primary-blue-button {
	margin-top: 35px;
}


.projects-holder .mix {
  display: none;
}

.projects-holder {
	padding: 30px 15px 0px 15px;
}

.projects-holder .txt{
	padding-top: 10px;
}

.projects-holder .txt .num{
	font-size: 1rem;
	color: #d4938f;
}

.projects-holder a.btn-line-contact{
	color: forestgreen;
}

.projects-holder a.btn-line-contact i{
	margin-right: 5px;
}

.filter-categories {
  margin-top: 60px;
}

.filter-categories h3{
	color: #111;
	font-size: 1.5rem;
}

.filter-categories ul li {
  margin: 0px 10px 15px 0px;
	display: block;
	list-style-type: square;
	padding: 5px 10px;
}

.filter-categories ul li:hover{
	background-color: #ffffff;
	border-bottom: 1px solid #333;
}

.filter-categories ul li:hover span{
	color: #333;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #111;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  left: 0.5px;
}

.filter-categories ul li.active span {
  color: #6b788c;
}

#portfolio{
	padding-bottom: 50px;
	background: url(../image/section-background/5.jpg) no-repeat center/cover;
	background-attachment: fixed;
}

@media (max-width: 767px){
	#about{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	#portfolio{
		background-attachment: unset;
	}
}

#portoflio .page-section {
	padding: 0px;
}

#portfolio .section-heading {
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: #fbe1d6;
	margin-left: -100vh;
	padding-left: 100vh;
}

#portfolio .section-heading h2{
	text-align: left;
}

#portfolio .project-item {
	margin: 0px -16px;
}

#portfolio .project-item  .thumb{
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin: 5px;
}

#portfolio .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #111;
	letter-spacing: 1px;
}

#portfolio .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0px 15px 0px;
}

#portfolio .section-heading p {
	color: #111;
	font-size: 20px;
	padding-right: 70px;
}


#testimonial {
	background-color: #ffe7dd;
	text-align: center;
	padding: 100px 0px;
}

#testimonial .testimonials-item h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#testimonial .testimonials-item span {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.5px;
}

#testimonial .testimonials-item p {
	font-size: 16px;
	color: #9a9a9a;
	font-style: italic;
	font-weight: 300;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;	
}

.owl-pagination {
  margin-top: 20px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}




#blog {
	background-image: url(../image/blog-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#blog .section-heading {
	text-align: left;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	min-height: 50vh;
	margin-left: -100vh;
	padding-left: 100vh;
	overflow: hidden!important;
}

#blog .section-heading h2 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#blog .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0 15px 0;
}

#blog .section-heading p {
	color: #fff;
	padding-right: 70px;
}

.holder{
	padding: 60px 0;
	height:400px;  
	transition: 0.3s;
}

.holder img{
	height: 100%;
	object-fit: cover;	
}

.holder:hover{
	filter: brightness(0.8);
}
.center{
  margin:10px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin-top: 40px;
  padding-right: 70px;
}

.tabs li {
  display: block;
  text-align: center;
  margin: 25px 0px;
}

.tabs a {
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform:capitalize;
  letter-spacing: 0.5px;
  color:#121212;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 12px;
  background-color: #fff;
}

.tabs a:hover {
  color: #6b788c;
}

.tabs .active {
  color: #6b788c;
}
#first-tab-group {
	margin-top: 30px;
	margin-bottom: 15px;
}
.tabgroup .text-content	 {
  background-color: #fff;
  color: #fff;
  padding: 25px;
  text-align: left;
}
.tabgroup .text-content h4 {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #121212;
	margin-top: 0px;
	margin-bottom: 5px;
}
.tabgroup .text-content span {
	font-size: 16px;
	color: #ca837f;
}
.tabgroup .text-content a {
	font-size: 16px;
	color: #ca837f;
	text-decoration: none;
}
.tabgroup .text-content p {
	margin-top: 10px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#contact-us {
	background-color: #596065;
	text-align: center;
	padding: 80px 0px;
}

#contact-us .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#contact-us .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px auto 15px auto;
}

#contact-us .section-heading p {
	color: #fff;
	padding: 0px 33%;
}

#contact-us .pop-button {
	margin-top: 30px;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 16px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 16px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
	background-color: #6b788c;
	font-size: 16px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}


.pop #contact {
	z-index: 99999;
	position: fixed;
	top: 25%;
	left: 20%;
	right: 20%;
}

.pop {
	z-index: 99999;
	text-align: center;
	padding: 30px;
    display:none;
    position:fixed;
    width: 100%;
    top:0;
    left:0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 15px;
}

.pop span {
	z-index: 999;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #ca837f;
}

.pop span:hover {
	background-color: #596065;
	transition: all 0.5s;
}




footer {
	padding: 50px 0px;
}
footer .logo em {
	font-style: normal;
	font-size: 28px;
	color: #6b788c;
}
footer .logo-ft {
	display: inline-block;
	text-decoration: none;
	color: #333!important;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
}

footer .logo p {
	font-weight: 300;
	font-size: 12px;
	color: #333;
	margin-bottom: -10px;
	letter-spacing: 0.5px;
}

footer .logo span {
	font-weight: 600;
	color: #6b788c;
}

footer .logo a {
	color: #333;
}

footer .logo a:hover {
	color: #4f5969;
}

footer .location h4 {
	margin-top: 0px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

footer .location ul li {
	font-size: 16px;
	color: #333;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer .location ul li:first-child {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(250, 250, 250, 0.1);
}

footer .contact-info a{
	color: #724f4d;
}

footer .contact-info a:hover{
	color: #6b788c;
}

footer .contact-info h2 {
	margin-top: 0px;
	font-size: 24px;
	font-weight: 700;
	/* text-align-last: left; */
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

footer .contact-info ul li {
	font-size: 16px;
	color: #333;
	display: block;
	line-height: 2;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
}

footer .contact-info ul li em {
	font-style: normal;
	font-weight: 500;
}

footer .connect-us h2 {
	margin-top: 0px;
	font-size: 24px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 35px;
}

footer .connect-us ul{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

footer .connect-us ul li {
	display: inline-block;
	margin-right: 1rem;
}

footer .connect-us ul li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #aaa;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: #373a3c;
	font-size: 15px;
	transition: all 0.3s;
}
footer .connect-us ul li a:hover {
	background-color: #c2ccdb;
}


/* RESPONSIVE */

@media (max-width: 991px){

	#about .service-item {
		margin-bottom: 80px;
	} 

	#portfolio .section-heading {
		text-align: center;
		padding-top: 50px;
		padding-bottom: 25px;
		/* background-color: #ca837f; */
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden;
	}

	.filter-categories ul{
		padding-left: 0;
	}

	.filter-categories ul li{
		margin: 0 0 10px;
	}


	#portfolio .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#portfolio .section-heading p {
		padding: 0px 20px;
	}

	.projects-holder {
		text-align: center;
		padding: 15px 0px;
	}

	#portfolio .project-item {
		margin: 15px 0px;
	}

	#blog .section-heading {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		min-height: auto;
		background-color: rgba(0, 0, 0, 0.5);
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden!important;
	}

	#blog .section-heading h2{
		color: #fff;
	}

	#blog .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#blog .section-heading p {
		padding: 0px 30px;
	}

	.tabs {
		padding: 0px 45px;
	}

	#first-tab-group {
		margin-bottom: 30px;
	}

	#contact-us .section-heading p {
		padding: 0px 10%;
	}

	footer {
		text-align: center;
	}

	footer ul li{
		text-align: left;
	}

	footer .logo {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .location {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info ul li {
		margin-right: 10px;
		margin-left: 10px;
	}

}

@media (max-width: 768px){
	.banner-content .text-content p {
		/* padding-right: 10%; */
	}
	#main-nav {
		margin-left: -15px;
		margin-right: -15px;
		border-top: none;
		margin-top: 15px;
		background-color: rgba(250, 250, 250, 0.95);
	}

	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.navbar-inverse .navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.navbar-inverse .navbar-nav>li:last-child {
		border-bottom: none;
	}


	.navbar-inverse .navbar-nav>li>a {
		line-height: 55px;
		color: #343434!important;
	}

	#portfolio .section-heading h2{
		text-align: center;
	}

}

@media (max-width: 385px){

	footer .location ul li {
		display: block;
	}

	footer .location ul li:first-child {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}

}

/* hms css */

.d-flex{
	display: flex;
	flex-wrap: wrap;
}

.jcc{
	justify-content: center;
}

.jcsb{
	justify-content: space-between;
}

.aic{
	align-items: center;
}

.mb-1{
	margin-bottom: 0.5rem;
}

.mb-2{
	margin-bottom: 1rem;
}

.mb-3{
	margin-bottom: 1.5rem;
}

.mb-4{
	margin-bottom: 2rem;
}

.mb-5{
	margin-bottom: 3rem;
}

.double-border-wrap{
	position: relative;
	border: 2px solid #c5418e;
}

.double-border-wrap img{
	position: relative;
	top: -10px;
	left: 10px;
	border: 2px solid #ca837f;
}

.order-lg-1{
	order: 1;
}

.ordr-1{
	order: 1;
}

.order-lg-2{
	order: 2;
}

.order-2{
	order: 2;
}

@media (max-width: 992px){
	.order-lg-1{
		order: 2;
	}
	.order-lg-2{
		order: 1;
	}
}

@media (min-width: 991px){
	.d-lg-block{
		display: block;
	}
}

.project-filter{
	padding-left: 20px;
}

.work-img{
	width: 222px;
	height: 296px;
	object-position: cover;
	object-fit: cover;
}

.bg-fix{
	background-attachment: fixed;
	height: 500px;
}

.dec-title-line{
	position: relative;
}

.dec-title-line::before{
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translate( -50% , -50% );
	content: '';
	background: url(../images/mi-icon/dec-title-linw.png) no-repeat center/contain;
	width: 200px;
	height: 200px;
	z-index: 1000;
}


.logo-txt{
	font-family: 'cwTeXMing', serif;
}

.d-flex{
	display: flex;
}


.justify-content-center{
	justify-content: center;
}