#ac-localnav .ac-ln-title {
    letter-spacing: 0em;
}

@media only screen and (min-width: 1069px) {
	.product-reports-gallery-container .tabnav-wrapper {
		height: 135px;

	}
}

@media only screen and (min-width: 736px) and (max-width: 1068px) {
	.product-reports-gallery-container .tabnav-wrapper {
			height: 135px;

		}
}

@media only screen and (max-width: 735px) {
	.product-reports-gallery-container .tabnav-wrapper {
			height: 115px;

		}
 }
 
 .typography-body-reduced:lang(th) {
 	line-height: 1.45;
 }
 
 .icon.more{
	position: relative;
    top: -1px;
}