@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,600");
@import url(mCustomScrollbar.css);
@import url(default.css?20171107);
@import url(fonts/css/fontello.css);
@import url(fonts2/css/fontello.css);
@import url(plugins.css);
@import url(fancybox.css);
@import url(dropkick.css);
@import url('https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.7/css/select2.min.css');
/* ==========================================================================
    header
 ==========================================================================*/
.logo {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 10;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.max-md-size .logo {
  left: 30px;
  top: 30px;
}
.max-sm-size .logo {
  left: 15px;
  top: 5px;
}
.logo a {
  display: block;
  width: 530px;
  height: 45px;
  background: url("images/logo.png") left center no-repeat;
}
.max-sm-size .logo a {
  width: 200px;
  background-size: 365px;
}

#header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  visibility: hidden;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.max-md-size #header {
  height: auto;
  -webkit-animation: none;
          animation: none;
}
#header .toggle {
  width: 220px;
  height: 220px;
  background-color: #e60012;
  position: absolute;
  right: -120px;
  top: -120px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  -webkit-transition: right 0.5s, top 0.5s, background 0.5s;
          transition: right 0.5s, top 0.5s, background 0.5s;
}
.max-sm-size #header .toggle {
  width: 120px;
  height: 120px;
  right: -60px;
  top: -60px;
}
.min-md-size #header .toggle:hover {
  right: -110px;
  top: -110px;
  background-color: #b4000e;
}
#header .toggle .btn {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 90px;
  bottom: 10px;
  z-index: 99;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.max-sm-size #header .toggle .btn {
  left: 31px;
  bottom: 2px;
}
#header .toggle .btn div {
  width: 33px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  right: 8px;
  z-index: 2;
  -webkit-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
}
.max-sm-size #header .toggle .btn div {
  width: 30px;
  height: 3px;
}
#header .toggle .btn div.bar1 {
  top: 15px;
}
#header .toggle .btn div.bar2 {
  top: 25px;
}
#header .toggle .btn div.bar3 {
  top: 35px;
}
#header .toggle.actived .btn div {
  -webkit-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  top: 25px;
}
#header .toggle.actived .btn div.bar1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
#header .toggle.actived .btn div.bar2 {
  width: 0;
}
#header .toggle.actived .btn div.bar3 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
#header .menu {
  width: 460px;
  height: 100vh;
  padding: 50px 0;
  position: absolute;
  right: -120%;
  top: 0;
  background-color: #b4000e;
  -webkit-transition: right 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: right 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.min-sm-size #header .menu {
  right: -600px;
}
.max-lg-size #header .menu {
  width: auto;
  padding-right: 50px;
}
.max-sm-size #header .menu {
  width: 100%;
  padding: 50px 30px;
  background-color: rgba(180, 0, 14, 0.9);
}
.max-sm-size #header .menu:before {
  content: normal;
}
#header .menu.actived {
  right: 0;
}
#header .menu:before {
  content: '';
  width: 96px;
  height: 100%;
  position: absolute;
  left: -95px;
  top: 0;
  background: url("images/header-bg.png") top right no-repeat;
  background-size: cover;
}
#header .menu .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
}
.max-sm-size #header .menu .close {
  right: 0;
  top: 0;
}
#header .menu .close:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
#header .menu .close:after, #header .menu .close:before {
  content: '';
  width: 33px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  top: 24px;
  right: 8px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.max-sm-size #header .menu .close:after, .max-sm-size #header .menu .close:before {
  height: 3px;
}
#header .menu .close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header .menu .close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#header .menu .inner {
  max-width: 350px;
  width: 100%;
  margin: auto;
}
#header .menu .search {
  position: relative;
}
#header .menu .search .form {
  margin: 0;
  border: none;
}
#header .menu .search input {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  box-shadow: none;
  background-color: #db0011;
}
#header .menu .search input:hover, #header .menu .search input:focus {
  background-color: #9a000c;
}
#header .menu .search input:focus {
  box-shadow: 0 0 10px #82000a;
}
#header .menu .search button {
  width: 45px;
  position: absolute;
  right: 0;
  top: -1px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
#header .menu .search button:hover {
  opacity: 0.6;
}
#header .menu .language {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e26b74;
  position: relative;
}
#header .menu .language-toggle {
  padding: 10px 20px;
  position: relative;
  background-color: #db0011;
  border-radius: 5px;
  color: #fff;
  line-height: 25px;
  overflow: hidden;
  transition: background 0.5s;
  cursor: pointer;
}
#header .menu .language-toggle:hover,
#header .menu .language-toggle.actived {
  background-color: #95000c;
}
#header .menu .language-toggle:after {
  content: '';
  display: block;
  width: 45px;
  height: 100%;
  background: url('images/arrow-down.png') center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
#header .menu .language > ul {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 5;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #e60012;
  color: #fff;
}
#header .menu .language > ul.open {
  display: block;
}
#header .menu .language > ul > li > a {
  display: block;
  line-height: 25px;
  padding: 10px 20px;
  transition: color 0.5s, background 0.5s;
}
#header .menu .language > ul > li > a:hover {
  background-color: #b4000e;
}
#header .menu .scrollbar {
  height: 500px;
  height: calc(100vh - 220px);
  margin-top: 20px;
}
.max-xs-size #header .menu .scrollbar {
  height: 300px;
  height: calc(100vh - 240px);
}
#header .menu ul.list li a {
  display: block;
  padding: 8px 15px 8px 40px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
}
#header .menu ul.list li a:hover {
  background-color: #95000c;
}
#header .menu ul.list li ul li a {
  padding-left: 60px;
  color: #ffc3c8;
}
#header .menu ul.list li ul li.actived a {
  color: #fff;
  background-color: #db0011;
}
#header .menu ul.list > li > a {
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
#header .menu ul.list > li > a:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("images/menu-arrow.png") center no-repeat;
  position: absolute;
  left: 15px;
  top: 13px;
}
.max-xs-size #header .menu ul.list > li > a:before {
  top: 9px;
}

/* ==========================================================================
    public
 ==========================================================================*/
.top-title {
  padding: 150px 50px 50px 50px;
  color: #969696;
  text-transform: uppercase;
}
.max-md-size .top-title {
  padding: 100px 30px 30px 30px;
}
.max-sm-size .top-title {
  padding: 50px 15px 10px 15px;
}
.top-title .title {
  margin: 0;
  font-size: 40px;
}
.max-sm-size .top-title .title {
  font-size: 30px;
}
.top-title .where ul li {
  display: inline-block;
}
.top-title .where ul li:after {
  content: '>';
  padding: 0 10px;
}
.top-title .where ul li:last-of-type:after {
  content: normal;
}
.top-title .where ul li a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.max-xs-size .top-title .where ul li a {
  font-size: 14px;
  line-height: 1.2em;
}
.top-title .where ul li a:hover {
  opacity: 1;
}

.content {
  margin: 0 50px;
  position: relative;
  border-top: 5px solid #450005;
  background-color: #000;
}
.max-md-size .content {
  margin: 0;
}
.content .bar {
  height: 80px;
}
.max-sm-size .content .bar {
  height: 50px;
}
.content .bar .back {
  top: -5px;
  border-top: 5px solid #e60012;
}
.content .bar .share {
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: -5px;
  border-top: 5px solid #e60012;
}
.max-sm-size .content .bar .share {
  padding: 0;
  border-top: none;
}
.content .bar .share ul li {
  display: inline-block;
}
.content .bar .share ul li a {
  display: block;
  padding: 15px 10px;
  position: relative;
  font-size: 18px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: opacity 0.5s, transform 0.5s;
}
.max-sm-size .content .bar .share ul li a {
  padding: 15px 5px;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.content .bar .share ul li a:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("images/share-icon.png") center no-repeat;
  -webkit-transition: -webkit-transform 1s;
          transition: transform 1s;
}
.content .bar .share ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.content .bar .share ul li a:hover:before {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.content .bar .keyword {
  display: inline-block;
  margin-left: 122px;
  margin-top: -5px;
  padding: 0 20px;
  border-top: 5px solid #e60012;
  color: #e60012;
  font-size: 20px;
  line-height: 60px;
}
.max-sm-size .content .bar .keyword {
  display: block;
  margin: 50px 0 0 0;
  padding: 0;
  border: none;
  line-height: 1.5em;
}

.border0 {
  border: none;
}

.tabs-toggle {
  display: none;
  padding: 10px 15px;
  position: relative;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #450005;
  cursor: pointer;
}
.tabs-toggle:after {
  content: '';
  width: 45px;
  height: 100%;
  background: url("images/arrow-down.png") center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.max-md-size .tabs-toggle {
  display: block;
}
.max-xs-size .tabs-toggle {
  font-size: 16px;
}

.tabs {
  position: relative;
  z-index: 2;
}

.tabs ul.slider {
  margin-top: -5px;
  padding-right: 100px;
  background-color: #232323;
  text-align: center;
}
.max-md-size .tabs ul.slider {
  margin-top: 0;
  padding-right: 0;
}
.tabs ul.slider .box {
  display: none;
  width: 100%;
  height: 51px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url("images/menu-arrow.png") 15px 20px no-repeat;
}
.tabs ul.slider li.slick-slide > a {
  display: block;
  min-width: 200px;
  padding: 0 15px;
  position: relative;
  background-color: #232323;
  border-right: 2px solid #000;
  border-top: 5px solid #450005;
  color: #969696;
  font-size: 20px;
  line-height: 75px;
  -webkit-transition: background 0.5s, color 0.5s;
          transition: background 0.5s, color 0.5s;
}
.tabs ul.slider li.slick-slide > a:hover {
  background-color: #191919;
  color: #fff;
}
.tabs ul.slider li.slick-slide.actived > a {
  color: #fff;
  border-top-color: #e60012;
}
.tabs ul.slider li.slick-slide > ul {
  display: none;
  padding: 0 20px 20px 20px;
  background-color: #282828;
}
.tabs ul.slider li.slick-slide > ul > li {
  border-bottom: 1px solid #464646;
}
.tabs ul.slider li.slick-slide > ul > li > a {
  display: block;
  padding: 10px 0 10px 20px;
  background: url("images/menu-arrow.png") left 20px no-repeat;
  opacity: 0.5;
  text-align: left;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.tabs ul.slider li.slick-slide > ul > li > a:hover, .tabs ul.slider li.slick-slide > ul > li > a.actived {
  opacity: 1;
}
.tabs ul.slider li.slick-slide > ul > li.actived ul {
  display: block;
}
.tabs ul.slider li.slick-slide > ul > li.actived > a {
  opacity: 1;
}
.tabs ul.slider li.slick-slide > ul > li ul {
  display: none;
  padding-bottom: 5px;
}
.tabs ul.slider li.slick-slide > ul > li ul li a {
  display: block;
  padding-bottom: 5px;
  padding-left: 20px;
  opacity: 0.8;
  text-align: left;
  -webkit-transition: color 0.5s, opacity 0.5s;
          transition: color 0.5s, opacity 0.5s;
}
.tabs ul.slider li.slick-slide > ul > li ul li a:hover {
  opacity: 1;
  color: #e60012;
}
.tabs ul.slider li.slick-slide > ul > li ul li.actived a {
  opacity: 1;
  color: #e60012;
}
.tabs ul.slider .slick-arrow {
  width: 50px;
  height: 100%;
  border: none;
  border-top: 5px solid #450005;
  border-radius: 0;
  top: 0;
  background: #000;
  opacity: 1;
}
.tabs ul.slider .slick-arrow:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  left: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: center no-repeat;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.tabs ul.slider .slick-arrow:hover:after {
  opacity: 0.8;
}
.tabs ul.slider .slick-arrow.slick-disabled:after {
  opacity: 0.18;
}
.tabs ul.slider .slick-prev {
  left: auto;
  right: 50px;
}
.tabs ul.slider .slick-prev:after {
  background-image: url("images/slick-prev2.png");
}
.tabs ul.slider .slick-next {
  right: 0;
}
.tabs ul.slider .slick-next:after {
  background-image: url("images/slick-next2.png");
}
.min-md-size .tabs ul.slider {
  display: block !important;
}
.max-md-size .tabs {
  padding-right: 0;
  text-align: center;
}
.max-md-size .tabs ul.slider {
  display: none;
  margin-top: 0;
}
.max-md-size .tabs ul.slider li a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  border-bottom: 1px solid #000;
}
.max-md-size .tabs ul.slider li.actived a {
  color: #e60012;
}
.max-md-size .tabs ul.slider li.first {
  position: relative;
}
.max-md-size .tabs ul.slider li.first .box {
  display: block;
}
.max-md-size .tabs ul.slider li.first a {
  color: #fff;
}
.max-md-size .tabs ul.slider li.first > .toggle {
  background-color: #404040;
}
.max-md-size .tabs ul.slider li.first ul {
  display: none;
}
.max-md-size .tabs ul.slider li.first ul li a {
  background-color: #2d2d2d;
}
.max-md-size .tabs ul.slider li.first ul li a.toggle {
  background: #2d2d2d url("images/menu-arrow.png") 15px 20px no-repeat;
}
.max-md-size .tabs ul.slider li.first ul.second ul li a {
  background-color: #232323;
}
.tabs .dropkick {
  border-left: 2px solid #000;
  border-top: 5px solid #e60012;
  -webkit-transition: border-color 0.5s;
          transition: border-color 0.5s;
}
.tabs .dropkick.dk_open .dk_toggle {
  background-color: #191919;
}
.max-md-size .tabs .dropkick {
  border: none;
}
.tabs .dropkick .dk_options a {
  background-color: #1e1e1e;
  color: #969696;
  font-size: 18px;
  -webkit-transition: background 0.5s, color 0.5s;
          transition: background 0.5s, color 0.5s;
}
.tabs .dropkick .dk_options a:hover {
  background-color: #282828;
  color: #fff;
}
.tabs .dk-selected {
  padding: 0 20px;
  font-size: 20px;
  line-height: 75px;
  text-align: left;
}
.max-md-size .tabs .dk-selected {
  padding: 0 15px;
  line-height: normal;
  font-size: 16px;
  line-height: 50px;
}

.pages {
  margin: 50px 0;
}
.max-sm-size .pages {
  margin: 30px 0;
}
.pages ul {
  text-align: center;
}
.pages ul li {
  display: inline-block;
  vertical-align: middle;
}
.pages ul li a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  border: 1px solid #969696;
  color: #fff;
  font-size: 15px;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.pages ul li a:hover {
  opacity: 1;
}
.max-ss-size .pages ul li a {
  margin: 0 1px;
}
.pages ul li.actived a {
  border-color: #e60012;
  color: #e60012;
  opacity: 1;
}
.pages ul li.first a, .pages ul li.prev a, .pages ul li.next a, .pages ul li.last a {
  margin: 0;
  border: none;
  background: center no-repeat;
}
.max-ss-size .pages ul li.first a, .max-ss-size .pages ul li.prev a, .max-ss-size .pages ul li.next a, .max-ss-size .pages ul li.last a {
  width: 28px;
}
.pages ul li.first a {
  margin-right: -5px;
  background-image: url("images/page-first.png");
}
.max-ss-size .pages ul li.first a {
  margin-right: -10px;
}
.pages ul li.prev a {
  margin-right: 5px;
  background-image: url("images/page-prev.png");
}
.max-ss-size .pages ul li.prev a {
  margin-right: 0;
}
.pages ul li.next a {
  margin-left: 5px;
  background-image: url("images/page-next.png");
}
.max-ss-size .pages ul li.next a {
  margin-left: 0;
}
.pages ul li.last a {
  margin-left: -5px;
  background-image: url("images/page-last.png");
}
.max-ss-size .pages ul li.last a {
  margin-left: -10px;
}

.products ul li.slick-slide {
  position: relative;
  overflow: hidden;
}
.products ul li a {
  display: table;
  width: 100%;
  height: 640px;
}
.max-bg-size .products ul li a {
  height: 500px;
}
.max-lg-size .products ul li a {
  height: 350px;
}
.products ul li a .pic {
  z-index: 1;
  -webkit-transition: -webkit-transform 1s;
          transition: transform 1s;
}
.products ul li a .pic:after {
  content: '';
  width: 100%;
  height: 100%;

  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 2;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.products ul li a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  border-radius: 50%;
  background-color: rgba(230, 0, 18, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0s 0.5s, height 0s 0.5s, margin 0s 0.5s;
          transition: opacity 0.5s, width 0s 0.5s, height 0s 0.5s, margin 0s 0.5s;
}
.max-md-size .products ul li a:before {
  content: normal;
}
.products ul li a .text {
  padding: 30px;
  position: relative;
  z-index: 4;
  color: #fff;
  text-align: center;
}
.products ul li a .text .title {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 60px auto 0 auto;
  font-size: 34px;
  line-height: 1.2em;
  text-transform: uppercase;
  -webkit-transition: margin 0.5s;
          transition: margin 0.5s;
}
.max-md-size .products ul li a .text .title {
  margin-top: 0;
  font-size: 30px;
}
.products ul li a .text .summary {
  display: inline-block;
  max-width: 250px;
  width: 100%;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.3s;
          transition: opacity 0.5s 0.3s;
}
.max-md-size .products ul li a .text .summary {
  display: none;
}
.products ul li a:hover:before {
  width: 310px;
  height: 310px;
  margin-top: -165px;
  margin-left: -155px;
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.1s, width 0.5s 0.1s, height 0.5s 0.1s, margin 0.5s 0.1s;
          transition: opacity 0.5s 0.1s, width 0.5s 0.1s, height 0.5s 0.1s, margin 0.5s 0.1s;
}
.products ul li a:hover .pic {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.products ul li a:hover .pic:after {
  opacity: 0;
}
.products ul li a:hover .text .title {
  margin-top: 0;
}
.products ul li a:hover .text .summary {
  opacity: 1;
}

.back {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.back span {
  display: block;
  padding: 0 20px 0 50px;
  font-size: 20px;
  line-height: 60px;
  text-transform: uppercase;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.back span:hover {
  opacity: 1;
}
.back span:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  left: 10px;
  top: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background: url("images/arrow-prev.png") center no-repeat;
}
.max-sm-size .back span {
  padding: 0 10px 0 35px;
  font-size: 16px;
  line-height: 50px;
}
.max-sm-size .back span:before {
  left: 0;
}

.max-md-size .tags {
  margin-bottom: 20px;
}
.tags ul {
  font-size: 0;
  text-align: center;
}
.min-md-size .tags ul {
  display: block !important;
}
.max-md-size .tags ul {
  display: none;
  background-color: #232323;
}
.tags ul li {
  display: inline-block;
  padding: 10px 0;
  border-top: 5px solid #e60012;
}
.max-md-size .tags ul li {
  display: block;
  padding: 0;
  border: none;
}
.tags ul li a {
  display: block;
  padding: 0 30px;
  border-left: 1px solid #3c3c3c;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.max-lg-size .tags ul li a {
  padding: 0 15px;
}
.max-md-size .tags ul li a {
  padding: 10px 15px;
  font-size: 16px;
  border-left: none;
  border-bottom: 1px solid #000;
}
.max-md-size .tags ul li a span {
  opacity: 1;
}
.tags ul li a span {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.tags ul li a:hover span {
  opacity: 1;
}
.tags ul li:last-of-type a {
  border-right: 1px solid #3c3c3c;
}
.max-md-size .tags ul li:last-of-type a {
  border: none;
}
.tags ul li.active a {
  color: #e60012;
}
.tags ul li.active a span {
  opacity: 1;
}

.download-list {
  min-width: 800px;
  margin-top: 30px;
  text-align: center;
}
.download-list th, .download-list td {
  padding: 10px;
  line-height: 1.5em;
}
.download-list th {
  background-color: #1e1e1e;
  border: 1px solid #000;
}
.download-list td {
  border-bottom: 1px solid #4b4b4b;
}
.download-list a.download {
  display: inline-block;
  color: #969696;
}
.download-list a.download i {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border: 2px solid #969696;
  border-radius: 50%;
  line-height: 23px;
  -webkit-transition: border 0.5s;
          transition: border 0.5s;
}
.download-list a.download:hover {
  color: #e60012;
}
.download-list a.download:hover i {
  border-color: #e60012;
}

.enterCode {
  position: relative;
}
.enterCode .codepic {
  position: absolute;
  right: 2px;
  top: 15px;
  cursor: pointer;
}
.enterCode .codepic img {
  height: 38px;
}

.fixedBox {
  display: none;
  max-width: 800px;
  padding: 30px;
  border: 1px solid #e60012;
  border-radius: 5px;
  text-align: center;
}
.max-xs-size .fixedBox {
  padding: 15px;
}
.fixedBox .title {
  margin-bottom: 10px;
  color: #e60012;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.max-sm-size .fixedBox .title {
  font-size: 25px;
}
.fixedBox .inner {
  line-height: 1.5em;
}

#newsletter {
  width: 800px;
}
.max-md-size #newsletter {
  width: 500px;
}
.max-sm-size #newsletter {
  width: 100%;
}
#newsletter .form {
  margin-bottom: 0;
  border: none;
}
#newsletter .form .group {
  text-align: center;
  border: none;
}
.max-sm-size #newsletter .form .group {
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
}
#newsletter .form .group .left {
  width: 80px;
}
.max-xs-size #newsletter .form .group .left {
  width: 100%;
}
#newsletter .form .group .form-control {
  width: calc(100% - 80px);
}
.max-xs-size #newsletter .form .group .form-control {
  width: 100%;
}
#newsletter .form .group .radio {
  display: inline-block;
  margin: 5px 10px;
}

