@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');




.project-banner ::selection, 
.feature-content ::selection,  
.project-container ::selection,  
.main-slider-area ::selection{
  background: transparent;
  color: #000000;
  }
.project-banner ::-moz-selection, 
.feature-content ::-moz-selection, 
.project-container ::-moz-selection,
.main-slider-area ::-moz-selection{
  background: transparent;
  color: #000000;
  }
.project-banner ::-webkit-selection,  
.feature-content ::-webkit-selection,  
.project-container ::-webkit-selection,
.main-slider-area ::-webkit-selection{
  background: transparent;
  color: #000000;
  }  

.project-banner{
    display: block;
    width: 83%;
    margin: 10% auto 13% auto;
    line-height: .85;
    letter-spacing: 2px;
    color: #222222;
    text-decoration: none;
    font-family: 'Butler_Bold', serif;
    font-size: 58px;
    font-weight: 500;    
    z-index: 99;
    /*animation: fade_item 1.5s;*/
    } 
.project-banner label{
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    }    
.project-banner span{
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    line-height: 1;
    margin-top: 20px;
    letter-spacing: 3px;
    font-weight: 500;
    text-indent: 5px;
    }     
.project-content{
    display: table;
    width: 100%;
    margin: 5% 0 0 0;    
    }   
.project-content .left {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    }
.project-content .right {
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    display: table-cell;
    width: 52%;
    vertical-align: middle;
    }
.project-content  .right .cont{
    width: 50%;
    margin: 0 auto;
    }
.project-content .right h3{
    font-family: 'Noto Serif TC', serif;
    font-size: 1.8vw;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 4px;
    margin-left: -4px;
    }
.project-content .right h3 ul{
    margin: 0;
    padding: 0;
    list-style: none;
    }
.project-content .right h3 ul li{
    overflow: hidden;
    }
.project-content .right .cont p{
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 2px;
    margin-top: 8%;
    color: #707070;
    font-weight: normal;
    }
.project-content .right h3 span {
    display: block;
    font-size: 1rem;
    font-family: garamond-premier-pro-display, serif;
    letter-spacing: 0.06em;
    color: #b5b29b;
    margin-top: 7%;
    text-indent: 4px;
    }
.project-content .left .image {
    overflow: hidden;
    transition: all ease .5s;
    -webkit-box-shadow: 50px 0 90px rgb(0, 0, 0, .05);
    -moz-box-shadow: 50px 0 90px rgb(0, 0, 0, .05);
    box-shadow: 50px 0 90px rgb(0, 0, 0, .05);
    }
.project-content .left .image figure {
    position: relative;
    height: 38vw;
    margin: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-position: center center;
    background-image: url(../img/project_pic1.webp);
    background-position-x: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }    
.roll{
    position:absolute;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;  
    width:100%;
    height:100%;
    z-index:2;
    /*border: 1.8vw solid rgb(255, 255, 255, 0);*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.roll:hover{
    /*border: 1.8vw solid rgb(255, 255, 255, .7);*/
    }
@media screen and (max-width: 1360px) { 
.project-content .right h3{
    font-size: 2.4vw;
    }
.project-banner{
    font-size: 50px;
    } 
.project-banner {
    width: 90%;
    margin: 12% 0 12% auto;
    }
.project-content .right .cont {
    width: 60%;
    }
}
@media screen and (max-width: 1280px) { 
.swiper-container.process p {
    display: none;
    }
.swiper-container.process h4 {
    font-size: 16px;
    margin: 25px 0 10px 0;
    letter-spacing: 0;
    }
.swiper-container.process h5 {
    font-size: 12px;
    margin: 0 0 5px 0;
    }
}
@media screen and (max-width: 1160px) { 
.project-banner{
    font-size: 40px;
    } 
}
@media screen and (max-width: 870px) { 
.project-banner{
    font-size: 33px;
    } 
.project-content .right h3 {
    font-size: 2.5vw;
    }
.project-content .right {
    width: 60%;
    }
.project-content .left .image figure {
    height: 45vw;
    }
}
@media screen and (max-width: 730px) { 
.project-content .right .cont {
    width: 70%;
    }
.project-content .left .image figure {
    height: 50vw;
    }
.project-content .right h3 {
    font-size: 2.8vw;
    }
.swiper-container.process h4 {
    font-size: 14px;
    }
}
@media screen and (max-width: 640px) {
.project-content .right h3 {
    font-size: 2.8vw;
    }
.project-banner {
    width: 92%;
    }
.project-content .right .cont p {
    font-size: 13px;
    letter-spacing: 1px;
    }
}
@media screen and (max-width: 580px) {
.project-content .right h3 {    
    font-size: 4.5vw;
    margin: 0 0 7% 0;
    } 
.project-banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    }
.project-banner label {
    font-family: 'STIX Two Text', serif;
    position: absolute;
    top: 7vh;
    left: 16px;
    z-index: 1;
    }
