/* ------- BANNER - 01 ------- */
#banner-hwo-01 {
    height: 100vh;
    min-height: 700px;
}
#banner-hwo-01 > .bg:first-child {
    display: none;
}
#banner-hwo-01 > .bg:nth-child(2) {
    opacity: 1;
}
#banner-hwo-01 .content {
    position: absolute;
    padding: 0px;
    top: auto;
    bottom: 100px;
    transform: none;
}
#banner-hwo-01 .content.left .container {
    padding-left: 100px;
    width: 610px;
}
#banner-hwo-01 .content .container .subtitle{
    font-weight: 400;
}
#banner-hwo-01 .content .container .title {
    font-size: 60px;
    font-size: 3.75em;
    line-height: 0.9em;
}
#banner-hwo-01 .content .container .text {
    width: 100%;
    font-size: 1.3em;
    line-height: 1em;
}

@media(max-width: 1550px){}
@media(max-width: 1270px){}
@media (max-width: 1200px){}
@media (max-width: 1072px){
    #banner-hwo-01 .content.left{
        padding-bottom: 0px;
    }
    #banner-hwo-01 .content.left .container {
        padding-left: 50px;
    }
    #banner-hwo-01 .content.left .container .abs-center {
        margin-right: 50px;
    }
}
@media (max-width: 838px){
    #banner-hwo-01 .content.left{
        top: auto;
        bottom: 50px;
    }
    #banner-hwo-01 .content.left .container .abs-center {
        margin-right: 0px;
        width: 100%;
    }
}
@media (max-width: 660px){
    #banner-hwo-01 .content.left .container {
        width: 100%;
    }
    #banner-hwo-01 .content .container .title{
        font-size: 3em;
        line-height: 0.85em;
    }
    #banner-hwo-01 .content .container .title br {
        display: none;
    }
    #banner-hwo-01 .content .container .text {
        width: 80% !important;
    }
}
@media (max-width: 520px){}


/* ALL MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px){

    #banner-hwo-01{
        height: var(--vp-height);
    }
    #banner-hwo-01 .content.left{
        bottom: 50px;
    }
    #banner-hwo-01 .content.left .container {
        padding: 0px 30px;
    }
    #banner-hwo-01 .content.left .container h1 {
        padding-top: 5px;
        font-size: 2.7em;
    }
    #banner-hwo-01 .content.left .container .text {
        padding-top: 0px;
    }

}
@-moz-document url-prefix(){
	@media only screen and (min-device-width: 320px) and (max-device-width: 736px){
		
	}
}
/* ------- END | BANNER - 01 ------- */


@media(max-width: 1550px){}
@media(max-width: 1270px){}
@media (max-width: 1200px){}
@media (max-width: 1072px){}
@media (max-width: 838px){}
@media (max-width: 520px){}


/* ALL MOBILE */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px){

	

}
@-moz-document url-prefix(){
	@media only screen and (min-device-width: 320px) and (max-device-width: 736px){
		
	}
}