#newsletter .form .group.error .notice {
  padding-left: 80px;
}

.max-sm-size #newsletter .form p {
  text-align: left;
  padding-left: 80px;
}

.max-xs-size #newsletter .form p {
  padding-left: 0;
}

.form {
  margin-bottom: 50px;
  border-top: 1px solid #730009;
}
.form .group {
  padding: 15px 0;
  border-bottom: 1px solid #4b4b4b;
}
.form .group .left {
  float: left;
  width: 150px;
  line-height: 40px;
}
.form .group .left .red {
  padding-right: 5px;
}
.max-xs-size .form .group .left {
  float: none;
  width: 100%;
}
.form .group .form-control, .form .group .right {
  float: left;
  width: calc(100% - 150px);
}
.max-xs-size .form .group .form-control, .max-xs-size .form .group .right {
  float: none;
  width: 100%;
}
.form .group .right {
  padding: 5px 0;
}
.form .group .right .checkbox {
  margin-bottom: 5px;
  -webkit-transition: color 0.5s;
          transition: color 0.5s;
}
.form .group .right .checkbox:hover {
  color: #fff;
}
.form .dk-selected {
  border: none;
}

.form .agreeBox .notice {
  padding-left: 0;
}

/* ==========================================================================
    home
 ==========================================================================*/
#home .banner {
  /* height: 960px;
  height: 101vh; */
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#home .banner .forMobile {
  display: none;
}
.max-lg-size #home .banner .forMobile {
  display: block;
}
.max-lg-size #home .banner .forDesktop {
  display: none;
}
#home .banner .text {
  display:inline-block;
  width: 100%;
  padding: 30px;
  position:absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
#home .banner .text .title {
  margin: 0 0 8vw 0;
  font-size: 60px;
  line-height: 1.5em;
  /* text-transform: uppercase; */
  -webkit-animation: fadeOutUp 0.8s both;
          animation: fadeOutUp 0.8s both;
}
.max-bg-size #home .banner .text .title {
  font-size: 60px;
}
.max-md-size #home .banner .text .title {
  font-size: 50px;
  line-height: 1.2em;
}
.max-sm-size #home .banner .text .title {
  font-size: 35px;
}
.max-ss-size #home .banner .text .title {
  font-size: 25px;
}
#home .banner .text .box {
  display: inline-block;
  max-width: 650px;
  position: relative;
  -webkit-animation: fadeOutDown 0.8s both;
          animation: fadeOutDown 0.8s both;
}
#home .banner .text .box:before, #home .banner .text .box:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transition: width 0.5s;
          transition: width 0.5s;
}
#home .banner .text .box:before {
  width: 3px;
  -webkit-transition: height 1s 1.5s;
          transition: height 1s 1.5s;
}
#home .banner .text .box:after {
  height: 3px;
  -webkit-transition: width 1s 1.5s;
          transition: width 1s 1.5s;
}
#home .banner .text .summary {
  padding: 30px;
  font-size: 30px;
  line-height: 1.5em;
  /* text-transform: uppercase; */
}
.max-bg-size #home .banner .text .summary {
  font-size: 25px;
}
.max-sm-size #home .banner .text .summary {
  padding: 15px;
  font-size: 20px;
}
#home .banner .text .summary:before, #home .banner .text .summary:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #e60012;
}
#home .banner .text .summary:before {
  width: 3px;
  -webkit-transition: height 1s 1.5s;
          transition: height 1s 1.5s;
}
#home .banner .text .summary:after {
  height: 3px;
  -webkit-transition: width 1s 1.5s;
          transition: width 1s 1.5s;
}
#home .banner .slick-current .text .title {
  -webkit-animation: fadeInUp 1s 0.3s both;
          animation: fadeInUp 1s 0.3s both;
}
#home .banner .slick-current .text .box {
  -webkit-animation: fadeInUp 1s 0.8s both;
          animation: fadeInUp 1s 0.8s both;
}
#home .banner .slick-current .text .box:before, #home .banner .slick-current .text .box .summary:before {
  height: 100%;
}
#home .banner .slick-current .text .box:after, #home .banner .slick-current .text .box .summary:after {
  width: 100%;
}
#home .news {
  padding: 3%;
  background-color: #000;
  overflow: hidden;
}
#home .news > ul > li {
  float: left;
  width: calc(47% - 280px);
  margin-right: 3%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#home .news > ul > li:last-of-type {
  margin-right: 0;
}
.max-lg-size #home .news > ul > li {
  width: calc(47% - 200px);
}
.max-md-size #home .news > ul > li {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
#home .news ul.list li {
  border-bottom: 1px solid #3c3c3c;
}
#home .news ul.list li a {
  display: block;
  height: 60px;
  padding-left: 130px;
  position: relative;
  color: #fff;
  line-height: 60px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.max-bg-size #home .news ul.list li a {
  padding-left: 20px;
}
.max-md-size #home .news ul.list li a {
  padding-left: 130px;
}
.max-sm-size #home .news ul.list li a {
  height: 40px;
}
#home .news ul.list li a:hover {
  opacity: 1;
}
#home .news ul.list li a:before {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("images/menu-arrow.png") left center no-repeat;
}
#home .news ul.list li a .date {
  position: absolute;
  left: 20px;
  top: 0;
}
.max-bg-size #home .news ul.list li a .date {
  top: 6px;
  line-height: normal;
}
.max-md-size #home .news ul.list li a .date {
  top: 0;
  line-height: 60px;
}
.max-sm-size #home .news ul.list li a .date {
  line-height: 40px;
}
#home .news ul.list li a .date:after {
  content: '/';
  padding: 0 10px;
}
#home .news ul.list li a .name {
  height: 60px;
  margin: 0;
  font-weight: normal;
  overflow: hidden;
}
.max-bg-size #home .news ul.list li a .name {
  padding-top: 12px;
}
.max-md-size #home .news ul.list li a .name {
  padding-top: 0;
}
.max-sm-size #home .news ul.list li a .name {
  height: 40px;
}
#home .news ul.list li a .ellipsis {
  max-height: 60px;
  line-height: 60px;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
}
.max-sm-size #home .news ul.list li a .ellipsis {
  max-height: 40px;
  line-height: 40px;
}
#home .news > ul > li.video {
  width: 560px;
}
.max-lg-size #home .news > ul > li.video {
  width: 400px;
}
.max-md-size #home .news > ul > li.video {
  width: 100%;
}
#home .news > ul > li.video ul li.slick-slide {
  position: relative;
}
#home .news > ul > li.video ul li.slick-slide:before {
  content: '';
  width: 100%;
  height: 320px;
  position: absolute;
  left: 10px;
  top: 50px;
  background-color: #141414;
  -webkit-transform: skew(0deg, 5deg);
      -ms-transform: skew(0deg, 5deg);
          transform: skew(0deg, 5deg);
}
.max-xs-size #home .news > ul > li.video ul li.slick-slide:before {
  height: 250px;
}
#home .news > ul > li.video ul li.slick-slide a .pic {
  height: 320px;
  margin: 50px 10px 50px 0;
  -webkit-transform: skew(0deg, -5deg);
      -ms-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  overflow: hidden;
}
.max-xs-size #home .news > ul > li.video ul li.slick-slide a .pic {
  height: 250px;
}
#home .news > ul > li.video ul li.slick-slide a .pic:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #1f2427;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
#home .news > ul > li.video ul li.slick-slide a .pic .jqimgFill {
  height: 420px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
  -webkit-transform: skew(0deg, 5deg);
      -ms-transform: skew(0deg, 5deg);
          transform: skew(0deg, 5deg);
}
.max-xs-size #home .news > ul > li.video ul li.slick-slide a .pic .jqimgFill {
  height: 320px;
}
#home .news > ul > li.video ul li.slick-slide a .text {
  width: 280px;
  padding: 0 15px;
  margin-left: -146px;
  margin-top: -125px;
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 3;
  text-shadow: 0 0 10px #1f2427;
  -webkit-animation: fadeOut 1s both;
          animation: fadeOut 1s both;
}
#home .news > ul > li.video ul li.slick-slide a .btn {
  width: 62px;
  height: 62px;
  padding-left: 5px;
  margin-left: -31px;
  margin-top: -31px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 55%;
  background-color: #e60012;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 62px;
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
  -webkit-animation: fadeOut 1s both;
          animation: fadeOut 1s both;
}
#home .news > ul > li.video ul li.slick-slide a .btn:hover {
  background-color: #b4000e;
}
#home .news > ul > li.video ul li.slick-slide a:hover .pic:after {
  opacity: 0.2;
}
#home .news > ul > li.video ul li.slick-current a .text {
  -webkit-animation: fadeInDown 1s both;
          animation: fadeInDown 1s both;
}
#home .news > ul > li.video ul li.slick-current a .btn {
  -webkit-animation: fadeInDown 1s 0.5s both;
          animation: fadeInDown 1s 0.5s both;
}
#home .news > ul > li.video ul.slider .slick-dots {
  bottom: -10px;
}
#home .news > ul > li.video ul.slider .slick-dots li button {
  border: 2px solid #969696;
  background-color: transparent;
}
#home .news > ul > li.video ul.slider .slick-dots li.slick-active button {
  background-color: #969696;
}
#home .news .title {
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #3c3c3c;
  color: #969696;
}
.max-md-size #home .news .title {
  padding-bottom: 10px;
}
.max-sm-size #home .news .title {
  padding-bottom: 5px;
}
#home .news .title .item {
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
}
.max-sm-size #home .news .title .item {
  font-size: 25px;
}
#home .news .title .more {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
  color: #969696;
  font-size: 16px;
  font-weight: bold;
}
.max-sm-size #home .news .title .more {
  top: 5px;
}
#home .news .title .more:hover {
  color: #fff;
}
#home .links a {
  display: block;
  height: 360px;
  height: 23vw;
  overflow: hidden;
}
#home .links a .pic {
  -webkit-transition: -webkit-transform 2s;
          transition: transform 2s;
}
#home .links a:hover .pic {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#home .links .slick-arrow {
  margin-bottom: -35px;
  bottom: 50%;
}
.max-md-size #home .links .slick-arrow {
  margin-bottom: -25px;
}
.max-xs-size #home .links .slick-arrow {
  display: none;
}

