/* General */

#wrapper {
  min-width: 320px !important;
}

#main .section-title {
  position: relative;
  padding: 15px 0;
  text-align: left;
  font-size: 26px;
  color: #2d3773;
  font-weight: bold;
  width: 100%；
  font-family: 'Open Sans Condensed', 'Helvetica Narrow', arial, helvetica, sans-serif;

}

.MoveDown{margin-top: 50px;}



#main .section-title span {
  position: relative;
  display: inline-block;
  padding: 5px 0px;
  font-size: 26px;
  font-weight: 700;
  background: #FFF;
  z-index: 2;
}

#main .section-intro {
  padding: 15px 30px 30px 30px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8;
  font-weight: 400;
}

#main .section-intro h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
}

#main .section-intro h4 {
  margin: 0 0 15px 0;
  font-size: 16px;
}

#main .section-intro p {
  margin-bottom: 15px;
}

#main .section-intro p:last-child {
  margin-bottom: 0;
}

#main .section-intro.text-center {
  text-align: center;
}

#main .section-video {
  margin: 0 auto;
  padding: 15px 0 30px 0;
  max-width: 800px;
}

#main .section-video-double {
  max-width: none;
}

#main .section-video .col-6 .inner {
  margin-left: 15px;
  margin-right: 15px;
}

#main .section-video .inner {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

#main .section-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main .section-disclaimer {
  padding: 0 30px 30px 30px;
  color: #666;
  text-align: center;
}

#main .section-action {
  padding: 15px 0 30px 0;
  text-align: center;
}

#main .section-action .btn {
  display: inline-block;
  float: none;
  padding: 10px 30px;
  font-size: 16px;
  background: #F90;
  border-color: #F90;
}

#main .section-action .btn:hover {
  background: #F80;
  border-color: #F80;
}

#main .section-action .btn .fa {
  margin-left: 5px;
}

#main .section-wrap {
  margin: 0 0 0px 0;
}

#main .table-responsive {
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

#main .section-table {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
}

#main .section-table th {
  padding: 10px 15px;
  background: #F7F7F7;
  text-align: left;
  min-width: 130px;
}

#main .section-table td {
  padding: 10px 15px;
  border-bottom:0;
}

.modal {
  display: none;
}

#expired-modal .modal-dialog {
  width: auto;
  max-width: 560px;
}

#expired-modal .alert .msg-red {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background-color: #C00;
  border-color: #C00;
}

#expired-modal .alert .msg-red .fa {
  margin-right: 5px;
}

#expired-modal .modal-body p {
  margin-top: 15px;
}


/* LP Hero */

#main #hero {
  margin: 0 0 0 0;
}

#main #hero img {
  display: block;
  margin: 0 auto;
}


/* Product Listing */

#main .item-grid .row {
  position: relative;
  margin: 0;
}

#main .item-grid .row:before {
  content: '';
  position: absolute;
  overflow: hidden;
  background: #FFF;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
#main .item-grid .col-6{width:50%;}

#main .item-grid .col-3,
#main .item-grid .col-4,
#main .item-grid .col-6,
#main .item-grid .col-12 {
  border-bottom: 0px solid #EFEFEF;
}

#main .item-grid .col-12 {
  width:94%;
  float: left;
}


#main .item-grid .itemsImgs {
  position: relative;
  height: auto;
  border-bottom: 0;
}

#main .item-grid .items:after {
  content: '';
  position: absolute;
  overflow: hidden;
  background: #EFEFEF;
  top: 0;
  margin-left: -30px;
  width: 0px;
  height: 100%;
}

#main .item-grid .col-3:nth-child(4n+1) .items:after,
#main .item-grid .col-4:nth-child(3n+1) .items:after,
#main .item-grid .col-6:nth-child(2n+1) .items:after {
  width: 0;
}

#main .item-grid .item-img {
  margin-bottom: 10px;
}

#main .item-grid .item-img a {
  border-bottom: 0;
}

#main .item-grid .item-img img {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
  height: auto;
}

#main .item-grid .item-desc {
  margin-bottom: 10px;
  height: 60px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  color: #fff;
}

#main .item-grid .item-desc a {
  color: #fff;
  border-bottom: none;
  
}

#main .item-grid .item-desc a:hover {
  border-bottom: 1px solid #fff;
}

#main .item-grid .item-bullet ul {
  margin: 0 0 15px 0;
  height: 60px;
}

