.phieuthu {
}

.phieuthu .background {
    width: 100%;
    height: 100%;
    background: white;
}

.phieuthu .row1 {
    display: grid;
    grid-template-columns: 40% 60%;
    text-align: center;
    border: 1px solid #333;
    border-radius: 20px;
    margin: 5px 0px;
}

.phieuthu .logo {
    margin: 25px 0px;

}

.phieuthu .diachi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    grid-column-gap: 5px;
    font-size: 0.8rem;
}

.phieuthu .diachi2 {
    display: grid;
    padding-top: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    grid-column-gap: 5px;
    font-size: 0.65rem;
    font-weight: bold;
}

.phieuthu .hotline {
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: center;
}

.phieuthu .row2 {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    text-align: center;
    margin: 5px 0px;
}

.phieuthu .row3 {    
    margin: 0px;
}

.phieuthu .row4 {
    text-align: right;
    margin: 0px;
}

.phieuthu .row5 {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    text-align: center;
    margin: 5px 0px;
}

.phieuthu .kyhanhocphi {
    display: flex;
    justify-content: center;
    align-items: center;
}

.phieuthu .title {
    margin: 5px;
}

.phieuthu .title1 {
    margin: 2px;
}

.phieuthu .maphieu {
    text-align: left;
    white-space: nowrap;
}

.phieuthu .note {
    text-align: center;
    font-size: 0.8rem;
}