/* ==========================================================================
    about
 ==========================================================================*/
#about .content {
  padding: 50px 0;
}
.max-sm-size #about .content {
  padding: 30px 0;
}
#about .brand {
  padding-top: 0 !important;
}
#about .content .info {
  text-align: center;
}
#about .content .info .title {
  color: #e60012;
  font-size: 40px;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
}
.max-sm-size #about .content .info .title {
  margin: 0;
  font-size: 30px;
  line-height: 1.2em;
}
#about .content ul.list {
  margin-bottom: 50px;
}
#about .content ul.list li {
  padding: 50px 0;
  border-bottom: 1px solid #730009;
}
.max-sm-size #about .content ul.list li {
  padding: 30px 0;
}
#about .content ul.list li:after {
  content: '';
  display: block;
  clear: both;
}
#about .content ul.list li .pic {
  width: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.max-sm-size #about .content ul.list li .pic {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  opacity: 1;
}
#about .content ul.list li:hover .pic {
  opacity: 1;
}
#about .content ul.list li .text {
  display: table;
  width: 50%;
}
.max-sm-size #about .content ul.list li .text {
  width: 100%;
}
#about .content ul.list li .text .middle {
  height: 22vw;
}
.max-lg-size #about .content ul.list li .text .middle {
  display: block;
  height: auto;
}
#about .content ul.list li .text .middle .name {
  margin: 0;
  color: #e60012;
  font-size: 30px;
  line-height: 1.5em;
}
.max-sm-size #about .content ul.list li .text .middle .name {
  font-size: 25px;
  line-height: 1.2em;
}
#about .content ul.list li:nth-of-type(odd) .pic {
  float: left;
}
.max-sm-size #about .content ul.list li:nth-of-type(odd) .pic {
  float: none;
}
#about .content ul.list li:nth-of-type(odd) .text {
  float: right;
  padding-left: 50px;
}
.max-sm-size #about .content ul.list li:nth-of-type(odd) .text {
  float: none;
  padding-left: 0;
  text-align: center;
}
#about .content ul.list li:nth-of-type(even) .pic {
  float: right;
}
.max-sm-size #about .content ul.list li:nth-of-type(even) .pic {
  float: none;
}
#about .content ul.list li:nth-of-type(even) .text {
  float: left;
  padding-right: 50px;
  text-align: right;
}
.max-sm-size #about .content ul.list li:nth-of-type(even) .text {
  float: none;
  padding-right: 0;
  text-align: center;
}

/* ==========================================================================
    news
 ==========================================================================*/
#news .tabs {
  padding-right: 220px;
  position: relative;
  text-align: center;
}
.max-md-size #news .tabs {
  padding-right: 0;
}
#news .tabs .dropkick {
  width: 220px;
  position: absolute;
  right: 0;
  top: 0;
}
.max-md-size #news .tabs .dropkick {
  width: 100%;
}
.max-md-size #news .tabs .dropkick.dk_container {
  margin: 20px 0;
  position: relative;
}
.max-sm-size #news .tabs .dropkick {
  height: 50px;
}
#news .item {
  margin-top: 50px;
}
.max-sm-size #news .item {
  margin-top: 30px;
}
#news .item .title {
  margin: 0;
  color: #e60012;
  font-size: 38px;
  text-transform: uppercase;
}
.max-sm-size #news .item .title {
  font-size: 28px;
}
#news .item .summary {
  font-size: 18px;
}
#news .content {
  position: relative;
}
.max-md-size #news .content {
  margin: 0 30px;
}
.max-sm-size #news .content {
  margin: 0 15px;
}
#news .content .new-title {
  margin: 50px 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #730009;
}
.max-sm-size #news .content .new-title {
  margin-top: 20px;
}
#news .content .new-title .date {
  font-size: 18px;
}
#news .content .new-title .name {
  margin: 0;
  color: #e60012;
  font-size: 30px;
}
.max-sm-size #news .content .new-title .name {
  font-size: 25px;
  line-height: 1.2em;
}
#news .content .editor {
  margin-bottom: 50px;
}
#news .content .editor .subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
#news .content .editor .pic, #news .content .editor .table {
  margin: 20px 0;
}
#news .content .editor .pic {
  text-align: center;
}
table.detail {
  border-top: 1px solid #4b4b4b;
}
table.detail td {
  padding: 10px;
  border-bottom: 1px solid #4b4b4b;
}
#news ul.list {
  margin: 50px 0;
  font-size: 0;
}
.max-sm-size #news ul.list {
  margin: 20px 0 0 0;
}
#news ul.list li {
  display: inline-block;
  vertical-align: top;
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 50px;
}
#news ul.list li:nth-of-type(3n) {
  margin-right: 0;
}
#news ul.list li:nth-of-type(2n) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.max-md-size #news ul.list li {
  width: 48.5%;
  margin-right: 3%;
}
.max-md-size #news ul.list li:nth-of-type(2n) {
  margin-right: 0;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.max-sm-size #news ul.list li {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
}
#news ul.list li a {
  display: block;
  opacity: 0.8;
  color: #c8c8c8;
  font-size: 14px;
  -webkit-transition: background 0.5s, opacity 0.5s;
          transition: background 0.5s, opacity 0.5s;
}
#news ul.list li a .pic {
  position: relative;
  text-align: center;
}
#news ul.list li a .text {
  padding: 20px 20px 20px 120px;
  position: relative;
}
.max-xs-size #news ul.list li a .text {
  padding: 10px 0 10px 100px;
}
#news ul.list li a .text:before {
  content: '';
  width: 1px;
  height: 90%;
  height: calc(100% - 40px);
  position: absolute;
  left: 100px;
  top: 20px;
  background-color: #323232;
}
.max-xs-size #news ul.list li a .text:before {
  height: calc(100% - 20px);
  left: 80px;
  top: 10px;
}
#news ul.list li a .text .date {
  width: 110px;
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 20px;
  text-align: center;
}
.max-xs-size #news ul.list li a .text .date {
  width: 80px;
  top: 10px;
}
#news ul.list li a .text .name {
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  position: relative;
  font-size: 20px;
  font-weight: normal;
}
#news ul.list li a .text .name:after {
  content: '';
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #323232;
}
#news ul.list li a .text .summary {
  max-height: 6em;
  line-height: 2em;
}
#news ul.list li a .text .more {
  margin-top: 10px;
  padding-left: 35px;
  background: url("images/news/icon-more.png") left center no-repeat;
  color: #c8c8c8;
  font-size: 16px;
  -webkit-transition: background 0.5s, color 0.5s;
          transition: background 0.5s, color 0.5s;
}
#news ul.list li a:hover {
  opacity: 1 !important;
  background-color: #141414;
}
#news ul.list li a:hover .more {
  color: #ff0000;
  background-image: url("images/news/icon-more2.png");
}
#news ul.list.video .pic:before {
  content: '';
  display: block;
  width: 62px;
  height: 62px;
  margin: -31px 0 0 -31px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  background: url("images/news/play-icon.png") center no-repeat;
  background-size: contain;
}
.max-xs-size #news ul.list.video .pic:before {
  width: 50px;
}

#news .awards {
  margin-top: 20px;
  border-top: 1px solid #450005;
}

/* ==========================================================================
    catalog
 ==========================================================================*/
#catalog .inner {
  padding-top: 200px;
}
.max-md-size #catalog .inner {
  padding-top: 130px;
}
.max-sm-size #catalog .inner {
  padding-top: 80px;
}
#catalog .products {
  padding: 0 50px 50px 50px;
}
.max-md-size #catalog .products {
  padding: 0 30px 50px 30px;
}
.max-sm-size #catalog .products {
  padding: 0 15px 50px 15px;
}
#catalog .products ul li {
  float: left;
  width: 32.6%;
  margin: 0 1% 1% 0;
  overflow: hidden;
  position: relative;
}
#catalog .products ul li:nth-of-type(3n) {
  margin-right: 0;
}
#catalog .products ul li:nth-of-type(2n) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.max-md-size #catalog .products ul li {
  width: 49.5%;
  margin-right: 1%;
}
.max-md-size #catalog .products ul li:nth-of-type(2n) {
  margin-right: 0;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.max-sm-size #catalog .products ul li {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

/* ==========================================================================
    products
 ==========================================================================*/
#products .tabs {
  margin-bottom: 50px;
  padding-right: 200px;
  position: relative;
}
.max-md-size #products .tabs {
  padding-right: 0;
}
.max-sm-size #products .tabs {
  margin-bottom: 20px;
}
#products .tabs ul.slider {
  overflow: hidden;
}
.max-md-size #products .tabs ul.slider {
  text-align: center;
}
#products .tabs ul.slider.actived {
  border-bottom: 5px solid #450005;
}
#products .tabs ul.slider:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 1;
  background-color: #282828;
}
.max-md-size #products .tabs ul.slider:after {
  content: normal;
}
#products .tabs ul.slider .slick-list {
  position: relative;
  z-index: 2;
}
#products .tabs .search {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 2px solid #000;
}
.max-md-size #products .tabs .search {
  width: 100%;
  margin-top: 20px;
  position: relative;
  border: none;
}
#products .tabs .search .openBtn {
  border-top: 5px solid #e60012;
  background-color: #232323;
  color: #969696;
  font-size: 16px;
  line-height: 74px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: background 0.5s, color 0.5s;
          transition: background 0.5s, color 0.5s;
  cursor: pointer;
}
.max-md-size #products .tabs .search .openBtn {
  border: none;
  line-height: 50px;
}
#products .tabs .search .openBtn:hover, #products .tabs .search .openBtn.actived {
  color: #fff;
  background-color: #191919;
}
#products .tabs .search .openBtn i {
  padding-right: 5px;
  font-size: 20px;
}
#products .tabs .search .form {
  display: none;
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #282828;
  border-bottom: 5px solid #450005;
}
.max-md-size #products .tabs .search .form {
  position: relative;
  top: 0;
}
#products .tabs .search .form input {
  height: 70px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
}
#products .tabs .search .form input:hover, #products .tabs .search .form input:focus {
  background-color: #3e3e3e;
}
#products .tabs .search .form button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 15px;
  background-color: #000;
  color: #fff;
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
}
#products .tabs .search .form button:hover {
  background-color: #450005;
}
#products .tabs .openDetail {
  display: table;
  margin: 20px auto;
  padding: 10px 10px 10px 30px;
  color: #e60012;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  background: url("images/products/openDetail.png") left 10px no-repeat;
}
#products .tabs .openDetail:before {
  content: 'Open';
  padding-right: 0.3em;
}
#products .tabs .openDetail.actived:before {
  content: 'Close';
}
.max-md-size #products .tabs .openDetail {
  display: none;
}
#products .content {
  margin-bottom: 50px;
}
.max-md-size #products .content {
  margin: 0 15px 30px 15px;
}
#products .content > .title {
  margin-bottom: 50px;
  padding-left: 140px;
  position: relative;
}
.max-md-size #products .content > .title {
  padding-left: 0;
}
#products .content > .title .name {
  margin: 0;
  color: #e60012;
  font-size: 38px;
  line-height: 1.5em;
  text-transform: uppercase;
}
.max-md-size #products .content > .title .name {
  font-size: 28px;
}
#products .content > .title .summary {
  font-size: 18px;
}
.max-md-size #products .content > .title .back {
  position: relative;
  margin-left: -10px;
}
.max-sm-size #products .content > .title .back {
  margin-left: 0;
}
#products .content ul.class li {
  float: left;
  width: 24.5%;
  margin: 0 0.5% 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#products .content ul.class li:nth-of-type(3) {
  margin-right: 0;
}
#products .content ul.class li:nth-of-type(5) {
  margin-right: 0;
}
#products .content ul.class li:nth-of-type(9) {
  margin-right: 0;
}
#products .content ul.class li:nth-of-type(13) {
  margin-right: 0;
}
#products .content ul.class li a {
  display: block;
  height: 440px;
  overflow: hidden;
  opacity: 1 !important;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.max-md-size #products .content ul.class li a {
  opacity: 1 !important;
}
.max-bg-size #products .content ul.class li a {
  height: 300px;
}
#products .content ul.class li a .pic {
  height: 330px;
  z-index: 0;
  -webkit-transition: -webkit-transform 1s;
          transition: transform 1s;
}
.max-bg-size #products .content ul.class li a .pic {
  height: 250px;
}
#products .content ul.class li a .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 7%;
  z-index: 2;
}
.max-lg-size #products .content ul.class li a .text {
  bottom: 0;
}
.max-xs-size #products .content ul.class li a .text {
  bottom: 5%;
}
#products .content ul.class li a .text .sub {
  font-size: 15px;
  line-height: 1.5em;
}
#products .content ul.class li a .text .name {
  margin: 0;
  color: #e60012;
  font-size: 20px;
  line-height: 1.1em;
}
#products .content ul.class li .add {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  border-radius: 50%;
  border: 2px solid #fff;
  background: url('images/icon-plus.png') center no-repeat;
  color: #fff;
  font-size: 0;
  opacity: 0;
  transition: opacity 0.5s, background 0.5s, border 0.5s;
}
#products .content ul.class li:hover .add {
  opacity: 0.8;
}
#products .content ul.class li:hover .add:hover {
  opacity: 1;
}
.max-md-size #products .content ul.class li .add {
  opacity: 1;
}
#products .content ul.class li .add.actived {
  background-image: url('images/icon-plus2.png');
  border-color: #e60012;
}
#products .content ul.class li a:hover {
  opacity: 1 !important;
}
#products .content ul.class li a:hover .pic {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#products .content ul.class li.first {
  width: 49.5%;
}
#products .content ul.class li.first a {
  height: 890px;
}
.max-bg-size #products .content ul.class li.first a {
  height: 600px;
}
.max-md-size #products .content ul.class li.first a {
  height: 300px;
}
#products .content ul.class li.first a .pic {
  height: 670px;
}
.max-bg-size #products .content ul.class li.first a .pic {
  height: 500px;
}
.max-md-size #products .content ul.class li.first a .pic {
  height: 250px;
}
#products .content ul.class li.first a .text .sub {
  margin-bottom: 10px;
  font-size: 30px;
}
.max-md-size #products .content ul.class li.first a .text .sub {
  margin-bottom: 0;
  font-size: 15px;
}
#products .content ul.class li.first a .text .name {
  font-size: 40px;
}
.max-md-size #products .content ul.class li.first a .text .name {
  font-size: 20px;
}
.max-md-size #products .content ul.class li {
  width: 49%;
  margin-right: 2%;
}
.max-md-size #products .content ul.class li:nth-of-type(even) {
  margin-right: 0;
}
.max-xs-size #products .content ul.class li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
#products .result ul.class li:nth-of-type(3) {
  margin-right: 0.5%;
}
#products .result ul.class li:nth-of-type(5) {
  margin-right: 0.5%;
}
#products .result ul.class li:nth-of-type(9) {
  margin-right: 0.5%;
}
#products .result ul.class li:nth-of-type(13) {
  margin-right: 0.5%;
}
#products .result ul.class li:nth-of-type(4n) {
  margin-right: 0;
}
#products .result ul.class li:first-of-type {
  width: 24.5%;
}
.max-md-size #products .result ul.class li:first-of-type {
  width: 49%;
}
.max-xs-size #products .result ul.class li:first-of-type {
  width: 100%;
}
#products .result ul.class li:first-of-type a {
  height: 440px;
}
.max-bg-size #products .result ul.class li:first-of-type a {
  height: 300px;
}
#products .result ul.class li:first-of-type a .pic {
  height: 330px;
}
.max-bg-size #products .result ul.class li:first-of-type a .pic {
  height: 250px;
}
#products .result ul.class li:first-of-type a .text .sub {
  margin-bottom: 0;
  font-size: 15px;
}
#products .result ul.class li:first-of-type a .text .name {
  font-size: 20px;
}
#products .photo {
  padding: 100px 15px 50px 15px;
  background: url("images/products/photo-bg.jpg") center;
  background-size: cover;
  text-align: center;
}
.max-lg-size #products .photo {
  padding-top: 0;
}
#products .photo .text {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
#products .photo .text .sub {
  color: #e60012;
  font-size: 23px;
}
.max-sm-size #products .photo .text .sub {
  font-size: 15px;
}
#products .photo .text .name {
  margin: 0;
  color: #e60012;
  font-size: 46px;
}
.max-sm-size #products .photo .text .name {
  font-size: 36px;
}
#products .photo .text .summary {
  margin-top: 40px;
  font-size: 26px;
}
.max-sm-size #products .photo .text .summary {
  margin-top: 20px;
  font-size: 20px;
}
#products .photo ul.slider {
  margin-top: 50px;
  padding-bottom: 50px;
}
#products .photo ul.slider .pic {
  padding: 0 100px;
  text-align: center;
}
.max-xs-size #products .photo ul.slider .pic {
  padding: 0;
}
#products .photo ul.slider .slick-arrow {
  width: 40px;
  height: 74px;
  border: none;
  margin-bottom: -37px;
  bottom: 50%;
}
.max-sm-size #products .photo ul.slider .slick-arrow {
  height: 40px;
  border: 2px solid #fff;
  margin-bottom: -20px;
}
#products .photo ul.slider .slick-prev {
  left: 5%;
  background-image: url("images/products/arrow-prev.png");
}
.max-sm-size #products .photo ul.slider .slick-prev {
  left: 0;
  background-image: url("images/slick-prev2.png");
}
#products .photo ul.slider .slick-next {
  right: 5%;
  background-image: url("images/products/arrow-next.png");
}
.max-sm-size #products .photo ul.slider .slick-next {
  right: 0;
  background-image: url("images/slick-next2.png");
}
#products .photo ul.slider .slick-dots {
  bottom: 0;
}
#products .photo ul.slider .slick-dots li button {
  border: 2px solid #969696;
  background-color: transparent;
}
#products .photo ul.slider .slick-dots li.slick-active button {
  background-color: #969696;
}
#products .introduction {
  background-color: #000;
}
#products .introduction > ul > li {
  height: 800px;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.max-bg2-size #products .introduction > ul > li {
  height: 600px;
}
.max-lg-size #products .introduction > ul > li {
  height: auto;
}
.max-md-size #products .introduction > ul > li {
  opacity: 1;
}
#products .introduction > ul > li:hover {
  opacity: 1;
}
#products .introduction > ul > li .pic {
  width: calc(93% - 450px);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.max-bg2-size #products .introduction > ul > li .pic {
  width: calc(100% - 480px);
}
.max-lg-size #products .introduction > ul > li .pic {
  width: 100%;
  height: 550px;
  height: 55vw;
  position: relative;
}
.max-sm-size #products .introduction > ul > li .pic {
  height: 300px;
  height: 55vw;
}
#products .introduction > ul > li .text {
  display: table;
  width: 420px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.max-lg-size #products .introduction > ul > li .text {
  display: block;
  width: 100%;
  padding: 0 30px;
  position: relative;
}
.max-sm-size #products .introduction > ul > li .text {
  padding: 0 15px;
}
#products .introduction > ul > li .text .middle {
  padding: 30px 0;
  height: 800px;
}
.max-bg2-size #products .introduction > ul > li .text .middle {
  height: 600px;
}
.max-lg-size #products .introduction > ul > li .text .middle {
  height: auto;
}
.max-sm-size #products .introduction > ul > li .text .middle {
  padding: 15px 0;
}
#products .introduction > ul > li .text .scrollbar {
  max-height: 740px;
}
.max-bg2-size #products .introduction > ul > li .text .scrollbar {
  max-height: 540px;
}
.max-lg-size #products .introduction > ul > li .text .scrollbar {
  max-height: none;
}
#products .introduction > ul > li .text .editor ul.list .title {
  margin: 0;
  margin-bottom: 10px;
  color: #e60012;
  font-size: 26px;
}
.max-sm-size #products .introduction > ul > li .text .editor ul.list .title {
  font-size: 20px;
}
#products .introduction > ul > li .text .editor ul.list p {
  margin-top: 0;
}
/* #products .introduction > ul > li .text .editor ul.list ul {
  margin-bottom: 20px;
} */
#products .introduction > ul > li:nth-of-type(odd) .pic {
  left: 0;
}
#products .introduction > ul > li:nth-of-type(odd) .text {
  right: 7%;
}
.max-bg2-size #products .introduction > ul > li:nth-of-type(odd) .text {
  right: 30px;
}
.max-lg-size #products .introduction > ul > li:nth-of-type(odd) .text {
  right: 0;
}
#products .introduction > ul > li:nth-of-type(even) .pic {
  right: 0;
}
#products .introduction > ul > li:nth-of-type(even) .text {
  left: 7%;
}
.max-bg2-size #products .introduction > ul > li:nth-of-type(even) .text {
  left: 30px;
}
.max-lg-size #products .introduction > ul > li:nth-of-type(even) .text {
  left: 0;
}
#products .info {
  border-top: 5px solid #450005;
}
.max-md-size #products .info {
  border-top: none;
}
#products .info .container {
  padding: 100px 15px 50px 15px;
  position: relative;
}
.max-md-size #products .info .container {
  padding-top: 15px;
}
.max-md-size #products .info .tags {
  margin-bottom: 20px;
}
#products .info .tags ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 1;
}
.max-md-size #products .info .tags ul {
  position: relative;
  top: 0;
}
#products .info .inner .title {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #730009;
  color: #e60012;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
