@charset "UTF-8";

/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
  -moz-user-select : none;
　-webkit-user-select: none;
}
html,body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: "Lato","Noto Sans TC", "Helvetica", sans-serif;
	background:#FFF;
  color: #333;
}

a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {	
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#CCC;
	text-decoration: none;
}
a:active {
	color:#FFF;
	text-decoration: none; 
}



#header {
  width: 100%;
  height: 115px;
  background: rgba(51,51,51,0.95);
  position: fixed;
  z-index: 1000;
}

.header_top {
  width: 100%;
  padding: 5px 0;
  background: #d1bfb1;
  overflow: hidden;
  font-size: 12px;
  color: #FFF;
}
.header_top_menu {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: right;
}
.header_top_menu a {
  color: #FFF;
}
.header_top2_menu {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: right;
  padding-top: 20px;
  position: relative;
}
.header_top2_menu a {
  color: #FFF;
}
.menu_list {
  font-size: 16px;
}

.logo {
  width: 80px;
  float:left;
  text-align: left;
  padding-top: 2px;
}
.logo_word {
  float:left;
  text-align: left;
  font-size: 16px;
  color: #FFF;
  font-weight: 300;
  padding-top: 16px;
  margin-left: 24px;
}
.header_top2_line {
  width: 100%;
  height: 19px;
  border-top: 1px solid #FFF;
}
.header_top2_clear {
  width: 100%;
  clear: both;
  height: 22px;
}
.header_menu {
  width: 100%;
  text-align: left;
  position: relative;
  font-size: 16px;
}
.header_menu ul {
  list-style: none;
}
.header_menu ul li {
  margin-left: 73px;
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  padding-bottom: 10px;
}
.header_menu ul li:first-child {
  margin-left: 7px;
}

