/* ======================== 
Global
======================== */
/* 
Global Variables
-------------------------- */
/* Microsoft Jhenghei 400, 700 */
/* 
Theme Variables
-------------------------- */
/* Import
----------------------------- */
/* font-family: 'Mandali', sans-serif;
----------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Mandali");
/* Microsoft Jhenghei 400, 700
----------------------------------------------- */
/*  
Global SCSS
1. Common Use Components
2. Common Use Classes
-------------------------- */
/* ======================== 
Prevent Sass Unreadable
======================== */
/* ======================== 
Functions & Mixins  
======================== */
/*no transiton*/
.bgi_16x9 {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1; }

.bgi_4x3 {
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  https://github.com/matthieua/sass-css3-mixins

------------------------------------------------------------- */
@keyframes owlPrev {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(-8px, 0, 0); }
  100% {
    transform: translate3d(0, 0px, 0); } }
@keyframes owlNext {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(8px, 0, 0); }
  100% {
    transform: translate3d(0, 0px, 0); } }
/* ======================== 
CSS Resourse
======================== */
/* ======================== 
Setting
======================== */
body {
  -webkit-font-smoothing: antialiased;
  color: #333333;
  font-family: "Mandali", "Microsoft Jhenghei", sans-serif; }

button {
  line-height: 1em;
  background-color: transparent;
  border: 0;
  padding: 0; }

button:hover,
button:active,
button:focus {
  outline: unset; }

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto; }

