@media only screen and (max-width: 767px){
    .autoRight button{
        padding: 8px 20px
    }
    .sliderBanner video{
        height:auto;
    }
    body{
        background: none;
    }   
    .topBanner{
        margin-top:0px;
        padding:0px;
        border-radius:0;
        border:none;
        background:none;
        box-shadow:none !important;
    }
    .innerbanner .video video, .innerbanner img{
        height:auto;
    }
    .righVolunteer{
        margin-bottom:40px;
        height:auto;
    }
    .numberItem{
        margin-bottom:15px;
        width:100%;
    }
    .bgGradient{
        background:var(--primary-color);
    }
    .rightList{
        padding:0px;
        color:#fff;
        margin-top:30px;
    }
    .rightList .text_primary{
        color:#fff;
    }
    .rightList ul li:before{
        background:#fff !important;
    }
    .leftSteps ul li{
        padding-right:0;
    }
    .shadow-lg{
        box-shadow:none;
    }
    .itemServices{
        width:100% !important;
        margin-bottom:30px;
    }
    .btnlook{
        font-size:14px;
    }
    .bgImg:after{
        display:none;
    }
    .optionItem {
        padding:25px !important;
        padding-bottom: 50px !important;
    }
    .rightImg{
        padding:0 30px;
    }
    .rightImg img{
        max-width:100%;
    }
    .btnTheme{
        text-align:center;
    }
    .header{
        position:inherit;
    }
    .default{
        display:block;
    }
    .logoWhite{
        display:none;
    }
    .inlineHeader{
        align-items: center;
    }
    .leftLogo img{
        position: static;
        width: 60%;
    }
    .headerRight{
        margin: 0px;
    }
    .btnMenu{
        color: #000;
        margin-left: 20px;
        background: none;
        border:none;
    }
    .sticky .btnMenu{
        color:#000;
    }
    .rightMenu ul li a{
        color:#000;
    }
    .rightMenu ul, .rightMenu{
        display:block !important;
    }
    .headerBtn{
        margin-top:20px;
    }
    .headerBtn:hover{
        border:1px solid var(--primary-color);
        color:var(--primary-color);
    }
    .leftLogo{
        width: 140px;
        padding: 0px;
        border-radius: 0px;
        height: auto;
        display: block;
        box-shadow: none;
    }
    .rightMenu{
        position: fixed;
        top: 0px;
        overflow-x: hidden !important;
        left: -100%;
        display: block;
        z-index: 99;
        width: 300px;
        background: #fff;
        border-radius: 0px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        height: 100%;
        padding: 35px 30px 45px;
        transition: 0.3s ease-in-out;
    }
    .rightMenu.active{
        left: 0px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }
    .btnFullScreen{
        top:10px;
    }
    .btn-close{
        position:absolute;
        top:10px;
        right:10px;
    }
    .heading{
        font-size: 30px;
    }
    .footerItem{
        margin-bottom: 20px;
    }
    .copyright p{
        font-size: 13px;
    }
    .copyright p a{
        display: inline-block;
    }
    section{
        padding: 40px 0px;
        overflow: hidden;
    }
    .carousel-caption{
        width: 100%;
        transform: skew(0);
        left: 0px;
    }
    .carousel-caption h5, .carousel-caption p, .btnSlider{
        transform: skew(0);
    }
    .sliderBanner img{
        height: 75vh;
    }
    .large_heading{
        font-size: 28px;
    }
    .small_heading {
        font-size: 19px;
    }
    .itemBrand{
        width: calc(100% / 2 - 5px);
        margin:5px 0;
    }
    .containerFull{
        padding: 0 15px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .sliderBanner video{
        height:auto;
    }
    .topBanner{
        margin-top:0px;
        padding:0px;
        border-radius:0;
        border:none;
        background:none;
        box-shadow:none !important;
    }
    .innerbanner .video video, .innerbanner img{
        height:auto;
    }
    .righVolunteer{
        margin-bottom:40px;
        height:auto;
    }
    .numberItem{
        margin-bottom:15px;
        width:calc(100% / 3 - 10px);
    }
    .bgGradient{
        background:var(--primary-color);
    }
    .rightList{
        padding:0px;
        color:#fff;
        margin-top:30px;
    }
    .righVolunteer img{
        width:100%;
    }
    .rightList .text_primary{
        color:#fff;
    }
    .rightList ul li:before{
        background:#fff !important;
    }
    .leftSteps ul li{
        padding-right:0;
    }
    .shadow-lg{
        box-shadow:none;
    }
    .itemServices{
        width:100% !important;
        margin-bottom:30px;
    }
    .btnlook{
        font-size:14px;
    }
    .righVolunteer img, .righVolunteer{
        height:auto;
    }
    .bgImg:before{
        background:var(--primary-color);
    }
    .optionItem {
        padding:25px !important;
        padding-bottom: 50px !important;
    }
    .rightImg{
        padding:0 30px;
    }
    .rightImg img{
        max-width:100%;
    }
    .btnTheme{
        text-align:center;
    }
    .header{
        position:inherit;
    }
    .default{
        display:block;
    }
    .logoWhite{
        display:none;
    }
    .inlineHeader{
        align-items: center;
    }
    .leftLogo img{
        position: static;
        width: 60%;
    }
    .headerRight{
        margin: 0px;
    }
    .btnMenu{
        color: #000;
        margin-left: 20px;
        background: none;
        border:none;
    }
    .sticky .btnMenu{
        color:#000;
    }
    .rightMenu ul li a{
        color:#000;
    }
    .rightMenu ul, .rightMenu{
        display:block !important;
    }
    .headerBtn{
        margin-top:20px;
    }
    .headerBtn:hover{
        border:1px solid var(--primary-color);
        color:var(--primary-color);
    }
    .leftLogo{
        width: 140px;
        padding: 0px;
        border-radius: 0px;
        height: auto;
        display: block;
        box-shadow: none;
    }
    .rightMenu{
        position: fixed;
        top: 0px;
        overflow-x: hidden !important;
        left: -100%;
        display: block;
        z-index: 99;
        width: 300px;
        background: #fff;
        border-radius: 0px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        height: 100%;
        padding: 35px 30px 45px;
        transition: 0.3s ease-in-out;
    }
    .rightMenu.active{
        left: 0px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }
    .btnFullScreen{
        top:10px;
    }
    .btn-close{
        position:absolute;
        top:10px;
        right:10px;
    }
    .heading{
        font-size: 30px;
    }
    .footerItem{
        margin-bottom: 20px;
    }
    .copyright p{
        font-size: 13px;
    }
    .copyright p a{
        display: inline-block;
    }
    section{
        padding: 40px 0px;
        overflow: hidden;
    }
    .carousel-caption{
        width: 100%;
        transform: skew(0);
        left: 0px;
    }
    .carousel-caption h5, .carousel-caption p, .btnSlider{
        transform: skew(0);
    }
    .sliderBanner img{
        height: 75vh;
    }
    .large_heading{
        font-size: 28px;
    }
    .small_heading {
        font-size: 19px;
    }
    .itemBrand{
        width: calc(100% / 2 - 5px);
        margin:5px 0;
    }
    .containerFull{
        padding: 0 15px;
    }
}
@media (min-width: 993px) and (max-width: 1080px){
    .righVolunteer img, .righVolunteer{
        height:auto;
    }
    .rightMenu ul li a{
        font-size: 14px;
        padding: 10px 8px;
    }
    .leftLogo{
        width: 140px;
        height: 140px;
    }
    .containerFull{
        padding: 0 15px;
    }
    .headerRight ul li, .headerRight ul li a{
        padding: 0 3px;
    }
    .centerMenu ul li a{
        padding: 15px 4px;
        font-size: 12px;
    }
    .bgImg:before{
        background: rgb(2,71,58);
    background: -moz-linear-gradient(-45deg, rgba(36,115,160) 0%, rgba(36,147,146,1) 50%, transparent 50%);
    background: -webkit-linear-gradient(-45deg, rgba(36,115,160) 0%,rgba(36,147,146,1) 50%,transparent 50%);
    background: linear-gradient(88deg, rgba(36,115,160) 0%,rgba(36,147,146,1) 50%,transparent 50%) !important;
    }
}
@media (min-width: 1280px){
	.containerFull{
		max-width: 100%;
		margin: 0 auto;
		padding: 0 5vw;
	}
    .groundImg{
        width: 700px;
    }
}
@media (min-width: 1600px){
	.containerFull{
	    max-width: 100%;
		margin: 0 auto;
		padding: 0 5vw;
	}
}
@media (min-width: 1200px){
    .container{
        max-width: 1170px;
    }
}
@media (min-width: 1800px){
	.containerFull, .container{
		max-width: 100%;
		margin: 0 auto;
		padding: 0 5vw;
	}
}