.header_list_menu {
  position: fixed;
  top: 178px;
  left: 0;
  width: 100%;
  min-height:  60px;
  z-index: 10;
  background: rgba(246,246,246,0.95);
  display: none;
}
.header_list_menu2 {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.header_list_menu2 ul {
  padding: 20px 0;
}
.header_list_menu2 ul li {
  font-size: 16px;
  line-height: 30px;
  margin-left: 67px;
}
.header_list_menu2 ul li a {
  color: #666666;
}
.header_list_menu2 ul li a:hover {
  color: #a5886d;
  border-bottom: 0;
}

.cart {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1002;
}

.header_menu_list {
  width: 280px;
  border-top: 3px solid #a5886d;
  padding: 28px 30px;
  background: #FFF;
  position: absolute;
  top:88px;
  right: 20px;
  display: none;
}
.header_products {
  position: relative;
}
.header_products_pic1 {
  width: 60px;
  float: left;
  text-align: left;
}
.header_products_name1 {
  width: calc(100% - 80px);
  float: right;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
.header_products_line {
  width: 100%;
  border-top:1px solid #666666;
  height: 20px;
}
.header_products_clear {
  height: 20px;
  clear: both;
}
.header_products_del {
  background: #666;
  color: #FFF;
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 50px;
  z-index: 10;
  cursor: pointer;
}

.header_products_clear {
  height: 20px;
  clear: both;
}

.header_products_1 {
  width: 50%;
  float: left;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.header_products_2 {
  width: 50%;
  float: right;
  text-align: right;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.header_products_b1 {
  width: 100%;
  height: 40px;
  text-align: center;
  color: #FFF;
  background: #fc9786;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  letter-spacing: 2px;
}
.header_products_b2 {
  width: 100%;
  height: 40px;
  text-align: center;
  color: #FFF;
  background: #8cb19a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  letter-spacing: 2px;
}

@media only screen and (min-width: 768px) {
#header {
  height: 130px;
  z-index: 1000;
}
.header_top {
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
}
.header_top2_menu {
  padding-top: 30px;
}
.cart {
  right: 25px;
  top: 10px;
}
.header_menu_list {
  width: 300px;
  border-top: 3px solid #a5886d;
  padding: 28px 30px;
  top:103px;
  right: 25px;;
}
.header_products_pic1 {
  width: 60px;
  float: left;
  text-align: left;
}
.header_products_name1 {
  width: calc(100% - 80px);
  float: right;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
.header_products_line {
  height: 20px;
}
.header_products_clear {
  height: 20px;
}
.header_products_del {
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 50px;
}
.header_products_1 {
  width: 50%;
  font-size: 14px;
  }
.header_products_2 {
  width: 50%;
  font-size: 14px;
}
.header_products_b1 {
  width: 100%;
  height: 40px;
  font-size: 14px;
}
.header_products_b2 {
  width: 100%;
  height: 40px;
  font-size: 14px;
} 
}
@media only screen and (min-width: 1100px) {
#header {
  height: 180px;
  z-index: 1000;
}
.header_top {
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
}
.header_top2_menu {
  padding-top: 30px;
}
.cart {
  right: 0;
  top: 10px;
}
.header_menu_list {
  width: 300px;
  border-top: 3px solid #a5886d;
  padding: 28px 30px;
  top:96px;
  right: 0;
}
.header_products_pic1 {
  width: 60px;
  float: left;
  text-align: left;
}
.header_products_name1 {
  width: calc(100% - 80px);
  float: right;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
.header_products_line {
  height: 20px;
}
.header_products_clear {
  height: 20px;
}
.header_products_del {
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 50px;
}
.header_products_1 {
  width: 50%;
  font-size: 14px;
  }
.header_products_2 {
  width: 50%;
  font-size: 14px;
}
.header_products_b1 {
  width: 100%;
  height: 40px;
  font-size: 14px;
}
.header_products_b2 {
  width: 100%;
  height: 40px;
  font-size: 14px;
} 
}



.header_main_menu {
  display: none;
  position: relative;
}
.header_main_menu2 {
  display: block;
  position: relative;
}
.header_small_logo {
  position: absolute; 
  width: 80px;
  left: 55px;
  top: 05px;
  z-index: 1000;
}
.header_small_logo_word {
  position: absolute; 
  left: 155px;
  top: 23px;
  color:#FFF;
  font-size: 12px;
  font-weight: 300;
   z-index: 1000;
}
.header_small_open {
  position: absolute; 
  width: 27px;
  left: 15px;
  top: 13px;
  z-index: 1000;
}
.header_small_close {
  position: absolute;
  width: 27px;
  left: 13px;
  top: 10px;
  z-index: 1000;
  display: none;
}
.header_small_menu {
  width: 100%;
  padding: 25px 15px 25px 15px;
  background: rgba(51,51,51,0.95);
  position: absolute;
  z-index: 999;
  overflow-y: auto;
  display: none;
}
.header_small_menu ul {
  list-style: none;
  padding-left: 55px;
}
.header_small_menu ul li {
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding-bottom: 30px;
  color: #FFF;
}
.header_small_menu ul li a { 
  color: #FFF;
}
.header_menu_open {
  list-style: none;
  padding-left: 20px;
  overflow: hidden;
  display: none;
}
.header_menu_open div {
  text-align: left;
  font-size: 16px;
  padding: 15px 0 0 0;
  color: #FFF;
}
.header_menu_open div a{ 
  color: #FFF;
}

.down-arrow {
  display :inline-block;
  position: relative;
  width: 40px;
  height: 30px;
  margin-left: 100px;
}

.down-arrow::after {
  display: inline-block;
  content: " ";
  height: 18px;
  width: 18px;
  border-width: 2px 2px 0 0;
  border-color: #FFF;
  border-style: solid;
  transform: matrix(0.60, 0.60, -0.60, 0.60, 0, 0);
  transform-origin: center;
  transition: transform .3s;
  position: absolute;
  top: 50%;
  right: 10px;
}

.down-arrow.active::after {
  transform-origin: center;
  transform: rotate(135deg);
  transition: transform .3s;
}


@media only screen and (min-width: 768px) {
.header_small_logo {
  position: absolute; 
  width: 90px;
  left: 70px;
  top: 2px;
  z-index: 1000;
}
.header_small_logo_word {
  position: absolute; 
  left: 180px;
  top: 20px;
  color:#FFF;
  font-size: 16px;
  font-weight: 300;
   z-index: 1000;
}
.header_small_open {
  position: absolute; 
  width: 32px;
  left: 25px;
  top: 10px;
  z-index: 1000;
}
.header_small_close {
  position: absolute;
  width: 32px;
  left: 25px;
  top: 10px;
  display: none;
}
.header_small_menu {
  padding: 50px 25px 50px 25px;
}
.header_small_menu ul li {
  width: 300px;
  font-size: 18px;
  padding-bottom: 30px;
}
.header_menu_open {
  padding-left: 25px;
}
.header_main_menu {
  display: none;
}
.header_main_menu2 {
  display: block;
}
.down-arrow {
  margin-left: 120px;
}
}
@media only screen and (min-width: 1100px) {
.header_main_menu {
  display: block;
}
.header_main_menu2 {
  display: none;
}
}

.banner {
  width: 100%;
  display: none;
}
.banner2 {
  width: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
.banner {
  display: block;
}
.banner2 {
  display: none;
}
}


#content {
  width: 100%;
  background: #d1bfb1;
  overflow: hidden;
  position: relative;
}

.content_block {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  padding: 60px 20px;
  overflow: hidden;
}

.ad_1 {
  width: 100%;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.ad_2 {
  width: 100%;
  float: right;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 20px;
}
.ad_3 {
  width: 100%;
  height: 220px;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.ad_line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 10px;
}
.ad_line2 {
  position: relative;
  width: 100%;
  height: 100%;
  border: 3px solid #a5886d;
  display: flex;
  justify-content: center;
  align-items: center; 
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #FFF;
  letter-spacing: 0px;
}
.ad_clear {
  width: 100%;
  height: 20px;
  clear: both;
}

@media only screen and (min-width: 768px) {
.content_block {
  padding: 80px 20px;
}
.ad_1 {
  width: 49%;
  float: left;
}
.ad_2 {
  width: 49%;
  float: right;
  margin-top: 0;
}
.ad_3 {
  width: 100%;
  height: auto;
  float: left;
}
.ad_line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 10px;
}
.ad_line2 {
  border: 3px solid #a5886d;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0px;
}
.ad_clear {
  height: 30px;
}
}
@media only screen and (min-width: 1100px) {
.content_block {
  padding: 100px 20px;
}
.ad_1 {
  width: 48%;
  float: left;
}
.ad_2 {
  width: 48%;
  float: right;
}
.ad_3 {
  width: 100%;
  float: left;
}
.ad_line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 10px;
}
.ad_line2 {
  border: 3px solid #a5886d;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 2px;
}
.ad_clear {
  height: 40px;
}
}




#content2 {
  width: 100%;
  background: #FFF;
  overflow: hidden;
}

.content2_block {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  padding: 50px 10px;
  overflow: hidden;
  text-align: center;
}
.content2_pic1 img {
  height: 100px;
  text-align: center;
}
.content2_item {
  padding-bottom: 30px;
}
.content2_title1 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Serif TC",serif;
  padding-top: 20px;
  color: #333333;
}
.content2_title2 {
  font-size: 16px;
  font-weight: 500;
  padding-top: 5px;
  color: #333333;
}
.nice_product {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
.content2_block {
  padding: 70px 10px;
}
.content2_item {
  padding-bottom: 0px;
}
.content2_title1 {
  font-size: 16px;
  padding-top: 20px;
}
.content2_title2 {
  font-size: 16px;
  padding-top: 5px;
}
}
@media only screen and (min-width: 1100px) {
.content2_block {
  padding: 95px 10px;
}
.content2_title1 {
  font-size: 20px;
  padding-top: 20px;
}
.content2_title2 {
  font-size: 20px;
  padding-top: 5px;
}
}



