html {
    font-size: 16px;
}
.square{
    padding:4rem 0;
    background:#F8F6F6;
}
.square.white{
    background:#FFFFFF;
}

.square .left{
    margin-left:2.875rem;
}
.square .title{
    font-size: 2rem;
    color: #0E3462;
}

.square .brief{
    display: inline-block;
    font-size: 0.875rem;
    color: #333333;
    background:url(../../images/page/one/circle.png) no-repeat left;
    padding-left:20px;
    margin-top: 3px;
}
.square .desc{
    margin-top: 4.375rem;
    font-size:1.375rem;
}

.square ul.d-flex li {
    padding-top: 3.25rem;
    margin:auto;
}
.square ul.d-flex li h1{
    font-size: 2.5rem;
    color: #0E3462;
    font-weight: bold;
    font-family: DIN Alternate;
}
.square ul.d-flex li h1 span{
    font-size: 0.875rem;
    color: #666666;
    font-family: PingFang SC;
}
.square ul.d-flex li hr{
    width: 80px;
    background-color: #E8E8E8;
}
.square ul.d-flex li p{
    font-size: 0.625rem;
}

.square .range div{
    border-bottom: 1px dotted #DEDCDC;
    padding-left: 2.75rem;
    padding-top: 2rem;
    line-height: 1.5rem;
}
.square .range div label{
    display: block;
    font-size: 1.375rem;
}
.square .range div.shop{
    background: url(../../images/page/vietnam/icon-shop.png) no-repeat left;
}
.square .range div.batch{
    background: url(../../images/page/vietnam/icon-batch.png) no-repeat left;    
}
.square .range div.more{
    background: url(../../images/page/vietnam/icon-more.png) no-repeat left;
}

.square .range div span{
    font-size: 1.125rem;
}


.square ul.process{
    font-size: 1.125rem;
    margin-left:2rem;
}
.square ul.process li{
    list-style: disc;
    margin-top: 10px;
}