@charset "UTF-8";
@import url(animate.css);

/*========================================================
                      Main Styles
=========================================================*/
body {
	color: #333333;
	-webkit-text-size-adjust: none;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
	background-color: #f6f6f6;
	font-weight: normal;
}

img {
  max-width: 100%;
  height: auto; }
.img1 {
	border: 8px solid #FFF;
	margin-bottom: 10px;
	text-align: center;
}

h1, h2, h3, h4, h5, .addr, .link1 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	color: #302e33;
}

h1 {
	font-size: 30px;
	color: #0f2268;
	line-height: 36px;
	font-weight: 600;
	margin-bottom:10px;
}
 @media (max-width: 967px) {
	 h1 {
	font-size: 28px;
}
 }

h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	background-image: url(../images/titleBg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	padding-left: 45px;
	margin-bottom: 20px;
	letter-spacing: 3px;
	display: inline-table;
}

@media (max-width: 479px) {
  h2 {
  font-size: 16px;
	line-height: 30px;
  background-image: url(../images/titleBg2.png);
  }
}
.ph2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	display: inline-table;
	vertical-align: 15%;
}

@media (max-width: 479px) {
  .ph2 {
  font-size: 10px;
  line-height: 20px;
  }
}

h3 {
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 20px;
}


h4 {
	font-size: 22px;
	line-height: 35px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 20px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

h5 {
	font-size: 15px;
	line-height: 22px;
	color: #FFF;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
}
h5:hover {
	color: #FFFFFF;
}


h6 {
	font-size: 20px;
	line-height: 25px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}


p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
	overflow: hidden;
	min-height: 500px;
	
}


  .lt-ie9 .page {
    min-width: 1200px; }

/*=======================================================
                       Main Layout
=========================================================*/
* + .btn {
	margin-top: 10px;
}

* + .btn2 {
  margin-top: 10px; }

