/********************index-products************************/
.ueeshop_responsive_turn_page .active{background-color: #ffc107;color: #fff;}
.categories {
  /*background: #1a1d18;*/
  padding: 40px 0;
  overflow: hidden;
  padding-top:0
}
.list .bx-default-pager{display:none}
.cate_content {
  max-width: 1024px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.categories .fl {
  width: 250px;
  float: left;
}

.categories .fr {
  padding-left: 280px;
}

.cate_bt {
  margin-bottom: 30px;
  padding: 0 25px;
}

.categories .prev_next div {
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
  outline: none;
  display: inline-block;
}

.rvc-prv img {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.categories .fl button:hover {
  background: #fcd846;
  color: #1a1d18;
}

.cate_title {
  font-size: 30px;
  padding-bottom: 10px;
}

.prev_next {
  margin-top: 20px;
}

.hourse_b li {
  float: left;
  position: relative;
}

.hourse_con img {
  width: 100%;
}

.hourse_con {
  position: relative;
}

.hourse_con p {
  background: #fcd846;
  color: #333;
  padding: 15px 5px;
  font-size: 20px;
  font-weight: 600;
}

.hourse_con .imgbox {
  display: grid;
}

.hourse_con div {
  text-align: center;
}

.read_more {
  background: #fcd846;
  color: #333;
  /*border: 1px solid #333;*/
  padding: 5px 10px;
  border-radius: 22px;
  font-size: 15px;
  transition: all 0.3s;
  z-index: 103;
  position: absolute;
  display: none;
  top: 40%;
  left: 50%;
  margin-left: -45px;
}

.hourse_b li:hover .read_more {
  display: block;
}

.hourse_con:after {
  background: #333;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hourse_con:hover:after {
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 0.6;
}

/*rvc*/
.rvc .rvc-wrapper {
  margin: auto;
  overflow: hidden;
  max-width: 960px;
}

.rvc .rvc-wrapper ul {
  overflow: hidden;
  position: relative;
}

.rvc {
  max-width: 1024px;
  position: relative;
  margin: auto;
}

.news .rvc-prv,
.news .rvc-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.news .rvc-next {
  right: 0;
}

.news .prev_next .rvc-next {
  right: 0;
  position: absolute;
}

.categories .prev_next div {
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
  outline: none;
  display: inline-block;
}

.prev_next {
  margin-top: 20px;
}

.news .prev_next .rvc-next {
  right: 0;
  position: absolute;
}

.prev_next li {
  padding: 10px 0;
  font-size: 16px;
  color: #444444;
}

.prev_next li a {
  color: #444444;
}

.rvc-prv img {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.news .rvc-prv,
.news .rvc-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.rvc-prv img {
  width: 30px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari å’Œ Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

.rvc-prv,
.rvc-next {
  position: absolute;
  height: 100%;
  top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  right: 0;
}

.rvc-next img {
  width: 100%;
}

.rvc-prv {
  left: 0;
}
/********************footer************************/
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.foot {
  background: #222430;
  padding-top: 10px;
}

.fimg_box,
.fmessage_box {
  display: inline-block;
}

.fmessage_box {
  padding-left: 10px;
}

.foot_li {
  margin-top: 30px;
  color: #ccc;
}

.foot_li a {
  color: #eee;
  font-size: 1.5em;
  padding: 3px 0;
  display: inline-block;
}

.foot_li a:hover{
  text-decoration: none !important;
}

.foot_li > li {
  float: left;
  width: 33%;
}

.foot_info {
  padding: 0 15px;
  line-height: 1.7;
}
.foot_info p {
  color: #818183;
}

.foot_info h3 {
  border-bottom: 1px solid #cfb826;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 25px;
}

.foot_li a:hover {
  color: #fdc107;
  text-decoration: underline;
}

.foot_ad img {
  width: 200px;
  max-height: 43px;
}

.foot_li > li:nth-child(2) {
  width: 66%;
}
@media screen and (max-width: 960px) {
  .foot_li > li {
    width: 50%;
  }
  .foot_li > li:nth-child(2) {
    width: 100%;
}
}

@media screen and (max-width: 640px) {
  .box,
  .foot_li > li {
    width: 100%;
  }
}

.foot_info h3 {
  height: 36px;
  line-height: 36px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  color: #fdc107;
}

#footer .link {
  padding: 0;
  padding-bottom: 30px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.foot #footer .link ul.contact {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .foot #footer .link ul li {
    display: block;
  }
  .footer_2 {
    margin-bottom: 30px;
  }
  .foot #footer .link {
    padding-bottom: 15px;
  }
    .foot_li > li {
    width: 100%;
  }
  
}
/* .foot_li .footer_2{width: 66%;} */












/*///////////////////////////////////////////////*/
.form_style_box *{box-sizing: border-box;}
.form_style_box {font-size: 14px;}
.form_style_box label{margin: 0;}
.form_style_box .list_box .item_row{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.form_style_box .list_box .item_row .item_full,
.form_style_box .list_box .item_row .item{width: 49%;padding-left: 95px;position: relative;margin-bottom: 15px;}
.form_style_box .list_box .item_row .item_full{width: 100%;}
.form_style_box .list_box .item_row .input_style,
.form_style_box .list_box .item_row .textarea_style{width: 100%;padding: 0 15px;border: 1px solid #ccc;height: 40px;border-radius: 5px;}
.form_style_box .list_box .item_row .textarea_style{min-height: 100px;padding: 10px 15px;font-family: inherit;}
.form_style_box .list_box .item_row .label_style{position: absolute;left: 0;top: 0;line-height: 40px;text-align: right;width: 90px;}
.form_style_box .list_box .item_row .label_style span{color: red;font-size: 16px;}
.form_style_box .list_box .item_row .submit_style{color: red;padding: 15px 40px;border: none;background: #fec107;color: #fff;border-radius: 5px;cursor: pointer;}
.form_style_box .list_box .item_row #contentt input{margin-left: 15px;}
.form_style_box.no_label .list_box .item_row .item_full,
.form_style_box.no_label .list_box .item_row .item{padding-left: 0;}
.form_style_box.no_label .list_box .item_row .label_style{font-size: 0;width: 15px;text-align: center;}
.form_style_box.white_style{color: #fff;}
.form_style_box.white_style .list_box .item_row .input_style{background: #fff;}
@media (max-width: 992px) {
    .form_style_box .list_box .item_row .item_full,
    .form_style_box .list_box .item_row .item{width: 100%;padding-left: 0;}
    .form_style_box .list_box .item_row .label_style{display: none;}
    .form_style_box.no_label .list_box .item_row .label_style{display: block;}
}


#global_editor_contents img{max-width: 100%;
  display: block;
  margin: auto;margin-bottom: 15px;}
  #global_editor_contents p{line-height: 25px;}


  @media only screen and (max-width: 560px){

    .ueeshop_responsive_products_list .item {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }
  }