.UIBannerControl .banner img {
        max-width: 126px;
        /* height: 100px; */
        z-index: 99999;
        position: relative;
}
.UIBanner_Default{
        overflow: hidden;
        position: relative;
}
.UIBannerControl {
        padding: 0;
        margin: 0 auto;
        /* width: 100vw; */
        max-width: 1200px;
        height: 110px;
        margin-top: 6px;
}
.UIBannerControl .banner {
        width: 100%;
        /* margin: 30px auto 0px auto; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* padding-left: 30px; */
        padding: 10px 20px;
        gap: 20px;
        position: relative;
}
.UIBannerControl .text-left:before {
        background: url("images/bg_logo.png") no-repeat top -10px center;
        background-size: contain;
        position: absolute;
        content: "";
        width: 737px;
        height: 181px;
        left: -300px;
        top: 0;
        z-index: 0;
}
    .UIBannerControl img {
        width: auto !important;
        height: 100%;
    }
.UIBannerControl .text-right:before{
        content: "";
        width: 737px;
        height: 181px;
        background: url("images/bg_logo.png")no-repeat top -10px center;
        background-size: contain;
        position: absolute;
        top: 0;
        right: -313px;
}
.banner {
}
.UIBannerControl {
        border-bottom: 1px solid #ededed;
}
.UIBannerControl .banner .info{
        font-size: 23px;
        font-weight: 500;
        line-height: 25px;
        text-align: center;
        font-family: 'UTM Time';
        color: #002e50;
}
.UIBannerControl .banner .info2 {
        font-family: "UTM Time";
        font-size: 30px;
        font-weight: 600;
        line-height: 39px;
        letter-spacing: 0.05em;
        text-align: left;
        color: #002e50;
        margin: 7px 0;
}
.UIBannerControl .banner div .website a {
        font-family: "Roboto";
        font-size: 13px;
        font-weight: 300;
        line-height: 16px;
        text-align: left;
        color: #3B4E68;
        text-transform: uppercase;
}
.UIBannerControl  .bottom-circle{
        display: none;
}
@media only screen and (min-width:  769px) and (max-width: 1199px){
        .UIBannerControl {
                height: auto;
                padding: 20px 0;
                width: 100%;
        }
        .UIBannerControl .banner {
                width: 100%;
                margin: 0;
                padding: 16px;
        }
        .UIBannerControl .text {
                z-index: 2;
        }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
        .UIBannerControl .banner .info2 {
                font-size: 2.5vw;
        }
}
@media only screen and (max-width: 768px){
        img#img-banner-right {
                display: none;
        }
        .UIBannerControl .banner .info2  {
                font-size: 15px;
                font-weight: 700;
                line-height: 21px;
                letter-spacing: 0.04em;
                text-align: center;
        }
        .UIBannerControl .banner img {
                /* height: 46px !important; */
                object-fit: contain;
                width: 55px !important;
        }
        .UIBannerControl {
                width: 100%;
                border-bottom: none;
                height: unset;
                /* padding: 10px; */
        }
        .UIBannerControl .banner {
                padding: 0;
                width: 100vw;
                /* justify-content: center; */
                gap: 10px;
                /* margin-top: -10px; */
                padding: 0 10px;
                margin: 0;
                margin-bottom: 20px;
                margin-top: 15px;
        }
        .UIBannerControl  .bottom-circle {
                display: inherit;
                height: 20px;
                background: white;
                border-top-right-radius: 20px;
                border-top-left-radius: 20px;
        }
        .UIBannerControl {
                /* color: #e77171; */
        }
        .UIBannerControl .banner  .info {
                font-size: 11px;
                font-weight: 700;
                line-height: 15px;
                text-align: center;
        }
        .UIBannerControl .banner .text {
                /* margin-left: 5px; */
        }
        .UIBannerControl .banner div .info{
        }
        .UIBannerControl .banner .website a
        {
                font-size: 11px;
                font-weight: 400;
                line-height: 11px;
                text-align: left;
        }
        .UIBannerControl {
                /* background-size: 100vw 72px; */
                /* margin-bottom: 18px; */
                background: url(images/bg-header.jpg) no-repeat center;
                background-size: contain;
                width: 100vw;
        }
        .UIBannerControl .text-left:before, .UIBannerControl .text-right:before{
                display: none;
        }
}