#main .item-grid .item-bullet li {
  padding: 0 0 0 10px;
  max-height: 20px;
  height: 20px;
  line-height: 20px;
  color: #666;
  font-size: 13px;
  background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left center;
  white-space: nowrap;
  overflow: hidden;
}

#main .item-grid .item-price {
  overflow: hidden;
}

#main .item-grid .item-price .space {
  height: 16px;
}

#main .item-grid .item-price .originalPrice {
  height: 16px;
  font-size: 12px;
  color: #666;
  text-decoration: line-through;
}

#main .item-grid .item-price .finalPrice {
  height: 28px;
  font-size: 20px;
  font-weight: bold;
  color:#fff;
}

#main .item-grid .item-price .mapPricing {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  height: 28px;
  font-size: 20px;
  font-weight: bold;
  background: none;
  text-align: left;
}

#main .item-grid .item-price .mapPricing a {
  color: #012D6B;
}

#main .item-grid .item-price-now sup {
  position: relative;
  top: -7px;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
}

#main .item-grid .item-action {
  margin: 15px 0 0 0;
}

#main .item-grid .item-action .btn-action {
  color: #c00000;
  background: #FFF;
  border: 1px solid #c00000;
}

#main .item-grid .item-action .btn-action:hover {
  color: #FFF;
  background: #c00000;
  border: 1px solid #c00000;
}

#main .item-grid .item-action .fa {
  margin-left: 5px;
}

#main .item-list .items:after {
  display: none;
}

#main .item-list .col-6 .items:after {
  display: block;
}
#main .item-list .col-6 .itemsImgs:after {
  display: block;
}

#main .item-list .item-desc {
  height: auto;
}

#main .item-list .item-group-left {
  float: left;
  width: 240px;
}

#main .item-list .item-group-center,
#main .item-list .item-group-right {
  margin-left: 300px;
}

#main .item-list .col-6 .item-desc {
  height: 60px;
}

#main .item-list .col-6 .item-group-left {
  float: left;
  width: 180px;
}

#main .item-list .col-6 .item-group-center,
#main .item-list .col-6 .item-group-right {
  margin-left: 210px;
}

/* Informations */

#main .info-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main .info-group .informations {
  box-sizing: border-box;
}


#main .informations .info-img {
  float: left;
  margin: 0 50px 10px 0;
  width: 180px;
}
#main .informations .info-imgA {
  float: left;
  margin: 0 20px 0 0;
  width: 57px;
}
#main .informations .info-imgB {
  float: left;
  margin: 0 20px 0 0;
  width: 100px;
}

#main .informations .info-title {
  margin-bottom: 15px;
  font-size: 34px;
  color:#fff;
  font-weight: normal;
  margin-top:50px;
}

#main .informations p {
  margin-bottom: 15px;
  line-height: 24px;
}

#main .informations ul li {
  margin-left: 0;
  margin-bottom: 8px;
  list-style: none;
}

#main .informations ol li {
  margin-left: 15px;
  margin-bottom: 8px;
  list-style: decimal;
}

#main .item-grid .items {
  position: relative;
  margin: 15px 0;
  padding: 15px 30px;
  height: auto;
  border-bottom: 0;
}

/* Responsive */
@media (max-width: 1200px){
#main .item-grid .items {
  position: relative;
  margin: 0;
  padding: 10px 30px;
  height: auto;
  border-bottom: 0;
}
#main .informations .info-title {
  margin-bottom: 15px;
  font-size: 24px;
  color:#fff;
  font-weight: normal;
}
.info-subtitle{margin-bottom: 10px;
  font-size: 17px;
  color:#979797;
  font-weight: normal;
  font-style: italic; 
}
.col-6 #main .section-action .btn {
  display: inline-block;
  float: none;
  padding: 10px 30px;
  font-size: 14px;
  background: #F90;
  border-color: #F90;
}
}

@media (max-width: 1100px){
#main .informations .info-title {
  margin-top:0;
}
}