video {
  background-size: mask;
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

ul {
  margin: 0px;
  padding: 0px; }

input[type="submit"] {
  width: auto; }

input[type="button"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"] {
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

iframe {
  border: 0; }

.sound iframe {
  width: 100%; }

a, a:before, a:after,
a *, a *:before, a *:after {
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

/* Highlight
------------------------ */
::selection {
  color: #ffcf00;
  background: rgba(0, 0, 0, 0.05); }

::-moz-selection {
  color: #ffcf00;
  background: rgba(0, 0, 0, 0.05); }

body {
  line-height: 1.5em; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  text-transform: unset;
  margin: 0;
  padding: 0;
  color: inherit;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: inherit;
  text-transform: none; }

h1, .h1,
h2, .h2 {
  font-weight: 700; }

p, .p {
  margin: 0.5em 0;
  line-height: 1.8em; }

code, kbd, pre, samp {
  font-family: inherit; }

/* Desktop Font Size
--------------------- */
body {
  font-size: 14px;
  line-height: 1.5em; }

h1, .h1 {
  font-size: 24.5px; }

h2, .h2 {
  font-size: 22.96875px; }

h3, .h3 {
  font-size: 21px; }

h4, .h4 {
  font-size: 17.5px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 11.9px; }

p, .p {
  font-size: 14px; }

li {
  font-size: 14px; }

code, kbd, pre, samp {
  font-size: 14px; }

input,
textarea,
select,
option,
.btn {
  font-size: 14px; }

/* Input
------------ */
/* Mobile Font Size
--------------------- */
@media (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.5em; }

  h1, .h1 {
    font-size: 21.125px; }

  h2, .h2 {
    font-size: 19.8046875px; }

  h3, .h3 {
    font-size: 19.5px; }

  h4, .h4 {
    font-size: 16.25px; }

  h5, .h5 {
    font-size: 13px; }

  h6, .h6 {
    font-size: 11.05px; }

  p, .p {
    font-size: 13px; }

  li {
    font-size: 13px; }

  code, kbd, pre, samp {
    font-size: 13px; }

  input,
  textarea,
  select,
  option,
  .btn {
    font-size: 13px; }

  /* Input
  ------------ */ }
/* ======================== 
Plugin Fix
======================== */
a, a:hover, a:focus {
  text-decoration: none;
  outline: none; }

/* Grid System
----------------- */
.container-fluid {
  padding-right: 0;
  padding-left: 0; }

.container {
  padding: 0 8px; }
  .container.wide {
    width: 100%;
    max-width: 100%; }
  @media (max-width: 1199px) {
    .container {
      width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; }
      .container.wide {
        width: 1400px; } }

[class*=col-lg], [class*=col-md], [class*=col-sm], [class*=col-xs] {
  padding-left: 8px;
  padding-right: 8px; }

.row {
  margin: 0; }

/* Components
-------------------- */
.nav-tabs > li > a {
  line-height: 1em;
  padding: 12px; }

.breadcrumb {
  background-color: transparent;
  padding: 6px 0;
  margin: 0; }
  .breadcrumb li, .breadcrumb a {
    font-size: 0.8em;
    line-height: 1em; }
  .breadcrumb li {
    display: block;
    float: left;
    position: relative; }
  .breadcrumb > li + li {
    padding-left: 20px; }
    .breadcrumb > li + li:before {
      content: '\00BB';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      text-align: center; }
  .breadcrumb a {
    display: block; }
  .breadcrumb a:hover {
    text-decoration: underline; }

.alert {
  padding: 5px;
  margin-bottom: 10px; }

/* Input Group */
/* Custom Float Class
-------------------- */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

@media (max-width: 575px) {
  .xxs-pull-right {
    float: right; }

  .xxs-pull-left {
    float: left; } }
@media (min-width: 768px) {
  .sm-pull-right {
    float: right; }

  .sm-pull-left {
    float: left; }

  .sm-float-none {
    float: none !important; } }
@media (min-width: 992px) {
  .md-pull-right {
    float: right; }

  .md-pull-left {
    float: left; }

  .md-float-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .lg-pull-right {
    float: right; }

  .lg-pull-left {
    float: left; }

  .lg-float-none {
    float: none !important; } }
/* Custom Column Width
------------------- */
@media (max-width: 575px) {
  .col-xxs-3 {
    width: 25%; }

  .col-xxs-4 {
    width: 33.3333333333%; }

  .col-xxs-6 {
    width: 50%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-12 {
    width: 100%;
    margin-left: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sm-only-w-100 {
    width: 100%; } }
/*-- Responsive Robot --*/
@media screen and (max-height: 575px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
.fb-page blockquote {
  border: 0;
  display: none; }

.wow {
  visibility: hidden; }

.modal-dialog.custom {
  max-width: 400px;
  margin: 30px auto; }
  @media (max-width: 575px) {
    .modal-dialog.custom {
      max-width: unset; } }

@media (max-width: 575px) {
  .modal-dialog {
    margin: 0 !important; } }

.modal-body .row {
  margin: 0; }
.modal-body [class*=col-lg],
.modal-body [class*=col-md],
.modal-body [class*=col-sm],
.modal-body [class*=col-xs] {
  padding: 8px; }
.modal-body h4 {
  color: #ffcf00;
  margin-bottom: 10px; }
.modal-body .warning, .modal-body .note {
  padding: 4px 0;
  text-align: center;
  font-size: 12px;
  margin: 0; }
.modal-body .warning {
  color: #d9534f; }
  .modal-body .warning a {
    text-decoration: underline; }
    .modal-body .warning a:hover {
      text-decoration: none; }
.modal-body .note {
  color: #ffcf00; }
  .modal-body .note a {
    text-decoration: underline; }
    .modal-body .note a:hover {
      text-decoration: none; }
.modal-body .login-btn {
  text-align: center;
  background-color: #4267b2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff; }
.modal-body .modal_input {
  padding: 4px 0; }
.modal-body .content_footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

/* ======================== 
Components
======================== */
/* Owl Carousel Default
--------------- */
.owl-carousel .owl-item:hover {
  z-index: 2; }
.owl-carousel .owl-item .item {
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .owl-carousel .owl-item .item.shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
    margin: 20px 0; }
  .owl-carousel .owl-item .item.shadow:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
  .owl-carousel .owl-item .item > a {
    display: block; }
  .owl-carousel .owl-item .item .content {
    display: block;
    text-align: left;
    position: relative; }
    .owl-carousel .owl-item .item .content h3 {
      display: block; }
    .owl-carousel .owl-item .item .content .date {
      line-height: 1em; }
    .owl-carousel .owl-item .item .content .btn_action {
      position: absolute;
      right: 10px;
      bottom: 10px; }
    .owl-carousel .owl-item .item .content .category {
      position: absolute;
      left: 10px;
      bottom: 10px; }
  .owl-carousel .owl-item .item .img {
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: 1; }
    .owl-carousel .owl-item .item .img img {
      width: 100%; }
  .owl-carousel .owl-item .item .mask {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0; }
    .owl-carousel .owl-item .item .mask.flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .owl-carousel .owl-item .item .mask * {
      max-width: 100%; }
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 0px;
  width: 100%; }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block; }
    .owl-carousel .owl-dots .owl-dot span {
      width: 6px;
      height: 6px;
      margin: 0px 1px;
      background: transparent;
      border: 1px solid #ffcf00;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity .2s ease;
      border-radius: 30px; }
    .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
      background-color: #ffcf00; }
.owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  z-index: 3;
  width: 100%; }
  .owl-carousel .owl-nav [class*=owl-] {
    position: relative;
    color: #fff;
    background-color: transparent;
    font-size: 40px;
    margin: 0px;
    padding: 0;
    width: 50px;
    text-align: center;
    position: absolute;
    border-radius: 50px;
    top: 0;
    background: #000;
    color: #fff;
    opacity: 1; }
    .owl-carousel .owl-nav [class*=owl-] i {
      line-height: 50px; }
    .owl-carousel .owl-nav [class*=owl-].disabled, .owl-carousel .owl-nav [class*=owl-].disabled:hover {
      opacity: 0.2; }
  .owl-carousel .owl-nav .owl-prev {
    left: -25px; }
    .owl-carousel .owl-nav .owl-prev i {
      margin-right: 5px; }
  .owl-carousel .owl-nav .owl-next {
    right: -25px; }
    .owl-carousel .owl-nav .owl-next i {
      margin-left: 5px; }
.owl-carousel .owl-nav {
  opacity: 0; }
.owl-carousel:hover .owl-nav {
  opacity: 1; }
.owl-carousel .owl-dots {
  position: absolute; }

.big-images {
  margin-bottom: 4px; }

/* Row Wrapper
------------------- */
.row_wrapper {
  overflow: hidden; }

/* Forms
--------------- */
/* tag */
.tag {
  display: inline-block;
  padding: 5px;
  margin: 2px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  border-radius: 4px;
  border: 1px;
  border-style: solid;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  text-indent: 0;
  border-color: rgba(255, 207, 0, 0.5);
  background-color: rgba(255, 207, 0, 0.5);
  -webkit-transition: all 0s ease-in-out;
  -khtml-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }
  .tag.success {
    border-color: rgba(110, 196, 80, 0.65);
    background-color: rgba(110, 196, 80, 0.65); }
  .tag.info {
    border-color: rgba(42, 178, 183, 0.65);
    background-color: rgba(42, 178, 183, 0.65); }
  .tag.warning {
    border-color: rgba(211, 151, 0, 0.65);
    background-color: rgba(211, 151, 0, 0.65); }
  .tag[disabled=true] {
    border-color: #bababa;
    background-color: #bababa; }

a.tag:hover, button.tag:hover {
  opacity: 0.6;
  color: #fff; }

.tag_icon {
  margin: 0;
  padding: 0;
  font-size: 11px;
  display: inline-block;
  padding-right: 8px;
  text-align: left;
  color: #666; }
  .tag_icon:before {
    content: '\f02b';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #ffcf00;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 8px; }
  .tag_icon:hover {
    text-decoration: underline;
    color: #666; }

/*--- Custom Checkbox ---*/
.checkbox-primary, .radio-primary {
  display: block;
  position: relative;
  width: 40px;
  height: 36px;
  padding-left: 40px !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 2px 0; }
  .checkbox-primary .checkmark, .radio-primary .checkmark {
    position: absolute;
    top: calc(50% - 10px);
    left: 10px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px; }
    .checkbox-primary .checkmark:after, .radio-primary .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 5px;
      top: 1px;
      width: 8px;
      height: 12px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -khtml-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .checkbox-primary input, .checkbox-primary:hover input, .radio-primary input, .radio-primary:hover input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .checkbox-primary input:checked ~ .checkmark, .checkbox-primary:hover input:checked ~ .checkmark, .radio-primary input:checked ~ .checkmark, .radio-primary:hover input:checked ~ .checkmark {
      background-color: #ffcf00;
      border-color: #ffcf00; }
      .checkbox-primary input:checked ~ .checkmark:after, .checkbox-primary:hover input:checked ~ .checkmark:after, .radio-primary input:checked ~ .checkmark:after, .radio-primary:hover input:checked ~ .checkmark:after {
        display: block; }
  .checkbox-primary:hover input ~ .checkmark, .radio-primary:hover input ~ .checkmark {
    background-color: #eee; }

/* radio */
.radio-primary .checkmark {
  border-radius: 20px; }
  .radio-primary .checkmark:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #ffcf00;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

/*--- Checkbox inline item ---*/
.checkbox-inline, .radio-inline {
  max-height: 80vh;
  overflow: auto;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  width: 100%;
  padding-left: 0; }
  .checkbox-inline.no-border, .radio-inline.no-border {
    border: 0px; }
  .checkbox-inline > .item, .radio-inline > .item {
    display: inline-block; }
    .checkbox-inline > .item > label, .radio-inline > .item > label {
      display: block;
      width: auto;
      /*border-bottom: 1px solid #ddd;*/
      padding: 8px;
      border-radius: 4px; }
    .checkbox-inline > .item:hover > label, .radio-inline > .item:hover > label {
      background-color: #fcfcfc; }

/*--- Checkbox list ---*/
.checkbox-list {
  /*max-height: 80vh;*/
  overflow: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0;
  margin-bottom: 0; }

.checkbox-list > .item > label {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 8px; }

.checkbox-list > .item:nth-last-child(1) > label {
  border-bottom: 0px; }

.checkbox-list > .item:hover > label {
  background-color: #fcfcfc; }

/*--- pagination ---*/
.pagination li a {
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 15px !important;
  min-width: 29px;
  display: inline-block;
  border: none;
  margin: 0 2px;
  -webkit-transition: all 0s ease-in-out;
  -khtml-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  background-color: transparent;
  color: #333333; }
.pagination li a:hover, .pagination li a:focus {
  background-color: rgba(255, 207, 0, 0.05);
  color: #333333; }
.pagination li.active a, .pagination li.active a:hover, .pagination li.active a:focus, .pagination li.active a.active {
  background-color: #ffcf00;
  color: #fff; }

a {
  color: #ffcf00; }

a:hover, a:focus {
  color: #997c00; }

a.underline {
  color: #ffcf00;
  text-decoration: underline;
  -webkit-transition: all 0s ease-in-out;
  -khtml-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }
  a.underline:hover {
    color: #997c00;
    text-decoration: underline;
    opacity: 1; }

/* Button Mixins */
/* Arrow Right */
.btn_arrow_r {
  display: block;
  position: relative;
  color: white;
  text-align: right;
  padding: 0.5em;
  padding-right: 2em;
  line-height: 1em; }
  .btn_arrow_r:before {
    content: '\f101';
    position: absolute;
    font-family: FontAwesome;
    font-size: 1.5em;
    width: 1em;
    line-height: 1em;
    text-align: center;
    color: white;
    top: calc(50% - 0.5em);
    right: 0.25em; }
  .btn_arrow_r:hover {
    color: white; }
    .btn_arrow_r:hover:before {
      -webkit-animation: arrowR 1s both infinite;
      -khtml-animation: arrowR 1s both infinite;
      -moz-animation: arrowR 1s both infinite;
      -ms-animation: arrowR 1s both infinite;
      -o-animation: arrowR 1s both infinite;
      animation: arrowR 1s both infinite; }

@keyframes arrowR {
  from {
    -webkit-transform: translateX(-0.1em);
    -khtml-transform: translateX(-0.1em);
    -moz-transform: translateX(-0.1em);
    -ms-transform: translateX(-0.1em);
    -o-transform: translateX(-0.1em);
    transform: translateX(-0.1em); }
  50% {
    -webkit-transform: translateX(0.1em);
    -khtml-transform: translateX(0.1em);
    -moz-transform: translateX(0.1em);
    -ms-transform: translateX(0.1em);
    -o-transform: translateX(0.1em);
    transform: translateX(0.1em); }
  to {
    -webkit-transform: translateX(-0.1em);
    -khtml-transform: translateX(-0.1em);
    -moz-transform: translateX(-0.1em);
    -ms-transform: translateX(-0.1em);
    -o-transform: translateX(-0.1em);
    transform: translateX(-0.1em); } }
.btn_arrow_btm {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px; }
  .btn_arrow_btm:before {
    content: '\f103';
    position: absolute;
    font-family: FontAwesome;
    font-size: 20px;
    color: #ffcf00;
    top: 30px;
    left: calc(50% - 6px); }
  .btn_arrow_btm:hover {
    text-shadow: 0 3px 12px rgba(255, 255, 255, 0.7); }
    .btn_arrow_btm:hover:before {
      text-shadow: 0 3px 12px rgba(255, 255, 255, 0.7);
      animation-name: arrowBtm;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-iteration-count: infinite; }

@keyframes arrowBtm {
  from {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, 8px, 0); }
  100% {
    transform: translate3d(0, 0px, 0); } }
/* Button Cornoer Right Bottom */
.btn_corner_rbtm {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #ffcf00 transparent;
  margin: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .btn_corner_rbtm span {
    position: absolute;
    right: 0px;
    top: 2.5em;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #666;
    width: 50px;
    font-size: 12px;
    font-weight: 700; }
  .btn_corner_rbtm:hover {
    border-color: transparent transparent #ffd933 transparent; }

/* Button with Icon and Dashed line */
.btn_dashed, .btn_icon_dashed {
  position: relative;
  display: inline-block;
  margin: 20px 0px;
  color: #ffcf00;
  border-bottom: 1px dotted #ffcf00; }
  .btn_dashed:hover, .btn_icon_dashed:hover {
    color: #997c00;
    border-bottom-style: dashed; }

.btn_icon_dashed {
  margin: 60px 10px; }
  .btn_icon_dashed:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(../images/common/icon_btn_id.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(50% - 50px);
    left: -20px;
    z-index: -1;
    color: #ffcf00; }

.btn_ghost {
  display: inline-block;
  position: relative;
  line-height: 1em;
  padding: 0.5em;
  border: 1px solid;
  padding-right: 40px; }
  .btn_ghost:before {
    content: '\f101';
    position: absolute;
    font-family: FontAwesome;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    top: calc(50% - 10px);
    right: 10px; }
  .btn_ghost {
    border-color: #ffcf00;
    background-color: transparent;
    color: #ffcf00; }
    .btn_ghost:before {
      color: #ffcf00; }
    .btn_ghost:hover {
      color: #fff;
      background-color: #ffcf00; }
      .btn_ghost:hover:before {
        color: #fff; }
  .btn_ghost.main-text {
    border-color: #333333;
    background-color: transparent;
    color: #333333; }
    .btn_ghost.main-text:before {
      color: #333333; }
    .btn_ghost.main-text:hover {
      color: #fff;
      background-color: #333333; }
      .btn_ghost.main-text:hover:before {
        color: #fff; }
  .btn_ghost.reverse {
    border-color: #fff;
    background-color: transparent;
    color: #fff; }
    .btn_ghost.reverse:before {
      color: #fff; }
    .btn_ghost.reverse:hover {
      color: #333333;
      background-color: #fff; }
      .btn_ghost.reverse:hover:before {
        color: #333333; }

.btn_tilt_arrow {
  display: inline-block;
  position: relative;
  line-height: 1em;
  padding: 12px;
  padding-right: 40px;
  color: #ffcf00;
  margin: 0 10px; }
  .btn_tilt_arrow:before {
    content: '\f101';
    position: absolute;
    font-family: FontAwesome;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    top: calc(50% - 0.5em);
    right: 10px;
    color: #ffcf00; }
  .btn_tilt_arrow:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #ffcf00;
    background-color: transparent;
    -webkit-transform: skew(20deg);
    -khtml-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    z-index: -1; }
  .btn_tilt_arrow:hover {
    color: #fff; }
    .btn_tilt_arrow:hover:after {
      border-color: transparent;
      background-color: #ffcf00; }
    .btn_tilt_arrow:hover:before {
      color: #fff; }

/* Button Main */
.btn_main {
  line-height: 1em;
  padding: 14px 20px;
  border-radius: 4px;
  background-color: #ffcf00;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .btn_main:hover {
    color: #fff;
    background-color: #e6ba00; }
  .btn_main.large {
    font-size: 20px;
    padding: 18px 24px; }
  .btn_main.outline {
    background-color: transparent;
    border: 1px solid #ffcf00;
    color: #ffcf00; }
    .btn_main.outline:hover {
      background-color: rgba(255, 207, 0, 0.1); }

.btn_wr .btn_special, .btn_wr .btn_main {
  display: inline-block; }

.video_frame {
  padding-top: 56.25%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px; }
  .video_frame > iframe {
    position: absolute;
    top: 0;
    left: 0; }

/* Basic Block
----------------- */
.basic_container {
  padding: 8px; }
  .basic_container > [class*=col-lg], .basic_container > [class*=col-md], .basic_container > [class*=col-sm], .basic_container > [class*=col-xs] {
    padding: 8px; }

.basic_block {
  border-radius: 4px;
  background-color: #f9f9f9;
  border-radius: 4px;
  overflow: hidden; }
  .basic_block:nth-child(1) {
    margin-top: 0; }
  .basic_block.highlight {
    border: 2px dotted #ffcf00; }
  .basic_block .header {
    padding: 8px 16px;
    border-bottom: 1px solid #ffcf00;
    color: #ffcf00;
    background-color: rgba(255, 207, 0, 0.15); }
    .basic_block .header.prd_header {
      color: #ffcf00; }
    .basic_block .header.center h3, .basic_block .header.center h4 {
      width: 100%;
      text-align: center; }
  .basic_block .header {
    border-top: 1px solid #e1e1e1; }
    .basic_block .header:nth-child(1) {
      border-top: 0; }
  .basic_block .block {
    padding: 8px; }
    .basic_block .block.article {
      padding: 8px 16px 16px; }
    .basic_block .block.min-medium {
      min-height: 300px; }
    .basic_block .block.padding-large {
      padding: 16px; }
  .basic_block .footer {
    padding: 16px;
    text-align: right;
    border-top: 1px solid #e1e1e1; }
    .basic_block .footer.padding-small {
      padding: 8px; }
  .basic_block .cart_total {
    color: #ffcf00;
    white-space: nowrap;
    text-align: right;
    position: relative; }
    .basic_block .cart_total small {
      position: absolute;
      right: 140px;
      top: calc(50% - 0.5em); }
  .basic_block .date {
    margin: 0;
    line-height: 24px; }
  .basic_block .thumb {
    width: 80px; }
  .basic_block .dv_line {
    position: relative;
    border-top: 1px solid #e1e1e1; }
    .basic_block .dv_line.m-tb {
      margin-top: 8px;
      margin-bottom: 8px; }

/* margin */
.basic_block {
  margin: 16px 0; }

/* Second Header */
.second_header {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fcfcfc;
  padding: 4px 8px; }
  .header + .second_header {
    border-top: 0; }
  .second_header:nth-child(1) {
    border-top: 0; }

/* no border */
.basic_block.no-border {
  border: 0; }

.basic_block .block.form_table {
  padding: 0; }

/* Header Component */
.basic_block .header:after, .basic_block .header:before {
  content: "";
  display: block;
  clear: both; }
.basic_block .header h3, .basic_block .header h4 {
  float: left; }
.basic_block .header h4 ~ .input_simple {
  margin: -6px 0; }
.basic_block .header h3 ~ .input_simple {
  margin: -4px 0; }
.basic_block .header h4 + .input_simple,
.basic_block .header h3 + .input_simple {
  margin-right: -14px; }
.basic_block .header .input-daterange {
  float: right;
  max-width: 300px;
  margin: -3px 0;
  margin-right: -10px; }
  @media (max-width: 575px) {
    .basic_block .header .input-daterange {
      width: calc(100% + 20px);
      max-width: none;
      margin: 5px -10px -3px; } }
.basic_block .header .nav-tabs {
  border-bottom: 0px;
  margin-bottom: -10px;
  margin-top: -3px;
  margin-left: -7px;
  margin-right: -7px; }
  .basic_block .header .nav-tabs.justify {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .basic_block .header .nav-tabs.justify li {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .basic_block .header .nav-tabs li a {
    color: #ffcf00;
    background-color: transparent;
    border: 1px solid #ffcf00;
    border-bottom-color: transparent;
    text-align: center; }
    .basic_block .header .nav-tabs li a:hover, .basic_block .header .nav-tabs li a:focus {
      color: #fff;
      background-color: #ffcf00;
      border: 1px solid #ffcf00; }
  .basic_block .header .nav-tabs li.active a, .basic_block .header .nav-tabs li.active a:hover, .basic_block .header .nav-tabs li.active a:focus {
    color: #fff;
    background-color: #ffcf00;
    border: 1px solid #ffcf00; }

.action_bar .alert {
  padding: 8px; }
.action_bar .alert, .action_bar .btn_action {
  margin-bottom: 8px; }
  .action_bar .alert:nth-last-child(1), .action_bar .btn_action:nth-last-child(1) {
    margin: 0; }

.nowrap {
  white-space: nowrap; }

.basic_block .row {
  margin: 0; }
  .basic_block .row > [class*=col-lg],
  .basic_block .row > [class*=col-md],
  .basic_block .row > [class*=col-sm],
  .basic_block .row > [class*=col-xs] {
    padding: 0 8px; }

/* Form Column, List */
.basic_block .form_column > .item {
  border-top: 1px solid #e1e1e1;
  padding: 16px 0;
  float: left;
  width: 100%; }
  .basic_block .form_column > .item:nth-child(1) {
    border-top-width: 0; }
  .basic_block .form_column > .item.w-50 {
    width: 50%; }
    .basic_block .form_column > .item.w-50:nth-child(1), .basic_block .form_column > .item.w-50:nth-child(2) {
      border-top-width: 0; }
    @media (max-width: 767px) {
      .basic_block .form_column > .item.w-50 {
        width: 100%; }
        .basic_block .form_column > .item.w-50:nth-child(2) {
          border-top-width: 1px; } }

.basic_block .form_column:before, .basic_block .form_column:after {
  display: table;
  content: " ";
  clear: both; }
.basic_block .form_column > .item .title, .basic_block .form_column > .item .content {
  display: inline-block; }
.basic_block .form_column > .item.layout_updown {
  padding-top: 12px;
  padding-bottom: 12px; }
  .basic_block .form_column > .item.layout_updown:before {
    display: none; }
  .basic_block .form_column > .item.layout_updown .content {
    padding: 8px 0; }
  .basic_block .form_column > .item.layout_updown .title, .basic_block .form_column > .item.layout_updown .content {
    width: calc(100% - 8px);
    margin: 0 4px; }
  .basic_block .form_column > .item.layout_updown:nth-child(1) {
    padding-top: 0; }
  .basic_block .form_column > .item.layout_updown.w-50 + .w-50:nth-child(2) {
    padding-top: 0; }
.basic_block .form_column > .item > .title {
  vertical-align: top;
  width: 120px;
  padding: 8px;
  color: #333333;
  font-size: 16px; }
.basic_block .form_column > .item > .content {
  vertical-align: middle;
  width: calc(100% - 125px); }
  .basic_block .form_column > .item > .content h1, .basic_block .form_column > .item > .content h2, .basic_block .form_column > .item > .content h3, .basic_block .form_column > .item > .content h4 {
    padding: 6px 0; }
.basic_block .form_column > .item > .title.w-large {
  width: 160px; }
  .basic_block .form_column > .item > .title.w-large ~ .content {
    width: 200px; }
.basic_block .form_column > .item.layout_updown {
  border-top: 0; }
  .basic_block .form_column > .item.layout_updown .title {
    line-height: 1em;
    padding: 8px 8px;
    margin: 0;
    border-bottom: 1px solid #ffcf00;
    border-radius: 0px;
    background-color: rgba(255, 207, 0, 0.15); }
@media (max-width: 991px) {
  .basic_block .form_column {
    padding: 0; }
    .basic_block .form_column > .item {
      position: relative;
      padding: 0;
      border-color: transparent; }
      .basic_block .form_column > .item .title, .basic_block .form_column > .item .content {
        width: 100%; }
      .basic_block .form_column > .item .title {
        background-color: #ececec;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 12px; }
      .basic_block .form_column > .item .content {
        padding: 8px; } }

/* Q & A */
@media (min-width: 992px) {
  .form_column > .item.content_block {
    padding: 4px;
    border: 1px dotted #e1e1e1;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 0 0; }
    .form_column > .item.content_block:nth-child(1) {
      margin-top: 0;
      border-top-width: 1px; }
  .form_column > .content_block + .item {
    border-top: 0; } }

/* Narrow */
.basic_block.narrow .block {
  padding: 4px; }
.basic_block.narrow .form_column > .item {
  padding: 4px 0; }
@media (max-width: 991px) {
  .basic_block.narrow .form_column {
    padding: 0; }
    .basic_block.narrow .form_column > .item {
      padding: 0; } }
.basic_block.narrow .footer {
  padding: 4px; }

/* Stepper */
.stepper {
  padding: 4px;
  margin-bottom: 16px;
  background-color: #f9f9f9; }
  .stepper > li {
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px; }
    .stepper > li:nth-last-child(1) {
      border-right: 0px; }
    .stepper > li p {
      margin: 0; }
    .stepper > li p.step {
      font-size: 11px;
      font-weight: 700; }
    .stepper > li p {
      color: #333333; }
    .stepper > li p.step {
      color: #ffcf00; }
    .stepper > li.active {
      background-color: #ffcf00;
      border: 0; }
      .stepper > li.active p {
        color: #fff; }
      .stepper > li.active .step {
        color: #fff; }

/* Pagination */
.basic_block .pagination {
  margin: 0;
  width: 100%;
  text-align: center; }
  .basic_block .pagination li {
    display: inline-block; }

.basic_block .header.header_sky,
.basic_block .footer.footer_land {
  border: 0;
  background-color: transparent;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1; }
.basic_block .header.header_sky {
  background-image: url(../images/common/bb_header_01.jpg);
  height: 90px; }
  .basic_block .header.header_sky .title {
    color: #fff;
    font-weight: 700;
    text-align: center;
    float: none; }
.basic_block .footer.footer_land {
  background-image: url(../images/common/bb_footer_01.jpg);
  height: 215px; }

/* Form
-------------------- */
table.form_table {
  table-layout: fixed;
  width: 100%; }
  table.form_table tr th, table.form_table tr td {
    padding: 8px; }
  table.form_table thead th, table.form_table thead td, table.form_table tfoot th, table.form_table tfoot td {
    padding: 4px 8px;
    font-size: 14px; }
  table.form_table p {
    margin: 0px; }
  @media (min-width: 576px) {
    table.form_table.xxs-responsive {
      /* Desktop */ }
      table.form_table.xxs-responsive tr th, table.form_table.xxs-responsive tr td {
        border-bottom: 1px solid #e1e1e1; }
        table.form_table.xxs-responsive tr th.w-1, table.form_table.xxs-responsive tr td.w-1 {
          width: 10%; }
        table.form_table.xxs-responsive tr th.w-2, table.form_table.xxs-responsive tr td.w-2 {
          width: 20%; }
        table.form_table.xxs-responsive tr th.w-3, table.form_table.xxs-responsive tr td.w-3 {
          width: 30%; }
        table.form_table.xxs-responsive tr th.w-4, table.form_table.xxs-responsive tr td.w-4 {
          width: 40%; }
        table.form_table.xxs-responsive tr th.w-5, table.form_table.xxs-responsive tr td.w-5 {
          width: 50%; }
        table.form_table.xxs-responsive tr th.w-6, table.form_table.xxs-responsive tr td.w-6 {
          width: 60%; }
        table.form_table.xxs-responsive tr th.w-7, table.form_table.xxs-responsive tr td.w-7 {
          width: 70%; }
        table.form_table.xxs-responsive tr th.w-8, table.form_table.xxs-responsive tr td.w-8 {
          width: 80%; }
        table.form_table.xxs-responsive tr th.w-f-1, table.form_table.xxs-responsive tr td.w-f-1 {
          width: 50px; }
        table.form_table.xxs-responsive tr th.w-f-2, table.form_table.xxs-responsive tr td.w-f-2 {
          width: 100px; }
        table.form_table.xxs-responsive tr th.w-f-3, table.form_table.xxs-responsive tr td.w-f-3 {
          width: 150px; }
        table.form_table.xxs-responsive tr th.w-f-4, table.form_table.xxs-responsive tr td.w-f-4 {
          width: 200px; }
      table.form_table.xxs-responsive tbody tr:nth-last-child(1) th, table.form_table.xxs-responsive tbody tr:nth-last-child(1) td {
        border-bottom: 0px; }
      table.form_table.xxs-responsive thead th, table.form_table.xxs-responsive thead td, table.form_table.xxs-responsive tfoot th, table.form_table.xxs-responsive tfoot td {
        background-color: #fcfcfc;
        border-style: solid;
        border-color: #e1e1e1;
        border-width: 0;
        margin: 0; }
      table.form_table.xxs-responsive thead th, table.form_table.xxs-responsive thead td {
        border-bottom-width: 1px; }
      table.form_table.xxs-responsive tfoot th, table.form_table.xxs-responsive tfoot td {
        border-top-width: 1px; } }
  @media (max-width: 575px) {
    table.form_table.xxs-responsive tr {
      border-bottom: 3px double #e1e1e1; }
      table.form_table.xxs-responsive tr:nth-last-child(1) {
        border-bottom: 0px; }
      table.form_table.xxs-responsive tr th, table.form_table.xxs-responsive tr td {
        padding-top: 4px;
        padding-bottom: 4px; }
      table.form_table.xxs-responsive tr th {
        display: none; }
      table.form_table.xxs-responsive tr td {
        display: block;
        border-bottom: 1px dotted rgba(225, 225, 225, 0.7);
        padding-left: 80px;
        position: relative; }
        table.form_table.xxs-responsive tr td:before {
          content: attr(data-head) "";
          font-weight: bold;
          font-size: 12px;
          position: absolute;
          line-height: 1em;
          left: 8px;
          top: calc(50% - 0.5em); }
        table.form_table.xxs-responsive tr td:nth-last-child(1) {
          border-bottom: 0; }
    table.form_table.xxs-responsive thead {
      display: none; }
    table.form_table.xxs-responsive .align-left, table.form_table.xxs-responsive .align-center, table.form_table.xxs-responsive .align-right {
      text-align: left !important; } }
  @media (min-width: 768px) {
    table.form_table.xs-responsive {
      /* Desktop */ }
      table.form_table.xs-responsive tr th, table.form_table.xs-responsive tr td {
        border-bottom: 1px solid #e1e1e1; }
        table.form_table.xs-responsive tr th.w-1, table.form_table.xs-responsive tr td.w-1 {
          width: 10%; }
        table.form_table.xs-responsive tr th.w-2, table.form_table.xs-responsive tr td.w-2 {
          width: 20%; }
        table.form_table.xs-responsive tr th.w-3, table.form_table.xs-responsive tr td.w-3 {
          width: 30%; }
        table.form_table.xs-responsive tr th.w-4, table.form_table.xs-responsive tr td.w-4 {
          width: 40%; }
        table.form_table.xs-responsive tr th.w-5, table.form_table.xs-responsive tr td.w-5 {
          width: 50%; }
        table.form_table.xs-responsive tr th.w-6, table.form_table.xs-responsive tr td.w-6 {
          width: 60%; }
        table.form_table.xs-responsive tr th.w-7, table.form_table.xs-responsive tr td.w-7 {
          width: 70%; }
        table.form_table.xs-responsive tr th.w-8, table.form_table.xs-responsive tr td.w-8 {
          width: 80%; }
        table.form_table.xs-responsive tr th.w-f-1, table.form_table.xs-responsive tr td.w-f-1 {
          width: 50px; }
        table.form_table.xs-responsive tr th.w-f-2, table.form_table.xs-responsive tr td.w-f-2 {
          width: 100px; }
        table.form_table.xs-responsive tr th.w-f-3, table.form_table.xs-responsive tr td.w-f-3 {
          width: 150px; }
        table.form_table.xs-responsive tr th.w-f-4, table.form_table.xs-responsive tr td.w-f-4 {
          width: 200px; }
      table.form_table.xs-responsive tbody tr:nth-last-child(1) th, table.form_table.xs-responsive tbody tr:nth-last-child(1) td {
        border-bottom: 0px; }
      table.form_table.xs-responsive thead th, table.form_table.xs-responsive thead td, table.form_table.xs-responsive tfoot th, table.form_table.xs-responsive tfoot td {
        background-color: #fcfcfc;
        border-style: solid;
        border-color: #e1e1e1;
        border-width: 0;
        margin: 0; }
      table.form_table.xs-responsive thead th, table.form_table.xs-responsive thead td {
        border-bottom-width: 1px; }
      table.form_table.xs-responsive tfoot th, table.form_table.xs-responsive tfoot td {
        border-top-width: 1px; } }
  @media (max-width: 767px) {
    table.form_table.xs-responsive tr {
      border-bottom: 3px double #e1e1e1; }
      table.form_table.xs-responsive tr:nth-last-child(1) {
        border-bottom: 0px; }
      table.form_table.xs-responsive tr th, table.form_table.xs-responsive tr td {
        padding-top: 4px;
        padding-bottom: 4px; }
      table.form_table.xs-responsive tr th {
        display: none; }
      table.form_table.xs-responsive tr td {
        display: block;
        border-bottom: 1px dotted rgba(225, 225, 225, 0.7);
        padding-left: 80px;
        position: relative; }
        table.form_table.xs-responsive tr td:before {
          content: attr(data-head) "";
          font-weight: bold;
          font-size: 12px;
          position: absolute;
          line-height: 1em;
          left: 8px;
          top: calc(50% - 0.5em); }
        table.form_table.xs-responsive tr td:nth-last-child(1) {
          border-bottom: 0; }
    table.form_table.xs-responsive thead {
      display: none; }
    table.form_table.xs-responsive .align-left, table.form_table.xs-responsive .align-center, table.form_table.xs-responsive .align-right {
      text-align: left !important; } }
  table.form_table.no-responsive {
    /* Desktop */ }
    table.form_table.no-responsive tr th, table.form_table.no-responsive tr td {
      border-bottom: 1px solid #e1e1e1; }
      table.form_table.no-responsive tr th.w-1, table.form_table.no-responsive tr td.w-1 {
        width: 10%; }
      table.form_table.no-responsive tr th.w-2, table.form_table.no-responsive tr td.w-2 {
        width: 20%; }
      table.form_table.no-responsive tr th.w-3, table.form_table.no-responsive tr td.w-3 {
        width: 30%; }
      table.form_table.no-responsive tr th.w-4, table.form_table.no-responsive tr td.w-4 {
        width: 40%; }
      table.form_table.no-responsive tr th.w-5, table.form_table.no-responsive tr td.w-5 {
        width: 50%; }
      table.form_table.no-responsive tr th.w-6, table.form_table.no-responsive tr td.w-6 {
        width: 60%; }
      table.form_table.no-responsive tr th.w-7, table.form_table.no-responsive tr td.w-7 {
        width: 70%; }
      table.form_table.no-responsive tr th.w-8, table.form_table.no-responsive tr td.w-8 {
        width: 80%; }
      table.form_table.no-responsive tr th.w-f-1, table.form_table.no-responsive tr td.w-f-1 {
        width: 50px; }
      table.form_table.no-responsive tr th.w-f-2, table.form_table.no-responsive tr td.w-f-2 {
        width: 100px; }
      table.form_table.no-responsive tr th.w-f-3, table.form_table.no-responsive tr td.w-f-3 {
        width: 150px; }
      table.form_table.no-responsive tr th.w-f-4, table.form_table.no-responsive tr td.w-f-4 {
        width: 200px; }
    table.form_table.no-responsive tbody tr:nth-last-child(1) th, table.form_table.no-responsive tbody tr:nth-last-child(1) td {
      border-bottom: 0px; }
    table.form_table.no-responsive thead th, table.form_table.no-responsive thead td, table.form_table.no-responsive tfoot th, table.form_table.no-responsive tfoot td {
      background-color: #fcfcfc;
      border-style: solid;
      border-color: #e1e1e1;
      border-width: 0;
      margin: 0; }
    table.form_table.no-responsive thead th, table.form_table.no-responsive thead td {
      border-bottom-width: 1px; }
    table.form_table.no-responsive tfoot th, table.form_table.no-responsive tfoot td {
      border-top-width: 1px; }

table.form_table {
  border-top: 1px solid #e1e1e1; }
  .header + table.form_table {
    border-top: 0; }
  table.form_table:nth-child(1) {
    border: 0; }

/* -----------------------
Compatible with Basic Block
----------------------- */
/*--- nav_side_solid ---*/
.nav_side_solid {
  padding-right: 0px; }
  .nav_side_solid > li.divide {
    border-top: 1px solid #dfdfdf; }
  .nav_side_solid > li + li {
    margin-top: 0; }
  .nav_side_solid > li a {
    display: block;
    position: relative;
    line-height: 1em;
    -webkit-transition: all 0s ease-in-out;
    -khtml-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    padding: 8px;
    background-color: transparent;
    color: #333333;
    border-left: 2px solid transparent; }
    .nav_side_solid > li a:hover, .nav_side_solid > li a:focus {
      background-color: rgba(255, 207, 0, 0.05); }
  .nav_side_solid > li h1, .nav_side_solid > li h2, .nav_side_solid > li h3, .nav_side_solid > li h4 {
    margin: 0;
    padding-left: 0px; }
  .nav_side_solid > li.active a, .nav_side_solid > li.active a:hover, .nav_side_solid > li.active a:focus {
    font-weight: 700; }
  .nav_side_solid > li a i {
    width: 1.2em;
    text-align: center; }
  .nav_side_solid ul.layer_1st > li > a {
    padding-left: 34px; }
    .nav_side_solid ul.layer_1st > li > a:before {
      content: '\f105';
      position: absolute;
      font: normal normal normal 14px/1 FontAwesome;
      left: 20px;
      top: calc(50% - 7px);
      width: 14px;
      text-align: center;
      color: #ffcf00; }
  .nav_side_solid ul.layer_1st > li.active > a:before, .nav_side_solid ul.layer_1st > li > a:hover:before {
    content: '\f107'; }
  .nav_side_solid ul.layer_2nd > li > a {
    padding-left: 54px; }

/* Border inset */
.nav_side_solid > li + li > a {
  border-top: 1px solid #dfdfdf; }
.nav_side_solid ul.layer_1st > li > a {
  border-top: 1px solid #dfdfdf; }
.nav_side_solid ul.layer_2nd > li > a {
  border-top: 0px solid #dfdfdf; }

/* Selected Show */
.nav_side_solid > li > ul.layer_1st {
  display: none; }
.nav_side_solid > li.selected > a {
  background-color: transparent; }
.nav_side_solid > li.selected > ul.layer_1st {
  display: block; }
.nav_side_solid > li > ul.layer_1st > li > ul.layer_2nd {
  display: none; }
.nav_side_solid > li > ul.layer_1st > li.selected > ul.layer_2nd {
  display: block; }

/* Attachment List
------------------ */
.attach_list {
  text-align: left !important;
  padding: 8px/2 !important; }
  .attach_list > .item {
    border-top: 1px solid #f1f1f1;
    padding: 4px; }
    .attach_list > .item:nth-child(1) {
      border-top: 0; }

.attach_other,
.attach_doc,
.attach_pdf,
.attach_ppt,
.attach_img {
  position: relative;
  text-align: left;
  padding: 4px 4px 4px 40px;
  display: inline-block;
  position: relative; }
  .attach_other:before,
  .attach_doc:before,
  .attach_pdf:before,
  .attach_ppt:before,
  .attach_img:before {
    content: '';
    width: 24px;
    height: 30px;
    background-size: contain;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: 1;
    background-image: url(../images/common/ic/ic_file_other.png);
    position: absolute;
    left: 0;
    top: calc(50% - 15px); }

.attach_doc:before {
  background-image: url(../images/common/ic/ic_file_doc.png); }

.attach_pdf:before {
  background-image: url(../images/common/ic/ic_file_pdf.png); }

.attach_ppt:before {
  background-image: url(../images/common/ic/ic_file_ppt.png); }

.attach_img:before {
  background-image: url(../images/common/ic/ic_file_img.png); }

/* Forms
----------------- */
/* Line */
hr {
  width: 100%;
  margin: 15px 0;
  border-color: #eee; }

input,
textarea,
select {
  display: inline-block;
  letter-spacing: 0px;
  vertical-align: middle;
  resize: vertical;
  padding: 6px 8px;
  margin: 0px 0;
  max-width: 100%;
  border-radius: 2px;
  line-height: 1.5em;
  height: calc(1.5em + 12px);
  border: 1px solid #dfdfdf; }
  @media (max-width: 767px) {
    input,
    textarea,
    select {
      padding: 10px 8px;
      height: calc(1.8em + 20px); } }

input,
textarea,
select,
.btn {
  padding: 6px 8px;
  margin: 0px 0;
  border-radius: 2px;
  line-height: 1.5em;
  height: calc(1.5em + 12px); }
  @media (max-width: 767px) {
    input,
    textarea,
    select,
    .btn {
      padding: 10px 8px;
      height: calc(1.8em + 20px); } }

option {
  color: #333333;
  background-color: white;
  border-width: 1px; }

input:focus,
textarea:focus,
select:focus {
  border: 1px solid rgba(255, 207, 0, 0.5);
  outline: none; }

/* Placeholder
------------------------ */
::-webkit-input-placeholder {
  color: #bbb;
  text-overflow: ellipsis; }

:-moz-placeholder {
  color: #bbb !important;
  text-overflow: ellipsis;
  opacity: 1; }

::-moz-placeholder {
  color: #bbb !important;
  text-overflow: ellipsis;
  opacity: 1; }

:-ms-input-placeholder {
  color: #bbb !important;
  text-overflow: ellipsis;
  opacity: 1; }

/* caret
----------------------- */
.caret_select {
  position: relative;
  z-index: 0;
  display: inline-block; }
  .caret_select::after {
    content: "\f107";
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    z-index: 0;
    pointer-events: none;
    right: 12px;
    top: calc(50% - 10px);
    line-height: 20px; }
  .caret_select select {
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: white; }
    .caret_select select[disabled=disabled] {
      cursor: auto; }

/* Unit Input
------------- */
.unit_input {
  position: relative; }
  .unit_input > input {
    padding-right: 18px; }
  .unit_input > span {
    position: absolute;
    right: 10px;
    top: calc(50% - 12px); }

/* divide text */
.divide_text {
  position: relative;
  padding: 8px 0;
  font-size: 14px;
  text-align: center; }
  .divide_text span {
    color: #666;
    padding: 0 8px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    display: inline-block;
    background: #eee;
    border-radius: 520px; }
  .divide_text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    border-top: 1px solid #eee; }
  .divide_text + .item {
    border-top: 0; }
  @media (max-width: 991px) {
    .divide_text {
      padding-left: 0 !important;
      text-align: center !important; } }

.form_column {
  padding: 4px 0; }
  .form_column > .item, .form_column > .divide_text {
    float: left;
    width: 100%; }

.form_column > .item {
  padding: 4px; }
  .form_column > .item:nth-child(1) {
    border-top-width: 0; }

.form_column {
  font-size: 14px; }
  .form_column:after, .form_column:before {
    content: "";
    display: block;
    clear: both; }
  .form_column .title, .form_column .content {
    display: block;
    float: left; }
  .form_column .title {
    vertical-align: top;
    width: 7.5em;
    padding: 4px;
    padding-right: 10px;
    color: #333333;
    text-align: right; }
  .form_column .content {
    vertical-align: middle;
    width: calc(100% - 7.5em); }
  .form_column p {
    margin: 0; }
  @media (max-width: 991px) {
    .form_column .title {
      text-align: left; } }

/* cols & responsive */
.form_column > .item.w-50 {
  width: 50%; }

@media (max-width: 991px) {
  .form_column .title, .form_column .content, .form_column .item.w-50 {
    width: 100%; } }

.form_column .divide_text {
  padding-left: 7.5em;
  text-align: left; }

/* Input in Form Column */
.form_column input, .form_column textarea, .form_column select {
  display: block;
  width: 100%; }

/* ====== Input in... input_group ====== */
.input_row {
  margin: 0 -2px !important; }
  .input_row > [class*=col],
  .input_row > [class*=col-lg],
  .input_row > [class*=col-md],
  .input_row > [class*=col-sm],
  .input_row > [class*=col-xs] {
    padding-left: 2px !important;
    padding-right: 2px !important; }
    @media (max-width: 991px) {
      .input_row > [class*=col],
      .input_row > [class*=col-lg],
      .input_row > [class*=col-md],
      .input_row > [class*=col-sm],
      .input_row > [class*=col-xs] {
        margin-bottom: 2px; } }
  .input_row input,
  .input_row textarea,
  .input_row select {
    width: 100%; }

.form_column .caret_select {
  display: block; }

/* 
inline input (maybe filter bar)
------------------ */
.input_inline li {
  display: inline-block;
  margin: 2px 0;
  padding-left: 8px;
  vertical-align: middle; }
  .input_inline li > span {
    vertical-align: middle;
    display: inline-block; }
  .input_inline li > input, .input_inline li > textarea, .input_inline li > .caret_select, .input_inline li > .input_row {
    display: inline-block;
    vertical-align: middle; }
@media (min-width: 576px) {
  .input_inline.xxs-responsive .input_row [class*=col-lg], .input_inline.xxs-responsive [class*=col-md], .input_inline.xxs-responsive [class*=col-sm], .input_inline.xxs-responsive [class*=col-xs] {
    width: auto; } }
@media (max-width: 575px) {
  .input_inline.xxs-responsive li {
    display: block; }
    .input_inline.xxs-responsive li > span {
      width: 80px;
      text-align: right; }
    .input_inline.xxs-responsive li > input, .input_inline.xxs-responsive li > textarea, .input_inline.xxs-responsive li > .caret_select, .input_inline.xxs-responsive li > .input_row {
      width: calc(100% - 80px - 5px); }
    .input_inline.xxs-responsive li > .input_row {
      width: calc(100% - 80px - 5px + 4px); }
    .input_inline.xxs-responsive li .caret_select select,
    .input_inline.xxs-responsive li .input_row .caret_select {
      width: 100%; } }

.df_clps {
  margin: 30px 0;
  background-color: #fcfcfc;
  padding: 10px 10px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  .df_clps .btn_wrapper {
    padding: 10px 4px; }

.tab > li {
  display: inline-block; }
.tab > li.active a {
  background-color: #eee; }
.tab a {
  display: block;
  line-height: 1em;
  padding: 6px; }
@media (max-width: 767px) {
  .tab li {
    display: inline-block;
    margin: 0 0 3px;
    width: calc(100% / 3 - 5px); }
  .tab a {
    overflow: hidden;
    line-height: 1;
    height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block; } }
@media (max-width: 575px) {
  .tab li {
    width: calc(100% / 2 - 5px); } }

.img_preview {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .img_preview.border {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #dfdfdf; }
  .img_preview .imageWrapper {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 4px;
    margin-right: 15px; }
    .img_preview .imageWrapper .image {
      height: 105%;
      width: initial;
      max-height: 100%;
      max-width: initial;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .img_preview .file-upload {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    width: 100%;
    max-width: 150px;
    text-align: center; }
    .img_preview .file-upload input.file-input {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      padding: 0;
      font-size: 20px;
      cursor: pointer;
      opacity: 0;
      filter: alpha(opacity=0);
      height: 100%; }

/* ======================== 
Common Use Classes & Pages
======================== */
.section_complete_form {
  position: relative;
  min-height: calc(100vh - 220px) !important;
  border-top: 1px solid #e1e1e1 !important; }
  .section_complete_form .container {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 60px 30px; }
  .section_complete_form .container, .section_complete_form h2, .section_complete_form p, .section_complete_form a {
    text-align: center;
    max-width: 100%; }
  .section_complete_form h2 {
    color: #ffcf00; }
  .section_complete_form .check {
    font-size: 120px;
    color: #ffcf00;
    margin-bottom: 40px; }
  .section_complete_form .btn_main {
    margin-top: 20px; }

.editor {
  padding: 8px;
  position: relative;
  /* ul */
  /* ol */
  /* table */
  /* RWD Table */
  /* blockquote */
  /* a */
  /* buton */
  /* RED */ }
  .editor * {
    max-width: 100% !important; }
  .editor img {
    width: auto !important;
    height: auto !important; }
  .editor h1, .editor h2, .editor h3, .editor h4 {
    color: #ffcf00;
    margin-top: 10px;
    line-height: 1.8em;
    font-weight: 700; }
    .editor h1:nth-child(1), .editor h2:nth-child(1), .editor h3:nth-child(1), .editor h4:nth-child(1) {
      margin-top: 0; }
  .editor h1 {
    font-size: 30px; }
  .editor h2 {
    font-size: 24px; }
  .editor h3 {
    font-size: 20px; }
  .editor h4 {
    font-size: 18px;
    font-weight: 700; }
  .editor ul, .editor ol {
    margin: 8px 0;
    padding: 0; }
    .editor ul > li, .editor ol > li {
      line-height: 1.6em;
      position: relative;
      margin-bottom: 5px; }
  .editor ul {
    margin: 8px 0;
    font-size: inherit;
    list-style: none; }
    .editor ul > li {
      position: relative;
      padding-left: 1.8em;
      margin-bottom: 0.4em;
      font-size: inherit; }
      .editor ul > li:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: #ffcf00;
        left: 0.7em;
        top: 0.6em;
        border-radius: 0.2em; }
  .editor ol {
    padding: 0 20px;
    list-style-type: decimal;
    padding-left: 1.8em; }
    .editor ol > li {
      position: relative; }
  .editor table {
    border-spacing: 0;
    border-collapse: collapse;
    border-color: #e1e1e1;
    border-style: solid;
    overflow: auto;
    width: 100%; }
    .editor table th, .editor table td {
      border-color: #e1e1e1;
      padding: 8px;
      border-width: 1px; }
    .editor table th {
      background-color: rgba(255, 207, 0, 0.1);
      color: #ffcf00; }
    .editor table h1,
    .editor table h2,
    .editor table h3,
    .editor table h4 {
      margin: 0; }
  .editor .tbl_wrapper {
    overflow-x: auto; }
    .editor .tbl_wrapper::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
  @media (max-width: 767px) {
    .editor .tbl_shadow {
      position: relative; }
      .editor .tbl_shadow:before, .editor .tbl_shadow:after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 5px; }
      .editor .tbl_shadow:before {
        left: 0;
        box-shadow: inset 6px 0 9px -7px rgba(0, 0, 0, 0.3); }
      .editor .tbl_shadow:after {
        right: 0;
        box-shadow: inset -6px 0 9px -7px rgba(0, 0, 0, 0.3); } }
  .editor blockquote p {
    margin: 0; }
  .editor a {
    color: #3C37C7; }
  .editor a:hover {
    color: #3C37C7;
    text-decoration: underline; }
  .editor input[type=button] {
    line-height: 1em;
    padding: 14px 20px;
    border-radius: 4px;
    background-color: #ffcf00;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.1s ease-in-out;
    -khtml-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-color: transparent;
    width: auto;
    padding: 8px 16px;
    height: auto; }
    .editor input[type=button]:hover {
      color: #fff;
      background-color: #e6ba00; }
    .editor input[type=button].large {
      font-size: 20px;
      padding: 18px 24px; }
    .editor input[type=button].outline {
      background-color: transparent;
      border: 1px solid #ffcf00;
      color: #ffcf00; }
      .editor input[type=button].outline:hover {
        background-color: rgba(255, 207, 0, 0.1); }
  @media (max-width: 767px) {
    .editor h1 {
      font-size: 26px; }
    .editor h2 {
      font-size: 20px; }
    .editor h3 {
      font-size: 18px; }
    .editor h4 {
      font-size: 16px;
      font-weight: 700; } }

.editor:empty {
  display: none; }

/* Recover Bootstrap
-------------------- */
.editor {
  /* blockquote */
  /* hr */ }
  .editor blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee; }
  .editor hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee; }
  .editor .container.section_simple > .editor {
    padding-left: 20px;
    padding-right: 20px; }

body {
  padding-top: 1px;
  margin-top: -1px;
  position: relative; }

.section_main {
  padding: 15px 0;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .section_main {
      padding: 10px 0;
      margin-top: 10px;
      margin-bottom: 10px; } }

/* Title */
.title_main:empty, .title_special:empty {
  display: none !important; }

.title_special {
  display: inline-block;
  position: relative;
  text-align: left;
  z-index: 1;
  line-height: 1;
  padding-bottom: 20px;
  margin: 10px 0; }

.tt_wr > .title_special, .tt_wr .title_main {
  display: inline-block; }

/* Contact Info List */
ul.ci_list {
  padding: 0 15px 10px;
  padding-left: 0;
  position: relative;
  text-align: left; }
  ul.ci_list li {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
    padding-left: 20px;
    line-height: 1.5em; }
    ul.ci_list li:before {
      content: '\f105';
      font-family: 'FontAwesome';
      position: absolute;
      color: inherit;
      font-size: 1em;
      line-height: inherit;
      width: 1em;
      text-align: center;
      left: 0; }
    ul.ci_list li.map-marker:before {
      content: "\f041";
      background-image: none; }
    ul.ci_list li.phone:before {
      content: "\f095";
      background-image: none; }
    ul.ci_list li.mobile-phone:before {
      content: "\f10b";
      background-image: none; }
    ul.ci_list li.fax:before {
      content: "\f1ac";
      background-image: none; }
    ul.ci_list li.envelope:before {
      content: "\f003";
      background-image: none; }
    ul.ci_list li.link:before {
      content: "\f0c1";
      background-image: none; }
    ul.ci_list li.calendar:before {
      content: "\f274";
      background-image: none; }
    ul.ci_list li:empty {
      display: none; }
    ul.ci_list li:before {
      left: 0;
      top: 0; }
  ul.ci_list a:hover {
    text-decoration: underline; }

/* Not Use
-------------- */
.article h1, .article h2, .article h3, .article h4 {
  color: #ffcf00;
  margin-top: 20px; }
.article .center {
  text-align: center; }

/* Layout */
.layout_main .col_img {
  margin-bottom: 15px; }
.layout_main .col_content .btn_wrapper {
  margin-top: 20px; }

/* Product
---------------------- */
/* Grid */
.prd_grid {
  padding: 0; }
  .prd_grid .item {
    padding: 8px; }
  .prd_grid .inner {
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background-color: white; }
  .prd_grid a, .prd_grid a:hover, .prd_grid a:focus {
    color: inherit; }
  .prd_grid .img_wrapper {
    position: relative;
    overflow: hidden; }
  .prd_grid .img {
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: 1;
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: 1; }
  .prd_grid .item:hover .inner {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14), 0 0px 8px rgba(0, 0, 0, 0.14); }
  .prd_grid .item:hover .img {
    -webkit-transform: scale(1.05, 1.05);
    -khtml-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  .prd_grid .content {
    padding: 8px 16px; }
  @media (min-width: 992px) {
    .prd_grid .item.col-md-6:nth-child(2n + 1) {
      clear: left; }
    .prd_grid .item.col-md-4:nth-child(3n + 1) {
      clear: left; }
    .prd_grid .item.col-md-3:nth-child(4n + 1) {
      clear: left; }
    .prd_grid .item.col-md-2:nth-child(6n + 1) {
      clear: left; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .prd_grid .item.col-sm-6:nth-child(2n + 1) {
      clear: left; }
    .prd_grid .item.col-sm-4:nth-child(3n + 1) {
      clear: left; }
    .prd_grid .item.col-sm-3:nth-child(4n + 1) {
      clear: left; }
    .prd_grid .item.col-sm-2:nth-child(6n + 1) {
      clear: left; } }
  @media (max-width: 767px) and (min-width: 576px) {
    .prd_grid .item.col-xs-6:nth-child(2n + 1) {
      clear: left; }
    .prd_grid .item.col-xs-4:nth-child(3n + 1) {
      clear: left; }
    .prd_grid .item.col-xs-3:nth-child(4n + 1) {
      clear: left; }
    .prd_grid .item.col-xs-2:nth-child(6n + 1) {
      clear: left; } }
  @media (max-width: 575px) {
    .prd_grid .item.col-xxs-6:nth-child(2n + 1) {
      clear: left; }
    .prd_grid .item.col-xxs-4:nth-child(3n + 1) {
      clear: left; }
    .prd_grid .item.col-xxs-3:nth-child(4n + 1) {
      clear: left; }
    .prd_grid .item.col-xxs-2:nth-child(6n + 1) {
      clear: left; } }

/* Footer
---------------------- */
/* Footer Common
------------------ */
footer a {
  color: inherit; }
footer a:hover {
  text-decoration: underline; }
footer [class*=col-lg], footer [class*=col-md], footer [class*=col-sm], footer [class*=col-xs] {
  padding-right: 0;
  padding-left: 0; }

/* Footer Logo
------------------ */
.f_logo {
  position: relative;
  overflow: hidden; }
  .f_logo img {
    position: relative;
    display: block;
    z-index: 1;
    padding: 0; }

/* Footer Info
------------------ */
.f_info_ul {
  position: relative;
  text-align: left;
  padding: 0;
  font-size: 14px; }
  .f_info_ul li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    line-height: 1.5em; }
    .f_info_ul li:before {
      content: '\f105';
      font-family: 'FontAwesome';
      position: absolute;
      color: inherit;
      font-size: 1em;
      line-height: inherit;
      width: 1em;
      text-align: center;
      left: 0; }
    .f_info_ul li.map-marker:before {
      content: "\f041";
      background-image: none; }
    .f_info_ul li.phone:before {
      content: "\f095";
      background-image: none; }
    .f_info_ul li.mobile-phone:before {
      content: "\f10b";
      background-image: none; }
    .f_info_ul li.fax:before {
      content: "\f1ac";
      background-image: none; }
    .f_info_ul li.envelope:before {
      content: "\f003";
      background-image: none; }
    .f_info_ul li.link:before {
      content: "\f0c1";
      background-image: none; }
    .f_info_ul li.calendar:before {
      content: "\f274";
      background-image: none; }
    .f_info_ul li:empty {
      display: none; }

/* Footer Copyright
------------------ */
.f_copyright {
  position: relative;
  overflow: hidden; }
  .f_copyright p {
    display: block;
    z-index: 1;
    position: relative;
    line-height: 1.8em;
    padding: 5px 8px;
    font-size: 12px;
    margin: 0; }

/* Footer Fix
------------------ */
.footer_fix {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-style: inset; }

/* ======================== 
Custom Classes
======================== */
/* ====== Custom Class ====== */
/* Color */
.white {
  color: #fff; }

.red {
  color: #f56954; }

.green {
  color: #4fc47f; }

.light-gray {
  color: #666; }

.main-color {
  color: #ffcf00; }

/* letter spacing */
.no-letter-s {
  letter-spacing: 0px !important; }

.letter-s125 {
  letter-spacing: 0.125em !important; }

.letter-s25 {
  letter-spacing: 0.25em !important; }

.letter-s50 {
  letter-spacing: 0.5em !important; }

.letter-s75 {
  letter-spacing: 0.75em !important; }

.letter-s100 {
  letter-spacing: 1em !important; }

/* font weight */
.font-w400 {
  font-weight: 400 !important; }

.font-w700 {
  font-weight: 700 !important; }

/* text property */
.text-transform-unset {
  text-transform: unset !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.word-wrap {
  word-wrap: break-word; }

.text-transform-none {
  text-transform: none !important; }

.text-transform-uppercase {
  text-transform: uppercase !important; }

.align-center {
  text-align: center  !important; }

.align-right {
  text-align: right  !important; }

.align-left {
  text-align: left  !important; }

/* background */
.bg-full,
.opacity-light,
.opacity-medium,
.opacity-full {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0; }

.opacity-light {
  opacity: 0.5; }

.opacity-medium {
  opacity: 0.7; }

.opacity-full {
  opacity: 0.8; }

.fix-background {
  background-size: cover !important;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  z-index: -1; }

.cover-background {
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: -1; }

/*center-col*/
.center-col {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }

/* margin */
.no-margin {
  margin: 0 !important; }

.no-margin-lr {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.margin-bottom {
  margin-bottom: 60px; }

.m-bottom5 {
  margin-bottom: 5px !important; }

.m-bottom10 {
  margin-bottom: 10px !important; }

.m-bottom15 {
  margin-bottom: 15px !important; }

.m-bottom20 {
  margin-bottom: 20px !important; }

.m-bottom30 {
  margin-bottom: 30px !important; }

.m-bottom40 {
  margin-bottom: 40px !important; }

.m-bottom50 {
  margin-bottom: 50px !important; }

.m-bottom60 {
  margin-bottom: 60px !important; }

.m-bottom70 {
  margin-bottom: 70px !important; }

.m-bottom80 {
  margin-bottom: 80px !important; }

.m-bottom90 {
  margin-bottom: 90px !important; }

.m-bottom100 {
  margin-bottom: 100px !important; }

.m-bottom110 {
  margin-bottom: 110px !important; }

.m-bottom120 {
  margin-bottom: 120px !important; }

.m-bottom150 {
  margin-bottom: 150px !important; }

.m-bottom180 {
  margin-bottom: 180px !important; }

.m-bottom200 {
  margin-bottom: 200px !important; }

.m-top5 {
  margin-top: 5px !important; }

.m-top10 {
  margin-top: 10px !important; }

.m-top15 {
  margin-top: 15px !important; }

.m-top20 {
  margin-top: 20px !important; }

.m-top30 {
  margin-top: 30px !important; }

/* padding-custom */
.padding-lr8 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.padding-lr15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.padding-lr30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.padding-tb8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.padding-tb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.padding-tb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.padding-tb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.padding-tb40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.padding-tb50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.padding-tb60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.padding-tb70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.padding-tb80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.padding-left-right-px {
  padding: 0 15px; }

.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-padding-section {
  padding: 0px !important; }

.no-padding-right {
  padding-right: 0px !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-left {
  padding-left: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-tb {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

.section-padding-inner {
  padding: 140px 0; }

/* float */
.f-left {
  float: left !important; }

.f-right {
  float: right !important; }

.no-float {
  float: none !important; }

/* display */
.display-block {
  display: block !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-hidden-mobile {
  position: fixed !important;
  overflow: hidden !important; }

.display-inline-block {
  display: inline-block !important; }

.display-inline {
  display: inline !important; }

.display-none {
  display: none !important; }

.display-table {
  display: table !important; }

/* position */
.position-relative {
  position: relative !important;
  z-index: 5; }

.position-absolute {
  position: absolute !important; }

.position-right {
  right: 0 !important; }

.position-left {
  left: 0 !important; }

.position-top {
  top: 0 !important; }

/* width */
.width {
  display: inline-block;
  position: relative;
  width: 90%; }

.width-20 {
  width: 20% !important; }

.width-30 {
  width: 30% !important; }

.width-40 {
  width: 40% !important; }

.width-50 {
  width: 50% !important; }

.width-60 {
  width: 60% !important; }

.width-70 {
  width: 70% !important; }

.width-80 {
  width: 80% !important; }

.width-90 {
  width: 90% !important; }

.width-100 {
  width: 100% !important; }

.width-auto {
  width: auto !important; }

/* height */
.height-100 {
  height: 100% !important; }

.height-auto {
  height: auto !important; }

.clear-both {
  clear: both; }

.roundedimage {
  border-radius: 100%; }

.vertical-align-middle {
  vertical-align: middle !important; }

.vertical-align-bottom {
  vertical-align: bottom !important; }

.no-box-shadow {
  box-shadow: none !important; }

p.uppercase {
  text-transform: uppercase !important; }

p.uppercase a {
  text-decoration: underline !important; }

p.uppercase a:hover {
  text-decoration: none; }

.line-break {
  display: block !important; }

.z-index-1 {
  z-index: 1 !important; }

.z-index-0 {
  z-index: 0 !important; }

/*animate & transiton*/
.animated {
  -moz-transition-duration: 0s !important; }

/*##*/
.transition2s, .transition2s * {
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.transition1s, .transition1s * {
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

/*no transiton*/
.no-transition, .no-transition * {
  -webkit-transition: all 0s ease-in-out;
  -khtml-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

/* ====== //Custom Class ====== */
/* ======================== 
theme
1. require global resourse
======================== */
/* 
003.ncu-mgt
special style for this projects
-------------------- */
/* ======================== 
Setting
======================== */
body {
  font-family: "Mandali", "Microsoft Jhenghei", sans-serif; }

a {
  color: #333333; }

a:hover,
a:focus {
  color: #333333; }

select:focus,
input:focus,
textarea:focus {
  border: 1px solid rgba(255, 207, 0, 0.5); }

::selection {
  color: #ffcf00;
  background: #eee; }

::-moz-selection {
  color: #ffcf00;
  background: #eee; }

::-webkit-scrollbar-thumb {
  background: #999999; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 2s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

/*slider*/
@keyframes sliderSlideInLeft {
  from {
    transform: translate3d(-5%, 0, 0);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.sliderSlideInLeft {
  animation-name: sliderSlideInLeft; }

@keyframes sliderSlideInRight {
  from {
    transform: translate3d(5%, 0, 0);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.sliderSlideInRight {
  animation-name: sliderSlideInRight; }

@keyframes sliderSlideOutRight {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    transform: translate3d(10%, 0, 0);
    opacity: 0; } }
.sliderSlideOutRight {
  animation-name: sliderSlideOutRight; }

@keyframes sliderSlideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    transform: translate3d(-10%, 0, 0);
    opacity: 0; } }
.sliderSlideOutLeft {
  animation-name: sliderSlideOutLeft; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1.2); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1.2); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes sliderSwitchIn {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.sliderSwitchIn {
  animation-name: sliderSwitchIn; }

@keyframes sliderSwitchOut {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.sliderSwitchOut {
  animation-name: sliderSwitchOut; }

@keyframes sliderSwitch {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.sliderSwitch {
  animation-name: sliderSwitch; }

/*about apple*/
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
/* --- fade --- */
@keyframes fadeIn {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-50%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-25%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(25%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

/* --- Blur --- */
@-webkit-keyframes blurFadeIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
    -khtml-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    -khtml-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0); } }
@-moz-keyframes blurFadeIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
    -khtml-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    -khtml-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0); } }
@-ms-keyframes blurFadeIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
    -khtml-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    -khtml-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0); } }
@-o-keyframes blurFadeIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
    -khtml-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    -khtml-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0); } }
@keyframes blurFadeIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
    -khtml-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    -khtml-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0); } }
.blurFadeIn {
  animation-name: blurFadeIn; }

@-webkit-keyframes blurFadeOut {
  from {
    opacity: 1;
    -webkit-filter: blur(0px);
    -khtml-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px); }
  to {
    opacity: 0;
    -webkit-filter: blur(20px);
    -khtml-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px); } }
@-moz-keyframes blurFadeOut {
  from {
    opacity: 1;
    -webkit-filter: blur(0px);
    -khtml-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px); }
  to {
    opacity: 0;
    -webkit-filter: blur(20px);
    -khtml-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px); } }
@-ms-keyframes blurFadeOut {
  from {
    opacity: 1;
    -webkit-filter: blur(0px);
    -khtml-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px); }
  to {
    opacity: 0;
    -webkit-filter: blur(20px);
    -khtml-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px); } }
@-o-keyframes blurFadeOut {
  from {
    opacity: 1;
    -webkit-filter: blur(0px);
    -khtml-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px); }
  to {
    opacity: 0;
    -webkit-filter: blur(20px);
    -khtml-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px); } }
@keyframes blurFadeOut {
  from {
    opacity: 1;
    -webkit-filter: blur(0px);
    -khtml-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px); }
  to {
    opacity: 0;
    -webkit-filter: blur(20px);
    -khtml-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px); } }
.blurFadeOut {
  animation-name: blurFadeOut; }

/* --- Blur Mask --- */
/* ======================== 
Mixin
======================== */
/* ======================== 
Theme Common Layout
======================== */
a {
  color: #333333; }

a.underline {
  color: #ff7d1b; }
  a.underline:hover {
    color: #e76300; }

/* Button Main Style */
.btn_special {
  display: inline-block;
  position: relative;
  line-height: 1em;
  padding: 0.5em;
  border: 1px solid; }
  .btn_special {
    border-color: #ffcf00;
    background-color: transparent;
    color: #ffcf00; }
    .btn_special:before {
      color: #ffcf00; }
    .btn_special:hover {
      color: #fff;
      background-color: #ffcf00; }
      .btn_special:hover:before {
        color: #fff; }
  .btn_special.main-text {
    border-color: #333333;
    background-color: transparent;
    color: #333333; }
    .btn_special.main-text:before {
      color: #333333; }
    .btn_special.main-text:hover {
      color: #fff;
      background-color: #333333; }
      .btn_special.main-text:hover:before {
        color: #fff; }
  .btn_special.reverse {
    border-color: #fff;
    background-color: transparent;
    color: #fff; }
    .btn_special.reverse:before {
      color: #fff; }
    .btn_special.reverse:hover {
      color: #333333;
      background-color: #fff; }
      .btn_special.reverse:hover:before {
        color: #333333; }

.banner {
  height: 160px;
  /*height: 100vh;*/
  position: relative;
  overflow: hidden; }
  .banner .bg-full {
    height: 160px;
    width: calc(100%);
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: -1;
    background-position: center bottom; }
  .banner .bg-mask {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0; }
  .banner .content {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    top: 0;
    text-align: center;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: -1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: colum;
    -moz-flex-direction: colum;
    -ms-flex-direction: colum;
    flex-direction: colum;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 2; }

.banner {
  height: 160px; }

.breadcrumb_wrapper {
  background-color: #f1f1f1;
  padding: 4px; }
  .breadcrumb_wrapper .breadcrumb {
    float: right; }

/* Title Main 
--------------------*/
.title_main {
  color: #ff7d1b;
  font-weight: 700;
  padding-left: 12px;
  border-left: 8px solid #ff7d1b; }

/* Title special 
--------------------*/
.title_special {
  font-weight: 700;
  font-family: "Mandali", "Microsoft Jhenghei", sans-serif;
  color: #333333;
  padding-left: 1em;
  padding-right: 2em;
  padding-top: 0.5em; }
  .lang-2nd .title_special {
    font-family: "Mandali", sans-serif; }
  .title_special:before, .title_special:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0px;
    background-image: url(../images/common/ic_title.png);
    background-size: auto 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: -1; }
  .title_special:after {
    width: 80px;
    right: 0;
    background-position: right center; }
  .title_special:before {
    width: calc(100% - 80px);
    left: 0;
    background-position: left center; }

.caret_select.special select {
  color: white;
  padding: 0.5em;
  padding-right: 2em;
  line-height: 1em;
  font-size: 14px;
  border-radius: 4px;
  background-color: #333;
  border: none;
  height: 2em; }
.caret_select.special:after {
  color: white; }

.editor h1, .editor h2, .editor h3, .editor h4 {
  color: #333333; }
.editor ul > li:before {
  background-color: #ff7d1b; }
.editor table {
  border-color: #e1e1e1; }
  .editor table th, .editor table td {
    border-color: #e1e1e1; }
  .editor table th {
    background-color: rgba(255, 207, 0, 0.1);
    color: #333333; }
.editor a, .editor a:hover {
  color: inherit; }

/* Editor (cover global)
-------------------------- */
.editor.editor-background {
  background-color: #f9f9f9; }

.editor {
  /* table */ }
  @media (min-width: 768px) {
    .editor table {
      min-width: 720px; } }

footer.container-fluid {
  background-color: #f1f1f1;
  padding: 0 0;
  -webkit-animation: slider_change_color 15s infinite;
  -khtml-animation: slider_change_color 15s infinite;
  -moz-animation: slider_change_color 15s infinite;
  -ms-animation: slider_change_color 15s infinite;
  -o-animation: slider_change_color 15s infinite;
  animation: slider_change_color 15s infinite; }
  footer.container-fluid > .container {
    padding: 15px; }

/* Footer LOGO
-------------- */
.f_logo {
  padding: 10px 0; }
  .f_logo img {
    height: 32px; }
  @media (max-width: 767px) {
    .f_logo img {
      margin: 0 auto; } }

/* Footer INFO
-------------- */
.f_info_ul {
  text-align: right;
  padding: 15px 0 15px; }
  .f_info_ul li {
    margin: 0 20px 0 0; }
  @media (max-width: 767px) {
    .f_info_ul {
      text-align: center; } }

/* Footer copyright
-------------- */
.f_copyright {
  background-color: #ffcf00; }
  .f_copyright p, .f_copyright a {
    color: #333333;
    text-align: center; }

/* Footer Fix
------------------ */
.footer_fix {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-style: inset;
  min-height: calc(100vh - 391px); }

/* Layout RWD
----------------- */
.f_left, .f_right {
  float: left; }

@media (min-width: 768px) {
  .f_left {
    width: 230px; }

  .f_right {
    width: calc(100% - 230px); } }
.crsl_basic .item {
  padding: 0 8px; }
.crsl_basic .inner {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
.crsl_basic .img {
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1; }
.crsl_basic .content {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.5); }
.crsl_basic .title, .crsl_basic .dsc {
  text-align: left;
  color: #666; }
.crsl_basic .title {
  overflow: hidden;
  line-height: 1.5em;
  height: 1.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block; }
.crsl_basic .dsc {
  overflow: hidden;
  line-height: 1.5em;
  height: 4.5em; }
.crsl_basic .date {
  position: relative;
  color: #999;
  font-size: 0.6em; }
.crsl_basic .item:hover .inner {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
.crsl_basic .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  z-index: 3;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .crsl_basic .owl-nav [class*=owl-] {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    opacity: 1;
    background-color: transparent !important;
    border-radius: 0; }
    .crsl_basic .owl-nav [class*=owl-] > i {
      color: transparent; }
    .crsl_basic .owl-nav [class*=owl-].disabled {
      opacity: 0.5;
      animation-duration: 0s !important; }
  .crsl_basic .owl-nav .owl-prev {
    /* Stage padding - width */
    left: -40px;
    border-style: solid;
    border-width: 30px 30px 30px 0;
    border-color: transparent #ffcf00 transparent transparent; }
  .crsl_basic .owl-nav .owl-next {
    right: -40px;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #ffcf00; }
.crsl_basic:hover .owl-prev {
  animation-name: owlPrev;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite; }
.crsl_basic:hover .owl-next {
  animation-name: owlNext;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite; }
.crsl_basic .owl-dots {
  position: relative; }
.crsl_basic .owl-stage-outer {
  padding-top: 10px;
  padding-bottom: 10px; }
@media (max-width: 767px) {
  .crsl_basic .item {
    padding: 0 4px; } }

.grid_basic:after, .grid_basic:before {
  content: "";
  display: block;
  clear: both; }
.grid_basic .item {
  display: block;
  position: relative;
  padding: 8px; }
  @media (min-width: 992px) {
    .grid_basic .item.col-md-6:nth-child(2n + 1) {
      clear: left; }
    .grid_basic .item.col-md-4:nth-child(3n + 1) {
      clear: left; }
    .grid_basic .item.col-md-3:nth-child(4n + 1) {
      clear: left; }
    .grid_basic .item.col-md-2:nth-child(6n + 1) {
      clear: left; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .grid_basic .item.col-sm-6:nth-child(2n + 1) {
      clear: left; }
    .grid_basic .item.col-sm-4:nth-child(3n + 1) {
      clear: left; }
    .grid_basic .item.col-sm-3:nth-child(4n + 1) {
      clear: left; }
    .grid_basic .item.col-sm-2:nth-child(6n + 1) {
      clear: left; } }
  @media (max-width: 767px) and (min-width: 576px) {
    .grid_basic .item.col-xs-6:nth-child(2n + 1) {
      clear: left; }
    .grid_basic .item.col-xs-4:nth-child(3n + 1) {
      clear: left; }
    .grid_basic .item.col-xs-3:nth-child(4n + 1) {
      clear: left; }
    .grid_basic .item.col-xs-2:nth-child(6n + 1) {
      clear: left; } }
  @media (max-width: 575px) {
    .grid_basic .item.col-xxs-6:nth-child(2n + 1) {
      clear: left; }
    .grid_basic .item.col-xxs-4:nth-child(3n + 1) {
      clear: left; }
    .grid_basic .item.col-xxs-3:nth-child(4n + 1) {
      clear: left; }
    .grid_basic .item.col-xxs-2:nth-child(6n + 1) {
      clear: left; } }
.grid_basic .img_wrapper {
  border-radius: 4px;
  overflow: hidden; }
.grid_basic .img {
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1; }
.grid_basic .content {
  padding: 8px; }
.grid_basic .title {
  margin: 0;
  overflow: hidden;
  line-height: 1.5em;
  height: 1.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block; }
.grid_basic .item:hover .img {
  -webkit-transform: scale(1.05);
  -khtml-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }
.grid_basic .item:hover .title {
  color: #ff7d1b; }
@media (max-width: 767px) {
  .grid_basic .item {
    padding: 4px; } }

/* Sidebar 
--------------- */
.nav_side_solid {
  /* non-Selected, Selected */
  /* second-menu */
  /* third-menu */ }
  .nav_side_solid .second-menu, .nav_side_solid .third-menu {
    display: none; }
  .nav_side_solid .selected > .second-menu, .nav_side_solid .selected > .third-menu {
    display: block; }
  .nav_side_solid .second-menu {
    background-color: rgba(0, 0, 0, 0.02); }
  .nav_side_solid .second-menu > li {
    border-top: 1px solid #dfdfdf; }
  .nav_side_solid .second-menu > li > a {
    padding-left: 40px; }
  .nav_side_solid .third-menu {
    border-top: 1px solid #dfdfdf; }
  .nav_side_solid .third-menu > li > a {
    padding-left: 60px; }

/* Basic Block
--------------- */
.basic_block {
  border-top: 4px solid #ffcf00; }

.basic_block .header {
  color: #333333;
  border-bottom: 0; }
  .basic_block .header h1, .basic_block .header h2, .basic_block .header h3, .basic_block .header h4 {
    font-weight: 700; }

/* 
Page In 
Sidebar Title
--------------- */
.pi_ttwr .title_special {
  margin: 0; }
.pi_ttwr .title_main {
  margin-top: 10px;
  margin-bottom: 10px; }
.pi_ttwr .input_inline {
  margin-top: 10px; }

/* Nav Sidebar Solid
-------------- */
.nav_side_solid li a {
  border-left: 0px solid #ffcf00; }
.nav_side_solid li.active > a, .nav_side_solid li.active > a:hover, .nav_side_solid li.active > a:focus {
  color: #333333;
  border-left: 0px solid #ffcf00;
  padding-left: 24px; }
  .nav_side_solid li.active > a:before, .nav_side_solid li.active > a:hover:before, .nav_side_solid li.active > a:focus:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 12px;
    border-radius: 0 6px 6px 0;
    background-color: #ffcf00;
    top: calc(50% - 12px / 2);
    left: 0px; }

/* Sidebar - Simple
----------------- */
.sdb_simple.right {
  padding-left: 15px; }
  @media (max-width: 767px) {
    .sdb_simple.right {
      padding: 0; } }
.sdb_simple .header {
  border-bottom: 1px solid #e1e1e1;
  color: #666;
  padding: 8px;
  padding-left: 8px; }
  .sdb_simple .header p {
    margin: 0; }
.sdb_simple ul {
  padding: 6px 0; }
.sdb_simple li {
  padding: 8px;
  font-size: 14px;
  border-bottom: 1px dotted #e1e1e1; }
  .sdb_simple li .link {
    display: block; }
  .sdb_simple li .title {
    color: #666;
    text-align: left;
    overflow: hidden;
    line-height: 1.8em;
    height: 5.4em;
    margin: 0;
    height: auto;
    max-height: 5.4em; }
.sdb_simple li {
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
.sdb_simple li:hover .link {
  -webkit-transform: translateX(8px);
  -khtml-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px); }
.sdb_simple li:hover .title {
  color: #ff7d1b; }

/* 
Home And 
News List Page
-------------- */
.newst .ctg {
  padding-left: 0 !important; }
.newst .title {
  color: #333333;
  overflow: hidden;
  line-height: 1.8em;
  height: 1.8em;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%; }
  .newst .title:hover {
    text-decoration: underline; }
.newst .date {
  color: #666;
  font-size: 11px; }
@media (max-width: 767px) {
  .newst td {
    padding-left: 80px !important; } }

/* Nav
----------------- */
/* nav basic style 
--------------------*/
/* Animation */
@-webkit-keyframes jump-animation {
  100% {
    top: 0px;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0); } }
@-moz-keyframes jump-animation {
  100% {
    top: 0px;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0); } }
@-ms-keyframes jump-animation {
  100% {
    top: 0px;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0); } }
@-o-keyframes jump-animation {
  100% {
    top: 0px;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0); } }
@keyframes jump-animation {
  100% {
    top: 0px;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0); } }
.navbar [class*=col-lg],
.navbar [class*=col-md],
.navbar [class*=col-sm],
.navbar [class*=col-xs] {
  padding: 0; }
.navbar .container-fluid {
  padding: 0; }

.navbar-collapse {
  padding: 0; }
  @media (max-width: 767px) {
    .navbar-collapse {
      padding: 0;
      margin: 0 !important;
      max-height: calc(100vh - 120px); } }

.navbar {
  border-bottom: 0;
  padding: 0px 0; }
  .navbar.add_class {
    padding: 0; }
  .navbar > .container-fluid, .navbar .container {
    padding: 0; }
  .navbar .navbar-header {
    margin: 0; }
  .navbar .navbar-nav {
    padding: 0; }

.navbar,
.dsk_menu {
  z-index: 1030;
  width: 100%;
  position: relative; }

.navbar {
  z-index: 1030; }
  @media (max-width: 767px) {
    .navbar {
      position: fixed;
      top: 0;
      right: 0;
      left: 0; } }

.navbar-header {
  float: unset; }

@media (max-width: 767px) {
  .navbar-collapse {
    z-index: 1030;
    position: fixed;
    left: 0;
    top: 49px !important;
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .navbar .navbar-nav {
    padding: 0; } }
@media (max-width: 767px) {
  .navbar {
    padding: 0; }
    .navbar .navbar-header {
      border-bottom: 0px; } }
/* Mobile Nav Scroll Bar
----------------------- */
.navbar-collapse::-webkit-scrollbar,
.js-offcanvas::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

/* Nav Brand Header */
.navbar-header {
  width: 100%; }
  .navbar-header .brand {
    height: 50px;
    padding: 0px 12px;
    display: block; }
    @media (max-width: 767px) {
      .navbar-header .brand {
        padding: 8px 12px; } }
    .navbar-header .brand img {
      display: block;
      width: auto;
      height: 50px; }
      @media (min-width: 768px) {
        .navbar-header .brand img.dsk_logo {
          display: block; }
        .navbar-header .brand img.mob_logo {
          display: none; } }
      @media (max-width: 767px) {
        .navbar-header .brand img {
          height: 34px; }
          .navbar-header .brand img.dsk_logo {
            display: none; }
          .navbar-header .brand img.mob_logo {
            display: block; } }
    .navbar-header .brand h3 {
      padding-left: 8px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .navbar-header .brand img {
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .navbar-header h3 {
      font-size: 14.5px; } }

/* Layout */
@media (min-width: 768px) and (max-width: 1199px) {
  .dsk_menu .container {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .navbar .navbar-nav {
    float: left; }
    .navbar .navbar-nav > li.name {
      line-height: 36px !important; } }
@media (max-width: 767px) {
  .navbar {
    background-color: #fff; } }
@media (min-width: 768px) {
  .navbar-collapse {
    text-align: center; }

  .navbar-nav {
    display: inline-block;
    float: none !important;
    vertical-align: bottom; } }
/* --------------------------------------------
Desktop Menu & Mobile Bootstrap Menu Style
--------------------------------------------
import files:
- _menuColor


-------------------------------------------- */
/* Desktop Navbar
----------------------- */
@media (min-width: 768px) {
  ul.navbar-nav > li {
    font-size: 16px; }
    ul.navbar-nav > li > a {
      text-align: center;
      z-index: 1001;
      white-space: nowrap;
      background-color: transparent;
      font-weight: 700;
      font-size: 18px;
      background-position: right center;
      border-top-width: 0px;
      border-style: solid;
      padding: 15px 20px;
      -webkit-transition: all 0s ease-in-out;
      -khtml-transition: all 0s ease-in-out;
      -moz-transition: all 0s ease-in-out;
      -ms-transition: all 0s ease-in-out;
      -o-transition: all 0s ease-in-out;
      transition: all 0s ease-in-out; }
    ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus, ul.navbar-nav > li.active > a {
      background-size: auto 50px;
      overflow: hidden;
      background-position: center center;
      background-repeat: no-repeat !important;
      z-index: 1;
      background-repeat: repeat-x !important;
      background-position: right center; }
    ul.navbar-nav > li:nth-last-child(1) .dropdown-menu {
      right: 0;
      left: unset; }
  ul.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block; }
  ul.navbar-nav .dropdown-menu {
    top: calc(100% + 0px);
    left: 0;
    border-width: 0px;
    border-radius: 0;
    min-width: 160px; }
    ul.navbar-nav .dropdown-menu > li > a {
      padding: 10px 15px;
      font-size: 16px;
      background-color: transparent; }
    ul.navbar-nav .dropdown-menu .dropdown-submenu > .dropdown-menu {
      top: 0px;
      margin-top: 0;
      left: 100%;
      min-height: calc(100%); }
    ul.navbar-nav .dropdown-menu .dropdown-submenu > a {
      padding-right: 30px;
      position: relative; }
    ul.navbar-nav .dropdown-menu .dropdown-submenu > a:after {
      display: block;
      content: " ";
      position: absolute;
      width: 0;
      height: 0;
      right: 10px;
      top: calc(50% - 5px);
      border-color: transparent;
      border-style: solid;
      border-width: 5px 0 5px 5px; }
    ul.navbar-nav .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
      display: block; } }
@media (min-width: 768px) {
  ul.navbar-nav .dropdown-menu {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }

  ul.navbar-nav > li > a {
    border-color: transparent; }
  ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus, ul.navbar-nav > li.active > a {
    border-color: #ffcf00;
    color: #333333; }
  ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus {
    background-color: rgba(255, 125, 27, 0.2);
    background-image:  ; }
  ul.navbar-nav > li.active > a {
    background-color: transparent;
    background-image:  ; }
  ul.navbar-nav .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.9); }
    ul.navbar-nav .dropdown-menu > li > a {
      background-color: transparent; }
      ul.navbar-nav .dropdown-menu > li > a:hover, ul.navbar-nav .dropdown-menu > li > a:focus {
        background-color: rgba(0, 0, 0, 0.05); }
    ul.navbar-nav .dropdown-menu .dropdown-submenu > .dropdown-menu {
      border-left: 1px solid rgba(255, 255, 255, 0.5); }
    ul.navbar-nav .dropdown-menu .dropdown-submenu > a:after {
      border-left-color: #ffcf00; }
    ul.navbar-nav .dropdown-menu .dropdown-submenu:hover > a:after {
      border-left-color: #ffcf00; }
  ul.navbar-nav a {
    color: #333333; }
  ul.navbar-nav .dropdown-menu a {
    color: #333333; }
    ul.navbar-nav .dropdown-menu a:hover, ul.navbar-nav .dropdown-menu a:focus {
      color: #333333; }

  .add_class ul.navbar-nav > li > a {
    border-color: transparent; }
  .add_class ul.navbar-nav > li > a:hover, .add_class ul.navbar-nav > li > a:focus, .add_class ul.navbar-nav > li.active > a {
    border-color: #ffcf00;
    color: #333333; }
  .add_class ul.navbar-nav > li > a:hover, .add_class ul.navbar-nav > li > a:focus {
    background-color: rgba(255, 125, 27, 0.2);
    background-image:  ; }
  .add_class ul.navbar-nav > li.active > a {
    background-color: transparent;
    background-image:  ; }
  .add_class ul.navbar-nav .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.9); }
    .add_class ul.navbar-nav .dropdown-menu > li > a {
      background-color: transparent; }
      .add_class ul.navbar-nav .dropdown-menu > li > a:hover, .add_class ul.navbar-nav .dropdown-menu > li > a:focus {
        background-color: rgba(0, 0, 0, 0.05); }
    .add_class ul.navbar-nav .dropdown-menu .dropdown-submenu > .dropdown-menu {
      border-left: 1px solid rgba(255, 255, 255, 0.5); }
    .add_class ul.navbar-nav .dropdown-menu .dropdown-submenu > a:after {
      border-left-color: #ffcf00; }
    .add_class ul.navbar-nav .dropdown-menu .dropdown-submenu:hover > a:after {
      border-left-color: #ffcf00; }
  .add_class ul.navbar-nav a {
    color: #333333; }
  .add_class ul.navbar-nav .dropdown-menu a {
    color: #333333; }
    .add_class ul.navbar-nav .dropdown-menu a:hover, .add_class ul.navbar-nav .dropdown-menu a:focus {
      color: #333333; }

  .navbar {
    background-color: white; }

  .dsk_menu {
    background-color: #ffcf00; }
    .dsk_menu.add_class {
      background-color: #ffcf00; } }
/* Mobile Navbar
----------------------- */
@media (max-width: 767px) {
  .navbar-collapse {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); }

  ul.navbar-nav {
    border-top: 1px solid #e1e1e1;
    margin: 0 !important;
    overflow-y: auto;
    overflow-x: hidden; }
    ul.navbar-nav ul {
      padding: 0; }
    ul.navbar-nav a, ul.navbar-nav li.dropdown ul.dropdown-menu a {
      padding: 10px 15px;
      color: #333333;
      font-size: 14px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    ul.navbar-nav li.dropdown-submenu ul.dropdown-menu a {
      padding: 8px 12px !important; }
    ul.navbar-nav a, ul.navbar-nav a:hover, ul.navbar-nav a:focus, ul.navbar-nav .open a, ul.navbar-nav .open a:hover, ul.navbar-nav .open a:focus {
      border-bottom: 1px solid #e1e1e1;
      background-color: #fff; }
    ul.navbar-nav li.dropdown > a, ul.navbar-nav li.dropdown-submenu > a {
      position: relative; }
    ul.navbar-nav li.dropdown > a:after, ul.navbar-nav li.dropdown-submenu > a:after {
      display: block;
      content: " ";
      position: absolute;
      width: 0;
      height: 0;
      right: 10px;
      top: calc(50% - 5px);
      border-color: transparent;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-left-color: #ffcf00;
      -webkit-transform: rotate(0deg);
      -khtml-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    ul.navbar-nav li.dropdown.open > a:after, ul.navbar-nav li.dropdown-submenu.open > a:after {
      -webkit-transform: rotate(90deg);
      -khtml-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    ul.navbar-nav > li.dropdown.open > a {
      background-color: #fff; }
    ul.navbar-nav > li.dropdown > ul.dropdown-menu {
      width: 100%;
      position: relative; }
      ul.navbar-nav > li.dropdown > ul.dropdown-menu > li > a {
        border-left: 4px solid #ffcf00;
        background-color: #f7f7f7; }
      ul.navbar-nav > li.dropdown > ul.dropdown-menu > li.open > a {
        background-color: #f7f7f7; }
    ul.navbar-nav li.dropdown-submenu ul.dropdown-menu > li > a {
      border-left: 4px solid #997c00;
      background-color: #f2f2f2; }

  .navbar, .dsk_menu {
    background-color: #fff; }
    .navbar.add_class, .dsk_menu.add_class {
      background-color: #fff; } }
/* Toggle Button */
.navbar-toggle {
  border: 0px;
  padding: 5px 6px;
  margin-right: 8px;
  background-color: #fff; }
  .navbar-toggle .icon-bar {
    background-color: #ffcf00;
    margin: 4px 0; }
  .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #ffcf00; }
    .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
      background: #fff; }
  .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -khtml-transform: translateY(6px) rotate(45deg);
    -moz-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg); }
  .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
    -webkit-transform: scaleX(0.01);
    -khtml-transform: scaleX(0.01);
    -moz-transform: scaleX(0.01);
    -ms-transform: scaleX(0.01);
    -o-transform: scaleX(0.01);
    transform: scaleX(0.01); }
  .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(4) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -khtml-transform: translateY(-6px) rotate(-45deg);
    -moz-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -o-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg); }

/* Dropdown Max Height */
.nav_fix {
  margin-top: 86px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .nav_fix {
      margin-top: 136px; } }
  @media (max-width: 767px) {
    .nav_fix {
      margin-top: 50px; } }

/* nav Position
--------------------*/
.navbar {
  position: fixed;
  top: 0;
  left: 0; }

/* nav components 
--------------------*/
/* Mobile - Menu */
.js-offcanvas {
  padding: 0;
  padding-top: 50px;
  left: 0;
  overflow-x: none;
  overflow-y: auto;
  background-color: #fff; }
  .js-offcanvas ul.navbar-nav {
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .js-offcanvas ul.navbar-nav, .js-offcanvas .list-unstyled {
    margin: 0; }
    .js-offcanvas ul.navbar-nav li a, .js-offcanvas ul.navbar-nav li.dropdown ul.dropdown-menu a, .js-offcanvas .list-unstyled li a, .js-offcanvas .list-unstyled li.dropdown ul.dropdown-menu a {
      padding: 12px 16px;
      font-size: 16px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .js-offcanvas ul.navbar-nav li.open a, .js-offcanvas ul.navbar-nav li a:hover, .js-offcanvas ul.navbar-nav li a:focus, .js-offcanvas .list-unstyled li.open a, .js-offcanvas .list-unstyled li a:hover, .js-offcanvas .list-unstyled li a:focus {
      border-color: rgba(0, 0, 0, 0.2); }
    .js-offcanvas ul.navbar-nav > li, .js-offcanvas .list-unstyled > li {
      margin: 0; }
      .js-offcanvas ul.navbar-nav > li > a, .js-offcanvas .list-unstyled > li > a {
        color: #333333; }
      .js-offcanvas ul.navbar-nav > li > a, .js-offcanvas ul.navbar-nav > li > a:active, .js-offcanvas ul.navbar-nav > li > a:focus, .js-offcanvas ul.navbar-nav > li.active > a, .js-offcanvas ul.navbar-nav > li.active > a:active, .js-offcanvas ul.navbar-nav > li.active > a:focus, .js-offcanvas ul.navbar-nav > li.open > a, .js-offcanvas ul.navbar-nav > li.open > a:active, .js-offcanvas ul.navbar-nav > li.open > a:focus, .js-offcanvas .list-unstyled > li > a, .js-offcanvas .list-unstyled > li > a:active, .js-offcanvas .list-unstyled > li > a:focus, .js-offcanvas .list-unstyled > li.active > a, .js-offcanvas .list-unstyled > li.active > a:active, .js-offcanvas .list-unstyled > li.active > a:focus, .js-offcanvas .list-unstyled > li.open > a, .js-offcanvas .list-unstyled > li.open > a:active, .js-offcanvas .list-unstyled > li.open > a:focus {
        background: white; }
    .js-offcanvas ul.navbar-nav > .dropdown > a:after, .js-offcanvas .list-unstyled > .dropdown > a:after {
      display: block;
      content: " ";
      position: absolute;
      width: 0;
      height: 0;
      right: 10px;
      top: calc(50% - 5px);
      border-color: transparent;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-left-color: #ffcf00;
      -webkit-transform: rotate(0deg);
      -khtml-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    .js-offcanvas ul.navbar-nav > .dropdown.open > a:after, .js-offcanvas .list-unstyled > .dropdown.open > a:after {
      -webkit-transform: rotate(90deg);
      -khtml-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .js-offcanvas ul.navbar-nav > .dropdown .dropdown-menu, .js-offcanvas .list-unstyled > .dropdown .dropdown-menu {
      margin-left: 0px;
      width: 100%;
      padding: 0;
      border-radius: 0px;
      overflow: hidden;
      background: #f2f2f2; }
      .js-offcanvas ul.navbar-nav > .dropdown .dropdown-menu *, .js-offcanvas .list-unstyled > .dropdown .dropdown-menu * {
        background: unset;
        transition-duration: 0s; }
      .js-offcanvas ul.navbar-nav > .dropdown .dropdown-menu > li > a, .js-offcanvas .list-unstyled > .dropdown .dropdown-menu > li > a {
        color: #333333 !important;
        padding: 12px !important;
        border-left: 4px solid #ffcf00; }
      .js-offcanvas ul.navbar-nav > .dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu, .js-offcanvas .list-unstyled > .dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu {
        top: 0px;
        margin-top: 0;
        background: rgba(255, 207, 0, 0.04); }
        .js-offcanvas ul.navbar-nav > .dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu a, .js-offcanvas .list-unstyled > .dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu a {
          border-left-color: #997c00;
          padding: 8px 12px !important; }
      .js-offcanvas ul.navbar-nav > .dropdown .dropdown-menu .dropdown-submenu > a, .js-offcanvas .list-unstyled > .dropdown .dropdown-menu .dropdown-submenu > a {
        padding-right: 30px;
        position: relative; }
      .js-offcanvas ul.navbar-nav > .dropdown .dropdown-menu .dropdown-submenu > a:after, .js-offcanvas .list-unstyled > .dropdown .dropdown-menu .dropdown-submenu > a:after {
        display: block;
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        right: 10px;
        top: calc(50% - 5px);
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ffcf00;
        -webkit-transform: rotate(0deg);
        -khtml-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
      .js-offcanvas ul.navbar-nav > .dropdown .dropdown-menu .dropdown-submenu.open > a:after, .js-offcanvas .list-unstyled > .dropdown .dropdown-menu .dropdown-submenu.open > a:after {
        -webkit-transform: rotate(90deg);
        -khtml-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    .js-offcanvas ul.navbar-nav > .dropdown.open > .dropdown-menu, .js-offcanvas .list-unstyled > .dropdown.open > .dropdown-menu {
      display: block; }
    .js-offcanvas ul.navbar-nav > .dropdown.open > a, .js-offcanvas ul.navbar-nav > .dropdown.open > a:hover, .js-offcanvas ul.navbar-nav > .dropdown.open > a:focus, .js-offcanvas .list-unstyled > .dropdown.open > a, .js-offcanvas .list-unstyled > .dropdown.open > a:hover, .js-offcanvas .list-unstyled > .dropdown.open > a:focus {
      border-color: rgba(0, 0, 0, 0.2); }
    .js-offcanvas ul.navbar-nav > .dropdown .caret:after, .js-offcanvas .list-unstyled > .dropdown .caret:after {
      color: #117ad5; }
  @media (min-width: 768px) {
    .js-offcanvas {
      display: none; } }
  .js-offcanvas.is-closed a {
    display: none; }

/* Nav Lang List
------------------ */
.n_lang_list {
  padding: 11px 0; }
  .n_lang_list:after, .n_lang_list:before {
    content: "";
    display: block;
    clear: both; }
  .n_lang_list > li {
    display: block;
    float: left;
    padding: 0 15px;
    font-size: 14px;
    color: #333333;
    line-height: 1em;
    border-right: 1px solid #333333; }
    .n_lang_list > li > a {
      display: block;
      color: inherit;
      font-size: inherit; }
      .n_lang_list > li > a:hover {
        text-decoration: underline; }
    .n_lang_list > li:nth-last-child(1) {
      border-right: 0px; }

/* Nav Lang Dropdown
--------------- */
.n_lang_caret select {
  color: white;
  padding: 0.5em;
  padding-right: 2em;
  line-height: 1em;
  font-size: 14px;
  border-radius: 4px;
  background-color: #333;
  border: none;
  height: 2em; }
.n_lang_caret:after {
  color: white; }

@media (max-width: 575px) {
  .n_lang_caret select {
    width: 2em;
    overflow: hidden;
    padding-right: 0.5em; }
  .n_lang_caret:after {
    display: none; } }
/* RWD
------------ */
.nl_m_wrapper {
  display: none;
  z-index: 1031; }

@media (max-width: 767px) {
  .nl_d_wrapper {
    display: none; }

  .nl_m_wrapper {
    display: block;
    position: fixed;
    right: 50px;
    top: 11px; } }
/* Search Collaspe
------------------- */
.s_f_wrapper {
  max-width: 240px;
  float: right;
  margin: 5px 12px 5px 0; }
  .s_f_wrapper input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none; }
  .s_f_wrapper #s_form {
    background-color: transparent;
    background-image: url(../images/common/ic_search.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
    text-indent: 1em;
    display: inline-block;
    border: 0 none;
    width: 0;
    height: 40px;
    border-radius: 4px;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
    padding: 12px 19px;
    cursor: pointer;
    -webkit-appearance: none;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    vertical-align: baseline;
    margin: 0; }
    .s_f_wrapper #s_form:hover, .s_f_wrapper #s_form:focus {
      background-image: url(../images/common/ic_search_hover.svg); }
    .s_f_wrapper #s_form:focus {
      width: 240px;
      cursor: text; }
  @media (max-width: 767px) {
    .s_f_wrapper {
      position: fixed;
      right: 0px;
      top: 60px;
      padding-left: 10px;
      padding-right: 10px;
      margin: 0;
      width: 100%;
      max-width: unset;
      color: #333333; }
      .s_f_wrapper #s_form {
        height: 56px;
        padding: 12px 27px;
        background-position: 17px center;
        border-radius: 28px;
        float: right;
        box-shadow: 0 3.2px 10px rgba(0, 0, 0, 0.32);
        background-color: #ffcf00; }
        .s_f_wrapper #s_form:hover, .s_f_wrapper #s_form:focus {
          width: 100%;
          background-color: #f1f1f1; } }
  @media (min-width: 768px) {
    .s_f_wrapper {
      display: none; }
      .s_f_wrapper #s_form {
        color: #333333;
        border: 1px solid #ffcf00;
        background-color: #ffcf00; }
        .s_f_wrapper #s_form:hover, .s_f_wrapper #s_form:focus {
          background-color: white;
          border: 1px solid #ffcf00; } }

/* Search Desktop (Normal)
---------------------- */
.s_desktop {
  float: right;
  width: 300px;
  padding: 4px 0 4px;
  position: relative; }
  .s_desktop .search_input {
    float: left;
    outline: none;
    padding: 0;
    padding-left: 20px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    color: #333333;
    border: 0px solid #ffcf00;
    background-color: #f1f1f1; }
  .s_desktop .search_button {
    position: absolute;
    right: 0px;
    width: 28px;
    height: 28px;
    border-radius: 0 14px 14px 0;
    border: 0px solid #ffcf00;
    background-color: #f1f1f1;
    text-align: center;
    cursor: pointer;
    font-size: 16px; }
    .s_desktop .search_button i {
      height: 28px;
      line-height: 27px; }
      .s_desktop .search_button i:before {
        color: rgba(77, 77, 77, 0.7); }
    .s_desktop .search_button:hover {
      background-color: #f1f1f1; }

@media (max-width: 767px) {
  .s_desktop {
    display: none; } }

/* Top Nav
------------------ */
/* nav Theme 
--------------------*/
/* Nav Li Style 
----------------*/
/* Desktop Menu
--------------- */
@media (max-width: 1199px) and (min-width: 768px) {
  .navbar .container {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px; } }

@media (min-width: 768px) {
  /* First Layer Menu
  -------------- */ }
/* Nav Add Class 
----------------*/
.navbar {
  border-radius: 0;
  border-width: 0 0 1px; }
  .navbar.add_class {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    /* Language
    --------- */ }
    .navbar.add_class .col-nl {
      padding: 11px 10px; }

/* RWD
--------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  ul.navbar-nav > li > a {
    padding-right: 8px;
    padding-left: 8px; } }
@media (min-width: 1200px) {
  .navbar .col {
    float: left; }

  .col-nh {
    width: 250px; }

  .col-nm {
    width: calc(100% - 250px); }

  .navbar-collapse {
    text-align: right; } }
/* ======================== 
Layout
======================== */
/* Home
----------------- */
/* Default & bootstrap Fix
-------------- */
.sld_wrapper {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px; }
  .sld_wrapper .container {
    padding-right: 0;
    padding-left: 0; }
  .sld_wrapper [class*=col-lg], .sld_wrapper [class*=col-md], .sld_wrapper [class*=col-sm], .sld_wrapper [class*=col-xs] {
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .sld_wrapper .container {
      width: 100%; } }
  @media (max-width: 1199px) {
    .sld_wrapper {
      padding-top: 2px;
      padding-bottom: 2px; } }

/* Owl Slider
--------------- */
.slider {
  width: 100%;
  overflow: hidden;
  background-color: white; }
  .slider .owl-item {
    overflow: hidden; }
  .slider .item {
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: 1; }
  .slider .img {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: 1;
    z-index: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    .slider .item {
      width: 100%;
      padding-top: 50%;
      background-size: cover;
      overflow: hidden;
      background-position: center center;
      background-repeat: no-repeat !important;
      z-index: 1; } }
  .slider .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    z-index: 3;
    width: 100%; }
    .slider .owl-nav [class*=owl-] {
      position: relative;
      color: #fff;
      background-color: transparent;
      font-size: 40px;
      margin: 0px;
      padding: 0;
      width: 50px;
      text-align: center;
      position: absolute;
      border-radius: 0px;
      top: 0;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      opacity: 1; }
      .slider .owl-nav [class*=owl-] i {
        line-height: 50px; }
      .slider .owl-nav [class*=owl-].disabled, .slider .owl-nav [class*=owl-].disabled:hover {
        opacity: 0.2; }
    .slider .owl-nav .owl-prev {
      left: 30px; }
      .slider .owl-nav .owl-prev i {
        margin-right: 5px; }
    .slider .owl-nav .owl-next {
      right: 30px; }
      .slider .owl-nav .owl-next i {
        margin-left: 5px; }
  .slider .owl-nav {
    opacity: 0; }
  .slider:hover .owl-nav {
    opacity: 1; }
  .slider .owl-dots {
    text-align: center;
    margin-top: 0px;
    width: 100%; }
    .slider .owl-dots .owl-dot {
      display: inline-block; }
      .slider .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
        margin: 0px 1px;
        background: transparent;
        border: 1px solid #ffcf00;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px; }
      .slider .owl-dots .owl-dot.active span, .slider .owl-dots .owl-dot:hover span {
        background-color: #ffcf00; }
  .slider .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%; }

/* Home Icon Menu
------------------- */
.h_icmenu .item {
  text-align: center; }
.h_icmenu .item_inner {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  border-left: 2px solid white;
  background-color: #f1f1f1; }
.h_icmenu .content_wrapper {
  display: table-cell;
  vertical-align: middle; }
.h_icmenu .img {
  width: 70%;
  padding-top: 70%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1;
  margin: 0 auto; }
.h_icmenu .title {
  padding: 0 4px;
  overflow: hidden;
  line-height: 1.5em;
  height: 3em;
  height: unset;
  max-height: 3em;
  margin: 3px 0;
  color: #333333; }
.h_icmenu .item_inner {
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
.h_icmenu .item:hover .item_inner {
  background-color: #e4e4e4; }
.h_icmenu .item {
  position: absolute;
  width: calc(100% / 3);
  height: calc(100% / 3); }
  .h_icmenu .item:nth-child(1) {
    top: 0%;
    left: 0%; }
  .h_icmenu .item:nth-child(2) {
    top: 0%;
    left: 33.3333333333%; }
  .h_icmenu .item:nth-child(3) {
    top: 0%;
    left: 66.6666666667%; }
  .h_icmenu .item:nth-child(4) {
    top: 33.3333333333%;
    left: 0%; }
  .h_icmenu .item:nth-child(5) {
    top: 33.3333333333%;
    left: 33.3333333333%; }
  .h_icmenu .item:nth-child(6) {
    top: 33.3333333333%;
    left: 66.6666666667%; }
  .h_icmenu .item:nth-child(7) {
    top: 66.6666666667%;
    left: 0%; }
  .h_icmenu .item:nth-child(8) {
    top: 66.6666666667%;
    left: 33.3333333333%; }
  .h_icmenu .item:nth-child(9) {
    top: 66.6666666667%;
    left: 66.6666666667%; }
@media (min-width: 576px) {
  .h_icmenu {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: 1; }
    .h_icmenu .item_inner {
      border-bottom: 2px solid white;
      border-bottom-width: 1px; }
    .h_icmenu .item:nth-last-child(1) .item_inner, .h_icmenu .item:nth-last-child(2) .item_inner, .h_icmenu .item:nth-last-child(3) .item_inner {
      border-bottom: none; }
    .h_icmenu .title {
      overflow: hidden;
      line-height: 1.5em;
      height: 1.5em;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block;
      white-space: normal;
      text-overflow: initial; } }
@media (min-width: 768px) and (max-width: 991px) {
  .h_icmenu {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: 1; }
    .h_icmenu .img {
      width: 65%;
      padding-top: 65%;
      background-size: cover;
      overflow: hidden;
      background-position: center center;
      background-repeat: no-repeat !important;
      z-index: 1; } }
@media (min-width: 576px) and (max-width: 767px) {
  .h_icmenu {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: 1; }
    .h_icmenu .item {
      position: absolute;
      width: calc((100% - 10px * 4) / 3);
      height: calc((100% - 10px * 4) / 3); }
      .h_icmenu .item:nth-child(1) {
        top: calc((1 - 1) * (100% - 10px) / 3 + 10px);
        left: calc((1 - 1) * (100% - 10px) / 3 + 10px); }
      .h_icmenu .item:nth-child(2) {
        top: calc((1 - 1) * (100% - 10px) / 3 + 10px);
        left: calc((2 - 1) * (100% - 10px) / 3 + 10px); }
      .h_icmenu .item:nth-child(3) {
        top: calc((1 - 1) * (100% - 10px) / 3 + 10px);
        left: calc((3 - 1) * (100% - 10px) / 3 + 10px); }
      .h_icmenu .item:nth-child(4) {
        top: calc((2 - 1) * (100% - 10px) / 3 + 10px);
        left: calc((1 - 1) * (100% - 10px) / 3 + 10px); }
      .h_icmenu .item:nth-child(5) {
        top: calc((2 - 1) * (100% - 10px) / 3 + 10px);
        left: calc((2 - 1) * (100% - 10px) / 3 + 10px); }
      .h_icmenu .item:nth-child(6) {
        top: calc((2 - 1) * (100% - 10px) / 3 + 10px);
        left: calc((3 - 1) * (100% - 10px) / 3 + 10px); }
      .h_icmenu .item:nth-child(7) {
        top: calc((3 - 1) * (100% - 10px) / 3 + 10px);
        left: calc((1 - 1) * (100% - 10px) / 3 + 10px); }
      .h_icmenu .item:nth-child(8) {
        top: calc((3 - 1) * (100% - 10px) / 3 + 10px);
        left: calc((2 - 1) * (100% - 10px) / 3 + 10px); }
      .h_icmenu .item:nth-child(9) {
        top: calc((3 - 1) * (100% - 10px) / 3 + 10px);
        left: calc((3 - 1) * (100% - 10px) / 3 + 10px); } }
@media (max-width: 575px) {
  .h_icmenu {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: 1; }
    .h_icmenu .item_inner {
      border-top: 2px solid white; }
    .h_icmenu .img {
      width: 60%;
      padding-top: 60%;
      background-size: cover;
      overflow: hidden;
      background-position: center center;
      background-repeat: no-repeat !important;
      z-index: 1; } }

/* Default
--------------- */
.h_fnews {
  position: relative; }
  @media (max-width: 1199px) {
    .h_fnews .container {
      width: 100%; } }

/* Home News BGI
---------------- */
.h_fnews {
  background-size: cover !important;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  z-index: 1;
  background-image: url(../images/common/bg_001.jpg); }

/* Home Focus News Carousel
----------------- */
.crsl_hn .img_wrapper {
  position: relative; }
.crsl_hn .img_tag_wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  padding-top: 10px; }
  .crsl_hn .img_tag_wrapper .img_tag {
    display: block;
    float: left;
    clear: both;
    margin-top: 2px; }
.crsl_hn .title {
  color: #ff7d1b; }
.crsl_hn .btn_wr {
  height: 40px; }
.crsl_hn .date {
  position: absolute;
  margin: 0;
  padding: 10px;
  left: 0;
  bottom: 0; }

/* RWD
------------------ */
.h_fnews .tt_wr {
  padding: 0px 0 10px; }
.h_fnews .btn_wr {
  padding: 10px 0; }
@media (max-width: 767px) {
  .h_fnews {
    padding: 30px 0; } }
@media (min-width: 768px) {
  .h_fnews {
    padding: 60px 0; } }
@media (min-width: 992px) {
  .h_fnews {
    padding: 60px 0; } }

/* Default
--------------- */
.h_lec {
  position: relative; }
  @media (max-width: 1199px) {
    .h_lec .container {
      width: 100%; } }

/* Home Lecture BGI
---------------- */
.h_lec {
  background-size: cover !important;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  z-index: 1;
  background-image: url(../images/common/bg_002.jpg); }

/* Home Lecture Carousel
----------------- */
.crsl_hl .title {
  color: #ff7d1b; }

/* RWD
------------------ */
.h_lec .tt_wr {
  padding: 0px 0 10px; }
.h_lec .btn_wr {
  padding: 10px 0; }
@media (max-width: 767px) {
  .h_lec {
    padding: 30px 0; } }
@media (min-width: 768px) {
  .h_lec {
    padding: 60px 0; } }
@media (min-width: 992px) {
  .h_lec {
    padding: 60px 0; } }

/* ====================
 Home News Section
==================== */
/* News Table
------------ */
/* Table */
.h_newst .tab-pane {
  background-color: #f9f9f9; }
@media (max-width: 767px) {
  .h_newst td {
    padding-left: 50px !important; } }

.newst_tag {
  position: relative;
  line-height: 1.8em;
  height: 1.8em;
  padding: 0 8px;
  background-color: #333333;
  color: white; }
  .newst_tag:before, .newst_tag:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: -0.9em;
    border-style: solid; }
  .newst_tag:before {
    top: 0;
    border-width: 0.9em 0.9em 0 0;
    border-color: #333333 transparent transparent transparent; }
  .newst_tag:after {
    bottom: 0;
    border-width: 0.9em 0 0 0.9em;
    border-color: transparent transparent transparent #333333; }
  .newst_tag.nstg_2nd {
    background-color: #ff7d1b; }
    .newst_tag.nstg_2nd:before {
      border-color: #ff7d1b transparent transparent transparent; }
    .newst_tag.nstg_2nd:after {
      border-color: transparent transparent transparent #ff7d1b; }
  .newst_tag.nstg_3rd {
    background-color: #6ec450; }
    .newst_tag.nstg_3rd:before {
      border-color: #6ec450 transparent transparent transparent; }
    .newst_tag.nstg_3rd:after {
      border-color: transparent transparent transparent #6ec450; }
  .newst_tag.nstg_4th {
    background-color: #2fc6cc; }
    .newst_tag.nstg_4th:before {
      border-color: #2fc6cc transparent transparent transparent; }
    .newst_tag.nstg_4th:after {
      border-color: transparent transparent transparent #2fc6cc; }
  .newst_tag.nstg_5th {
    background-color: #ffb807; }
    .newst_tag.nstg_5th:before {
      border-color: #ffb807 transparent transparent transparent; }
    .newst_tag.nstg_5th:after {
      border-color: transparent transparent transparent #ffb807; }
  .newst_tag.nstg_6th {
    background-color: #d9534f; }
    .newst_tag.nstg_6th:before {
      border-color: #d9534f transparent transparent transparent; }
    .newst_tag.nstg_6th:after {
      border-color: transparent transparent transparent #d9534f; }
  .newst_tag.nstg_7th {
    background-color: #0275d8; }
    .newst_tag.nstg_7th:before {
      border-color: #0275d8 transparent transparent transparent; }
    .newst_tag.nstg_7th:after {
      border-color: transparent transparent transparent #0275d8; }

/* Tab */
.newst_tab a {
  padding: 15px;
  border-radius: 4px 4px 0 0;
  color: #333333;
  background-color: transparent; }
.newst_tab a:hover {
  background-color: #e4e4e4; }
.newst_tab > li.active a {
  background-color: #ffcf00; }
@media (min-width: 768px) {
  .newst_tab {
    border-bottom: 2px solid #ffcf00;
    background-color: #f1f1f1;
    border-radius: 4px 4px 0 0; }
    .newst_tab li {
      margin-right: -2px; } }
@media (max-width: 767px) {
  .newst_tab a {
    padding: 10px;
    border-radius: 4px;
    background-color: #f1f1f1; } }

/* Newsletter
------------ */
.h_newsl a {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 60px;
  padding-left: 40px;
  margin: 0;
  background-color: #f1f1f1; }
  .h_newsl a:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffcf00;
    transform-origin: right bottom;
    -webkit-transform: skewX(10deg);
    -khtml-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg); }
  .h_newsl a:hover {
    -webkit-transform: translateX(10px);
    -khtml-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
.h_newsl li + li {
  margin-top: 8px; }

/* RWD
------------------ */
.h_newss .tt_wr {
  padding: 0px 0 10px; }
.h_newss .btn_wr {
  padding: 10px 0; }
@media (max-width: 767px) {
  .h_newss {
    padding: 30px 0; } }
@media (min-width: 768px) {
  .h_newss {
    padding: 60px 0; } }
@media (min-width: 992px) {
  .h_newss {
    padding: 60px 0; } }

/* ========================
Home Link
======================== */
/* Link Department
----------------- */
.h_linkd .item {
  padding: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
.h_linkd .img {
  width: 100%;
  padding-top: 37.2093023256%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1;
  border-radius: 4px; }
.h_linkd .item:hover {
  -webkit-transform: translateY(-6px);
  -khtml-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px); }
@media (max-width: 767px) {
  .h_linkd .item {
    padding: 2px; } }

/* Link Website
----------------- */
.crsl_linkw .item {
  padding-right: 5px; }
.crsl_linkw .inner {
  padding: 5px 0;
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
.crsl_linkw .img {
  width: 100%;
  padding-top: 22.7586206897%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1;
  border-radius: 4px; }
.crsl_linkw .inner:hover {
  -webkit-transform: translateX(5px);
  -khtml-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px); }
.crsl_linkw .owl-dots {
  text-align: center;
  margin-top: 0px;
  width: 100%; }
  .crsl_linkw .owl-dots .owl-dot {
    display: inline-block; }
    .crsl_linkw .owl-dots .owl-dot span {
      width: 6px;
      height: 6px;
      margin: 0px 1px;
      background: transparent;
      border: 1px solid #ffcf00;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity .2s ease;
      border-radius: 30px; }
    .crsl_linkw .owl-dots .owl-dot.active span, .crsl_linkw .owl-dots .owl-dot:hover span {
      background-color: #ffcf00; }
.crsl_linkw .owl-dots {
  position: relative; }
@media (max-width: 767px) {
  .crsl_linkw .item {
    padding: 0; }
    .crsl_linkw .item:after, .crsl_linkw .item:before {
      content: "";
      display: block;
      clear: both; }
  .crsl_linkw .inner {
    float: left;
    width: 50%;
    padding: 2px; } }

/* RWD
-------------- */
.h_links .tt_wr {
  padding: 10px 0 10px; }
@media (max-width: 767px) {
  .h_links {
    padding: 30px 0; } }
@media (min-width: 768px) {
  .h_links {
    padding: 60px 0; } }
@media (min-width: 992px) {
  .h_links {
    padding: 60px 0; } }

/* Home Mobile
------------------- */
@media (max-width: 767px) {
  .h_fnews,
  .h_newss,
  .h_lec,
  .h_links {
    display: none; } }
/* Pages
----------------- */
/* About In
---------------- */
.abouti_link_wrapper {
  margin-top: 15px; }

.grid_abouti_link .item {
  padding: 4px; }

/* Link Grid In about In
------------------------ */
.grid_linkid {
  /* Dsc */
  /* info */
  /* hover */ }
  .grid_linkid .item {
    padding-bottom: 16px; }
  .grid_linkid .dsc {
    font-size: 13px;
    line-height: 1.4em;
    margin: 5px 0;
    max-height: 187px;
    padding: 5px 5px 5px 0;
    overflow-y: auto; }
    .grid_linkid .dsc::-webkit-scrollbar {
      width: 3px;
      height: 3px;
      background-color: #fff; }
    .grid_linkid .dsc::-webkit-scrollbar-track {
      background-color: #fff; }
    .grid_linkid .dsc::-webkit-scrollbar-thumb {
      background: rgba(255, 207, 0, 0.3); }
  .grid_linkid .info {
    width: 100%;
    table-layout: fixed; }
    .grid_linkid .info tr + tr {
      border-top: 1px solid #eee; }
    .grid_linkid .info th, .grid_linkid .info td {
      padding: 4px 0; }
    .grid_linkid .info th {
      width: 50px; }
    .grid_linkid .info td {
      padding-left: 8px; }
  .grid_linkid .item:hover {
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .grid_linkid .item:hover .img {
      -webkit-transform: translateY(-5px);
      -khtml-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      transform: translateY(-5px); }
  @media (max-width: 767px) {
    .grid_linkid .item {
      padding: 4px; } }

/* Album Date Note
---------------- */
.album_note {
  margin: 5px 0 0;
  text-align: center;
  font-size: 11px;
  color: #999; }
  .album_note .date {
    padding-left: 20px;
    position: relative; }
    .album_note .date:before {
      content: '';
      position: absolute;
      background-color: #999;
      width: 5px;
      height: 5px;
      left: calc((20px - 5px) / 2);
      top: calc(50% - 5px / 2);
      -webkit-transform: rotate(45deg);
      -khtml-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

/* Album List
---------------- */
.grid_albuml .img_wrapper {
  border-radius: 4px 4px 0 0; }
.grid_albuml .content {
  background-color: #f9f9f9; }
.grid_albuml .title {
  text-align: center; }

/* Album In
---------------- */
.albumi_content {
  padding-bottom: 20px; }
  .albumi_content .dsc {
    text-align: center;
    margin: 20px 0 0; }
    .albumi_content .dsc:empty {
      display: none; }

.grid_albumi .item {
  padding: 0; }
.grid_albumi .img_wrapper {
  border-radius: 0; }
.grid_albumi .img {
  background-position: top center; }
.grid_albumi .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  color: white; }
.grid_albumi .item:hover .content {
  background-color: rgba(0, 0, 0, 0.7); }

/* Honor Carousel
--------------- */
.crsl_honor {
  margin-bottom: 10px; }
  .crsl_honor .owl-stage-outer {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px; }
  .crsl_honor .item {
    padding-left: 0;
    padding-right: 0; }
  .crsl_honor .inner {
    border-radius: 0;
    box-shadow: none; }
  .crsl_honor .img {
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    z-index: 1; }
  .crsl_honor .owl-dots {
    text-align: center;
    margin-top: 0px;
    width: 100%; }
    .crsl_honor .owl-dots .owl-dot {
      display: inline-block; }
      .crsl_honor .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
        margin: 0px 1px;
        background: transparent;
        border: 1px solid #ffcf00;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px; }
      .crsl_honor .owl-dots .owl-dot.active span, .crsl_honor .owl-dots .owl-dot:hover span {
        background-color: #ffcf00; }
  .crsl_honor .item:hover .inner {
    box-shadow: none; }
  .crsl_honor .item:hover .img {
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

/* Lecture List
------------- */
.grid_lecl .img_wrapper {
  position: relative; }
.grid_lecl .title {
  color: #ff7d1b; }
.grid_lecl .item:hover .content {
  background-color: #f9f9f9; }

/* Lecture In
------------- */
.block.lectiri_img_wrapper {
  padding: 0; }

.dsc_table {
  width: 100%;
  margin-top: 10px; }
  .dsc_table th {
    white-space: nowrap;
    padding-right: 8px;
    color: #999;
    font-size: 10px; }
  .dsc_table tr, .dsc_table th {
    padding-top: 2px;
    padding-bottom: 2px; }

.leci_dsct {
  margin: 0 0 10px; }
  .leci_dsct th, .leci_dsct td {
    padding: 8px;
    border-bottom: 1px solid #e1e1e1; }
  .leci_dsct th {
    width: 70px; }

.sdb_dsct {
  background-color: #f9f9f9; }
  .sdb_dsct th, .sdb_dsct td {
    padding: 2px 8px; }
    .sdb_dsct th > span, .sdb_dsct td > span {
      overflow: hidden;
      line-height: 1.8em;
      height: 1.8em;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block;
      white-space: normal; }

.grid_newsletterl .content {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 60px;
  padding: 10px 8px;
  padding-left: 40px;
  margin: 0;
  background-color: #f1f1f1; }
  .grid_newsletterl .content:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffcf00;
    transform-origin: right bottom;
    -webkit-transform: skewX(10deg);
    -khtml-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg); }
  .grid_newsletterl .content:hover {
    -webkit-transform: translateX(10px);
    -khtml-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
.grid_newsletterl .title {
  float: left; }
.grid_newsletterl .note {
  float: right;
  margin: 4px 0 0;
  font-size: 11px;
  color: #999; }
@media (max-width: 575px) {
  .grid_newsletterl .title, .grid_newsletterl .note {
    float: left;
    clear: both; } }

/* Search Page
------------------ */
.srch_bar {
  padding: 0 16px; }
  .srch_bar .dsc {
    color: #999; }

.list_srch .item {
  padding: 8px;
  display: block;
  border-bottom: 1px dotted #e1e1e1;
  -webkit-transition: all 0s ease-in-out;
  -khtml-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }
.list_srch .title {
  overflow: hidden;
  line-height: 1.8em;
  height: 1.8em;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #ff7d1b; }
.list_srch .note {
  color: #999;
  margin: 0; }
.list_srch .ctg {
  position: relative;
  padding-right: 20px; }
  .list_srch .ctg:after {
    content: '';
    position: absolute;
    background-color: rgba(153, 153, 153, 0.7);
    width: 5px;
    height: 5px;
    right: calc((20px - 5px) / 2);
    top: calc(50% - 5px / 2);
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
.list_srch .dsc {
  overflow: hidden;
  line-height: 1.8em;
  height: 5.4em; }
.list_srch .item:hover {
  background-color: #f9f9f9; }

/*# sourceMappingURL=main.css.map */
