@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import "spinners.css";
@import "/css/icons/material-design-iconic-font/css/materialdesignicons.min.css?v=2";
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #838383;
  font: 400 14px/26px "Ubuntu", sans-serif;
  font-family:Microsoft JhengHei;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1, h3, h4, h5 {
	color: #666666;
}

h5.color {
  color: white; }

h4, h5 {
  text-transform: uppercase; }

h1 {
  font: 0 24px/24px "Trebuchet MS", sans-serif;
  letter-spacing: -0.3px; }

h2 {
  /*font: 700 180px/234px "Trebuchet MS", sans-serif;*/
  /*letter-spacing: -14px;*/
  color: #047dc2;
   font-family:Microsoft JhengHei;
  }

h3 {
  font: 700 72px/102px "Trebuchet MS", sans-serif;
  letter-spacing: -6px; 
  font-family:Microsoft JhengHei;
  color:#868686;
  }

h4 {
  font: 700 32px/32px "Trebuchet MS", sans-serif;
  letter-spacing: -0.6px;
   font-family:Microsoft JhengHei;
   }

h5 {
  font: 700 20px/26px "Trebuchet MS", sans-serif;
  letter-spacing: -0.2px; 
  font-family:Microsoft JhengHei;
  }
  h5 a:hover {
    color: #ffd70a; }
  h5 a:active {
    color: #ffffff; }

h6 {
/*  font: 300 12px/12px "Ubuntu", sans-serif; */
font-size:18px;
color:#979797;
margin-bottom:40px;

}

em {
  font: 700 170px/170px "Trebuchet MS", sans-serif;
  letter-spacing: -16px; }

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

hr {
  border: none;
  margin: 0;
  border-top: solid 1px #d7d6d7; }

time {
  display: block; }

blockquote {
  position: relative; }
  blockquote:before {
    position: absolute;
    content: '';
    background: url("../images/page-2_img02.png");
    width: 37px;
    height: 28px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: -67px;
    left: 50%;
    margin-left: -20px; }
  blockquote q {
    font-style: italic;
    display: inline-block; }
  blockquote:hover:before {
    top: -50px; }

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:"],
a[href^="mailto:"],
address {
  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; }


.works_title { width:100%; display:block; margin-top:10px; text-align:center; font-size:15px; color:#666666; font-weight:bold; margin-bottom:20px;}


/*=======================================================
                       Main Layout
=========================================================*/
* + nav, h5 + .off {
  margin-top: 3px; }

* + .btn {
  margin-top: 51px; }

* + .btn-small, * + .row_off, * + .row_off2, * + .mail, * + .mailform {
  margin-top: 32px; }

* + .row_off1, h6 + p, .mt1, p + h5 {
  margin-top: 40px; }

img + .txt-wrap, h6 + .row_off1, .icon + .off {
  margin-top: 53px; }

* + h6, .mt {
  margin-top: 7px; }

h6 + img, img + h5, * + .index-list {
  margin-top: 68px; }

h5 + p {
  margin-top: 20px; }

p + p, q + a[href^="callto:"] {
  margin-top: 26px; }

em + h5, .row_off + p, .row + .row_off, .radial-progress + h5, * + hr, * + .txt-wrap {
  margin-top: 45px; }

h6 + .row_off, .title-wrap + .row_off {
  margin-top: 110px; }

h6 + .row_off2 {
  margin-top: 121px; }

.social-list + .brand {
  margin-top: 87px; }

.brand + .privacy {
  margin-top: 35px; }

.time-wrap-1 + h5 {
  margin-top: 15px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    padding-left: 79px;
    position: relative; }
    .brand_name:before {
    position: absolute;
    content: '';
    background: url(../images/logo.png);
    width: 300px;
    height: 61px;
    top: -4px;
    left: 25px;
	}

/*==================  Backgrounds  ======================*/
.bg-primary {
  color: #f77249; }

/*==================    Colors    ======================*/
.color-w {
  color: white; }

.color-2 {
  color: #f65f30; }

/*==================     Icons     ======================*/
.fa {
  font-size: 23px;
  line-height: 49px;
  color: white; }

/*==================     Icon      ======================*/
.icon {
  height: 64px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-position: bottom;
  margin: 0 auto; }

.icon-1 {
  background-image: url("../images/a011.png");
  width: 64px; }

.icon-2 {
  background-image: url("../images/page-1_img09.png");
  width: 131px; }

.icon-3 {
  background-image: url("../images/page-1_img10.png");
  width: 129px; }

/*==================    Buttons    ======================*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	color:#fff;
}
.btn:hover { opacity:0.8;}
	
 /* .btn:hover {
    color: #f65f30;
    border-color: #f65f30; }
  .btn:active {
    color: #e93f0a;
    border-color: #e93f0a; }*/

.btn-small {
  display: inline-block;
  color: #f65f30; }
  .btn-small:hover {
    padding-left: 10px; }
  .btn-small:active {
    color: #e93f0a; }

/*==================      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; }

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li; }
  .index-list li:before {
    content: counter(li,decimal-leading-zero);
    counter-increment: li;
    font: 700 60px/60px "Trebuchet MS", sans-serif;
    color: #302e33;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .index-list li:hover:before {
    color: #f65f30; }
  .index-list li.grid_1:nth-child(12n + 13),
  .index-list li.grid_2:nth-child(6n + 7),
  .index-list li.grid_3:nth-child(4n + 5),
  .index-list li.grid_4:nth-child(3n + 4),
  .index-list li.grid_6:nth-child(2n + 3) {
    clear: left; }

/*==================     Align    ======================*/
.align {
  text-align: center; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .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: 20px;
    border-left: 1px solid #595757;
    padding-left: 20px;}
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #595757; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #2cb5a9; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -69px;
  width: 180px;
  margin-top: 42px;
  padding: 20px 0;
  text-align: center;
  background: #ffffff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
      border-radius: 0px 0px 15px 15px;
	  
	  -moz-box-shadow:1px 5px 12px -1px rgba(128,128,128,0.5);
-webkit-box-shadow:1px 5px 12px -1px rgba(128,128,128,0.5);
box-shadow:1px 5px 12px -1px rgba(128,128,128,0.5);
   }

.sf-menu ul > li {
  padding: 0 10px; }
  .sf-menu ul > li > a {
    color: #777777; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #d8b5a1; }
.sf-menu ul li + li {
  margin-top: 15px; }

.sf-menu ul ul {
  position: absolute;
  top: 47px;
  left: 183px;
  width: 180px;
  margin-top: 0;
  padding: 20px 0;
  z-index: 4; }

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

@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 20px; } }
@media (max-width: 767px) {
  .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: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #2cb5a9;
  background: #FFF;
  font-size: 14px;
  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: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #2cb5a9;
      color: #FFF; }
    .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: 56px;
	color: #000;
	-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: #FFF;
	background-image: url(../images/nav_logo.png);
	background-repeat: no-repeat;
	background-position: center center;

}
.shadow-light {
text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
   }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .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: 1px;
      background-color: #2cb5a9;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .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; }
  .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
    top: 0;
    width: 15px; }
  .rd-mobilepanel_toggle.active span:before {
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg); }
  .rd-mobilepanel_toggle.active span:after {
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg); }

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

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: white;
      border-bottom: 8px solid #2cb5a9;
  padding: 20px 0 14px 0px;
  z-index: 9999; }
  .isStuck .sf-menu ul {
    margin-top: 20px; }
  .isStuck .brand_name:before {
    top: -9px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: white;
  background: #2cb5a9;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: white;
    background: #45e6d8;
    text-decoration: none;
	 }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

.parallax-height {
  height: 600px; }

@media (min-width: 980px) and (max-width: 1199px) {
  .parallax-height {
    height: 800px; } }
@media (min-width: 768px) and (max-width: 979px) {
  .parallax-height {
    height: 600px; } }
@media (min-width: 480px) and (max-width: 767px) {
  .parallax-height {
    height: 400px; } }
@media (max-width: 479px) {

em {
  font: 700 170px/170px "Trebuchet MS", sans-serif;
  letter-spacing: -8px; }

  .parallax-height {
    height: 300px; } }
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
      padding: 10px;
   }
  .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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    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: #302e33;
    background: transparent; }
    .thumb_overlay:before {
      content: '+';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 300 140px "Open Sans", sans-serif;
      line-height: 140px;
      margin-top: -75px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    opacity: 0.3; }