.project-banner {
    font-size: 11vw;
    font-weight: 600;
    }
.project-banner span.title-font{
    position: absolute;
    top: 10vh;
    left: 14px;
    color: #222222;
    font-size: 15px;
    z-index: 1;
    }
.project-content {
    margin: 0;
    }
.project-content .left .image figure {
    height: 150vw;    
    }
.project-content .right,
.project-content .left {
    display: block;
    width: 100%;
    }
.project-content .right{
    padding: 20% 0;
    }
.project-content .right .cont p {
    font-size: 15px;
    letter-spacing: 2px;
    }
}
@media screen and (max-width: 480px) {
.project-content .right h3 {
    font-size: 6vw;
    letter-spacing: 1px;
    } 
}
@media screen and (min-width: 900px) { 
  .view-poll.last-area.in-view{
    animation: last_item 1.2s;
    }
  @keyframes last_item{   
    0% { bottom:-60px;opacity: 0;}  
    40% { bottom:-60px;opacity: 0; }
    99% { bottom:-1px;opacity: 1; }
    100% { bottom:0px;opacity: 1; }
    } 
  @-webkit-keyframes last_item{   
    0% { bottom:-60px;opacity: 0;}  
    40% { bottom:-60px;opacity: 0; }
    99% { bottom:-1px;opacity: 1; }
    100% { bottom:0px;opacity: 1; }
    } 
  @-moz-keyframes  last_item{   
    0% { bottom:-60px;opacity: 0;}  
    40% { bottom:-60px;opacity: 0; }
    99% { bottom:-1px;opacity: 1; }
    100% { bottom:0px;opacity: 1; }
    }   
  @-o-keyframes last_item{    
    0% { bottom:-60px;opacity: 0;}  
    40% { bottom:-60px;opacity: 0; }
    99% { bottom:-1px;opacity: 1; }
    100% { bottom:0px;opacity: 1; }
    }
} 

.swiper-container.process {
    padding: 8% 0 6.5% 0;
}
.feature-content{
    position: relative;
    z-index: 0;
}
.feature-content:after {
    content: "";
    position: absolute;
    border-top: 1px solid #ececec;
    right: 0;
    top: 0;
    width: 92%;    
    z-index: 0;
    transition: all 0.7s cubic-bezier(.26,0,.07,1);
}
.feature-content:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 89%;
    height: 45%;    
    background-color: #f8f8f8;    
    z-index: -1;
    transition: all 0.7s cubic-bezier(.26,0,.07,1);
}
.p-f-title{
    display: block;
    width: 92%;
    margin: 0 0 0 auto;
    padding-top:8%;
}
.p-f-title.white{
    width: 100%;
    margin: 0;
    padding-top:0;
}
.p-f-title label{
    display: block;
    margin: 0 auto;
    line-height: .85;
    letter-spacing: 2px;
    color: #222222;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Butler_Bold', serif;
    font-size: 58px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.p-f-title span {
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    line-height: 1;
    margin-top: 20px;
    letter-spacing: 3px;
    font-weight: 500;
    text-indent: 5px;
}
.p-f-title.white span{
    position: relative;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 2px;
    text-indent: 0px;
    padding: 0 0 0 50px;
    margin: 15% 0 13% 0;
}
.p-f-title.white span:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    background-color: #666666;
    transform: rotate(-48deg);
    left: -5px;
    top: 0px;
}

.p-f-title.white label{
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    color: #ffffff;
    letter-spacing: 6px;
    text-indent: -5px;
}
@media screen and (max-width: 1360px){
.p-f-title label{
    font-size: 50px;
    }
}
@media screen and (max-width: 1160px){
.p-f-title label{
    font-size: 40px;
    }
}
@media screen and (max-width: 870px) { 
.p-f-title.white label,    
.p-f-title label{
    font-size: 33px;
    }
}
@media screen and (max-width: 580px){
.p-f-title {
    width: 70%;
    margin: 0 auto;
    }
.p-f-title label{
    font-size: 7vw;
    }
}
.process-img {
    border-radius: 0;
}
.swiper-container.process{
    width: 83%;
    overflow: hidden;
    margin: 0 0 0 auto;
}
.swiper-container.process .swiper-wrapper {
    right:0;
}
.swiper-container.process .swiper-wrapper a{
    text-decoration: none;
    transition: all ease .25s;
    cursor: e-resize;
}
.swiper-container.process .swiper-wrapper a:hover{
    margin-top: -10px;  
}

