.searchTitle{
    color:#EA6E19;
    font-size: 40px;
    line-height: 1.4;
        margin-bottom: 40px;
}
.searchCenter{
    max-width: 600px;
    margin: 0 auto;
    padding: 0px 15px;
}
.searchCenter .content{
    max-width: 500px;
    margin: 0 auto;
}
.bar{
    display: none;
}
.containerGeneral{
    padding-top: 0px !important;
    min-height: 100vh; 
}

.search > input {
    width: 100%;
}
.btnSearchForm {
    width: 100%;
    margin-top: 30px;
}

.tabMainBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tabMainBoxbutton {
    background-color: #F1F1F1;
    border-radius: 6px;
    width: 33.5%;
    outline: none;
    border: 0px;
    cursor: pointer;
    padding: 20px 10px;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 14px;
    color: #4D4D4D;
}

.tabMainBtnSelected {
    background-color: #EA6E19;
    color: #FFF;
}

.stdLabel {
    display: block;
}

#containerCenter {
    margin-top: 100px;
    margin-bottom: 50px;
}

.iconArrowDown {
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .searchTitle {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767px) {
    .tabMainBoxbutton {
        padding: 12px 6px;
        font-size: 12px;
    }
}

@media screen and (max-width: 380px) {
    .searchTitle {
        font-size: 28px;
    }
}