body {
  position: relative; }

#landing {
  background-color: #00895e; }
  #landing > header {
    padding: 60px 0 40px; }
    #landing > header .row {
      margin: 0; }
  #landing article {
    padding-bottom: 80px; }
  #landing .block-landing:hover span:before {
    background-image: url(/files/landing/frame-over.png); }
  #landing .block-landing:hover figcaption {
    background-image: url(../images/bg/bg-menu-active.png); }
  #landing .block-landing span {
    position: relative;
    display: inline-block; }
    #landing .block-landing span:before {
      position: relative;
      content: "";
      background-image: url(/files/landing/frame-normal.png);
      background-repeat: no-repeat;
      background-size: 100%;
      max-width: 406px;
      width: 406px;
      height: 406px;
      display: inline-block;
      z-index: 2;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    #landing .block-landing span img {
      position: absolute;
      top: 0;
      padding: 25px; }
  #landing .block-landing figcaption {
    display: block;
    clear: both;
    padding: 15px 0 15px;
    background-repeat: no-repeat;
    background-position: center bottom; }
    #landing .block-landing figcaption h4 {
      color: #ffffff;
      margin: 0;
      padding: 0; }
  #landing > footer {
    position: fixed;
    bottom: 0;
    z-index: 2; }

.container-fluid.mock-up {
  padding-left: 0;
  padding-right: 0; }
  .container-fluid.mock-up > .row {
    margin: 0; }
    .container-fluid.mock-up > .row .col-xs-12 {
      padding: 0; }

.block-home-news {
  width: 100%; }
  .block-home-news > header h3 {
    margin: 0; }
  .block-home-news > div {
    color: #fff; }
    .block-home-news > div > a {
      color: #fff; }
      .block-home-news > div > a:hover {
        color: #E10A14; }

.block-home-biz {
  margin: 0 0 15px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .block-home-biz > div {
    position: relative;
    padding: 1.5em;
    height: 225px;
    color: #fff; }
    .block-home-biz > div:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.4);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .block-home-biz > div:hover:before {
      background-color: rgba(0, 139, 84, 0.5); }
    .block-home-biz > div:hover p:after {
      background-color: transparent; }
    .block-home-biz > div:hover a {
      opacity: 1; }
    .block-home-biz > div * {
      position: relative; }
    .block-home-biz > div h2 {
      color: #fff;
      margin: 0 0 10px 0; }
    .block-home-biz > div p {
      position: relative;
      padding-bottom: 15px; }
      .block-home-biz > div p:after {
        position: absolute;
        content: "";
        height: 4px;
        width: 50px;
        background-color: #E10A14;
        left: 0;
        bottom: 0; }
    .block-home-biz > div a {
      opacity: 0;
      -webkit-transition: opacity 0.5s linear;
      -moz-transition: opacity 0.5s linear;
      -ms-transition: opacity 0.5s linear;
      -o-transition: opacity 0.5s linear;
      transition: opacity 0.5s linear; }

section.home-section.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

section[id^=home] {
  padding-top: 100px; }

#home-intro {
  position: relative;
  overflow: hidden; }
  #home-intro #home-news-image {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 0; }
  #home-intro #home-news {
    margin: 0;
    padding: 70px 0 0; }
    #home-intro #home-news .flex-control-nav {
      width: auto;
      z-index: 2;
      bottom: 0;
      right: 0; }
      #home-intro #home-news .flex-control-nav a {
        width: 18px;
        height: 18px;
        display: block;
        box-shadow: 0 0 0;
        border-radius: 0;
        background-color: transparent;
        border: 2px solid #ed2024; }
        #home-intro #home-news .flex-control-nav a.flex-active {
          background-color: #ed2024; }
  #home-intro article {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 140px;
    width: 100%;
    background-image: url("../images/bg/bg-home-news.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 4; }
    #home-intro article .flexslider {
      background: none;
      border: 0;
      border-radius: 0;
      box-shadow: 0 0 0; }
      #home-intro article .flexslider ul {
        list-style: none;
        margin: 0; }

#home-business {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 40px; }
  #home-business article {
    padding: 50px 0; }
    #home-business article [class*=offset] {
      clear: both; }

#home-ir article .ir-stock {
  padding: 0 0 15px;
  color: #fff; }
  #home-ir article .ir-stock strong {
    display: inline-block;
    padding: 5px 7px;
    background-color: #008A53; }
  #home-ir article .ir-stock span {
    display: inline-block;
    padding: 5px 7px; }
  #home-ir article .ir-stock time {
    display: inline-block;
    padding: 5px 7px; }

#home-ir article .ir-news {
  padding: 15px 0 30px 0; }
  #home-ir article .ir-news .badge {
    border-radius: 0;
    background-color: #E10A14;
    font-size: 14px;
    font-size: 1.4rem; }
  #home-ir article .ir-news ul {
    margin-bottom: 0; }
    #home-ir article .ir-news ul li:last-child {
      float: right;
      width: auto;
      text-align: right;
      font-size: 14px;
      font-size: 1.4rem; }
      #home-ir article .ir-news ul li:last-child a {
        color: #fff; }
        #home-ir article .ir-news ul li:last-child a i {
          position: relative;
          left: 0;
          top: 2px; }
        #home-ir article .ir-news ul li:last-child a span {
          padding: 3px 0;
          line-height: 1;
          vertical-align: middle;
          font-weight: bold;
          padding-left: 5px; }
        #home-ir article .ir-news ul li:last-child a:hover {
          color: #008A53; }
  #home-ir article .ir-news .news-list {
    padding-top: 15px; }
    #home-ir article .ir-news .news-list time {
      color: #fff;
      padding-bottom: 10px;
      display: block; }
    #home-ir article .ir-news .news-list p {
      margin-bottom: 0; }
      #home-ir article .ir-news .news-list p a {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-width: auto;
        height: 22.4px;
        /* Fallback for non-webkit */
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    #home-ir article .ir-news .news-list a {
      color: #fff; }
      #home-ir article .ir-news .news-list a:hover {
        color: #008A53; }

#home-ir article .ir-download div a {
  display: block;
  height: 150px;
  padding: 20px;
  border: 1px solid #fff;
  background-color: rgba(149, 173, 199, 0.9);
  color: #dee2e7;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  #home-ir article .ir-download div a:hover {
    background-color: #008A53;
    border: 1px solid #008A53; }
  #home-ir article .ir-download div a > span {
    min-height: 62px; }
    #home-ir article .ir-download div a > span.name {
      padding-bottom: 15px;
      display: block;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      max-width: auto;
      height: 67.2px;
      /* Fallback for non-webkit */
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    #home-ir article .ir-download div a > span.quater {
      float: left;
      width: 70%;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      max-width: auto;
      height: 44.8px;
      /* Fallback for non-webkit */
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      align-items: center;
      display: inline-flex; }
    #home-ir article .ir-download div a > span[data-icon] {
      float: right;
      padding: 5px 10px;
      width: 30%;
      text-align: right;
      align-items: center;
      display: inline-flex; }

