.abg-viscose-story-page * {
  font-family: "Oxygen", sans-serif;
}

p {
  margin-bottom: 20px;
}
.abg-viscose_banner  .breadcrumb>li+li:before {
  color: #ffffff;
}
.abg-viscose-story-page .abg-viscose_banner {
  padding-top: 100px;
  overflow: hidden;
  background: url(../images/abg-viscose/banner-img.jpg) top center no-repeat;
  min-height: 550px;
}

.banner-zindex {
  position: relative;
  z-index: 1;
}

.abg-viscose-head {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
}

.common-overlay {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 1;
}

.abg-viscose-head h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
}

.abg-viscose-head h1 span {
  font-size: 80px;
  font-weight: 600;
}

.abg-viscose-intro {
  text-align: center;
  padding: 40px 0;
}

.abg-viscose-intro p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.abg-viscose-intro p.text-red {
  color: #e23939;
  font-weight: 600;
}

.abg-viscose-fact-container {
  background-color: #f1f1f1;
}

.abg-viscose-fact-container .container-fuild {
  padding: 0;
}

.abg-viscose-fact {
  padding: 70px 0 0 0;
}

.abg-viscose-fact .fact-box {
  background-color: #ffffff;
  -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  top: 30%;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -o-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  width: 110%;
}

.abg-viscose-fact .fact-box.arrow-right::before {
  content: "";
  position: absolute;
  right: -45px;
  top: 30px;
  width: 0;
  height: 0;
  border-width: 25px 0 25px 45px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
}

.abg-viscose-fact .fact-box.arrow-left::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 30px;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-width: 25px 50px 25px 0;
  border-color: transparent #ffffff transparent transparent;
  border-style: solid;
}

.abg-viscose-fact .fact-box h2 {
  color: #000000;
  font-size: 50px;
  padding-left: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  padding-top: 10px;
}

.abg-viscose-fact .fact-box .fact-content {
  padding: 20px 40px;
  background-color: #e23939;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.abg-viscose-fact .fact-box .fact-content p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
}

.abg-viscose-fact .fact-image {
  text-align: right;
  overflow: hidden;
}

.abg-viscose-fact .fact-image img {
  width: 100%;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
}

.abg-viscose-fact:hover .fact-image img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.red-color-wrap.abg-viscose-fact .fact-box h2 {
  color: #e23939;
}

.red-color-wrap.abg-viscose-fact .fact-box .fact-content {
  background-color: #e23939;
}

.green-color-wrap.abg-viscose-fact .fact-box h2 {
  color: #1eaf40;
}

.green-color-wrap.abg-viscose-fact .fact-box .fact-content {
  background-color: #1eaf40;
}

.bottom-note {
  padding: 40px 0;
  text-align: center;
}

.bottom-note h5 {
  color: #a01414;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

@media all and (max-width: 1024px) {
}

@media all and (max-width: 990px) {
}

@media all and (max-width: 767px) {
  .abg-viscose-fact .fact-box {
    width: 100%;
    transform: none;
    top: 0;
  }
  .abg-viscose-head h1 span {
    font-size: 48px;
  }
  .abg-viscose-head h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .abg-viscose-head {
    padding-left: 0;
    padding-right: 0;
  }
  .abg-viscose-fact .fact-image {
    /* margin-top: 20px; */
  }
  .abg-viscose-fact .fact-box h2 {
    font-size: 42px;
  }
  .abg-viscose-fact .fact-box .fact-content {
    padding: 20px 20px;
  }
  .abg-viscose-fact .fact-box.arrow-right::before {
    top: auto;
    bottom: -40px;
    right: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .abg-viscose-fact .fact-box.arrow-left::before {
    top: auto;
    bottom: -40px;
    left: 30px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }


}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .abg-viscose-fact .fact-box {
    width: 100%;
    transform: none;
    top: 0;
  }
  .abg-viscose-fact .fact-image {
    /* margin-top: 20px; */
  }

  .abg-viscose-fact .fact-box.arrow-right::before {
    top: auto;
    bottom: -40px;
    right: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .abg-viscose-fact .fact-box.arrow-left::before {
    top: auto;
    bottom: -40px;
    left: 30px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

}

@media only screen and (min-width: 851px) and (max-width: 992px) {
}

@media only screen and (min-width: 1024px) and (max-width: 1080px) {
  .abg-viscose-fact .fact-box {
    top: 5%;
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -o-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
  }
  .padd_topbanner {
    padding-top: 100px;
}

}

@media only screen and (min-width: 411px) and (max-width: 450px) {
}

@media screen and (max-width: 320px) {
}

@media all and (max-width: 568px) {
}

@media all and (max-width: 1200px) {
  .abg-viscose_banner.jumbotron video  {
    display: block;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1300px) {
  .bottom-note {
    margin-top: 100px;
  }
}