.bgsearch {
	height: 43px;
    width: 290px;
	padding-left: 20px;
	float: left;
	color: #333;
    border-radius: 6px 0px 0px 6px;
}
.btnSearch {
    display: inline-block;
    line-height: 43px;
    height: 43px;
    font-size: 20px;
    background: #326D53;
    color: #FFF;
    border: 0;
    padding: 0px 12px;
    border-radius: 0px 6px 6px 0px;
}
@media screen and (max-width: 767px) {
    #flag2 {
        position: absolute;
        top: 5px;
        right: 133px;
    }
    .bgsearch {
        width: 150px;
        margin-left: 180px;
    }
}
#hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    margin: 20px 0px;
}    
#heroVideoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#heroImgBg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
#heroContent {
    text-align: center;
    padding-top: 100px;
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke: 1px #F00;
}