#content3 {
  width: 100%;
  background: #f6f6f6;
  overflow: hidden;
}
.content3_block {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  padding: 50px 10px;
  overflow: hidden;
  text-align: center;
}
.content3_title1 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 4px;
}
.content3_title2 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 5px;
  font-family: "Noto Serif TC",serif;
  color: #333333;
}
.content3_in_1 {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 4px;
}
.content3_in_2 {
  font-size: 14px;
  color: #FFF;
  border: 1px solid #fff;
  width: 120px;
  height: 30px;
  text-align: center;
  padding: 5px 10px;
  margin: auto;
}
.content3_in_clear {
  width: 100%;
  clear: both;
  height: 20px;
}

.product-list {
  margin: 0 0 30px 0;
}


.product_pic1 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.product_title1 {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  padding-top: 14px;
  height: 100px;
}
.product_money1 {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  text-decoration: line-through;
  padding-top: 6px;
}
.product_money2 {
  font-size: 16px;
  color: #ec7260;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
.product_money3 {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  padding-top: 6px;
}
.product_cart {
  width: 100%;
  height: 40px;
  border: 1px solid #a6886e;
  font-size: 14px;
  color: #a6886e;
  padding: 10px 0;
  margin-top: 16px;
  background-image: url("../images/cart2.png");
  background-size: 20px 20px;
  background-position: 15% 10px;
  padding-left: 30%;
  background-repeat: no-repeat;
  text-align: left;
  cursor: pointer;
}
.product_cart img {
  width: 20px;
}
.product_cart:hover {
  background-color: #a6886e;
  background-image: url("../images/cart.png");
  color: #fff;
}
.product_clear {
  clear: both;
  height: 40px;
}
@media only screen and (min-width: 400px) {
.product_cart {
  background-position: 30% 10px;
  padding-left: 40%;
}
}
@media only screen and (min-width: 768px) {
.content3_block {
  padding: 60px 20px;
}
.content3_title1 {
  font-size: 20px;
  letter-spacing: 4px;
}
.content3_title2 {
  font-size: 16px;
  padding-top: 5px;
}
.content3_in_1 {
  font-size: 20px;
  letter-spacing: 4px;
}
.content3_in_2 {
  font-size: 14px;
  width: 120px;
  height: 30px;
  padding: 5px 10px;
}
.content3_in_clear {
  height: 20px;
}
.product_title1 {
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
  height: 90px;
}
.product_money1 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 6px;
}
.product_money2 {
  font-size: 18px;
  line-height: 30px;
}
.product_money3 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 6px;
}
.product_cart {
  height: 50px;
  font-size: 16px;
  margin-top: 16px;
  line-height: 28px;
  background-size: 28px 28px;
  background-position: 30% 10px;
  padding-left: 45%;
}
.product_clear {
  height: 30px;
}  
}

