/*--
Author: W3layouts
Author URL: http://w3layouts.com
--*/
/* reset code */
html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
  color: #585858;
}

* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wrapper-full {
  /*width: 95%;*/
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.nuk-full{
  width: 100%;
}

@media (min-width: 360px) {
  .wrapper {
    max-width: 340px;
  }
  .error-page .wrapper-full .main-content{
    max-width: 340px;
  }
}

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
  .error-page .wrapper-full .main-content{
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
  .error-page .wrapper-full .main-content{
    max-width: 720px;
  }

}

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
  .error-page .wrapper-full .main-content{
    max-width: 960px;
  }  
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }
  .error-page .wrapper-full .main-content{
    max-width: 1140px;
  }  
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.img-fluid {
  width: 100%;
}

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

button,
input,
select {
  -webkit-appearance: none;
  outline: none;
}

button,
.btn,
select {
  cursor: pointer;
}

a {
  text-decoration: none;
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-sticky {
  position: -webkit-sticky;
  position: sticky;
}

body a:hover,
body button:hover {
  opacity: .8;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: #050404;
}

p {
  color: #585858;
}

.brk-btn {
    position: relative;
    background: none;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 10px 22px;
    font-size: 14px;
    display: inline-block;
    border-radius: 40px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.brk-btn-bg {
    color: var(--title-color);
    background: #fff;
}

.brk-btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 10%;
    background: #222;
    height: 0.2em;
    right: 20%;
    top: -0.21em;
    transform: skewX(-45deg);
    -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}

.brk-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 10%;
    background: #222;
    height: 0.2em;
    left: 20%;
    bottom: -0.21em;
    transform: skewX(45deg);
    -webkit-transition: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}

.brk-btn:hover::before {
    right: 80%;
}

.brk-btn:hover::after {
    left: 80%;
}
/* contact code */
.row {
	border-style:dashed;
	margin:0 auto;
	display:flax;
	justify-content:center;
	/*display: inline-block;*/
}

.mbox {
	width:48%;
	border-style:outset;
	display:inline-block;
}
/* reset code */

/* error */
.error-page {
	width:100%;
	/*background: url(../images/error.jpg) no-repeat top;*/
	background: url(../images/background.png) no-repeat top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	position: relative;
	z-index: 0;
	min-height: 100vh;
	align-items: center;
	display: grid;
	padding: 20px 0;
}

.main-content {
	width:100%;
	text-align: center;
	padding-top: 18em;
}

.main-content h2 {
	color: #E83C20;
	font-weight:bold;
	text-transform: uppercase;
}

.main-content h4 {
	font-size: 25px;
	line-height:1.5;
	color: #464646;
	font-weight: 300;

}

.main-content p {
	font-size: 17px;
	line-height: 25px;
	color: #c5c5c5;
	margin-top: 15px;
	max-width: 550px;
	margin: 10px auto 0;
}

/* button */
.buttons {
	margin-top: 2em;
}

/* logo & copyright */
.bottom-header {
	grid-template-columns: 1fr 1fr;
	margin-top: 7.5em;
	align-items: center;
}

.bottom-header .logo {
	color: #fff;
	font-size: 30px;
}

.copyrights p {
	color: #d2d2d2;
	font-size: 15px;
}

.copyrights p a {
	color: #fff;
}
/* logo */
.logo-image {
	margin:0 auto;
	max-width:400px;
	height:auto;
    width:98vw;
	height:100px;
	display: block;
	position: relative;

	background-repeat:no-repeat;
	background-image: url(../images/logo-image.png);
	background-size:100%auto;

}
/*
.logo-image img{
	object-fit:contain;
}
*/
.logo {
	margin:0 auto;
	display:flex;
	justify-content:center;
}

.logo-icon {

	width:100px;
	height:100px;
	background-repeat:no-repeat;
	background-image: url(../images/logo.png);
	background-size:100%auto;
}

.logo-title {

	width:280px;
	color:black;
	font-family:"Microsoft JhengHei",Serif;
	font-size:28px;
	font-weight:bold;
	letter-spacing:10px;
	text-align:center;
	/*
    font-weight: 900;
	color:transparent;
	*/
	-webkit-text-stroke: 0.3px #fff;

}

.logo-title span {
	display: inline-block;
	font-family:Arial,Times New Roman;
	font-size:18px;
	letter-spacing:0px;
}
/*-- responsive design --*/
@media(max-width:1440px) {
	.main-content h2 {
		font-size: 4em;
		padding-top:1em;
	}

	.main-content {
		padding-top: 10em;
	}

	.bottom-header {
		margin-top: 6.5em;
	}
}

@media(max-width:1280px) {
	.main-content {
		padding-top: 4em;
	}

	.main-content h2 {
		font-size: 4em;
		padding-top:1em;
	}
}

@media(max-width:736px) {
	.main-content {
		weight:100%;
		padding-top: 10em;
	}

	.main-content h2 {
		font-size: 2.5em;
	}
}

@media(max-width:500px) {
	.copyrights p {
		line-height: 22px;
	}
	
	.bottom-header {
		grid-template-columns: 1fr;
		text-align: center;
		grid-gap: 10px;
	}
	
	.copyrights p {
		text-align: center;
	}

}

@media(max-width:375px) {
	.main-content h2 {
		font-size: 2em;
	}

}

@media(max-width:320px) {
	.brk-btn {
		padding: 10px 18px;
		font-size: 13px;
	}
}
/*-- //responsive design --*/