@media (max-width: 1000px) {
  #main .item-grid .col-3 {
    width: 50%;
  }
  #main .item-grid .col-3:nth-child(4n+1) .items:after {
    width: 1px;
  }
  #main .item-grid .col-3:nth-child(2n+1) .items:after {
    width: 0;
  }
  #main .item-list .item-group-left {
    width: 240px;
  }
  #main .item-list .item-group-center,
  #main .item-list .item-group-right {
    margin-left: 270px;
  }
  #main .item-list .col-6 {
    width: 100%;
  }
  .leftOne{margin-right: 8.3%;}
  
  #main .item-grid .itemsImgs {
  position: relative;
  height: auto;
  border-bottom: 0;
}
  #main .item-list .col-6 .items:after {
    display: none;
  }
  #main .item-list .col-6 .item-group-left {
    width: 240px;
  }
  #main .item-list .col-6 .item-group-center,
  #main .item-list .col-6 .item-group-right {
    margin-left: 270px;
  }
  #main .item-list .col-6 .item-desc {
    height: auto;
  }
  #footer .footer-nav .footer-subscribe {
    display: block;
  }
  #footer .footer-nav .footer-subscribe p {
    margin: 15px;
  }
  #footer .footer-nav .footer-subscribe .input-group {
    margin: 0 15px;
  }
}

@media (max-width: 868px) {
#main .item-grid .col-6 {
    width: 100%;
    margin-left: 0;
  }
  #main .item-grid .col-5 {
    width: 100%;
  }
  .fourImages{margin-bottom: 20px;}
}

@media (max-width: 768px) {
  #wrapper div#main {
    padding-top: 0;
  }

  
  
  #main .item-grid .col-4 {
    width: 50%;
  }
  #main .item-grid .col-4:nth-child(3n+1) .items:after {
    width: 1px;
  }
  #main .item-grid .col-4:nth-child(2n+1) .items:after {
    width: 0;
  }
}

@media (max-width: 640px) {
  #wrapper div#main {
    background: #000;
  }
  #footer .footer-subscribe h6 {
    display: none;
  }
  #footer .footer-subscribe #footer-subscribe-succeed.alert {
    margin: 0 15px 15px 15px;
  }
  #main .section-wrap {
    margin-bottom: 15px;
  }
  #main #hero {
    margin: 0 -15px 0 -15px;
    background: #FFF;
  }
  #main .item-grid {
    margin: 0;
  }
  #main .section-title {
    margin: 0;
    padding: 0;
  }
  #main .section-title span {
    font-size: 20px;
  }
  #main .section-intro {
    margin:  0 -15px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
  #main .section-disclaimer {
    padding: 0 0 15px 0;
  }
  #main .section-action {
    padding: 15px;
    text-align: center;
  }
  
  #main .section-action .btn {
    padding: 8px 16px;
    font-size: 14px;
  }
  #main .section-video {
    padding-bottom: 15px;
  }
  #main .section-intro h3 {
    font-size: 16px;
  }
  #main .informations .info-title {
    font-size: 28px;
    color:#fff;
  }
  #main .informations .info-img {
    float: none;
    margin: 0 0 15px 0;
  }
  #main .informations .info-imgA {
    float: none;
    margin: 0 0 15PX 0;
  }
  #main .informations .info-imgB {
    float: none;
    margin: 0 0 15PX 0;
  }
  #main .section-intro h4 {
    font-size: 14px;
  }
  #main .item-grid .items {
    padding: 10px 15px;
  }
  #main .item-grid .items:after {
    margin-left: -15px;
  }
  #main .item-grid .item-img img {
    max-width: 160px;
  }
  #main .item-grid .item-action .btn-action {
    font-size: 12px;
  }
  #main .item-list .item-group-left {
    width: 160px;
  }
  #main .item-list .item-group-center,
  #main .item-list .item-group-right {
    margin-left: 190px;
  }
  #main .item-list .col-6 .item-group-left {
    width: 160px;
  }
  #main .item-list .col-6 .item-group-center,
  #main .item-list .col-6 .item-group-right {
    margin-left: 190px;
  }
  #expired-modal .modal-dialog {
    margin: 0 15px;
  }
  #main .informations p {
  margin-bottom: 15px;
}
}

@media (max-width: 414px) {
  #main .item-list .item-group-left {
    width: 120px;
  }
  #main .item-list .item-group-center,
  #main .item-list .item-group-right {
    margin-left: 145px;
  }
  #main .item-list .col-6 .item-group-left {
    width: 120px;
  }
  #main .item-list .col-6 .item-group-center,
  #main .item-list .col-6 .item-group-right {
    margin-left: 145px;
  }
}

@media (max-width: 375px) {
  #main .item-list .item-group-left {
    width: 80px;
  }
  #main .item-list .item-group-center,
  #main .item-list .item-group-right {
    margin-left: 100px;
  }
  #main .item-list .col-6 .item-group-left {
    width: 80px;
  }
  #main .item-list .col-6 .item-group-center,
  #main .item-list .col-6 .item-group-right {
    margin-left: 100px;
  }
}
