﻿.container-100-parcent {
  margin-left: auto;
  margin-right: auto;
  max-width: 98%;
}
/* banner */
.banner-img {
  position: relative;
}

  .banner-img::after,
  .banner-img::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    width: 100%;
    height: 0;
    opacity: 0.4;
    visibility: visible;
    content: "";
    transition: all 1s;
  }

  .banner-img::before {
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .banner-img:hover::after {
    opacity: 0;
    visibility: hidden;
    height: 100%;
  }

  .banner-img:hover::before {
    opacity: 0;
    visibility: hidden;
    width: 100%;
  }

  .banner-img.body-banner .banner-content {
    position: absolute;
    left: 30px;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
    text-align: center;
  }

  .banner-img.body-banner .banner-bottom-content {
    position: absolute;
    left: 40px;
    bottom: 40px;
  }

    .banner-img.body-banner .banner-bottom-content p.light {
      color: #666;
      font-weight: 300;
      font-size: 17.92px;
      line-height: 32.256px;
    }

    .banner-img.body-banner .banner-bottom-content h2 {
      font-size: 35.98px;
      margin-bottom: 10px;
      color: #fff;
      font-weight: 400;
      line-height: 43.176px;
    }

    .banner-img.body-banner .banner-bottom-content p.top {
      color: #333;
      padding-left: 40px;
      position: relative;
      font-size: 14px;
      font-weight: 500;
      line-height: 16.8px;
    }

      .banner-img.body-banner .banner-bottom-content p.top::after {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 1.5px;
        background-color: #222;
        content: "";
      }

  .banner-img.body-banner.style-2 .banner-content {
    left: 85px;
  }

    .banner-img.body-banner.style-2 .banner-content p {
      color:#0e4c71;
      font-weight: 400;
      margin-top: 0px;
      text-align: left;
    }

    .banner-img.body-banner.style-2 .banner-content a {
      font-size: 16px;
      display: inline-block;
      vertical-align: middle;
      /*margin-top: 20px;*/
      padding-bottom: 5px;
      /*pointer-events: visible;*/
      /*text-transform: uppercase;*/
      font-weight: 500;
      /*position: relative;*/
    }

      .banner-img.body-banner.style-2 .banner-content a:hover {
        text-decoration: none;
      }

        /*  .banner-img.body-banner.style-2 .banner-content a::after {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 2px;
                    background-color: #666;
                    content: "";
                    transition: all 0.5s;
                }*/

        .banner-img.body-banner.style-2 .banner-content a:hover::after {
          background-color: #0e4c71;
        }

  .banner-img.body-banner .banner-content h3 {
    font-size: 2.14em;
    line-height: 1;
    color: #fff;
    font-weight: 400;
	text-align:left;
  }

  .banner-img.body-banner .banner-content a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #666;
    display: inline-block;
  }

    .banner-img.body-banner .banner-content a:hover {
      color: #0e4c71;
      text-decoration: underline;
    }

.banner-top-content {
  position: absolute;
  left: 50px;
  top: 60px;
}

.scaleAnimation {
  animation-name: textScale;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.container-fluid {
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 auto;
}

.container {
  max-width: 1765px;
}

.container-1200 {
  max-width: 1200px;
}

.container-1430 {
  max-width: 1430px;
}

.container-100-parcent {
  margin-left: auto;
  margin-right: auto;
  max-width: 98%;
}

.box_up_ls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  text-align: center;
  width: 250px;
}

  .box_up_ls p {
    text-align: center;
    color: #0e4c71;
    font-size: 28px;
    font-weight: bolder;
  }

.video-title {
  margin-left: 5%;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  width: 72%;
  margin-top: 20px;
  opacity: 0.8;
  line-height: 25px;
  position: absolute;
}



.item-box1 {
  position: relative;
  float: left;
  margin: 0 0 10px;
}

  .item-box1 img {
    width: 100%;
  }

  .item-box1 .product-item {
    background-color: #fff;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(159, 160, 160, 0.7);
  }

  .item-box1 .product-title {
    height: 40px;
    overflow: hidden;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    color: #0e4c71;
    margin-bottom: 0px;
  }

  .item-box1 .buttons-upper11 input[type="button"] {
    width: 30px;
    height: 30px;
    margin: 0 28px;
    border: none;
    background-color: #888;
    background-image: url('/img/product-box-sprite.png');
    background-repeat: no-repeat;
    font-size: 0;
    transition: all 0.2s ease;
    right: 0px;
    position: absolute;
    bottom: 100px;
  }

  .item-box1 .description {
    margin: 0px 10px;
    line-height: 15px;
    font-size: 11px;
    padding-bottom: 10px;
	min-height:55px;
	max-height:55px;
  }

  .item-box1 .add-to-compare-list-button {
    background-position: 0 center;
  }

.parnter {
  position: relative;
}

  .parnter p {
    position: absolute;
    top: 40px;
    font-size: 28px;
    color: #0e4c71;
    left: 40px;
  }

  .parnter span {
    position: absolute;
    top: 50px;
    padding: 50px 50px;
    text-align: left;
  }

  .parnter img {
    width: 100%;
    padding-left: 30%;
    padding-right: 7.5%;
    font-size: 18px;
    color: #333;
  }

.desknone {
  display:block;
}
  @media (max-width: 992px) {
    .mt-100 {
      margin-top: 100px;
    }
    .parnter img {
      padding-left: 10%;
    }
    .desknone {
      display: none;
    }
	 .banner-img.body-banner .banner-content {
  
    top: 38%;
	font-size:12px;
	}
}
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .mt-100 {
      margin-top: 100px;
    }
    .desknone{
        display:none;
    }
	  .banner-img.body-banner .banner-content {
  
    top: 38%;
	font-size:12px;
	}
  }