h3 + h6 {
  margin-bottom: 95px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.logoBgPhome {
	
	display: none;
}

@media (max-width: 767px) {
.logoBgPhome {
	position: fixed;
	z-index:  99999991;
	left: 0px;
	top: 40px;
	background-color: #ed1c24;
	height: 40px;
	width: 100%;
	display: block;
}
 }
 
 .brand2 {
	display: none;
  }

@media (max-width: 767px) {
.brand2 {
	display: inline-block;
	position: fixed;
	z-index:  99999999;
	left: 10px;
	top: 5px;
}
}


.brand {
  display: inline-block; }
	
  .brand_name {
	overflow: hidden;
	text-align: left;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	 font-family: 'Noto Sans', sans-serif;
	color: #FFF;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 60px;
	background-position: left top;
	padding-left: 60px;
	vertical-align: middle;
	width: 260px;
	padding-top: 10px;
}

@media (max-width: 967px) {
.brand_name {
	font-size: 18px;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 45px;
	height: 55px;
	
	margin-left: 0px;
	width: 210px;
	}
}

@media (max-width: 367px) {
.brand_name {
	font-size: 18px;
	background-image: url(../images/logo3.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 40px;
	height: 40px;
	
	margin-left: 0px;
	width: 200px;
	}
}

@media (max-width: 479px) {
	
.brandText {
	display:none;
}
}
.city {
	font-size: 15px;
	text-transform: none;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #ea4661; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn, .btn2{
	display: inline-block;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
	background-color: #e93a77;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-transform: none;
	margin-right: 5px;
}
@media (max-width: 479px) {
	.btn, .btn2{
		font-size: 15px;
	}
}
  .btn:hover, .btn2:hover {
	color: #FFF;
	background-color: #666;
	text-decoration: none;
}
  .btn:active, .btn2:active{
	background: #171618;
	color: #FFF;
}

.btn2 {
	color: #FFF;
	background-color: #666666;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 18px;
}

.btn3 {
	color: #FFF;
	background-color: #346fb7;
	margin-top: 6px;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
	}
.btn3:hover {
	background-color: #4c85cc;
	text-decoration: none;
	}
.btn4 {
	color: #FFF;
	background-color: #8151a6;
	margin-top: 6px;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-decoration: none;
	border-radius:4px;
	display: inline-block;
	}
.btn4:hover {
	background-color: #9c6ac3;
	text-decoration: none;
	}


/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }
.box .fl-sympletts {
  display: inline-block;
  font-size: 220px;
  line-height: 220px;
  color: #302e33; }
  .box .fl-sympletts + * {
    margin-top: 70px; }
.box * + .fl-sympletts {
  margin-top: 70px; }
  
.box{
	border: 1px none #CCC;
	padding-top: 0px;
	text-align: center;
	  }
.box p{
	text-align: left;
	padding-top: 8px;
	  }
	  
.box1{
	margin-bottom: 25px;
}

.box2 {
	text-align: left;
	color: #474747;
	margin-bottom: 15px;
	}
.box2 h2 + * {
  margin-top: 5px; }
.box2 .num + h5 {
  margin-top: 65px; }
.box2 * + .btn2 {
  margin-top: 15px; }

.fl-sympletts {
  display: inline-block;
  font-size: 220px;
  line-height: 220px;
  color: #302e33; }
  .fl-sympletts.sm {
    font-size: 150px;
    line-height: 150px; }


/*==================      indexBtn    ======================*/

.indexBtn {
	position: absolute;
	top: 200px;
	
}
.indexBtnImg {
	padding-left: 13%;
}

.indexIconBtn a{
	background-color: #F30;
	height: 30px;
	width: 30px;	
}

@media (max-width: 779px) {
    .indexBtn {
	display:none
	
	
	} 
}

/*==================      Gallery     ======================*/
.gallery:before, .gallery:after {
  display: table;
  content: "";
  line-height: 0; }
.gallery:after {
  clear: both; }
.gallery_item {
  width: 33.333333%;
  float: left;
  position: relative;
  background: no-repeat url(../images/cover.jpg) 0 0;
  background-size: cover;
  color: #fff; }
  @media (max-width: 979px) and (min-width: 480px) {
    .gallery_item {
      width: 50%; } }
  @media (max-width: 479px) {
    .gallery_item {
      width: 100%; } }
  .gallery_item img {
    width: 100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .gallery_item h4 {
    color: #fff; }
  .gallery_item a:hover img {
    opacity: 0; }
    .lt-ie9 .gallery_item a:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
.gallery_cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  height: 100%; }
  .gallery_cover_inner {
    display: table;
    width: 90%;
    height: 100%;
    margin: 0 5%; }
    .gallery_cover_inner .mid {
      display: table-cell;
      vertical-align: middle; }

/*==================      Lists     ======================*/
.social-list li {
	display: inline-block;
	margin-top: -10px;
}
  .social-list li a {
	display: block;
	width: 50px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 23px;
	line-height: 50px;
	background-color: #73a400;
	padding-top: 12px;
}
    .social-list li a:hover {
      background: #302e33; }
    .social-list li a:active {
      background: #171618; }

.marked-list {
  text-align: left; }
  .marked-list li {
    position: relative;
    padding-left: 43px; }
    .marked-list li:before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      background: #ea4661;
      border-radius: 2px;
      position: absolute;
      top: 7px;
      left: 0; }
    .marked-list li + li {
      margin-top: 10px; }

/*==================      Blockquote     ======================*/
.quote {
  text-align: left; }
  .quote_text {
    position: relative;
    padding-left: 65px; }
    .quote_text:before {
	content: '\f10d';
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 48px;
	line-height: 48px;
	font-family: FontAwesome;
}

/*========================   Menu   ==========================*/

.amenu {
	display: none;
	
}
.sf-menu {
	display: inline-block;
	margin-top: 35px;	
}


  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
	margin-left: 30px;
}


  .sf-menu a {
	display: block;
	font-size: 16px;
	line-height: 30px;
}

.sf-menu > li > a {
	color: #000;
	font-weight: 300;	
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #e94700;
	/*
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
	*/
}
.sf-menu > li.active > a {
	color: #e94700;
	/*
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
	*/
}

.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 200px;
	margin-top: 10px;
	padding: 10px 20px;
	z-index: 10;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e94700;
}

.sf-menu ul {
  text-align: left; }
  .sf-menu ul > li > a {
	color: #fdc0a5;
	line-height: 22px;
	padding-bottom: 5px;
	font-size: 15px;
	padding-top: 5px;
	font-weight: normal;
}
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	color: #FFF;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  margin-left: 20px;
  padding: 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
	color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
	color: #000;
}

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 967px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -10px;
  left: -5px;
  bottom: -48px;
  width: 240px;
  padding: 100px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 16px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
	display: block;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
}
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
	color: #161616;
	background-color: #F6F6F6;
}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	color: #666;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
	background-color: #FFFFFF;
}

.rd-mobilepanel_title {
	position: fixed;
	top: 0px;
	left: 56px;
	right: 20px;
	color: #666;
	font-size: 15px;
	line-height: 48px;
	text-overflow: ellipsis;
	letter-spacing: 0;
	text-align: right;
	white-space: nowrap;
	margin-top: 10px;
	display:none;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 0px;
  right: 8px;
  width: 58px;
  height: 58px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
	width: 24px;
	height: 4px;
	background-color: #ff7e00;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 0px; 
	
	}

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
	
	 } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 15px; } }
/*==================  Stuck menu  ======================*/
.stuck_container {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);	
   }

.isStuck {
	background: #FFFFFF;
	z-index: 999;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 85px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;*/
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}


@media (max-width: 759px) {
	.stuck_container {
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #FFF;
	margin-bottom: -6px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
	height: 60px;
   }
}



