
#banner_2{
    width: 100%;
    /*height: 402px;*/
    height: auto;
    background: white;
    /*border: 1px solid blue;*/
    z-index: 2;
    position: relative;
}

.banner2{
    width: 80%;
    /*width: 1200px;*/
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid pink;*/
    margin: 0 auto;
}
.banner2::after{
    content: "";
    display: block;
    clear: both;
}
.banner_2_right{
    width: 36%;
    /*height: 283px;*/
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid black;*/
    float: right;
    margin-left: 1.5%;
    padding-top: 5%;
    padding-bottom: 8%;
    /*padding-left: 20%;*/
}
.banner_2_right>h2{
    font-size: 16px;
    color: #f6b32f;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1em;
    text-align: left;
}
.banner_2_right>h1{
    letter-spacing: 0;
    line-height: 1.3em;
    text-align: left;
    font-size: 36px;
    /*font-size: inherit;*/
    color: inherit;
    font-weight: bold;
    padding-top: 1%;
}
.banner_2_right>p{
    font-family: Lato;
    font-size: 14px;
    color: #545454;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
    padding-top: 3%;
}
.banner_2_right>div{
  
    /* background: #f6b32f; */
    margin-top: 30px;
    text-align: left;
}
.banner_2_right>div>a{
    width: 100px;
    height: 40px;
    display: block;
    color: white;
    font-family: Lato;
    font-size: 14px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.btn {
    background-color: #f6b32f;
    color: #fff;
    border-radius: 0;
    border-color: #333;
    border-style: solid;
    border-width: 0;
    transition: all .3s ease-in-out;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    z-index: 4;
}

.btn:before{
    transition: all .3s ease-in-out;
}

.btn:hover{
    background-color: #ffffff;
}

.btn1:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background: #333333;
}

.btn1:hover:before{
    left: 0;
    right: 0;
}
/*.banner_2_right>div:hover{*/
/*background: #333333;*/
/*}*/
.empty_2{
    width: 100%;
    height: 80px;
    background: white;
    /*border: 1px solid green;*/
}

