/* ==========================================================================
   Page Header
========================================================================== */
.page__header .cover {
  background-image: url(../img/header.jpg); }
.page__header .cover::before {
  background-color: rgba(38,44,56,.3); }


/* ==========================================================================
   Our Strength
========================================================================== */
#our-strength {
    padding-bottom: 0; }
#our-strength .read {
    position: relative;
    z-index: 5;
    margin-bottom: -30px; }
#our-strength .read .budge {
    margin-bottom: 20px; }
#our-strength .read h3 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto; }
#our-strength .read h3 .font2 {
    color: #379eaf;
    display: block;
    white-space: nowrap;
    transform: rotate(-6deg); }

#our-strength .banner .bg-txt {
    font-size: 72px;
    margin: -1.5rem 5% 0; }
#our-strength .bannerlist li:nth-of-type(odd) .cover {
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%); }
#our-strength .bannerlist li:nth-of-type(even) .cover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%); }

#our-strength #variety .cover {
    background-image: url(../img/variety.jpg); }
#our-strength #lot .cover {
    background-image: url(../img/lot.jpg); }
#our-strength #delivery .cover {
    background-image: url(../img/delivery.jpg); }
#our-strength #quality .cover {
    background-image: url(../img/quality.jpg); }

/* ==========================================================================
   Facility
========================================================================== */
#facility {
	padding-top: 0; }
#facility .banner .cover {
	background-image: url(../img/facility.jpg); }