@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	position: fixed;
	right: 66px;
	bottom: 180px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	padding-top: 10px;
	background-color: #999999;
}
  .toTop:hover {
	color: #fff;
	text-decoration: none;
	background-color: #595959;
}

@media only screen and (max-width: 479px) {
  .toTop {
    display: none !important; } }
		

.pageTITLE {
	font-size: 48px;
	text-transform: uppercase;
	color: #FFF;	
	}
	
		
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}

.parallax1 {

	background-image: url(../images/parallax01.jpg);
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
	color: #FFF;
}
.pageBanner1 {
	background-image: url(../images/pageBanner1.jpg);
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 200px;
	padding-left: 0;
	color: #FFF;
	background-position: right;
}
.pageBanner2 {
	background-image: url(../images/pageBanner2.jpg);
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 200px;
	padding-left: 0;
	color: #FFF;
	background-position: right;
}
.pageBanner3 {
	background-image: url(../images/pageBanner3.jpg);
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 200px;
	padding-left: 0;
	color: #FFF;
	background-position: right;
}
.pageBanner4 {
	background-image: url(../images/pageBanner4.jpg);
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 200px;
	padding-left: 0;
	color: #FFF;
	background-position: right;
}
.aboutBG {
	background-image: url(../images/aboutbg1.jpg);
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
	color: #FFF;
}

@media (max-width: 769px) {
  .parallax {
	background-position: center 0 !important;
	background-size: cover;
  }
	.pageBanner1 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pageBanner2 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pageBanner3{
	padding-top: 100px;
	padding-bottom: 100px;
}
.pageBanner4 {
	padding-top: 100px;
	padding-bottom: 100px;
}
}

@media (max-width: 467px) {

.pageTITLE {
	font-size: 36px;
	text-transform: uppercase;
	color: #FFF;	
	}
}



/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #fff; }
  header .brand {
    /*float: left; ie 做怪先拿掉*/ }
  header .nav {
	float: right;
}
   header .back-home {
	float: right;
	margin-top: -8px;
	margin-left: 200px;
	margin-bottom: -50px;
	position: relative;
	z-index: 9999;
}


.back-home {
	color: #666;
	font-size: 15px;

}
.back-home a:hover {
	color: #666666;
}
  @media (max-width: 967px) {
    header {
      text-align: left; }
      header .brand, header .nav {
        float: none; }
		
		.back-home {
		display: none;	
		 }
		
		 }

