.content h2 {
  min-width: 1080px;
  height: 215px;
  background: url(../img/common/img_gallery2.jpg) top center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

.content h2 figure {
  position: relative;
  padding-bottom: 215px;
}

.content h2 figure img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.writer_en {
  margin: 0 0 0 0 !important;
}

.writer_en a {
  color: #4788e4;
  -webkit-transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.writer_en a:hover {
  -webkit-transition: 0.5s;
  opacity: .7;
  filter: alpha(opacity=70);
}

.content-gallery {
  max-width: 824px;
  margin: 0 auto;
  padding: 0 0 90px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.content-gallery .bx-wrapper {
  position: relative;
  margin: 0 auto 35px;
  padding: 0;
  *zoom: 1;
}

.content-gallery .bx-wrapper p {
  font-size: 14px;
  margin-top: 20px;
}

.content-gallery .bx-wrapper img {
  width: 100%;
  display: block;
}

.content-gallery .bx-wrapper .bxslider a {
  display: block;
}

.content-gallery .bx-wrapper .bx-viewport {
  background: #fff;
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}

.content-gallery .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.content-gallery .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.content-gallery .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  outline: 0;
  width: 32px;
  height: 32px;
  z-index: 1;
  font-size: 0;
  color: #fff;
}

.content-gallery .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.content-gallery .bx-wrapper .bx-controls-direction .bx-prev {
  width: 60px;
  height: 60px;
  left: -95px;
  background: url(../img/in/gallery/arrow_prev.gif) no-repeat;
  background-position: 0 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.content-gallery .bx-wrapper .bx-controls-direction .bx-prev:hover {
  opacity: .75;
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.content-gallery .bx-wrapper .bx-controls-direction .bx-next {
  width: 60px;
  height: 60px;
  right: -95px;
  background: url(../img/in/gallery/arrow_next.gif) no-repeat;
  background-position: 0 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.content-gallery .bx-wrapper .bx-controls-direction .bx-next:hover {
  opacity: .75;
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.content-gallery .bx-wrapper .bx-loading, .content-gallery .bx-wrapper .bx-default-pager {
  display: none;
}

.content-gallery .bx-wrapper .bx-has-pager .bx-prev {
  width: 25px;
  height: 25px;
  left: -50px;
  -webkit-background-size: 6px 6px;
  background-size: 6px;
  background-position: 9px 8px;
}

.content-gallery .bx-wrapper .bx-has-pager .bx-next {
  width: 25px;
  height: 25px;
  right: -50px;
  -webkit-background-size: 6px 6px;
  background-size: 6px;
  background-position: 9px 8px;
}

.content-gallery .bxslider_thumb {
  margin: 0 auto;
}

.content-gallery .bxslider_thumb li {
  margin-left: 0;
  text-align: left;
}

.content-gallery .bxslider_thumb li a {
  position: relative;
  width: 109px;
  display: inline-block;
  margin: 0 3px 10px;
  cursor: pointer;
  vertical-align: top;
}

.content-gallery .bxslider_thumb li a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 0px solid transparent;
}

.content-gallery .bxslider_thumb li a img {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.content-gallery .bxslider_thumb li a:nth-child(7n+1) {
  margin-left: 0;
}

.content-gallery .bxslider_thumb li a:nth-child(7n) {
  margin-right: 0;
}

.content-gallery .bxslider_thumb li a:hover span {
  width: 100%;
  height: 100%;
  border: 5px solid #4788e4;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

.content-gallery .bxslider_thumb li a.active span {
  cursor: default;
  border: 5px solid #4788e4;
}

.content-gallery .bxslider_thumb li a.active span img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media screen and (max-width: 768px) {
  .content h2 {
    height: auto;
    min-width: 100%;
    background: url(../img/common/img_gallery2.jpg) top center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .content h2 figure {
    position: relative;
    padding-bottom: 26.7%;
  }
  .content h2 figure img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .content-gallery {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
  }
  .content-gallery .bx-wrapper {
    position: relative;
    margin: 0 auto 5px;
    padding: 0;
    *zoom: 1;
  }
  .content-gallery .bx-wrapper p {
    width: 95%;
    margin: 20px auto 0;
  }
  .content-gallery .bx-wrapper img {
    width: 100%;
    display: block;
  }
  .content-gallery .bx-wrapper .bx-viewport {
    background: #fff;
    -webkit-transform: translatez(0);
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .content-gallery .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
  }
  .content-gallery .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  .content-gallery .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: 12px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 1;
  }
  .content-gallery .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
  }
  .content-gallery .bx-wrapper .bx-controls-direction .bx-prev {
    width: 30px;
    height: 30px;
    top: 105%;
    left: 45%;
    margin-left: -30px;
    background: url(../img/in/gallery/arrow_prev.gif) no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    -webkit-transition: none;
    transition: none;
    z-index: 2;
  }
  .content-gallery .bx-wrapper .bx-controls-direction .bx-prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .content-gallery .bx-wrapper .bx-controls-direction .bx-next {
    width: 30px;
    height: 30px;
    top: 105%;
    right: 45%;
    margin-right: -30px;
    background: url(../img/in/gallery/arrow_next.gif) no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    -webkit-transition: none;
    transition: none;
    z-index: 2;
  }
  .content-gallery .bx-wrapper .bx-controls-direction .bx-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .content-gallery .bx-wrapper .bx-loading, .content-gallery .bx-wrapper .bx-default-pager {
    display: none;
  }
  .content-gallery .bx-wrapper .bx-has-pager {
    display: none;
  }
  .content-gallery .bx-wrapper .bx-has-pager .bx-prev {
    width: 25px;
    height: 25px;
    left: -10px;
    -webkit-background-size: 6px 6px;
    background-size: 6px;
    background-position: 9px 8px;
  }
  .content-gallery .bx-wrapper .bx-has-pager .bx-next {
    width: 25px;
    height: 25px;
    right: -10px;
    -webkit-background-size: 6px 6px;
    background-size: 6px;
    background-position: 9px 8px;
  }
  .content-gallery .bxslider_thumb {
    display: none;
  }
  .content-gallery .bxslider_thumb li {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
  }
  .content-gallery .bxslider_thumb li:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .footer {
    margin-top: 110px;
  }
  .writer_en {
    margin: 0 0 0 0 !important;
  }
  .writer_en a {
    color: #4788e4;
    -webkit-transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .writer_en a:hover {
    -webkit-transition: 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
