* {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

html,
body {
    position: relative;
    height: 100%;
    font-family: "Microsoft YaHei";
}

body {
    width: 23.4375rem;
    margin: 0 auto;
}

@-webkit-keyframes flashing {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes rollIn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* 柬埔寨 */
/*@font-face {*/
/*    font-family: KhmerOSb;*/
/*    src: url("../ttf/KhmerOSb.ttf");*/
/*}*/

.pauseBtn {
}

.firstAni {
    visibility: hidden;
}


.PressSave {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 100;
}


.hide {
    display: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-wrapper {
}

.swiper-slide {
    overflow: hidden;
}

.abs {
    position: absolute;
}

.i-arrow {
    width: 0.946667rem;
    height: 0.666667rem;
    left: 50%;
    bottom: 0.533333rem;
    margin-left: -0.466667rem;
    -webkit-animation: fadeInUpSmall 1.2s linear infinite alternate;
    animation: fadeInUpSmall 1.2s linear infinite alternate;
}

.bg {
    position: relative;
}

.p_state {
    width: 2.71875rem;
    height: 2.71875rem;
    background-image: url("../image/pause.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0.84375rem;
    left: 1.5rem;
    position: absolute;
    z-index: 99;
}

.share-guide {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: bolder;
    z-index: 99;
}

.p_state.pauseBtn {
    background-image: url("../image/pause.png");
}

.p_state.playBtn {
    background-image: url("../image/play.png");
    -webkit-animation: rollIn 10s linear infinite;
    animation: rollIn 10s linear infinite;
}

@media screen and (max-width: 375px) and (max-height: 630px){
    body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        overflow: hidden;
    }
    .swiper-container {
        /*width: 100%;*/
        /*height: 100%;*/
        /*position: relative;*/
        position: absolute;
        width: 23.4375rem;
        height: 41.6875rem;
    }
    .p_state {
        position: fixed;
    }

    .share-guide {
        position: fixed;
    }
}

.bg .bg-img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    z-index: -1;
}

.bg1 {
    box-sizing: border-box;
    position: relative;
    background-image: url("../image/bg1.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bg1 img {
    /*opacity: 0;*/
}

.bg1 .bg-active {
    /*opacity: 0;*/
    /*background: url(../images/bg1-1.jpg) center top/ 10.000000rem 17.786667rem no-repeat #62040a;*/
    /*width: 100%;*/
    /*height: 100%;*/
}
.bg1 .flower-1 {
    width: 8.8125rem;
    height: 6.6875rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.bg1 .flower-2 {
    width: 1.90625rem;
    height: 4.125rem;
    display: block;
    position: absolute;
    left: 0;
    top: 17.34375rem;
}

.bg1 .caexpo-logo{
    width: 5.5625rem;
    height: 2.53125rem;
    display: block;
    position: absolute;
    right: 0;
    top: 4.46875rem;
}
.bg1 .bg1-title{
    width: 23.4375rem;
    height: 9.375rem;
    display: block;
    position: absolute;
    left: 0;
    top: 8.4375rem;
}
.bg1 .logo{
    width: 14.4375rem;
    height: 1.125rem;
    display: block;
    position: absolute;
    left: 4.5rem;
    top: 19.09375rem;
}
.bg1 .bg1-btn-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 21.46875rem;
}
.bg1 #bg1Btn{
    width: 6.53125rem;
    height: 2.59375rem;
    display: block;
    background-color: transparent;
    outline: none;
    border: none;
    background-image: url("../image/bg1-btn.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 1.25rem;
}
.bg1 #bg2Btn{
    width: 6.53125rem;
    height: 2.59375rem;
    display: block;
    background-color: transparent;
    outline: none;
    border: none;
    background-image: url("../image/bg1-btn2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.bg1 .girl-1 {
    width: 14.625rem;
    height: 15.3125rem;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}


.bg2 {
    box-sizing: border-box;
    position: relative;
    background-image: url("../image/bg2.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 5.15625rem;
}

.bg2 .bg2-title {
    width: 11.84375rem;
    height: 4.125rem;
    display: block;
    margin: 0 auto 1.25rem;
}

.bg2 .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bg2 .country-btn {
    width: 9.90625rem;
    height: 3.71875rem;
    border: none;
    outline: none;
    background-color: transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bg2 .Brunei {
    background-image: url("../image/Brunei/Brunei.png");
}
.bg2 .Brunei.finished {
    background-image: url("../image/Brunei/Brunei-1.png");
}

.bg2 .Cambodia {
    background-image: url("../image/Cambodia/Cambodia.png");
}
.bg2 .Cambodia.finished {
    background-image: url("../image/Cambodia/Cambodia-1.png");
}

.bg2 .Indonesia {
    background-image: url("../image/Indonesia/Indonesia.png");
}
.bg2 .Indonesia.finished {
    background-image: url("../image/Indonesia/Indonesia-1.png");
}

.bg2 .Laos {
    background-image: url("../image/Laos/Laos.png");
}
.bg2 .Laos.finished {
    background-image: url("../image/Laos/Laos-1.png");
}

.bg2 .Malaysia {
    background-image: url("../image/Malaysia/Malaysia.png");
}
.bg2 .Malaysia.finished {
    background-image: url("../image/Malaysia/Malaysia-1.png");
}

.bg2 .Myanmar {
    background-image: url("../image/Myanmar/Myanmar.png");
}
.bg2 .Myanmar.finished {
    background-image: url("../image/Myanmar/Myanmar-1.png");
}

.bg2 .Philippines {
    background-image: url("../image/Philippines/Philippines.png");
}
.bg2 .Philippines.finished {
    background-image: url("../image/Philippines/Philippines-1.png");
}

.bg2 .Singapore {
    background-image: url("../image/Singapore/Singapore.png");
}
.bg2 .Singapore.finished {
    background-image: url("../image/Singapore/Singapore-1.png");
}

.bg2 .Thailand {
    background-image: url("../image/Thailand/Thailand.png");
}
.bg2 .Thailand.finished {
    background-image: url("../image/Thailand/Thailand-1.png");
}

.bg2 .Vietnam {
    background-image: url("../image/Vietnam/Vietnam.png");
}
.bg2 .Vietnam.finished {
    background-image: url("../image/Vietnam/Vietnam-1.png");
}


.bg3 {
    box-sizing: border-box;
    position: relative;
    background-image: url("../image/bg3.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 6.25rem;
}

.bg3 .playVoice {
    text-align: right;
    font-size: 0;
    width: 16.25rem;
    margin: 0.9375rem auto 0;
}

.bg3 .voice{
    width: 1.28125rem;
    height: 1.21875rem;
    margin-right: 0.375rem;
    -webkit-animation: flashing 1s linear infinite;
    animation: flashing 1s linear infinite;
}

.bg3 .voice-text{
    font-size: 0.9375rem;
    color: #000000;
    line-height: 1.21875rem;
    vertical-align: bottom;
    font-weight: bolder;
}

.bg3 .action-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 23.4375rem;
    position: absolute;
    left: 0;
    top: 28.90625rem;
}

.bg3 .bg3-btn1 {
    width: 5.625rem;
    height: 2.25rem;
    background-color: transparent;
    background-image: url("../image/bg3-btn1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    outline: none;
    border: none;
    cursor: pointer;
}

.bg3 .bg3-btn2 {
    width: 5.625rem;
    height: 2.25rem;
    background-color: transparent;
    background-image: url("../image/bg3-btn2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    outline: none;
    border: none;
    cursor: pointer;
    margin-left: 0.875rem;
}

.bg3 .bg3-btn3 {
    width: 5.625rem;
    height: 2.25rem;
    background-color: transparent;
    background-image: url("../image/bg3-btn3.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    outline: none;
    border: none;
    cursor: pointer;
}
.bg3 .q-wrap {
    margin-top: 0.625rem;
}

.bg3 .q-text{
    color: #4c6bff;
    font-weight: bolder;
    font-size: 1.1875rem;
    line-height: 1.9375rem;
    width: 18.125rem;
    margin: 0 auto;
    word-break: break-all;
    word-wrap: break-word;
}

.bg3 .q-foreign {
    color: #000000;
    font-weight: bolder;
    font-size: 1.0625rem;
    line-height: 1.25rem;
    width: 18.125rem;
    margin: 0 auto;
}

.bg3 .q-image{
    width: 23.4375rem;
}

.a-wrap {
    margin-top: 1.78125rem;
}

.bg3 .a-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0;
}

.bg3 .a-correct {
    font-size: 0.8125rem;
    color: #fd1f1f;
    line-height: 0.9375rem;
}

.bg3 .a-num {
    font-size: 1.0625rem;
    color: #000000;
    line-height: 2.1875rem;
    font-weight: 500;
}

.bg3 .a-text  {
    font-size: 1.0625rem;
    color: #000000;
    line-height: 2.1875rem;
    font-weight: bolder;
}

.bg3 .a-foreign {
    font-size: 0.9375rem;
    color: #000000;
    line-height: 0.9375rem;
    font-weight: bolder;
}

.bg3 .a-image {
    display: block;
}

.bg3 .user-select .a-num,
.bg3 .user-select .a-text,
.bg3 .user-select .a-foreign {
    color: #4c6bff;
}


.bg4 {
    box-sizing: border-box;
    position: relative;
    background-image: url("../image/bg4-1.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 7.1875rem;
}
.bg4.level1{
    background-image: url("../image/bg4-1.jpg");
}
.bg4.level2{
    background-image: url("../image/bg4-2.jpg");
}
.bg4.level3{
    background-image: url("../image/bg4-3.jpg");
}

.bg4 .avatar-outer {
    width: 3.875rem;
    height: 3.875rem;
    margin: 0 auto;
    border: 0.1875rem solid #2aedff;
    box-sizing: border-box;
    border-radius: 3.875rem;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.bg4 .avatar-inner {
    width: 2.5rem;
    height: 2.5rem;
    box-sizing: border-box;
    border-radius: 2.5rem;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.bg4 .avatar {
    width: 2.5rem;
    height: 2.5rem;
}
.bg4.level1 .avatar-outer {
    border: 0.1875rem solid #2aedff;
}
.bg4.level2 .avatar-outer {
    border: 0.1875rem solid #73ea73;
}
.bg4.level3 .avatar-outer {
    border: 0.1875rem solid #ff0000;
}

.bg4 .gxcloud-qrcode {
    width: 5.34375rem;
    height: 5.34375rem;
    display: block;
    margin: 1.25rem auto 0;
}

.bg4 .user-name {
    color: #4c6bff;
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-align: center;
    margin-bottom: 0.5625rem;
}

.bg4.level1 .user-name {
    color: #4c6bff;
}
.bg4.level2 .user-name {
    color: #0f9486;
}
.bg4.level3 .user-name {
    color: #ff6905;
}

.bg4 .bg4-text1 {
    color: #4c6bff;
    font-size: 1.25rem;
    line-height: 1.84375rem;
    text-align: center;
    font-weight: bold;
}
.bg4.level1 .bg4-text1 {
    color: #4c6bff;
}
.bg4.level2 .bg4-text1 {
    color: #0f9486;
}
.bg4.level3 .bg4-text1 {
    color: #ff6905;
}

.bg4 .bold-text1 {
    color: #a862fe;
    font-size: 2.4375rem;
    /*line-height: 141px;*/
    text-align: center;
    font-weight: bold;
}
.bg4.level1 .bold-text1 {
    color: #a862fe;
}
.bg4.level2 .bold-text1 {
    color: #39c9ff;
}
.bg4.level3 .bold-text1 {
    color: #ff0000;
}
.bg4 .bg4-text2 {
    color: #4c6bff;
    font-size: 1.125rem;
    line-height: 1.59375rem;
    text-align: center;
}

.bg4.level1 .bg4-text2 {
    color: #4c6bff;
}
.bg4.level2 .bg4-text2 {
    color: #0f9486;
}
.bg4.level3 .bg4-text2 {
    color: #ff6905;
}

.bg4 .bg4-text2 .bold {
    font-weight: bold;
}


.bg4 .tail-text1 {
    margin-bottom: 0.625rem;
}

.blocker {
    padding: 0;
    display: none;
    z-index: 9;
}

.modal-wrap {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
}

.modal-wrap .modal {
    max-width: none;
    width: 20.625rem;
    padding: 0;
    /*height: 856px;*/
    height: 23.625rem;
    font-size: 0;
    box-sizing: border-box;
    border-radius: 0.625rem;
}

.modal .modal-content {
    box-sizing: border-box;
    width: 20.625rem;
    /*height: 856px;*/
    height: 23.625rem;
    background-color: #ffffff;
    border-radius: 0.625rem;
    position: relative;
    padding-top: 3.125rem;
    overflow: hidden;

}

.modal .caexpo-logo{
    width: 4.40625rem;
    height: 2rem;
    display: block;
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
}
.modal .modal-flower{
    width: 3.3125rem;
    height: 2.75rem;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}
.modal .modal-footer{
    width: 20.625rem;
    height: 6.75rem;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.modal .modal-divider {
    width: 7.1875rem;
    height: 1.40625rem;
    display: block;
    margin: 0 auto;
}
.modal .modal-title1{
    width: 7.1875rem;
    height: 2.65625rem;
    display: block;
    margin: 0 auto 0.84375rem;
}
.modal .modal-title2{
    width: 7rem;
    height: 2.71875rem;
    display: block;
    margin: 0.84375rem auto 0.84375rem;
}

.modal .modal-p {
    font-size: 0.75rem;
    color: #000000;
    line-height: 1.15625rem;
    width: 18rem;
    margin: 0 auto 0.375rem;
}

.modal .modal-p1 {
    text-align: justify;
    text-indent: 2em;
}

.modal #closeBtn {
    width: 2.34375rem;
    height: 2.34375rem;
    position: absolute;
    left: 50%;
    bottom: -2.65625rem;
    transform: translateX(-1.171875rem);
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../image/close-modal-btn.png");
}

.Brunei-q1 {
    text-align: center;
}

.Brunei-q1f {
    text-align: center;
}

.Brunei-a1 {
    margin-left: 7.1875rem;
}

.Brunei-a1 .a-image,
.Brunei-a2 .a-image,
.Brunei-a3 .a-image,
.Brunei-a4 .a-image,
.Brunei-a5 .a-image{
    height: 0.96875rem;
}

.Brunei-a2 {
    margin-left: 9.375rem;
}

.Brunei-a3 {
    margin-left: 9.375rem;
}

.Brunei-a4 {
    margin-left: 4.6875rem;
}

.Brunei-a5 {
    margin-left: 8.4375rem;
}

.Cambodia-a1 {
    margin-left: 8.75rem;
}

.Cambodia-a1 .a-image,
.Cambodia-a2 .a-image,
.Cambodia-a3 .a-image,
.Cambodia-a4 .a-image,
.Cambodia-a5 .a-image{
    height: 1.25rem;
}

.Cambodia-a2 {
    margin-left: 8.75rem;
}

.Cambodia-a3 {
    margin-top: 0.6875rem;
    margin-left: 8.4375rem;
}
.Cambodia-a4 {
    margin-top: 0.9375rem;
    margin-left: 8.4375rem;
}
.Cambodia-a5 {
    margin-top: 0;
    margin-left: 8.75rem;
}
.Cambodia-a5 .a-num,
.Cambodia-a5 .a-text {
    font-size: 1rem!important;
    color: #000000;
    line-height: 1.875rem!important;
}

.Cambodia-q5 {
    font-size: 1.125rem!important;
    line-height: 1.5625rem!important;
}
.Cambodia-q5f {
    font-size: 0.9375rem!important;
}

.Cambodia-q1,
.Cambodia-q2 {
    text-align: center;
}

.Indonesia-q1 {
    text-align: center;
}

.Indonesia-q1f {
    text-align: center;
}

.Indonesia-a1 {
    margin-left: 8.75rem;
}
.Indonesia-a2 {
    margin-left: 8.125rem;
}
.Indonesia-a3 {
    margin-left: 6.25rem;
}

.Indonesia-a4 {
    margin-left: 8.75rem;
}
.Indonesia-a5 {
    margin-top: 0;
    margin-left: 3.125rem;
}
.Indonesia-a1 .a-image,
.Indonesia-a2 .a-image,
.Indonesia-a3 .a-image,
.Indonesia-a4 .a-image,
.Indonesia-a5 .a-image{
    height: 1.25rem;
}

.Indonesia-q5 {
    line-height: 1.625rem!important;
}

.Indonesia-q5f {
    font-size: 0.9375rem!important;
    line-height: 1.1875rem!important;
}

.Laos-a1 .a-image,
.Laos-a2 .a-image,
.Laos-a3 .a-image,
.Laos-a4 .a-image,
.Laos-a5 .a-image{
    height: 1.25rem;
}

.Laos-q1,
.Laos-q3,
.Laos-q5 {
    text-align: center;
}
.Laos-q1f,
.Laos-q3f
{
    text-align: center;
}

.Laos-a1 {
    margin-left: 8.75rem;
}

.Laos-a2 {
    margin-left: 8.75rem;
}

.Laos-a3 {
    margin-left: 8.125rem;
}
.Laos-a4 {
    margin-left: 7.5rem;
}
.Laos-a5 {
    margin-left: 7.5rem;
}

.Malaysia-a1 .a-image,
.Malaysia-a2 .a-image,
.Malaysia-a3 .a-image,
.Malaysia-a4 .a-image,
.Malaysia-a5 .a-image{
    height: 0.96875rem;
}
.Malaysia-q1{
    text-align: center;
}
.Malaysia-q1f{
    text-align: center;
}

.Malaysia-q5 {
    line-height: 1.625rem!important;
}

.Malaysia-a1 {
    margin-left: 8.75rem;
}
.Malaysia-a2 {
    margin-left: 7.5rem;
}
.Malaysia-a3 {
    margin-top: 1.40625rem;
    margin-left: 8.75rem;
}
.Malaysia-a4 {
    margin-left: 8.75rem;
}
.Malaysia-a5 {
    margin-top: 0.625rem;
    margin-left: 8.75rem;
}

.Myanmar-a1 .a-image,
.Myanmar-a2 .a-image,
.Myanmar-a3 .a-image,
.Myanmar-a4 .a-image,
.Myanmar-a5 .a-image{
    height: 1.5625rem;
}

.Myanmar-q1,
.Myanmar-q2{
    text-align: center;
}
.Myanmar-q1f
{
    text-align: center;
}

.Myanmar-q5f {
    font-size: 0.75rem!important;
    line-height: 1.1875rem!important;

}

.Myanmar-a1,
.Myanmar-a3{
    margin-left: 8.75rem;
}
.Myanmar-a2 {
    margin-left: 8.75rem;
}
.Myanmar-a5 {
    margin-left: 8.75rem;
    margin-top: 0.9375rem;
}
.Myanmar-a4 {
    margin-top: 1.5625rem;
    margin-left: 7.5rem;
}

.Philippines-a1 .a-image,
.Philippines-a2 .a-image,
.Philippines-a3 .a-image,
.Philippines-a4 .a-image,
.Philippines-a5 .a-image{
    height: 0.96875rem;
}
.Philippines-q1 {
    text-align: center;
}
.Philippines-q1f {
    text-align: center;
}
.Philippines-a1 {
    margin-left: 6.25rem;
}
.Philippines-a2 {
    margin-left: 8.125rem;
}
.Philippines-a3 {
    margin-left: 6.875rem;
    margin-top: 1.15625rem;
}
.Philippines-a4 {
    margin-top: 1.40625rem;
    margin-left: 6.875rem;
}
.Philippines-a5 {
    margin-left: 9.375rem;
}

.Singapore-a1 .a-image,
.Singapore-a2 .a-image,
.Singapore-a3 .a-image,
.Singapore-a4 .a-image,
.Singapore-a5 .a-image{
    height: 0.96875rem;
}

.Singapore-a1 {
    margin-left: 8.75rem;
}
.Singapore-q1 {
    text-align: center;
}
.Singapore-q5 {
    line-height: 1.5625rem!important;
}
.Singapore-q3 {
    text-align: center;
}
.Singapore-q5f {
    font-size: 0.75rem!important;
    line-height: 0.9375rem!important;
}
.Singapore-a2 {
    margin-left: 8.75rem;
}
.Singapore-a3 {
    margin-left: 8.75rem;
}
.Singapore-a4 {
    margin-left: 7.5rem;
}
.Singapore-a5 {
    margin-top: 0.3125rem;
    margin-left: 8.75rem;
}
.Thailand-a1 .a-image,
.Thailand-a2 .a-image,
.Thailand-a3 .a-image,
.Thailand-a4 .a-image,
.Thailand-a5 .a-image{
    height: 1.40625rem;
}
.Thailand-q1 {
    text-align: center;
}
.Thailand-q1f {
    text-align: center;
}
.Thailand-a1 {
    margin-left: 8.75rem;
}
.Thailand-a2 {
    margin-left: 7.5rem;
    margin-top: 1.15625rem;
}
.Thailand-a3 {
    margin-left: 8.75rem;
}
.Thailand-a4 {
    margin-left: 8.75rem;
}
.Thailand-a4 {
    margin-left: 7.5rem;
}
.Thailand-a5 {
    margin-left: 7.5rem;
}

.Vietnam-a1 .a-image,
.Vietnam-a2 .a-image,
.Vietnam-a3 .a-image,
.Vietnam-a4 .a-image,
.Vietnam-a5 .a-image{
    height: 1.03125rem;
}
.Vietnam-q1,
.Vietnam-q3 {
    text-align: center;
}
.Vietnam-q1f,
.Vietnam-q3f {
    text-align: center;
}
.Vietnam-a1 {
    margin-left: 8.75rem;
}
.Vietnam-a2 {
    margin-top: 1rem;
    margin-left: 8.75rem;
}
.Vietnam-a3 {
    margin-left: 8.75rem;
}
.Vietnam-a3 {
    margin-left: 8.75rem;
}
.Vietnam-a4 {
    margin-left: 8.75rem;
}
.Vietnam-a5 {
    margin-left: 8.75rem;
}