.max-sm-size #products .info .inner .title {
  padding-bottom: 10px;
  font-size: 25px;
}
#products .info .inner .name {
  color: #fff;
  font-size: 18px;
}
#products .info .inner .subtitle {
  color: #fff;
  font-size: 18px;
  font-style: italic;
}
#products .info .inner .subtitle .name {
  margin: 0;
}
#products .info .inner .features table td {
  width: 50%;
  vertical-align: top;
  padding: 30px 15px 20px 110px;
  position: relative;
  border-bottom: 1px solid #4b4b4b;
}
.max-sm-size #products .info .inner .features table td {
  display: block;
  width: 100%;
  min-height: 150px;
}
.max-ss-size #products .info .inner .features table td {
  padding-left: 75px;
  padding-right: 0;
}
#products .info .inner .features table td .icon {
  width: 80px;
  position: absolute;
  left: 10px;
  top: 35px;
}
.max-ss-size #products .info .inner .features table td .icon {
  width: 60px;
  left: 0;
}
#products .info .inner .features table td .text .name {
  margin: 0;
  color: #fff;
  font-size: 15px;
}
#products .info .inner .spe .editor {
  padding-top: 30px;
}
#products .info .inner .spe .table {
  border-top: 1px solid #4b4b4b;
}
#products .info .inner .spe .table td {
  width: 50%;
  padding: 5px 0;
  border-bottom: 1px solid #4b4b4b;
}
#products .info .inner .accessories .title {
  margin-bottom: 30px;
}
#products .info .inner .accessories ul.list {
  margin-bottom: 30px;
  text-align: center;
}
#products .info .inner .accessories ul.list li {
  display: inline-block;
  margin: 0 30px 30px 30px;
  vertical-align: top;
}
#products .info .inner .accessories ul.list li .pic img {
  height: 150px;
}
.awards .table {
  margin-bottom: 30px;
}
.max-sm-size .awards .table tr {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #4b4b4b;
}
.awards .table tr td {
  padding: 30px;
  border-bottom: 1px solid #4b4b4b;
}
.awards .table tr td:nth-of-type(2) {
  min-width: 200px;
}
.max-md-size .awards .table tr td {
  padding: 20px 10px;
}
.max-sm-size .awards .table tr td {
  display: block;
  padding: 0;
  border: none;
}
.awards .table tr td a {
  display: inline-block;
  color: #969696;
}
.awards .table tr td a:hover {
  color: #fff;
}
.awards .table tr td .pic {
  width: 85px;
}
#products .info .inner .pro-news .date {
  margin: 20px 0;
}
#products .info .inner .pro-news .editor .subtitle .name {
  font-size: 24px;
}
.max-sm-size #products .info .inner .pro-news .editor .subtitle .name {
  font-size: 20px;
}
#products .info .inner .pro-news .editor .subtitle .sub {
  font-size: 18px;
}
.max-sm-size #products .info .inner .pro-news .editor .subtitle .sub {
  font-size: 15px;
}
#products .info .inner .pro-news .editor .pic, #products .info .inner .pro-news .editor .table {
  margin: 20px 0;
}
#products .info .inner .pro-news .editor .pic {
  text-align: center;
}
#products .info .inner .pro-news .editor .detail {
  border-top: 1px solid #4b4b4b;
}
#products .info .inner .pro-news .editor .detail td {
  padding: 10px;
  border-bottom: 1px solid #4b4b4b;
}
#products .info .inner .drivers .scrollbarX {
  margin-bottom: 30px;
}
#products .info .inner .adVerts .title {
  margin-bottom: 30px;
}
#products .info .inner .adVerts ul.list {
  font-size: 0;
  text-align: center;
}
#products .info .inner .adVerts ul.list li {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  margin: 0 2.5% 30px 2.5%;
  font-size: 15px;
}
.max-md-size #products .info .inner .adVerts ul.list li {
  width: 24%;
}
.max-xs-size #products .info .inner .adVerts ul.list li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#products .info .inner .adVerts ul.list li a {
  display: inline-block;
  color: #969696;
}
#products .info .inner .adVerts ul.list li a:hover {
  color: #fff;
}
#products .info .inner .adVerts ul.list li a:hover .pic {
  border-color: #e60012;
}
#products .info .inner .adVerts ul.list li a .pic {
  border: 1px solid #2f2f2f;
  -webkit-transition: border 0.5s;
          transition: border 0.5s;
}
#products .info .inner .adVerts ul.list li a .pic img {
  display: block;
}
#products .info .inner .adVerts ul.list li a .text {
  margin-top: 10px;
}

/* ==========================================================================
    comparsion
 ==========================================================================*/
#comparsion .inner {
  max-width: 1400px;
  margin: auto;
  padding: 30px 15px;
  text-align: center;
  background: none;
}
.max-sm-size #comparsion .inner {
  padding: 15px;
}
#comparsion .title {
  line-height: 1.2em;
}
.max-ss-size #comparsion .title {
  text-align: left;
}
#comparsion .title .name {
  margin: 0;
  color: #e60012;
  font-size: 30px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.max-sm-size #comparsion .title .name {
  font-size: 25px;
}
#comparsion .scroll {
  overflow-x: auto;
}
.max-sm-size #comparsion .scroll {
  overflow: auto;
  width: 90vw;
  max-height: -moz-calc(100vh - 70px);
  max-height: -webkit-calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  margin: auto;
}
#comparsion table {
  margin-top: 30px;
  min-width: 700px;
}
.max-sm-size #comparsion table {
  margin-top: 10px;
  font-size: 13px;
}
#comparsion table tr:nth-of-type(even) td {
  background-color: #1e1e1e;
}
#comparsion table tr td {
  width: 28%;
  padding: 15px 5px;
  line-height: 1.5em;
}
#comparsion table tr td:first-of-type {
  width: 16%;
}
.max-xs-size #comparsion table tr td {
  padding: 10px 5px;
}
#comparsion table tr td .list {
  position: relative;
}
#comparsion table tr td .list .delete {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url("images/products/delete-icon.png") center no-repeat;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: opacity 0.5s, transform 0.5s;
  opacity: 0.5;
}
.max-md-size #comparsion table tr td .list .delete {
  opacity: 1;
}
#comparsion table tr td .list .delete:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
#comparsion table tr td .list .pic img {
  max-height: 330px;
}
#comparsion table tr td .list .text .sub {
  margin-bottom: 5px;
  color: #fff;
}
#comparsion table tr td .list .text .name {
  color: #e60012;
  font-size: 20px;
  font-weight: bold;
}
.max-sm-size #comparsion table tr td .list .text .name {
  font-size: 16px;
}

/* ==========================================================================
    support
 ==========================================================================*/
#support .item {
  margin-top: 50px;
}
.max-md-size #support .item {
  margin-top: 20px;
}
#support .item .title {
  margin: 0;
  color: #e60012;
  font-size: 38px;
  text-transform: uppercase;
}
.max-sm-size #support .item .title {
  font-size: 28px;
}
#support .item .summary {
  font-size: 18px;
}
.max-md-size #support .content {
  margin: 0 15px;
}
#support .left-nav {
  float: left;
  width: 300px;
  margin: 50px 0;
}
.max-md-size #support .left-nav {
  float: none;
  width: 100%;
  margin: 20px 0;
}
#support .left-nav ul {
  font-size: 0;
}
#support .left-nav ul li {
  border-bottom: 1px solid #730009;
  font-size: 15px;
}
#support .left-nav ul li:first-of-type {
  border-top: 1px solid #730009;
}
.max-md-size #support .left-nav ul li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
}
.max-md-size #support .left-nav ul li:nth-of-type(2n) {
  margin-right: 0;
}
.max-md-size #support .left-nav ul li:nth-of-type(2) {
  border-top: 1px solid #730009;
}
.max-xs-size #support .left-nav ul li {
  display: block;
  width: 100%;
  margin-right: 0;
}
.max-xs-size #support .left-nav ul li:nth-of-type(2) {
  border-top: none;
}
#support .left-nav ul li a {
  display: block;
  padding: 10px 40px 10px 15px;
  color: #969696;
  line-height: 1.5em;
  background: url("images/support/nav-icon.png") right center no-repeat;
}
#support .left-nav ul li a:hover {
  color: #fff;
}
#support .left-nav ul li.actived a {
  color: #e60012;
  font-weight: bold;
  background-color: #1e1e1e;
  background-image: url("images/support/nav-icon2.png");
}
#support .right-main {
  float: right;
  width: calc(100% - 350px);
  margin: 50px 0;
  border-top: 1px solid #730009;
}
.max-md-size #support .right-main {
  float: none;
  width: 100%;
  margin: 20px 0;
  border-top: 0;
}
#support .right-main .title {
  margin: 20px 0;
  color: #fff;
  font-size: 30px;
}
.max-sm-size #support .right-main .title {
  margin: 10px 0;
  font-size: 25px;
}
#support .right-main ul.faq li {
  border-bottom: 1px solid #3c3c3c;
}
#support .right-main ul.faq li .toggle {
  min-height: 60px;
  padding: 30px 120px;
  position: relative;
  font-size: 20px;
  -webkit-transition: color 0.5s;
          transition: color 0.5s;
  cursor: pointer;
}
.max-lg-size #support .right-main ul.faq li .toggle {
  padding-left: 90px;
  padding-right: 50px;
}
.max-sm-size #support .right-main ul.faq li .toggle {
  padding: 15px 30px 15px 50px;
  font-size: 16px;
  line-height: 1.5em;
}
.min-md-size #support .right-main ul.faq li .toggle:hover {
  color: #fff;
}
#support .right-main ul.faq li .toggle:before {
  content: 'Q';
  width: 60px;
  height: 60px;
  margin-top: -30px;
  position: absolute;
  left: 30px;
  top: 50%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  background-color: #1e1e1e;
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
}
.max-lg-size #support .right-main ul.faq li .toggle:before {
  left: 0;
}
.max-sm-size #support .right-main ul.faq li .toggle:before {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 25px;
  line-height: 40px;
}
#support .right-main ul.faq li .toggle:after {
  content: '';
  width: 34px;
  height: 34px;
  margin-top: -17px;
  position: absolute;
  right: 30px;
  top: 50%;
  border-radius: 50%;
  border: 1px solid #e60012;
  background: url("images/support/faq-icon.png") center no-repeat;
}
.max-lg-size #support .right-main ul.faq li .toggle:after {
  right: 0;
}
.max-sm-size #support .right-main ul.faq li .toggle:after {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
#support .right-main ul.faq li .answer {
  display: none;
  margin: 0 120px;
  padding: 30px 15px 30px 40px;
  position: relative;
  border-top: 1px solid #3c3c3c;
}
.max-lg-size #support .right-main ul.faq li .answer {
  margin: 0 50px 0 90px;
}
.max-sm-size #support .right-main ul.faq li .answer {
  margin: 0 30px 0 50px;
  padding: 15px 0 15px 30px;
  line-height: 1.5em;
}
#support .right-main ul.faq li .answer:before {
  content: 'A';
  position: absolute;
  left: 0;
  top: 30px;
  color: #e60012;
  font-size: 30px;
}
.max-sm-size #support .right-main ul.faq li .answer:before {
  top: 15px;
  font-size: 25px;
}
#support .right-main ul.faq li.actived .toggle {
  color: #fff;
}
#support .right-main ul.faq li.actived .toggle:before {
  background-color: #e60012;
}
#support .right-main ul.faq li.actived .toggle:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#support .right-main ul.faq li:first-of-type .answer {
  display: block;
}
#support .download .block .subtitle {
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #1e1e1e;
  font-size: 20px;
}
.max-xs-size #support .download .block .subtitle {
  margin: 15px 0;
  padding: 5px 10px;
}
#support .download .block ul.list > li .type {
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #730009;
  color: #fff;
  font-size: 20px;
}
.max-xs-size #support .download .block ul.list > li .type {
  padding: 5px 10px;
}
#support .download .block ul.list > li > ul {
  padding-top: 20px;
  font-size: 0;
}
.max-xs-size #support .download .block ul.list > li > ul {
  padding-top: 10px;
}
#support .download .block ul.list > li > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 14.2%;
  padding: 0 20px 20px 20px;
  font-size: 15px;
}
.max-bg2-size #support .download .block ul.list > li > ul > li {
  width: 20%;
}
.max-bg-size #support .download .block ul.list > li > ul > li {
  width: 25%;
}
.max-lg-size #support .download .block ul.list > li > ul > li {
  width: 33.3%;
}
.max-xs-size #support .download .block ul.list > li > ul > li {
  width: 50%;
  padding: 0 10px 20px 10px;
  line-height: 1.5em;
}
#support .download .block ul.list > li > ul > li .name {
  margin-bottom: 5px;
  border-right: 1px solid #3c3c3c;
  font-size: 20px;
  font-weight: bold;
}
#support .download .block ul.list > li > ul > li a {
  font-size: 17px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