/*===============  Radial Progress  ======================*/
.radial-progress {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .radial-progress:before {
    position: absolute;
    content: '';
    top: 16px;
    left: 16px;
    bottom: 23px;
    right: 16px;
    border: solid 12px #efefef;
    border-radius: 50%;
    box-sizing: border-box; }

.radial-progress [id^='radial-progress-text_'] {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 34px;
  bottom: auto;
  margin-top: -33px;
  font: 300 60px/60px 'Ubuntu', sans-serif;
  letter-spacing: -5px;
  text-align: center; }

.lt-ie9 .radial-progress [id^='radial-progress-text_'] {
  margin-top: -18px; }

/*===============  Responsive  ======================*/
@media (min-width: 768px) and (max-width: 979px) {
  .radial-progress [id^='radial-progress-text_'] {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -3px;
    left: 33px;
    margin-top: -26px; } }
/*=================       Tabs     ======================*/
.resp-tabs-list {
  text-align: center; }
  .resp-tabs-list li {
    cursor: pointer;
    display: inline-block;
    font: 700 18px/20px "Trebuchet MS", sans-serif;
    color: #302e33;
    text-transform: uppercase;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	font-family:Microsoft JhengHei;
	 }
    .resp-tabs-list li:hover {
      color: #f65f30; }
  .resp-tabs-list li + li {
    margin-left: 43px; }
  .resp-tabs-list .resp-tab-active {
    color: #bfd43c; }

.resp-accordion {
  display: none; }

.resp-tab-content {
  display: none; }

.resp-tab-content-active {
  display: block; }

.resp-tabs-list + .resp-tabs-container {
  margin-top: 36px; }



@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    cursor: pointer;
    font: 700 18px/20px "Trebuchet MS", sans-serif;
    color: #302e33;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	font-family:Microsoft JhengHei;
	 }
    .resp-accordion:hover {
      color: #bcd233; }

  * + .resp-tab-content {
    margin-top: 20px; }

  .resp-tabs-list {
    display: none; } }
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding: 23px 0 15px;
  border-bottom: solid 8px #2cb5a9;
      border-top: solid 32px #0080cb;
	      position: relative;
		 /* background-image:url(../images/top_bg.png) ;
		  background-repeat:repeat-x;
		  background-position: center center;*/
		 
		  
   }
  header .brand {
    float: left; }
  header .nav {
    float: right; }
  @media (max-width: 767px) {
    header {
      text-align: center; 
	   padding: 23px 0 40px;
  border-bottom: solid 8px #2cb5a9;
      border-top: solid 0px #0080cb;
	      position: relative;
	  }
      header .brand, header .nav {
        float: none;
		display:none;
		
		 } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

/*==================      Well     ======================*/
.well {
  padding: 10px 0 10px; }

.well__off {
  padding-top: 202px; }

.well-1 {
      padding: 25px 0 20px;
	   }

.well-2 {
  padding: 195px 0; }

.well-2__off {
  padding-bottom: 209px; }

.well-3 {
  padding: 20px 0 50px; }

.well-3__off {
  padding-bottom: 185px; }

.well-3__off1 {
  padding-bottom: 190px; }

.well-3__off2 {
  padding-bottom: 178px; }

.well-4 {
  padding: 299px 0 297px; }

.well-4__off {
  padding-bottom: 309px; }

/*==================    TxtWrap   ======================*/
.txt-wrap {
  padding: 0 101px; }

.txt-wrap-1 {
  padding: 0 40px; }

/*==================   TitleWrap  ======================*/
.title-wrap {
  text-align: center; }
  .title-wrap h4, .title-wrap h6 {
    color: white; }

/*==================    UnitWrap   ======================*/
.unit-wrap {
  text-align: center; }
  .unit-wrap img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .unit-wrap * + img {
    margin-top: 44px; }
  .unit-wrap:hover img {
    opacity: 1; }

/*==================    TimeWraps  ======================*/
.time-wrap-1 {
  position: relative;
  font: 700 54px/54px "Trebuchet MS", sans-serif;
  color: white;
  left: 8px;
  z-index: 0; }
  .time-wrap-1 span {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase; }
  .time-wrap-1:before {
    position: absolute;
    content: '';
    top: -14px;
    left: 50%;
    margin-left: -52px;
    width: 104px;
    height: 104px;
    background: #f65f30;
    border-radius: 50%;
    z-index: -1; }

/*==================   VideoWrap  ======================*/
.video-wrap {
  width: 100%;
  height: 292px; }

/*==================    Contacts   ======================*/
.contact:hover .icon {
  background-position: top; }

/*==================  Social List ======================*/
.social-list > li {
  display: inline-block; }
.social-list a {
  height: 49px;
  width: 49px;
  background: #b6ce20;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center; }
  .social-list a:hover {
    background: #a9a9a9; }
  .social-list a:active {
    background: #a9a9a9; }

/*==================     Link    ======================*/
.link {
 /* text-transform: uppercase;
  display: inline-block;
  font: 700 20px/26px "Trebuchet MS", sans-serif;
  color: #302e33; 
  font-family:Microsoft JhengHei;*/
  }
  .link:hover {
    color: #6bb2dd; }
  .link:active {
    color: #6bb2dd; }

/*==================     Mail    ======================*/
.mail {
  display: inline-block;
  color: #f65f30; }
  .mail:hover {
    padding-left: 10px; }
  .mail:active {
    color: #171618; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
     background: white;
   /* padding: 50px 0px 0px 0px;*/
    text-align: center;
    /* border-top: solid 1px #7c868c; */
    background-color: #eaf2e2;
	}

/*==================  Privacy ======================*/
.privacy {
 /* font: 300 12px/20px "Ubuntu", sans-serif;*/
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #6b6a68;
  background-color: #eaf2e2;
    padding: 30px 0px;
	font-weight: bold;
   }
  .privacy a:hover {
    color: #f65f30;
    text-decoration: none; }
	
#banner3 {    top: 7%;
    left: 28%; z-index:-9}

/*========================================================
                     RESPONSIVE
=========================================================*/
@media (min-width: 1750px) and (max-width: 1850px) {
}
@media (min-width: 1650px) and (max-width: 1749px) {
 }
@media (min-width: 1450px) and (max-width: 1749px) {
  }
@media (min-width: 1550px) and (max-width: 1649px) {
 }
@media (min-width: 1450px) and (max-width: 1549px) {
 }
@media (min-width: 1350px) and (max-width: 1449px) {
}
@media (min-width: 1350px) and (max-width: 1549px) {
  h2 + p {
    margin-top: 20px; }

  * + .btn {
    margin-top: 20px; } }
@media (min-width: 1200px) and (max-width: 1449px) {
 }
@media (min-width: 1200px) and (max-width: 1349px) {
 }
@media (max-width: 1199px) {


  .txt-wrap {
    padding: 0; }

  .btn {
    font-size: 22px;
    line-height: 22px;
    padding: 20px 67px; } }
@media (min-width: 980px) and (max-width: 1349px) {
  h2 + p, * + .btn {
    margin-top: 30px; } }
@media (min-width: 980px) and (max-width: 1199px) {


  em {
    font-size: 140px;
    line-height: 140px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  h5 {
    font-size: 16px;
    line-height: 22px; }

  .txt-wrap-1 {
    padding: 0 10px; }

  em {
    font-size: 130px;
    line-height: 130px; }

  .well-1 {
    padding: 20px 0; }

  .video-wrap {
    height: 240px; } }
@media (min-width: 768px) and (max-width: 979px) {


  .btn {
    font-size: 17px;
    line-height: 17px;
    padding: 15px 62px; }

  h2 + p, * + .btn {
    margin-top: 20px; } }
@media (max-width: 767px) {
  h3 {
    font-size: 50px;
    line-height: 80px; 
	
  letter-spacing: -2px; 
  font-family:Microsoft JhengHei;
	}
	

  [class*="well"], header, footer {
    padding: 10px 0; }

  h6 + .row_off, em + h5, .row_off + p, .brand + .privacy, .social-list + .brand, h6 + img, img + h5, .icon + .off, * + .txt-wrap, h6 + .row_off2, .title-wrap + .row_off {
    margin-top: 30px; }

  .txt-wrap-1 {
    padding: 0; }

  .btn {
    border-width: 2px 0; }

  blockquote {
    padding-left: 60px;
    text-align: left; }
    blockquote:before {
      top: 5px;
      left: 28px; }
    blockquote:hover:before {
      left: 38px;
      top: 5px; } }
@media (min-width: 480px) and (max-width: 767px) {


  .btn {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 40px; }
#banner3 {top:21%; left:24%;}
  h2 + p, * + .btn {
    margin-top: 10px; } }
@media (max-width: 479px) {
#banner3 {top:0; left:0;}
  h1 {
        font-size: 14px;
    line-height: 26px;
	 }



  h2 + p, * + .btn {
    margin-top: 10px; }

  h5 {
    font-size: 18px;
    line-height: 24px; }

  .btn {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 40px; }

  .fa {
    line-height: 42px; }

  .social-list a {
    height: 42px;
    width: 42px; }

  .video-wrap {
    height: 180px; } 
	.g-recaptcha {
    height: 74px;
    width: 240px;
}
	
	}


.rd-mobilepanel h2 { display:none;}
.foot_pic { width:100%; text-align:center; display:block;}
.foot_text { width:100%; display:block; color:#6b6a68; font-size:15px; margin-top:15px;}
.line { width:100%; display:block; margin-bottom:20px; max-width:520px; margin-left:auto; margin-right:auto; margin-top:10px; }
.line2 { width:100%; display:block; margin-bottom:35px; max-width:520px; margin-left:auto; margin-right:auto; margin-top:20px; }
.button {
	width:100%;
	max-width:120px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:6px;
	border: 1px solid #CCCCCC;
	border-radius: 20px;
	margin-top:20px;
}
.button:hover {
	width:100%;
	max-width:120px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:6px;
	border: 1px solid #CCCCCC;
	border-radius: 20px;
	margin-top:20px;
	color:#FFFFFF;
	background-color:#2fd3ae;
}
.line3 {
	width:100%;
	max-width:550px;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	margin-top:60px;
	padding-top:40px;
}
.line4 {
    width: 100%;
    max-width: 30px;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E0E0E0;
    /* margin-top: 20px; */
    padding-top: 20px;
    margin-bottom: 20px;
}
.map_title { width:100%; display:block; text-align:center; font-size:28px; color:#2fd3ae; font-weight:bold;}
.map_sub { width:100%; display:block; text-align:center; font-size:18px; color:#000; font-weight:bold; margin-bottom:10px;}
.language { 
    position: absolute;
    right: 10%;
    top: -50px;
    padding: 5px 10px;
}
.nav_bg { width:100%; display: none; padding:20px 0px; background-color:#e6e6e6;    margin-bottom: 20px;}
.nav_title { color:#7b6a60; font-size:22px; float:left;}
.nav_link { color:#979797; font-size:14px; float:right;}
.nav_link a:link { color:#0091ba}
.nav_link a:visited { color:#7b6a60;}
.nav_link a:hover { color:#c58b68;}
.solution_title { width:100%; display:block; margin-bottom:8px; font-size:26px; color:#000; font-weight:bold;}
.solution_text {  display:block; margin-bottom:8px; font-size:16px; line-height:30px; color:#979797; padding:0px 10px;}
.foot_page { width:100%; display:block; float:left; text-align:center; font-size:15px;    margin-bottom: 20px;}
.page_icon {
	padding:0px 9px;
	text-align:center;
	color:#7c6b61;
	border: 1px solid #7c6b61;
	margin-right:5px;
	margin-left:5px;
	background-color:#FFFFFF;
	display:inline-block;
}
.page_icon:hover {
	padding:0px 9px;
	text-align:center;
	color:#fff;
	border: 1px solid #7c6b61;
	margin-right:5px;
	margin-left:5px;
	background-color:#7c6b61;
	display:inline-block;
}
/*.in {
	padding:0px 9px;
	text-align:center;
	color:#fff;
	border: 1px solid #7c6b61;
	margin-right:5px;
	margin-left:5px;
	background-color:#7c6b61;
	display:inline-block;
}*/
.about_text1 { font-size:16px; line-height:30px; color:#979797;}

.news_day { width:100%; display:block; margin-bottom:10px; text-align:center; color:#e47a3c; font-size:14px; font-weight:bold;}
.news_title { width:100%; display:block; color:#9e6b4d; font-weight:bold; font-size:18px; margin-bottom:15px;     height: 49px; overflow:hidden;}
.news_title2 { width:100%; display:block; color:#9e6b4d; font-weight:bold; font-size:24px; margin-bottom:15px;overflow:hidden;
    border-bottom-color: rgb(123, 106, 96);
    border-bottom-style: dotted;
    border-bottom-width: 1px;
	padding-bottom: 15px;
}
.news_list_text {
    margin-bottom: 20px;
    width: 100%;
    height: 83px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_list_text2 {
    margin-bottom: 20px;
    width: 100%;
	display:block;
	
	margin-top:20px;
   
}
.news_button { 
width: 100%;
    max-width: 100px;
    text-align: center;
    color: #FFFFFF;
    background-color: #2cb5a9;
    border-radius: 10px;
    font-size: 13px;
    padding: 4px 3px;
    margin-left: auto;
    margin-right: auto;
}
.news_button:hover { width:100%; max-width:100px; text-align:center; color:#FFFFFF; background-color:#85dad3;border-radius: 10px; font-size:13px;padding: 4px 3px; margin-left:auto; margin-right:auto;}
.news_bg {     display: block;
    padding: 15px;
    /* float: left; */
    background-color: #fff;
    border-radius: 10px;
    margin: 0px 10px;
    /* width: 100%; */
    /* margin-right: 5px; */}

.download_button { 
    width: 58px;
    height: 39px;
    text-align: center;
    color: #FFFFFF;
    background-color: #2fd3ae;
    border-radius: 100%;
    font-size: 16px;
    padding: 25px 17px;
    margin-left: auto;
    margin-right: auto;
}
.download_button:hover { 
  width: 58px;
    height: 39px;
    text-align: center;
    color: #FFFFFF;
    background-color: #45c9de;
    border-radius: 100%;
    font-size: 16px;
    padding: 25px 17px;
    margin-left: auto;
    margin-right: auto;
}

.sttabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.sttabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tabs-style-bar nav ul li.tab-current a {
    background: #2fd3ae;
    color: #fff;
	    border-radius: 25px;
}
.sttabs nav li.tab-current a {
    color: #2fd3ae;
}

.tabs-style-bar nav ul li a {
	margin: 0 2px;
	background-color: #fff;
	color: #2fd3ae;
	padding: 5px 0;
	transition: background-color 0.2s, color 0.2s;
	border: 1px solid #2fd3ae;
	border-radius: 25px;
}
.sttabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.tabs-style-bar nav ul li a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
   font-family:Microsoft JhengHei;
}
.sttabs nav a span {
    vertical-align: middle;
    font-wight: 500;
    font-size: 16px;
font-family:Microsoft JhengHei;
}

.sttabs nav {
    text-align: center;
}
.content-wrap section.content-current {
    display: block;
}
.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 25px;
    min-height: 150px;
}
.colo:nth-child(even) a .works_li {
	
	
	background-color:#eef5f7;

	
}
.colo:nth-child(odd) a .works_li {
	
	
	background-color:#f9fcfd;
	
	
}
.works_bg { padding:0 5px;}

.works_li{
	
	display:block;
	padding:6px;
	text-align:center;
	font-size:15px;
	color:#979797;
	border: 1px solid #e6eaed;
	margin:0px 5px;
}
.works_li2 {
	
	display:block;
	padding:6px;
	text-align:center;
	font-size:15px;
	color:#979797;
	background-color:#f9fcfd;
	border: 1px solid #e6eaed;
	margin:0px 5px;
}
.works_li:hover {opacity: 0.6;}
.product_list_pic {
	width:100%;
	display: block;
	border: 1px solid #CCCCCC;
	    border-radius: 20px;
		
}
.link:hover {opacity: 0.6;}
.product_li { width:25%;}
.product_list_title { position:absolute;}
.product_title { width:100%; display:block; font-size:22px; font-weight:bold; color:#0cadee; margin-bottom:25px;}
.td_title { text-align:left; font-size:20px; color:#FFFFFF; font-weight:bold; width:30%;    }
.td_title2{ text-align:left; font-size:20px; color:#FFFFFF; font-weight:bold; width:70%;     }
td { padding:10px;}
.td_block { color:#000000;}
table tr {
/*	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8c6bb;*/
}



.message {
  padding: 30px;
  max-width: 800px;
}

#hidden-content-a , #hidden-content-b, #hidden-content-c, #hidden-content-d {
  /* Custom styling */
  max-width: 800px;
  border-radius: 4px;

  /* Custom transition - slide from top*/
  transform: translateY(-50px);
  transition: all .33s;
}

.fancybox-slide--current #hidden-content-a, #hidden-content-b, #hidden-content-c, #hidden-content-d {
  transform: translateY(0);
}
.into:hover {
	color:#ffe352;
	
}
.into{    width: 100%;
    display: block;
    color: #FFFFFF;
    font-size: 15px;
   }

/*select::-ms-expand { display: none; }*/
/*option { background-color:#112947;}*/

.filtr-item {
    pointer-events: none;
}

.icon_top { display:inline-block; margin-top:8px;}
.title_top_box { width:100%; display:block; text-align:center; margin-bottom:30px;    margin-top: 20px;}
.title { text-align:center; font-size:36px; color:#4f1d13; margin-bottom:2px; margin-top:8px;}
.en_title { font-size:15px; text-align:center; color:#cb8779;}
.product_pho { width:100%;  display:block;    position: relative;}
.bord_r { border-radius:15px;}
.shadow {-moz-box-shadow:3px 5px 25px -1px rgba(128,128,128,0.4);
-webkit-box-shadow:3px 5px 25px -1px rgba(128,128,128,0.4);
box-shadow:3px 5px 25px -1px rgba(128,128,128,0.4);}
.mask {
    width: 100%;
    background-color: #a48b77;
    /* width: 150px; */
    height: 100%;
    position: absolute;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
	border-radius:15px;
}

.mask:hover {
    width: 100%;
    background-color: rgba(185, 143, 108, 0.58);
    /* width: 150px; */
    height: 100%;
    position: absolute;
    background-size: cover;
    background-attachment: fixed;
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
	border-radius:15px;
}
.mask_title {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    font-size: 14px;
    margin-left: -82px;
}
.product_pr { padding:10px;}
.product_pr2 {border-bottom: solid 1px #595757; padding-top:30px; padding-bottom:50px;     color: #595757;}
.product_pr3 { padding:1px;}
.pmore { width:100%; text-align:center; margin-top:20px; margin-bottom:20px;}
.pbg { background-image:url(../images/icon_003.png);background-repeat: no-repeat;
	background-position: bottom right;}
.line1 {width:100%;  display:block; border-bottom: 1px solid #2cb5a9;     margin-bottom: 30px;}
.ad_banner { width:100%; position:relative;overflow: hidden; }
.ad_title { width:100%; position: absolute; z-index:1; padding:10px 8px; background-color:rgba(0,0,0,0.79); font-size:15px; text-align:left; color:#ffc4a6; bottom:-1px; left:0px; }

	
.link2 img {
-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all  0.4s linear;
	transition: all  0.4s linear;
	}
.link2:hover img {
	 transform:scale(1.2);  
    -webkit-transform:scale(1.2);  
    -moz-transform:scale(1.2);  
    -o-transform:scale(1.2);  
    -ms-transform:scale(1.2);  
	}

.contact_text1 {
	width: 100%;
	direction: inherit;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-color: rgb(123, 106, 96);
	border-bottom-style: dotted;
	border-bottom-width:1px;
	color:rgb(123, 106, 96);
	text-align:left;
}

.title_box { width:100%; display:block; text-align:left; margin-bottom:10px;    float: left;}
.title_b { padding:5px 15px; color:#fff; text-align:center; font-size:20px; font-weight:bold; background-color:#1d2087; display:inline-block;}
.index_news_li { width:100%; direction:inherit; margin-bottom:15px;    float: left;}
.index_news_day { display: table; font-size:16px; color:#50b442; padding-bottom:2px; margin-bottom:2px;    border-bottom: 1px solid #50b442; text-align:left; }
.index_news_title { text-align:left; display:block; font-size:20px;  color:#027bc2; margin-bottom:3px;}
.index_news_text { text-align:left; color:#8b8b8b; font-size:15px; line-height:22px;}
.index_news_pic {     overflow: hidden;
    margin: 0px 10px 0px 0px;}

.contact_text2 { width:100%; direction:inherit; margin-bottom:6px; font-size:16px; text-align:left;}
 #map {
                width: 100%;
                height: 550px;
            }
#map2 {
                width: 100%;
                height: 550px;
            }
#map3 {
                width: 100%;
                height: 550px;
            }
#map4 {
                width: 100%;
                height: 550px;
            }
.cont_pic {
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}

/*faq*/
/*Accordion*/
.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
  content: '\e64b';
}
.panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: '\e64b';
}
.panel-group .panel .panel-heading a[data-toggle=collapse] {
  display: block;
      color: #7b6a60;
}
.panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  content: '\e648';
  display: block;
  float: right;
  font-family: 'themify';
  font-size: 14px;
  text-align: right;
  width: 25px;
}
.panel-group .panel .panel-heading .accordion-toggle {
  display: block;
}
.panel-group .panel .panel-heading .accordion-toggle:before {
  content: '\e648';
  display: block;
  float: right;
  font-family: 'themify';
  font-size: 14px;
  text-align: right;
  width: 25px;
}
.panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
.panel-group .panel-heading {
  padding: 12px 20px;
}
/*Progressbars*/
.progress {
  -webkit-box-shadow: none !important;
  background-color: rgba(120, 130, 140, 0.13);
  box-shadow: none !important;
  height: 4px;
  border-radius: 0px;
  margin-bottom: 18px;
  overflow: hidden;
}
.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}
.progress.progress-sm {
  height: 8px !important;
}
.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}
.progress.progress-md {
  height: 15px !important;
}
.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}
.progress.progress-lg {
  height: 20px !important;
}
.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}
.progress-bar-primary {
  background-color: #7460ee;
}
.progress-bar-success {
  background-color: #7ace4c;
}
.progress-bar-info {
  background-color: #41b3f9;
}
.progress-bar-megna {
  background-color: #01c0c8;
}
.progress-bar-warning {
  background-color: #ffbb44;
}
.progress-bar-danger {
  background-color: #f33155;
}
.progress-bar-inverse {
  background-color: #4c5667;
}
.progress-bar-purple {
  background-color: #707cd2;
}
.progress-bar-custom {
  background-color: #41b3f9;
}
.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: myanimation;
  transition: 5s all;
}
/* Progressbar Animated */
@-webkit-keyframes myanimation {
  from {
    width: 0;
  }
}
@keyframes myanimation {
  from {
    width: 0;
  }
}
/* Progressbar Vertical */
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 4px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.progress-vertical .progress-bar {
  width: 100%;
}
.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 4px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.progress-vertical-bottom .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.progress-vertical.progress-sm,
.progress-vertical-bottom.progress-sm {
  width: 8px !important;
}
.progress-vertical.progress-sm .progress-bar,
.progress-vertical-bottom.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}
.progress-vertical.progress-md,
.progress-vertical-bottom.progress-md {
  width: 15px !important;
}
.progress-vertical.progress-md .progress-bar,
.progress-vertical-bottom.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}
.progress-vertical.progress-lg,
.progress-vertical-bottom.progress-lg {
  width: 20px !important;
}
.progress-vertical.progress-lg .progress-bar,
.progress-vertical-bottom.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

@font-face {
  font-family: 'themify';
  src: url('/PPadmin/less/icons/themify-icons/fonts/themify.eot?-fvbane');
  src: url('/PPadmin/less/icons/themify-icons/fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'), url('/PPadmin/less/icons/themify-icons/fonts/themify.woff?-fvbane') format('woff'), url('/PPadmin/less/icons/themify-icons/fonts/themify.ttf?-fvbane') format('truetype'), url('/PPadmin/less/icons/themify-icons/fonts/themify.svg?-fvbane#themify') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*faq end*/

/*Login*/

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	color: #7b6a60;
	font-size:16px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
	margin-bottom: 10px;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon {
    border-radius: 2px;
    border: 1px solid rgba(120, 130, 140, 0.13);
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #c1a898;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ti-user:before {
    content: "\e602";
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
/*.form-control {
    background-color: #ffffff;
    border: 1px solid #e4e7ea;
    border-radius: 0px;
    box-shadow: 4px;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
}*/
.form-control {
   /* display: block;
    width: 100%;*/
    height: 34px;
    padding: 6px 1px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ti-lock:before {
    content: "\e62b";
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.btn-success, .btn-success.disabled {
    background: #c1a898;
    border: 1px solid #c1a898;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover, .btn-success.focus, .btn-success:focus {
	opacity:0.8;
}

/*table layouts page*/
.color-table.primary-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}
.color-table.success-table thead th {
  background-color: #7ace4c;
  color: #ffffff;
}
.color-table.info-table thead th {
  background-color: #41b3f9;
  color: #ffffff;
}
.color-table.warning-table thead th {
  background-color: #ffbb44;
  color: #ffffff;
}
.color-table.danger-table thead th {
  background-color: #f33155;
  color: #ffffff;
}
.color-table.inverse-table thead th {
  background-color: #4c5667;
  color: #ffffff;
}
.color-table.dark-table thead th {
  background-color: #263238;
  color: #ffffff;
}
.color-table.red-table thead th {
  background-color: #f33155;
  color: #ffffff;
}
.color-table.purple-table thead th {
  background-color: #707cd2;
  color: #ffffff;
}
.color-table.muted-table thead th {
  background-color: #98a6ad;
  color: #ffffff;
}
.color-bordered-table.primary-bordered-table {
  border: 2px solid #7460ee;
}
.color-bordered-table.primary-bordered-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}
.color-bordered-table.success-bordered-table {
  border: 2px solid #7ace4c;
}
.color-bordered-table.success-bordered-table thead th {
  background-color: #7ace4c;
  color: #ffffff;
}
.color-bordered-table.info-bordered-table {
  border: 2px solid #41b3f9;
}
.color-bordered-table.info-bordered-table thead th {
  background-color: #41b3f9;
  color: #ffffff;
}
.color-bordered-table.warning-bordered-table {
    border: 2px solid #d8c6bb; width:100%;text-align: left;
}
.color-bordered-table.warning-bordered-table thead th {
  background-color: #d8c6bb;
  color: #ffffff;
}
.color-bordered-table.danger-bordered-table {
  border: 2px solid #f33155;
}
.color-bordered-table.danger-bordered-table thead th {
  background-color: #f33155;
  color: #ffffff;
}
.color-bordered-table.inverse-bordered-table {
  border: 2px solid #4c5667;
}
.color-bordered-table.inverse-bordered-table thead th {
  background-color: #4c5667;
  color: #ffffff;
}
.color-bordered-table.dark-bordered-table {
  border: 2px solid #263238;
}
.color-bordered-table.dark-bordered-table thead th {
  background-color: #263238;
  color: #ffffff;
}
.color-bordered-table.red-bordered-table {
  border: 2px solid #f33155;
}
.color-bordered-table.red-bordered-table thead th {
  background-color: #f33155;
  color: #ffffff;
}
.color-bordered-table.purple-bordered-table {
  border: 2px solid #707cd2;
}
.color-bordered-table.purple-bordered-table thead th {
  background-color: #707cd2;
  color: #ffffff;
}
.color-bordered-table.muted-bordered-table {
  border: 2px solid #98a6ad;
}
.color-bordered-table.muted-bordered-table thead th {
  background-color: #98a6ad;
  color: #ffffff;
}
.full-color-table.full-primary-table {
  background-color: rgba(171, 140, 228, 0.8);
}
.full-color-table.full-primary-table thead th {
  background-color: #7460ee;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-primary-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-primary-table tr:hover {
  background-color: #7460ee;
}
.full-color-table.full-success-table {
  background-color: rgba(0, 194, 146, 0.8);
}
.full-color-table.full-success-table thead th {
  background-color: #7ace4c;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-success-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-success-table tr:hover {
  background-color: #7ace4c;
}
.full-color-table.full-info-table {
  background-color: rgba(3, 169, 243, 0.8);
}
.full-color-table.full-info-table thead th {
  background-color: #41b3f9;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-info-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-info-table tr:hover {
  background-color: #41b3f9;
}
.full-color-table.full-warning-table {
  background-color: rgba(254, 193, 7, 0.8);
}
.full-color-table.full-warning-table thead th {
  background-color: #ffbb44;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-warning-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-warning-table tr:hover {
  background-color: #ffbb44;
}
.full-color-table.full-danger-table {
  background-color: rgba(251, 150, 120, 0.8);
}
.full-color-table.full-danger-table thead th {
  background-color: #f33155;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-danger-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-danger-table tr:hover {
  background-color: #f33155;
}
.full-color-table.full-inverse-table {
  background-color: rgba(76, 86, 103, 0.8);
}
.full-color-table.full-inverse-table thead th {
  background-color: #4c5667;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-inverse-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-inverse-table tr:hover {
  background-color: #4c5667;
}
.full-color-table.full-dark-table {
  background-color: rgba(43, 43, 43, 0.8);
}
.full-color-table.full-dark-table thead th {
  background-color: #263238;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-dark-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-dark-table tr:hover {
  background-color: #263238;
}
.full-color-table.full-red-table {
  background-color: rgba(251, 58, 58, 0.8);
}
.full-color-table.full-red-table thead th {
  background-color: #f33155;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-red-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-red-table tr:hover {
  background-color: #f33155;
}
.full-color-table.full-purple-table {
  background-color: rgba(150, 117, 206, 0.8);
}
.full-color-table.full-purple-table thead th {
  background-color: #707cd2;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-purple-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-purple-table tr:hover {
  background-color: #707cd2;
}
.full-color-table.full-muted-table {
  background-color: rgba(152, 166, 173, 0.8);
}
.full-color-table.full-muted-table thead th {
  background-color: #98a6ad;
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-muted-table tbody td {
  border: 0 !important;
  color: #ffffff;
}
.full-color-table.full-muted-table tr:hover {
  background-color: #98a6ad;
}


.icon-list-demo i {
    -webkit-transition: all 0.2s;
    -webkit-transition: font-size 0.2s;
    display: inline-block;
    font-size: 18px;
    margin: 0 15px 0 10px;
    text-align: left;
    transition: all 0.2s;
    transition: font-size 0.2s;
    vertical-align: middle;
    width: auto;
    transition: all 0.3s ease 0s;
}
.fa-trash-o:before {
    content: "\f014";
}
.fa2 {
    font-size: 23px;
    line-height: 49px;
    /* color: white; */
}


.pc { display: block;}
.mobile { display:none;}


.fw_medium {
    font-weight: 500;
}
.f_size_large {
    font-size: 1.15em;
}
.t_align_r {
    text-align: right;
}
.table_type_4 td[colspan], .table_type_4 td[colspan] + td {
    padding-top: 14px;
    padding-bottom: 14px;
}
.table_type_1 td, .table_type_4 td {
    padding: 20px;
}
[class*="table_type_"] th, [class*="table_type_"] td {
    border: 1px solid #ecf0f1;
}
[class*="table_type_"] tr:first-child th:first-child, [class*="table_type_"] tr td:first-child {
    border-left: none;
}
.cart_text { text-align:right; font-size:18px; font-weight:bold;     color:#d0b1a0;}
.cart_text2 { text-align:left; font-size:24px; font-weight:bold;color: #ff8c48; padding-left:10px;}
.cart_all { width:100%; float:right; margin-top:0px;    background: #3a2d25;}
.ti-email:before {
    content: "\e75a";
}
.box_line { border-bottom-style:dotted; border-bottom-color:#c1a898; border-bottom-width:2px; padding-bottom:20px; margin-bottom:20px;}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #e0a37c;
}
.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid rgba(120, 130, 140, 0.13);
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -2px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 17px;
    outline: none !important;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #e0a37c;
}
.radio input[type="radio"]:checked + label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio-info input[type="radio"] + label::after {
    background-color: #e0a37c;
}
.radio label::after {
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #263238;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 7px;
    left: 5px;
    margin-left: -1px;
    position: absolute;
    top: 6px;
    transform: scale(0, 0);
    transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 7px;
}
.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    /* margin-left: -20px; */
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.radio {
    padding-left: 20px;margin-right: 20px;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.ti-mobile:before {
    content: "\e621";
}
.ti-location-pin:before {
    content: "\e693";
}
.ti-direction:before {
    content: "\e6a8";
}
.ti-id-badge:before {
    content: "\e699";
}

.mdi-cake:before {
    content: "\F0E9";
}

.mdi-cake-layered:before {
    content: "\F0EA";
}
.mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.mdi {
    font-size: 17px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.select_h { padding:10px; border-radius:6px;}
.container, .container-fluid2 {
    width: 1170px;
}
.container, .container-fluid2 {
    margin-right: auto;
    margin-left: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.video { display:block; margin-bottom:8px;}

.set_news { position:absolute ; top:10px;right:0px}
.news_s { padding:3px 10px; background-color:#50b442; color:#fff; font-size:16px; text-align:center;border-radius: 30px;}
.news_day2 { width:100%; display:block; padding-bottom:10px; margin-bottom:15px; color:#50b442; font-size:16px; font-weight:bold;    border-bottom: 1px solid #50b442;}
.news_title01 { width:100%; display:block; font-size:22px; font-weight:bold;    color: #027bc2; margin-bottom:30px;}
.news_ttext { width:100%; display:block;}
.snews_box { width:100%; display:block; background-color:#f7f8f8; padding:20px;}
.snews_title { width:100%; display:block; font-size:22px; font-weight:bold; text-align:left; margin-bottom:20px;}
.snews_li { width:100%; display:block; margin-bottom:15px;}
.snews_day { display:block; width:100%; margin-bottom:3px; color:#0080cb; font-size:16px;}
.snews_title2 { display:block; width:100%; margin-bottom:3px;  font-size:18px; text-align:left;}

.snews_li2 {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted;
}

.about_title {
	width: 100%;
	display: block;
	margin-bottom: 25px;
	padding-bottom: 20px;
	color: #0080cb;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #44af35;
}
.about_title2 {
	width: 100%;
	display: block;
	margin-bottom: 25px;
	
	color: #0080cb;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	
}
.about_title3 {
	width: 100%;
	display: block;
	margin-bottom: 25px;
	padding-bottom: 20px;
	color: #0080cb;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #44af35;
}
.about_text { color:#727171; font-size:15px;}
.about_pic { float:left; padding:0px 10px; width:auto;}
.about_name { float: right; }
.about_body { padding:0px 30px;}
.link_pic { /*height:62px;*/}
.annual_title {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #44af35;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #44af35;
	margin-top:25px;
}
.annual_body { padding:8px;}
.annual_body2 { padding:0px 4px;}
.annual_title2 { width:100%; display:block; color:#0080cb; font-size:18px; font-weight:bold; margin-top:15px; margin-bottom:2px;}
.annual_title3 { width:100%; display:block; color:#0080cb; font-size:18px; font-weight:bold; margin-top:0px; margin-bottom:2px;}
.annual_text { width:100%; display:block; font-size:16px;}
.annual_bg {  display:block; background-color:#f7f8f8; padding:10px;}

#qaContent {
	width: 100%;
}
#qaContent h3 {
	width:100%;
	height: 22px;
	text-indent: -9999px;
}

#qaContent ul.accordionPart {
	
}
#qaContent ul.accordionPart li {
	border-bottom: solid 0px #e3e3e3;
	padding-bottom: 4px;
	margin-top: 4px;
}
#qaContent ul.accordionPart li .qa_title {
color: #fff;
    cursor: pointer;
    background: #9bb4dd;
    text-align: center;
    font-size: 18px;
    padding: 5px 0px;
}
#qaContent ul.accordionPart li .qa_title:hover {
color: #fff;
    cursor: pointer;
    background: #0080cb;
    text-align: center;
    font-size: 18px;
    padding: 5px 0px;
}
.accordionPart li .in {
color: #fff;
    cursor: pointer;
    background: #0080cb !important;
    text-align: center;
    font-size: 18px;
    padding: 5px 0px;
}

#qaContent ul.accordionPart li .qa_title_on {
/*	text-decoration: underline;*/
}
#qaContent ul.accordionPart li .qa_content {
	margin: 6px 0 0;
	
	color: #666;
}
.annual_day { display:block; text-align:center; font-size:16px; padding:6px 0px;}
.annual_day:hover { background-color:#d6deeb;}
.edm_title {color: #fff;
    cursor: pointer;
    background: #44af35;
    text-align: center;
    font-size: 18px;
    padding: 5px 0px;
	margin-top:8px;
	margin-bottom:5px;}
	
.edm_li { display:block; margin-bottom:5px;}
.annual_input { width:98%; padding:6px 0px ; font-size:15px; }
.edm_button { width:100%; display:block; padding:5px 0px; text-align:center; font-size:16px; background-color:#adcf8f; color:#fff; margin-bottom:20px;}
.edm_button:hover { width:100%; display:block; padding:5px 0px; text-align:center; font-size:16px; background-color:#75a24d; color:#fff;margin-bottom:20px;}

.foot_page a { border: #c7c7c7 solid 1px; padding:5px 10px;}
.foot_page a:hover { border: #c7c7c7 solid 1px; padding:5px 10px; background-color:#c7c7c7; color:#fff;}
.select_page { border: #c7c7c7 solid 1px; padding:5px 10px; background-color:#c7c7c7; color:#fff;}


@media (max-width: 1199px) and (min-width: 980px) {
.container, .container-fluid2 {
    width: 940px;
}
}

@media (max-width: 979px) and (min-width: 768px)
{
.container, .container-fluid2 {
    width: 90%;
}
}


@media (max-width: 768px) {
 .container, .container-fluid2 {
    width: 100%;
    padding: 0;
}
.index_news_pic {  margin:0px; overflow:hidden;}

.brand_name:before {
    position: absolute;
    content: '';
    background: url(../images/logo.png);
    width: 300px;
    height: 61px;
    top: -4px;
    left: 0px;
}
.link_pic { height: auto;}
.annual_body2 { padding:0px 0px 20px 0px;}
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
 
}




/*Login end*/
@media (max-width: 481px) {
	
	
.annual_body { padding:0px;}	
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 90%;
    margin-bottom: 0;
}
.cart_text { text-align: center; font-size:24px; font-weight:bold;     color:#d0b1a0;}
.cart_text2 { text-align: center; font-size:24px; font-weight:bold;color: #ff8c48; padding-left:0px;}
.pc { display: none;}
.mobile { display: block;}

.about_pic { float: none; padding:0px 0px; width:100%;}
.about_body { padding:0px 0px;}
.annual_body2 { padding:0px 0px 20px 0px;}


}