#home-map {
  height: calc(100vh + 300px); }
  #home-map header {
    padding: 50px 0; }
  #home-map .inter-map {
    position: relative; }
    #home-map .inter-map > div {
      margin: 0 auto; }
    #home-map .inter-map .custom-map-popup {
      position: absolute;
      display: none; }
    #home-map .inter-map #map-asia {
      top: 0%;
      left: 65%; }
    #home-map .inter-map #map-australia {
      top: 50%;
      left: 75%;
      width: 22%; }
    #home-map .inter-map #map-middleeast {
      top: 30%;
      left: 60%; }
    #home-map .inter-map #map-europe {
      top: 10%;
      left: 58%; }
    #home-map .inter-map #map-southafrica {
      top: 33%;
      left: 55%; }
    #home-map .inter-map #map-america {
      top: 15%;
      left: 35%; }
  #home-map .map-detail {
    color: #fff;
    margin: 0 auto; }
    #home-map .map-detail .media {
      position: relative;
      padding: 1em 0;
      display: block;
      width: 30%;
      margin: 0 auto; }
      #home-map .map-detail .media::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #fff;
        top: 0;
        left: 0; }
    #home-map .map-detail .number {
      margin-bottom: 0; }
    #home-map .map-detail .value {
      margin-bottom: 0; }

.business-flow .map-detail {
  color: #fff;
  margin: 0 auto; }
  .business-flow .map-detail .media {
    position: relative;
    padding: 1em 0;
    display: block;
    width: 30%;
    margin: 0 auto; }
    .business-flow .map-detail .media::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #fff;
      top: 0;
      left: 0; }
  .business-flow .map-detail .number {
    margin-bottom: 0; }
  .business-flow .map-detail .value {
    margin-bottom: 0; }

.business-flow .inter-map {
  position: relative; }
  .business-flow .inter-map > div {
    margin: 0 auto; }
  .business-flow .inter-map .custom-map-popup {
    position: absolute;
    display: none; }
  .business-flow .inter-map #map-asia {
    top: 7%;
    left: 68%; }
  .business-flow .inter-map #map-australia {
    top: 50%;
    left: 75%;
    width: 22%; }
  .business-flow .inter-map #map-middleeast {
    top: 21%;
    left: 59%; }
  .business-flow .inter-map #map-europe {
    top: 9%;
    left: 55%; }
  .business-flow .inter-map #map-southafrica {
    top: 33%;
    left: 55%; }
  .business-flow .inter-map #map-america {
    top: 13%;
    left: 35%; }
  .business-flow .inter-map #map-south-america {
    top: 43%;
    left: 42%; }