.swiper-container.process h4{
    margin: 0 0 10px 0;
    text-decoration: none;
    color: #222222;
}
.p-inner{
    display: block;
    padding: 12% 10%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;  
    background-color: #ffffff;
    box-shadow: 3px 3px 10px -3px rgb(0, 0, 0, .1);
}
.process .swiper-slide{
    padding: 0;
}
.swiper-container.process h5 {
    font-family: garamond-premier-pro-display, serif;
    letter-spacing: 0.06em;
    color: #b5b29b;
}

.project-container{
    position: relative;
    display:block;
    width:95%;
    margin:10% auto;
    }  
.project-container:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 1;
}
.project-container:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.item-container h3{
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size:16px;
    letter-spacing: 1px;
    font-weight:normal;
    margin:20px 0 10px 0;
    color: #222222;
    }
.item-container p{
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #999999;
    }       
.item-container img{
    display:block;
    width:100%;
    border-radius:6px;
    margin:0 auto;
    }
.grid-view:before,
.grid-view:after {
    content: '';
    display: table;
    clear: both;
}
.grid-view {
    position: relative;
    }
.grid-view .item-container {
    clear: none;
    float: left;
    padding: 30px;  
    box-sizing: border-box;
    }
.grid-view .item-container:before,
.grid-view .item-container:after {
    content: '';
    position: absolute;
    overflow: hidden;
    background: #e9e9e9; 
    }
.grid-view .item-container:before {
    left: 0;
    margin-top: -30px; 
    width: 100%;
    height: 1px; 
    }
.grid-view .item-container:after {
    top: 0;
    margin-left: -30px;  
    width: 1px; 
    height: 100%;
    }
@media (min-width: 1561px) {
    .grid-view .item-container:nth-child(n) { clear: none; }
    .grid-view .item-container:nth-child(n):before { height: 1px; }
    .grid-view .item-container { width: 25%; }
    .grid-view .item-container:nth-child(4n+1) { clear: both; }
    .grid-view .item-container:nth-child(4n+1):after { width: 0; }
    .grid-view .item-container:nth-child(-n+4):before { height: 0; }
}
@media (max-width: 1560px) {    
    .grid-view .item-container:nth-child(n) { clear: none; }
    .grid-view .item-container:nth-child(n):before { height: 1px; }
    .grid-view .item-container { width: 25%; }
    .grid-view .item-container:nth-child(4n+1) { clear: both; }
    .grid-view .item-container:nth-child(4n+1):after { width: 0; }
    .grid-view .item-container:nth-child(-n+4):before { height: 0; }
}
@media (max-width: 1400px) {
    .grid-view .item-container:nth-child(n) { clear: none; }
    .grid-view .item-container:nth-child(n):before { height: 1px; }
    .grid-view .item-container { width: 25%; }
    .grid-view .item-container:nth-child(4n+1) { clear: both; }
    .grid-view .item-container:nth-child(4n+1):after { width: 0; }
    .grid-view .item-container:nth-child(-n+4):before { height: 0; }
}
@media (max-width: 1160px) {
    .grid-view .item-container:nth-child(n) { clear: none; }
    .grid-view .item-container:nth-child(n):before { height: 1px; }
    .grid-view .item-container { width: 33.3333%; }
    .grid-view .item-container:nth-child(3n+1) { clear: both; }
    .grid-view .item-container:nth-child(3n+1):after { width: 0; }
    .grid-view .item-container:nth-child(-n+3):before { height: 0; }

}
@media (max-width: 865px) {
    .grid-view .item-container:nth-child(n) { clear: none; }
    .grid-view .item-container:nth-child(n):before { height: 1px; }
    .grid-view .item-container { width: 50%; }
    .grid-view .item-container:nth-child(2n+1) { clear: both; }
    .grid-view .item-container:nth-child(2n+1):after { width: 0; }
    .grid-view .item-container:nth-child(-n+2):before { height: 0; }
}
@media (max-width: 480px) {
    .project-container:before,
    .project-container:after{
        height: 20px;
    }
    .grid-view .item-container {
        padding: 20px;  
        }
    .grid-view .item-container:before {
        margin-top: -20px; 
        }
    .grid-view .item-container:after {
        margin-left: -20px;  
        }
    .item-container h3 {
        font-size: 14px;
        }
    .item-container p {
        font-size: 12px;
        }
}  
@media (max-width: 320px) {
    .project-container:before,
    .project-container:after{
        height: 15px;
    }
    .grid-view .item-container {
        padding: 15px;  
        }
    .grid-view .item-container:before {
        margin-top: -15px; 
        }
    .grid-view .item-container:after {
        margin-left: -15px;  
        }
}  
/*@media (max-width: 320px) {
    .grid-view .item-container:nth-child(n) { clear: none; }
    .grid-view .item-container:nth-child(n):before { height: 1px; }
    .grid-view .item-container { width: 100%; }
    .grid-view .item-container:nth-child(n+1) { clear: both; }
    .grid-view .item-container:nth-child(n+1):after { width: 0; }
    .grid-view .item-container:nth-child(-n+1):before { height: 0; }

}  */ 