@media only screen and (min-width: 1100px) {
.content3_block {
  padding: 95px 10px;
}
.content3_title1 {
  font-size: 24px;
  letter-spacing: 4px;
}
.content3_title2 {
  font-size: 18px;
  padding-top: 5px;
}
.content3_in_1 {
  font-size: 20px;
  letter-spacing: 4px;
}
.content3_in_2 {
  font-size: 14px;
  width: 120px;
  height: 30px;
  padding: 5px 10px;
}
.content3_in_clear {
  height: 20px;
}
.product-list {
  margin: 0 0 50px 0;
}
.product_title1 {
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
  height: 110px;
}
.product_money1 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 10px;
}
.product_money2 {
  font-size: 18px;
  line-height: 30px;
}
.product_money3 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 10px;
}
.product_cart {
  height: 50px;
  font-size: 16px;
  line-height: 28px;
  margin-top: 16px;
  background-size: 28px 28px;
  background-position: 30% 10px;
  padding-left: 45%;
}
.product_clear {
  height: 50px;
} 
}


.content4_block {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  padding: 50px 0px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 768px) {
.content4_block {
  padding: 60px 0px;
}
}
@media only screen and (min-width: 1100px) {
.content4_block {
  padding: 95px 0px;
}
}

.content5_1 {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}

.content5_2 {
  width: 50%;
  overflow: hidden;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  display: none;
}
  .content5_word {
    width: 100%;
    float: right;
    position: relative;
    margin: 0 auto;
    padding: 50px 20px;
    display: flex;
    justify-content: left;
    align-items: center; 
    text-align: left;
  }
  .content5_title1 {
    font-size: 18px;
    color: #333333;
  }
  .content5_title2 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
  }
  .content5_title3 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
  }
  .content5_clear {
    height: 60px;
    clear: both;
  }
  .content5_b1 {
    width: 100%;
    height: 50px;
    text-align: center;
    color: #a5886d;
    background: #ffffff;
    letter-spacing: 4px;
    font-size: 16px;
    border: 1px solid #a5886d;
    border-radius: 0;
  }
  .product_arrow {
    width: 40px;
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 10;
    cursor: pointer;
  }