#support .download .block ul.list > li > ul > li a:hover {
  opacity: 1;
}
#support .scrollbarX {
  margin-bottom: 50px;
}
#support .download-list {
  margin-top: 0;
}
#support .download-list th {
  padding: 15px 10px;
}
.max-sm-size #support .download-list th {
  padding: 10px;
}
#support .download-list td {
  padding: 20px 10px;
}
.max-sm-size #support .download-list td {
  padding: 10px;
}

/* distributors */

.distributors > li {
  padding: 20px 0;
  border-top: 1px solid #3c3c3c;
  position: relative;
}

.distributors > li:after {
  content: '';
  clear: both;
  display: block;
}

.distributors > li:first-of-type {
  padding-top: 0;
  border-top: none;
}

.distributors > li .pic {
  float: left;
  width: 170px;
}

.distributors > li .text {
  float: left;
  width: -moz-calc(100% - 170px);
  width: -webkit-calc(100% - 170px);
  width: calc(100% - 170px);
  padding-left: 30px;
}

.distributors > li .name {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.distributors > li a {
  color: #969696;
}

.distributors > li a:hover {
  color: #fff;
}

#support .editor .name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
}

ul.inline-top li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  text-align: center;
}

ul.inline-middle li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
}


#repair .box {
  max-width: 800px;
  margin-bottom: 30px;
  padding: 30px;
  padding-right: 140px;
  position: relative;
  border: 1px solid #4b4b4b;
  border-radius: 5px;
}

#repair .box.repair {
  padding-right: 30px;
}

.max-xs-size #repair .box {
  padding: 15px;
}

#repair .box button {
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  color: #e60012;
  font-size: 18px;
}

#repair .box .check {
  display: table;
  min-width: 0;
  height: 45px;
  margin: 20px auto 0 auto;
  position: relative;
  top: auto;
  color: #fff;
}

#repair .box .group {
  padding: 0;
  border-bottom: none;
}

#repair .box .group .form-control {
  width: 100%;
}

#repair .box .group .notice {
  padding-left: 0;
  text-align: left;
}

#repair .box .enterCode {
  margin-top: 10px;
}

#repair .box .enterCode .codepic {
  top: 1px;
}

/* .max-xs-size #repair .box .enterCode .codepic {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  right: 0;
  top: 0;
} */

.max-xs-size #repair button {
  width: 100%;
  margin-top: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  background-color: #e60012;
  color: #fff;
  font-size: 15px;
}

#repair .box button.left {
  left: 20px;
}

.max-xs-size #repair .box button.left {
  margin-bottom: 10px;
  left: 0;
  background-color: #323232;
}

#repair .box button.right {
  right: 20px;
}

.max-xs-size #repair .box button.right {
  margin-top: 10px;
  right: 0;
  top: 0;
}

#repair .box button i {
  display: inline-block;
  vertical-align: sub;
  font-size: 25px;
}

.max-xs-size #repair .box button i {
  display: none;
}

#repair .box .text {
  padding-left: 110px;
  text-align: center;
}

.max-xs-size #repair .box .text {
  padding-left: 0;
}

#repair .box .text i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url('images/rma/text-icon.png') center no-repeat;
}

#repair .box .notice {
  margin-top: 10px;
}

.editor .line {
  margin: 10px 0;
  border-top: 1px solid #4b4b4b;
}

#info .name {
  margin: 0;
  padding-bottom: 20px;
  font-size: 20px;
  border-bottom: 1px solid #4b4b4b;
}

#info .form {
  margin: 0;
  border: none;
}

#info .form .inputProof .file {
  /*display: none;*/
  position: absolute; z-index: -99999; top:0;
}

#info .form .inputProof .update {
  display: block;
  position: relative;
  cursor: pointer;
  line-height: 40px;
}

#info .form .inputProof .update .btn {
  display: block;
  width: 80px;
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #b50105;
  border-radius: 5px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

#info .topInfo {
  margin-bottom: 50px;
}

#query .box {
  max-width: 800px;
  margin-top: 30px;
  position: relative;
  border: none;
}

#query .box .group {
  padding: 0;
  border-bottom: none;
}

#query .box .group .form-control {
  width: 100%;
}

#query .box .group .notice {
  padding-left: 0;
}

#query .box .enterCode {
  margin: 10px 0 20px 0;
}

#query .box .enterCode .codepic {
  top: 1px;
}

.max-xs-size #query .box .enterCode .codepic {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  right: 0;
  top: 0;
}

#query .box button {
  margin: 0;
}

#status .sub {
  margin-bottom: 20px;
  font-size: 20px;
}

#status .table {
  min-width: 700px;
  line-height: 1.6em;
}

#status .table th {
  padding: 10px 20px;
  text-align: left;
}

.max-bg-size #status .table th {
  padding: 10px;
}

.max-md-size #status .table th {
  text-align: center;
}

#status .table th:first-of-type {
  min-width: 220px;
}
.max-bg-size #status .table th:first-of-type {
  min-width: 140px;
}

#status .table td {
  padding: 10px 20px;
  background-color: #232323;
  border-bottom: 5px solid #000;
}

.max-bg-size #status .table td {
  padding: 10px;
}

.max-bg-size #status .table ul span {
  display: block;
}

#status ul.stage {
  width: 220px;
  margin: auto;
  font-size: 0;
}

.max-bg-size #status ul.stage {
  width: 150px;
}

#status ul.stage li {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  height: 15px;
  margin-right: 5px;
  border-radius: 2px;
  background-color: #323232;
}

#status ul.stage li:last-of-type {
  margin-right: 0;
}

#status ul.stage li.actived {
  background: #e60012;
  background:linear-gradient(top,#e60012,#a6000d 70%);
  background:-moz-linear-gradient(top,#e60012,#a6000d 70%);
  background:-webkit-linear-gradient(top,#e60012,#a6000d 70%);
}

#status ul.info li {
  margin-bottom: 5px;
}

#status ul.info li:last-of-type {
  margin-bottom: 0;
}

#status .table .expired,
#status ul.info li .date {
  color: #646464;
}

#status .bottom .button {
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
  height: 40px;
  margin-bottom: 10px;
  line-height: 40px;
}

#status .bottom .text {
  display: inline-block;
  vertical-align: middle;
}

.max-md-size #status .scrollbarX {
  margin-bottom: 20px;
}

/* ==========================================================================
    contact
 ==========================================================================*/
.max-md-size #contact .tabs {
  margin: 0 15px;
}
#contact .content .title {
  margin: 30px 0;
  text-align: center;
}
#contact .content .title .name {
  margin: 0;
  color: #e60012;
  font-size: 38px;
  text-transform: uppercase;
}
.max-sm-size #contact .content .title .name {
  font-size: 28px;
}
#contact .content .title .summary {
  font-size: 18px;
}
#contact .content .editor .name {
  color: #fff;
  font-size: 18px;
  font-style: italic;
}
#contact .content .editor .table {
  margin: 20px 0;
  border-top: 1px solid #4b4b4b;
}
#contact .content .editor .table td {
  padding: 15px;
  border-bottom: 1px solid #4b4b4b;
  line-height: 1.5em;
}
.max-sm-size #contact .content .editor .table td {
  padding: 10px 5px;
}
.max-sm-size #contact .content .editor .table td:first-of-type {
  width: 40%;
}
#contact .content .info {
  margin: 30px 0 50px 0;
}
#contact .content .info > ul > li {
  padding-left: 50px;
  background: 10px 3px no-repeat;
}
#contact .content .info > ul > li.address {
  background-image: url("images/contact/icon-address.png");
}
#contact .content .info > ul > li.tel {
  background-image: url("images/contact/icon-tel.png");
}
#contact .content .info > ul > li.fax {
  background-image: url("images/contact/icon-fax.png");
}
#contact .content .info > ul > li.mail {
  background-image: url("images/contact/icon-mail.png");
}
#contact .content .info > ul > li ul li {
  display: inline;
  margin-bottom: 10px;
  line-height: 25px;
}
#contact .content .info > ul > li ul li:after {
  content: '/';
  display: inline;
  padding: 0 10px;
}
.max-xs-size #contact .content .info > ul > li ul li:after {
  padding: 0 5px;
}
#contact .content .info > ul > li ul li:last-of-type:after {
  content: normal;
}
#contact .dropkick {
  padding: 0;
}
#contact .dk_container a {
  padding: 8px 20px;
}




.max-md-size #contact_test .tabs {
  margin: 0 15px;
}
#contact_test .content .title {
  margin: 30px 0;
  text-align: center;
}
#contact_test .content .title .name {
  margin: 0;
  color: #e60012;
  font-size: 38px;
  text-transform: uppercase;
}
.max-sm-size #contact_test .content .title .name {
  font-size: 28px;
}
#contact_test .content .title .summary {
  font-size: 18px;
}
#contact_test .content .editor{
	width: 100%;
}
#contact_test .content .editor .name {
  color: #fff;
  font-size: 18px;
  font-style: italic;
}
#contact_test .content .editor .table {
  margin: 20px 0;
  border-top: 1px solid #4b4b4b;
}
#contact_test .content .editor .table td {
  padding: 15px;
  border-bottom: 1px solid #4b4b4b;
  line-height: 1.5em;
}
.max-sm-size #contact_test .content .editor .table td {
  padding: 10px 5px;
}
.max-sm-size #contact_test .content .editor .table td:first-of-type {
  width: 40%;
}
#contact_test .content .info {
  margin: 30px 0 50px 0;
}
#contact_test .content .info > ul > li {
  padding-left: 50px;
  background: 10px 3px no-repeat;
}
#contact_test .content .info > ul > li.address {
  background-image: url("images/contact/icon-address.png");
}
#contact_test .content .info > ul > li.tel {
  background-image: url("images/contact/icon-tel.png");
}
#contact_test .content .info > ul > li.fax {
  background-image: url("images/contact/icon-fax.png");
}
#contact_test .content .info > ul > li.mail {
  background-image: url("images/contact/icon-mail.png");
}
#contact_test .content .info > ul > li ul li {
  display: inline;
  margin-bottom: 10px;
  line-height: 25px;
}
#contact_test .content .info > ul > li ul li:after {
  content: '/';
  display: inline;
  padding: 0 10px;
}
.max-xs-size #contact_test .content .info > ul > li ul li:after {
  padding: 0 5px;
}
#contact_test .content .info > ul > li ul li:last-of-type:after {
  content: normal;
}
#contact_test .dropkick {
  padding: 0;
}
#contact_test .dk_container a {
  padding: 8px 20px;
}
#contact_test .form {
  margin-bottom: 50px;
  border-top: 1px solid #730009;
}
#contact_test #Exa2{
 float: left;
 display: inline;
 padding-inline-start: 0px;
 margin-block-start: 0em;
 margin-block-end: 0em;
}


#Exa2L{
	display:inline;
	width: 50%;
	border-bottom: 1px solid #4b4b4b; 

}
.max-sm-size #Exa2L{
  float: none;
  width: 100%;
	border-bottom: 1px solid #4b4b4b; 
}

#contact_test .form .group {
  margin: 0;
  float: left;
  width: 50%;
  padding: 15px 0;
  border-bottom: 1px solid #4b4b4b; 
}
.max-sm-size #contact_test .form .group {
  float: none;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #4b4b4b;  
}

#contact_test .form .group .left {
  float: left;
  width: 150px;
  padding-left: 20px;
  line-height: 40px;
}
#contact_test .form .group .left .red {
  padding-right: 5px;
}
.max-xs-size #contact_test .form .group .left {
  float: none;
  width: 100%;
}
#contact_test .form .group .form-control, #contact_test .form .group .right {
  float: left;
  width: calc(100% - 150px);
}
.max-xs-size #contact_test .form .group .form-control, .max-xs-size #contact_test .form .group .right {
  float: none;
  width: 100%;
}
#contact_test .form .group .right {
  padding: 5px 0;
}
#contact_test .form .group .right .checkbox {
  margin-bottom: 5px;
  -webkit-transition: color 0.5s;
          transition: color 0.5s;
}
#contact_test .form .group .right .checkbox:hover {
  color: #fff;
}
/* ==========================================================================
    distributor
 ==========================================================================*/