@media (min-width: 1200px) {
  .abs {
    position: absolute;
    top: 0;
    width: 100%;
	/*background: #ffdb00; */
    z-index: 2; }
    .abs .stuck_container {
      width: 1270px;
      margin: 0 auto;
	  /*background: #ffdb00; */
      border-bottom: 0; }
    .abs .isStuck {	
      border-bottom: 1px solid #38343e; } }
	  
	  @media (min-width: 967px) {
  .abs {
    position: absolute;
    top: 0;
    width: 100%;
	/*background: #ffdb00; */
    z-index: 2; }
	
   
    }
	  
	  @media (min-width: 359px) {
  .abs {
    position: absolute;
    top: 0;
    width: 100%;
	/*background: #ffdb00; */
    z-index: 2; }
    
   }
	  
	  
	  
	  
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
   }

.num {
  font-family: 'Noto Sans', sans-serif;
  font-size: 210px;
  line-height: 160px;
  letter-spacing: -12px; }
  @media (max-width: 1199px) {
    .num {
      font-size: 150px;
      letter-spacing: -2px; } }
  @media (max-width: 979px) {
    .num {
      font-size: 120px;
      line-height: 100px; } }

.mt1 {
  margin-top: 10px; }

.mt2 {
  margin-top: 100px; }

.mg3 {
  margin-top: 40px;
  margin-bottom: 90px; }

.mb {
  margin-bottom: 0; }

.terms * + h5 {
  margin-top: 90px; }

.policy-link {
  margin-top: 90px; }

/*==================      Well     ======================*/
.well1 {
	padding-top: 30px;
	padding-bottom: 30px;

} 
.well2{
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;	
}
.well2_b{
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center -2px;
}

.well2 h1 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	background-image: url(../images/titleBg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	padding-left: 20px;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
.well3 {
	background-color: #ff3a1e;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;	
}
@media (max-width: 467px) {
	.well2_b{
	padding-top: 10px;
	
}
}
.well_search {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 0px;
}  

.well_news {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ca0b20;
}
.productBox{
	background-color: #FFF;
	margin-bottom: 25px;
	text-align: center;
	/*border: 1px solid #333;*/
}
.productBoxTitle {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #C182C1;
}
.productBoxTitle2 {
  
  padding-top: 8px;
  padding-bottom: 18px;
  
}
.productBoxTitle:hover {
	background-color: #8151a6;
	color: #FFF;
}
.productDetailsIcon {
	position: absolute;
	text-align: right;
	right: 30px;
	margin-top: 4px;
}
.productBox2{
	background-color: #FFF;
}
.productBox3{
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8A8A8;
	display: table;
}
.pageContent{
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: left;	
}
.pageContent p{
	font-size: 16px;
	line-height: 24px;
	color: #333;
	letter-spacing: 1px;
}
.pageContent2{
	background-color: #FAFAFA;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: left;
	color: #000;
}
.pageContent3{
	background-color: #000000;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: left;
	background-attachment: fixed;
	background-image: url(../images/newsBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
}
.pageContent3-1{
  background-color: #000000;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: left;
  background-attachment: fixed;
  
  background-repeat: no-repeat;
  background-position: center top;
  color: #FFF;
}
 .pageContent4{
	background-color: #CCCCCC;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: left;
	background-attachment: fixed;
	background-image: url(../images/contactBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000;
	font-weight: normal !important;
	text-transform: uppercase;	
} 
/*==================   Tumbnail    ======================*/
.thumb {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px none #E7E7E7;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
	position: absolute;
	left: 0;
	top: 2px;
	right: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #ffffff;
	background: transparent;
	height: 26px;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
	  

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
	color: #CCC;	
  background-color: #7e44a6;
}
.footer1 {
	display: table;
	float: left;
	width: 65%;
	background-color: #6e3893;
	text-transform: uppercase;
	line-height: 20px;
	clear: both;
	padding: 30px;
}
.footer2 {
	display: table;
	float: left;
	width: 35%;
	background-color: #7e44a6;
	padding: 30px;
}
.footer2 a:hover {
	color: #FFF;
}
.footer2Home a{
	color: #ff3a1e;
}
.footer3 {
	display: block;
	width: 100%;
	background-color: #eb2369;
	text-align: center;
	color: #FFF;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	clear: both;
	line-height: 20px;
}

footer .fooderLogo {
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 10%;
	padding-right: 50px;
	display: inline;
	width: 350px;
}

footer .add {
	float: left;
	display: inline;
  padding-top: 0px;
  padding-bottom: 10px;
}
 @media (max-width: 479px) {
  footer .add {
	float: left;
	display: inline;
	font-size: 14px;
	text-transform: none;
}
}
 }
footer .footer2Text {
	margin-right: 20%;
}
footer .footer2Text ul{
	margin-left: -30px;
}
footer .footer2Text li{
	list-style-type: none;
	margin-left: -10px;

}
footer .footer2Text li a{
	font-size: 13px;
	text-transform: none;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 13px;
  
}
footer .footer2Text li a:hover{
	color: #FFF;
}
@media (max-width: 1659px) {
	footer .fooderLogo {
	margin-left: 10%;
}

}
@media (max-width: 1529px) {
	footer .fooderLogo {
	margin-left: 5%;
	width: 320px;
}

}
@media (max-width: 1399px) {
	footer .fooderLogo {
	padding-top: 0px;
	margin-left: 0%;
	width: 320px;
}
}
@media (max-width: 1199px) {
	footer .fooderLogo {
	padding-top: 0px;
	width: 100%;
	padding-bottom: 20px;
}
}
@media (max-width: 769px) {
	footer .fooderLogo {
	float: none;
	text-align: center;
	display: block;
	padding-right: 0px;
}
footer .add {
  padding-top: 10px;
  padding-bottom: 10px;
}
	.footer1 {
	display: table;
	float: none;
	width: 100%;

	padding: 25px;
	text-transform: uppercase;
	line-height: 20px;
	clear: both;
}
.footer2 {
	float: none;
	width: 100%;

	padding: 25px;
}
}

footer .title {
	font-size: 20px;
	
}
footer .copyright {
	font-size: 12px;
  
}


.imgText {
	text-align: center;
	color: #333;
}
.text1 {
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
 @media (max-width: 767px) {
	 .text1 {
	font-size: 18px;
	line-height: 22px;
}
 }
  
.text2 {
	color: #333333;
	font-size: 22px;
	font-weight: 600;
}
.text3 {
	color: #98999d;
	font-size: 18px;
	line-height: 34px;
	text-align: right;
	display: block;
}
  @media (max-width: 979px) {
	  .text3 {
	
	text-align: left;
	
}
  }
  
.text4 {
	color: #000;
	font-size: 16px;
}
.text5 {
	color: #F66;
}
.text6 {
	color: #c17f00;
}
.text7 {
	 font-family: 'Noto Sans', sans-serif;
	font-size:20px;
	font-weight:200;
	color:#3e3c3b;
}
.th {
	font-size: 13px;
	vertical-align: 20%;
}
.tableC {
	border: 1px solid #bada37;
	padding: 8px;
}
.r {
	font-size: 18px;
	vertical-align: 40%;
	padding-right: 5px;
	padding-left: 2px;
}
.r2 {
	font-size: 13px;
	vertical-align: 20%;
	padding-right: 5px;
	padding-left: 2px;
}

.date2 {
	color: #864cae;
	font-weight: 600;
	font-size: 22px;
	vertical-align: 10%;
}
	.contactText {
	text-align: left;
	color: #454545;
	}
	.contactText h5{
	color: #000;
	margin-top: 40px;
	}
.banner {
	margin-top:-5px;
}	
@media (max-width: 979px) {
.banner {
	margin-top:-15px;
}
}

.year {
	font-size: 25px;
	line-height: 35px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	color: #AA6943;
	
}

.list1 ul li {
	display: block;
	margin-bottom: 1px;
	background-color: #F6F6F6;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.list1 ul li:hover {
	color: #000;
}
.list2{
	display: inline-table;
	padding-left: 20px;
}
.list2 ul li {
	margin-bottom: 5px;
	float: left;
	list-style-type: disc;
	padding-left: 0px;
	width: 33.3333%;
	padding-right: 30px;
}
.list2 ul li a:hover {
	color: #000;
}
@media (max-width: 1199px) {
	.list2 ul li {
	width: 50%;
}
}
@media (max-width: 479px) {
	.list2 ul li {
	width: 100%;
}
}

.list3{
	display: inline-table;
	padding-left: 20px;
}
.list3 ul li {
	margin-bottom: 5px;
	float: left;
	list-style-type: disc;
	padding-left: 0px;
	width: 100%;
	padding-right: 30px;
}
.list3 ul li a:hover {
	color: #000;
}

.list4{
	display: inline-table;
	padding-left: 20px;
}
.list4 ul li {
	margin-bottom: 5px;
	float: left;
	list-style-type: disc;
	padding-left: 0px;
	width: 50%;
	padding-right: 30px;
}
.list4 ul li a:hover {
	color: #000;
}
@media (max-width: 479px) {
	.list4 ul li {
	width: 100%;
}
}

.deleteIcon a {
	font-size: 25px;
	color: #ffcb05;
}
.language a {
	background-color: #b2e3e9;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	display: inline-block;
	border-radius: 50%;
	height: 22px;
	width: 24px;
	padding-top: 1px;
}
.language a:hover {
	background-color: #3691cf;	
	color: #FFF;
}

.bg03 {
	padding-bottom: 10px;
	background-color: #FFF;
	text-align: left;
}


.social-list2 {
  margin-top: 55px;
}
.social-list2:before,
.social-list2:after {
  content: " ";
  display: table;
}
.social-list2:after {
  clear: both;
}
.social-list2 li {
  margin-bottom: 30px;
}
.social-list2 li:before,
.social-list2 li:after {
  content: " ";
  display: table;
}
.social-list2 li:after {
  clear: both;
}
.social-list2 .fa {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #333333;
	color: #ffa409;
	font-size: 26px;
	line-height: 80px;
	text-align: center;
	float: left;
	margin-right: 27px;
}
.social-list2 .fa:before {
  display: inline-block;
}
.social-list2 .fa:hover {
	color: #fff;
	background-color: #ffa409;
}
.social-list2 h5 {
  margin-top: 10px;
  margin-bottom: 0;
}
.mask1 {
	background-image: url(../images/mask1.png);
	padding: 20px;
}
.roomBtn ul li a {
	background-color: #b99b79;
	float: right;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #FFF;
	margin-left: 4px;
}
.roomBtn ul li a:hover {
	background-color: #a47947;
	
}
@media (max-width: 979px) {
	.roomBtn ul li a {
		float: left;
	}
}

 .title1 {
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	color: #114b93;
	text-align: left;
	text-transform: uppercase;
	margin-top: 20px;
 }
 .title1_2 {
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	color: #6e3893;
	text-align: left;
	text-transform: uppercase;
	margin-top: 20px;
 }
@media (max-width: 767px) {
	.title1 {
	font-size: 24px;
	line-height: 30px;
 }
 .title1_2 {
	font-size: 24px;
	line-height: 30px;
 }
}
 
.titlt1Text {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	color: #333;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;	
}
.titlt1Text2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 100;
	color: #333;
	background-color: #f7eae8;
	padding-right: 20px;
	padding-left: 20px;	
}
  .title2 {
	font-size: 50px;
	color: #FFF;
	line-height: 60px;
	font-weight: 600;
	text-transform: uppercase;
	 font-family: 'Noto Sans', sans-serif;
	letter-spacing: 10px;
 }

  .title3 {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 25px;
	letter-spacing: 10px;
 }
  .title4 {
	font-size: 26px;
	color: #333;
	line-height: 25px;
	font-weight: 600;
 }
.title5 {
	font-size: 18px;
	color: #333;
	line-height: 25px;
	font-weight: 600;
 }
  .indexImg img {
	  margin-bottom:20px;
	
 }
 .breadcrumbC {
	background-color:#f5f5f5;
	
	padding-top: 10px;
 }
 
 .button1-menu {
display: inline-block; }
.button1-menu:before, .button1-menu:after {
display: table;
content: "";
line-height: 0; }
.button1-menu:after {
clear: both; }
.button1-menu > li {
position: relative;
float: left; }
.button1-menu > li + li {
	margin-right: 1px;
	margin-left:1px;
	margin-bottom:5px;
}
.button1-menu a {
	display: block;
	
	line-height: 30px;
}

.button1-menu > li > a {
	color: #616161;
	background-color: #E2E2E2;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 30px;
	margin-right: 1px;
	margin-left:1px;
}
.button1-menu > li.button1Hover > a, .button1-menu > li > a:hover {
	color: #FFF;
	background-color: #9f9f9f;
}
.button1-menu > li.active > a {
	color: #FFF;
	margin-right: 1px;
	margin-left:1px;
	background-color: #06C;
}
.input1 {
	border: 1px solid #E3E3E3;
	
	padding-left: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 26px;
	width: 120px;
}
@media (max-width: 979px) {
	.input1 {
	width: 150px;
}
}

.logoen{
	font-size: 12px;
}
.brandLogo li {
	float: left;	
}
@media (max-width: 479px) {
	.brandLogo li {
		width:50%;
}
}
.olList ul {
	padding-left: 25px;
}

.olList li {
	
	list-style-type: disc;
}
.fbicon {
	text-align: right;	
}
@media (max-width: 979px) {
	.fbicon {
	text-align: left;	
}
}

.carBox {
	margin-bottom:30px;
}
.carBox img {
	margin-bottom: 15px;
}
.cost {
	font-size: 26px;
	font-weight: bold;
	color: #ed1c24;
}
@media (max-width: 479px) {
	.cost {
	font-size: 18px;
	font-weight: 600;
	color: #ed1c24;
}
}
.newCarTitle {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	color: #FFF;
	background-color: #ed1c24;
	padding: 20px;
}
.newCarText {
	font-size: 20px;
	line-height: 40px;
	font-weight: 400;
	color: #333;
}


.carListUl {
	display: table;
	margin-bottom: 20px;
	width: 100%;
}

.carListUl li {
	float: left;
	width: 25%;
	list-style-type: none;
	margin-bottom: 10px;
}
.carListUl img {
	margin-right: 8px;
}
.carListUl2 {
	display: table;
	margin-bottom: 20px;
	width: 100%;
}

.carListUl2 li {
	float: left;
	width: 25%;
	list-style-type: none;
	margin-bottom: 10px;
}
@media (max-width: 979px) {
	.carListUl li {
	width: 50%;
}
.carListUl2 li {
	width: 50%;
}
}
@media (max-width: 479px) {
	.carListUl2 li {
	width: 100%;
}
}

.car_title {
	font-size: 22px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
}

.clearfix::before{
  content: "before";
  display: table; 
}

.clearfix::after{
  content: "after";
  display: table;
  clear: both;
}


@media only screen and (max-width: 579px) {
.clearfix::before{
  content: "before";
  display: none !important;
}

.clearfix::after{
  content: "after";
 display: none !important;
  clear: both;
}
}

.searchForm {
	float: right;
	margin-top: 4px;
	margin-left: 20px;
	margin-bottom: 6px;
}


/*========================================================
                     contactIcon  Styles
=========================================================*/

.contactIcon {
  float: right;

  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.contactIcon > .child {
  position: relative;
  left: 50%;
}
.contactIcon ul li {
	float: left;
	list-style-type: none;
	
}
.contactIcon img {
	padding: 15px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-top: 15;
	margin-right: 15px;
	margin-bottom: 15;
	margin-left: 15px;
	text-align: center;
	border: 2px solid #E3E3E3;
}
.contactIcon img li:hover {
	border: 2px solid #e2e2e2;
}


@media (max-width: 679px) {
	
	.contactIcon ul li {
padding: 8px;
	margin-right: 5px;
	margin-left: 5px;
}
	
	.contactIcon img {
	height: 30px;
	width: 30px;
}
}

.contactIconImgBox {
	width: 85%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.contactIconImgBox a {
	font-size:18px;
}
@media (max-width: 679px) {
	.contactIconImg {
		height: 100px;
	  width: 100px;
	}
}


/*========================================================
                     跑馬燈  Styles
=========================================================*/
div#abgne_marquee {
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	width: 100%;
	height: 25px;
	
}
div#abgne_marquee ul, div#abgne_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#abgne_marquee ul {
	position: absolute;
	
}
div#abgne_marquee ul li a {
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	color: #FFF;	
}
div#abgne_marquee div.marquee_btn {
	position: absolute;
	cursor: pointer;
}
div#abgne_marquee div#marquee_next_btn {
	left: 5px;
}
div#abgne_marquee div#marquee_prev_btn {
	right: 5px;
}
.newsDate1 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #8151a6;
}
.newsDateWarrper li {
	float: left;
}
.newsMonth {
	font-size: 24px;
	padding-right: 15px;
	padding-left: 15px;
}
.newsDate2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 34px;
	background-color: #e09776;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	height: 100px;
	width: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
