@charset "UTF-8";
/*-----------------------------------------------------------------------------
    Malaysia Dairy Industries (MDI)
-----------------------------------------------------------------------------*/
/*---- Imports ----*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-----------------------------------------------------------------------------
    Fonts
-----------------------------------------------------------------------------*/
@font-face {
  font-family: 'VAG Rounded';
  src: url("../fonts/vag-rounded-bt/vagron-webfont.eot");
  src: url("../fonts/vag-rounded-bt/vagron-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/vag-rounded-bt/vagron-webfont.woff") format("woff"), url("../fonts/vag-rounded-bt/vagron-webfont.ttf") format("truetype"), url("../fonts/vag-rounded-bt/vagron-webfont.svg#vagrounded_btregular") format("svg");
  font-weight: bold;
  font-style: normal;
}

/*---- Globals ----*/
/*-----------------------------------------------------------------------------
    Starters
/*-----------------------------------------------------------------------------
    Just some super simple standardisation.
-----------------------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  background-color: #f9f9f9;
  color: #333;
}

html,
button,
input,
select,
textarea {
  font: 600 100%/1.2 "Raleway", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: bold 1.25em/1 "VAG Rounded", Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
}

label {
  cursor: pointer;
}

hr,
.hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 30px auto;
  background-color: #ccc;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button,
input {
  -webkit-transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: color, border-color, background-color, opacity;
          transition-property: color, border-color, background-color, opacity;
}

img {
  max-width: 100%;
}

html {
  font-size: 12px;
}

@media (min-width: 481px) {
  html {
    font-size: 13px;
  }
}

/*---- Main ----*/
/*-----------------------------------------------------------------------------
	Main - General
-----------------------------------------------------------------------------*/
/*---- Wrapper to contain the site contents ----*/
.wrapper {
  width: 100%;
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper--narrow {
  max-width: 970px;
}

/*---- Headings ----*/
.site-heading {
  margin-bottom: 15px;
  color: #009d5a;
  font-family: "VAG Rounded", Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 481px) {
  .site-heading {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 641px) {
  .site-heading {
    font-size: 40px;
  }
}

/*---- Sections ----*/
.site-section {
  padding: 15px 0;
  background: center no-repeat;
  background-size: cover;
}

.site-section--xpad {
  padding: 30px 0;
}

.site-section--xxpad,
.site-section--xxxpad {
  padding: 45px 0;
}

.site-section--shadow {
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.site-section--light-text {
  color: #fff;
}

.site-section--white {
  background-color: #fff;
}

.site-section--beige {
  background-color: #f9f7ef;
}

@media (min-width: 481px) {
  .site-section {
    padding: 25px 0;
  }
  .site-section--xpad {
    padding: 45px 0;
  }
  .site-section--xxpad,
  .site-section--xxxpad {
    padding: 65px 0;
  }
}

@media (min-width: 641px) {
  .site-section--xxpad,
  .site-section--xxxpad {
    padding: 80px 0;
  }
}

@media (min-width: 801px) {
  .site-section--xxxpad {
    padding: 100px 0;
  }
}

/*---- Small utility classes ----*/
.link {
  color: #ec1c23;
}

.uppercase {
  text-transform: uppercase;
}

/*-----------------------------------------------------------------------------
    Main - Header
-----------------------------------------------------------------------------*/
.site-header {
  padding: 15px 0;
  background-color: #f1f1f1;
  background: linear-gradient(to bottom, #f1f1f1 0%, #d0caca 100%);
}
.site-header-beta {
  margin-top: 5px;
  font-size: 11px;
}
.site-header-contact {
  margin: 3px 10px 0 0;
  display: inline-block;
}
@media (min-width: 641px) {
  .site-header > .wrapper {
    display: table;
    table-layout: fixed;
  }
  .site-header-alpha,
  .site-header-beta {
    display: table-cell;
    vertical-align: middle;
  }
  .site-header-alpha {
    width: 35%;
  }
  .site-header-beta {
    width: 65%;
    padding-left: 15px;
    text-align: right;
  }
  .site-header-contact {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media (min-width: 801px) {
  .site-header {
    padding-top: 30px;
  }
  .site-header-alpha,
  .site-header-beta {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .site-header-logo {
    height: 30px;
  }
}

/*-----------------------------------------------------------------------------
    Main - Footer
-----------------------------------------------------------------------------*/

.site-footer {
  padding: 15px 0;
  background-color: #e3e3e3;
  font-size: 11px;
}
.site-footer-beta {
  margin-top: 10px;
}
.site-footer-read-more-holder {
  margin-top: 5px;
  display: block;
}
.site-footer-read-more {
  margin-right: 10px;
}
.site-footer-read-more-img {
  vertical-align: middle;
}
@media (min-width: 641px) {
  .site-footer > .wrapper {
    display: table;
    table-layout: fixed;
  }
  .site-footer-alpha,
  .site-footer-beta {
    display: table-cell;
    vertical-align: top;
  }
  .site-footer-alpha {
    padding-top: 12px;
  }
  .site-footer-beta {
    padding-left: 15px;
    text-align: right;
  }
  .site-footer-read-more-holder {
    display: inline-block;
  }
  .site-footer-read-more {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media (min-width: 801px) {
  .site-footer {
    padding-bottom: 30px;
  }
}


/*-----------------------------------------------------------------------------
    Page
-----------------------------------------------------------------------------*/
/*---- About Us - Timeline ----*/
.about-us-timeline-section {
  background: url(../images/contents/our-company/about-us/bg-timeline.jpg) center top no-repeat #c9e3f1;
  background-size: 200% auto;
}

.about-us-timeline-heading {
  margin-bottom: 15px;
  font-size: 24px;
}

@media (min-width: 481px) {
  .about-us-timeline-section {
    font-size: 14px;
  }
}

.vertical-timeline {
  margin: 0 auto;
}

.vertical-timeline-heading {
  margin-bottom: 10px;
  color: #009d5a;
  font-size: 24px;
  text-align: left;
}

.vertical-timeline-entries {
  position: relative;
  padding-top: 15px;
}

.vertical-timeline-entries:before {
  content: '';
  width: 0;
  border-left: 3px dotted #009d5a;
  position: absolute;
  top: 0;
  bottom: -5px;
  left: 15px;
}

.vertical-timeline-today:before,
.vertical-timeline-entry:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #009d5a;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  background-color: #fff;
}

.vertical-timeline-entry {
  padding-left: 60px;
  margin-top: 30px;
  position: relative;
}

.vertical-timeline-entry:first-child {
  margin-top: 0;
}

.vertical-timeline-entry:before {
  top: 10px;
  left: 6px;
  z-index: 1;
}

.vertical-timeline-entry:after {
  content: '';
  width: 35px;
  height: 0;
  border-top: 3px dotted #009d5a;
  position: absolute;
  top: 19px;
  left: 15px;
}

.vertical-timeline-entry.vertical-timeline-entry--right {
  margin-left: auto;
}

.vertical-timeline-entry p {
  margin-top: 15px;
}

.vertical-timeline-entry p:first-child {
  margin-top: 0;
}

.vertical-timeline-entry-year {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 6px 12px 8px;
  background-color: #009d5a;
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

.vertical-timeline-entry-year:last-child {
  margin-bottom: 0;
}

.vertical-timeline-entry-desc {
  width: 100%;
  display: table;
}

.vertical-timeline-entry-desc .desc-visual-img {
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.vertical-timeline-entry-desc .desc-body {
  padding-top: 15px;
}

.vertical-timeline-today {
  margin-top: 35px;
  position: absolute;
}

.vertical-timeline-today:before {
  top: -30px;
}

.vertical-timeline-today .vertical-timeline-entry-year {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 481px) {
  .about-us-timeline-section {
    background-size: 150% auto;
  }
  .about-us-timeline-heading,
  .vertical-timeline-heading {
    font-size: 28px;
  }
  .vertical-timeline-entries:before {
    bottom: -20px;
  }
  .vertical-timeline-entry-year {
    margin-bottom: 20px;
    font-size: 23px;
  }
  .vertical-timeline-today {
    margin-top: 45px;
  }
}

@media (min-width: 641px) {
  .about-us-timeline-section {
    padding-bottom: 0;
    position: relative;
    background-size: 100% auto;
  }
  .about-us-timeline-heading,
  .vertical-timeline-heading {
    font-size: 32px;
  }
  .about-us-timeline-heading {
    position: absolute;
  }
  .vertical-timeline-heading {
    text-align: center;
  }
  .vertical-timeline-entries {
    padding-bottom: 30px;
  }
  .vertical-timeline-entries:before {
    left: 50%;
    bottom: -30px;
    margin-left: -1px;
  }
  .vertical-timeline-entry {
    width: 50%;
    margin-top: 0;
  }
  .vertical-timeline-entry:before {
    top: 15px;
  }
  .vertical-timeline-entry:after {
    top: 24px;
  }
  .vertical-timeline-entry.vertical-timeline-entry--right {
    padding-left: 45px;
    margin-left: auto;
  }
  .vertical-timeline-entry.vertical-timeline-entry--right:before {
    left: -10px;
  }
  .vertical-timeline-entry.vertical-timeline-entry--right:after {
    left: 0;
  }
  .vertical-timeline-entry.vertical-timeline-entry--left {
    padding-right: 45px;
    padding-left: 0;
    text-align: right;
  }
  .vertical-timeline-entry.vertical-timeline-entry--left:before {
    right: -10px;
    left: auto;
  }
  .vertical-timeline-entry.vertical-timeline-entry--left:after {
    right: 0;
    left: auto;
  }
  .vertical-timeline-entry-year {
    font-size: 27px;
  }
  .vertical-timeline-entry-desc {
    max-width: 290px;
  }
  .vertical-timeline-entry--left .vertical-timeline-entry-desc {
    margin-left: auto;
  }
  .vertical-timeline-today {
    position: relative;
    top: 20px;
    margin-top: 0;
    text-align: center;
  }
  .vertical-timeline-today:before {
    top: 0;
    left: 50%;
    margin-left: -10px;
  }
  .vertical-timeline-today .vertical-timeline-entry-year {
    margin-top: 30px;
  }
  .about-us-timeline {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1025px) {
  .vertical-timeline-entry-desc--wide {
    max-width: 100%;
  }
  .vertical-timeline-entry-desc .desc-visual,
  .vertical-timeline-entry-desc .desc-body {
    display: table-cell;
    vertical-align: top;
  }
  .vertical-timeline-entry-desc .desc-visual {
    width: 150px;
  }
  .vertical-timeline-entry-desc .desc-body {
    padding-left: 15px;
  }
}

/*---- About Us - Today ----*/
.about-us-today-section {
  line-height: 1.6;
}

.about-us-today-wrapper {
  max-width: 680px;
}

@media (max-width: 480px) {
  .about-us-today-section {
    padding-top: 70px;
  }
}

@media (min-width: 481px) {
  .about-us-today-section {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .about-us-today-section {
    padding-top: 80px;
  }
}

@media (min-width: 641px) {
  .about-us-today-section {
    text-align: center;
  }
}

/*---- About Us - Info ----*/
.about-us-info-section {
  background: center no-repeat;
  background-size: cover;
  line-height: 1.6;
}

.about-us-info-section p {
  margin-top: 15px;
}

.about-us-info-section p:first-child {
  margin-top: 0;
}

.about-us-info-wrapper {
  max-width: 825px;
}

.about-us-info-heading {
  font-size: 22px;
  line-height: 1.2;
}

.about-us-info-row {
  margin-top: -15px;
}

.about-us-info-col {
  padding-top: 15px;
}

@media (min-width: 481px) {
  .about-us-info-heading {
    font-size: 26px;
  }
}

@media (min-width: 641px) {
  .about-us-info-heading {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .about-us-info-row {
    margin-left: -30px;
    overflow: hidden;
  }
  .about-us-info-col {
    width: 50%;
    padding-left: 30px;
    float: left;
  }
}

@media (min-width: 801px) {
  .about-us-info-row {
    margin-left: -45px;
  }
  .about-us-info-col {
    padding-left: 45px;
  }
}

/*---- About Us - Achievements ----*/
.about-us-achievements-section {
  background-color: #f1f1f1;
}

.about-us-achievements {
  line-height: 1.6;
}

.about-us-achievements-heading {
  margin-bottom: 15px;
  font-size: 22px;
}

@media (min-width: 481px) {
  .about-us-achievements-heading {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

@media (min-width: 641px) {
  .about-us-achievements-heading {
    font-size: 30px;
  }
}

/*---- About Us - Accreditations ----*/
.about-us-accreditations {
  padding: 15px;
  margin-top: 30px;
  background-color: #fff;
  text-align: center;
}

.about-us-accreditations-col {
  padding-top: 15px;
}

.about-us-accreditations-col:first-child {
  padding-top: 0;
  line-height: 1.6;
  text-align: left;
}

.about-us-accreditations-heading {
  margin-bottom: 10px;
  font-size: 18px;
}

.about-us-accreditations-visual {
  margin-bottom: 10px;
}

@media (min-width: 481px) {
  .about-us-accreditations {
    margin-top: 35px;
    padding: 20px;
    font-size: 12px;
  }
  .about-us-accreditations-heading {
    margin-bottom: 15px;
    font-size: 21px;
  }
}

@media (min-width: 641px) {
  .about-us-accreditations {
    margin-top: 40px;
    padding: 25px;
  }
  .about-us-accreditations-row {
    margin-left: -30px;
    overflow: hidden;
  }
  .about-us-accreditations-col {
    width: 33.3333%;
    padding-top: 30px;
    padding-left: 30px;
    float: left;
  }
  .about-us-accreditations-col:first-child {
    width: 100%;
  }
  .about-us-accreditations-visual {
    height: 100px;
    margin-bottom: 15px;
  }
  .about-us-accreditations-heading {
    font-size: 24px;
  }
}

@media (min-width: 801px) {
  .about-us-accreditations-col {
    width: 26%;
    padding-top: 0;
  }
  .about-us-accreditations-col:first-child {
    width: 25%;
    padding-top: 10px;
  }
  .about-us-accreditations-col:nth-child(4) {
    width: 23%;
  }
}

/*---- About Us - Timeline ----*/
.vertical-timeline-heading {
  color: #ec1c23;
}

.vertical-timeline-entries:before,
.vertical-timeline-today:before,
.vertical-timeline-entry:before {
  border-color: #ec1c23;
}

.vertical-timeline-entry:after {
  border-color: #ec1c23;
}

.vertical-timeline-entry-year {
  background-color: #ec1c23;
}

.about-us-timeline .entry-1977-contents,
.about-us-timeline .entry-2005-contents {
  max-width: 405px;
  padding-right: 85px;
  position: relative;
}

.about-us-timeline .entry-2005-visual {
  width: 75px;
  position: absolute;
  bottom: -5px;
  right: 0;
}

@media (min-width: 481px) {
  .about-us-timeline .entry-1977-contents,
  .about-us-timeline .entry-2005-contents {
    max-width: 420px;
    padding-right: 100px;
  }
  .about-us-timeline .entry-2005-visual {
    width: auto;
    bottom: -15px;
  }
}

@media (min-width: 641px) {
  .about-us-today-section {
    padding-top: 25px;
  }
  .about-us-timeline-section {
    overflow: hidden;
    background: none;
  }
  .about-us-timeline-section > .wrapper {
    position: relative;
    z-index: 1;
  }
  .about-us-timeline-section:before {
    content: '';
    width: 100%;
    height: 560px;
    background: url(../images/contents/our-company/about-us/bg-timeline.jpg) center top no-repeat #c9e3f1;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .about-us-timeline-section:after {
    content: '';
    width: 782px;
    height: 287px;
    position: absolute;
    top: 273px;
    left: 50%;
    margin-left: -25px;
    background: url(../images/contents/our-company/about-us/factory.png) right bottom no-repeat;
  }
  .about-us-timeline .entry-1969 {
    margin-top: -125px;
  }
  .about-us-timeline .entry-1970,
  .about-us-timeline .entry-1974,
  .about-us-timeline .entry-1977 {
    margin-top: 35px;
  }
  .about-us-timeline .entry-1977-contents {
    max-width: 100%;
    padding-right: 0;
  }
  .about-us-timeline .entry-2005 {
    margin-top: -25px;
  }
  .about-us-timeline .entry-2005-contents {
    max-width: 285px;
  }
  .vertical-timeline-today {
    top: 0;
    margin-top: 20px;
  }
}

/*---- About Us - Achievements ----*/
.about-us-achievements-desc p {
  margin-top: 15px;
}

.about-us-achievements-visuals {
  max-width: 600px;
  margin: 0 auto;
  color: #82612c;
  font-family: "VAG Rounded", Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.about-us-achievements-visual {
  max-width: 40%;
  max-width: calc(50% - 25px);
  margin: 15px 10px 0;
  display: inline-block;
  vertical-align: bottom;
}

.about-us-achievements-visual-img {
  display: block;
  margin: 0 auto;
}

.about-us-achievements-visual-icon {
  display: block;
  margin: 15px auto 10px;
}

@media (min-width: 641px) {
  .about-us-achievements-visual {
    max-width: 100%;
    margin: 30px 15px 0;
  }
}

@media (min-width: 1025px) {
  .about-us-achievements-row {
    width: 100%;
    margin-bottom: -30px;
    display: table;
    table-layout: fixed;
    position: relative;
  }
  .about-us-achievements-row:after {
    content: '';
    width: 517px;
    height: 252px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: url(../images/contents/our-company/about-us/achievements/background.png) center bottom no-repeat;
  }
  .about-us-achievements-desc,
  .about-us-achievements-visuals {
    display: table-cell;
    vertical-align: top;
  }
  .about-us-achievements-desc {
    width: 40%;
    padding: 30px 15px 275px 0;
  }
  .about-us-achievements-visuals {
    width: 60%;
    padding-left: 15px;
  }
  .about-us-achievements-visual {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.ws\:nw {
  white-space: nowrap;
}



/*---PDPA---*/

.pdpa {}
  .pdpa__container {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pdpa__container:first-child {
    margin-top: 0;
  }

  .pdpa__container:last-child {
    margin-bottom: 0;
  }

  .pdpa__block {

  }
    .pdpa__title {
      font-size: 22px;
      margin-bottom: 15px;
      letter-spacing: 0;
      line-height: 1.3;
      color: #ec1c23;
    }

    .pdpa__desc {
      margin: 1em 0;
      line-height: 1.5;
    }

    .pdpa__desc:last-child {
      margin-bottom: 30px;
    }

  .pdpa__list {
  }
    .pdpa__item-title {
      display: flex;
      width: 100%;
      font-size: 22px;
      margin-bottom: 15px;
      letter-spacing: 0;
      line-height: 1.3;
      color: #ec1c23;
      font-family: "VAG Rounded", Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    .pdpa__item-title .title {
      padding-left: 10px;
    }

    .pdpa__list-first {
      display: flex;
      font-size: 12px;
      margin: 1em 0;
      line-height: 1.5;
      color: #333;
      width: 100%;
    }

    .pdpa__list-first.single-- {
      padding-left: 15px;
    }
      .pdpa__list-first .desc {
        padding-left: 10px;
      }

      .pdpa__list-first .number {
        width: 100%;
        max-width: 15px;
      }


    .pdpa__list-second {
      display: flex;
      font-size: 12px;
      line-height: 1.5;
      color: #333;
      padding-left: 25px;
    }

    .pdpa__list-second.mg-top-- {
      margin-top: 1em;
    }

    .pdpa__list-second:first-child {
      margin-top: 1em;
    }
      .pdpa__list-second .number {
        width: 100%;
        max-width: 15px;
      }

      .pdpa__list-second .desc {
        padding-left: 10px;
      }


    .pdpa__list-third {
      display: flex;
      font-size: 12px;
      line-height: 1.5;
      color: #333;
      padding-left: 50px;
    }

    .pdpa__list-third.single-- {
      padding-left: 65px;
      margin-top: 1em;
    }

    .pdpa__list-third:first-child {
      margin-top: 1em;
    }
      .pdpa__list-third .number {
        width: 100%;
        max-width: 15px;
      }

      .pdpa__list-third .desc {
        padding-left: 10px;
      }


@media (min-width: 641px) {
  .pdpa__title {
    font-size: 30px;
  }

  .pdpa__desc {
    font-size: 13px;
  }  

  .pdpa__item-title {
    font-size: 30px;
  }   

  .pdpa__list-first {
    font-size: 13px;
  }

  .pdpa__list-first .desc {
    padding-left: 17px;
  }

  .pdpa__list-second {
    font-size: 13px;
    padding-left: 31px;
  }

  .pdpa__list-third {
    font-size: 13px;
    padding-left: 55px;
  }

  .pdpa__list-third .desc{
    padding-left: 15px;
  }
}