#distributor .content {
  padding-bottom: 50px;
}
.max-lg-size #distributor .content {
  padding: 0 15px 20px 15px;
}
#distributor .content .tabs {
  margin-bottom: 50px;
}
.max-lg-size #distributor .content .tabs {
  margin-bottom: 20px;
}
#distributor .content .left {
  float: left;
  width: 500px;
}
.max-lg-size #distributor .content .left {
  width: 300px;
}
.max-sm-size #distributor .content .left {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
#distributor .content .left .dk_container {
  border-top: 1px solid #730009;
  border-bottom: 1px solid #730009;
}
#distributor .content .left .dk_options a {
  background-color: #282828;
  -webkit-transition: color 0.5s, background 0.5s;
          transition: color 0.5s, background 0.5s;
}
#distributor .content .left .dk_options a:hover {
  background-color: #e60012;
}
#distributor .content .left .dk_toggle:before {
  content: '';
}
#distributor .content .left .scrollbar {
  height: 845px;
  margin-top: 10px;
}
.max-lg-size #distributor .content .left .scrollbar {
  height: 520px;
}
.max-sm-size #distributor .content .left .scrollbar {
  height: auto;
}
#distributor .content .left ul.list > li {
  padding: 30px;
  color: #fff;
  border-bottom: 1px solid #730009;
}
.max-lg-size #distributor .content .left ul.list > li {
  padding: 10px;
}
#distributor .content .left ul.list > li .title {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: normal;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
#distributor .content .left ul.list > li ul {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
#distributor .content .left ul.list > li ul li a:hover {
  text-decoration: underline;
}
#distributor .content .left ul.list > li:hover .title, #distributor .content .left ul.list > li:hover ul {
  opacity: 1;
}
#distributor .content .right {
  float: right;
  width: calc(100% - 550px);
}
.max-lg-size #distributor .content .right {
  width: calc(100% - 320px);
}
.max-sm-size #distributor .content .right {
  float: none;
  width: 100%;
}
#distributor .content .right .map {
  height: 900px;
}
.max-lg-size #distributor .content .right .map {
  height: 580px;
}
.max-xs-size #distributor .content .right .map {
  height: 400px;
}

/* ==========================================================================
    result
 ==========================================================================*/
.max-md-size #result .content {
  margin: 0 15px;
}
#result .bar {
  height: auto;
}
#result ul.list {
  margin-top: 50px;
}
.max-md-size #result ul.list {
  margin-top: 20px;
}
#result ul.list li {
  border-bottom: 1px solid #730009;
}
#result ul.list li:first-of-type {
  border-top: 1px solid #730009;
}
#result ul.list li a {
  display: block;
  padding: 15px 0 15px 40px;
  color: #fff;
  line-height: 1.5em;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
  background: url("images/result-icon.png") 17px 24px no-repeat;
}
#result ul.list li a:hover {
  opacity: 1;
}
#result ul.list li a .summary {
  font-size: 14px;
  max-height: 1.5em;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  opacity: 0.7;
}
#result ul.list li a .url {
  text-decoration: underline;
  opacity: 0.7;
  word-break: break-all;
}

/* ==========================================================================
    footer
 ==========================================================================*/
#footer {
  min-width: 320px;
  background-color: #1e1e1e;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
          transition: opacity 1s;
}
#footer .info {
  padding: 50px 15px;
  text-align: center;
}
.max-md-size #footer .info {
  padding-bottom: 0;
}
.max-sm-size #footer .info {
  padding: 30px 15px 0 15px;
}
#footer .info > ul {
  max-width: 1380px;
  width: 100%;
  margin: auto;
  font-size: 0;
}
.max-md-size #footer .info > ul {
  text-align: left;
}
#footer .info > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 17%;
  margin-right: 3%;
  font-size: 15px;
  text-align: left;
}
#footer .info > ul > li:last-of-type {
  margin-right: 0;
}
.max-md-size #footer .info > ul > li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.max-md-size #footer .info > ul > li:nth-of-type(3n) {
  margin-right: 0;
}
.max-sm-size #footer .info > ul > li {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 30px;
}
.max-sm-size #footer .info > ul > li:nth-of-type(3n) {
  margin-right: 5%;
}
.max-sm-size #footer .info > ul > li:nth-of-type(2n) {
  margin-right: 0;
}
.max-ss-size #footer .info > ul > li {
  width: 100%;
  margin-right: 0;
}
#footer .info > ul > li .title {
  color: #c8c8c8;
  font-size: 30px;
}
.max-md-size #footer .info > ul > li .title {
  font-size: 25px;
}
#footer .info > ul > li .summary {
  margin: 20px 0;
  padding: 15px 0;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.max-md-size #footer .info > ul > li .summary {
  margin: 10px 0;
  padding: 10px 0;
  line-height: 1.6em;
}
#footer .info > ul > li ul.links {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #3c3c3c;
}
#footer .info > ul > li ul.links li {
  display: block;
  margin-bottom: 5px;
}
.max-md-size #footer .info > ul > li ul.links li {
  margin-bottom: 0;
}
#footer .info > ul > li ul.links li a {
  display: inline-block;
  padding-left: 20px;
  font-size: 18px;
  background: url("images/menu-arrow.png") left 10px no-repeat;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.max-md-size #footer .info > ul > li ul.links li a {
  font-size: 16px;
  line-height: 1.5em;
  background-position: left 7px;
}
#footer .info > ul > li ul.links li a:hover {
  opacity: 1;
}
#footer .share {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.max-sm-size #footer .share {
  padding: 30px 0;
}
.max-sm-size #footer .share ul {
  max-width: 235px;
  margin: 0 auto;
}
.max-sm-size #footer .share ul li:not(:nth-child(-n+3)) {
  margin-top: 10px;
}
#footer .share .moveBg {
  height: 120%;
  top: -35%;
}
.max-sm-size #footer .share .moveBg {
  top: -50%;
}
#footer .share .pic:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #141414;
  opacity: 0.85;
}
#footer .share ul li {
  display: inline-block;
  margin: 0 30px;
  position: relative;
  z-index: 2;
}
.max-lg-size #footer .share ul li {
  margin: 0 20px;
}
.max-md-size #footer .share ul li {
    width: 50%;
    margin: 0;
    float: left;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 20px;
}
.max-sm-size #footer .share ul li {
  width: auto;
  padding: 0;
  margin: 0;
  float:none;
}
#footer .share ul li a .icon, #footer .share ul li a .name {
  display: inline-block;
  vertical-align: middle;
}
#footer .share ul li a .icon {
  width: 65px;
  height: 65px;
  margin-right: 10px;
  position: relative;
  background: center no-repeat;
}
#footer .share ul li a .icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("images/footer-icon.png") center no-repeat;
  -webkit-transition: -webkit-transform 1s;
          transition: transform 1s;
}
#footer .share ul li a .name {
  height: 65px;
  background: center no-repeat;
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.max-sm-size #footer .share ul li a .name {
  display: none;
}
#footer .share ul li a:hover .icon:after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
#footer .share ul li.facebook a .icon {
  background-image: url("images/icon-facebook.png");
}
#footer .share ul li.facebook a .name {
  width: 127px;
  background-image: url("images/icon-facebook2.png");
}
#footer .share ul li.facebook a:hover .name {
  background-image: url("images/icon-facebook3.png");
}
#footer .share ul li.instagram a .icon {
  background-image: url("images/icon-instagram.png");
}
#footer .share ul li.instagram a .name {
  width: 116px;
  background-image: url("images/icon-instagram2.png");
}
#footer .share ul li.instagram a:hover .name {
  background-image: url("images/icon-instagram3.png");
}
#footer .share ul li.twitter a .icon {
  background-image: url("images/icon-twitter.png");
}
#footer .share ul li.twitter a .name {
  width: 100px;
  background-image: url("images/icon-twitter2.png");
}
#footer .share ul li.twitter a:hover .name {
  background-image: url("images/icon-twitter3.png");
}
#footer .share ul li.linked a .icon {
  background-image: url("images/icon-linked.png");
}
#footer .share ul li.linked a .name {
  width: 92px;
  background-image: url("images/icon-linked2.png");
}
#footer .share ul li.linked a:hover .name {
  background-image: url("images/icon-linked3.png");
}
#footer .share ul li.youtube a .icon {
  background-image: url("images/icon-youtube.png");
}
#footer .share ul li.youtube a .name {
  width: 76px;
  background-image: url("images/icon-youtube2.png");
}
#footer .share ul li.youtube a:hover .name {
  background-image: url("images/icon-youtube3.png");
}
#footer .share ul li.devil a .icon {
  background-image: url("images/icon-devil.png");
}
#footer .share ul li.devil a .name {
  width: 117px;
  background-image: url("images/icon-devil2.png");
}
#footer .share ul li.devil a:hover .name {
  background-image: url("images/icon-devil3.png");
}


#footer .share ul li.gallery a .icon {
  background-image: url("images/icon-gallery.png");
}
#footer .share ul li.gallery a .name {
  width: 160px;
  background-image: url("images/icon-gallery2.png");
}
#footer .share ul li.gallery a:hover .name {
  background-image: url("images/icon-gallery3.png");
}

#footer .rights {
  padding: 20px 15px;
  text-align: center;
}
#footer .rights ul li {
  display: inline-block;
  vertical-align: top;
}
.max-md-size #footer .rights ul li:first-of-type {
  display: block;
}
.max-md-size #footer .rights ul li:first-of-type:after {
  content: normal;
}
.max-xs-size #footer .rights ul li.copy {
  display: block;
  margin-top: 10px;
}
#footer .rights ul li:after {
  content: '/';
  padding: 0 10px;
}
.max-xs-size #footer .rights ul li:nth-of-type(3):after {
  content: normal;
}
#footer .rights ul li:last-of-type:after {
  content: normal;
}
#footer .rights ul li a {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
#footer .rights ul li a:hover {
  opacity: 1;
}

#footer .comparsion {
  display: none;
  min-width: 320px;
  position: fixed;
  right: 50px;
  bottom: 0;
  z-index: 10;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  transition: bottom 0.5s ease-out;
}
.max-lg-size #footer .comparsion {
  right: 30px;
}
.max-sm-size #footer .comparsion {
  width: 100%;
  right: auto;
  left: 0;
}
#footer .comparsion.actived {
  bottom: 150px;
}
.max-md-size #footer .comparsion.actived {
  bottom: 130px;
}
.max-sm-size #footer .comparsion.actived {
  bottom: 0;
}
#footer .comparsion .nav {
  width: 305px;
  margin-right: 60px;
  padding: 10px 15px 10px 10px;
  position: relative;
  background-color: #e60012;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  line-height: 28px;
}
.max-sm-size #footer .comparsion .nav {
  display: table;
  width: 275px;
  margin-left: auto;
}
#footer .comparsion .text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
  background: url('images/arrow-up.png') 10px center no-repeat;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.max-sm-size #footer .comparsion .text {
  margin-right: 10px;
  padding-left: 25px;
  background-position: left center;
}
.max-ss-size #footer .comparsion .text {
  margin-right: 5px;
  padding-left: 20px;
}
#footer .comparsion.actived .text {
  background-image: url('images/arrow-down.png');
}
#footer .comparsion .buttonBlock {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#footer .comparsion .buttonBlock .btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #f38089;
  -webkit-transition: border 0.5s;
          transition: border 0.5s;
  color: #fff;
  line-height: 28px;
}
.pro-list #footer .comparsion .buttonBlock .add {
  display: none;
}
.max-md-size #footer .comparsion .buttonBlock .btn {
  border-color: #fff;
}
.max-sm-size #footer .comparsion .buttonBlock .btn {
  margin-left: 5px;
}
.max-ss-size #footer .comparsion .buttonBlock .btn {
  padding: 0 5px;
}
#footer .comparsion .buttonBlock .btn:hover {
  border-color: #fff;
}
#footer .comparsion .notice {
  display: none;
  width: 305px;
  padding: 5px 10px;
  position: absolute;
  right: 60px;
  top: -60px;
  background-color: #e60012;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
}
.max-sm-size #footer .comparsion .notice {
  width: 275px;
}
.max-ss-size #footer .comparsion .notice {
  right: auto;
  left: 0;
}
#footer .comparsion .notice:after {
  content: '';
  width: 0;
  height: 0;
  margin-left: -5px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #e60013 transparent transparent transparent;
}
#footer .comparsion .list {
  width: 100%;
  height: 150px;
  padding: 10px 15px;
  position: fixed;
  left: 0;
  bottom: -150px;
  background-color: #000;
  border-top: 2px solid #e60012;
  transition: bottom 0.5s ease-out;
}
.max-md-size #footer .comparsion .list {
  height: 130px;
  bottom: -130px;
  padding: 0;
}
.max-sm-size #footer .comparsion .list {
  display: none;
  height: auto;
  bottom: 0;
  position: relative;
}
#footer .comparsion.actived .list {
  bottom: 0;
}
.max-sm-size #footer .comparsion.actived .list {
  display: block;
}
#footer .comparsion .list ul {
  text-align: center;
  font-size: 0;
}
#footer .comparsion .list ul li {
  display: inline-block;
  width: 33%;
  max-width: 410px;
  position: relative;
  border-left: 1px solid #580007;
  font-size: 13px;
}
.max-sm-size #footer .comparsion .list ul li {
  display: block;
  width: 100%;
  max-width: none;
  border: none;
}
#footer .comparsion .list ul li:last-of-type {
  border-right: 1px solid #580007;
}
#footer .comparsion .list ul li a {
  display: table;
  height: 130px;
  padding: 0 40px 0 194px;
  position: relative;
}
.max-lg-size #footer .comparsion .list ul li a {
  padding-right: 20px;
  padding-left: 170px;
}
.max-md-size #footer .comparsion .list ul li a {
  padding-right: 10px;
  padding-left: 100px;
}
.max-sm-size #footer .comparsion .list ul li a {
  height: 90px;
  padding-left: 140px;
}
#footer .comparsion .list ul li a .pic {
  width: 174px;
  height: 130px;
  margin-top: -65px;
  position: absolute;
  left: 20px;
  top: 50%;
  transition: transform 0.5s;
}
.max-lg-size #footer .comparsion .list ul li a .pic {
  width: 150px;
  height: 100px;
  margin-top: -50px;
}
.max-md-size #footer .comparsion .list ul li a .pic {
  width: 90px;
  height: 70px;
  margin-top: -35px;
}
.max-sm-size #footer .comparsion .list ul li a .pic {
  left: 50px;
}
#footer .comparsion .list ul li a:hover .pic {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#footer .comparsion .list ul li a .name {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  color: #fefefe;
  line-height: 1.5em;
  text-align: left;
}
.max-lg-size #footer .comparsion .list ul li a .name {
  padding-left: 10px;
}
#footer .comparsion .list ul li .delete {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 5;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url("images/products/delete-icon.png") center no-repeat;
  transition: opacity 0.5s, transform 0.5s;
  cursor: pointer;
}
.max-md-size #footer .comparsion .list ul li .delete {
  left: 10px;
}
.max-sm-size #footer .comparsion .list ul li .delete {
  left: 20px;
}
#footer .comparsion .list ul li .delete:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#footer .goTop {
  display: none;
  width: 40px;
  height: 40px;
  padding-top: 14px;
  position: absolute;
  right: -60px;
  top: 5px;
  z-index: 10;
  background: #e60012 url('images/arrow-up.png') center 7px no-repeat;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 2em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
}
.max-sm-size #footer .goTop {
  right: -50px;
}
.min-md-size #footer .goTop:hover {
  background-color: #b4000e;
}
.pro #footer .goTop.two {
  display: none !important;
}
#footer .goTop.two {
  position: fixed;
  right: 50px;
  bottom: 10px;
  top: auto;
}
.max-lg-size #footer .goTop.two {
  right: 30px;
}
.max-sm-size #footer .goTop.two {
  right: 10px;
}
/* ==========================================================================
    event
 ==========================================================================*/

#event .forMobile {
  display: none;
}

.max-xs-size #event .forMobile {
  display: block;
}

.max-xs-size #event .forDesktop {
  display: none;
}

#event .inner {
  padding: 0 30px;
  position: relative;
}

.max-xs-size #event .inner {
  padding: 0 15px;
}

#event .inner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: top center no-repeat;
}

#event .content {
  width: 1000px;
  margin: auto;
  /* padding: 50px 0; */
  position: relative;
  z-index: 2;
  background: none;
  border: none;
}