.newsListBox {
	float: right;
	color: #666;
	width: 87%;
	text-align: left;
	
}
@media (max-width: 1229px) {
	.newsListBox {
	width: 84%;
}
}
@media (max-width: 779px) {
	
	.newsDate2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	background-color: #e19877;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	height: 100%;
	width: 100%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	float: none;
	display: block;
	margin-bottom: 10px;
}
	
	.newsListBox {
	float: none;
	color: #666;
	width: 100%;
	text-align: left;
}
}

/* webdedign STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.webdedign {
	color: black;
	background-attachment: fixed;
	background-image: url(../images/indexaboutImg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.webdedignBox {
	display: table;
	float: left;
	width: 46%;
	background-color: #FFF;
	padding: 6px;
	-webkit-box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);
	margin-right: 4%;
	margin-bottom: 30px;
}
@media (max-width: 679px) {
	.webdedignBox {
	width: 100%;
	margin-right: 0%;
	
}
}

.newsTitleBox {
	float: right;
}
@media (max-width: 767px) {
	.newsTitleBox {
	float: left;
}
}


/* pageTitle STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pageAbout {
	color: black;
	background-attachment: fixed;
	background-image: url(../images/aboutImg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.pageCase {
	color: black;
	background-attachment: fixed;
	background-image: url(../images/caseImg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.pageNews {
	color: black;
	background-attachment: fixed;
	background-image: url(../images/banner/web02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.pageProduct {
	color: black;
	background-attachment: fixed;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.pageContact {
	color: black;
	background-attachment: fixed;
	background-image: url(../images/contacttImg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.pageMember {
	color: black;
	background-attachment: fixed;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 979px) {
	.pageAbout {
	padding-top: 50px;
	padding-bottom: 50px;
}
	.pageCase {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pageNews {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pageProduct {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pageMember {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pageContact {
	padding-top: 50px;
	padding-bottom: 50px;
}
}

.newsList li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CACACA;
	padding: 10px;
}
.newsList li:hover {
	background-color: #F2F2F2;
}

.newsList2 li {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}

/*========================================================
                     menuPc
=========================================================*/
.pc-menu {
	display: inline-block;
	margin-top: 5px;
	margin-left: -40px;
}
  .pc-menu:before, .pc-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .pc-menu:after {
    clear: both; }
  .pc-menu > li {
    position: relative;
    float: left;
		list-style-type: none;
		 }
    .pc-menu > li + li {
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	
}
  .pc-menu a {
  display: block;
  font-size: 15px;
  line-height: 30px;
}