@media only screen and (min-width: 768px) {
.content5_1 {
  width: 50%;
  height: 100%;
  float: left;
}
  .content5_word {
    width: 100%;
    float: right;
    position: relative;
    margin: 0 auto;
    padding: 50px 50px 50px 60px;
  }
  .content5_title1 {
    font-size: 18px;
  }
  .content5_title2 {
    font-size: 24px;
    font-weight: 700;
  }
  .content5_title3 {
    font-size: 16px;
    line-height: 36px;
  }
  .content5_clear {
    height: 100px;
    clear: both;
  }
  .content5_b1 {
    width: 250px;
    height: 50px;
    letter-spacing: 4px;
    font-size: 18px;
    border: 1px solid #a5886d;
  }

.content5_2 {
  width: 50%;
  display: block;
}
  .product_arrow {
    width: 60px;
  }
}

@media only screen and (min-width: 1100px) {
.content5_1 {
  width: 50%;
  height: 100%;
  float: left;
}
  .content5_word {
    width: 550px;
    float: right;
    position: relative;
    margin: 0 auto;
    padding: 50px 0;
  }
  .content5_title1 {
    font-size: 24px;
  }
  .content5_title2 {
    font-size: 36px;
    font-weight: 700;
  }
  .content5_title3 {
    font-size: 20px;
    line-height: 36px;
  }
  .content5_clear {
    height: 140px;
    clear: both;
  }
  .content5_b1 {
    width: 250px;
    height: 50px;
    letter-spacing: 4px;
    font-size: 18px;
    border: 1px solid #a5886d;
  }

.content5_2 {
  width: 50%;
}
  .product_arrow {
    width: 100px;
  }
}

.content6_block {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  padding: 40px 20px;
  overflow: hidden;
  text-align: center;
}
.content6_img {
  width: 100px;
}
.content6_title1 {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
}
.content6_title2 {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-family: "Noto Serif TC",serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
.content6_block {
  padding: 55px 20px;
}
.content6_img {
  width: 150px;
}
.content6_title1 {
  font-size: 20px;
  padding-top: 25px;
}
.content6_title2 {
  font-size: 16px;
}
}

@media only screen and (min-width: 1100px) {
.content6_block {
  padding: 80px 20px;
}
.content6_img {
  width: 200px;
}
.content6_title1 {
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  padding-top: 25px;
}
.content6_title2 {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-family: "Noto Serif TC",serif;
  text-align: center;
}
}


#footer {
  background: #333;
  overflow: hidden;
  padding: 40px 20px 30px 20px;
}
  .footer {
    max-width: 1100px;
    width: 100%;
    margin: auto;
  }
  .footer_block {
    width: 50%;
    float: left;
    color: #FFF;
  }
  .footer_block2 {
    width: 100%;                      
    float: left;
    color: #FFF;
    display: none;
  }
  .footer_block3 {
    width: 100%;
    float: right;
    color: #FFF;
    padding-bottom: 10px;
    display: block;
  }
  .footer_block4 {
    width: 100%;                      
    float: left;
    color: #FFF;
  }
  .footer_share {
    text-align: right;
  }
  .footer_share img { 
    width: 30px;
    margin-left: 5px;
  }
  .footer_title1 {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
  }
  .footer_title2 {
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
  }
  .footer_title3 {
    font-size: 12px;
    font-weight: 300;
    color: #FFF;
    margin-left: 10px;
    float: left;
    padding-top: 10px;
  }
  .copyright {
    font-size: 12px;
    color: #666666;
    text-align: right;
  }
  .footer_clear {
    clear: both;
    height: 20px;
  }
  .footer_clear2 {
    clear: both;
    height: 5px;
  }
  .footer_clear3 {
    clear: both;
    height: 20px;
    display: block;
  }
  .footer_line {
    border-top:1px solid #FFF;
    height: 20px;
  }

.footer_1 {
  width: 100%;
  float: left;
  text-align: left;
}
  .footer_1 img {
    width: 72px;
    float: left;
    text-align: left;
  }
.footer_2 {
  width: 100%;
  float: left;
  text-align: left;
  padding-top: 10px;
}
  .footer_2  img {
    margin-left: 3px;
    height: 10px;
  }