/* .max-xs-size #event .content {
  padding: 20px 0;
} */

#event .title {
  margin-top: 80px;
  margin-bottom: 50px;
  padding-top: 50px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/* #event .title:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  background-color: #4d4d4d;
} */

#event .title span {
  display: table;
  margin: auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
  /* background-color: #000; */
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

.max-xs-size #event .title span {
  font-size: 30px;
}

#event .form {
  margin: 0;
  border: none;
}

#event .form .group {
  margin-bottom: 5px;
  padding: 0;
  border: none;
}

#event .form .group .left {
  float: left;
  width: 245px;
  padding: 10px 0;
  margin-right: 5px;
  background-color: #b50105;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
}

.max-xs-size #event .form .group .left {
  width: 100%;
  margin: 10px 0 5px 0;
}

#event .form .group .form-control {
  float: left;
  width: calc(100% - 250px);
  height: 50px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
}

.max-xs-size #event .form .group .form-control {
  width: 100%;
}

#event .form .inputAddress .form-control {
  height: 80px;
}

#event .form .group .form-control:hover,
#event .form .group .form-control:focus {
  background-color: #dedede;
}

.max-ss-size #event .form .group .form-control {
  width: calc(100% - 105px);
}

#event .form .group.error .form-control {
  border: none;
  background-color: #fbd4d4;
}

#event .form .dropkick {
  padding: 0;
}

#event .form .dk-selected {
  line-height: 30px;
  background-color: transparent;
}

#event .form .dk-selected:after {
  background-image: url('images/arrow-down2.png');
}

#event .form .dk-select-options {
  color: #fff;
}

#event .form .inpuntVoucher .file {
  display: none;
}

#event .form .inpuntVoucher .update {
  position: relative;
  cursor: pointer;
  line-height: 50px;
}

#event .form .inpuntVoucher .update .btn {
  display: block;
  width: 80px;
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #b50105;
  border-radius: 5px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

#event .form .enterCode .codepic {
  right: 5px;
  top: 5px;
}

.max-xs-size #event .form .enterCode .codepic {
  top: auto;
  bottom: 0;
}

#event .form .enterCode .codepic a {
  display: block;
}

.max-xs-size #event .form .enterCode .codepic img {
  width: 100px;
}

#event .form .button {
  width: 255px;
  height: 43px;
  background: url('images/event/button.png') center no-repeat;
  font-size: 0;
}

#event .editor {
  color: #fff;
}

#event .editor a:hover {
  text-decoration: underline;
}

#event .footer {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #4d4d4d;
}

.max-xs-size #event .footer {
  text-align: center;
}

#event .footer .logo {
  display: block;
  float: left;
  width: 248px;
  height: 21px;
  position: relative;
  left: 0;
  top: 0;
  background: url('images/logo.png') center no-repeat;
  background-size: contain;
  image-rendering: -webkit-optimize-contrast;
}

.max-xs-size #event .footer .logo {
  float: none;
  margin: auto;
}

#event .footer .rights {
  float: right;
}

.max-xs-size #event .footer .rights {
  float: none;
  margin-top: 10px;
}
::-webkit-input-placeholder{
  color:white !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #595959 !important;
     font-size: 16px !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #595959 !important;
     font-size: 16px !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:   #595959 !important;
     font-size: 16px !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:   #595959 !important;
     font-size: 16px !important;
}



#event .form .group.inpuntVoucher{
  height: 80px;
}
#event .form .group.inpuntVoucher .left{
  height: 80px;
  line-height: 60px;
}
#event .form .inpuntVoucher .update{
  line-height: inherit;
  height: 100%;
  padding-right: 100px;
  position: relative;
}
#event .form .inpuntVoucher .update span:not(.btn){
  line-height: 80px;
}

#event .form .inpuntVoucher .update p{
 margin: 8px 0;
  font-size: 15px;
}

.content .gallery_banner .share ul{
  position: relative;
}

/* -------------------------由此開始------------ */

.gallery_banner .share ul li a:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("images/share-icon.png") center no-repeat;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}

.gallery_banner .share ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gallery_banner .share ul li a{
  display: block;
  padding: 15px 10px;
  position: relative;
  font-size: 18px;
  opacity: 0.5;
  transition: opacity 0.5s, transform 0.5s;
}

.gallery_banner .share ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.gallery_banner .share ul li a:hover:before {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.gallery_banner_text{
  text-align: center;
  font-size: 17px;
  color: #d3d2d2;
  line-height:33px;
  max-width: 973px;
  margin: 0 auto 0 auto;
}
.gallery_banner_text h2{
margin: 0;
    font-size: 48px;
    line-height: 1;
    color: #E60012;
}
@media screen and (max-width: 991px){
  .gallery_banner_text h2{
      font-size: 30px;
  }
}
.gallery_submission .submission_sub{
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  position: relative;
}

.gallery_submission .submission_sub:before {
  content: "";
  border-top: 5px red solid;
  width: 445px;
  position: absolute;
  top: -3px;
  z-index: 100;
}

.gallery_submission .submission_sub:after {
  content: "";
  border-top:5px rgb(117, 1, 1) solid;
  width: 100vw;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 90;
}

.gallery_submission .submission_sub li:nth-child(3) {
  border-right:1px #d3d2d250 solid;
}

.gallery_submission .submission_sub li.active a {
  color:red;
  font-weight: 900;
}

.gallery_submission .submission_sub li a {
  color: #5E5E5E;

}


.gallery_submission .submission_sub li:not(.active) a:hover {
  color: white;
  transition-duration: 0.6s;
}



.gallery_submission .submission_sub li {
  height: 30px;
  margin-top: 10px;
  border-left: 1px #d3d2d250 solid;
  padding: 0 30px 0 30px;
}


  .max-sm-size .gallery_submission .submission_sub li {

    padding: 0 10px 0 10px;
  }


.submission_list .submission_card {


  margin: 20px 7px 20px 7px;
  opacity: 0.7;
  transition-duration: 0.5s;
}
.submission_list a{
  width: 20%;
}
.submission_list .submission_card:hover {
  opacity: 1;
  transition-duration: 0.5s;
}
.submission_list .submission_card .submission_pic {
  width: 100%;
  height: 345px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.submission_list .submission_card .submission_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.submission_list .submission_card .submission_text {
  padding: 15px 0 0 10px;
}

.submission_list .submission_card .submission_name {
  font-size: 34px;
  font-weight: 700;
  margin-top: 5px;
  color: #c7c7c7;
}

.submission_list .submission_card .submission_country {
  font-size: 25px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 10px;
  color: #646464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flag_icon {
  height: 22px;
  width: 22px;
  margin-left: 10px;  
  padding-top: 3px;
}

.submission_list .submission_card .submission_model p {
  color: red;
  margin: 0;
  line-height: 25px;
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}

.submission_list .submission_card .submission_intro p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #c9c9c9;
    margin-bottom: 16px;
    max-height: 50px;
}

.submission_list .submission_card .submission_serial {
  border: 1px #969696 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px  20px 10px 20px;
  border-radius: 50px;
}

.submission_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px auto 30px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post_block .post_slider {

  position: relative;
}
.post_block .post_slider .post_pic{
   background-color: #1E1E1E;
}
@media screen and (max-width: 1300px) {
  .submission_list a {
      width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .submission_list a {
      width: 100%;
  }
}



@media screen and (min-width: 1025px) {
  .post_block .post_slider {
    margin: 0 75px 0 75px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

@media screen and (min-width: 1501px) {
  .post_block .post_slider .post_pic {
    /*margin: 0 150px;*/
    padding-bottom: calc(100% - 300px);
  }
}

.post_block .post_slider .post_pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.post_block .post_text {
  flex: 1;
}

.post_block .next_pic, .post_block .previous_pic {
  position: absolute;
  top: 50%;
  color: white;
  width: 32px;
  height: 32px;
  border: 1px white solid;
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition-duration: 0.6s;
}

.post_block .next_pic {
  right: 20px;
}

.post_block .previous_pic {
  left: 20px;
}

.arrow_bac:hover{
  background-color: black;
  transition-duration: 0.6s;
}

.post_text .share ul li a:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("images/share-icon.png") center no-repeat;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}

.post_text .share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  
}
.post_text .share ul li + li {
  margin-left: 25px;
}
.post_text .share ul li a {
  display: block;
  position: relative;
  font-size: 18px;
  opacity: 0.5;
  transition: opacity 0.5s, transform 0.5s;
}
.post_text .share ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.post_text .share ul li a:hover:before {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.post_text_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post_text_top .post_date {
  opacity: .5;
}

.post_text .submission_text {
  padding: 15px 0px 0 10px;
}

.post_text .submission_name {
  font-size: 40px;
  font-weight: 700;
  color: #c7c7c7;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.post_text .submission_country {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #646464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.post_text .flag_icon {
  height: 0.8235em;
  width: 0.8235em;
}

.post_text .submission_model p {
  color: red;
  margin: 0;
  line-height: 1.66;
}

.post_text .submission_intro p {
  margin: 0;
  line-height: 1.66;
  margin-bottom: 16px;
  color: #c9c9c9;
}

.post_text .submission_serial {
  border: 1px #969696 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
  max-width: 315px;
  margin: 40px 0 40px 0;
}

.post_text .submission_text{
  padding:0 70px 0 0;
}

.post_text .submission_intro{
  margin-top:25px;
}

.post_thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.post_thumbnail .thumbnail_pic {
  width: 150px;
  height: 150px;
  padding: 5px;
  opacity: 0.5;
  transition-duration: 0.6s;
}
.showing {
  opacity: 1;
  border:1px white solid;
}
.post_thumbnail .thumbnail_pic img {
  object-fit: cover;
  height: 100%;
}

.post_thumbnail .thumbnail_pic:hover{
  opacity: 1;
  border: 1px white solid;
  padding: 0;
  transition-duration: 0.6s;
}

.viewing_count i {
  font-size: 18px;
}

.post_slider .post_pic {
  position: relative;
}

.post_slider .post_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hide {
  display: none;
}

@media screen and (min-width: 1025px) {
  .post_text_top + .submission_text {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1500px) and (min-width: 1025px) {
  .post_block .post_slider {
    margin-left: 0;
    margin-right: 50px;
    max-width: 55%;
  }
  .post_block .post_slider .post_pic {
    margin: 0 75px;
    padding-bottom: calc(100% - 150px);
  }
  .post_block .post_thumbnail .thumbnail_pic {
    width: 75px;
    height: 75px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .post_text_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post_text .share {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .post_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post_block .post_slider {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
  }
  .post_block .post_slider .post_pic {
    margin: 0 !important;
    width: 100%;
  }
  .post_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post_thumbnail {
    margin: 20px 0 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .post_block .post_thumbnail .thumbnail_pic {
    width: calc(100vw/6 - 100px/6);
    height: calc(100vw/6 - 100px/6);
  }
  .post_text_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post_text .submission_text {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .post_text .submission_serial {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .post_block .post_slider .post_pic {
    margin: 0 75px;
  }
  @media screen and (orientation: portrait) {
    .post_block .post_slider .post_pic {
      padding-bottom: calc(50vh - 150px);
    }
  }
  @media screen and (orientation: landscape) {
    .post_block .post_slider .post_pic {
      padding-bottom: calc(50vw - 150px);
    }
  }
}

@media screen and (max-width: 991px) {
  .post_block .post_thumbnail .thumbnail_pic {
    width: calc(100vw/6 - 5px);
    height: calc(100vw/6 - 5px);
  }
}

@media screen and (max-width: 767px) {
  .post_block .post_slider .post_pic {
    margin: 0 75px;
    padding-bottom: calc(100% - 150px);
  }
  .post_text .submission_name {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .post_text .submission_country {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .post_block .post_slider {
    margin-bottom: 55px;
  }
  .post_block .post_slider .post_pic {
    margin: 0;
    padding-bottom: 100%;
  }
  .post_block .next_pic,
  .post_block .previous_pic {
    top: auto;
    bottom: -55px;
  }
  .post_block .next_pic {
    right: calc(50% - 40px);
  }
  .post_block .previous_pic {
    left: calc(50% - 40px);
  }
  .post_text .submission_name {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .post_text .submission_country {
    font-size: 18px;
  }
  .post_text .flag_icon {
    width: 1em;
    height: 1em;
  }
  .post_text .submission_serial {
    max-width: 100%;
  }
}

.upload_block .upload_title {
  padding-top: 25px;
  text-align: center;
}
.upload_block .upload_title h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1;
  color: #E60012;
}

.upload_block .upload_title p {
  margin: 0;
  font-size: 26px;
  color: #ffffff;
  line-height: 1.66;
}

.upload_block .upload_title h2 + p {
  margin: auto;
  margin-top: 20px;
  max-width: 622px;
}

@media screen and (max-width: 991px) {
  .upload_block .upload_title h2{
    font-size: 30px;
  }
}

.upload_form{
  margin: 50px auto 0 auto;
  width: 50%;
  min-width: 600px;
}

.upload_form .form_title{
  font-size: 34px;
  color: #ffffff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap; 
  margin-bottom: 50px;
}

.white_line{
  width: 100%;
  border-top:1px white solid;
  margin-top:15px;
  opacity: 0.5;
}

.upload_form .form_title span{
  margin:0 10px 0 10px;
  letter-spacing: 1.2px;
}

.upload_form_list .group{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 0 0;
  position: relative;
}

.upload_form_list .group i{
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  color: #ffffff;
  z-index: 30;
}

.upload_form_list .group label{
 flex:0 0 220px;
  height: 50px;
  font-size: 19px;
  color:#ffffff;
  background-color:rgba(185, 4, 19, 0.767);
  border-radius: 10px 10px 0 0;
  padding: 10px 0 0 20px;
  letter-spacing: 1.2px;
}

.upload_form_list .comments label {
  height:150px ;
}

.upload_form_list .select2-container .select2-selection .select2-selection__arrow {
  display: none;
}

.upload_form_list .comments .form-control {
  height:150px !important;
  padding:12px 0 12px 2% !important;
}



.conditions_block .form_title{
  margin:100px 0 50px 0;
}

.agree,
.newsLetter{
  margin:20px 0 20px 0;
}

.agree_text,
.newsLetter_text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.agree input,
.newsLetter input{
  flex:0 0 20px;
  width: 20px;
  height:20px;
  margin-top: 5px;
}

.agree span,
.newsLetter span{
  font-size: 16px;
  color: white;

  
}
.agree label,
.newsLetter label{
  margin-left: 10px;
}
/* .agree .submit_btn{
  margin: 45px 0 0 0;
  text-align: center;
  
}
.agree .submit_btn span{
  font-size: 20px;
  letter-spacing: 2px;
  padding: 6px 90px;
  background-color: #A90002;
  border-radius: 50px;
  
} */

.conditions_block{
  padding-bottom: 150px;
}

.conditions_list li{
  font-size: 16px;
  color: #ffffff;
}

.set_bg {
  margin: 0 !important;
}
.set_bg {
  width: 100%;
  background-image: url(../styles/images/gallery/1-Product-Wallpaper2.png) ;
  background-attachment: fixed;
  background-size: cover;
  
}



.set_bg .tabs {
  margin: 0 50px;
}
@media screen and (max-width: 991px) {
  .set_bg .tabs {
    margin: 0 15px;
  }


}

.set_bg {
  position: relative;
  z-index: 30;
}

.set_bg:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: inset 0px 300px 2000px rgba(5, 5, 8, 0.986);
}

.set_bg:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: inset 0px -300px 2000px rgba(10, 10, 10, 0.897);
}

.radio-box input[type=radio]{
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
  border: 1px solid #a9a9a9;
  display: inline-block;
  position: relative;
  border-radius: 50%;

}

.radio-box input[type=radio]:checked{
  /* background-color:white !important; */
  /* border: 1px solid red; */
  transition-duration: 0.6s;
}

.radio-box input[type=radio]:checked:after{
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #ffffff;
}

.upload_box{
  background-color: rgba(0, 0, 0, 0.774);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.photo_pick .photo_preview {
  width: 140px;
  height:140px;
}

.photo_pick .photo_preview img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}

.photo_pick .photo_control .icon-cancel {
  font-size: 26px;
  cursor: pointer;
}
.photo_pick .photo_control .icon-zoom-in {
  font-size: 18px;
  cursor: pointer;
}

.photo_pick .photo_control .icon-zoom-in:before {
  padding-bottom:15px;
}

.photo_pick {
  padding: 15px 8px 15px 8px;
}

.photo_pick:hover {
  color: #ffffff;
}

.photo_control{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top:15px;
  transition-duration: 0.6s;
}

.radio-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition-duration: 0.6s;
}

.radio-box input{
  cursor: pointer;
  margin-right: 5px;
}



.group{
  position: relative;
}

.upload_btn{
  position: absolute;
  top:4px;
  right:4px;
  font-size: 19px;
  color: white;
  padding:5px 25px 5px 25px;
  border-radius: 8px;
  background-color: rgba(185, 4, 19, 0.767);
  cursor: pointer;
}



.v_code {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
}
.v_code img {
  display: block;
}


@media screen and (max-width: 1024px){
  .upload_form{
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 991px){
  .upload_form{
    width: calc(100% - 30px);
  }
}

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


  .upload_btn {
    width: 78px;
    padding: 3px 10px 3px 10px;
    margin-top: 10px;
    position: static;
  }

  .v_code {
    top: 30px;
    right: 0;
    bottom: 0;
  }

  .upload_block .upload_title p{
    font-size: 16px;
  }
  
  .agree input{
    width: 50px;
    margin-top: 0;
  
  }
  .agree span{
    margin:0;
    line-height: 1.2em;
    display: block;
  }
  .conditions_block{
    padding-bottom:60px;
  }

  .upload_form_list .group .form-control{
    padding: 0 0 0 10px;
  }
}

.success_card{
  max-width: 400px;
  height:280px;
  margin:100px auto 0 auto;
  border:1px #E60012 solid;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.671);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  
}
.success_card h2{
  font-size: 30px;
  color: #E60012;
  font-weight: 900;
  margin: 25px 0 10px 0;
}
.success_card p{
  line-height:1px;
  font-size: 16px;
}
.success_card .submit_btn{
  margin-top: 35px;
}

.success_card .submit_btn span{
  font-size: 20px;
  letter-spacing: 2px;
  padding:5px 115px;
  background-color: #A90002;
  border-radius: 50px;
  border:2px rgb(121, 0, 2) solid;
  position: relative;

}

.success_card .submit_btn span:after{
  content: "";
  position: absolute;
  width: 90%;
  height:100%;
  top:4px;
  left:13px;
  border-radius: 3px;
  opacity: 0.3;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1)15%, rgba(255, 255, 255, 0)35%);
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1)15%, rgba(255, 255, 255, 0)35%);
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1)15%, rgba(255, 255, 255, 0)35%);
  background: -o-linear-gradient(270deg, rgba(255, 255, 255, 1)15%, rgba(255, 255, 255, 0)35%);
}
.submit_btn span{
  position: relative;
  border:2px rgb(121, 0, 2) solid;
}
.submit_btn span:after{
  content: "";
  position: absolute;
  width: 85%;
  height: 100%;
  top: 4px;
  left: 19px;
  border-radius: 3px;
  opacity: 0.3;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1)15%, rgba(255, 255, 255, 0)35%);
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1)15%, rgba(255, 255, 255, 0)35%);
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1)15%, rgba(255, 255, 255, 0)35%);
  background: -o-linear-gradient(270deg, rgba(255, 255, 255, 1)15%, rgba(255, 255, 255, 0)35%);
}

