@font-face {
  font-family: "Noto Sans SC";
  src: url(/fonts/notoSansSC/NotoSansSC-Regular.otf);
}

@font-face {
  font-family: "Noto Sans SC";
  src: url(/fonts/notoSansSC/NotoSansSC-Bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: "Noto Sans SC";
  src: url(/fonts/notoSansSC/NotoSansSC-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: "Adobe Heiti Std";
  src: url(/fonts/adobeHeitiStd/AdobeHeitiStd-Regular.otf);
}

body {
	font-family: "Noto Sans SC", sans-serif;
}

#splash-screen {
	position: fixed;
	background-color: #fff;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 20% 0;
}

.navbar-brand img {
	height: 88px;
}

.nav-item {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-left: 40px;
}

.nav-item .active::after {
	content: "";
	border-bottom: 3px solid #333;
	padding: 29px;
	position: absolute;
	bottom: 0px;
	left: 5px;
}

.nav-item--padding {
}

.nav-item--padding-2 {
	
}

.nav-item--padding-3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

.nav-item--padding-4 {
	font-family: "Segoe UI", sans-serif;
	font-weight: normal;
}

.navbar-light .navbar-nav .nav-link {
	position: relative;
	color: #333333;
}

.nav-link img {
	margin-top: -10px;
	height: 35px;
}

.dropdown-menu {
	width: 446px;
	border: none;
	left: -230px;
}

.container--dropdown {
	display: block !important;
	padding: 0 19px;
}

.dropdown-menu__img {
	width: 206px;
	max-width: 100%;
	margin-top: 37px;
}

.dropdown-menu__name {
	margin-top: 28px;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
}

.dropdown-menu__content {
	margin-top: 30px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}

.dropdown-menu__content--margin {
	margin-top: 20px;
}

.dropdown-menu__content--margin-2 {
	margin-top: 23px;
	width: 202px;
	word-wrap: break-word;
}

.dropdown-menu__btn {
	margin-top: 25px;
	background-color: #EC5C27;
	border-radius: 7px;
    color: #fff !important;
    width: 186px;
    max-width: 100%;
    height: 47px;
    font-size: 18px;
}

.dropdown-menu__logout {
	text-decoration: underline;
	margin-top: 20px;
}

.dropdown-menu__logout a {
	font-size: 14px;
	color: #000;
}

.footer {
	background-color: transparent;
	padding: 0px;
	border: 0;
}

.footer__image {
    width: 260px;
    max-width: 100%;
    margin-top: 40px;
}

.footer__subtitle {
    margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}

.footer__desc {
	font-size: 14px;
	width: 383px;
	max-width: 100%;
}

.footer_company_id {
	width: 275px;
	max-width: 275px;
	text-align: center;
}

.footer__title {
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 11px;
}

.footer__content {
	font-size: 14px;
	line-height: 1;
}

.footer__content a {
	color: #333333;
}

.footer__content--margin {
	margin-bottom: 42px;
}

.footer__content--margin-2 {
	margin-bottom: 30px;
}

.footer__content--margin-3 {
	margin-bottom: 66px;
}

.footer__title--margin {
	margin-top: 0px;
	margin-bottom: 9px;
}

.footer__facebook {
	width: 40px;
	max-width: 100%;
}

.footer__copyright {
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 41px;
	margin-bottom: 27px;
}

.home__banner {
	background-image: url('../images/banner-image.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 765px;
	max-height: 100%; 
}

.home__banner-layer {
	background-color: rgba(0, 0, 0, 0.78);
	height: 765px;
	max-height: 100%; 
}

.home__title {
	padding-top: 220px;
	font-weight: bold;
	font-size: 90px;
	color: #fff;
}

.home__title--color {
	color: #EC5C27;
}

.home__list {
	color: #fff;
	margin-top: 12px;
}

.home__list-item {
	margin-right: 51px;
	font-size: 22px;
	opacity: 0;
}

.home__list-item h2 {
	font-weight: 300;
	font-size: 22px;
}

.home__list-item--margin {
	margin-right: 0px;
}

.home__button {
	margin-top: 39px;
	background-color: #EC5C27;
	color: #fff;
	width: 186px;
	max-width: 100%;
	height: 47px;
	max-height: 100%;
	border-radius: 6px;
	font-size: 18px;
}

.home__button:hover , .home__button:active {
	color: #fff;
}

.home__about-us-image {
	margin-top: 95px;
	width: 100%;
}

.home__about-us-content {
	margin-left: 30px;
}

.home__about-us-title {
	margin-top: 154px;
	margin-bottom: 18px;
	font-family: "Adobe Heiti Std", sans-serif;
	font-size: 72px;
	font-weight: bold;
	color: #EC5C27;
}

.home__about-us-text {
    font-size: 16px;
    line-height: 2;
}

.home__services {
	margin-top: 75px;
	background-image: url('../images/services.png');
	background-repeat: no-repeat;
	background-position: center;
}

.home__services-title {
	padding-top: 18px;
	font-size: 36px;
	font-weight: bold;
	color: #EC5C27;
}

.home__services-subtitle {
	margin-bottom: 86px;
	font-size: 16px;
	font-style: normal !important;
	color: #666666;
}

.home__services-image {
	width: 135px;
	max-width: 100%;
	margin-bottom: 30px;
}

.home__services-service {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 23px;
}

.home__services-container {
	max-width: 900px;
}

/*.home__process {
	background-color: #F4F4F4;
}

.home__process-title {
	padding-top: 59px;
    font-size: 36px;
    color: #EC5C27;
    margin-bottom: 31px;
}

.home__process-subtitle {
	margin-bottom: 67px;
	font-size: 16px;
	font-style: normal !important;
	color: #666666;
}

.home__process-type {
	width: 250px;
	max-width: 100%;
	height: 273px;
	max-height: 100%;
	background-color: #E5E5E5;
	border-radius: 29px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	margin-bottom: 68px;
}

.home__process-type-no {
	display: flex;
}

.home__process-type-desc {
	font-size: 14px;
	margin-top: 56px;
	margin-left: 11px;
}

.home__process-type-figure {
	font-family: Oswald, sans-serif;
	font-size: 95px;
	color: #EC5C27;
}

.home__process-type-paragraph {
	font-size: 14px;
	font-style: normal !important;
	color: #666666;
}*/

.home__status {
	background-color: #FBFBFB;
}

.home__status-title {
	font-size: 24px;
}

.home__status-text {
	width: 508px;
	max-width: 100%;
	height: 61px;
	max-height: 100%;
	border: none;
	margin: 0 auto;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 16px;
	font-weight: 300;
}

.home__status-error {
	color: red;
}

.home__status-button {
	margin-top: 15px;
	background-color: #EC5C27;
	width: 148px;
	max-width: 100%;
	height: 37px;
	max-height: 100%;
	border-radius: 7px;
	font-size: 15px;
	color: #fff;
}

.home__status-position div {
	margin-top: 56px;
	width: 429px;
	max-width: 100%;
	height: 210px;
	max-height: 100%;
	margin: 0 auto;
	background: #fff linear-gradient(#E0C7C7, #E0C7C7) no-repeat;
    background-size: 12px 127px;
    padding: 0 23px;
	box-shadow: 0px 3px 6px #00000029;
}

.home-status__position-div {
	background-image: linear-gradient(#C7DDC9, #C7DDC9) !important;
}

.home-status__position-title {
	padding-top: 13px;
	font-size: 17px;
}

.home-status__position-type {
	margin-top: 20px;
}

.home-status__position-desc {
	font-weight: 600;
	font-size: 20px;
}

.contact-us {
	background-color: #F6F6F6;
}

.contact-us__title {
	font-size: 48px;
	margin-top: 73px;
	color: #EC5C27;
}

.contact-us__subtitle {
	margin-top: 31px;
	font-size: 24px;
	font-weight: 600;
}

.contact-us__content {
	margin-top: 16px;
	font-size: 16px;
	font-style: normal !important;
	color: #666666;
}

.contact-us__subtitle--margin {
	margin-top: 39px;
}

.contact-us__content--margin {
	margin-top: 20px;
}

.contact-us__subtitle--margin-2 {
	margin-top: 47px;
}

.contact-us__content--margin-2 {
	margin-top: 11px;
}

.contact-us__subtitle--margin-3 {
	margin-top: 32px;
}

.contact-us__facebook {
	width: 35px;
	max-width: 100%;
}

.contact-us__map {
	width: 100%;
	margin: 99px 0 68px;
}

.login {
	background-image: url('../images/banner-image.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 847px;
	max-height: 100%; 
}

.login__layer {
	background-color: rgba(0, 0, 0, 0.78);
	height: 948px;
	max-height: 100%;
	padding-top: 194px;
}

.login__box {
	background-color: #fff;
	width: 610px;
	max-width: 100%;
	min-height: 388px;
	max-height: 100%;
	box-shadow: 0px 0px 5px #00000066;
	border-radius: 26px;
}

.login__box-title {
	font-size: 34px;
	padding-top: 35px;
}

.login__box-input {
	background-color: #E6E6E6 !important;
	width: 523px;
	max-width: 100%;
	height: 50px;
	max-height: 100%;
	margin-top: 30px;
	font-size: 14px;
	background: url('../images/userid.png') no-repeat scroll 21px;
	padding-left: 63px;
	border-radius: 6px;
}

.login__box-input--background {
	background: url('../images/password.png') no-repeat scroll 21px;
}

.login__box-forgot {
	margin-top: 19px;
}

.login__box-forgot a {
	color: #B3B3B3;
	font-size: 14px;
}

.login__box-submit {
	background-color: #EC5C27;
	width: 148px;
	max-width: 100%;
	height: 37px;
	max-height: 100%;
	margin-top: 21px;
	border-radius: 7px;
	font-size: 12px;
	color: #fff;
}

.login__box-submit:hover , .login__box-submit:active {
	color: #fff;
}

.login__box-input--margin {
	margin-top: 74px;
}

.login__box-submit--margin {
	margin: 96px 9px 70px !important;
}

.login__box-submit--position {
	padding-top: 7px;
}

.invalid-feedback {
	font-size: 16px;
}

.login__box-input::placeholder {
   color: #999999;
   opacity: 1; /* Firefox */
}

.login__box-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 	color: #999999;
}

.login__box-input::-ms-input-placeholder { /* Microsoft Edge */
 	color: #999999;
}

.parcel-listing {
	background-color: #F6F6F6;
}

.parcel-listing__username {
	margin-top: 52px;
	font-size: "Open Sans", sans-serif;
	font-size: 36px;
}

.parcel-listing__category {
	margin-top: 15px;
	font-size: 18px;
}

.parcel-listing__category a {
	font-weight: 300;
	color: #999999;
}

.parcel-listing__category a.active {
	color: #000;
}

.table {
	border: 0.22px solid #000;
	box-shadow: 0px 0px 6px #0000004D;
	table-layout: fixed;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #F2F2F2;
}

.table th, .table td {
	border-top: 0px;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.parcel-listing__table-header {
	font-weight: 300;
	font-size: 12px !important;
	padding: 21px 0 !important;
}

.parcel-listing__table-data {
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 14px !important;
	padding: 17px 0 24px !important;
}

.parcel-listing__table-data-delay {
	color: red;
}

.parcel-listing__table-data--font {
	font-size: 13px;
}

.parcel-listing__table-data-button {
	width: 110px;
	max-width: 100%;
	height: 37px;
	max-height: 100%;
	background-color: #E0C7C7;
	border-radius: 6px;
	font-weight: 300;
	font-size: 12px;
	color: #4C0000;
}

.parcel-listing__table-data-button--green {
	background-color: #C7DDC9;
	color: #006837;
}

.parcel-listing__table-data-button--yellow {
	background-color: #ffd666;
	color: black;
}

.parcel-listing__empty {
	padding-bottom: 20px;
}
	
.parcel-listing__pagination {
	margin: 0 10px;
	font-size: 16px;
	padding: 0 8px;
	max-width: 100%;
	cursor: pointer;
}

.parcel-listing__pagination.active {
	border: 2px solid #d9d9d9;
	border-radius: 5px;
}

.parcel-listing__disclaimer {
	margin-top: 31px;
	font-weight: 300;
	font-style: normal !important;
	font-size: 14px;
	color: #777;
	padding-bottom: 39px;
}

.parcel-listing__pagination span {
	font-size: 12px;
	position: relative;
	bottom: 2px;
}

.profile {
	background-color: #F6F6F6;
	padding: 92px 0;
}

.profile__box {
	width: 611px;
	max-width: 100%;
	background-color: #fff;
	border: 0.15px solid #000;
	box-shadow: 0px 0px 4px #0000004D;
	border-radius: 10px;
}

.profile__box-title {
	padding-top: 38px;
	font-size: 34px;
}

.profile__box-input {
	margin-top: 39px;
	width: 421px;
	max-width: 100%;
	height: 40px;
	max-height: 100%;
	background-color: #E6E6E6;
	border-radius: 6px;
	padding-left: 22px;
	font-size: 12px;
	color: #000;
}

.profile__box-input-holder {
	margin-top: 30px;
}

.profile__box-input--margin {
	margin-top: 34px;
}

.profile__box-input--margin-2 {
	margin-top: 28px;
}

.profile__box-input::placeholder {
   color: #999999;
   opacity: 1; /* Firefox */
}

.profile__box-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 	color: #999999;
}

.profile__box-input::-ms-input-placeholder { /* Microsoft Edge */
 	color: #999999;
}

.profile__box-button {
	margin: 39px 0 32px;
	width: 137px;
	max-width: 100%;
	height: 34px;
	max-height: 100%;
	background-color: #EC5C27;
	border-radius: 7px;
	font-size: 12px;
	color: #fff;
}

.error {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.error__image {
	width: 247px;
	max-width: 100%;
}

.error__title {
	font-size: 82px;
	font-weight: 900;
}

.error__subtitle {
	font-size: 30px;
	font-weight: bold;
	color: #5B5B5B;
}

.error__content {
	font-size: 20px;
	font-weight: normal;
	color: #5B5B5B;
}

.error__button {
    width: 148px;
    max-width: 100%;
    height: 37px;
    max-height: 100%;
    background-color: #EC5C27;
    border-radius: 7px;
    font-size: 12px;
    color: #fff;
}

.error__button:hover {
	color: #fff;
}

@media screen and (max-width: 1199px) {
	.footer__desc {
		font-size: 14px;
		width: auto;
	}
}

@media screen and (max-width: 767px) {
	.navbar-toggler {
		border: none;
	}

	.navbar-toggler-icon {
		background-image: url('../images/burger.png') !important;
		width: 27px;
		max-width: 100%;
		height: 17px;
		max-height: 100%;
	}

	.navbar-brand img {
		height: 56px;
	}

	.nav__profile img {
		width: 32px;
		max-width: 100%;
	}

	.nav-link, .nav-linK:hover, .nav-link:active {
		color: #000;
		font-size: 18px;
	}

	.sidenav {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 2;
	    top: 0;
	    left: 0;
	    background-color: #FFF;
	    overflow-x: hidden;
	    padding-top: 30px;
	    transition: 0.5s;
	}

	/* The navigation menu links */
	.sidenav__link {
	  padding-bottom: 42px;
	  text-decoration: none;
	  font-size: 18px;
	  font-weight: 600;
	  color: #333333;
	  display: block;
	  transition: 0.3s;
	}

	/* When you mouse over the navigation links, change their color */
	.sidenav__link:hover, .sidenav__link:active {
	  color: #000;
	}

	.sidenav__link-img {
		width: 174px;
		max-width: 100%;
	}

	.sidenav__link--margin {
		padding-bottom: 52px;
	}

	.sidenav__link--margin-2 {
		padding-bottom: 52px !important;
	}

	.sidenav__link--margin-3 {
		padding-bottom: 94px !important;
	}

	.sidenav__link--margin-4 {
		padding-bottom: 53px !important;
	}

	.container--adjust {
		display: block !important;
		max-width: 251px;
	}

	.sidenav__link--font {
		font-family: "Segoe UI", sans-serif !important;
		font-weight: normal !important;
	}

	.sidenav .closebtn {
	    position: absolute;
	    top: 20px;
	    right: 20px;
	    margin-left: 50px;
	}

	.sidenav--position {
		height: 698px;
	}

	/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
	#main {
	  transition: margin-left .5s;
	  padding: 20px;
	}

	/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
	@media screen and (max-height: 450px) {
	  .sidenav {padding-top: 15px;}
	  .sidenav a {font-size: 18px;}
	}

	.modal-dialog {
		margin: 0px;
	}

	.modal-body {
		background-color: #fff !important;
		height: 100%;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.modal .close {
		font-size: 50px;
	}

	button.close:focus {
		outline: none;
	}

	.modal-body__img {
		width: 186px;
		max-width: 100%;
	}

	.modal-body__name {
		margin-top: 22px;
		margin-bottom: 0px;
		font-family: "Open Sans", sans-serif;
		font-size: 22px;
	}

	.modal-body__content {
		margin-top: 19px;
		font-family: "Open Sans", sans-serif;
		font-size: 16px;
		margin-bottom: 0px;
	}

	.modal-body__content--margin {
		margin-top: 13px;
	}

	.modal-body__content--margin-2 {
		max-width: 260px;
		margin-top: 18px;
	}

	.modal-body__btn {
		background-color: #EC5C27;
		border-radius: 7px;
		width: 156px;
		max-width: 100%;
		height: 39px;
		max-height: 100%;
		color: #fff !important;
		font-size: 14px;
		margin-top: 35px;
	}

	.modal-body__logout {
		margin-top: 10px;
	}

	.modal-body__logout a {
		font-size: 18px;
		color: #000;
	}

	.footer {
		text-align: center;
	}

	.footer__image {
		width: 222px;
	}

	.footer__subtitle {
		font-size: 14px;
	}

	.footer_company_id {
		width: 100%;
		max-width: unset;
		text-align: center;
	}

	.footer__desc {
		font-size: 16px;
	}

	.footer__title {
		font-size: 17px;
		margin-top: 54px;
		margin-bottom: 11px;
	}

	.footer__content {
		font-size: 16px;
	}

	.footer__content--margin {
		margin-bottom: 23px;
	}

	.footer__title--margin {
		margin-top: 0px;
	}

	.footer__facebook {
		width: 58px;
	}

	.home__banner {
		background-position: center;
		height: 250px;
	}

	.home__banner-layer {
		height: 250px;
	}

	.home__title {
		font-size: 35px;
		padding-top: 60px;
	}

	.home__list-item {
		margin-right: 16px;
		font-size: 10px;
	}

	.home__list-item--margin {
		margin-right: 0px;
	}

	.home__list-item h2 {
		font-size: 10px;
		position: relative;
    	left: -2px;
	}

	.home__button {
	    margin-top: 0px;
	    width: 122px;
	    height: 30px;
	    font-size: 12px;
	    border-radius: 3px;
	}

	.home__about-us-title-responsive {
		margin-top: 14px;
		font-family: Oswald, sans-serif;
		font-size: 28px;
		font-weight: bold;
		color: #EC5C27;
	}

	.home__about-us-image {
		margin-top: 8px;
		width: 239px;
		max-width: 100%;
	}

	.home__about-us-content {
		margin-left: 0px;
	}

	.home__about-us-text {
		font-size: 14px;
		text-align: center;
	}

	.home__services {
		background-image: url('../images/services-mobile.png');
		background-size: cover;
		background-position: 52.5%;
		margin-top: 13px;
	}

	.home__services-title {
		padding-top: 20px;
		font-size: 30px;
	}

	.home__services-subtitle {
		font-size: 14px;
		margin-bottom: 39px;
	}

	.home__services-image {
		width: 75px;
		margin-bottom: 0px;
	}

	.home__services-service {
		font-size: 14px;
		margin-bottom: 14px;
	}

	.home__process-title {
		padding-top: 41px;
		font-size: 30px;
	}

	.home__process-subtitle {
		font-size: 14px;
		margin-bottom: 42px;
	}

	.home__process-type {
		margin: 0 auto 55px;
		width: 198px;
		height: 336px;
	}

	.home__process-type-figure {
		font-size: 76px;
	}

	.home__process-type-desc {
		margin-top: 24px;
		font-size: 14px;
	}

	.home__process-type-paragraph {
		font-size: 14px;
	}

	.contact-us__map-mobile {
		display: block;
		width: 100%;
		margin-top: 39px;
	}

	.contact-us__title {
		margin-top: 28px;
		font-size: 22px;
	}

	.contact-us__subtitle {
		margin-top: 20px;
		font-size: 14px;
	}

	.contact-us__content {
		margin-top: 4px;
		font-size: 11px;
	}

	.contact-us__subtitle--margin {
		margin-top: 23px;
	}

	.contact-us__subtitle--margin-2 {
		margin-top: 28px;
	}

	.contact-us__content--margin {
		margin-top: 5px;
	}

	.contact-us__subtitle--margin-3 {
		margin-top: 22px;
	}

	.contact-us__content--margin-2 {
	    margin-top: 0px;
	    margin-bottom: 41px;
	}

	.login {
		height: 648px;
	}

	.login__layer {
		height: 648px;
		padding-top: 0px;
	}

	.login__box {
		background-color: transparent;
	}

	.login__box-title {
		font-size: 36px;
		padding-top: 122px;
		color: #fff;
	}

	.login__box-input {
		margin-top: 30px;
		width: 255px;
		height: 44px;
		background-size: 9px;
		background-position: 8px;
		padding-left: 32px;
		font-size: 15px;
	}

	.login__box-title--margin {
		padding-top: 139px;
	}

	.login__box-input--margin {
		margin-top: 26px;
	}

	.login__box-forgot {
		margin-top: 10px;
	}

	.login__box-forgot a {
		font-size: 16px;
	}

	.login__box-submit {
		margin-top: 19px;
		width: 130px;
		height: 43px;
		font-size: 16px;
	}

	.login__box-submit--margin {
		margin: 47px 4px !important;
	}

	.parcel-listing__username {
		margin-top: 20px;
		font-size: 25px;
	}

	.parcel-listing__category {
		margin-top: 25px;
		font-size: 15px;
	}

	.parcel-listing__status {
		background-color: #E9BABA;
		padding-top: 77px;
		height: 186px;
		max-height: 100%;
		font-weight: 300;
		font-size: 18px;
		color: #680000;
	}

	.parcel-listing__status--green {
		background-color: #C7DDC9;
		color: #006837;
	}

	.parcel-listing__status--yellow {
		background-color: #ffd666;
		color: black;
	}

	.parcel-listing__desc {
		background-color: #E6E6E6;
		padding-left: 14px;
		height: 186px;
		max-height: 100%;
		margin-bottom: 8px;
	}

	.parcel-listing__desc-ref {
		padding-top: 10px;
		font-weight: 600;
		font-size: 15px;
		color: #666666;
	}

	.parcel-listing__desc-company {
		font-family: "Adobe Song Std", sans-serif;
		font-size: 16px;
		color: #666666;
	}

	.parcel-listing__desc-volume {
		font-size: 9px;
		color: #808080;
	}

	.parcel-listing__desc-volume-figure {
		font-weight: 300;
		font-size: 18px;
		color: #808080;
	}

	.parcel-listing__desc-depart {
		font-size: 9px;
		color: #808080;
	}

	.parcel-listing__desc-depart-date {
		font-weight: 300;
		font-size: 18px;
		color: #808080;
		padding-bottom: 13px;
	}

	.parcel-listing__pagination {
		font-size: 12px;
		padding: 0 1px;
	}

	.profile {
		padding: 16px 0 28px;
	}

	.profile__box {
		width: 264px;
		max-width: 100%;
		border-radius: 6px;
	}

	.profile__box-title {
		padding-top: 17px;
		font-size: 13px;
	}

	.profile__box-input {
		margin-top: 17px;
		width: 216px;
		height: 24px;
		padding-left: 11px;
		font-size: 12px;
	}

	.profile__box-input-holder {
		margin-top: 12px;
	}

	.profile__box-input--margin {
		margin-top: 11px;
	}

	.profile__box-input--margin-2 {
		margin-top: 8px;
	}

	.profile__box-button {
		margin: 15px 0 14px;
		width: 130px;
		height: 33px;
		font-size: 11px;
	}
}