@media only screen and (min-width: 768px) {
#footer {
  padding: 40px 20px 30px 20px;
}
  .footer_block {
    width: 33.33333%;
    float: left;
  }
  .footer_block2 {
    width: 33.33333%;
    float: left;
    display: none;
  }
  .footer_block3 {
    width: 100%;
    float: right;
    text-align: right;
    display: block;
  }
  .footer_block4 {
    width: 33.33333%;
    float: left;
    display: block;
  }
  .footer_share {
    text-align: right;
  }
  .footer_share img { 
    width: 33px;
    margin-left: 10px;
  }
  .footer_title1 {
    font-size: 16px;
    line-height: 36px;
  }
  .footer_title2 {
    font-size: 16px;
    line-height: 36px;
  }
  .footer_title3 {
    font-size: 15px;
    margin-left: 15px;
    float: left;
    padding-top: 22px;
  }
  .copyright {
    font-size: 12px;
    text-align: right;
  }
  .footer_clear {
    height: 30px;
  }
  .footer_clear2 {
    height: 5px;
  }
  .footer_clear3 {
    display: none;;
  }
  .footer_line {
    height: 30px;
  }

.footer_1 {
  width: 41%;
  float: left;
  text-align: left;
  font-size: 14px;
}
  .footer_1 img {
    width: 122px;
    float: left;
    text-align: left;
  }
.footer_2 {
  width: 59%;
  float: left;
  text-align: right;
  padding-top: 25px;
}
  .footer_2  img {
    height: 15px;
    margin-left: 6px;
  }
}
@media only screen and (min-width: 1100px) {
#footer {
  padding: 50px 0 30px 0;
}
  .footer_block {
    width: 25%;
    float: left;
  }
  .footer_block2 {
    width: 25%;
    float: left;
    display: block;
  }
  .footer_block3 {
    width: 25%;
    float: left;
    display: none;
  }
  .footer_block4 {
    width: 25%;
    display: block;
  }
  .footer_share {
    text-align: right;
  }
  .footer_share img { 
    width: 33px;
    margin-left: 10px;
  }
  .footer_title1 {
    font-size: 16px;
    line-height: 36px;
  }
  .footer_title2 {
    font-size: 16px;
    line-height: 36px;
  }
  .footer_title3 {
    font-size: 16px;
    margin-left: 20px;
    float: left;
    padding-top: 22px;
  }
  .copyright {
    font-size: 12px;
    text-align: right;
  }
  .footer_clear {
    height: 40px;
  }
  .footer_clear2 {
    height: 5px;
  }
  .footer_line {
    height: 40px;
  }

.footer_1 {
  width: 30%;
  float: left;
  text-align: left;
  font-size: 16px;
}
  .footer_1 img {
    width: 122px;
    float: left;
    text-align: left;
  }
.footer_2 {
  width: 70%;
  float: left;
  text-align: right;
  padding-top: 0;
}
  .footer_2  img {
    height: 20px;
    margin-left: 15px;
  }
}

.item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.owl-dots {
  position: absolute;
  bottom: 10px;
  margin: auto;
  text-align: center;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 768px) {
.owl-dots {
  bottom: 30px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
}
}
button:focus {
    outline: none;
}

.pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-angle-left {
  transform: rotate(-90deg);
  transition: transform 0.5s ease;
  font-size: 14px;
  color: #FFF;
}

.owl-prev {
  position: absolute;
  top: 40%;
  left: -30px;
}
.owl-prev img {
  width: 20px;
}
.owl-next {
  position: absolute;
  top: 40%;
  right: -30px;
}
.owl-next img {
  width: 20px;
}
button.owl-prev:hover ,button.owl-next:hover {
  background-color: none;
}

@media only screen and (min-width: 768px) {
.owl-prev {
  position: absolute;
  top: 40%;
  left: -50px;
}
.owl-prev img {
  width: 30px;
}
.owl-next {
  position: absolute;
  top: 40%;
  right: -50px;
}
.owl-next img {
  width: 30px;
}
}
@media only screen and (min-width: 1100px) {
.owl-prev {
  position: absolute;
  top: 40%;
  left: -70px;
}
.owl-prev img {
  width: 50px;
}
.owl-next {
  position: absolute;
  top: 40%;
  right: -70px;
}
.owl-next img {
  width: 50px;
} 
}