.bottom-span{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50.2%;
    font-size: 15px;
    letter-spacing: 2px;
    background-color: #d0c8bd;
    color: #ffffff;
    z-index: 101;
    padding: 30px 45px 30px 40px;
    margin: 0 0 -40px 0;  
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    }
.bottom-span a{
    float: right;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    color: #ffffff;
    -moz-transition: all 0.3s ease; 
    -o-transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease; 
    transition: all 0.3s ease; 
    text-transform: uppercase;
    text-decoration: none;
    }
.bottom-span a:after{
    position: absolute;
    top: auto;
    bottom: auto;
    right: 20px;
    margin-top: 2px;
    content: 'next';
    font-size: 18px;
    color: #ffffff;
    font-family: swiper-icons;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    cursor: auto;        
    }
.bottom-span a:hover{
    color: #000000;
    text-decoration: underline;
    }
.black-move:before {
    top: 46.5%;
    animation: fade_item 1.5s;
    }
.bottom-slogon{
    position: absolute;
    bottom: 41%;
    left: 20vh;
    display: block;
    line-height: 1;
    letter-spacing: 2px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Butler_Bold', serif;
    font-size: 5.5vw;
    font-weight: 500;
    overflow: hidden;
    z-index: 100;
    animation: fade_item 1.5s;
    }
.bottom-slogon b{
    font-weight: 600;
    color: rgb(255, 255, 255, 0);
    -webkit-text-stroke: 0.5px #ffffff;
    text-stroke: 0.5px #ffffff;
    text-indent: 5px;
    }
.bottom-slogon label{
    display: block;
    margin: 3% 0 0 0;
    font-size:18px;
    font-weight: normal; 
    letter-spacing: 3px;    
    text-indent: 8px;   
    } 
