.main-slider-area h3{
    position: relative;
    z-index: 5000;
    display: block;
    margin: 0 0 3% 0;
    font-size: 2.5vw;
    letter-spacing: 3px;
    font-weight: 100;
    color: #222;
    font-family: 'Roboto', sans-serif;
    }
.half-spec{
    display: block;
    width: 100%;
    font-size: 27px;
    letter-spacing: 2px;
    color: #444444;
    font-weight: 600;
    margin: 8% 0 0 0;
    padding: 9% 0 0 0;
    border-top: 1px solid rgb(191 191 191 / 40%)
    }
.main-slider-area.fadebox{
    position: relative;
    display:table;
    width: 100%;
    margin: 15% 0 10% 0;
    padding: 8% 0 8% 50%;
    background: linear-gradient(320deg, #ececec, #ffffff);                
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    }   
.fade-white-bg{
    position: absolute;
    width: 49.8%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #ffffff;
    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: 1.8;
    font-size: 16px;
    color: #707070;
    letter-spacing: 3px;
    }   
.main-slider-area.fadebox p u{
    text-decoration: none;
    }  
.swiper-container.half-pic{
    position: absolute;
    width: 49.8%;
    height: 100%;
    left: 0;
    top: -27%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;  
    -webkit-box-shadow: 0px 20px 50px rgb(0, 0, 0, 5%);
    -moz-box-shadow: 0px 20px 50px rgb(0, 0, 0, 5%);
    box-shadow: 0px 20px 50px rgb(0, 0, 0, 5%);
    z-index: 4;
    }
.swiper-container.half-pic:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../img/half-bg2.webp');
    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: 640px){
    .half-spec {
        font-size: 16.5px;
        letter-spacing: 1px;
        text-indent: -1px;
        }
    .main-slider-area p {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 1.5;
        }
    .main-slider-area h3{
        display: none;
        }
    .main-slider-area.fadebox {
        padding: 6% 0 6% 52%;
        }
    .main-slider-area.fadebox {
        background: linear-gradient(320deg, #f3f3f3, #ffffff);
        }
}
@media screen and (max-width: 480px){
    .fade-white-bg,
    .swiper-container.half-pic{
        width: 43%;
        }  
    .fade-detail-bg{
        width: 54%;
        } 
    .main-slider-area.fadebox {
        padding: 6% 2% 6% 47%;
        margin: 10% 0 0 0;
        }
    .half-spec{
        margin: 5% 0 0 0;
        padding: 5% 0 0 0;
        }
    .swiper-container.half-pic {
        -webkit-box-shadow: 10px 20px 50px rgb(0 0 0 / 25%);
        -moz-box-shadow: 10px 20px 50px rgb(0 0 0 / 25%);
        box-shadow: 10px 20px 50px rgb(0 0 0 / 25%);
        }
    .swiper-container.half-pic:after{
        background-attachment: inherit;
        }
}
@media screen and (max-width: 320px){
    .main-slider-area.fadebox {
        padding: 6% 0 6% 52%;
        }
    .half-spec{
        display: none;
        }
}  

.bottom-span{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50.2%;
    font-size: 15px;
    letter-spacing: 2px;
    background-color: #9c9484;
    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;
    }
.bottom-slogon{
    position: absolute;
    bottom: 36.5%;
    left: 20vh;
    display: block;
    line-height: 1;
    letter-spacing: 2px;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Butler_Bold', serif;
    font-size: 5.5vw;
    font-weight: 500;
    overflow: hidden;
    z-index: 100;
    }
.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:15px;
    font-weight: normal; 
    letter-spacing: 3px;    
    text-indent: 7px;   
    } 
@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: 480px) {   
    .bottom-slogon{
        font-size: 6vw;
        font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", sans-serif;
        font-weight: 700;
        }
    .bottom-slogon b {
        font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", sans-serif;
        font-weight: 700;
        color: #ffffff;
        -webkit-text-stroke: 0px;
        text-stroke: 0px;
        text-indent: 5px;
        }
    .bottom-slogon {
        margin-left: -90px;
        }
    .bottom-slogon label {
        font-size: 15px;
        letter-spacing: 2px;
        text-indent: 1px;
        }
    .bottom-span {
        font-size: 12px;
        letter-spacing: 1px;
        text-align: center;
        padding: 15px 0;
        margin: 0;
        background-color: rgb(154, 138, 109,0.4);
        }
    .bottom-slogon{
        bottom: 45%;
        left: 50%;
        margin-left: -95px;
        }
    .bottom-span a {
        display: none;
        }
}