.web-banner {
    overflow: hidden;
    background: url("/en/images/acc/exchange/banner.jpg") no-repeat center;
    background-size: 100% 100%;
    margin-top: 72px;
    position: relative;
    height: 350px;
}
.web-banner .web-font {
    overflow: hidden;
    margin-top: 142px;
}
.web-banner .web-font span,
.web-banner .web-font p {
    overflow: hidden;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-transform: capitalize;
}
.web-banner .web-font span {
    font-size: 50px;
    line-height: 66px;
    font-weight: bolder;
}
.web-banner .web-font p {
    margin: 10px 0 0;
}

.main-content-terms {
    width: 100%;
    background-color: #FFFFFF;
    display: block;
    overflow: hidden;
}

.main-content-terms .explain {
    overflow: hidden;
    width: 100%;
    text-align: right;
    padding: 60px 0 20px 0;
}

.main-content-terms .explain img {
    padding-top: .28px;
    padding-right: 6px;
    float: right;
}

.main-content-terms .explain span {
    color: #121212;
    font-size: 20px;
    float: right;
    line-height: 20px;
}

.main-content-terms .explain span a {
    display: inline-block;
    color: #37AEB3;
    padding: 0 6px;
}

.head-title {
    text-align: center;
    font-size: 16px;
    color: #0B1E1F;
    padding: 80px 188px 30px;
}

.exchange-wrapper {
    width: 100%;
    zoom: 1;
}

.exchange-wrapper .notice-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #37AEB3;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 80px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 50px;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.title-bold {
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-bold span {
    font-weight: bold;
    font-size: 24px;
    color: #0B1E1F;
    line-height: 38px;
    margin-right: 10px;
}
.title-bold select {
    width: 100px;
    height: 30px;
    outline: none;
    font-size: 16px;
}
.bottom-wrapper {
    width: 100%;
    height: 370px;
    background-color: #FAFAFA;
    text-align: center;
    overflow: hidden;
    zoom: 1;
}

.wra-cont {
    display: flex;
    justify-content: center;
}

.change-flag {
    font-size: 20px;
    width: 400px;
    color: #0B1E1F;
}

.change-flag img {
    width: 148px;
}

.flag-title {
    text-align: left;
    margin-bottom: 14px;
}

.arrow-btn {
    text-align: center;
    margin: .3rem 0;
    width: 102px;
}
.arrow-btn img {
    width: 17px;
    transform: rotate(-90deg);
    margin-top: 56px;
}

.flag-wrapper {
    display: flex;
    padding-right: 20px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(214, 234, 235, 1);
    box-shadow: 0 0 10px 0 rgba(97, 127, 130, 0.3);
}
.flag-wrapper .order-img{
    width: 117px;
    height: 78px;
}
.flag-wrapper .order-img.vn {
    background: url("/en/images/acc/exchange/vn.png") no-repeat;
    background-size: 100% 100%;
}
.flag-wrapper .order-img.inr {
    background: url("/en/images/acc/exchange/inr.png") no-repeat;
    background-size: 100% 100%;
}

.flag-wrapper div {
    color: #0B1E1F;
    font-size: 24px;
}

.flag-wrapper div.num {
    font-weight: bold;
}

.vndMoney {
    font-weight: bold;
}

.box_info {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.box_info .inner {
    width: 580px;
    height: 300px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -290px;
    margin-top: -150px;
    background: #fff;
    text-align: center;
}

.box_info .inner .top {
    font-size: 18px;
    color: #0B1E1F;
}

.flag-wrapper .ques {
    width: 18px;
}

.box_info .top {
    padding: 86px 30px;
}

.close-box {
    font-size: 22px;
    font-weight: bold;
    padding: 30px 0;
    background: #37AEB3;
    color: #fff;
}

@media screen and (max-width: 1280px) {
    html {
        font-size: 50.5% !important;
    }

    .content {
        width: 1000px;
    }

    .exchange-wrapper .notice-cont .cont-list ul li a {
        width: 920px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 50.5% !important;
    }

    .content {
        width: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 40.5% !important;
    }

    .content {
        width: 1000px;
    }
}