@media screen and (max-width: 1280px) { 
    .bottom-span{
        width: 66.8%;
        }
} 
@media screen and (max-width: 965px) { 
    .bottom-span{
        width: 82%;
        letter-spacing: 0;
        font-size: 14px;
        padding: 30px 45px 30px 30px;
        }
    .bottom-slogon{
        bottom: 38%;
        left: 18%;
        }
    .bottom-slogon label {
        font-size: 14px;
        letter-spacing: 2px;
        text-indent: 2px;
        }
} 
@media screen and (max-width: 640px) { 
    .bottom-span{
        width: 100%;
        letter-spacing: 0;
        font-size: 14px;
        padding: 15px 45px 15px 20px;
        margin: 0 0 -20px 0;
        }
    .bottom-slogon{
        bottom: 40%;
        left: 50%;
        margin-left: -109px;
        }
} 
@media screen and (max-width: 580px) { 
    .main-new-banner-area.black{
        display: none;
        }
} 

        .main-slider-area h3{
            position: relative;
            z-index: 5000;
            display: block;
            margin: 3% 0;
            font-size: 19px;
            letter-spacing: 0.5px;
            font-weight: 600;
            color: #ffffff;
            }
        .half-spec {
            position: relative;
            display: table-cell;
            width: 100%;
            font-size: 17px;
            letter-spacing: 3px;
            color: #ffffff;
            font-family: 'Cormorant Garamond', serif;
            text-transform: uppercase;
            padding: 18% 0 0 0;
            cursor: pointer;
            }
        .half-spec:after{
            position: absolute;
            content: '';
            width: 100%;
            height: 1px;
            background-color: #555555;
            bottom: -8px;
            left: 0;
            }
        .main-slider-area.fadebox{
            position: relative;
            display:table;
            width: 100%;
            margin: 0;
            padding: 11% 5% 11% 58%;              
            box-sizing:border-box;
            -moz-box-sizing:border-box;
            -webkit-box-sizing:border-box;
            background-color: #1f1f1f;
            }   
        .fade-white-bg{
            position: absolute;
            width: 49.8%;
            left: 0;
            top: 0;
            height: 100%;
            z-index: 0;
            }   
        .fade-detail-bg{
            display: contents;
            width: 49.8%;
            position: absolute;
            right: 0;
            top: 0;   
            text-align: left;      
            } 
        .main-slider-area .half-deatil {
            display: inline-block;
            list-style-type: none;
            margin: 0;
            padding: 0;
            text-align: left;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            vertical-align: middle;
            }
        .main-slider-area p{
            margin: 0;
            line-height: 2.5;
            font-size: 13px;
            color: #bdbdbd;
            letter-spacing: 3px;
            font-family: 'Noto Serif TC', serif;
            }   
        .main-slider-area p span{
            display: block;
            }   
        .main-slider-area.fadebox p u{
            text-decoration: none;
            }  
        .swiper-container.half-pic{
            position: absolute;
            width: 42%;
            height: 100%;
            left: 0;
            top: 0;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;  
            z-index: 4;
            }
        .swiper-container.half-pic:after{
            position: absolute;
            left: 0;
            top: 0;
            content: '';
            width: 100%;
            height: 100%;
            background-image: url('../img/rd-bg.jpg');
            overflow: hidden;
            /*background-attachment: fixed;*/
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            /*background-position: 0 25%;*/
            -webkit-backface-visibility: hidden;
            -webkit-transform: translateZ(0x);
            }
        .swiper-container.half-pic .swiper-slide img{
            display: block;
            width: 100%;
            } 
        @media screen and (max-width: 1000px){
        .main-slider-area.fadebox{
            padding: 11% 4% 11% 53%;              
            }   
        .swiper-container.half-pic {
            width: 40%;
            }
        }   
        @media screen and (max-width: 850px){
        .main-slider-area p span{
            display: inline;
            }
        .main-slider-area.fadebox{
            padding: 11% 4% 11% 48%;              
            }   
        .swiper-container.half-pic {
            width: 36%;
            }
        }   
        @media screen and (max-width: 640px){
            .swiper-container.half-pic:after{
                background-attachment: fixed;
                }
            .half-spec {
                font-size: 16.5px;
                letter-spacing: 1px;
                text-indent: -1px;
                }
            .main-slider-area p {
                font-size: 13px;
                letter-spacing: 0;
                }
            .main-slider-area.fadebox {
                margin: 10% 0 20% 0;
                }
            .main-slider-area h3 {
                margin: 5% 0;
                font-size: 17px;
                }
        }
        @media screen and (max-width: 580px){
        .main-slider-area.fadebox{
            padding: 11% 6% 11% 41%;              
            }   
        .swiper-container.half-pic {
            width: 32%;
            }
        }   
        @media screen and (max-width: 480px){
            .fade-white-bg,
            .swiper-container.half-pic{
                width: 100%;
                height: 40%;
                }  
            .fade-detail-bg{
                width: 100%;
                } 
            .main-slider-area.fadebox{
                padding: 75% 10% 18% 12%;    
                margin: 0;          
                }   
            .half-spec{
                margin: 8% 0 0 0;
                padding: 8% 0 0 0;
                }
            .swiper-container.half-pic:after{
                background-attachment: inherit;
                }
            .p-f-title.white label {
                text-indent: 0;
                }
            .p-f-title.white span {
                display: none;
                }
            .main-slider-area p {
                margin: 20px 0;
                }
        }
        @media screen and (max-width: 320px){
            .main-slider-area.fadebox{
                padding: 85% 10% 18% 12%;           
                } 
            .p-f-title.white label{
                font-size: 30px;
            }
        }
        a.item-container{
            text-decoration: none;
            opacity: 1;
            -moz-transition: all 0.3s ease; 
            -o-transition: all 0.3s ease; 
            -webkit-transition: all 0.3s ease; 
            transition: all 0.3s ease; 
        }        
        a.item-container:hover{
            opacity: .8;
        }