.bg_banner {
    background: linear-gradient(180deg, #e4e4e4, #fdfdfd);
    padding-bottom: 50px
}

@media screen and (min-width:768px) {
    .bg_banner {
        padding-bottom: 200px
    }
}

.banner_wrapper {
    padding-top: 100px
}

@media screen and (min-width:768px) {
    .banner_wrapper {
        padding-top: 130px
    }
}

@media screen and (min-width:960px) {
    .banner_wrapper {
        padding-top: 143px
    }
}

@media screen and (min-width:1280px) {
    .banner_wrapper {
        padding-top: 213px
    }
}

.banner_wrapper .header-banner {
    width: 100%
}

.banner_wrapper .header-banner .title_h1 {
    font-family: Roboto Bold, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px
}

@media screen and (max-width:667px) {
    .banner_wrapper .header-banner .title_h1 {
        text-align: center
    }
}

@media screen and (min-width:768px) {
    .banner_wrapper .header-banner .title_h1 {
        font-size: 40px;
        line-height: 45px
    }
}

@media screen and (min-width:992px) {
    .banner_wrapper .header-banner .title_h1 {
        font-size: 50px;
        line-height: 54px
    }
}

.row_banner {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-around
}

@media screen and (min-width:670px) {
    .row_banner {
        align-items: flex-start;
        flex-wrap: nowrap;
        justify-content: space-between
    }
}

.row_banner .col_banner.left {
    margin-top: 30px
}

@media screen and (min-width:768px) {
    .row_banner .col_banner.left {
        margin-top: 60px
    }
}

.row_banner .col_banner img {
    height: auto;
    width: 270px
}

@media screen and (min-width:360px) {
    .row_banner .col_banner img {
        height: auto;
        width: 320px
    }
}

@media screen and (min-width:768px) {
    .row_banner .col_banner img {
        height: auto;
        width: 400px
    }
}

@media screen and (min-width:992px) {
    .row_banner .col_banner img {
        height: auto;
        width: 580px
    }
}

@media screen and (min-width:1199px) {
    .row_banner .col_banner img {
        height: auto;
        width: 660px
    }
}

.row_banner .col_banner p {
    font-family: Roboto Regular, sans-serif;
    font-size: 16px;
    line-height: 26px
}

@media screen and (min-width:768px) {
    .row_banner .col_banner p {
        font-size: 16px
    }
}

@media screen and (min-width:992px) {
    .row_banner .col_banner p {
        font-size: 18px
    }
}

@media screen and (min-width:1199px) {
    .row_banner .col_banner p {
        font-size: 20px
    }
}

.row_banner .col_banner .banner_btn_wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.row_banner .col_banner .banner_btn_wrapper .btn-round {
    border: 1px solid #E59137;
    border-radius: 30px;
    box-sizing: border-box;
    font-family: Roboto Regular, sans-serif;
    font-size: 14px;
    margin: 12px 14px 12px 0;
    outline: none;
    padding: 8px 0;
    text-align: center;
    transition: all .3s;
    width: 123px
}

.row_banner .col_banner .banner_btn_wrapper .btn-round:hover {
    transform: scale(1.1)
}

@media screen and (min-width:768px) {
    .row_banner .col_banner .banner_btn_wrapper .btn-round {
        margin: 25px 14px 12px 0
    }
}

@media screen and (min-width:992px) {
    .row_banner .col_banner .banner_btn_wrapper .btn-round {
        margin: 30px 14px 12px 0
    }
}

@media screen and (min-width:1199px) {
    .row_banner .col_banner .banner_btn_wrapper .btn-round {
        margin: 80px 14px 12px 0
    }
}

.row_banner .col_banner .banner_btn_wrapper .btn-round.full {
    background-color: #E59137;
    color: #fff
}

.row_banner .col_banner .banner_btn_wrapper .btn-round.inner {
    background: none;
    color: #E59137
}

.link-round {
    border: 1px solid #E59137;
    border-radius: 30px;
    box-sizing: border-box;
    display: inline-block;
    font-family: Roboto Regular, sans-serif;
    font-size: 14px;
    margin: 12px 14px 12px 0;
    outline: none;
    padding: 9px 15px;
    position: relative;
    text-align: center;
    transition: all .3s;
    width: 123px
}

.link-round span {
    background: #fff;
    border-radius: 6px;
    color: #000;
    display: none
}

.link-round span img {
    float: left;
    margin: 0 8px 8px 0
}

@media screen and (min-width:768px) {
    .link-round {
        margin: 25px 14px 12px 0
    }

    .link-round:hover span {
        border: 1px solid #000;
        display: block;
        left: 0;
        margin-left: 32px;
        margin-top: 12px;
        max-width: 320px;
        min-height: 128px;
        overflow: hidden;
        padding: 8px;
        position: absolute;
        top: 0;
        width: auto;
        z-index: 1000
    }
}

@media screen and (min-width:992px) {
    .link-round {
        margin: 30px 14px 12px 0
    }
}

@media screen and (min-width:1199px) {
    .link-round {
        margin: 80px 14px 12px 0
    }
}

.link-round.full {
    background-color: #E59137;
    color: #fff
}

.link-round.inner {
    background: none;
    color: #E59137
}

.tooltip_img {
    height: auto;
    width: 150px !important
}