@font-face{
　font-family: around-blod;
　src: local(fonts/around-blod.ttf);
　font-weight: bold;
}

.uk-vertical-align { font-size:0; }
.uk-vertical-align:before { content:''; display:inline-block; height:100%; vertical-align:middle; }
.uk-vertical-align-middle { vertical-align:middle; display:inline-block; max-width:100%; font-size:1rem; }

body {
  width: 100%;
  font-size: 16px;
  position: relative;
  margin: 0;
  min-height: 100%;
  /*background: url(../images/bg.png);*/
}
img{
	max-width: 100%;
}
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}


*{
  font-family: '微軟正黑體';
}

body::-webkit-scrollbar-track
{
  background-color: #fff;
}

body::-webkit-scrollbar
{
  width: 5px;
  background-color: #fff;
}

body::-webkit-scrollbar-thumb
{
  background-color: #272727;
  border: 1px solid #fff;
}


@media(min-width: 992px){
  body{
    min-width: 1470px;
  }
  .container-fluid1 { max-width:80%; margin:0 auto; padding-left:15px; padding-right:15px; }
}


@media(max-width: 992px){
  .index_text .text{
    padding-right: 0!important;
  }
}

body { background:#fff url('../images/header_bg.jpg') repeat top center !important; }
.pages { background:url(../images/bg.png); }

header{
  position: relative;
  /*border-bottom: 2px solid #000;*/
  background:none !important;
}
.cd-main-content { z-index:99 !important; } 

header .fa{
	font-size: 18px;
	padding-right: 10px;
}

#menu{
  float: right;
  max-width: 1070px;
}
.logo img{
  height: 110px;
  width: auto;
  max-width: inherit;
}

nav{
	width: 100%;
}
nav>ul {
	padding-left: 0;
	margin: 25px auto 0;
	width: 100%;
	display: block;
}
nav>ul>li{
	float: left;
	position: relative;
	min-width: 10%;
  	transition: 0.3s ease;
}
nav>ul>li>a{
  font-family: 'Oswald', sans-serif;
	height: 50px;
	width: 100%;
	padding: 0 15px;
	color: #000;
	display: block;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
  transition: 0.4s ease;
}
nav>ul>li>a.active:before{
  opacity: 1;
}
nav>ul>li>a:before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #578bb9;
  position: absolute;
  bottom: -5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 1s ease;
}
nav>ul>li>a:hover:before{
  opacity: 1;
}


nav>ul>li>a:hover {
	text-decoration: none;
}

nav .contact{
  border-left: 2px solid #e7e7e7;
  line-height: 50px;
  padding-left: 20px;
}

.contact .fa-whatsapp{
  margin-left: 20px;
}
.fa-whatsapp{
  color: #65c678;
}
.contact .fa-envelope{
  margin-left: 20px;
}

.index_text .borderbottom{
  padding: 50px 0;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}

.index_text h2{
  font-weight: 800;
  font-size: 50px;
  position: relative;
}
.index_text h2:before{
  content: '';
  position: absolute;
  top: -10px;
  width: 40px;
  height: 2px;
  background: #578bb9;
}
.index_text h2:after{
  content: '';
  position: absolute;
  bottom:-10px;
  left: 0;
  width: 100px;
  height: 5px;
  background: #578bb9;
}

.index_text .text{
  margin-top: 25px;
  line-height: 26px;
  font-size: 18px;
  letter-spacing: 1px;
  padding-right: 30px;
  margin-bottom: 20px;
  text-align: justify;
}

.index_text img{
  width: 100%;
}

    .hassub{
        position: relative;
    }
    .hassub:hover .subs{
        display: block;
    }
    .subs{
        display: none;
        position: absolute;
        width: 100%;
        top: 100%;
        min-width: 250px;
        list-style: none;
        z-index: 9999999999999;
        padding-left: 0;
        transition:0.2s ease;
        background: rgba(255,255,255,0.9);
    }
    .subs li{
        float: left;
        text-align: left;
        width:100%;
        border: 1px solid #d8d8d8;
    }
    .subs li a{
        display: block;
        width: 100%;
        color: #000;
        padding: 10px ;
        text-align: center;
        transition:0.5s ease;
    }
    .subs li a:hover{
        background: #333;
        color: #fff;
    }

/*
pages E
*/

    .index_content{
        position: relative;
        overflow: hidden;
    }
    .icatalog{
        position: relative;
        height: 400px;
    }
    .icatalog h4{
        position: absolute;
        bottom: 0;
        color: #fff;
        font-size: 24px;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
        transition:1.5s ease;
    }
    .icatalog .mask{
        background: rgba(0,0,0,0.6);
        height: 100%;
        width: 100%;
        position: absolute;
        opacity: 0;
        transition:1.5s ease;
    }

    .icatalog:hover .mask{
        opacity: 1;
    }
    .icatalog:hover h4{
        bottom: 30px;
        font-size: 28px;
    }




.pages_content .text {
    margin-top: 25px;
    line-height: 48px;
    font-size: 18px;
    letter-spacing: 1px;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
    text-align: justify;
}


.mob_contact_info{
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 0;
}
.mob_contact_info li{
  text-align: center;
}
.mob_contact_info li a{
  line-height: 32px;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}


footer{
	background: #333;
	float: left;
	width: 100%;
	color: #fff;
  position: absolute;
  bottom: 0;
	text-align: center;
	padding: 20px 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}