.content-header {
  height: auto;
  padding-top: 220px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden; }
  .content-header.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .content-header:after {
    content: '';
    background-image: url("/files/bg/lumpy-top.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 46px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2; }
  .content-header > div {
    position: relative;
    z-index: 1;
    top: 50%;
    left: 0;
    right: 0;
    height: 100%; }
  .content-header .content-header-wrapper {
    display: table-cell;
    vertical-align: middle; }

.content-footer {
  min-height: 500px;
  padding-top: 30px;
  padding-bottom: 250px;
  overflow: hidden; }

.content-detail {
  min-height: 500px;
  padding-top: 180px;
  padding-bottom: 250px; }

.white-rim {
  position: relative;
  background-color: #ffffff; }
  .white-rim .white-rim-wrapper {
    padding-top: 5em;
    padding-bottom: 5em; }
  .white-rim:after {
    content: '';
    background-image: url("/files/content/about/vision/bottom.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 46px;
    width: 100%;
    position: absolute;
    bottom: -20px; }

.vision01-bg {
  background-image: url("/files/content/about/vision/vision01-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.vision02-bg {
  background-image: url("/files/content/about/vision/vision02-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.vision-product {
  position: relative;
  width: 100%;
  height: 400px; }
  .vision-product .carabao-bottle {
    position: absolute;
    top: 0;
    right: 45px; }
  .vision-product .carabao-can {
    position: absolute;
    bottom: -50px;
    left: 0; }

.background-wrapper .background-bg {
  background-image: url("/files/content/about/background/background-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.background-wrapper .background-img-wrapper {
  position: relative;
  height: 400px;
  overflow: hidden; }
  .background-wrapper .background-img-wrapper .background01 {
    background-image: url("/files/content/about/background/background01.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 240px;
    width: 311px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    margin: 0 auto; }
  .background-wrapper .background-img-wrapper .background02 {
    background-image: url("/files/content/about/background/background02.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 239px;
    width: 221px;
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 2; }
  .background-wrapper .background-img-wrapper .background03 {
    background-image: url("/files/content/about/background/background03.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 219px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 30px; }

.background-wrapper .business-items li {
  padding: 10px 40px;
  border-right: 1px solid #c8c8c8; }
  .background-wrapper .business-items li:last-child {
    border-right: none; }

.custom-tab .custom-tab-wrapper .nav-tabs {
  border-bottom: none; }
  .custom-tab .custom-tab-wrapper .nav-tabs > li > a {
    color: #8D8D8D;
    border: none; }
  .custom-tab .custom-tab-wrapper .nav-tabs > li.active > a {
    color: #000;
    border: none;
    margin-bottom: 15px;
    margin-top: -12px; }
  .custom-tab .custom-tab-wrapper .nav-tabs > li.active::after {
    content: '';
    background-image: url("/files/content/about/background/tab-hover.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .custom-tab .custom-tab-wrapper .nav-tabs > li:hover > a, .custom-tab .custom-tab-wrapper .nav-tabs > li:focus > a {
    color: #000;
    border: none;
    background-color: transparent; }

.custom-tab .custom-tab-wrapper .form-group .btn {
  min-width: 150px;
  text-align: left; }
  .custom-tab .custom-tab-wrapper .form-group .btn .fa {
    float: right; }

.custom-tab .custom-tab-wrapper .img-wrapper {
  width: 100%;
  height: 175px;
  margin: 0 auto; }
  .custom-tab .custom-tab-wrapper .img-wrapper .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100%;
    width: 100%; }

.chairman-bg {
  position: relative;
  min-height: 690px; }
  .chairman-bg .chairman-person {
    background-image: url("/files/content/about/chairman/chairman-person.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 747px;
    width: 100%;
    position: absolute;
    top: 15%;
    left: 0; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .chairman-bg .chairman-person {
        left: 5%; } }

.our-product-bg {
  background-image: url("/files/content/our-product/our-product-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.product-detail .container .row:nth-child(3n) > div:first-child {
  float: right; }

.custom-ncard .custom-ncard-wrapper .nav-tabs {
  border-bottom: none; }
  .custom-ncard .custom-ncard-wrapper .nav-tabs > li > a {
    color: #8D8D8D;
    border: none; }
    .custom-ncard .custom-ncard-wrapper .nav-tabs > li > a::after {
      content: '';
      background-color: #8D8D8D;
      height: 40%;
      width: 1px;
      position: absolute;
      top: 30%;
      right: 0; }
  .custom-ncard .custom-ncard-wrapper .nav-tabs > li.active > a {
    color: #000;
    border: none;
    background-color: transparent; }
  .custom-ncard .custom-ncard-wrapper .nav-tabs > li.active::after {
    content: '';
    background-color: red;
    height: 4px;
    width: 85%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .custom-ncard .custom-ncard-wrapper .nav-tabs > li:hover > a, .custom-ncard .custom-ncard-wrapper .nav-tabs > li:focus > a {
    color: #000;
    border: none;
    background-color: transparent;
    outline: none; }
  .custom-ncard .custom-ncard-wrapper .nav-tabs > li:hover::after, .custom-ncard .custom-ncard-wrapper .nav-tabs > li:focus::after {
    content: '';
    background-color: red;
    height: 4px;
    width: 85%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .custom-ncard .custom-ncard-wrapper .nav-tabs > li:last-child > a::after {
    content: '';
    display: none; }

.custom-ncard .custom-ncard-wrapper .nav > li > a:hover, .custom-ncard .custom-ncard-wrapper .nav > li > a:focus {
  background-color: transparent;
  outline: none; }

.custom-ncard .custom-ncard-wrapper .ncard-items {
  max-height: 100%;
  overflow: hidden;
  margin-bottom: 2em; }
  .custom-ncard .custom-ncard-wrapper .ncard-items .detail {
    position: relative;
    padding: 2em;
    min-height: 235px;
    display: block;
    border: 1px solid #F0F0F0; }
    .custom-ncard .custom-ncard-wrapper .ncard-items .detail span.date {
      color: #008A53;
      position: absolute;
      left: 2em;
      bottom: 2em; }
    .custom-ncard .custom-ncard-wrapper .ncard-items .detail p {
      color: #000;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      max-width: auto;
      height: 104px;
      /* Fallback for non-webkit */
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .custom-ncard .custom-ncard-wrapper .ncard-items .img {
    height: 240px; }
    .custom-ncard .custom-ncard-wrapper .ncard-items .img .img-bg {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      height: 100%;
      width: 100%; }
  .custom-ncard .custom-ncard-wrapper .ncard-items:focus, .custom-ncard .custom-ncard-wrapper .ncard-items:hover {
    -webkit-box-shadow: 0px 5px 5px 0px #f0f0f0;
    -moz-box-shadow: 0px 5px 5px 0px #f0f0f0;
    box-shadow: 0px 5px 5px 0px #f0f0f0; }
    .custom-ncard .custom-ncard-wrapper .ncard-items:focus .detail p, .custom-ncard .custom-ncard-wrapper .ncard-items:hover .detail p {
      color: #008A53; }

.custom-filter {
  position: relative;
  display: inline-block;
  width: 100%; }
  .custom-filter .filter-icon {
    background-color: #fff;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    pointer-events: none;
    border: 1px solid #ccc; }
    .custom-filter .filter-icon:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -6px;
      margin-left: -3px;
      pointer-events: none;
      width: 9px;
      height: 9px;
      border-top: 2px solid #1C1C1C;
      border-right: 2px solid #1C1C1C;
      -moz-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
  .custom-filter.contact-filter .form-control {
    color: #8D8D8D; }
  .custom-filter .form-control {
    border-radius: 0;
    height: 48px;
    color: #000; }
    .custom-filter .form-control:focus {
      border-color: #008A53;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 138, 83, 0.6); }

.pagination ul.pagination li a {
  color: #000;
  border-radius: 0; }

.pagination ul.pagination li.active a {
  color: #fff;
  background-color: #008A53;
  border-color: #008A53; }
  .pagination ul.pagination li.active a:hover {
    background-color: #008A53;
    border-color: #008A53; }

.pcard-items {
  margin-bottom: 5em; }
  .pcard-items .pcard-img {
    margin-bottom: 2em;
    position: relative;
    min-height: 1px;
    height: 336px; }
    .pcard-items .pcard-img .pcard-img-bg {
      background-image: url("/files/content/our-product/green-hover.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      height: 192px;
      width: 100%;
      position: absolute;
      top: 50%;
      margin-top: -96px;
      -webkit-filter: grayscale(100%) opacity(25%);
      filter: grayscale(100%) opacity(25%); }
    .pcard-items .pcard-img img {
      position: relative;
      height: 336px; }
  .pcard-items h4 {
    text-align: center;
    color: #008A53; }
  .pcard-items:hover .pcard-img .pcard-img-bg, .pcard-items:focus .pcard-img .pcard-img-bg {
    -webkit-filter: none;
    filter: none; }

.custom-collapse-detail {
  padding: 2em 0; }

.custom-thumbnail {
  margin-bottom: 2em; }
  .custom-thumbnail .thumbnail {
    margin-top: 2em;
    border: none; }
    .custom-thumbnail .thumbnail .caption {
      padding: 2em 0; }

.custom-form input.form-control {
  height: 50px;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  box-shadow: none; }
  .custom-form input.form-control:focus {
    border-color: #008A53;
    box-shadow: none; }

.custom-form textarea.form-control {
  border-radius: 0;
  box-shadow: none; }
  .custom-form textarea.form-control:focus {
    border-color: #008A53;
    box-shadow: none; }

.management-wrapper .management-bg {
  background-image: url("/files/content/about/management/management-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.cut-content {
  position: relative;
  height: 300px;
  overflow: hidden; }

.full-content {
  height: auto; }

.custom-bcard .custom-bcard-wrapper .nav-tabs {
  border-bottom: none;
  text-align: center; }
  .custom-bcard .custom-bcard-wrapper .nav-tabs > li {
    float: none;
    display: inline-block;
    *display: inline;
    /* ie7 fix */
    zoom: 1;
    /* hasLayout ie7 trigger */ }
    .custom-bcard .custom-bcard-wrapper .nav-tabs > li > a {
      color: #8D8D8D;
      border: none; }
      .custom-bcard .custom-bcard-wrapper .nav-tabs > li > a::after {
        content: '';
        background-color: #8D8D8D;
        height: 15px;
        width: 1px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -7px; }
    .custom-bcard .custom-bcard-wrapper .nav-tabs > li.active > a, .custom-bcard .custom-bcard-wrapper .nav-tabs > li:hover > a, .custom-bcard .custom-bcard-wrapper .nav-tabs > li:focus > a {
      color: #000;
      border: none;
      background-image: url("/files/content/about/board/tab-hover.png");
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      background-size: cover;
      height: 42px; }
    .custom-bcard .custom-bcard-wrapper .nav-tabs > li:last-child > a::after {
      content: '';
      background-color: transparent; }

.bcard-items {
  max-height: 100%;
  overflow: hidden;
  margin-bottom: 2em; }
  .bcard-items .img {
    background-color: #000;
    height: 320px;
    overflow: hidden; }
  .bcard-items .detail {
    padding: 1em 2em;
    min-height: 80px;
    display: block;
    background-color: #008A53;
    color: #fff;
    position: relative; }
    .bcard-items .detail ul {
      margin: 0;
      position: relative; }
      .bcard-items .detail ul li {
        padding: 0; }
        .bcard-items .detail ul li p {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          max-width: auto;
          height: 48px;
          /* Fallback for non-webkit */
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
      .bcard-items .detail ul li:last-child {
        position: relative;
        width: 100%;
        padding-right: 2em; }
        .bcard-items .detail ul li:last-child::before {
          content: "\67";
          font-family: "cbg" !important;
          font-size: 18px;
          font-size: 1.8rem;
          position: absolute;
          top: 0;
          right: 0;
          color: #E10A14;
          z-index: 1; }
        .bcard-items .detail ul li:last-child::after {
          content: "";
          position: absolute;
          top: 5px;
          right: 3px;
          background-color: #fff;
          width: 15px;
          height: 15px;
          border-radius: 50%; }
    .bcard-items .detail::before {
      content: '';
      background-image: url("/files/content/about/board/board-hover.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      height: 170px;
      width: 100%;
      position: absolute;
      top: -20px;
      left: 0; }
  .bcard-items .bcard-popup {
    background-color: #f6faee; }
    .bcard-items .bcard-popup .modal {
      padding-right: 0 !important; }
    .bcard-items .bcard-popup .modal-dialog {
      width: 100%;
      margin: 0; }
    .bcard-items .bcard-popup .modal-content {
      border-radius: 0;
      border: 0;
      background-color: #f6faee;
      height: 100vh;
      min-height: 600px; }
    .bcard-items .bcard-popup .modal-body {
      max-height: 100vh;
      overflow-y: auto; }
      .bcard-items .bcard-popup .modal-body .content p {
        color: #E10A14;
        margin-bottom: 10px !important; }
    .bcard-items .bcard-popup .modal-header {
      position: fixed;
      right: 0;
      left: 0;
      width: 100%;
      background-color: #f6faee !important;
      border: 0;
      padding-right: 30px !important;
      z-index: 1; }
      .bcard-items .bcard-popup .modal-header .close {
        opacity: 1;
        text-shadow: none;
        color: #fff; }
        .bcard-items .bcard-popup .modal-header .close span {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: normal;
          line-height: 14px;
          padding: 5px 8px;
          background-color: #008A53; }
  .bcard-items:focus, .bcard-items:hover {
    -webkit-box-shadow: 0px 5px 5px 0px #f0f0f0;
    -moz-box-shadow: 0px 5px 5px 0px #f0f0f0;
    box-shadow: 0px 5px 5px 0px #f0f0f0; }
    .bcard-items:focus .detail, .bcard-items:hover .detail {
      color: #c90912; }

.business-structure-bg {
  background-image: url("/files/content/about/management/management-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.latest-video i {
  color: #E10A14; }

.custom-pill {
  padding: 1em 0; }
  .custom-pill .nav-pills > li {
    margin-bottom: 1em; }
    .custom-pill .nav-pills > li > a {
      padding: 10px 40px;
      background-color: #072b1b;
      color: #008A53; }
      .custom-pill .nav-pills > li > a:hover, .custom-pill .nav-pills > li > a:focus {
        background-color: rgba(255, 255, 255, 0.5); }
    .custom-pill .nav-pills > li.active > a {
      background-color: #fff;
      color: #008A53;
      position: relative; }
      .custom-pill .nav-pills > li.active > a::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 7px 0 7px;
        border-color: #ffffff transparent transparent transparent;
        position: absolute;
        bottom: -10px;
        margin: 0 auto;
        left: 0;
        right: 0; }

.custom-business-tab ul.nav-tabs {
  border-bottom: none; }
  .custom-business-tab ul.nav-tabs li {
    width: 20%;
    transition: all 0.3s ease 0s; }
    .custom-business-tab ul.nav-tabs li.active {
      width: 40%; }
      .custom-business-tab ul.nav-tabs li.active .btab-items .btab-items-wrapper .content-wrapper .content {
        background-color: transparent;
        border: none;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+50,000000+100&0+0,0.8+100 */
        background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.9) 90%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.9) 90%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.9) 90%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#cc000000',GradientType=0 );
        /* IE6-9 */ }
        .custom-business-tab ul.nav-tabs li.active .btab-items .btab-items-wrapper .content-wrapper .content span.header {
          color: #fff; }
          .custom-business-tab ul.nav-tabs li.active .btab-items .btab-items-wrapper .content-wrapper .content span.header::after {
            content: '';
            width: 10%; }
        .custom-business-tab ul.nav-tabs li.active .btab-items .btab-items-wrapper .content-wrapper .content p {
          color: #fff;
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          max-width: auto;
          height: 57.6px;
          /* Fallback for non-webkit */
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
    .custom-business-tab ul.nav-tabs li .btab-items .btab-items-wrapper {
      position: relative; }
      .custom-business-tab ul.nav-tabs li .btab-items .btab-items-wrapper .logo img {
        margin-bottom: 1em; }
      .custom-business-tab ul.nav-tabs li .btab-items .btab-items-wrapper .logo p {
        color: #008A53;
        margin-bottom: 0; }
      .custom-business-tab ul.nav-tabs li .btab-items .btab-items-wrapper .logo small {
        color: #000; }
      .custom-business-tab ul.nav-tabs li .btab-items .btab-items-wrapper .logo span {
        color: #000;
        margin-bottom: 1em;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-width: auto;
        height: 38.4px;
        /* Fallback for non-webkit */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .custom-business-tab ul.nav-tabs li .btab-items .btab-items-wrapper .bg-image {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 455px; }
      .custom-business-tab ul.nav-tabs li .btab-items .btab-items-wrapper a {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .custom-business-tab ul.nav-tabs li .btab-items .btab-items-wrapper a[aria-expanded*="true"] .content-wrapper .content-cover {
        opacity: 1; }
      .custom-business-tab ul.nav-tabs li .btab-items .btab-items-wrapper .content-wrapper {
        height: 100%;
        position: relative;
        bottom: 0;
        left: 0; }
        .custom-business-tab ul.nav-tabs li .btab-items .btab-items-wrapper .content-wrapper .content {
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 1em;
          background-color: #fff;
          border: 1px solid lightgrey;
          width: 100%; }
          .custom-business-tab ul.nav-tabs li .btab-items .btab-items-wrapper .content-wrapper .content span.header {
            color: #000;
            position: relative;
            padding: 10px 0;
            display: block;
            margin-bottom: 15px; }
            .custom-business-tab ul.nav-tabs li .btab-items .btab-items-wrapper .content-wrapper .content span.header::after {
              content: '';
              background-color: #E10A14;
              height: 3px;
              width: 25%;
              position: absolute;
              bottom: 0;
              left: 0; }
          .custom-business-tab ul.nav-tabs li .btab-items .btab-items-wrapper .content-wrapper .content p {
            color: #000;
            display: block;
            /* Fallback for non-webkit */
            display: -webkit-box;
            max-width: auto;
            height: 57.6px;
            /* Fallback for non-webkit */
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }

.content-detail .gallery-detail {
  width: 100%; }
  .content-detail .gallery-detail .fotorama__nav__shaft {
    float: right !important; }
  .content-detail .gallery-detail .fotorama__thumb-border {
    border-color: #008A53; }

.content-detail .header {
  margin-bottom: 1em; }

.content-detail .social-button {
  margin: 1em 0; }
  .content-detail .social-button li {
    padding: 0; }
    .content-detail .social-button li .btn-social {
      border-radius: 0; }
      .content-detail .social-button li .btn-social i {
        padding-right: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
      .content-detail .social-button li .btn-social small {
        padding-left: 10px; }

.content-detail .detail-thumbnail ul {
  list-style: none;
  padding: 0; }
  .content-detail .detail-thumbnail ul li {
    padding: 2em 0;
    border-bottom: 1px solid lightgrey; }
    .content-detail .detail-thumbnail ul li a {
      color: #000; }
      .content-detail .detail-thumbnail ul li a:hover, .content-detail .detail-thumbnail ul li a:focus {
        color: #008A53; }
    .content-detail .detail-thumbnail ul li p {
      margin-bottom: 1em; }
    .content-detail .detail-thumbnail ul li span {
      color: #008A53; }
    .content-detail .detail-thumbnail ul li:last-child {
      border-bottom: none; }

.content-detail .detail {
  border-right: 1px solid lightgrey;
  padding-right: 5em; }

.policy-bg {
  background-image: url("/files/content/csr/policy/policy-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.policy-music-bg {
  background-image: url("/files/content/csr/policy/policy-music-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  position: relative; }
  .policy-music-bg div {
    position: absolute;
    top: 50%;
    left: 22%;
    color: #fff; }

.policy-tambon-bg {
  background-image: url("/files/content/csr/policy/policy-tambon-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  position: relative; }
  .policy-tambon-bg div {
    position: absolute;
    top: 50%;
    left: 22%;
    color: #fff; }

.custom-accordion .panel-default {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none; }
  .custom-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent; }
  .custom-accordion .panel-default > a:hover .panel-heading p, .custom-accordion .panel-default a:focus .panel-heading p {
    color: #008A53; }

.custom-accordion .panel-heading {
  padding: 20px 25px;
  border-radius: 0;
  position: relative; }
  .custom-accordion .panel-heading::after {
    content: '';
    background-image: url("/files/content/csr/policy/accordion-hover.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 11px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 25px;
    display: none; }
  .custom-accordion .panel-heading p {
    color: #000;
    position: relative;
    width: 100%;
    padding-right: 2em; }
    .custom-accordion .panel-heading p small {
      padding-left: 1.5em; }
    .custom-accordion .panel-heading p:before {
      content: "\67";
      font-family: "cbg" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-size: 18px;
      font-size: 1.8rem;
      position: absolute;
      top: 0;
      right: 0;
      color: #E10A14;
      z-index: 1; }

.custom-accordion .panel-body {
  padding: 10px 25px 40px;
  background-color: #fff; }

.custom-accordion a[aria-expanded*="true"] .panel-heading {
  padding-bottom: 1.5em; }
  .custom-accordion a[aria-expanded*="true"] .panel-heading::after {
    content: '';
    display: inline-block; }
  .custom-accordion a[aria-expanded*="true"] .panel-heading p {
    color: #008A53; }
    .custom-accordion a[aria-expanded*="true"] .panel-heading p:before {
      content: "\69" !important; }

.custom-media .media {
  padding: 2em 0; }

.custom-media .detail p {
  margin-bottom: 15px; }

.custom-media .detail a i {
  color: #E10A14;
  float: left; }

.custom-media .detail a span {
  color: #000;
  display: block;
  float: left;
  padding: 0 10px; }

.custom-media .detail a:hover span, .custom-media .detail a:focus span {
  color: #E10A14; }

.custom-media .detail-wrapper {
  padding: 2em 2em 3em 2em;
  border: 1px solid lightgrey;
  margin-bottom: 0.5em; }

.custom-vcard .custom-vcard-wrapper .vcard-items {
  max-height: 100%;
  overflow: hidden;
  margin-bottom: 8%; }
  .custom-vcard .custom-vcard-wrapper .vcard-items .img {
    position: relative; }
    .custom-vcard .custom-vcard-wrapper .vcard-items .img .img-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.55); }
    .custom-vcard .custom-vcard-wrapper .vcard-items .img i {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      color: #E10A14;
      margin: 0 auto;
      text-align: center;
      margin-top: -45px; }
  .custom-vcard .custom-vcard-wrapper .vcard-items .detail {
    position: relative;
    padding: 2em;
    min-height: 235px;
    display: block;
    border: 1px solid #F0F0F0; }
    .custom-vcard .custom-vcard-wrapper .vcard-items .detail span.date {
      color: #008A53;
      position: absolute;
      left: 2em;
      bottom: 2em; }
    .custom-vcard .custom-vcard-wrapper .vcard-items .detail p.highlight {
      color: #000;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      max-width: auto;
      height: 23.4px;
      /* Fallback for non-webkit */
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .custom-vcard .custom-vcard-wrapper .vcard-items .detail p {
      color: #000;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      max-width: auto;
      height: 41.6px;
      /* Fallback for non-webkit */
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .custom-vcard .custom-vcard-wrapper .vcard-items:focus, .custom-vcard .custom-vcard-wrapper .vcard-items:hover {
    -webkit-box-shadow: 0px 5px 5px 0px #f0f0f0;
    -moz-box-shadow: 0px 5px 5px 0px #f0f0f0;
    box-shadow: 0px 5px 5px 0px #f0f0f0; }
    .custom-vcard .custom-vcard-wrapper .vcard-items:focus .detail p, .custom-vcard .custom-vcard-wrapper .vcard-items:hover .detail p {
      color: #008A53; }

.careers-bg {
  background-image: url("/files/content/career/career-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.work-bg {
  background-image: url("/files/content/career/work-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

ul.benefits {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }
  ul.benefits li {
    list-style-position: inside; }

.testimonial-wrapper {
  padding: 3em 0; }
  .testimonial-wrapper .testimonial-top {
    position: relative; }
    .testimonial-wrapper .testimonial-top #sync1 .item {
      padding: 0 0 40px 0; }
      .testimonial-wrapper .testimonial-top #sync1 .item .t-image {
        height: 329px; }
        .testimonial-wrapper .testimonial-top #sync1 .item .t-image ul {
          height: 100%; }
          .testimonial-wrapper .testimonial-top #sync1 .item .t-image ul li {
            padding: 3em;
            background-color: #008A53;
            color: #fff;
            height: 100%;
            position: relative; }
            .testimonial-wrapper .testimonial-top #sync1 .item .t-image ul li p {
              display: block;
              /* Fallback for non-webkit */
              display: -webkit-box;
              max-width: auto;
              height: 156px;
              /* Fallback for non-webkit */
              -webkit-line-clamp: 5;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
            .testimonial-wrapper .testimonial-top #sync1 .item .t-image ul li::after {
              content: '';
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 50px 50px 0;
              border-color: transparent #008A53 transparent transparent;
              position: absolute;
              left: 10%;
              bottom: -13%; }
    .testimonial-wrapper .testimonial-top #sync2.owl-carousel {
      position: absolute;
      right: 0;
      bottom: -10%;
      width: 50%; }
      .testimonial-wrapper .testimonial-top #sync2.owl-carousel .owl-item {
        width: 15% !important;
        float: right; }
        .testimonial-wrapper .testimonial-top #sync2.owl-carousel .owl-item .item {
          background: #C9C9C9;
          margin: 5px;
          color: #FFF;
          text-align: center;
          cursor: pointer; }
  .testimonial-wrapper .testimonial-bottom {
    padding: 5% 0; }

.custom-detail-collapse a[aria-expanded*="true"].btn-default[data-icon]:before {
  content: "\69" !important;
  color: grey !important; }

.custom-detail-collapse a[aria-expanded*="true"].btn-default {
  background-color: lightgrey; }

.custom-map-popup {
  width: 420px; }
  .custom-map-popup .header {
    position: relative;
    text-align: center;
    padding: 2%;
    background-color: #E10A14;
    color: white; }
    .custom-map-popup .header:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      left: -44px;
      top: 15px;
      transform: rotate(270deg) skew(35deg);
      -webkit-transform: rotate(270deg) skew(35deg);
      border-top: 22px solid transparent;
      border-left: 22px solid #E10A14;
      border-right: 22px solid transparent;
      border-bottom: 22px solid #E10A14; }
  .custom-map-popup .media {
    margin-top: 0;
    padding: 15px;
    background-color: #c6dcce;
    border: 1px solid #E10A14;
    border-top: 0; }
    .custom-map-popup .media .media-left {
      padding: 0 15px;
      color: #E10A14; }
    .custom-map-popup .media .media-body {
      padding: 0 10px; }
      .custom-map-popup .media .media-body ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: left; }
        .custom-map-popup .media .media-body ul li {
          padding: 3px; }

/* CONTACT */
.contact-department .caption p {
  padding-top: 15px; }

.contact-department .caption ul {
  clear: both;
  padding-top: 15px; }

.float-content .img {
  float: right;
  height: 300px;
  width: 300px;
  margin: 0 0 2em 2em; }
  .float-content .img > div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%; }

.business-diagram {
  padding: 5em;
  margin-bottom: 3em; }
  .business-diagram .detail {
    list-style: none;
    margin-bottom: 0;
    padding: 2em 0; }
    .business-diagram .detail li {
      margin-bottom: 0.5em; }
      .business-diagram .detail li span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        vertical-align: middle; }
        .business-diagram .detail li span.holding {
          background-color: red; }
        .business-diagram .detail li span.operation {
          background-color: green; }
      .business-diagram .detail li p {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
  .business-diagram .sub-detail {
    color: #8D8D8D; }

.sitemap {
  list-style: none;
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  padding-left: 0; }
  .sitemap .sitemap__lv2 {
    list-style: initial;
    padding-left: 20px; }
  .sitemap li a {
    color: #008A53; }
  .sitemap li ul li {
    margin: 5px 0; }
    .sitemap li ul li a {
      color: #1C1C1C; }
      .sitemap li ul li a:hover, .sitemap li ul li a:focus {
        color: #008A53; }

a.text-lightgreen:hover, a.text-lightgreen:focus {
  color: #000 !important; }

.slides__vdo {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .slides__vdo {
      display: none; } }

@media only screen and (min-width: 768px) {
  .slides__image {
    display: none; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  html[lang*='en'] h1 {
    font-size: 56px;
    font-size: 5.6rem; }
  header .breadcrumb {
    padding: 10px 0; }
    header .breadcrumb li {
      padding-bottom: 0; }
  header#header {
    height: 125px;
    background-position: top;
    background-size: 100% 105px;
    background-image: url(../images/bg/bg-header-white.png); }
    header#header.affix {
      height: 125px;
      background-size: 100% 105px; }
      header#header.affix #logo img {
        height: 65px; }
    header#header #logo img {
      height: 65px; }
    header#header .nav-middle {
      float: none; }
    header#header #nav-wrapper {
      position: absolute;
      width: 100%;
      top: 0;
      height: 65px;
      padding: 0;
      background-color: #fff; }
      header#header #nav-wrapper .nav-top {
        position: absolute;
        margin: 10px 10px 10px 0;
        height: auto;
        width: auto;
        right: 0; }
        header#header #nav-wrapper .nav-top .stock-header, header#header #nav-wrapper .nav-top .nav {
          display: none; }
        header#header #nav-wrapper .nav-top .language {
          padding: 0;
          height: 34px;
          margin-right: 10px;
          width: 40px; }
          header#header #nav-wrapper .nav-top .language a {
            line-height: 24px;
            padding: 5px 3px; }
  #main-nav {
    background-color: #fff;
    padding: 0; }
    #main-nav ul.navbar-nav {
      display: block; }
      #main-nav ul.navbar-nav > li {
        display: block;
        text-align: left;
        padding: 5px 10px;
        border-bottom: 1px solid #f0f1f1; }
        #main-nav ul.navbar-nav > li a {
          color: #000; }
          #main-nav ul.navbar-nav > li a i {
            display: inline-block;
            font-size: 14px;
            font-size: 1.4rem; }
        #main-nav ul.navbar-nav > li a[aria-expanded="true"] i.glyphicon-plus:before {
          content: "\2212"; }
      #main-nav ul.navbar-nav .dropdown-menu {
        position: static; }
        #main-nav ul.navbar-nav .dropdown-menu ul {
          padding: 0; }
        #main-nav ul.navbar-nav .dropdown-menu .dropdown-right {
          display: none; }
  .nav-middle .navbar-header {
    margin: 10px 0 20px 0;
    position: relative;
    right: 65px;
    padding-right: 0; }
  .navbar-collapse.in {
    overflow-y: auto !important;
    max-height: 500px; }
  .navbar-brand {
    display: inline-block; }
  #footer {
    height: auto;
    padding-top: 90px;
    margin-top: -95px; }
  #home-ir {
    padding-bottom: 7em; }
  .content-header {
    min-height: auto;
    padding-top: 40%;
    padding-bottom: 20%; }
    .content-header .content-header-wrapper {
      height: auto; }
  .vision-product {
    position: relative; }
    .vision-product .carabao-bottle {
      position: static; }
    .vision-product .carabao-can {
      top: 75px;
      left: 80px;
      max-width: 35%; }
  .custom-business-tab ul {
    position: relative; }
    .custom-business-tab ul li {
      position: absolute;
      width: 100%;
      top: 0; }
      .custom-business-tab ul li.active {
        width: 100%;
        position: relative; }
        .custom-business-tab ul li.active .btab-items .btab-items-wrapper .logo {
          opacity: 1; }
        .custom-business-tab ul li.active .btab-items .btab-items-wrapper [class$="-bg"] {
          opacity: 1; }
        .custom-business-tab ul li.active .btab-items .btab-items-wrapper a {
          background-color: red;
          border: 1px solid lightgrey; }
      .custom-business-tab ul li .btab-items .btab-items-wrapper .logo {
        opacity: 0; }
      .custom-business-tab ul li .btab-items .btab-items-wrapper [class$="-bg"] {
        opacity: 0;
        height: 220px; }
      .custom-business-tab ul li .btab-items .btab-items-wrapper a {
        width: 25%;
        height: 10px;
        z-index: 100;
        background-color: #fff;
        border: 1px solid grey; }
        .custom-business-tab ul li .btab-items .btab-items-wrapper a[href="#bs-cbd"] {
          left: 0%; }
        .custom-business-tab ul li .btab-items .btab-items-wrapper a[href="#bs-apg"] {
          left: 25%; }
        .custom-business-tab ul li .btab-items .btab-items-wrapper a[href="#bs-dcm"] {
          left: 50%; }
        .custom-business-tab ul li .btab-items .btab-items-wrapper a[href="#bs-icuk"] {
          left: 75%; }
      .custom-business-tab ul li .btab-items .btab-items-wrapper .content-wrapper {
        opacity: 0; }
  .csr-detail {
    border-right: none;
    padding-right: 0; }
  .custom-media .media .media-left {
    display: block;
    margin: 0 auto;
    padding-bottom: 1em; }
  ul.benefits {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1; }
  .language {
    padding: 5px 25px;
    text-align: right; }
    .language a {
      padding: 10px;
      background-color: #007747;
      color: white; }
  .float-content .img {
    float: none;
    height: 150px;
    width: 100%;
    margin: 1em auto 2em auto; }
  .business-diagram {
    padding: 1em;
    margin-bottom: 2em; }
  .block-home-news > div > a {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: auto;
    height: 67.2px;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sitemap {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    min-height: 500px; }
  #home-map {
    height: auto;
    padding-bottom: 200px; }
    #home-map .inter-map > div {
      display: none !important; }
    #home-map .inter-map .custom-map-popup {
      position: static;
      display: block !important;
      margin-bottom: 1em;
      width: 100%; }
      #home-map .inter-map .custom-map-popup .header:before {
        content: '';
        display: none; }
      #home-map .inter-map .custom-map-popup .media > .media-body > ul {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2; }
    #home-map .inter-map #map-australia {
      width: 100%; }
    #home-map .map-detail {
      display: none; }
    #home-map header {
      padding: 20px 0; }
  .block-home-biz > div {
    height: auto; }
  #home-business article {
    padding-top: 20px; }
  section[id^=home] {
    padding: 1em 0; }
  .full-page {
    height: auto; }
  .custom-tab .custom-tab-wrapper .nav-tabs > li {
    height: 65px;
    width: 50%; }
  .custom-tab .custom-tab-wrapper .img-wrapper {
    margin: 0 auto 1.5em auto; }
  .chairman-bg .chairman-person {
    display: none; }
  .nab-sub [class*="nav-lv"] li {
    display: block; }
    .nab-sub [class*="nav-lv"] li:after {
      content: "|";
      display: none; }
  .business-flow .inter-map > div {
    display: none !important; }
  .business-flow .inter-map .custom-map-popup {
    position: static;
    display: block !important;
    margin-bottom: 1em;
    width: 100%; }
    .business-flow .inter-map .custom-map-popup .header:before {
      content: '';
      display: none; }
    .business-flow .inter-map .custom-map-popup .media > .media-body > ul {
      -webkit-column-count: 2;
      /* Chrome, Safari, Opera */
      -moz-column-count: 2;
      /* Firefox */
      column-count: 2; }
  .business-flow .inter-map #map-australia {
    width: 100%; }
  .business-flow .map-detail {
    display: none; }
  .content-detail .detail {
    border-right: 0;
    padding-right: 0; }
  .custom-ncard .custom-ncard-wrapper .nav-tabs > li {
    width: 100%; }
    .custom-ncard .custom-ncard-wrapper .nav-tabs > li > a::after {
      content: '';
      display: none; }
    .custom-ncard .custom-ncard-wrapper .nav-tabs > li.active::after, .custom-ncard .custom-ncard-wrapper .nav-tabs > li:hover::after, .custom-ncard .custom-ncard-wrapper .nav-tabs > li:focus::after {
      content: '';
      bottom: 0;
      left: 15px;
      right: 0;
      margin: 0; }
  .background-wrapper .business-items li {
    padding: 0 20px; }
  .background-wrapper .background-img-wrapper {
    min-height: 400px; }
    .background-wrapper .background-img-wrapper .background03 {
      top: 180px; }
  .pcard-items .pcard-img {
    height: auto; }
    .pcard-items .pcard-img img {
      height: auto; }
  .policy-tambon-bg div {
    top: 40%;
    z-index: 1; }
  .business-items li {
    text-align: center;
    padding: 10px 0; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  #main-nav ul.navbar-nav > li.active {
    background-position: 5% 95%;
    background-size: 20%; }
  section#home-intro.full-page {
    height: 100vh; }
  #home-intro article {
    height: 170px; }
  #home-intro #home-news-image {
    height: 100vh;
    top: 50px; }
  #home-intro #home-news {
    padding: 80px 0 0; }
  .block-home-news > div > a {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: auto;
    height: 44.8px;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .navbar-collapse.in {
    overflow-y: auto !important;
    max-height: 250px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
  #main-nav ul.navbar-nav > li.active {
    background-position: 10% 95%;
    background-size: 40%; }
  section#home-intro.full-page {
    height: 55vh; }
  #home-intro article {
    height: 185px; }
  #home-intro #home-news-image {
    height: 55vh;
    top: 50px; }
  #home-intro #home-news {
    padding: 75px 0 0; }
  .vision-product .carabao-can {
    max-width: 45%; }
  .policy-music-bg {
    min-height: 350px; }
  .policy-tambon-bg {
    min-height: 350px; } }

@media (max-width: 479px) {
  #landing > header {
    padding: 60px 0 40px; }
  #landing article {
    padding-bottom: 80px; }
  #landing .block-landing span:before {
    max-width: 290px;
    width: 290px;
    height: 290px; }
  #landing .block-landing span img {
    max-width: 290px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
  header .breadcrumb {
    padding: 10px 0; }
    header .breadcrumb li {
      padding-bottom: 0; }
  header#header {
    height: 125px;
    background-position: top;
    background-size: 100% 105px;
    background-image: url(../images/bg/bg-header-white.png); }
    header#header.affix {
      height: 125px;
      background-size: 100% 105px; }
      header#header.affix #logo img {
        height: 65px; }
    header#header #logo img {
      height: 65px; }
    header#header .nav-middle {
      float: none; }
    header#header #nav-wrapper {
      position: absolute;
      width: 100%;
      top: 0;
      height: 65px;
      padding: 0;
      background-color: #fff; }
      header#header #nav-wrapper .nav-top {
        position: absolute;
        margin: 15px 10px 15px 0;
        height: auto;
        width: auto;
        right: 0; }
        header#header #nav-wrapper .nav-top .stock-header, header#header #nav-wrapper .nav-top .nav {
          display: none; }
        header#header #nav-wrapper .nav-top .language {
          padding: 0;
          height: 34px;
          margin-right: 20px;
          width: 40px; }
          header#header #nav-wrapper .nav-top .language a {
            line-height: 24px;
            padding: 5px 3px; }
  header .container {
    width: 100%; }
  #main-nav {
    background-color: #fff;
    padding: 0; }
    #main-nav ul.navbar-nav {
      display: block; }
      #main-nav ul.navbar-nav > li {
        display: block;
        text-align: left;
        padding: 5px 10px;
        border-bottom: 1px solid #f0f1f1; }
        #main-nav ul.navbar-nav > li a {
          color: #000; }
          #main-nav ul.navbar-nav > li a i {
            display: inline-block;
            font-size: 14px;
            font-size: 1.4rem; }
        #main-nav ul.navbar-nav > li a[aria-expanded="true"] i.glyphicon-plus:before {
          content: "\2212"; }
      #main-nav ul.navbar-nav .dropdown-menu {
        position: static; }
        #main-nav ul.navbar-nav .dropdown-menu ul {
          padding: 0; }
        #main-nav ul.navbar-nav .dropdown-menu .dropdown-right {
          display: none; }
  .nav-middle .navbar-header {
    margin: 15px 0;
    position: relative;
    right: 70px; }
  .navbar-collapse.in {
    overflow-y: auto !important;
    max-height: 500px; }
  .navbar-brand {
    display: inline-block; }
  nav .navbar-header {
    float: none; }
  nav .navbar-toggle {
    display: block; }
  nav .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: none; }
  nav .navbar-collapse.collapse {
    display: none !important; }
  nav .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
    border: none; }
  nav .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
  nav .navbar-nav > li {
    float: none; }
  nav .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  nav .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  #footer {
    height: auto; }
  .language {
    padding: 5px 25px;
    text-align: right; }
    .language a {
      padding: 10px;
      background-color: #007747;
      color: white; }
  .business-diagram {
    padding: 1em;
    margin-bottom: 2em; }
  .block-home-news > div > a {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: auto;
    height: 44.8px;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  section[id^=home] {
    padding-top: 0; }
  #home-map {
    height: auto;
    padding-bottom: 200px; }
    #home-map .inter-map > div {
      display: none !important; }
    #home-map .inter-map .custom-map-popup {
      position: static;
      display: block !important;
      margin-bottom: 1em;
      width: 450px; }
      #home-map .inter-map .custom-map-popup .header:before {
        content: '';
        display: none; }
    #home-map .inter-map #map-australia {
      width: 450px; }
    #home-map .map-detail {
      display: none; }
    #home-map header {
      padding: 20px 0; }
  .full-page {
    height: auto; }
  #home-business article {
    padding-top: 20px; }
  .background-wrapper .background-img-wrapper {
    width: 65%;
    margin: 2em auto;
    min-height: 420px; }
    .background-wrapper .background-img-wrapper .background03 {
      top: 200px; }
  .business-flow .inter-map > div {
    display: none !important; }
  .business-flow .inter-map .custom-map-popup {
    position: static;
    display: block !important;
    margin-bottom: 1em;
    width: 450px; }
    .business-flow .inter-map .custom-map-popup .header:before {
      content: '';
      display: none; }
  .business-flow .inter-map #map-australia {
    width: 450px; }
  .business-flow .map-detail {
    display: none; }
  .custom-tab .custom-tab-wrapper .nav-tabs > li {
    height: 65px;
    width: 20%; }
  .custom-tab .custom-tab-wrapper .img-wrapper {
    margin: 0 auto 1.5em auto; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: landscape) {
  #main-nav ul.navbar-nav > li.active {
    background-position: 2% 95%;
    background-size: 15%; }
  section#home-intro.full-page {
    height: 80vh; }
  #home-ir {
    height: 100vh; }
  .background-wrapper .background-img-wrapper {
    width: 45%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) {
  #main-nav ul.navbar-nav > li.active {
    background-position: 5% 95%;
    background-size: 17%; }
  section#home-intro.full-page {
    height: 50vh; }
  #home-intro #home-news {
    padding: 50px 0 0; }
  #home-ir {
    height: 75vh; }
  .vision-product {
    position: relative; }
    .vision-product .carabao-bottle {
      position: static; }
    .vision-product .carabao-can {
      top: 75px;
      left: 80px;
      max-width: 30%; }
  .csr-detail {
    border-right: none;
    padding-right: 0; }
  .policy-music-bg {
    min-height: 400px; }
  .policy-tambon-bg {
    min-height: 400px; }
  .content-detail .detail {
    border-right: 0;
    padding-right: 0; }
  .policy-tambon-bg div {
    top: 40%;
    z-index: 1; } }

@media (min-width: 1601px) {
  .background-wrapper .background-img-wrapper {
    width: 80%;
    margin: 0 auto; }
  .chairman-bg .chairman-person {
    top: 25%; } }

@media (max-width: 1410px) {
  #main-nav ul.navbar-nav > li {
    padding-left: 20px; } }

@media only screen and (min-device-width: 1280px) and (max-device-width: 1600px) {
  section[id^=home] {
    padding-top: 40px; }
  #home-business article {
    padding: 10px 0; }
  #home-map header {
    padding: 10px 0; }
  #home-ir {
    height: 120vh; } }