.pc-menu > li > a {
	color: #FFF;
	background-color: #ea3363;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 32px;
	padding-left: 32px;
}
.pc-menu > li.sfHover > a, .pc-menu > li > a:hover {
  background-color: #6e3893;
}
.pc-menu > li.active > a {
  background-color: #6e3893;
  
}

.scrollNavHSubNav {
	display: table;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc8c88;
	margin-top: 15px;
	padding-top: 15px;
}
.scrollNavHSubNav li a {
	float: left;
	width: 150px;
	margin-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #cc8c88;
}
.scrollNavHSubNav li a:hover {
	color: #a26f66;
}

.caseTitle1 {
	font-size: 20px;
	font-weight: 600;
	color: #06C;
	padding: 20px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #168DCD;
	margin-bottom: 20px;
	text-align: center;
}
.caseTitle2 {
	font-size: 20px;
	font-weight: 600;
	color: #7EB616;
	padding: 20px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
	margin-bottom: 20px;
	text-align: center;
}
.caseTitle3 {
	font-size: 20px;
	font-weight: 600;
	color: #F60;
	padding: 20px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-bottom: 20px;
	text-align: center;
}
.aboutBg1 {
	background-image: url(../images/aboutbg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 200px;
	padding-bottom: 200px;
	background-attachment: fixed;
}
.mailIcon img {
 margin-top: -5px;
}

.pageTopTitle {
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
	display: inline-block;
	padding-bottom: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: -70px;
}
.pageTopTitle h1 {
	font-size: 48px;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: normal;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.pageTopTitle h2 {
	font-size: 22px;
	color: #75443b;
	font-weight: 600;
	letter-spacing: 8px;
	margin-bottom: 0px;
}
@media (max-width: 467px) {
	.pageTopTitle {
	padding-top: 10px;
  padding-right: 15px;
	padding-left: 15px;
	margin-top: -50px;	
}
.pageTopTitle h1 {
	font-size: 36px;
}
.pageTopTitle h2 {
	font-size: 18px;
}
}

.pageBg1 {
	background-image: url(../images/pageBg1.png);
	background-repeat: repeat;
	padding: 20px;
}
.product_title {
	font-family: 'Noto Sans', sans-serif;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 600;
	z-index: 10;
	width: 100%;
	text-transform: uppercase;
	background-color: #db097a;
	padding-top: 4px;
	padding-bottom: 4px;
}

.contactTitle {
	font-size: 26px;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
	background-image: url(../images/contactTitleBg.png);
	background-repeat: no-repeat;
	margin-bottom: 35px;
}

.btnHide {
		display:none;
	}
	@media (max-width: 979px) {
		.btnHide {
			display:inline;
	}
	}

.container-1{
	width: 150px;
	vertical-align: 10%;
	white-space: nowrap;
	position: relative;
	padding-left: 12px;

}
 .container-1 input#search{
	width: 180px;
	height: 32px;
	background: #2b303b;
	font-size: 10pt;
	float: left;
	color: #262626;
	padding-left: 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	border: 2px solid #d82b89;
	background-color: #FFFFFF;
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}
.container-1 input#search::-webkit-input-placeholder {
   color: #65737e;
}
 
