
@font-face {
    font-family: "open-sans-bold";
    src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family: "open-sans-regular";
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: "open-sans-light";
    src: url(../fonts/OpenSans-Light.ttf);
}
.section-container{
    margin: 0 auto;
    position: relative;
}
.box-home{
    width: 100%;
    min-height: 100%;
    background: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: 3;
}
.bg-home{
    width: 100%;
    min-height: 100%;
    position: absolute;
    background-size: cover;
    background-position: 50%;
    z-index: 3;
}
.card-box{
    width: 100%;
    padding: 0 20px;
}
.banner-home img{
    width: 100%;
    height: auto;
}
.content-home{
    z-index: 999;
    color: #fff;
}
@media screen and (min-width:1190px) {
    .content-home{
        width: 75%;
        max-width: 1920px;
        margin: 0 auto;
    }
}
@media screen and (max-width:1189px) and (min-width: 992px){
    .content-home{
        width: 85%;
        max-width: 1920px;
        margin: 0 auto;
    }
}
.banner-home{
    position: relative;
    min-height: 945px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.content-banner-home{
    position: absolute;
    bottom: 0;
}
.content-banner-home h1{
    font-family: "open-sans-bold";
    font-size: 96px;
    letter-spacing: -1px;
}
.content-banner-home h3{
    font-family: "open-sans-bold";
    font-size: 48px;
    letter-spacing: -1px;
    padding-top: 10px;
}
.content-banner-home .text-white,
.content-banner-home .text-yellow{
    font-size: 36px;
    letter-spacing: -1px;
    font-family: "open-sans-light";
    text-align: center;
    padding-top: 15px;
}
.content-banner-home .text-yellow{
    color: #ffe319;
}
.content-banner-home .text-white span,
.content-banner-home .text-yellow span{
    font-family: "open-sans-bold";
}
.content-container{
    text-align: center;
}
.notify{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    padding: 40px 0;
}
.div-input{
    width: 514px;
    margin-right: 15px;
}
.div-button{
    width: 241px;
}
.notify input{
    border-radius: 22px;
    padding: 20px 25px;
    font-size: 22px;
}
.btn-notify{
    font-size: 36px;
    letter-spacing: -1px;
    color: #000000;
    font-weight: 700;
    font-family: "open-sans-bold";
    text-align: center;
    border-radius: 20px;
    background-color: #ffe319;
    width: 100%;
    padding: 9px 0;
    height: 75px;
}
.btn-notify:hover{
    opacity: 0.6;
}
.branding{
    padding: 10px 0 30px 0;
}
.group-logo{
    width: 100%;
    padding: 35px 0;
    background: rgb(124,21,23);
    background: linear-gradient(180deg, rgba(124,21,23,1) 0%, rgba(200,7,16,1) 21%, rgba(165,1,5,1) 36%, rgba(64,4,5,1) 95%, rgba(208,7,16,1) 95%, rgba(124,21,23,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.group-logo .card-box{
    max-width: 1225px;
    margin: 0 auto;
}
.group-logo .card-box .col{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer{
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-left{
    width: 330px;
    margin-right: auto;
    text-align: left;
}
.footer-right{
    width: 330px;
    margin-left: auto;
    text-align: right;
}
.footer-center{
    width: calc(100% - 660px);
    padding: 0 3%;
}
.footer-center ul{
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    width: 100%;
}
.footer-center ul li{
    width: calc(100% / 6);
}
.br-mobile{
    display: none;
}
@media screen and (max-width: 1920px) and (min-width: 1681px) {
    .banner-home{
        min-height:790px;
    }
    .content-banner-home h1{
        font-size: 75px;
    }
    .content-banner-home h3{
        font-size: 39px;
    }
    .content-banner-home .text-white, .content-banner-home .text-yellow{
        font-size: 32px;
    }
    .notify{
        max-width: 1170px;
    }
    .group-logo .card-box{
        max-width: 1130px;
    }
    .footer-center{
        padding: 0px !important;
    }
}
@media screen and (max-width: 1920px) and (min-width: 1190px){
    /* .content-banner-home{
        width: 75%;
    } */
    .content-container{
        width: 75%;
        margin: 0 auto;
    }
    .group-logo .card-box{
        width: 70%;
    }
}
@media screen and (max-width: 1680px) and (min-width: 1501px) {
    .banner-home{
        min-height: 765px;
    }
    .content-banner-home h1{
        font-size: 73px;
    }
    .content-banner-home h3{
        font-size: 40px;
    }
    .btn-notify{
        font-size: 30px;
    }
    .notify{
        max-width: 1170px;
    }
    .group-logo .col img{
        width: 100%;
    }
    .group-logo .col:nth-child(3) img{
        width: 55px;
    }
    .footer-left, .footer-right{
        width: 200px;
    }
    .footer-center{
        padding: 0px !important;
        width: calc(100% - 400px);
    }
    .footer-center img{
        max-width: 30px;
    }
    .footer-center li:nth-child(2) img{
        max-width: 20px;
    }
}
@media screen and (max-width: 1680px) and (min-width: 1501px) {
    .content-banner-home .text-white, .content-banner-home .text-yellow{
        font-size: 29px;
    }
}
@media screen and (max-width: 1500px) and (min-width: 1369px) {
    .banner-home{
        min-height: 610px;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1369px) {
    .content-banner-home h1{
        font-size: 55px;
    }
    .content-banner-home h3{
        font-size: 30px;
    }
    .btn-notify{
        font-size: 30px;
    }
    .group-logo .col img{
        width: 100%;
    }
    .group-logo .col:nth-child(3) img{
        width: 55px;
    }
    .footer-left, .footer-right{
        width: 200px;
    }
    .footer-center{
        padding: 0px !important;
        width: calc(100% - 400px);
    }
    .footer-center img{
        max-width: 30px;
    }
    .footer-center li:nth-child(2) img{
        max-width: 20px;
    }
   
    .notify{
        max-width: 965px;
    }
    .div-input{
        width: calc( (100% - 210px) / 2) !important;
    }
    .div-button{
        width: 180px !important;
    }
    .notify input{
        padding: 13px 25px;
    }
    .btn-notify{
        font-size: 26px !important;
        height: unset !important;
    }
    .branding img{
        width: 350px;
        height: auto;
    }
}
@media screen and (max-width: 1500px) and (min-width: 1369px) {
    .content-banner-home .text-white, .content-banner-home .text-yellow{
        font-size: 24px;
    }
}
@media screen and (max-width: 1368px) and (min-width: 1200px) {
    .banner-home{
        min-height: 620px;
    }
}
@media screen and (max-width: 1368px) and (min-width: 1223px){
    .content-banner-home h1{
        font-size: 56px;
    }
    .content-banner-home h3{
        font-size: 29px;
    }
    .btn-notify{
        font-size: 30px;
    }
    .group-logo .col img{
        width: 100%;
    }
    .group-logo .col:nth-child(3) img{
        width: 55px;
    }
    .footer-left, .footer-right{
        width: 200px;
    }
    .footer-center{
        padding: 0px !important;
        width: calc(100% - 400px);
    }
    .footer-center img{
        max-width: 30px;
    }
    .footer-center li:nth-child(2) img{
        max-width: 20px;
    }
   
    .notify{
        max-width: 965px;
    }
    .div-input{
        width: calc( (100% - 210px) / 2) !important;
    }
    .div-button{
        width: 180px !important;
    }
    .notify input{
        padding: 13px 25px;
    }
    .btn-notify{
        font-size: 26px !important;
        height: unset !important;
    }
    .branding img{
        width: 350px;
        height: auto;
    }
}
@media screen and (max-width: 1368px) and (min-width: 1190px) {
    .content-banner-home .text-white, .content-banner-home .text-yellow{
        font-size: 23px;
    }
}
@media screen and (max-width: 1222px) and (min-width: 1190px) {
    .banner-home{
        min-height: 590px;
    }
}
@media screen and (max-width: 1222px) and (min-width: 1190px){
    .content-banner-home h1{
        font-size: 50px;
    }
    .content-banner-home h3{
        font-size: 29px;
    }
    .btn-notify{
        font-size: 30px;
    }
    .group-logo .col img{
        width: 100%;
    }
    .group-logo .col:nth-child(3) img{
        width: 55px;
    }
    .footer-left, .footer-right{
        width: 200px;
    }
    .footer-center{
        padding: 0px !important;
        width: calc(100% - 400px);
    }
    .footer-center img{
        max-width: 30px;
    }
    .footer-center li:nth-child(2) img{
        max-width: 20px;
    }
   
    .notify{
        max-width: 965px;
    }
    .div-input{
        width: calc( (100% - 210px) / 2) !important;
    }
    .div-button{
        width: 180px !important;
    }
    .notify input{
        padding: 13px 25px;
    }
    .btn-notify{
        font-size: 26px !important;
        height: unset !important;
    }
    .branding img{
        width: 350px;
        height: auto;
    }
}
@media screen and (max-width: 1189px) and (min-width: 715px){
    .content-banner-home{
        width: 85%;
        margin: 0 auto;
    }
    .content-container{
        width: 85%;
        margin: 0 auto;
    }
    .group-logo .card-box{
        width: 80%;
    }
}
@media screen and (max-width: 1189px) and (min-width: 992px) {
    .content-banner-home h1{
        font-size: 50px;
    }
}
@media screen and (max-width: 1189px) and (min-width: 992px) {
    .banner-home{
        min-height: 510px !important;
    }
    
    .content-banner-home h3{
        font-size: 28px;
    }
    .content-banner-home .text-white, 
    .content-banner-home .text-yellow{
        font-size: 21px;
        padding-top: 5px !important;
    }
    .notify{
        max-width: 790px;
        padding: 20px 0 !important;
    }
    .div-input{
        width: calc( (100% - 180px) / 2) !important;
    }
    .div-button{
        width: 150px !important;
    }
    .notify input{
        padding: 10px 25px;
        font-size: 18px !important;
    }
    .btn-notify{
        font-size: 19px !important;
        height: unset !important;
    }
    .branding img{
        width: 300px;
        height: auto;
    }
    .group-logo .col img{
        width: 80%;
    }
    .group-logo .col:nth-child(3) img{
        width: 55px;
        height: auto;
    }
    .footer-left{
        width: 170px !important;
    }
    .footer-center {
        width: calc(100% - 410px) !important;
        padding: 0 70px;
    }
    .footer-center li img{
        width: 30px;
    }
    .footer-center li:nth-child(2) img{
        width: 18px;
    }
    .footer-right{
        width: 240px !important;
    }
}
@media screen and (max-width: 991px) {
    .banner-home{
        display: block !important;
        min-height: unset !important;
    }
    .content-banner-home{
        position: relative !important;
        text-align: center;
    }
    .footer-left{
        width: 170px !important;
    }
    .footer-center {
        width: calc(100% - 410px) !important;
        padding: 0 70px;
    }
    .footer-center li img{
        width: 30px;
    }
    .footer-center li:nth-child(2) img{
        width: 18px;
    }
    .footer-right{
        width: 240px !important;
    }
    
}
@media screen and (max-width: 991px) and (min-width: 791px) {
    .notify{
        max-width: 700px !important;
        padding: 20px 0 !important;
    }
    .content-banner-home h1{
        font-size: 50px;
    }
    .content-banner-home h3{
        font-size: 25px;
    }
    .content-banner-home .text-white, 
    .content-banner-home .text-yellow{
        font-size: 18px;
        padding-top: 5px !important;
    }
    .div-input{
        width: calc( (100% - 180px) / 2) !important;
    }
    .div-button{
        width: 150px !important;
    }
    .notify input{
        padding: 10px 25px;
        font-size: 18px !important;
    }
    .btn-notify{
        font-size: 19px !important;
        height: unset !important;
    }
    .branding img{
        width: 300px;
        height: auto;
    }
    .group-logo .col img{
        width: 80%;
    }
    .group-logo .col:nth-child(3) img{
        width: 55px;
        height: auto;
    }
}
@media screen and (max-width: 790px) and (min-width: 686px) {
    .content-banner-home h1{
        font-size: 45px;
    }
    .content-banner-home h3{
        font-size: 24px;
    }
    .content-banner-home .text-white, 
    .content-banner-home .text-yellow{
        font-size: 17px;
        padding-top: 5px !important;
    }
}
@media screen and (max-width: 869px) and (min-width: 686px) {
    .notify{
        max-width: 640px !important;
        padding: 20px 0 !important;
    }
    .div-input{
        width: calc( (100% - 160px) / 2) !important;
    }
    .div-button{
        width: 130px !important;
    }
    .notify input{
        padding: 10px 25px;
        font-size: 18px !important;
    }
    .btn-notify{
        font-size: 19px !important;
        height: unset !important;
    }
    .branding img{
        width: 300px;
        height: auto;
    }
    .group-logo .col img{
        width: 80%;
    }
    .group-logo .col:nth-child(3) img{
        width: 55px;
        height: auto;
    }
}
@media screen and (max-width: 869px){
    .br-show{
        display: none;
    }
    .footer {
        display: block !important;
        padding-bottom: 0 !important;
        padding-top: 20px !important;
    }
    .footer-left{
        width: 100% !important;
        text-align: center;
    }
    .footer-center {
        width: 100% !important;
        padding:20px 10px;
        text-align: center;
        margin: 0 auto;
        max-width: 534px;
    }
    .footer-center li img{
        width: 20px;
    }
    .footer-center li:nth-child(2) img{
        width: 13px;
    }
    .footer-right{
        width: 100% !important;
        text-align: center;
        padding: 0 0 20px 0;
    }
}
@media screen and (max-width: 687px) {
    .br-mobile{
        display: block;
    }
    .br-desktop{
        display: none;
    }
    .content-banner-home{
        position: relative !important;
        text-align: center;
    }
}
@media screen and (max-width: 687px){
    .group-logo .card-box{
        max-width: 534px;
    }
    .group-logo .col img{
        width: 80%;
    }
    .group-logo .col:nth-child(3) img {
        width: 55px;
        height: auto;
    }
    .group-logo .col{
        flex-basis: unset !important
    }
    .group-logo .col:nth-child(1),
    .group-logo .col:nth-child(2){
        width: 50% !important;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 687px) and (min-width: 550px) {
    .content-banner-home h1{
        font-size: 40px;
    }
    .content-banner-home h3{
        font-size: 21px;
        padding-bottom: 10px;
    }
    .content-banner-home .text-white, 
    .content-banner-home .text-yellow{
        font-size: 21px;
        padding-top: 5px !important;
        letter-spacing: 0 !important;
    }
    .notify{
        width: 100% !important;
        padding: 20px !important;
        max-width: 534px !important;
    }
    .div-input{
        width: calc( (100% - 160px) / 2) !important;
    }
    .div-button{
        width: 130px !important;
    }
    .notify input{
        padding: 7px 15px;
        font-size: 15px !important;
    }
    .btn-notify{
        font-size: 16px !important;
        height: unset !important;
        padding: 6px 0 !important;
    }
    .branding img{
        width: 300px;
        height: auto;
    }
    .group-logo .col:nth-child(3) img{
        width: 55px;
        height: auto;
    }
    .group-logo .col:nth-child(1){
        transform: translateX(260px);
    }
    .group-logo .col:nth-child(2){
        transform: translateX(-260px);
    }
    .group-logo .col:nth-child(3),
    .group-logo .col:nth-child(4),
    .group-logo .col:nth-child(5){
        width: calc(100% / 3) !important;
    }
}
@media screen and (max-width: 549px) and (min-width: 480px) {
    .content-banner-home h1{
        font-size: 33px;
    }
    .content-banner-home h3{
        font-size: 19px;
        padding-bottom: 10px;
    }
    .content-banner-home .text-white, 
    .content-banner-home .text-yellow{
        font-size: 19px;
        padding-top: 5px !important;
        letter-spacing: 0 !important;
    }
    .notify{
        max-width: 100% !important;
        padding: 40px !important;
        display: block !important;
    }
    .div-input{
        width: 100% !important;
    }
    .notify div:nth-child(2){
        margin: 20px 0;
    }
    .div-button{
        width: 130px !important;
        margin: 0 auto;
    }
    .notify input{
        padding: 7px 15px;
        font-size: 15px !important;
    }
    .btn-notify{
        font-size: 16px !important;
        height: unset !important;
        padding: 6px 0 !important;
    }
    .branding img{
        width: 415px;
        height: auto;
    }
    .group-logo .col:nth-child(1){
        transform: translateX(230px);
    }
    .group-logo .col:nth-child(2){
        transform: translateX(-230px);
    }
    .group-logo .col:nth-child(3),
    .group-logo .col:nth-child(4),
    .group-logo .col:nth-child(5){
        width: calc(100% / 3) !important;
    }
}
@media screen and (max-width: 479px) and (min-width: 388px) {
    .content-banner-home h1{
        font-size: 28px;
    }
    .content-banner-home h3{
        font-size: 15px;
        padding-bottom: 10px;
    }
    .content-banner-home .text-white, 
    .content-banner-home .text-yellow{
        font-size: 15px;
        padding-top: 5px !important;
        letter-spacing: 0 !important;
    }
    .notify{
        max-width: 100% !important;
        padding: 40px !important;
        display: block !important;
    }
    .div-input{
        width: 100% !important;
    }
    .notify div:nth-child(2){
        margin: 20px 0;
    }
    .div-button{
        width: 130px !important;
        margin: 0 auto;
    }
    .notify input{
        padding: 7px 15px;
        font-size: 15px !important;
    }
    .btn-notify{
        font-size: 16px !important;
        height: unset !important;
        padding: 6px 0 !important;
    }
    .branding img{
        width: 345px;
        height: auto;
    }
}
@media screen and (max-width: 479px) and (min-width: 415px){
    .group-logo .col:nth-child(3) img{
        width: 40px;
        height: auto;
    }
    .group-logo .col:nth-child(1){
        transform: translateX(210px);
    }
    .group-logo .col:nth-child(2){
        transform: translateX(-210px);
    }
    .group-logo .col:nth-child(3),
    .group-logo .col:nth-child(4),
    .group-logo .col:nth-child(5){
        width: calc(100% / 3) !important;
    }
}
@media screen and (max-width: 414px) and (min-width: 370px){
    .group-logo .col:nth-child(3) img{
        width: 40px;
        height: auto;
    }
    .group-logo .col:nth-child(1){
        transform: translateX(180px);
    }
    .group-logo .col:nth-child(2){
        transform: translateX(-200px);
        justify-content: flex-end;
    }
    .group-logo .col:nth-child(3),
    .group-logo .col:nth-child(4),
    .group-logo .col:nth-child(5){
        width: calc(100% / 3) !important;
    }
}
@media screen and (max-width: 369px) and (min-width: 340px){
    .group-logo .col:nth-child(3) img{
        width: 40px;
        height: auto;
    }
    .group-logo .col:nth-child(1){
        transform: translateX(180px);
    }
    .group-logo .col:nth-child(2){
        transform: translateX(-170px);
        justify-content: flex-end;
    }
    .group-logo .col:nth-child(3),
    .group-logo .col:nth-child(4),
    .group-logo .col:nth-child(5){
        width: calc(100% / 3) !important;
    }
}
@media screen and (max-width: 387px) and (min-width: 347px) {
    .content-banner-home h1{
        font-size: 25px;
    }
    .content-banner-home h3{
        font-size: 14px;
        padding-bottom: 10px;
        margin-top: -10px;
    }
    .content-banner-home .text-white, 
    .content-banner-home .text-yellow{
        font-size: 13px;
        padding-top: 5px !important;
        letter-spacing: 0 !important;
    }
    .notify{
        max-width: 100% !important;
        padding: 20px 40px 40px !important;
        display: block !important;
    }
    .div-input{
        width: 100% !important;
    }
    .notify div:nth-child(2){
        margin: 20px 0;
    }
    .div-button{
        width: 130px !important;
        margin: 0 auto;
    }
    .notify input{
        padding: 7px 15px;
        font-size: 15px !important;
    }
    .btn-notify{
        font-size: 16px !important;
        height: unset !important;
        padding: 6px 0 !important;
    }
    .branding img{
        width: 300px;
        height: auto;
    }
}
@media screen and (max-width: 346px){
    .content-banner-home h1{
        font-size: 22px;
    }
    .content-banner-home h3{
        font-size: 12px;
        padding-bottom: 10px;
        margin-top: -10px;
    }
    .content-banner-home .text-white, 
    .content-banner-home .text-yellow{
        font-size: 12px;
        padding-top: 5px !important;
        letter-spacing: 0 !important;
    }
    .notify{
        max-width: 100% !important;
        padding: 20px 20px 40px !important;
        display: block !important;
    }
    .div-input{
        width: 100% !important;
    }
    .notify div:nth-child(2){
        margin: 20px 0;
    }
    .div-button{
        width: 130px !important;
        margin: 0 auto;
    }
    .notify input{
        padding: 7px 15px;
        font-size: 15px !important;
    }
    .btn-notify{
        font-size: 16px !important;
        height: unset !important;
        padding: 6px 0 !important;
    }
    .branding img{
        width: 250px;
        height: auto;
    }
    .group-logo .col:nth-child(3) img{
        width: 40px;
        height: auto;
    }
    .group-logo .col:nth-child(1){
        transform: translateX(160px);
        justify-content: flex-start;
    }
    .group-logo .col:nth-child(2){
        transform: translateX(-160px);
        justify-content: flex-end;
    }
    .group-logo .col:nth-child(3),
    .group-logo .col:nth-child(4),
    .group-logo .col:nth-child(5){
        width: calc(100% / 3) !important;
    }
}