.success_upload_block{
  padding-bottom:150px;
}

.success_set_bg:after{
  display: none;
}

.tabs ul.slider .on_select  > a{
  border-top: 5px solid #e60012 !important;
  color: #ffffff !important;
}

.thumbnail_pic{
  cursor: pointer;
}

.select2-container--default .select2-selection--single{
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255,255,255,.3);
  padding-left: 2%;
  border-radius: 10px 10px 0 0;
  border: none;
  margin-left: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #ffffff;
}
.select2-container--open .select2-dropdown--below{
  padding: 5px 0 5px 0;
  border-radius: 10px;
}

.select2-results__option{
  padding: 0;
}
.select2-container--default .select2-results>.select2-results__options li{
  color: black;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.select2-container--default .select2-results>.select2-results__options li:nth-child(odd){
  background-color: #F0F0F0;
  
}

.select2-container--default .select2-results>.select2-results__options li:nth-child(even){
  background-color: #ffffff;
  
}

.select2-container--default .select2-results>.select2-results__options li:hover{
  background-color: #d3d2d2;
}

.select2-search--dropdown .select2-search__field{
  padding:0;
}

.group .up_load_photos {
  position: absolute;
  top:0;
  right:0;
  width: calc(100% - 220px);
  height: 50px;
  opacity: 0;
  z-index: 6999;
  cursor: pointer;
}

.select2-container{
  width: calc(100% - 220px) !important;
  z-index: 6000;
}


@media screen and (max-width: 600px){
  .upload_form_list .group label{
    width: 180px;
    font-size: 16px;
    background: transparent;
  }

  .select2-container{
    width: calc(100% - 180px) !important;
  }

  .group .up_load_photos{
    width: calc(100% - 180px);
  }

  .upload_form_list .group .form-control{
    width: calc(100% - 180px);
  }
}


@media screen and (max-width: 600px){
  .upload_form_list .group label{
    width: 180px;

  }

  .select2-container{
    width: 100% !important;
  }

  .group .up_load_photos{
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
    width: 78px;
    height: 36px;
  }

  .upload_form_list .group .form-control{
    width: 100%;
    border-radius: 0 10px 10px 10px;
    height: 40px;
    border-radius: 5px;
  }


  .select2-container--default .select2-selection--single{
    border-radius: 5px;
    margin: 0;
    height: 40px;
  }

  .select2-search--dropdown .select2-search__field{
    padding:6px;
  }



  .upload_form_list .group .back_box{
    font-size: 15px;
  }
}


@media screen and (max-width: 760px) and (min-width: 600px){
  .upload_form_list .group .back_box{
    font-size: 13px;
  }
}





@media screen and (max-width: 480px){
  .thumbnail_pic{
    width: 100px;
    height: 100px;
  }
  .gallery_banner_text{
    width: 80%;
  }
}

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

  .submission_list .submission_card{
    height:540px;
  }
  .thumbnail_pic{
    width: 80px;
    height: 80px;
  }
  .submission_list .submission_card{
    width: 310px;
    padding: 3%;
  }
  .submission_list .submission_card .submission_pic{
    width:v 290px;
    height: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  }
  .gallery_submission .submission_sub li{
    padding: 0 15px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }

  .upload_form .form_title span {
    margin: 0 10px 0 10px;
    letter-spacing: unset;
}
  .gallery_banner_text {
    width: 95%;
  }
}

.conditions_list{
  padding:0 0 0 25px;
}

.icon-zoom-in img{
  display: none;
}

.fancybox-overlay .icon-zoom-in img{
  display: block;
}

.fancybox-inner .single_2 {
  display: block;
  pointer-events: none;
  max-height: calc(100vh - 100px);
}
.fancybox-inner .single_2 img {
  display: block;
  width: auto;
  margin: 0 auto;
  max-height: calc(100vh - 100px);
}

.select2-search--dropdown{
  padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  display: none;
}
.select2-container--default .select2-results>.select2-results__options{
  max-height: none;
}

.d-block{
  display: block;
}
.noneStyle{
  list-style: none;
  padding: 0;
  margin: 0;
}


.submit_btn-1{
  width: 255px;
  height: 45px;
  background: #A90002;
  
  letter-spacing: 2px;
  color:white;
  border-radius: 25px;
  display: table;
  margin: auto;
  margin-top: 45px;
 border: 2px rgb(121, 0, 2) solid;

}

.submit_btn-1 span{
  font-size: 20px;
  margin: 0;
background: linear-gradient(270deg, rgba(255, 255, 255, 0.3)15%, rgba(255, 255, 255, 0)35%);
    background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.3)15%, rgba(255, 255, 255, 0)35%);
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.3)15%, rgba(255, 255, 255, 0)35%);
    background: -o-linear-gradient(270deg, rgba(255, 255, 255,0.3)15%, rgba(255, 255, 255, 0)35%);
    display: block;
    width: 88%;
    margin: auto;
    margin-top: -2px;
    border-radius: 5px;
    padding-bottom: -2px;
}

.msie .submit_btn-1 span{
  background: none;
  margin-top: 3px;
}
.msie .success_card .submit_btn span::after{
  background: none;
}
.msie .gallery_submission .submission_sub::after{
  width: 100%;
}

#products .dropkick{
  padding: 0;
}
#products .dk-selected{
  border:none;
  padding: 12.5px 20px;
}
#products  .form-control{
  height: 50px;
  border-radius: 10px 10px 0 0;
  line-height: 50px;
}
#products textarea.form-control{
  line-height: normal;
  padding-right: 2% !important;
}
@media screen and (max-width: 991px){
  .upload_form{
    min-width: initial;
  }
}
@media screen and (max-width: 600px){
  .set_bg{
    background-size: auto;
    background-position:left 15% top;
    background-attachment:initial;
  }
  #products .form-control{
    border-radius:0;
    height: 40px;
    line-height: 40px;
  }
  #products .dk-selected{
    padding: 7.5px 10px;
  }
  .upload_form{
    min-width: initial;
  }
  .upload_form_list .group{
    display: block;
    padding-bottom: 10px;
        border-bottom: 1px solid #4b4b4b;
  }
  .upload_form_list .group label{
    display: block;
    padding-left: 0;
    margin-bottom: 5px;
    height: auto;
  }
  .upload_title{
    width:calc(100% - 30px);
    margin: auto;
  }
  .v_code{
    padding: 0;
    bottom: 10px;
    height: 40px;
    top: auto;
  
  }
  .v_code img{
    height: 40px;
  }
  .upload_form .form_title{
    white-space: normal;
    line-height: 32px;
  }
  #products  .white_line{
    margin-top: 30px;
  }
  .conditions_list{
    padding-left: 0;
  }
  .conditions_list ul{
    padding-left: 20px;
  }
}

.flag-icon{
  width: 22px !important;
  height: 22px;
  background-size: cover !important;
    border-radius: 50%;
    background-position-x: left !important;
}


  #products .gallery_banner .gallery_banner_pic_phone{
    display: none;
  }
  .max-sm-size #products .gallery_banner .gallery_banner_pic{
    display: none;
  }
  .max-sm-size #products .gallery_banner .gallery_banner_pic_phone{
    display: block;
  }


/*20201026 風扇圖片動態顯示*/
/*.rotate {
  animation: rotation 3s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}*/

.test1 {
  position: relative;
  width: 100%;
  /*height: 800px;*/
  /*background: rgb(51, 51, 51);
  background-image: radial-gradient(circle at 590px 240px, white -15%, #222 11%, black 60%);*/
  background-image: url("/images/products/fan_Background.jpg");
}

.test2 {
  position: relative;
  width: 100%;
  /*height: 800px;*/
  background: rgb(51, 51, 51);
  background-image: radial-gradient(circle at 200px 140px, white -8%, #222 25%, black 60%);
}

.vga_rotate {
    animation: vga_rotate ease-in-out 8s infinite;
}

.vga_rotate2 {
    animation: vga_rotate2 ease-in-out 8s infinite;
}


@keyframes vga_rotate {
    0% {
        transform: translate(10%, -20%) rotateZ(0);
        transition: 0s;
    }
	
    25% {
        transform: translate(10%, -20%) rotateZ(0);
        transition: 0s;
    }	


    95% {
        transform: translate(10%, -20%) rotateZ(-3600deg);
        transition: 0s;
    }	
	

    100% {
        transform: translate(10%, -20%) rotateZ(-3600deg);
        transition: 0s;
    }
}

@keyframes vga_rotate2 {
    0% {
		-ms-transform: translate(10%, -8%) rotateZ(0);
        transform: translate(10%, -8%) rotateZ(0);
        transition: 0s;
    }
	
    25% {
		-ms-transform: translate(10%, -8%) rotateZ(0);
        transform: translate(10%, -8%) rotateZ(0);
        transition: 0s;
    }	


    95% {
		-ms-transform: translate(10%, -8%) rotateZ(-3600deg);
        transform: translate(10%, -8%) rotateZ(-3600deg);
        transition: 0s;
    }	
	

    100% {
		-ms-transform: translate(10%, -8%) rotateZ(-3600deg);
        transform: translate(10%, -8%) rotateZ(-3600deg);
        transition: 0s;
    }
}

.vga_rotate_hot {
    animation: vga_rotate_hot linear 8s infinite;
}

@keyframes vga_rotate_hot {
    0% {
        height: 54%;
    }

    20% {
        height: 27%;
    }
	
    40% {
        height: 5%;
    }

    60% {
        height: 5%;
    }	

    80% {
        height: 27%;
    }

    100% {
        height: 54%;
    }	
}

.vga_rotate_hot {
    height: 100%;
    width: 30px;
    position: absolute; top:16%;
    /*background: #272727;*/
	background-image: url("/styles/images/products/thermometer-1.png");
	left: 318.5px;
	background-size: cover;
}


.vga_rotate_hot2 {
    animation: vga_rotate_hot2 linear 8s infinite;
}

@keyframes vga_rotate_hot2 {
    0% {
        height: 54%;
    }

    20% {
        height: 27%;
    }
	
    40% {
        height: 5%;
    }

    60% {
        height: 5%;
    }	

    80% {
        height: 27%;
    }

    100% {
        height: 54%;
    }	
}

.vga_rotate_hot2 {
    height: 100%;
    width: 20px;
    position: absolute; top:16.3%;
    /*background: #272727;*/
	background-image: url("/styles/images/products/thermometer-1.png");
	left: 8px;
	background-size: cover;
}

a.buy-now-btn {
  padding: 0 20px;
  position: absolute;
  left: 116px;
  border-top: 5px solid #e60012;
  top: -5px;
  font-size: 20px;
  line-height: 60px;
  transition: .3s;
  background: #c10000;
}
.max-sm-size .buy-now-btn {
  font-size: 16px;
  line-height: 50px;
  left: 82px;
}
a.buy-now-btn:hover {
  background-color: red;
}


/*.thermometer-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.thermometer {
    max-width: 500px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thermometer img {
    width: 100%;
    position: relative;
}

.thermometer .colorblue {
    width: 100%;
    height: 5px;
    position: absolute;
    background-color: #46E6E6;
}

.vga_rotate_hot {
    width: 100%;
    height: 5px;
    position: absolute;
    background: #ff00ff;
    left: 0;
}

.thermometer-fan {
	position: relative;
	top: 150px;
    left: 11%;
}

.thermometer2 {
	max-width: 75px;
}

.thermometer2 img {
    height: 100%;
    position: relative;
}

.thermometer2 .colorblue2 {
    height: 100%;
    width: 5px;
    position: absolute; top:50%; left:50%;
    background-color: #ff00ff;
}

.vga_rotate_hot2 {
    height: 100%;
    width: 5px;
    position: absolute; top:50%; left:50%;
    background: #46E6E6;
    bottom: 0;
}

.thermometer-fan {
    width: 70%;
    position: relative;
    overflow: hidden;
}

.thermometer-fan-bg {
    width: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.thermometer-fan .vga_rotate {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
}*/