.container-1 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.container-1 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.container-1 input#search:-ms-input-placeholder {  
   color: #65737e;  
}
.container-1 .icon{
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: 7px;
  z-index: 1;
  color: #4f5b66;
}
.container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active{
    outline:none;
    
  }
  .contentIcon {
 margin-left: -35px;
}

.contentIcon li{
	text-align: center;
	float: left;
	width: 16.6%;
	list-style-type: none;
	font-size: 18px;
	color: #FFF;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 1px;
	line-height: 35px;

}
.contentIcon img {

	margin-bottom: 10px;

}
.nb1 {
	font-size: 35px;
}
.nb2 {
	font-size: 35px;
}
.nb3 {
	font-size: 12px;
	vertical-align: 30%;
}
@media (max-width: 979px) {
	.contentIcon li{
	line-height: 30px;
}
	.nb1 {
	font-size: 26px;
}
.nb2 {
	font-size: 26px;
}
.pDetailsBox {
	margin-top: 15px;
}
}
@media (max-width: 767px) {
	.contentIcon li{
	text-align: center;
	float: left;
	width: 33.3333%;
	list-style-type: none;
	color: #FFF;
	
	line-height: 40px;
	height: 270px;
}
	.nb1 {
	font-size: 35px;
}
.nb2 {
	font-size: 35px;
}

}
@media (max-width: 479px) {
	.contentIcon li{
	width: 50%;
	line-height: 24px;
	letter-spacing: 0px;
	height: 190px;
	font-size: 16px;
  
}
.nb1 {
	font-size: 28px;
}
.nb2 {
	font-size: 28px;
}
.contentIcon img {
	margin-bottom: 0px;
	width: 70%;
}

}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}
.star {
	color: #6e4bd5;
}
.newsBox {
	background-color: #FFFFFF;
	display: table;
	padding: 20px;
	width: 100%;
	border: 1px solid #eec4b1;
	margin-bottom: 20px;
}
.newsBox:hover {
	background-color: #fcf5f1;
}

