body .pdf{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: #FAFAFA;
        color: #591e91;
        font-size: 15px;
        
    }
    body .pdf.vat32{
        color: #2f2a2b;
    }
    
    * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .pdf .page {
        width: 210mm;
	    min-height: 297mm;
	    margin: 10mm auto;
	    border: 1px #D3D3D3 solid;
	    padding: 15px;
	    background: white;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
    .pdf .page.landscape {
    	width: 297mm;
    	height: 210mm;
    	min-height: 210mm;
    	size: landscape;
    }
    .pdf .subpage {
        height: 257mm;
    }
    
    @page {
        size: A4;
        margin: 0;
    }
    @media print {
        html, body {
            width: 210mm;
            height: 297mm;        
        }
        .pdf .page {
            margin: 0;
            border: initial;
            border-radius: initial;
            width: initial;
            min-height: initial;
            box-shadow: initial;
            background: initial;
            page-break-after: always;
        }
        div.landscape {
			page: landscape;
		}
		@page landscape {
			size: A4 landscape;
		}
        @media print and (-webkit-min-device-pixel-ratio:0) {
	        span {
	          color: #591e91;
	          -webkit-print-color-adjust: exact;
	        }
        }
    }
.pdf .tbl-fixed-layout {
	table-layout: fixed;
}
.pdf .center {
	text-align: center;
}
.pdf .mt-1 {
	margin-top: 5px;
}
.pdf .mt-2 {
	margin-top: 10px;
}
.pdf .mt-3 {
	margin-top: 15px;
}
.pdf .mt-4 {
	margin-top: 20px;
}
.pdf .mt-5 {
	margin-top: 25px;
}
.pdf .box-return-for-vat {
    border: 3px solid #848484;
    padding: 2px 5px;
}
.pdf .box-form-type {
	border: 3px solid #848484;
    padding: 5px 5px 0px 5px;
    float: right;
    width: 150px;
}
.pdf .box-form-type span { 
	line-height: 12px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}
.pdf .box-date-right {
    border: 1px solid #909090;
    float: right;
    margin-top: 2px;
    font-size: 11px;
    padding: 7px 10px 10px 10px;
    line-height: 15px;
}
.pdf .date-double-box {
	display: inline-block;
}
.pdf ul.date-double-box li {
    display: inline-block;
    border: 1px solid #6a6a6a;
    height: 20px;
    width: 20px;
    position: relative;
    top: 6px;
    float: left;
}
.pdf ul.date-double-box li + li{
	border-left-width: 0;
}
.pdf .box-date-wrapper {
    display: inline-block;
}
.pdf .left-label {
    display: inline;
}
.pdf .below-label {
    text-align: right;
    padding-right: 10px;
}
.pdf .one-line {
	display: block;
}
.pdf .small {
	font-size: 10px;
	line-height: 13px;
}
.pdf .bold {
	font-weight: 600;
}
.pdf .line {
	border-top: 1px solid #6d6d6d;
	display: block;
	width: 100%;
}
.pdf .box-period {
    float: left;
    width: 65%;
    margin-top: 2px;
}
.pdf .box-tin {
    float: left;
    width: 35%;
    margin-top: 2px;
    padding-left: 15px;
}
.pdf .box-period ul{
	float: left;
    width: 100%;
}
.pdf .box-period ul li{
	float: left;
    width: 100%;
    border: 1px solid #000;
    position: relative;
    min-height: 24px;
}
.pdf .box-period ul li.half-col {
    width: 50%;
    border-top-width: 0;
    padding: 2px 5px;
}
.pdf .box-period ul li.half-col + li {
	border-left-width: 0;
}
.pdf .p-for-s-number {
    padding-left: 35px !important;
    position: relative;
}
.pdf .section-number {
    position: absolute;
    left: 0;
    width: 27px;
    height: 100%;
    background-color: #888;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    top: 0;
    max-height: 23px;
    border-right: 1px solid #000;
}
.pdf .box-tin ul{
	float: left;
    width: 100%;
}
.pdf .box-tin ul li {
    float: left;
    width: 100%;
    border: 1px solid #000;
    padding: 5px;
    min-height: 24px;
    position: relative;
    text-align: center;
}
.pdf .box-tin ul li.blank{
	border-top-width: 0;
    width: 11.1%;
    min-height: 30px;
}
.pdf .box-tin ul li.blank + li{
	border-left-width: 0;
}
.pdf .enterprise-info {
    float: left;
    width: 100%;
    border: 1px solid #000;
    margin-top: 1px;
    padding: 5px;
}
.pdf .inline-sec-number {
    border: 1px solid #000;
    width: 100px;
    height: 24px;
    float: left;
    margin-left: 30px;
}
.pdf .pull-left {
	float: left;
}
.pdf .right {
	text-align: right;
}
.pdf .box-1-of-1 {
    float: right;
}
.pdf .box-1-of-1 .box1 {
    float: left;
    width: 153px;
    height: 24px;
    position: relative;
    border: 1px solid #000;
}
.pdf .box-1-of-1 .box2{
	float: left;
    width: 152px;
    position: relative;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 24px;
}
.pdf .box-1-of-1 .box1.disabled,
.pdf .box-1-of-1 .box2.disabled {
	background-color: #888;
}
.pdf .box-1-of-1 .box1.no-bt,
.pdf .box-1-of-1 .box2.no-bt {
	border-top-width: 0;
}
.pdf .inline-block {
	display: inline-block;
}
.pdf .box-bottom-left {
    float: left;
    width: 350px;
    padding: 7px 10px 10px 10px;
    border: 1px solid #000;
    margin-top: 5px;
}
.pdf span.check {
    height: 10px;
    width: 10px;
    display: inline-block;
    border: 1px solid;
    position: relative;
    top: 1px;
    margin-left: 7px;
}
.pdf ul.date-box li {
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid;
    position: relative;
    top: 5px;
}
.pdf ul.date-box {
    position: relative;
    display: inline-block;
}
.pdf ul.date-box li + li{
	border-left: 0;
}
.pdf ul.date-box li.label {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 27px;
    border-width: 0;
}
.pdf .full-width {
	width: 100%;
}
.pdf .font-12 {
	font-size: 12px;
}
.pdf .text-shadow {
	text-shadow: 1px 0px;
}
.pdf table.bordered td,
.pdf table.bordered th{
	border: 1px solid #000;
    padding: 3px 4px;
    line-height: 12px;
}
.pdf .td-section-number {
	background-color: #888;
	font-size: 13px;
	line-height: 13px;
}
.pdf .nw {
	white-space: nowrap;
}
.pdf .dot-content {
	width: 100%;
    height: auto;
    min-height: 10px;
    display: block;
    border-bottom: 1px dotted #000;
}
.pdf .bottom {
	vertical-align: bottom;
}
.pdf .top {
	vertical-align: top;
}
.pdf .middle {
	vertical-align: middle;
}
.pdf.vat32 .filling-box {
	display: table;
}
.pdf.vat32 .filling-box li {
	width: 23px;
    height: 24px;
    border: 1px solid;
    display: inline-block;
}
.pdf.vat32 .filling-box.full-width li {
	width: 100%;
}
.pdf.vat32 .filling-box li + li {
	border-left-width: 0;
}
.pdf.vat32 .filling-box li:last-child {
	
}
.pdf.vat32 .kh-font{
	font-size: 12px;
    line-height: 13px;
}
.pdf.vat32 .en-font{
	font-size: 8px;
    line-height: 13px;
}
.set-left {
	float: left;
}
.pl {
	padding-left: 15px;
}
.pl-medium {
	padding-left: 20px;
}
.pl-large {
	padding-left: 30px;
}
.pl-xs {
	padding-left: 10px;
}
.pr {
	padding-right: 15px;
}
.pr-medium {
	padding-right: 20px;
}
.pr-large {
	padding-right: 30px;
}
.pr-xs {
	padding-right: 10px;
}
.pr-xxs {
	padding-right: 5px;
}
.ml {
	margin-left: 15px;
}
.ml-medium {
	margin-left: 20px;
}
.ml-large {
	margin-left: 30px;
}
.ml-xs {
	margin-left: 10px;
}
.ml-xxs {
	margin-left: 5px;
}
.pdf .arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid;
}
.pdf.vat32 .address-wrapper {
	background-color: #f4f4f5;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pdf.vat32 hr {
	border-color: #2f2a2b;
}
.pdf .white-bg {
	background-color: #fff;
}
.pdf.vat32 .mt-1 {
	margin-top: 3px;
}
.pdf.vat32 .pdf-section-header {
    background-color: #f4f4f5;
    padding: 5px;
    border-bottom: 1px solid;
}
.pdf.vat32 .note-wrapper {
    border: 1px solid;
    padding: 15px;
    border-radius: 5px;
}
.pdf .no-wrap {
	white-space: nowrap;
}
.pdf .mark-as-link {
	color: #8276b0;
}