.newsBox_title {
	background-color: rgba(65,65,65,0.8);
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
	padding: 15px;
	line-height: 24px;
}
.newsBox_title:hover {
	background-color: #ff3a1e;
}
.newsBox2 {
	text-align: center;
}
.inquireText {
	color: #2B2B2B;
}
.inquireText a {
	color: #2B2B2B;
}
.inquireText a:hover {
	color: #eb2369;
}
.inquireLink a{
	font-weight: 600;
	color: #000;
	line-height: 35px;
}
.inquireLink a:hover{
	color: #7e44a6;
}
.addMoreProduct {
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6e4bd5;
	display: block;
	font-size: 20px;
	margin-top: 10px;
}
.newsIcon{
	background-color: #F00;
	float: left;
	position: absolute;
	margin-top: 4px;
	margin-left: 4px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
}
.newsIcon2{
	background-color: #F00;
	float: left;
	position: absolute;
	margin-top: 4px;
	margin-left: 4px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
}
.newsIcon3{
	float: left;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
}
.titleText{
	color: #ff3a1e;
	text-align: center !important;
	position: absolute;
	margin-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 600;
	width: 93%;
	
}
.pDetailsTitle {
	text-transform: none;
	}
.pDetailsTitle2 {
	font-weight: 600;
	width: 110px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7e44a6;
	display: inline-block;
	margin-right: 10px;
	line-height: 22px;
	}
.listIcon {
	text-align: right;
}
@media (max-width: 767px) {
	.listIcon {
	text-align: left;
}
}
.lineShdow {
	background-image: url(../images/line_shadow.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.index_aboutBox {
	width: 90%;
}
.index_newsBox {
	width: 90%;
	margin-left: 10%;
}
@media (max-width: 979px) {
	.lineShdow {
		background-image: none;
}
.index_aboutBox {
	width: 100%;
}
.index_newsBox {
	width: 100%;
	margin-left: 0%;
	margin-top: 30px;
}
}