@charset "UTF-8";
/* ========================
  Variables & Mixins
======================== */
/* Microsoft Jhenghei 400, 700 */
/* tab */
/* Column */
/* Microsoft Jhenghei 400, 700 */
/* --- 各專案使用顏色 ---*/
/* ================================
Variables, Functions & Mixins
================================ */
/*no transiton*/
.bgi_16x9 {
  width: 100%;
  padding: 0;
  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: 0;
  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);
  }
}
/* --------------------------
2018.11.07 - Edit scrollbar
-------------------------- */
/* 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: "";
  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;
}
@media screen and (min-width: 0) and (min-resolution: 72dpi) {
  .btn_arrow_r:before {
    font-size: 20px;
  }
}
.btn_arrow_r:hover, .btn_arrow_r:focus {
  color: white;
}
.btn_arrow_r:hover:before, .btn_arrow_r:focus: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;
  padding-bottom: 20px;
}
.btn_arrow_btm:before {
  content: "";
  position: absolute;
  font-family: FontAwesome;
  font-size: 20px;
  color: #014190;
  bottom: 0;
  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 #014190 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: #999;
  width: 50px;
  font-size: 12px;
  font-weight: 700;
}
.btn_corner_rbtm:hover {
  border-color: transparent transparent #0158c3 transparent;
}

/* Button with Icon and Dashed line */
.btn_dashed, .btn_icon_dashed {
  position: relative;
  display: inline-block;
  margin: 20px 0px;
  color: #014190;
  border-bottom: 1px dotted #014190;
}
.btn_dashed:hover, .btn_icon_dashed:hover {
  color: #2b0066;
  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: #014190;
}

.btn_ghost {
  display: inline-block;
  position: relative;
  line-height: 1em;
  padding: 0.5em;
  border: 1px solid;
  padding-right: 40px;
}
.btn_ghost:before {
  content: "";
  position: absolute;
  font-family: FontAwesome;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  top: calc(50% - 10px);
  right: 10px;
}
.btn_ghost {
  border-color: #014190;
  background-color: transparent;
  color: #014190;
}
.btn_ghost:before {
  color: #014190;
}
.btn_ghost:hover {
  color: #fff;
  background-color: #014190;
}
.btn_ghost:hover:before {
  color: #fff;
}
.btn_ghost.main-text {
  border-color: #4d4d4d;
  background-color: transparent;
  color: #4d4d4d;
}
.btn_ghost.main-text:before {
  color: #4d4d4d;
}
.btn_ghost.main-text:hover {
  color: #fff;
  background-color: #4d4d4d;
}
.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: #4d4d4d;
  background-color: #fff;
}
.btn_ghost.reverse:hover:before {
  color: #4d4d4d;
}

.btn_tilt_arrow {
  display: inline-block;
  position: relative;
  line-height: 1em;
  padding: 12px;
  padding-right: 40px;
  color: #014190;
  margin: 0 10px;
}
.btn_tilt_arrow:before {
  content: "";
  position: absolute;
  font-family: FontAwesome;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  top: calc(50% - 0.5em);
  right: 10px;
  color: #014190;
}
.btn_tilt_arrow:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #014190;
  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: #014190;
}
.btn_tilt_arrow:hover:before {
  color: #fff;
}

/* Button Action */
.btn_action {
  display: inline-block;
  padding: 3px 5px;
  margin: 2px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -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;
  border: 1px solid #014190;
  background-color: #014190;
}
.btn_action:hover, .btn_action:focus {
  background-color: #012a5d;
  border-color: #012a5d;
}
.btn_action:hover, .btn_action:focus {
  color: #fff;
}
.btn_action.full {
  border: 1px solid #014190;
  background-color: #014190;
}
.btn_action.full:hover, .btn_action.full:focus {
  background-color: #012a5d;
  border-color: #012a5d;
}
.btn_action i {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.btn_action.warning {
  border: 1px solid rgba(236, 151, 31, 0.65);
  background-color: rgba(236, 151, 31, 0.65);
}
.btn_action.warning:hover, .btn_action.warning:focus {
  background-color: rgba(199, 124, 17, 0.65);
  border-color: rgba(199, 124, 17, 0.65);
}
.btn_action.danger {
  border: 1px solid rgba(220, 53, 69, 0.5);
  background-color: rgba(220, 53, 69, 0.5);
}
.btn_action.danger:hover, .btn_action.danger:focus {
  background-color: rgba(189, 33, 48, 0.5);
  border-color: rgba(189, 33, 48, 0.5);
}
.btn_action.outline {
  border: 1px solid #014190;
  background-color: transparent;
  color: #014190;
}
.btn_action.outline:hover {
  background-color: #014190;
  color: white;
}

/* --------------------------
2018.10.03 - Add _lang
2018.11.07 - Edit _scrollbar
           - Add _fonts
           - Edit _custom
2018.11.08 - Edit _custom
2018.11.09 - Edit _custom
           - Add _buttons
2018.11.29 - Add _gridSystem

-------------------------- */
/* ==========================
 Middle Part
========================== */
/* Setting
=============== */
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #4d4d4d;
  font-family: "Microsoft Jhenghei", sans-serif;
}
body.lang-2nd {
  font-family: "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;
}

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: #014190;
  background: rgba(0, 0, 0, 0.05);
}

::-moz-selection {
  color: #014190;
  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.4em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

p, .p {
  margin: 0em 0;
  line-height: 1.8em;
}

code, kbd, pre, samp {
  font-family: inherit;
}

/* Desktop Font Size
--------------------- */
body {
  font-size: 16px;
  line-height: 1.5em;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

p, .p {
  font-size: 16px;
}

a {
  font-size: inherit;
}

li {
  font-size: 16px;
}

code, kbd, pre, samp {
  font-size: 16px;
}

input,
textarea,
select,
option,
.btn {
  font-size: 16px;
}

/* Input
------------ */
/* Mobile Font Size
--------------------- */
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.5em;
  }

  h1, .h1 {
    font-size: 31.5px;
  }

  h2, .h2 {
    font-size: 24.5px;
  }

  h3, .h3 {
    font-size: 21px;
  }

  h4, .h4 {
    font-size: 17.5px;
  }

  h5, .h5 {
    font-size: 15.75px;
  }

  h6, .h6 {
    font-size: 14px;
  }

  p, .p {
    font-size: 14px;
  }

  a {
    font-size: inherit;
  }

  li {
    font-size: 14px;
  }

  code, kbd, pre, samp {
    font-size: 14px;
  }

  input,
textarea,
select,
option,
.btn {
    font-size: 14px;
  }

  /* Input
  ------------ */
}
/* Plugin Fix
=============== */
/* Components
=============== */
/* Owl Carousel Default */
/* tag */
/* tag */
.tag {
  display: inline-block;
  padding: 4px 5px;
  margin: 2px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  border-radius: 2px;
  border: 1px;
  border-style: solid;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  text-indent: 0;
  -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 {
  border-color: rgba(127, 53, 201, 0.8);
  background-color: rgba(127, 53, 201, 0.8);
}
.tag.success {
  border-color: rgba(92, 184, 92, 0.65);
  background-color: rgba(92, 184, 92, 0.65);
}
.tag.info {
  border-color: rgba(70, 184, 218, 0.65);
  background-color: rgba(70, 184, 218, 0.65);
}
.tag.warning {
  border-color: rgba(236, 151, 31, 0.65);
  background-color: rgba(236, 151, 31, 0.65);
}
.tag.danger {
  border-color: #d32535;
  background-color: #d32535;
}
.tag[disabled=true] {
  border-color: rgba(128, 128, 128, 0.6);
  background-color: rgba(128, 128, 128, 0.6);
}
.tag.disabled {
  border-color: rgba(128, 128, 128, 0.6);
  background-color: rgba(128, 128, 128, 0.6);
}
.tag.outline.white {
  border-color: white;
  background-color: transparent;
  color: white;
}

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: #999;
}
.tag_icon:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  color: #014190;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 8px;
}
.tag_icon:hover {
  text-decoration: underline;
  color: #999;
}

/* pagination */
/* Button */
a {
  color: #0275d8;
}

a:hover, a:focus {
  color: #0275d8;
}

.underline,
.hover_underline,
.underline_blue,
.hover_underline_blue,
.underline_highlight,
.underline_highlight,
.hover_underline_highlight {
  -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;
}

.underline {
  color: #014190;
}
.underline:hover {
  color: #0275d8;
  text-decoration: underline;
  opacity: 1;
}

.hover_underline {
  color: inherit;
  text-decoration: none;
}
.hover_underline:hover {
  color: inherit;
  text-decoration: underline;
}

.underline_blue {
  color: #0275d8;
}
.underline_blue:hover {
  color: inherit;
  text-decoration: underline;
}

.hover_underline_blue {
  text-decoration: none;
  -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;
}
.hover_underline_blue:hover {
  color: #0275d8;
  text-decoration: underline;
}

.underline_highlight {
  color: #0275d8;
}
.underline_highlight:hover {
  color: inherit;
  text-decoration: underline;
}

.hover_underline_highlight {
  text-decoration: none;
}
.hover_underline_highlight:hover {
  color: #0275d8;
  text-decoration: underline;
}

/* Bootstrap Button
-------------- */
.btn-theme {
  background-color: #014190;
  border-color: #013677;
  color: white;
}
.btn-theme:hover, .btn-theme:hover:hover, .btn-theme:hover:active, .btn-theme:hover:focus, .btn-theme:active, .btn-theme:active:hover, .btn-theme:active:active, .btn-theme:active:focus, .btn-theme:focus, .btn-theme:focus:hover, .btn-theme:focus:active, .btn-theme:focus:focus {
  color: white;
  background-color: #013677;
  border-color: #012a5d;
}

.btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: white;
}
.btn-warning:hover, .btn-warning:hover:hover, .btn-warning:hover:active, .btn-warning:hover:focus, .btn-warning:active, .btn-warning:active:hover, .btn-warning:active:active, .btn-warning:active:focus, .btn-warning:focus, .btn-warning:focus:hover, .btn-warning:focus:active, .btn-warning:focus:focus {
  color: white;
  background-color: #eea236;
  border-color: #ec971f;
}

/* Button Main */
.btn_main {
  line-height: 1em;
  padding: 10px;
  border-radius: 10px;
  background-color: #014190;
  color: white;
  display: inline-block;
  border: 1px solid transparent;
  min-width: 80px;
  font-size: 0.9rem;
  -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, .btn_main:focus {
  color: white;
  background-color: #013677;
}
.btn_main.large {
  font-size: 16px;
  padding: 12px 16px;
}
.btn_main.radius {
  border-radius: 30px;
}
.btn_main.reverse {
  background-color: transparent;
  color: #014190;
  border-color: #014190;
}
.btn_main.reverse:hover {
  background-color: rgba(1, 65, 144, 0.05);
}
.btn_main.disabled {
  background-color: #D4D4D4;
  color: #707070;
}
.btn_main.disabled:hover {
  background-color: #D4D4D4;
}
.btn_main.dark {
  background-color: #2C2C2C;
  color: white;
}
.btn_main.dark:hover {
  background-color: rgba(44, 44, 44, 0.9);
}
.btn_main.black {
  background-color: black;
  color: white !important;
}
.btn_main.info {
  background-color: #2CA8FF;
  color: white;
}
.btn_main.info:hover {
  background-color: rgba(44, 168, 255, 0.9);
}
.btn_main.success {
  background-color: #18CE0F;
}
.btn_main.danger {
  background-color: #F96332;
}
.btn_main.outline {
  border: 1px solid #014190;
  background-color: transparent;
  color: #014190;
}
.btn_main.outline:hover {
  background-color: #014190;
  color: white;
}

.btn_main, .btn_special {
  white-space: nowrap;
}

/* Btn Wrapper
-------------- */
.btn_wr .btn_main, .btn_wr .btn_special {
  display: inline-block;
}

/* 2018.10.01 */
/* Marquee */
.abgne_marquee_wrapper {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #014190;
}

#abgne_marquee {
  height: 31px;
  position: relative;
  overflow: hidden;
  /* RWD */
}
#abgne_marquee ul {
  position: absolute;
  width: 100%;
  height: 100%;
}
#abgne_marquee ul li {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
  color: #fff;
}
#abgne_marquee ul .td {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
  width: 100%;
  padding: 0 12px;
}
#abgne_marquee a {
  color: inherit;
}
#abgne_marquee a:hover, #abgne_marquee a:focus {
  text-decoration: underline;
}
/* Blocky */
/* 2018.10.11 */
.blocky_container {
  padding: 8px;
}
.blocky_container > [class*=col-lg], .blocky_container > [class*=col-md], .blocky_container > [class*=col-sm], .blocky_container > [class*=col-xs] {
  padding: 8px;
}

.blocky {
  border-radius: 4px;
  background-color: #f9f9f9;
  border-radius: 4px;
  overflow: hidden;
}
.blocky.highlight {
  border: 2px dotted #014190;
}
.blocky .blocky_body {
  padding: 8px;
}
.blocky .blocky_body:after, .blocky .blocky_body:before {
  content: "";
  display: block;
  clear: both;
}
.blocky .blocky_body.article {
  padding: 8px 16px 16px;
}
.blocky .blocky_body.min-medium {
  min-height: 300px;
}
.blocky .blocky_body.padding-large {
  padding: 16px;
}
.blocky .blocky_footer {
  padding: 16px;
  text-align: right;
  border-top: 1px solid #e6e6e6;
}
.blocky .blocky_footer.padding-small {
  padding: 8px;
}
.blocky .date {
  margin: 0;
  line-height: 24px;
}
.blocky .thumb {
  width: 80px;
}
.blocky .dv_line {
  position: relative;
  border-top: 1px solid #e6e6e6;
}
.blocky .dv_line.m-tb {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* margin */
.blocky {
  margin-bottom: 15px;
}

/* no border */
.blocky.no-border {
  border: 0;
}

.blocky .blocky_body.form_table {
  padding: 0;
}

/* blocky_header */
.blocky_header {
  padding: 8px 8px;
  border-bottom: 1px solid #5f1314;
  color: #5f1314;
  background-color: rgba(95, 19, 20, 0.15);
}

.blocky_header {
  border-top: 1px solid #e6e6e6;
}
.blocky_header:nth-child(1) {
  border-top: 0;
}

/* blocky_header Component */
.blocky_header:after, .blocky_header:before {
  content: "";
  display: block;
  clear: both;
}
.blocky_header h1, .blocky_header h2, .blocky_header h3, .blocky_header h4, .blocky_header .title {
  float: left;
}
.blocky_header .align-center {
  width: 100%;
}
.blocky_header .title ~ .input_simple {
  margin: -6px 0;
}
.blocky_header .title + .input_simple {
  margin-right: -14px;
}
.blocky_header .input-daterange {
  float: right;
  max-width: 300px;
  margin: -3px 0;
  margin-right: -5px;
}
@media (max-width: 575px) {
  .blocky_header .input-daterange {
    width: calc(100% + 8px);
    max-width: none;
    margin: 5px -5px -3px;
  }
}
.blocky_header .nav-tabs {
  border-bottom: 0px;
  margin-bottom: -10px;
  margin-top: -3px;
  margin-left: -7px;
  margin-right: -7px;
}
.blocky_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;
}
.blocky_header .nav-tabs.justify li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.blocky_header .nav-tabs li a {
  color: #014190;
  background-color: transparent;
  border: 1px solid #014190;
  border-bottom-color: transparent;
  text-align: center;
}
.blocky_header .nav-tabs li a:hover, .blocky_header .nav-tabs li a:focus {
  color: #fff;
  background-color: #014190;
  border: 1px solid #014190;
}
.blocky_header .nav-tabs li.active a, .blocky_header .nav-tabs li.active a:hover, .blocky_header .nav-tabs li.active a:focus {
  color: #fff;
  background-color: #014190;
  border: 1px solid #014190;
}

/* Block Border Top
-------------- */
.blocky > .blocky_body + .blocky_body {
  border-top: 1px solid #e6e6e6;
}

.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;
}

.blocky .row {
  margin: 0;
}
.blocky .row > [class*=col-lg],
.blocky .row > [class*=col-md],
.blocky .row > [class*=col-sm],
.blocky .row > [class*=col-xs] {
  padding: 0 8px;
}

/* Narrow */
.blocky.narrow .blocky_footer, .blocky .blocky_footer.narrow {
  padding: 4px;
}

/* Pagination */
.blocky .pagination {
  margin: 0;
  width: 100%;
  text-align: center;
}
.blocky .pagination li {
  display: inline-block;
}

/* Stepper */
.stepper {
  padding: 0px;
  margin-bottom: 16px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f9f9f9;
}
.stepper > li {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px;
}
.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: #4d4d4d;
}
.stepper > li p.step {
  color: #5f1314;
}
.stepper > li.active {
  background-color: #f7e5e0;
  border: 0;
}
.stepper > li.active p {
  color: #4d4d4d;
}
.stepper > li.active .step {
  color: #4d4d4d;
}

/* Tab */
.blocky_tab a {
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
  color: #4d4d4d;
  background-color: transparent;
}
.blocky_tab a:hover {
  background-color: #e4e4e4;
}
.blocky_tab > li.active a {
  background-color: #014190;
  color: white;
}
@media (min-width: 768px ) {
  .blocky_tab {
    border-bottom: 2px solid #014190;
    background-color: #f1f1f1;
    border-radius: 4px 4px 0 0;
  }
}
@media (max-width: 767px ) {
  .blocky_tab {
    border-bottom: 2px solid #014190;
  }
  .blocky_tab a {
    padding: 10px;
    background-color: #f1f1f1;
  }
}

/* Form
-------------------- */
.form_table {
  width: 100%;
}
.form_table tr th, .form_table tr td {
  padding: 8px;
}
.form_table thead th, .form_table thead td, .form_table tfoot th, .form_table tfoot td {
  padding: 4px 8px;
  font-size: 14px;
}
.form_table p {
  margin: 0px;
}
@media (min-width: 576px ) {
  .form_table.xxs-responsive {
    /* Desktop */
    /* 2018.10.04 */
    /* Vertical Align
    ----------------- */
    /* Eliminate Bottom Line When ROWSPAN (simple rowspan)
    ------------- */
  }
  .form_table.xxs-responsive th, .form_table.xxs-responsive td {
    font-size: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .form_table.xxs-responsive th.w-1, .form_table.xxs-responsive td.w-1 {
    width: 10%;
  }
  .form_table.xxs-responsive th.w-2, .form_table.xxs-responsive td.w-2 {
    width: 20%;
  }
  .form_table.xxs-responsive th.w-3, .form_table.xxs-responsive td.w-3 {
    width: 30%;
  }
  .form_table.xxs-responsive th.w-4, .form_table.xxs-responsive td.w-4 {
    width: 40%;
  }
  .form_table.xxs-responsive th.w-5, .form_table.xxs-responsive td.w-5 {
    width: 50%;
  }
  .form_table.xxs-responsive th.w-6, .form_table.xxs-responsive td.w-6 {
    width: 60%;
  }
  .form_table.xxs-responsive th.w-7, .form_table.xxs-responsive td.w-7 {
    width: 70%;
  }
  .form_table.xxs-responsive th.w-8, .form_table.xxs-responsive td.w-8 {
    width: 80%;
  }
  .form_table.xxs-responsive th.w-9, .form_table.xxs-responsive td.w-9 {
    width: 90%;
  }
  .form_table.xxs-responsive th.w-f-1, .form_table.xxs-responsive td.w-f-1 {
    width: 45px;
  }
  .form_table.xxs-responsive th.w-f-2, .form_table.xxs-responsive td.w-f-2 {
    width: 90px;
  }
  .form_table.xxs-responsive th.w-f-3, .form_table.xxs-responsive td.w-f-3 {
    width: 135px;
  }
  .form_table.xxs-responsive th.w-f-4, .form_table.xxs-responsive td.w-f-4 {
    width: 180px;
  }
  .form_table.xxs-responsive th.w-f-5, .form_table.xxs-responsive td.w-f-5 {
    width: 225px;
  }
  .form_table.xxs-responsive tbody tr:nth-last-child(1) th, .form_table.xxs-responsive tbody tr:nth-last-child(1) td {
    border-bottom: 0px;
  }
  .form_table.xxs-responsive thead th, .form_table.xxs-responsive thead td, .form_table.xxs-responsive tfoot th, .form_table.xxs-responsive tfoot td {
    background-color: #fcfcfc;
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 0;
    margin: 0;
  }
  .form_table.xxs-responsive thead th, .form_table.xxs-responsive thead td {
    border-bottom-width: 1px;
  }
  .form_table.xxs-responsive tfoot th, .form_table.xxs-responsive tfoot td {
    border-top-width: 1px;
  }
  .form_table.xxs-responsive tbody, .form_table.xxs-responsive tfoot, .form_table.xxs-responsive thead, .form_table.xxs-responsive tr {
    vertical-align: middle;
  }
  .form_table.xxs-responsive.vertical-middle th, .form_table.xxs-responsive.vertical-middle td {
    vertical-align: middle;
  }
  .form_table.xxs-responsive.vertical-top th, .form_table.xxs-responsive.vertical-top td {
    vertical-align: top;
  }
  .form_table.xxs-responsive.vertical-bottom th, .form_table.xxs-responsive.vertical-bottom td {
    vertical-align: bottom;
  }
  .form_table.xxs-responsive tr:nth-last-child(2) td[rowspan="2"], .form_table.xxs-responsive tr:nth-last-child(2) th[rowspan="2"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(3) td[rowspan="3"], .form_table.xxs-responsive tr:nth-last-child(3) th[rowspan="3"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(4) td[rowspan="4"], .form_table.xxs-responsive tr:nth-last-child(4) th[rowspan="4"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(5) td[rowspan="5"], .form_table.xxs-responsive tr:nth-last-child(5) th[rowspan="5"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(6) td[rowspan="6"], .form_table.xxs-responsive tr:nth-last-child(6) th[rowspan="6"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(7) td[rowspan="7"], .form_table.xxs-responsive tr:nth-last-child(7) th[rowspan="7"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(8) td[rowspan="8"], .form_table.xxs-responsive tr:nth-last-child(8) th[rowspan="8"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(9) td[rowspan="9"], .form_table.xxs-responsive tr:nth-last-child(9) th[rowspan="9"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(10) td[rowspan="10"], .form_table.xxs-responsive tr:nth-last-child(10) th[rowspan="10"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(11) td[rowspan="11"], .form_table.xxs-responsive tr:nth-last-child(11) th[rowspan="11"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(12) td[rowspan="12"], .form_table.xxs-responsive tr:nth-last-child(12) th[rowspan="12"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(13) td[rowspan="13"], .form_table.xxs-responsive tr:nth-last-child(13) th[rowspan="13"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(14) td[rowspan="14"], .form_table.xxs-responsive tr:nth-last-child(14) th[rowspan="14"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(15) td[rowspan="15"], .form_table.xxs-responsive tr:nth-last-child(15) th[rowspan="15"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(16) td[rowspan="16"], .form_table.xxs-responsive tr:nth-last-child(16) th[rowspan="16"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(17) td[rowspan="17"], .form_table.xxs-responsive tr:nth-last-child(17) th[rowspan="17"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(18) td[rowspan="18"], .form_table.xxs-responsive tr:nth-last-child(18) th[rowspan="18"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(19) td[rowspan="19"], .form_table.xxs-responsive tr:nth-last-child(19) th[rowspan="19"] {
    border-bottom: 0;
  }
  .form_table.xxs-responsive tr:nth-last-child(20) td[rowspan="20"], .form_table.xxs-responsive tr:nth-last-child(20) th[rowspan="20"] {
    border-bottom: 0;
  }
}
@media (max-width: 575px ) {
  .form_table.xxs-responsive {
    /* 2018.10.09 */
  }
  .form_table.xxs-responsive {
    table-layout: fixed;
  }
  .form_table.xxs-responsive tr {
    border-bottom: 3px double #e6e6e6;
  }
  .form_table.xxs-responsive tr:nth-last-child(1) {
    border-bottom: 0px;
  }
  .form_table.xxs-responsive tr th, .form_table.xxs-responsive tr td {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .form_table.xxs-responsive tr th {
    display: none;
  }
  .form_table.xxs-responsive tr td {
    display: block;
    border-top: 0;
    border-bottom: 1px dotted rgba(230, 230, 230, 0.7);
    padding-left: 80px;
    position: relative;
    min-height: calc(1em + 8px);
  }
  .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);
    color: #4d4d4d;
  }
  .form_table.xxs-responsive tr td:nth-last-child(1) {
    border-bottom: 0;
  }
  .form_table.xxs-responsive thead {
    display: none;
  }
  .form_table.xxs-responsive .align-left, .form_table.xxs-responsive .align-center, .form_table.xxs-responsive .align-right {
    text-align: left !important;
  }
  .form_table.xxs-responsive tbody, .form_table.xxs-responsive tfoot, .form_table.xxs-responsive thead, .form_table.xxs-responsive tr {
    vertical-align: top;
  }
}
.form_table.xs-responsive {
  border: 1px solid #e6e6e6;
}
@media (min-width: 768px ) {
  .form_table.xs-responsive {
    /* Desktop */
    /* 2018.10.04 */
    /* Vertical Align
    ----------------- */
    /* Eliminate Bottom Line When ROWSPAN (simple rowspan)
    ------------- */
  }
  .form_table.xs-responsive th, .form_table.xs-responsive td {
    font-size: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .form_table.xs-responsive th.w-1, .form_table.xs-responsive td.w-1 {
    width: 10%;
  }
  .form_table.xs-responsive th.w-2, .form_table.xs-responsive td.w-2 {
    width: 20%;
  }
  .form_table.xs-responsive th.w-3, .form_table.xs-responsive td.w-3 {
    width: 30%;
  }
  .form_table.xs-responsive th.w-4, .form_table.xs-responsive td.w-4 {
    width: 40%;
  }
  .form_table.xs-responsive th.w-5, .form_table.xs-responsive td.w-5 {
    width: 50%;
  }
  .form_table.xs-responsive th.w-6, .form_table.xs-responsive td.w-6 {
    width: 60%;
  }
  .form_table.xs-responsive th.w-7, .form_table.xs-responsive td.w-7 {
    width: 70%;
  }
  .form_table.xs-responsive th.w-8, .form_table.xs-responsive td.w-8 {
    width: 80%;
  }
  .form_table.xs-responsive th.w-9, .form_table.xs-responsive td.w-9 {
    width: 90%;
  }
  .form_table.xs-responsive th.w-f-1, .form_table.xs-responsive td.w-f-1 {
    width: 45px;
  }
  .form_table.xs-responsive th.w-f-2, .form_table.xs-responsive td.w-f-2 {
    width: 90px;
  }
  .form_table.xs-responsive th.w-f-3, .form_table.xs-responsive td.w-f-3 {
    width: 135px;
  }
  .form_table.xs-responsive th.w-f-4, .form_table.xs-responsive td.w-f-4 {
    width: 180px;
  }
  .form_table.xs-responsive th.w-f-5, .form_table.xs-responsive td.w-f-5 {
    width: 225px;
  }
  .form_table.xs-responsive tbody tr:nth-last-child(1) th, .form_table.xs-responsive tbody tr:nth-last-child(1) td {
    border-bottom: 0px;
  }
  .form_table.xs-responsive thead th, .form_table.xs-responsive thead td, .form_table.xs-responsive tfoot th, .form_table.xs-responsive tfoot td {
    background-color: #fcfcfc;
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 0;
    margin: 0;
  }
  .form_table.xs-responsive thead th, .form_table.xs-responsive thead td {
    border-bottom-width: 1px;
  }
  .form_table.xs-responsive tfoot th, .form_table.xs-responsive tfoot td {
    border-top-width: 1px;
  }
  .form_table.xs-responsive tbody, .form_table.xs-responsive tfoot, .form_table.xs-responsive thead, .form_table.xs-responsive tr {
    vertical-align: middle;
  }
  .form_table.xs-responsive.vertical-middle th, .form_table.xs-responsive.vertical-middle td {
    vertical-align: middle;
  }
  .form_table.xs-responsive.vertical-top th, .form_table.xs-responsive.vertical-top td {
    vertical-align: top;
  }
  .form_table.xs-responsive.vertical-bottom th, .form_table.xs-responsive.vertical-bottom td {
    vertical-align: bottom;
  }
  .form_table.xs-responsive tr:nth-last-child(2) td[rowspan="2"], .form_table.xs-responsive tr:nth-last-child(2) th[rowspan="2"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(3) td[rowspan="3"], .form_table.xs-responsive tr:nth-last-child(3) th[rowspan="3"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(4) td[rowspan="4"], .form_table.xs-responsive tr:nth-last-child(4) th[rowspan="4"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(5) td[rowspan="5"], .form_table.xs-responsive tr:nth-last-child(5) th[rowspan="5"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(6) td[rowspan="6"], .form_table.xs-responsive tr:nth-last-child(6) th[rowspan="6"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(7) td[rowspan="7"], .form_table.xs-responsive tr:nth-last-child(7) th[rowspan="7"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(8) td[rowspan="8"], .form_table.xs-responsive tr:nth-last-child(8) th[rowspan="8"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(9) td[rowspan="9"], .form_table.xs-responsive tr:nth-last-child(9) th[rowspan="9"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(10) td[rowspan="10"], .form_table.xs-responsive tr:nth-last-child(10) th[rowspan="10"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(11) td[rowspan="11"], .form_table.xs-responsive tr:nth-last-child(11) th[rowspan="11"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(12) td[rowspan="12"], .form_table.xs-responsive tr:nth-last-child(12) th[rowspan="12"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(13) td[rowspan="13"], .form_table.xs-responsive tr:nth-last-child(13) th[rowspan="13"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(14) td[rowspan="14"], .form_table.xs-responsive tr:nth-last-child(14) th[rowspan="14"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(15) td[rowspan="15"], .form_table.xs-responsive tr:nth-last-child(15) th[rowspan="15"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(16) td[rowspan="16"], .form_table.xs-responsive tr:nth-last-child(16) th[rowspan="16"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(17) td[rowspan="17"], .form_table.xs-responsive tr:nth-last-child(17) th[rowspan="17"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(18) td[rowspan="18"], .form_table.xs-responsive tr:nth-last-child(18) th[rowspan="18"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(19) td[rowspan="19"], .form_table.xs-responsive tr:nth-last-child(19) th[rowspan="19"] {
    border-bottom: 0;
  }
  .form_table.xs-responsive tr:nth-last-child(20) td[rowspan="20"], .form_table.xs-responsive tr:nth-last-child(20) th[rowspan="20"] {
    border-bottom: 0;
  }
}
@media (max-width: 767px ) {
  .form_table.xs-responsive {
    /* 2018.10.09 */
  }
  .form_table.xs-responsive {
    table-layout: fixed;
  }
  .form_table.xs-responsive tr {
    border-bottom: 3px double #e6e6e6;
  }
  .form_table.xs-responsive tr:nth-last-child(1) {
    border-bottom: 0px;
  }
  .form_table.xs-responsive tr th, .form_table.xs-responsive tr td {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .form_table.xs-responsive tr th {
    display: none;
  }
  .form_table.xs-responsive tr td {
    display: block;
    border-top: 0;
    border-bottom: 1px dotted rgba(230, 230, 230, 0.7);
    padding-left: 80px;
    position: relative;
    min-height: calc(1em + 8px);
  }
  .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);
    color: #4d4d4d;
  }
  .form_table.xs-responsive tr td:nth-last-child(1) {
    border-bottom: 0;
  }
  .form_table.xs-responsive thead {
    display: none;
  }
  .form_table.xs-responsive .align-left, .form_table.xs-responsive .align-center, .form_table.xs-responsive .align-right {
    text-align: left !important;
  }
  .form_table.xs-responsive tbody, .form_table.xs-responsive tfoot, .form_table.xs-responsive thead, .form_table.xs-responsive tr {
    vertical-align: top;
  }
}
@media (min-width: 992px ) {
  .form_table.sm-responsive {
    /* Desktop */
    /* 2018.10.04 */
    /* Vertical Align
    ----------------- */
    /* Eliminate Bottom Line When ROWSPAN (simple rowspan)
    ------------- */
  }
  .form_table.sm-responsive th, .form_table.sm-responsive td {
    font-size: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .form_table.sm-responsive th.w-1, .form_table.sm-responsive td.w-1 {
    width: 10%;
  }
  .form_table.sm-responsive th.w-2, .form_table.sm-responsive td.w-2 {
    width: 20%;
  }
  .form_table.sm-responsive th.w-3, .form_table.sm-responsive td.w-3 {
    width: 30%;
  }
  .form_table.sm-responsive th.w-4, .form_table.sm-responsive td.w-4 {
    width: 40%;
  }
  .form_table.sm-responsive th.w-5, .form_table.sm-responsive td.w-5 {
    width: 50%;
  }
  .form_table.sm-responsive th.w-6, .form_table.sm-responsive td.w-6 {
    width: 60%;
  }
  .form_table.sm-responsive th.w-7, .form_table.sm-responsive td.w-7 {
    width: 70%;
  }
  .form_table.sm-responsive th.w-8, .form_table.sm-responsive td.w-8 {
    width: 80%;
  }
  .form_table.sm-responsive th.w-9, .form_table.sm-responsive td.w-9 {
    width: 90%;
  }
  .form_table.sm-responsive th.w-f-1, .form_table.sm-responsive td.w-f-1 {
    width: 45px;
  }
  .form_table.sm-responsive th.w-f-2, .form_table.sm-responsive td.w-f-2 {
    width: 90px;
  }
  .form_table.sm-responsive th.w-f-3, .form_table.sm-responsive td.w-f-3 {
    width: 135px;
  }
  .form_table.sm-responsive th.w-f-4, .form_table.sm-responsive td.w-f-4 {
    width: 180px;
  }
  .form_table.sm-responsive th.w-f-5, .form_table.sm-responsive td.w-f-5 {
    width: 225px;
  }
  .form_table.sm-responsive tbody tr:nth-last-child(1) th, .form_table.sm-responsive tbody tr:nth-last-child(1) td {
    border-bottom: 0px;
  }
  .form_table.sm-responsive thead th, .form_table.sm-responsive thead td, .form_table.sm-responsive tfoot th, .form_table.sm-responsive tfoot td {
    background-color: #fcfcfc;
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 0;
    margin: 0;
  }
  .form_table.sm-responsive thead th, .form_table.sm-responsive thead td {
    border-bottom-width: 1px;
  }
  .form_table.sm-responsive tfoot th, .form_table.sm-responsive tfoot td {
    border-top-width: 1px;
  }
  .form_table.sm-responsive tbody, .form_table.sm-responsive tfoot, .form_table.sm-responsive thead, .form_table.sm-responsive tr {
    vertical-align: middle;
  }
  .form_table.sm-responsive.vertical-middle th, .form_table.sm-responsive.vertical-middle td {
    vertical-align: middle;
  }
  .form_table.sm-responsive.vertical-top th, .form_table.sm-responsive.vertical-top td {
    vertical-align: top;
  }
  .form_table.sm-responsive.vertical-bottom th, .form_table.sm-responsive.vertical-bottom td {
    vertical-align: bottom;
  }
  .form_table.sm-responsive tr:nth-last-child(2) td[rowspan="2"], .form_table.sm-responsive tr:nth-last-child(2) th[rowspan="2"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(3) td[rowspan="3"], .form_table.sm-responsive tr:nth-last-child(3) th[rowspan="3"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(4) td[rowspan="4"], .form_table.sm-responsive tr:nth-last-child(4) th[rowspan="4"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(5) td[rowspan="5"], .form_table.sm-responsive tr:nth-last-child(5) th[rowspan="5"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(6) td[rowspan="6"], .form_table.sm-responsive tr:nth-last-child(6) th[rowspan="6"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(7) td[rowspan="7"], .form_table.sm-responsive tr:nth-last-child(7) th[rowspan="7"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(8) td[rowspan="8"], .form_table.sm-responsive tr:nth-last-child(8) th[rowspan="8"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(9) td[rowspan="9"], .form_table.sm-responsive tr:nth-last-child(9) th[rowspan="9"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(10) td[rowspan="10"], .form_table.sm-responsive tr:nth-last-child(10) th[rowspan="10"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(11) td[rowspan="11"], .form_table.sm-responsive tr:nth-last-child(11) th[rowspan="11"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(12) td[rowspan="12"], .form_table.sm-responsive tr:nth-last-child(12) th[rowspan="12"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(13) td[rowspan="13"], .form_table.sm-responsive tr:nth-last-child(13) th[rowspan="13"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(14) td[rowspan="14"], .form_table.sm-responsive tr:nth-last-child(14) th[rowspan="14"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(15) td[rowspan="15"], .form_table.sm-responsive tr:nth-last-child(15) th[rowspan="15"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(16) td[rowspan="16"], .form_table.sm-responsive tr:nth-last-child(16) th[rowspan="16"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(17) td[rowspan="17"], .form_table.sm-responsive tr:nth-last-child(17) th[rowspan="17"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(18) td[rowspan="18"], .form_table.sm-responsive tr:nth-last-child(18) th[rowspan="18"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(19) td[rowspan="19"], .form_table.sm-responsive tr:nth-last-child(19) th[rowspan="19"] {
    border-bottom: 0;
  }
  .form_table.sm-responsive tr:nth-last-child(20) td[rowspan="20"], .form_table.sm-responsive tr:nth-last-child(20) th[rowspan="20"] {
    border-bottom: 0;
  }
}
@media (max-width: 991px ) {
  .form_table.sm-responsive {
    /* 2018.10.09 */
  }
  .form_table.sm-responsive {
    table-layout: fixed;
  }
  .form_table.sm-responsive tr {
    border-bottom: 3px double #e6e6e6;
  }
  .form_table.sm-responsive tr:nth-last-child(1) {
    border-bottom: 0px;
  }
  .form_table.sm-responsive tr th, .form_table.sm-responsive tr td {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .form_table.sm-responsive tr th {
    display: none;
  }
  .form_table.sm-responsive tr td {
    display: block;
    border-top: 0;
    border-bottom: 1px dotted rgba(230, 230, 230, 0.7);
    padding-left: 80px;
    position: relative;
    min-height: calc(1em + 8px);
  }
  .form_table.sm-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);
    color: #4d4d4d;
  }
  .form_table.sm-responsive tr td:nth-last-child(1) {
    border-bottom: 0;
  }
  .form_table.sm-responsive thead {
    display: none;
  }
  .form_table.sm-responsive .align-left, .form_table.sm-responsive .align-center, .form_table.sm-responsive .align-right {
    text-align: left !important;
  }
  .form_table.sm-responsive tbody, .form_table.sm-responsive tfoot, .form_table.sm-responsive thead, .form_table.sm-responsive tr {
    vertical-align: top;
  }
}
.form_table.no-responsive {
  /* Desktop */
  /* 2018.10.04 */
  /* Vertical Align
  ----------------- */
  /* Eliminate Bottom Line When ROWSPAN (simple rowspan)
  ------------- */
}
.form_table.no-responsive th, .form_table.no-responsive td {
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.form_table.no-responsive th.w-1, .form_table.no-responsive td.w-1 {
  width: 10%;
}
.form_table.no-responsive th.w-2, .form_table.no-responsive td.w-2 {
  width: 20%;
}
.form_table.no-responsive th.w-3, .form_table.no-responsive td.w-3 {
  width: 30%;
}
.form_table.no-responsive th.w-4, .form_table.no-responsive td.w-4 {
  width: 40%;
}
.form_table.no-responsive th.w-5, .form_table.no-responsive td.w-5 {
  width: 50%;
}
.form_table.no-responsive th.w-6, .form_table.no-responsive td.w-6 {
  width: 60%;
}
.form_table.no-responsive th.w-7, .form_table.no-responsive td.w-7 {
  width: 70%;
}
.form_table.no-responsive th.w-8, .form_table.no-responsive td.w-8 {
  width: 80%;
}
.form_table.no-responsive th.w-9, .form_table.no-responsive td.w-9 {
  width: 90%;
}
.form_table.no-responsive th.w-f-1, .form_table.no-responsive td.w-f-1 {
  width: 45px;
}
.form_table.no-responsive th.w-f-2, .form_table.no-responsive td.w-f-2 {
  width: 90px;
}
.form_table.no-responsive th.w-f-3, .form_table.no-responsive td.w-f-3 {
  width: 135px;
}
.form_table.no-responsive th.w-f-4, .form_table.no-responsive td.w-f-4 {
  width: 180px;
}
.form_table.no-responsive th.w-f-5, .form_table.no-responsive td.w-f-5 {
  width: 225px;
}
.form_table.no-responsive tbody tr:nth-last-child(1) th, .form_table.no-responsive tbody tr:nth-last-child(1) td {
  border-bottom: 0px;
}
.form_table.no-responsive thead th, .form_table.no-responsive thead td, .form_table.no-responsive tfoot th, .form_table.no-responsive tfoot td {
  background-color: #fcfcfc;
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 0;
  margin: 0;
}
.form_table.no-responsive thead th, .form_table.no-responsive thead td {
  border-bottom-width: 1px;
}
.form_table.no-responsive tfoot th, .form_table.no-responsive tfoot td {
  border-top-width: 1px;
}
.form_table.no-responsive tbody, .form_table.no-responsive tfoot, .form_table.no-responsive thead, .form_table.no-responsive tr {
  vertical-align: middle;
}
.form_table.no-responsive.vertical-middle th, .form_table.no-responsive.vertical-middle td {
  vertical-align: middle;
}
.form_table.no-responsive.vertical-top th, .form_table.no-responsive.vertical-top td {
  vertical-align: top;
}
.form_table.no-responsive.vertical-bottom th, .form_table.no-responsive.vertical-bottom td {
  vertical-align: bottom;
}
.form_table.no-responsive tr:nth-last-child(2) td[rowspan="2"], .form_table.no-responsive tr:nth-last-child(2) th[rowspan="2"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(3) td[rowspan="3"], .form_table.no-responsive tr:nth-last-child(3) th[rowspan="3"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(4) td[rowspan="4"], .form_table.no-responsive tr:nth-last-child(4) th[rowspan="4"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(5) td[rowspan="5"], .form_table.no-responsive tr:nth-last-child(5) th[rowspan="5"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(6) td[rowspan="6"], .form_table.no-responsive tr:nth-last-child(6) th[rowspan="6"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(7) td[rowspan="7"], .form_table.no-responsive tr:nth-last-child(7) th[rowspan="7"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(8) td[rowspan="8"], .form_table.no-responsive tr:nth-last-child(8) th[rowspan="8"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(9) td[rowspan="9"], .form_table.no-responsive tr:nth-last-child(9) th[rowspan="9"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(10) td[rowspan="10"], .form_table.no-responsive tr:nth-last-child(10) th[rowspan="10"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(11) td[rowspan="11"], .form_table.no-responsive tr:nth-last-child(11) th[rowspan="11"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(12) td[rowspan="12"], .form_table.no-responsive tr:nth-last-child(12) th[rowspan="12"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(13) td[rowspan="13"], .form_table.no-responsive tr:nth-last-child(13) th[rowspan="13"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(14) td[rowspan="14"], .form_table.no-responsive tr:nth-last-child(14) th[rowspan="14"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(15) td[rowspan="15"], .form_table.no-responsive tr:nth-last-child(15) th[rowspan="15"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(16) td[rowspan="16"], .form_table.no-responsive tr:nth-last-child(16) th[rowspan="16"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(17) td[rowspan="17"], .form_table.no-responsive tr:nth-last-child(17) th[rowspan="17"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(18) td[rowspan="18"], .form_table.no-responsive tr:nth-last-child(18) th[rowspan="18"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(19) td[rowspan="19"], .form_table.no-responsive tr:nth-last-child(19) th[rowspan="19"] {
  border-bottom: 0;
}
.form_table.no-responsive tr:nth-last-child(20) td[rowspan="20"], .form_table.no-responsive tr:nth-last-child(20) th[rowspan="20"] {
  border-bottom: 0;
}

table.form_table {
  border-top: 1px solid #e6e6e6;
}
.blocky_header + table.form_table {
  border-top: 0;
}
table.form_table:nth-child(1) {
  border: 0;
}

/* Attachment List
------------------ */
.attach_list {
  text-align: left !important;
  padding: 8px/2 !important;
}
.attach_list .item {
  padding: 4px 8px;
  border-top-style: solid;
  border-top-color: #e6e6e6;
}
.attach_list .item + .item {
  border-top-width: 1px;
}

.attach_other,
.attach_doc,
.attach_pdf,
.attach_ppt,
.attach_img {
  position: relative;
  text-align: left;
  display: inline-block;
  padding: 4px 0;
  padding-left: 40px;
}
.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: 8px;
  top: calc(50% - 15px);
}
@media (max-width: 767px ) {
  .attach_other,
.attach_doc,
.attach_pdf,
.attach_ppt,
.attach_img {
    padding-left: 30px;
  }
  .attach_other:before,
.attach_doc:before,
.attach_pdf:before,
.attach_ppt:before,
.attach_img:before {
    width: 18px;
    height: 22.5px;
    left: 4px;
    top: 3px;
  }
}

.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);
}

/* Form Column, List in Basic Block */
.blocky .form_column > .item {
  padding: 8px 0;
}
.blocky .form_column {
  padding: 8px 16px;
}
.blocky .form_column > .item > .title {
  vertical-align: top;
}
@media (max-width: 991px) {
  .blocky .form_column.sm_style {
    padding: 0;
  }
  .blocky .form_column.sm_style > .item {
    padding: 0;
  }
  .blocky .form_column.sm_style > .item .title {
    padding-bottom: 0;
  }
  .blocky .form_column.sm_style > .item .content {
    padding: 8px;
  }
  .blocky .form_column.sm_style > .item + .item {
    border-top: 3px double #e6e6e6;
  }
}

/* Cols in Basic Block
Use or Not?
------------------------- */
/* 2018.10.11 */
.cube-row {
  margin: 0 0px !important;
  padding: 8px;
}
.cube-row:after, .cube-row:before {
  content: "";
  display: block;
  clear: both;
}
.cube-row [class*=col-lg], .cube-row [class*=col-md], .cube-row [class*=col-sm], .cube-row [class*=col-xs] {
  padding-left: 8px;
  padding-right: 8px;
}
.cube-row .cube {
  float: left;
  width: 100%;
}
@media (min-width: 768px ) {
  .cube-row .cube.w-50 {
    width: 50%;
  }
}

/* Cube
------------------ */
.cube {
  padding: 8px 8px;
}
.cube.shadow:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.cube-header {
  padding: 4px 8px;
  background: #eee;
  border-radius: 4px;
}

.cube-body {
  padding: 2px 0;
}

/* Form in Cube
--------------- */
.cube input, .cube textarea, .cube select {
  display: block;
  width: 100%;
}
.cube .caret_select {
  display: block;
}
.cube input, .cube textarea, .cube .caret_select {
  margin-top: 2px;
  margin-bottom: 2px;
}
.cube .checkbox-inline, .cube .radio-inline {
  margin-top: 2px;
}
.cube .checkbox-inline + .checkbox-inline {
  margin-top: 2px;
}
.cube .radio-inline + .radio-inline {
  margin-top: 2px;
}

/*

Modify:
. basic_container        > . blocky_container
. basic_block            > . blocky
. basic_block . header   > . blocky_header
. basic_block . block    > . blocky_body
. basic_block . footer   > . blocky_footer

. basic_block_tab        > . blocky_tab

 */
.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 {
  background-color: #f9f9f9;
  overflow: hidden;
}
.basic_block:nth-child(1) {
  margin-top: 0;
}
.basic_block.highlight {
  border: 2px dotted #014190;
}
.basic_block .header {
  padding: 8px 8px;
  border-bottom: 1px solid #014190;
  color: #014190;
  background-color: rgba(1, 65, 144, 0.15);
}
.basic_block .header.prd_header {
  color: #014190;
}
.basic_block .header.center h3, .basic_block .header.center h4 {
  width: 100%;
  text-align: center;
}
.basic_block .header {
  border-top: 1px solid #e6e6e6;
}
.basic_block .header:nth-child(1) {
  border-top: 0;
}
.basic_block .block {
  padding: 8px;
}
.basic_block .block:after, .basic_block .block:before {
  content: "";
  display: block;
  clear: both;
}
.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 #e6e6e6;
}
.basic_block .footer.padding-small {
  padding: 8px;
}
.basic_block .date {
  margin: 0;
  line-height: 24px;
}
.basic_block .thumb {
  width: 80px;
}
.basic_block .dv_line {
  position: relative;
  border-top: 1px solid #e6e6e6;
}
.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 #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  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;
  }
}

/* Block Border Top
-------------- */
.basic_block > .block + .block {
  border-top: 1px solid #e6e6e6;
}

.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;
}

/* Narrow */
.basic_block.narrow .block, .basic_block .block.narrow {
  padding: 4px;
}
.basic_block.narrow .footer, .basic_block .footer.narrow {
  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: #4d4d4d;
}
.stepper > li p.step {
  color: #014190;
}
.stepper > li.active {
  background-color: #014190;
  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;
}

/* Sidebar */
/* -----------------------
Compatible with Basic Block
----------------------- */
/* 2018.10.11 */
/*--- nav_side_solid ---*/
.sidebar_header {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #707070;
}
.sidebar_header .title {
  font-weight: bold;
}

.nav_side_solid {
  padding-right: 0px;
  list-style: none;
  background-color: #f7f7f7;
  /* active */
}
.nav_side_solid ul {
  list-style: none;
}
.nav_side_solid i {
  position: absolute;
  top: calc(50% - 7px);
  right: 5px;
  color: #014190;
}
.nav_side_solid > li + li {
  margin-top: 0;
}
.nav_side_solid > li a, .nav_side_solid > li .layor_title {
  display: block;
  position: relative;
  line-height: 1.5em;
  -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;
  padding-right: 20px;
  background-color: transparent;
  color: #4d4d4d;
  border-left: 2px solid transparent;
  font-size: 14px;
}
.nav_side_solid > li a:hover, .nav_side_solid > li a:focus, .nav_side_solid > li .layor_title:hover, .nav_side_solid > li .layor_title:focus {
  background-color: rgba(0, 0, 0, 0.02);
}
.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 a i {
  width: 1.2em;
  text-align: center;
}
.nav_side_solid li.active > a, .nav_side_solid li.active > a:hover, .nav_side_solid li.active > a:focus {
  font-weight: 700;
  color: #014190;
}
.nav_side_solid ul.layer_1st > li > a {
  padding-left: 22px;
}
.nav_side_solid ul.layer_2nd > li > a {
  padding-left: 34px;
}
.nav_side_solid ul.layer_3rd > li > a {
  padding-left: 48px;
}
.nav_side_solid ul.layer_4th > li > a {
  padding-left: 62px;
}

/* Border inset */
.nav_side_solid > li + li {
  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, .sidebar_body > li > ul.layer_1st {
  display: none;
}
.nav_side_solid > li.selected > ul.layer_1st, .sidebar_body > li.selected > ul.layer_1st {
  display: block;
}
.nav_side_solid > li.selected > a .fa-caret-right, .sidebar_body > li.selected > a .fa-caret-right {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav_side_solid > li > ul.layer_1st > li > ul.layer_2nd, .sidebar_body > li > ul.layer_1st > li > ul.layer_2nd {
  display: none;
}
.nav_side_solid > li > ul.layer_1st > li.selected > a .fa-caret-right, .sidebar_body > li > ul.layer_1st > li.selected > a .fa-caret-right {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav_side_solid > li > ul.layer_1st > li.selected > ul.layer_2nd, .sidebar_body > li > ul.layer_1st > li.selected > ul.layer_2nd {
  display: block;
}
.nav_side_solid ul.layer_2nd > li > ul.layer_3rd, .sidebar_body ul.layer_2nd > li > ul.layer_3rd {
  display: none;
}
.nav_side_solid ul.layer_2nd > li.selected > a .fa-caret-right, .sidebar_body ul.layer_2nd > li.selected > a .fa-caret-right {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav_side_solid ul.layer_2nd > li.selected > ul.layer_3rd, .sidebar_body ul.layer_2nd > li.selected > ul.layer_3rd {
  display: block;
}
.nav_side_solid ul.layer_3rd > li > ul.layer_4th, .sidebar_body ul.layer_3rd > li > ul.layer_4th {
  display: none;
}
.nav_side_solid ul.layer_3rd > li.selected > a .fa-caret-right, .sidebar_body ul.layer_3rd > li.selected > a .fa-caret-right {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav_side_solid ul.layer_3rd > li.selected > ul.layer_4th, .sidebar_body ul.layer_3rd > li.selected > ul.layer_4th {
  display: block;
}

/* sidebar_body */
.sidebar_body a {
  display: inline-block;
  line-height: 1em;
}

/* Parchment */
/* List Second */
/* Column */
/* Form Column
--------------- */
/* 2018.10.05 */
.form_column {
  padding: 4px 0;
}
.form_column:after, .form_column:before {
  content: "";
  display: block;
  clear: both;
}
.form_column > .item, .form_column > .divide_text {
  float: left;
  width: 100%;
}
.form_column > .item {
  padding-top: 4px;
  padding-bottom: 4px;
}

.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;
  text-align: left;
}
.form_column .title .title_text {
  font-size: inherit;
}
.form_column .content {
  vertical-align: middle;
}
.form_column p {
  margin: 0;
}
@media (max-width: 767px) {
  .form_column .title {
    text-align: left;
  }
}

/* Content: Pure Txt
----------------- */
.pure_text {
  padding: 4px 0px 4px 0px;
}

/* Input in Form Column */
.form_column input, .form_column textarea, .form_column select {
  display: block;
  width: 100%;
}
.form_column .caret_select {
  display: block;
}
.form_column input, .form_column textarea, .form_column .caret_select {
  margin-top: 2px;
  margin-bottom: 2px;
}
.form_column .checkbox-inline, .form_column .radio-inline {
  margin-top: 2px;
}
.form_column .checkbox-inline + .checkbox-inline {
  margin-top: 2px;
}
.form_column .radio-inline + .radio-inline {
  margin-top: 2px;
}

/* Style
------------- */
.form_column.narrow {
  padding: 4px;
}
.form_column.narrow > .item {
  padding: 0px 0;
}

/* RWD
------------------ */
.form_column .divide_text {
  text-align: left;
}
@media (min-width: 768px) {
  .form_column {
    /* Column Desktop */
    /* Item Width */
  }
  .form_column .title {
    width: calc((5em + 8px * 2));
    padding: 4px 4px 0;
  }
  .form_column .content {
    width: calc(100% - (5em + 8px * 2));
  }
  .form_column .divide_text {
    padding-left: "(5em + 8px * 2)";
  }
  .form_column .item.title-w-2 .title {
    width: calc(1em * 2 + 16px);
  }
  .form_column .item.title-w-2 .content {
    width: calc(100% - (1em * 2 + 16px));
  }
  .form_column .item.title-w-3 .title {
    width: calc(1em * 3 + 16px);
  }
  .form_column .item.title-w-3 .content {
    width: calc(100% - (1em * 3 + 16px));
  }
  .form_column .item.title-w-4 .title {
    width: calc(1em * 4 + 16px);
  }
  .form_column .item.title-w-4 .content {
    width: calc(100% - (1em * 4 + 16px));
  }
  .form_column .item.title-w-5 .title {
    width: calc(1em * 5 + 16px);
  }
  .form_column .item.title-w-5 .content {
    width: calc(100% - (1em * 5 + 16px));
  }
  .form_column .item.title-w-6 .title {
    width: calc(1em * 6 + 16px);
  }
  .form_column .item.title-w-6 .content {
    width: calc(100% - (1em * 6 + 16px));
  }
  .form_column .item.title-w-7 .title {
    width: calc(1em * 7 + 16px);
  }
  .form_column .item.title-w-7 .content {
    width: calc(100% - (1em * 7 + 16px));
  }
  .form_column .item.title-w-8 .title {
    width: calc(1em * 8 + 16px);
  }
  .form_column .item.title-w-8 .content {
    width: calc(100% - (1em * 8 + 16px));
  }
  .form_column .item.title-w-9 .title {
    width: calc(1em * 9 + 16px);
  }
  .form_column .item.title-w-9 .content {
    width: calc(100% - (1em * 9 + 16px));
  }
  .form_column .item.title-w-10 .title {
    width: calc(1em * 10 + 16px);
  }
  .form_column .item.title-w-10 .content {
    width: calc(100% - (1em * 10 + 16px));
  }
  .form_column > .item.w-50 {
    width: 50%;
  }
  .form_column.border > .item + .item {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #e6e6e6;
  }
  .form_column.border > .item.w-50 + .item.w-50:nth-child(2) {
    border-top-width: 0;
  }
}
@media (max-width: 767px) {
  .form_column {
    /* Column Mobile
    ----------------- */
  }
  .form_column .title, .form_column .content, .form_column .item.w-50 {
    width: 100%;
  }
  .form_column .title {
    padding: 4px 0px 4px;
  }
  .form_column .pure_text {
    padding: 8px 0px 8px 0px;
  }
  .form_column.narrow {
    padding: 8px 8px;
  }
  .form_column.border > .item + .item {
    border-top: 1px solid #e6e6e6;
  }
}
.form_column.no-responsive {
  /* Column Desktop */
  /* Item Width */
}
.form_column.no-responsive .title {
  width: calc((5em + 8px * 2));
  padding: 4px 4px 0;
}
.form_column.no-responsive .content {
  width: calc(100% - (5em + 8px * 2));
}
.form_column.no-responsive .divide_text {
  padding-left: "(5em + 8px * 2)";
}
.form_column.no-responsive .item.title-w-2 .title {
  width: calc(1em * 2 + 16px);
}
.form_column.no-responsive .item.title-w-2 .content {
  width: calc(100% - (1em * 2 + 16px));
}
.form_column.no-responsive .item.title-w-3 .title {
  width: calc(1em * 3 + 16px);
}
.form_column.no-responsive .item.title-w-3 .content {
  width: calc(100% - (1em * 3 + 16px));
}
.form_column.no-responsive .item.title-w-4 .title {
  width: calc(1em * 4 + 16px);
}
.form_column.no-responsive .item.title-w-4 .content {
  width: calc(100% - (1em * 4 + 16px));
}
.form_column.no-responsive .item.title-w-5 .title {
  width: calc(1em * 5 + 16px);
}
.form_column.no-responsive .item.title-w-5 .content {
  width: calc(100% - (1em * 5 + 16px));
}
.form_column.no-responsive .item.title-w-6 .title {
  width: calc(1em * 6 + 16px);
}
.form_column.no-responsive .item.title-w-6 .content {
  width: calc(100% - (1em * 6 + 16px));
}
.form_column.no-responsive .item.title-w-7 .title {
  width: calc(1em * 7 + 16px);
}
.form_column.no-responsive .item.title-w-7 .content {
  width: calc(100% - (1em * 7 + 16px));
}
.form_column.no-responsive .item.title-w-8 .title {
  width: calc(1em * 8 + 16px);
}
.form_column.no-responsive .item.title-w-8 .content {
  width: calc(100% - (1em * 8 + 16px));
}
.form_column.no-responsive .item.title-w-9 .title {
  width: calc(1em * 9 + 16px);
}
.form_column.no-responsive .item.title-w-9 .content {
  width: calc(100% - (1em * 9 + 16px));
}
.form_column.no-responsive .item.title-w-10 .title {
  width: calc(1em * 10 + 16px);
}
.form_column.no-responsive .item.title-w-10 .content {
  width: calc(100% - (1em * 10 + 16px));
}
.form_column.no-responsive > .item.w-50 {
  width: 50%;
}
.form_column.no-responsive.border > .item + .item {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e6e6e6;
}
.form_column.no-responsive.border > .item.w-50 + .item.w-50:nth-child(2) {
  border-top-width: 0;
}

/* Q & A
---------------------*/
@media (min-width: 992px) {
  .form_column.column_qa > .item.item_border + .item,
.form_column.column_qa .item.item_border {
    border-top: 0;
  }
  .form_column.column_qa > .item.item_border {
    padding: 4px;
    border: 1px dotted #e6e6e6;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 0 0;
  }
  .form_column.column_qa > .item.item_border:nth-child(1) {
    margin-top: 0;
    border-top-width: 1px;
  }
}

/* Forms */
/* 2018.10.09 */
/* 2019.01.29 */
input,
textarea,
select {
  display: inline-block;
  letter-spacing: 0px;
  vertical-align: middle;
  resize: vertical;
  max-width: 100%;
  border: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
  input,
textarea,
select {
    height: calc(1.8em + 20px);
  }
}

input,
textarea,
select,
.btn-input,
.input-group .btn {
  padding: 6px 8px;
  margin: 0px 0;
  border-radius: 2px;
  line-height: 1.5em;
  height: calc(1.5em + 13px);
}
@media (max-width: 767px) {
  input,
textarea,
select,
.btn-input,
.input-group .btn {
    padding: 10px 8px;
    height: calc(1.8em + 9px);
  }
}

select {
  background-color: white;
}

option {
  color: #4d4d4d;
  background-color: white;
  border-width: 1px;
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid rgba(1, 65, 144, 0.5);
  outline: none;
}

textarea {
  height: unset;
}

/* 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: "";
  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;
}
.caret_select select[disabled=disabled] {
  cursor: auto;
}

/* Datepicker Range */
.input-daterange {
  float: right;
  width: 100%;
  max-width: 300px;
  margin: 2px;
}
.input-daterange .form-control, .input-daterange .input-group-addon, .input-daterange .btn {
  float: left;
}
.input-daterange .input-group-addon {
  width: 40px;
  border-width: 1px;
  margin: 0 -1px;
}
.input-daterange .btn {
  width: 60px;
  height: 30px;
  padding: 2px;
  border-radius: 0 2px 2px 0;
}
.input-daterange .form-control {
  width: calc( (100% - 40px - 60px)/2) !important;
  padding: 0;
}
.input-daterange .form-control:nth-last-child(2) {
  border-radius: 0;
}
@media (max-width: 767px) {
  .input-daterange {
    max-width: 280px;
  }
}

/* 2018.10.04 */
/*--- Custom Checkbox ---*/
.checkbox-primary, .radio-primary {
  display: block;
  position: relative;
  min-width: 33px;
  min-height: 33px;
  padding-left: 33px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px 0;
  /* Hover
  -------------- */
  /* Checked
  ----------------- */
}
.checkbox-primary .checkmark, .radio-primary .checkmark {
  position: absolute;
  top: calc(33px / 2 - 20px / 2);
  left: 6.5px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  cursor: pointer;
}
.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[type=checkbox], .checkbox-primary input[type=radio], .radio-primary input[type=checkbox], .radio-primary input[type=radio] {
  position: absolute;
  opacity: 0;
  margin: 0;
  height: 0;
  width: 0;
  /* Disabled
  ----------------- */
}
.checkbox-primary input[type=checkbox]:disabled ~ .checkmark, .checkbox-primary input[type=radio]:disabled ~ .checkmark, .radio-primary input[type=checkbox]:disabled ~ .checkmark, .radio-primary input[type=radio]:disabled ~ .checkmark {
  cursor: not-allowed;
  border-color: #ccc;
}
.checkbox-primary input[type=checkbox]:disabled:checked ~ .checkmark, .checkbox-primary input[type=radio]:disabled:checked ~ .checkmark, .radio-primary input[type=checkbox]:disabled:checked ~ .checkmark, .radio-primary input[type=radio]:disabled:checked ~ .checkmark {
  border-color: #ccc;
}
.checkbox-primary input[type=checkbox]:disabled:checked ~ .checkmark:after, .checkbox-primary input[type=radio]:disabled:checked ~ .checkmark:after, .radio-primary input[type=checkbox]:disabled:checked ~ .checkmark:after, .radio-primary input[type=radio]:disabled:checked ~ .checkmark:after {
  display: block;
  background-color: #ccc;
}
.checkbox-primary:hover input[type=checkbox] ~ .checkmark, .checkbox-primary:hover input[type=radio] ~ .checkmark, .radio-primary:hover input[type=checkbox] ~ .checkmark, .radio-primary:hover input[type=radio] ~ .checkmark {
  background-color: #fcfcfc;
}
.checkbox-primary input[type=checkbox]:checked ~ .checkmark, .checkbox-primary input[type=checkbox]:checked:hover ~ .checkmark, .checkbox-primary input[type=radio]:checked ~ .checkmark, .checkbox-primary input[type=radio]:checked:hover ~ .checkmark, .radio-primary input[type=checkbox]:checked ~ .checkmark, .radio-primary input[type=checkbox]:checked:hover ~ .checkmark, .radio-primary input[type=radio]:checked ~ .checkmark, .radio-primary input[type=radio]:checked:hover ~ .checkmark {
  background-color: #014190;
  border-color: #014190;
}
.checkbox-primary input[type=checkbox]:checked ~ .checkmark:after, .checkbox-primary input[type=checkbox]:checked:hover ~ .checkmark:after, .checkbox-primary input[type=radio]:checked ~ .checkmark:after, .checkbox-primary input[type=radio]:checked:hover ~ .checkmark:after, .radio-primary input[type=checkbox]:checked ~ .checkmark:after, .radio-primary input[type=checkbox]:checked:hover ~ .checkmark:after, .radio-primary input[type=radio]:checked ~ .checkmark:after, .radio-primary input[type=radio]:checked:hover ~ .checkmark:after {
  display: block;
}

/* 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: #014190;
  -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;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  width: 100%;
  padding-left: 0;
  margin-left: 0 !important;
  /* a tag */
}
.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;
  line-height: 1.5em;
  padding: calc((33px - 1.5em) / 2) 8px;
  border-radius: 4px;
}
.checkbox-inline a, .radio-inline a {
  font-size: inherit;
  color: #0275d8;
}
.checkbox-inline a:hover, .radio-inline a:hover {
  color: #0275d8;
  text-decoration: underline;
}
.checkbox-inline > .item:hover > label, .radio-inline > .item:hover > label {
  background-color: rgba(0, 0, 0, 0.02);
}

/* Width */
.checkbox-inline > .item.w-100, .radio-inline > .item.w-100 {
  width: 100%;
}

/*--- Checkbox list ---*/
/* checkbox in table
--------------------- */
table td > .checkbox-primary, table td > .radio-primary, table th > .checkbox-primary, table th > .radio-primary {
  display: inline;
}
table td > .checkbox-primary .checkmark, table td > .radio-primary .checkmark, table th > .checkbox-primary .checkmark, table th > .radio-primary .checkmark {
  top: calc(50% - 20px / 2);
}

/* Unit Input
------------- */
.unit_input {
  position: relative;
}
.unit_input > input {
  padding-right: 18px;
}
.unit_input > span {
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
}

.unit_input_left {
  position: relative;
}
.unit_input_left > span {
  position: absolute;
  left: 10px;
  top: calc(50% - 12px);
}

span.required {
  position: relative;
}
span.required:before {
  content: "*";
  color: #dc3545;
  position: absolute;
  right: -10px;
  top: calc(50% - 5px);
  width: 10px;
  line-height: 10px;
  font-weight: 700;
}

/* Search Group
-------------- */
.search_group:after, .search_group:before {
  content: "";
  display: block;
  clear: both;
}
.search_group > input, .search_group > button {
  float: left;
}
.search_group > input {
  width: calc(100% - 50px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search_group > button {
  width: 51px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

/* 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 #e6e6e6;
}
.divide_text + .item {
  border-top: 0;
}
@media (max-width: 991px) {
  .divide_text {
    padding-left: 0 !important;
    text-align: center !important;
  }
}

/* Width 100
-------------- */
.form_column .divide_text.dt-100 {
  padding-left: 0;
}
.form_column .divide_text.dt-100 span {
  width: 100%;
}

/*
inline input (maybe filter bar)
------------------ */
.input_inline:after, .input_inline:before {
  content: "";
  display: block;
  clear: both;
}
.input_inline li {
  display: inline-block;
  margin: 2px 0;
  padding-left: 8px;
  vertical-align: middle;
}
.input_inline li > .input_label,
.input_inline li > .search_group {
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 575px ) {
  .input_inline.xxs-responsive li {
    display: block;
  }
  .input_inline.xxs-responsive li:after, .input_inline.xxs-responsive li:before {
    content: "";
    display: block;
    clear: both;
  }
  .input_inline.xxs-responsive li > .input_label {
    width: 80px;
    text-align: right;
    padding-right: 8px;
    margin-top: calc(1em);
  }
  .input_inline.xxs-responsive li > input,
.input_inline.xxs-responsive li > textarea,
.input_inline.xxs-responsive li > .caret_select,
.input_inline.xxs-responsive li > .search_group {
    width: calc(100% - 80px - 5px);
    float: right;
  }
  .input_inline.xxs-responsive li .caret_select select {
    width: 100%;
  }
}

.input_simple {
  position: relative;
  padding: 1px !important;
}
.input_simple > label {
  height: 24px;
  width: 100%;
}
.input_simple > label:only-child {
  margin-top: 8px;
}
.input_simple > label .lock {
  color: #539c49;
  font-size: 12px;
  font-weight: 400;
}
.input_simple > label, .input_simple > p {
  margin: 4px 0;
}
.input_simple.closet {
  padding: 0 !important;
}
.input_simple.inline {
  padding: 6px 0 !important;
}
.input_simple.inline > label, .input_simple.inline > input, .input_simple.inline > p {
  float: left;
  margin: 0;
}
.input_simple.inline > label {
  width: 80px;
  height: unset;
}
.input_simple.inline > input, .input_simple.inline > p {
  width: calc(100% - 80px);
  padding-left: 8px;
}
.input_simple.inline:after, .input_simple.inline:before {
  content: "";
  display: block;
  clear: both;
}
.input_simple.notation {
  padding-top: 10px;
}
.input_simple input,
.input_simple textarea,
.input_simple .caret_select,
.input_simple select {
  width: 100%;
}

/* ====== Input in... input_row ====== */
.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;
}
.input_row input,
.input_row textarea,
.input_row select {
  width: 100%;
}
.input_row .caret_select {
  display: block;
}

/* Line */
hr {
  width: 100%;
  margin: 15px 0;
  border-color: #707070;
  opacity: 0.5;
}

/* Video */
/* video */
.item_video_wrapper .img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1;
  -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;
}
.item_video_wrapper: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);
}

.artc_video_wrapper, .item_video_wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  padding-top: 56.25%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
}
.artc_video_wrapper iframe, .item_video_wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
}

.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;
}

/* Video */
/* ========================
Custom Classes
======================== */
.section_complete_form {
  position: relative;
  text-align: center;
  font-size: 16px;
}
.section_complete_form h2 {
  color: #ccc;
}
.section_complete_form .check {
  font-size: 120px;
  color: #ccc;
  margin-bottom: 10px;
}
.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 {
  height: auto !important;
}
.editor h1, .editor h2, .editor h3, .editor h4 {
  color: #014190;
  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 p {
  line-height: 1.6em;
}
.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: #014190;
  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: #e6e6e6;
  border-style: solid;
  overflow: auto;
  width: 100%;
}
.editor table th, .editor table td {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  padding: 8px;
}
.editor table th {
  background-color: rgba(1, 65, 144, 0.1);
  color: #014190;
}
.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: 10px;
  border-radius: 10px;
  background-color: #014190;
  color: white;
  display: inline-block;
  border: 1px solid transparent;
  min-width: 80px;
  font-size: 0.9rem;
  -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, .editor input[type=button]:focus {
  color: white;
  background-color: #013677;
}
.editor input[type=button].large {
  font-size: 16px;
  padding: 12px 16px;
}
.editor input[type=button].radius {
  border-radius: 30px;
}
.editor input[type=button].reverse {
  background-color: transparent;
  color: #014190;
  border-color: #014190;
}
.editor input[type=button].reverse:hover {
  background-color: rgba(1, 65, 144, 0.05);
}
.editor input[type=button].disabled {
  background-color: #D4D4D4;
  color: #707070;
}
.editor input[type=button].disabled:hover {
  background-color: #D4D4D4;
}
.editor input[type=button].dark {
  background-color: #2C2C2C;
  color: white;
}
.editor input[type=button].dark:hover {
  background-color: rgba(44, 44, 44, 0.9);
}
.editor input[type=button].black {
  background-color: black;
  color: white !important;
}
.editor input[type=button].info {
  background-color: #2CA8FF;
  color: white;
}
.editor input[type=button].info:hover {
  background-color: rgba(44, 168, 255, 0.9);
}
.editor input[type=button].success {
  background-color: #18CE0F;
}
.editor input[type=button].danger {
  background-color: #F96332;
}
.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: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}
.editor .container.section_simple > .editor {
  padding-left: 20px;
  padding-right: 20px;
}

.section_main {
  padding: 30px 0;
}
@media (max-width: 767px ) {
  .section_main {
    padding: 20px 0;
  }
}

/* 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;
  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: "";
  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: icon("f041");
  background-image: none;
}
ul.ci_list li.phone:before {
  content: icon("f095");
  background-image: none;
}
ul.ci_list li.mobile-phone:before {
  content: icon("f10b");
  background-image: none;
}
ul.ci_list li.fax:before {
  content: icon("f1ac");
  background-image: none;
}
ul.ci_list li.envelope:before {
  content: icon("f003");
  background-image: none;
}
ul.ci_list li.link:before {
  content: icon("f0c1");
  background-image: none;
}
ul.ci_list li.calendar:before {
  content: icon("f274");
  background-image: none;
}
ul.ci_list li.line:before {
  content: "";
  background-image: url(../images/common/ic_social_line_green.svg);
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
}
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
-------------- */
.form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(235, 157, 0, 0.075), 0 0 8px rgba(235, 157, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(235, 157, 0, 0.075), 0 0 8px rgba(235, 157, 0, 0.6);
  border-color: rgba(235, 157, 0, 0.5);
}

/* 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%;
  }
}
/* ========================
  Plugin css
======================== */
/*!
* Bootstrap Off-Canvas Nav (http://github.com/marcandrews/bootstrap-off-canvas-nav)
* Copyright (c) 2015 Marc Andrews
* Licensed under the MIT license
*/
html.out {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

body {
  position: absolute;
  left: 0;
  right: 0;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

body.out {
  -webkit-transform: translate3d(-300px, 0, 0) !important;
  transform: translate3d(-300px, 0, 0) !important;
  overflow: hidden;
}

body.off-canvas-nav-left.out {
  -webkit-transform: translate3d(300px, 0, 0) !important;
  transform: translate3d(300px, 0, 0) !important;
}

.navbar-icon {
  width: 20px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

body.out .navbar-collapse {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 768px) {
  .navbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .container-fluid > .navbar-collapse,
.container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  body.out nav .navbar-toggle {
    background-color: #ddd;
  }

  body.off-canvas-nav-left nav .navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: 0;
    background: #014190;
    border-radius: 0;
    border: 0;
  }

  nav .navbar-toggle .icon-bar {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }

  body.out nav .navbar-toggle .icon-bar:nth-of-type(2) {
    -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }

  body.out nav .navbar-toggle .icon-bar:nth-of-type(3) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  body.out nav .navbar-toggle .icon-bar:nth-of-type(4) {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }

  nav .navbar-collapse {
    display: block !important;
    position: absolute;
    top: -2px;
    right: -300px;
    bottom: 0;
    z-index: 10000;
    width: 300px;
    height: 100vh !important;
    margin: 0;
    background-color: inherit;
    border: none;
    box-shadow: none;
    border-left: 1px solid #e7e7e7;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
  }

  nav .navbar-nav {
    z-index: 10010;
  }

  body.out nav .navbar-collapse {
    box-shadow: -10px 0px 50px 0px rgba(0, 0, 0, 0.75);
  }

  nav.navbar-fixed-top .navbar-collapse {
    max-height: none;
  }

  body.out nav.navbar-fixed-top .navbar-collapse {
    box-shadow: -10px 0px 50px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  body.off-canvas-nav-left nav .navbar-collapse {
    left: -300px;
    right: auto;
    border: none;
    border-right: 1px solid #e7e7e7;
    overflow-y: auto;
  }

  body.off-canvas-nav-left.out nav .navbar-collapse {
    box-shadow: -6px 0 50px 0 rgba(0, 0, 0, 0.75);
  }

  body.off-canvas-nav-left.out nav.navbar-fixed-top .navbar-collapse {
    box-shadow: 10px 0px 50px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  body.off-canvas-nav-left .navbar-collapse .nav-link {
    padding: 10px;
  }

  nav .navbar-collapse .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #eee !important;
  }

  nav .navbar-collapse .dropdown > .dropdown-menu,
nav .navbar-collapse .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    display: block !important;
    position: static;
    float: none;
    max-height: 0;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  nav .navbar-collapse .dropdown .dropdown-menu li a,
nav .navbar-collapse .dropdown .dropdown-menu li.dropdown-header {
    padding: 5px 15px 5px 25px;
    color: #777777;
  }

  nav .navbar-collapse .dropdown.open .dropdown-menu,
nav .navbar-collapse .dropdown.open .dropdown-menu > .dropdown-submenu.open > .dropdown-menu {
    max-height: 100vh;
  }

  nav .dropdown-toggle > .caret {
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }

  nav .open > .dropdown-toggle > .caret {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  nav .navbar-form {
    padding: 0.5rem;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    display: flex;
  }
  nav .navbar-form .form-group {
    flex: 1;
  }

  .navbar-default {
    border-color: #ddd;
    border-top: 2px solid #014190;
    margin-bottom: 0;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-brand {
    padding: 6px 15px;
  }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #014190;
  }

  .navbar-nav > li > a {
    font-size: 1.25em;
  }

  .search_mobile {
    padding-bottom: 50px !important;
    margin-bottom: 45px !important;
  }
}
@media (max-width: 375px) {
  body.out {
    -webkit-transform: translate3d(-100vw, 0, 0) translate3d(74px, 0, 0);
    transform: translate3d(-100vw, 0, 0) translate3d(74px, 0, 0);
  }

  body.off-canvas-nav-left.out {
    -webkit-transform: translate3d(100vw, 0, 0) translate3d(-74px, 0, 0);
    transform: translate3d(100vw, 0, 0) translate3d(-74px, 0, 0);
  }

  nav .navbar-collapse {
    right: calc((100vw - 74px) * -1);
  }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ========================
  Reusable Classes (RUC) - 主題重複使用class = common use style
======================== */
/* BEM（Block，Element，Modifier）
------------------ */
/* Title Main
--------------------*/
.title_main {
  position: relative;
  font-weight: 700;
  padding: 0em 0.75em;
  margin-bottom: 10px;
  color: #4d4d4d;
  border-left: 8px solid #014190;
}

/* Title special
--------------------*/
/* Album Date Note
---------------- */
.divide_note {
  margin: 0 0 5px;
  text-align: left;
  font-size: 11px;
  color: #ccc;
}
.divide_note > li {
  display: inline-block;
}
.divide_note > span, .divide_note > li + li, .divide_note.display-block > li {
  padding-left: 20px;
  position: relative;
}
.divide_note > span:before, .divide_note > li + li:before, .divide_note.display-block > li:before {
  content: "";
  position: absolute;
  background-color: #ccc;
  width: 4px;
  height: 4px;
  left: calc((20px - 4px) / 2);
  top: calc(50% - 4px / 2);
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.divide_note.display-block > li {
  display: block;
}

/* (design For OOCSS-Object Oriented CSS) */
.crsl_basic .item {
  display: block;
  padding: 0;
}
.crsl_basic .item:after, .crsl_basic .item:before {
  content: "";
  display: block;
  clear: both;
}
.crsl_basic [class*=col-lg], .crsl_basic [class*=col-md], .crsl_basic [class*=col-sm], .crsl_basic [class*=col-xs] {
  padding: 0;
}
.crsl_basic .inner {
  display: block;
  overflow: hidden;
  border-radius: 0px;
}
.crsl_basic .img_wrapper {
  overflow: hidden;
}
.crsl_basic .img {
  width: 100%;
  padding: 0;
  padding-top: 56.25%;
  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;
}
.crsl_basic .title {
  color: #4d4d4d;
  font-weight: 700;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 3em;
  white-space: normal;
  text-overflow: initial;
  margin: 10px 0;
}
.crsl_basic .dsc {
  color: #999;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 4.5em;
  white-space: normal;
  text-overflow: initial;
}
.crsl_basic .date {
  position: relative;
  color: #ccc;
  font-size: 0.6em;
}
.crsl_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);
}
.crsl_basic .owl-nav {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  z-index: 3;
  width: 100%;
}
.crsl_basic .owl-nav [class*=owl-] {
  position: relative;
  color: white;
  background-color: transparent;
  font-size: 40px;
  margin: 0px;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  border-radius: 25px;
  top: 0;
  background: #014190;
  color: white;
  opacity: 1;
  line-height: 0;
}
.crsl_basic .owl-nav [class*=owl-] i {
  line-height: 50px;
}
.crsl_basic .owl-nav [class*=owl-].disabled, .crsl_basic .owl-nav [class*=owl-].disabled:hover {
  opacity: 0.2;
}
.crsl_basic .owl-prev {
  left: 20px;
}
.crsl_basic .owl-prev i {
  margin-right: 5px;
}
.crsl_basic .owl-next {
  right: 20px;
}
.crsl_basic .owl-next i {
  margin-left: 5px;
}
.crsl_basic .owl-nav {
  opacity: 0;
}
.crsl_basic:hover .owl-nav {
  opacity: 1;
}
.crsl_basic .owl-dots {
  position: relative;
}
.grid_basic:after, .grid_basic:before {
  content: "";
  display: block;
  clear: both;
}
.grid_basic .item {
  display: block;
  position: relative;
  padding: 8px;
}
@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;
  }
}
@media (min-width: 576px ) and (max-width: 767px ) {
  .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 (min-width: 768px ) and (max-width: 991px ) {
  .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 (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 (min-width: 601px) {
  .grid_basic .item.col-3:nth-child(3n+1) {
    clear: left;
  }
  .grid_basic .item.col-4:nth-child(4n+1) {
    clear: left;
  }
  .grid_basic .item.col-5:nth-child(5n+1) {
    clear: left;
  }
  .grid_basic .item.col-6:nth-child(6n+1) {
    clear: left;
  }
}
@media (max-width: 600px) {
  .grid_basic .item.col-2-mo:nth-child(2n+1) {
    clear: left;
  }
}
.grid_basic .img_wrapper {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}
.grid_basic .img {
  -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;
  width: 100%;
  padding: 0;
  padding-top: 56.25%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1;
}
.grid_basic .img_tag_wrapper {
  position: absolute;
  left: 0px;
  top: 10px;
  color: white;
  z-index: 2;
}
.grid_basic .img_tag_wrapper > .img_tag {
  display: block;
  padding: 4px 10px;
  margin-bottom: 4px;
  border-radius: 0 4px 4px 0;
}
.grid_basic .img_tag_wrapper > .img_tag {
  border-color: #dc3545;
  background-color: #dc3545;
}
.grid_basic .img_tag_wrapper > .img_tag.success {
  border-color: #5cb85c;
  background-color: #5cb85c;
}
.grid_basic .img_tag_wrapper > .img_tag.info {
  border-color: #5bc0de;
  background-color: #5bc0de;
}
.grid_basic .img_tag_wrapper > .img_tag.warning {
  border-color: #f0ad4e;
  background-color: #f0ad4e;
}
.grid_basic .img_tag_wrapper > .img_tag.mainc {
  border-color: #014190;
  background-color: #014190;
}
.grid_basic .img_tag_wrapper > .img_tag.secc {
  border-color: #014190;
  background-color: #014190;
}
.grid_basic .content {
  -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;
  padding: 8px;
}
.grid_basic .title {
  margin: 0;
  font-weight: 700;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 3em;
  white-space: normal;
  text-overflow: initial;
}
.grid_basic .dsc {
  overflow: hidden;
  line-height: 1.8em;
  max-height: 5.4em;
  white-space: normal;
  text-overflow: initial;
  height: auto;
  max-height: 5.4em;
}
.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: #014190;
}
@media (max-width: 767px ) {
  .grid_basic .item {
    padding: 4px;
  }
}

.artc_basic > [class*=col-lg], .artc_basic > [class*=col-md], .artc_basic > [class*=col-sm], .artc_basic > [class*=col-xs] {
  padding: 0 16px;
}
.artc_basic .img {
  width: 100%;
  padding: 0;
  padding-top: 56.25%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1;
  border-radius: 8px;
  margin-bottom: 10px;
}

.artc_header {
  padding: 8px;
}
.artc_header .date {
  margin: 0;
}

/*
Table Basic
-------------- */
.form_table .date {
  color: #999;
  line-height: 1.4em;
}
.form_table p {
  line-height: 1.5em;
}
.modal-body h4 {
  color: #014190;
  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 {
  margin: 0;
}
.modal-body a {
  text-decoration: underline;
}
.modal-body a:hover {
  text-decoration: none;
}

/* Basic Block
--------------- */
.basic_block {
  border: 1px solid #e6e6e6;
  background-color: white;
}

.basic_block .header {
  color: #4d4d4d;
  border-bottom: 0;
  background-color: transparent;
  border-bottom: 2px solid #014190;
  position: relative;
}
.basic_block .header h1, .basic_block .header h2, .basic_block .header h3, .basic_block .header h4 {
  font-weight: 700;
}

/* a.underline in
Basic Block Table &
form_column
--------------- */
.form_table a.underline, .form_column a.underline {
  color: #0275d8;
}
/*
Page In
Sidebar Title
--------------- */
/* Nav Sidebar Solid
-------------- */
.nav_side_solid li a {
  border-left: 0px solid #014190;
}
.nav_side_solid li.active a, .nav_side_solid li.active a:hover, .nav_side_solid li.active a:focus {
  color: #4d4d4d;
  border-left: 4px solid #014190;
}

/* Sidebar - Simple
----------------- */
/* ========================
  Pages
======================== */
/* common & components */
/* common
------------------------ */
.navbar {
  -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;
}
.navbar [class*=col-lg],
.navbar [class*=col-md],
.navbar [class*=col-sm],
.navbar [class*=col-xs] {
  padding: 0;
}
.navbar .container-fluid {
  padding: 0;
}
@media (min-width: 768px ) and (max-width: 1199px ) {
  .navbar .container {
    width: 100%;
  }
}

.navbar.d_navbar {
  display: block !important;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 767px ) {
  .navbar.d_navbar {
    display: none !important;
  }
}

.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;
}

.dsk_menu_inner {
  margin: 0 auto;
  max-width: 1200px;
}

.navbar {
  z-index: 999;
}
@media (max-width: 767px ) {
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}

.navbar-header {
  float: unset;
}

@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
----------------------- */
/* Nav Brand Header Layout
---------------- */
.navbar-header {
  text-align: center;
}
.navbar-header .navbar-brand, .navbar-header .brand {
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 768px ) {
  .navbar-header .navbar-brand, .navbar-header .brand {
    padding: 14px 12px;
  }
}
@media (max-width: 767px ) {
  .navbar-header .navbar-brand, .navbar-header .brand {
    padding: 5px 4px;
  }
}
.navbar-header .navbar-brand .brand_logo, .navbar-header .brand .brand_logo {
  width: auto;
}
.navbar-header .navbar-brand h3, .navbar-header .brand h3 {
  padding-left: 8px;
}

@media (max-width: 767px ) {
  .navbar-header {
    text-align: left;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .navbar-header {
    text-align: center;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .navbar-header {
    text-align: center;
  }
}
@media (min-width: 1200px ) {
  .navbar-header {
    text-align: center;
  }
}

/* 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 .list-unstyled li a {
  padding: 12px 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: #4d4d4d;
}
.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: #014190;
  -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: #4d4d4d !important;
  padding: 12px !important;
  border-left: 4px solid #014190;
}
.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(1, 65, 144, 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: #00132b;
  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: #014190;
  -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: #4d4d4d;
  line-height: 1em;
  border-right: 1px solid #4d4d4d;
}
.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: #4d4d4d;
  padding: 0.25em 0.5em;
  padding-right: 2em;
  font-size: 14px;
}
.n_lang_caret:after {
  color: white;
}

@media (max-width: 575px ) {
  .n_lang_caret select {
    overflow: hidden;
  }
  .n_lang_caret:after {
    display: none;
  }
}
/* RWD
------------ */
.nl_d_wrapper {
  z-index: 1032;
  margin-right: 12px;
}

.nl_m_wrapper {
  display: none;
  z-index: 1032;
}

@media (max-width: 767px ) {
  .nl_d_wrapper {
    display: none;
  }

  .nl_m_wrapper {
    display: block;
    padding: 0.5rem;
    padding-bottom: 0;
  }
  .nl_m_wrapper select:focus {
    box-shadow: none;
  }
}
.lang-switcher {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 1rem;
  border-radius: 10px;
  overflow: hidden;
}
.lang-switcher li {
  display: inline-block;
  border-right: 1px solid #014190;
  float: left;
}
.lang-switcher li:last-child {
  border-right: none;
}
.lang-switcher li a {
  padding: 3px 5px;
  color: #014190;
  transition: all 0.5s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 80px;
  text-align: center;
}
.lang-switcher li a:hover {
  text-decoration: none;
}
.lang-switcher li a.is-active {
  color: #000000;
  cursor: default;
}
@media (max-width: 767px ) {
  .lang-switcher {
    display: none;
  }
}

/* modifiers */
.lang-switcher.lang-switcher--pill {
  border: 1px solid #014190;
}
.lang-switcher.lang-switcher--pill a:hover {
  background: #014190;
  color: #ffffff;
}
.lang-switcher.lang-switcher--pill a.is-active {
  background-color: #014190;
  color: #ffffff;
}

/* Top Nav
------------------ */
.top_nav {
  background-color: #014190;
}
.top_nav:after, .top_nav:before {
  content: "";
  display: block;
  clear: both;
}

.menu_s {
  padding: 8px 0;
}
.menu_s:after, .menu_s:before {
  content: "";
  display: block;
  clear: both;
}
.menu_s > li {
  display: block;
  float: left;
  padding: 0 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.menu_s > li > a {
  display: block;
  color: inherit;
  font-size: inherit;
}
.menu_s > li > a:hover {
  text-decoration: underline;
}
.menu_s > li:nth-last-child(1) {
  border-right: 0px;
}

/* components */
/* --------------------------------------------
Desktop Menu & Mobile Bootstrap Menu Style
--------------------------------------------
import files:
- _menuColor


-------------------------------------------- */
/* Desktop Navbar
----------------------- */
/* Layout */
@media (min-width: 768px) {
  .navbar-nav {
    /* Hover Dropdown */
  }
  .navbar-nav > li {
    font-size: 20px;
  }
  .navbar-nav > li > a {
    text-align: center;
    z-index: 1001;
    white-space: nowrap;
    background-color: transparent;
    font-weight: 400;
    font-size: inherit;
    -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;
  }
  .navbar-nav .dropdown > a {
    position: relative;
    padding-right: 24px;
  }
  .navbar-nav .dropdown > a:after {
    display: block;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    right: 5px;
    top: calc(50% - 2px);
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
  }
  .navbar-nav .dropdown:nth-last-child(1) > .dropdown-menu {
    right: 0;
    left: unset;
  }
  .navbar-nav .dropdown-menu {
    top: calc(100% + 0px);
    left: 0;
    border-width: 0px;
    border-radius: 0;
    min-width: 160px;
    z-index: 1001;
  }
  .navbar-nav .dropdown-menu > li > a {
    padding: 10px 15px;
    font-size: 16px;
    background-color: transparent;
  }
  .navbar-nav .dropdown-menu .menu_scroll {
    max-height: 500px;
    overflow-y: auto;
    direction: rtl;
  }
  .navbar-nav .dropdown-menu .menu_scroll > li > a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    background-color: transparent;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
  }
  .navbar-nav .dropdown-menu .scroll_style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
  }
  .navbar-nav .dropdown-menu .scroll_style::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
  }
  .navbar-nav .dropdown-menu .scroll_style::-webkit-scrollbar-thumb {
    background-color: rgba(72, 54, 40, 0.5);
    border: 2px solid rgba(72, 54, 40, 0.3);
  }
  .navbar-nav .dropdown-submenu > .dropdown-menu {
    top: 0px;
    margin-top: 0;
    left: 100%;
    min-height: calc(100%);
  }
  .navbar-nav .dropdown-submenu > a {
    padding-right: 30px;
    position: relative;
  }
  .navbar-nav .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;
  }
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
  }
}
/* Style */
@media (min-width: 768px) {
  ul.navbar-nav > li > a {
    border-color: transparent;
  }
  ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus, ul.navbar-nav > li > a.mPS2id-highlight {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  ul.navbar-nav > li.active > a, ul.navbar-nav > li.active > a:hover, ul.navbar-nav > li.active > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: transparent;
  }
  ul.navbar-nav .dropdown > a:after {
    border-top-color: #fff;
  }
  ul.navbar-nav .dropdown > a:hover:after {
    border-top-color: #fff;
  }
  ul.navbar-nav .dropdown-menu {
    background-color: white;
  }
  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 .menu_scroll > li > a {
    background-color: transparent;
  }
  ul.navbar-nav .dropdown-menu .menu_scroll > li > a:hover, ul.navbar-nav .dropdown-menu .menu_scroll > li > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
  }
  ul.navbar-nav .dropdown-menu .dropdown-submenu > .dropdown-menu {
    border-left: 1px solid white;
  }
  ul.navbar-nav .dropdown-menu .dropdown-submenu > a:after {
    border-left-color: #014190;
  }
  ul.navbar-nav .dropdown-menu .dropdown-submenu:hover > a:after {
    border-left-color: #014190;
  }
  ul.navbar-nav a {
    color: #fff;
  }
  ul.navbar-nav .dropdown-menu a {
    color: #4d4d4d;
  }
  ul.navbar-nav .dropdown-menu a:hover, ul.navbar-nav .dropdown-menu a:focus {
    color: #4d4d4d;
  }

  .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 {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  .add_class ul.navbar-nav > li > a:hover, .add_class ul.navbar-nav > li > a:focus, .add_class ul.navbar-nav > li > a.mPS2id-highlight {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  .add_class ul.navbar-nav > li.active > a, .add_class ul.navbar-nav > li.active > a:hover, .add_class ul.navbar-nav > li.active > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: transparent;
  }
  .add_class ul.navbar-nav .dropdown > a:after {
    border-top-color: #fff;
  }
  .add_class ul.navbar-nav .dropdown > a:hover:after {
    border-top-color: #fff;
  }
  .add_class ul.navbar-nav .dropdown-menu {
    background-color: white;
  }
  .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 .menu_scroll > li > a {
    background-color: transparent;
  }
  .add_class ul.navbar-nav .dropdown-menu .menu_scroll > li > a:hover, .add_class ul.navbar-nav .dropdown-menu .menu_scroll > 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 white;
  }
  .add_class ul.navbar-nav .dropdown-menu .dropdown-submenu > a:after {
    border-left-color: #014190;
  }
  .add_class ul.navbar-nav .dropdown-menu .dropdown-submenu:hover > a:after {
    border-left-color: #014190;
  }
  .add_class ul.navbar-nav a {
    color: #fff;
  }
  .add_class ul.navbar-nav .dropdown-menu a {
    color: #4d4d4d;
  }
  .add_class ul.navbar-nav .dropdown-menu a:hover, .add_class ul.navbar-nav .dropdown-menu a:focus {
    color: #4d4d4d;
  }

  .navbar {
    background-color: white;
  }
  .navbar.add_class {
    background-color: white;
  }

  .dsk_menu.add_class {
    background-color: white;
  }
}
/* Mobile Navbar
----------------------- */
@media (max-width: 767px) {
  .navbar-collapse {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  }

  ul.navbar-nav ul {
    padding: 0;
  }
  ul.navbar-nav a, ul.navbar-nav li.dropdown ul.dropdown-menu a {
    padding: 10px 15px;
    color: #4d4d4d;
    font-size: 1.25em;
  }
  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 #e6e6e6;
    background-color: white;
  }
  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: #014190;
    -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: white;
  }
  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 #014190;
  }
  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 #014190;
    margin-left: 8px;
  }
  ul.navbar-nav li.dropdown-submenu ul.dropdown-menu > li.dropdown-submenu ul.dropdown-menu > li > a {
    border-left: 4px solid #014190;
    margin-left: 16px;
  }

  .navbar, .dsk_menu {
    background-color: white;
  }
  .navbar.add_class, .dsk_menu.add_class {
    background-color: white;
  }
}
/* Template */
/* nav Theme */
.nav_fix {
  margin-top: 0px;
}
@media (min-width: 768px ) and (max-width: 1199px ) {
  .nav_fix {
    margin-top: 0px;
  }
}
@media (max-width: 767px ) {
  .nav_fix {
    margin-top: 50px;
  }
}

.nav_fix_home {
  margin-top: 0px;
}
@media (min-width: 768px ) and (max-width: 1199px ) {
  .nav_fix_home {
    margin-top: 0px;
  }
}
@media (max-width: 767px ) {
  .nav_fix_home {
    margin-top: 50px;
  }
}

.nav_fix_ci {
  margin-top: 0px;
}
@media (min-width: 768px ) and (max-width: 1199px ) {
  .nav_fix_ci {
    margin-top: 0px;
  }
}
@media (max-width: 767px ) {
  .nav_fix_ci {
    margin-top: 50px;
  }
}

/* Desktop
--------------- */
.navbar-toggler:focus {
  box-shadow: unset;
}

@media (min-width: 992px ) {
  .navbar-collapse {
    padding-left: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 1rem 20px;
  }
}
/* tablet
--------------- */
@media (min-width: 768px ) and (max-width: 1199px ) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 12px 1rem;
  }
}
/* Mobile
--------------- */
.m_login {
  padding-right: 10px;
  font-size: 22px;
  color: #014190;
}

@media (max-width: 767px ) {
  .navbar-toggler {
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
/* small screen
--------------- */
@media (max-width: 575px ) {
  .navbar_shop .navbar-toggle {
    padding: 14px 8px;
  }
  .navbar_shop .nav_m_btns {
    right: 38px;
  }
  .navbar_shop .nl_m_wrapper {
    right: 118px;
  }
}
/* Nav Add Class
----------------*/
.navbar {
  border-radius: 0;
  border-width: 0 0 1px;
}
@media (max-width: 767px ) {
  .navbar.add_class {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
}

/* IE Fix
---------------- */
/* header Member login */
.navbar-header {
  position: relative;
  z-index: 1031;
}

body {
  background-color: #fff;
}

a, a:focus, a:hover {
  text-decoration: none;
}

/*background*/
.bg-black {
  background: #014190 !important;
}

.bg-blue {
  background: #014190 !important;
}

.bg-gray {
  background: #f7f7f7 !important;
}

.bg-yellow {
  background: #ffd700 !important;
}

/*color*/
.primary_text_color {
  color: #014190;
}

.blue {
  color: #014190 !important;
}

.white {
  color: #fff !important;
}

.red {
  color: #e43232 !important;
}

.green {
  color: #27a230 !important;
}

.black {
  color: #444 !important;
}

.pink {
  color: #d9534f !important;
}

/*others*/
.margin-auto {
  margin: 0 auto !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.font-bold {
  font-weight: bold;
}

.vertical-bottom {
  vertical-align: bottom;
}

/*margin*/
.margin0 {
  margin: 0 !important;
}

.margin10 {
  margin: 10px !important;
}

.m-right5 {
  margin-right: 5px !important;
}

.m-right10 {
  margin-right: 10px !important;
}

.m-bottom0 {
  margin-bottom: 0 !important;
}

.m-bottom10 {
  margin-bottom: 10px !important;
}

.m-bottom20 {
  margin-bottom: 20px !important;
}

.m-bottom30 {
  margin-bottom: 30px !important;
}

.m-bottom40 {
  margin-bottom: 40px;
}

.m-bottom50 {
  margin-bottom: 50px !important;
}

.m-top0 {
  margin-top: 0 !important;
}

.m-top10 {
  margin-top: 10px !important;
}

.m-top20 {
  margin-top: 20px !important;
}

.m-top30 {
  margin-top: 30px !important;
}

.m-top40 {
  margin-top: 40px !important;
}

/*padding*/
.padding0 {
  padding: 0 !important;
}

.left10 {
  padding-left: 10px !important;
}

.right10 {
  padding-right: 10px !important;
}

.top10 {
  padding-top: 10px !important;
}

.bottom10 {
  padding-bottom: 10px !important;
}

.padding10 {
  padding: 10px !important;
}

.padding15 {
  padding: 15px !important;
}

.padding20 {
  padding: 20px !important;
}

/*col*/
.col-4 {
  width: calc(100%/4 - 10px);
  margin-left: calc(5px * 4 / 2);
  margin-bottom: calc(10px * 4 / 2);
  float: left;
}

.col-3 {
  width: calc(100%/3 - 7px);
  margin-right: 10px;
  margin-bottom: 30px;
  float: left;
}

.col-3:nth-child(3n+3) {
  margin-right: 0;
}

.col-5 {
  width: calc(100%/5 - 15px);
  margin-left: calc(4px * 5 / 2);
  float: left;
}

.center-col {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/*border*/
.border-bottom-1px {
  border-bottom: 1px solid #dcdcdc !important;
}

.border-bottom-2px {
  border-bottom: 2px solid #dcdcdc !important;
}

.border-radius0 {
  border-radius: 0 !important;
}

/*modal*/
.modal-content {
  border-radius: 0;
}

.form_control_default {
  border-radius: 0;
  font-size: 16px;
}

.modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
  overflow: auto;
}

/*form*/
.form_input {
  height: 45px;
}

/*------- crumb ------*/
.crumb {
  list-style-type: none;
  margin-bottom: 0;
  padding: 5px 0;
  text-shadow: 0 0 6px black;
}

.crumb li, .crumb li a {
  color: #fff;
}

.crumb li a:hover {
  color: #cbcbcb;
}

.crumb li {
  display: inline-block;
}

.crumb .fa-angle-right {
  padding: 0 5px;
}

/*------- crumb end ------*/
/*------- Title ------*/
.main_title {
  padding-bottom: 1rem;
  color: black;
  border-bottom: 1px solid #707070;
}

.hide {
  display: none;
}

/* 覆寫bs樣式 */
.btn {
  padding: 6px 12px;
}

/*---Search Result---*/
.search_item {
  font-size: 1.2em;
  margin-bottom: 30px;
  border-bottom: 1px solid #f7f7f7;
  padding: 10px;
}

.search_item_head {
  font-size: 1.5em;
}

.search_item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*---Search Result end---*/
/*--- Modal Register ---*/
.modal p {
  font-size: 1.3em;
}

@media (min-width: 1170px) {
  th.purchase-history-course {
    min-width: 265px;
  }
}
@media (max-width: 1200px) {
  .carousel-indicators {
    display: none;
  }
}
@media (max-width: 600px) {
  .col-3:nth-child(3n+3) {
    margin-right: 10px;
  }

  .col-2-mo {
    width: calc(100%/2 - 7px);
    margin-right: 10px;
  }

  .col-2-mo:nth-child(2n+2) {
    margin-right: 0;
  }

  .col-1-mo {
    width: 100%;
  }
}
@media (max-width: 540px) {
  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.3em;
  }

  p {
    font-size: 1em;
    line-height: 1.6;
  }
}
/*--- owl ---*/
.owl-prev, .owl-next {
  color: #fff;
  background: #014190;
  padding: 6px;
  width: 40px;
  height: 40px;
  line-height: 1;
  font-size: 2em;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.owl-prev {
  left: -10px;
}

.owl-next {
  right: -10px;
}

.owl-dots {
  display: none;
}

.table_custom {
  width: 100%;
  line-height: 1.8;
}
@media (max-width: 767px ) {
  .table_custom {
    white-space: nowrap;
  }
}

/*---- header start ----*/
.header_top {
  position: relative;
  box-sizing: content-box;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}
.header_top .header_left .logo {
  padding: 5px 15px;
}
.header_top .header_left a {
  display: block;
}
.header_top .header_mid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-width: 1px;
}
.header_top .header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px ) {
  .header_top {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
  }
  .header_top .header_left, .header_top .header_mid, .header_top .sign_up {
    display: none;
  }
  .header_top .header_right .shopping_cart {
    position: absolute;
    right: 10px;
    top: 7px;
    margin-right: 0;
  }
  .header_top .cart_content {
    position: fixed;
    width: 100%;
    top: 53px;
  }
  .header_top .cc_scroll {
    max-height: 150px;
  }
  .header_top .hr_dropdown_content {
    margin-top: 0;
  }
}

/*--- Search ---*/
.header_search {
  min-width: 1px;
  height: 48px;
  position: relative;
  text-align: right;
}

#Search {
  width: 95%;
  height: 45px;
  padding: 0 64px 0 10px;
  margin: 2px 10px 0 0px;
  font-size: 18px;
  outline: 0;
  border: 1px solid #000;
  max-width: 400px;
}

.search-btn {
  position: absolute;
  top: 2px;
  right: 10px;
  color: #fff;
  border: 0;
  padding: 4px 10px;
  font-size: 21px;
  height: 44px;
  width: 48px;
}

/*--- header_right ---*/
.header_right {
  /* Welcom */
  /* shopping cart start - no use */
  /* shopping cart end */
}
.header_right .welcom {
  margin-right: 1rem;
}
@media (max-width: 1200px) {
  .header_right .welcom {
    display: none;
  }
}
.header_right .sign_up {
  margin-right: 1rem;
}
.header_right .sign_up a {
  color: #4d4d4d;
}
.header_right .hr_user_dropdown {
  position: relative;
}
.header_right .hr_user_dropdown .hr_user_icon {
  display: block;
  padding: 6px;
  position: relative;
}
.header_right .hr_user_dropdown .hr_dropdown_content {
  background-color: #FFF;
  box-shadow: 1px 1px 5px #909090;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  margin-top: 8px;
  display: none;
  z-index: 1000;
}
.header_right .hr_user_dropdown .hr_dropdown_content .hr_user_item {
  list-style-type: none;
  margin-bottom: 0;
  padding: 5px 0;
}
.header_right .hr_user_dropdown .hr_dropdown_content .hr_user_item > li > a {
  display: block;
  padding: 6px 15px;
}
.header_right .hr_user_dropdown .hr_dropdown_content .hr_user_item > li > a:hover {
  background: #f7f7f7;
}
.header_right .hr_user_dropdown .hr_dropdown_content .hr_user_item .hr_user_msn_qty {
  background: #e6002e;
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 1em;
  text-align: center;
  font-size: 0.8em;
  padding: 2px 5px;
  border-radius: 15px;
}
.header_right .hr_user_dropdown.dropdown_is_open > .hr_dropdown_content {
  display: block;
}
.header_right .hr_user_item .divider, .header_right #bs-example-navbar-collapse-1 .divider {
  height: 1px;
  margin: 6px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.header_right .shopping_cart {
  position: relative;
  margin-right: 1rem;
}
.header_right .shopping_cart .sc_mycart {
  display: block;
  padding: 10px;
  position: relative;
}
.header_right .shopping_cart .sc_mycart .sc_mycart_qty {
  position: absolute;
  top: 0;
  right: -2px;
  background: #e6002e;
  color: #fff;
  border-radius: 50%;
  padding: 3px;
  width: 18px;
  height: 18px;
  line-height: 1em;
  text-align: center;
  font-size: 1em;
}
.header_right .shopping_cart .cart_content {
  width: 380px;
  box-shadow: 1px 1px 5px #909090;
}
.header_right .shopping_cart .cart_content .cc_header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.header_right .shopping_cart .cart_content .cc_scroll {
  overflow: auto;
  padding: 10px;
  max-height: 200px;
}
.header_right .shopping_cart .cart_content .cc_scroll .cc_class_item {
  margin-bottom: 10px;
}
.header_right .shopping_cart .cart_content .cc_scroll .cc_class_img {
  display: block;
  width: 60px;
  height: 60px;
  background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-position: center !important;
  margin-right: 10px;
}
.header_right .shopping_cart .cart_content .cc_scroll .cc_class_infor {
  width: 260px;
}
.header_right .shopping_cart .cart_content .cc_scroll .cc_class_title {
  color: #444;
  font-weight: 700;
  line-height: 1.3em;
}
.header_right .shopping_cart .cart_content .cc_scroll .cc_class_infor .cc_class_price {
  color: #014190;
  font-weight: 700;
}
.header_right .shopping_cart .cart_content .cc_total {
  padding: 10px;
  text-align: right;
  font-size: 1.2em;
  box-shadow: 0 -2px 5px #ccc;
  border-bottom: 1px solid #ddd;
}
.header_right .shopping_cart .cart_content .cc_total b {
  color: #014190;
  padding-left: 5px;
}
.header_right .shopping_cart .cart_content .cc_checkout {
  padding: 10px;
}
.header_right .shopping_cart .cart_content .cc_checkout a {
  display: block;
  background: #014190;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  padding: 6px;
  width: 100%;
}
.header_right .shopping_cart .cart_content .cc_empty {
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
}

/*--- mobile user ---*/
.m_user_mugshot {
  padding: 20px 10px;
  margin-bottom: 6px;
}

.m_user_mugshot_pic {
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover !important;
  background-position: center !important;
  margin: 0 auto;
}

.m_user__name {
  display: block;
  text-align: center;
  margin-top: 8px;
}

/*--- layout Nav Menu - No Use --- */
.header_bottom {
  overflow: hidden;
  text-align: center;
}
.header_bottom .header_nav {
  display: flex;
  justify-content: center;
}
.header_bottom .header_nav .header_nav_item a {
  display: block;
  color: #fff;
  padding: 14px 20px;
}
.header_bottom .header_nav .header_nav_item a img {
  vertical-align: text-bottom;
}
.header_bottom .header_nav .header_nav_item:hover > a {
  background: #014190;
}
.header_bottom .header_nav .header_nav_item:hover .header_nav_dropdown {
  display: block;
}
.header_bottom .header_nav .header_nav_item .header_nav_dropdown {
  display: none;
  width: 100%;
  position: absolute;
  top: 112px;
  left: 0;
  background: #014190;
  padding: 20px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.header_bottom .header_nav .header_nav_item .header_nav_dropdown a {
  padding: 14px 0.5rem;
  text-align: left;
}
.header_bottom .header_nav .header_nav_item .header_nav_dropdown a:hover {
  color: #137cfd;
}

/*--- Category Menu - No Use --- */
.class_nav {
  position: relative;
}
.class_nav .class_nav_all .title {
  color: #fff;
  padding: 9px 12px;
  cursor: pointer;
  margin: 0;
}
.class_nav .class_nav_all .fa-caret-down {
  padding-left: 10px;
}
.class_nav .class_nav_all .class_nav_ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1000;
  width: 205px;
  list-style-type: none;
  background: #fff;
  box-shadow: 1px 1px 5px #909090;
}
.class_nav .class_nav_all .class_nav_ul li {
  line-height: 45px;
  height: 45px;
  margin-right: 3px;
  padding-left: 16px;
}
.class_nav .class_nav_all .class_nav_ul li:hover {
  background-color: #eee;
}
.class_nav .class_nav_all .class_nav_ul li i {
  float: right;
  display: block;
  height: 45px;
  line-height: 45px;
  padding-right: 12px;
}
.class_nav .class_nav_all .class_nav_ul li a:hover {
  color: #014190;
}
.class_nav .class_nav_all .class_nav_ul li.prosahover {
  border-bottom: 1px #fff solid;
  background-color: #fff;
  margin-right: 0;
  padding-right: 3px;
}
.class_nav .class_nav_all .class_nav_ul li.prosahover a {
  color: #636363;
}
.class_nav .class_nav_all .class_nav_ul li.prosahover a.ti {
  color: #014190;
}
.class_nav .class_nav_all .class_nav_ul li.nochild a:hover {
  color: #fff;
}
.class_nav .class_nav_all .class_nav_ul a {
  padding-right: 8px;
  white-space: nowrap;
  display: block;
  height: 45px;
}
.class_nav .class_nav_all .class_nav_ul .li_1st .ti {
  font-size: 15px;
  color: #4d4d4d;
}
.class_nav .class_nav_all .class_nav_ul .li_1st .class_nav_more {
  position: relative;
  z-index: 999;
  left: 189px;
  top: -45px;
  width: 205px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 5px #909090;
}
.class_nav .class_nav_all .class_nav_ul .li_1st .class_nav_more li {
  list-style: none;
  padding-left: 0;
}
.class_nav .class_nav_all .class_nav_ul .li_1st .class_nav_more li:hover {
  background-color: transparent;
  border-bottom: 0;
}
.class_nav .class_nav_all .class_nav_ul .li_1st .class_nav_more a {
  font-size: 14px;
  line-height: 35px;
  padding: 5px 16px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.class_nav .class_nav_all .class_nav_ul .li_1st .class_nav_more a:hover {
  color: #014190;
}
.class_nav .class_nav_all .class_nav_ul .li_1st .class_nav_more.nav_more_3nd, .class_nav .class_nav_all .class_nav_ul .li_1st .class_nav_more.nav_more_4th {
  left: 205px;
}
.class_nav .class_nav_all .class_nav_ul .nav_more_2nd li i, .class_nav .class_nav_all .class_nav_ul .nav_more_3nd li i {
  line-height: 35px;
  padding-right: 0;
}

/*---- home ----*/
.h_section_right {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .h_section_right {
    padding: 0 15px;
  }
}

.h_head h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h_news_item h4 a {
  max-height: 2.8em;
  display: block;
  overflow: hidden;
}
.h_news_item p {
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
}

.H_main_content {
  padding: 40px 15px 20px;
  min-height: calc(100vh - 408px);
}

.H-title {
  padding: 8px 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.H-title h4 {
  margin: 0;
}
.H-title a {
  color: #fff;
  text-decoration: underline;
}
.H-title a:hover {
  color: #fff;
  opacity: 0.8;
}

.H-readmore {
  text-decoration: underline;
  color: #444;
  margin-top: 20px;
}
.H-readmore:hover {
  color: #014190;
  text-decoration: underline;
}

/* News */
.h_news_item {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 10px;
}
@media (max-width: 991px ) {
  .h_news_item {
    border: 3px solid #fff;
  }
}

.h_news_item h4, .h_news_item a {
  margin: 0.5rem 0;
  font-size: 1rem;
  color: #444;
}

.h_news_item h4:hover, .h_news_item a:hover {
  color: #014190;
}

.H_news_date, .H_news_readqty {
  color: #aaa;
  font-size: 0.85rem;
}

/*----Footer----*/
.footer {
  font-size: 0.85rem;
}

.copyright {
  text-align: right;
  padding: 10px;
  opacity: 0.5;
}
.copyright a {
  color: inherit;
}

/*----Footer end----*/
/*----News----*/
/*list*/
.newsl_wrapper {
  padding: 40px 0;
}

.news_item_wrapper {
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 575px ) {
  .news_item_wrapper.col-xxs-6:nth-child(2n+1) {
    clear: left;
  }
  .news_item_wrapper.col-xxs-4:nth-child(3n+1) {
    clear: left;
  }
  .news_item_wrapper.col-xxs-3:nth-child(4n+1) {
    clear: left;
  }
  .news_item_wrapper.col-xxs-2:nth-child(6n+1) {
    clear: left;
  }
}
@media (min-width: 576px ) and (max-width: 767px ) {
  .news_item_wrapper.col-xs-6:nth-child(2n+1) {
    clear: left;
  }
  .news_item_wrapper.col-xs-4:nth-child(3n+1) {
    clear: left;
  }
  .news_item_wrapper.col-xs-3:nth-child(4n+1) {
    clear: left;
  }
  .news_item_wrapper.col-xs-2:nth-child(6n+1) {
    clear: left;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .news_item_wrapper.col-sm-6:nth-child(2n+1) {
    clear: left;
  }
  .news_item_wrapper.col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .news_item_wrapper.col-sm-3:nth-child(4n+1) {
    clear: left;
  }
  .news_item_wrapper.col-sm-2:nth-child(6n+1) {
    clear: left;
  }
}
@media (min-width: 992px ) {
  .news_item_wrapper.col-md-6:nth-child(2n+1) {
    clear: left;
  }
  .news_item_wrapper.col-md-4:nth-child(3n+1) {
    clear: left;
  }
  .news_item_wrapper.col-md-3:nth-child(4n+1) {
    clear: left;
  }
  .news_item_wrapper.col-md-2:nth-child(6n+1) {
    clear: left;
  }
}
@media (min-width: 601px) {
  .news_item_wrapper.col-3:nth-child(3n+1) {
    clear: left;
  }
  .news_item_wrapper.col-4:nth-child(4n+1) {
    clear: left;
  }
  .news_item_wrapper.col-5:nth-child(5n+1) {
    clear: left;
  }
  .news_item_wrapper.col-6:nth-child(6n+1) {
    clear: left;
  }
}
@media (max-width: 600px) {
  .news_item_wrapper.col-2-mo:nth-child(2n+1) {
    clear: left;
  }
}

.news_item {
  padding: 4px;
  position: relative;
  margin-bottom: 80px;
  background-color: #014190;
}
@media (max-width: 540px) {
  .news_item {
    margin-bottom: 60px;
  }
}

.news_i_date {
  position: absolute;
  left: 50%;
  top: -36px;
  margin-left: -34px;
  width: 76px;
  height: 76px;
}

.news_i_font {
  background: gold;
  border-radius: 50%;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.5em;
  padding: 18px 10px;
}

.n_i_d_years {
  font-size: 14px;
  line-height: 1.2;
}

.n_i_d_date {
  font-size: 1.1rem;
  margin-left: -3px;
}

.news_item .bg-white {
  padding: 35px 15px;
}

.news_item h4 {
  margin: 10px 0;
}

.news_item h4, .news_item h4 a {
  color: #444;
  line-height: 1.4em;
  font-weight: bold;
  height: 58px;
  overflow: hidden;
}

.news_item h4:hover, .news_item h4 a:hover {
  color: #014190;
}

.news_i_text {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 90px;
}

.news_i_readqty {
  font-size: 1.1rem;
  display: block;
  margin-top: 10px;
  padding-left: 0.5rem;
}

.news_item:before, .leftbar:before, .news:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #535252 transparent transparent transparent;
}
.news_item:after, .leftbar:after, .news:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #ffffff transparent;
}

/*News in*/
.news {
  background-color: #014190;
  padding: 30px 15px;
  position: relative;
}

.news_in_top {
  display: flex;
}

.news_title_h1 {
  font-weight: bold;
  padding-left: 15px;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 540px) {
  .news_title_h1 {
    font-size: 1.5rem;
  }
}

.news_text_defalt {
  line-height: 2;
}

.news_text_defalt label {
  font-weight: 700;
}

.news_text_defalt img {
  max-width: 100%;
  margin: 0 auto;
}

.news_text_defalt p {
  margin-bottom: 10px;
}

.news_in_date {
  width: 76px;
  height: 76px;
  min-width: 76px;
}

.news_in_readqty {
  display: flex;
  font-size: 1.2em;
}

.other-title {
  border-bottom: 2px solid #444;
  text-align: center;
  border-top: 2px solid #444;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .m-top60 {
    margin-top: 60px;
  }
}
/*leftbar - no use */
.leftbar {
  background-color: #014190;
  padding-bottom: 10px;
  position: relative;
}

.leftbar-title {
  padding: 20px 0;
}

.leftbar-title h2 {
  color: #fff;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  -webkit-background-size: 20px !important;
  -moz-background-size: 20px !important;
  background-size: 20px !important;
  padding-top: 30px;
  font-size: 1.5em;
  font-weight: bold;
}

.leftbar-menu {
  list-style-type: none;
  padding-left: 0;
  margin: 0 10px;
}
.leftbar-menu .active a {
  background: #f7f7f7;
  color: #014190;
}

.leftbar-menu li {
  border-bottom: 2px solid #014190;
}
.leftbar-menu li:last-child {
  border-bottom: 0;
}
.leftbar-menu li a {
  display: block;
  padding: 12px;
  font-size: 1.3em;
  color: #444;
}
.leftbar-menu li a:hover {
  background: #f7f7f7;
  color: #014190;
}

.news_tag {
  margin-bottom: 40px;
}
.news_tag .news_tag_item {
  padding: 6px;
  margin-bottom: 5px;
  display: inline-block;
}

/* Contact Info
----------- */
ul.c_info {
  padding: 0px 0;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}
ul.c_info li {
  padding-left: 20px;
  line-height: 1.5em;
  display: block;
  position: relative;
  padding: 10px 40px;
  padding-left: 30px;
  margin-bottom: 5px;
}
ul.c_info li:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  color: inherit;
  font-size: 1em;
  line-height: inherit;
  width: 1em;
  text-align: center;
  left: 0;
}
ul.c_info li.map-marker:before {
  content: icon("f041");
  background-image: none;
}
ul.c_info li.phone:before {
  content: icon("f095");
  background-image: none;
}
ul.c_info li.mobile-phone:before {
  content: icon("f10b");
  background-image: none;
}
ul.c_info li.fax:before {
  content: icon("f1ac");
  background-image: none;
}
ul.c_info li.envelope:before {
  content: icon("f003");
  background-image: none;
}
ul.c_info li.link:before {
  content: icon("f0c1");
  background-image: none;
}
ul.c_info li.calendar:before {
  content: icon("f274");
  background-image: none;
}
ul.c_info li.line:before {
  content: "";
  background-image: url(../images/common/ic_social_line_green.svg);
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
}
ul.c_info li:empty {
  display: none;
}
ul.c_info li:before {
  left: 5px;
  top: 10px;
}
ul.c_info li + li {
  border-top: 1px solid #e6e6e6;
}

.sign_in_section {
  min-height: calc(100vh - 40px);
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1;
  background-image: url(../images/bg_001.jpg);
}
.sign_in_section > .container {
  margin-top: 10%;
}
.sign_in_section .login_title {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.sign_in_section .login_title small {
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
}
.sign_in_section .news:before, .sign_in_section .news:after {
  display: none;
}

.grid_coursect .content {
  background-color: #f7f7f7;
}
.grid_coursect .content .title {
  color: #014190;
  overflow: hidden;
  line-height: 1.8em;
  max-height: 1.8em;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.grid_coursect .item:hover .content {
  z-index: 2;
  -webkit-transform: translateY(-10px);
  -khtml-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Course List
---------------- */
.table_align {
  text-align: center;
}
@media (max-width: 991px ) {
  .table_align {
    text-align: left;
  }
}
.table_align thead th {
  text-align: center;
}

.mb a {
  margin-bottom: 5px;
}
.mb a:last-child {
  margin-bottom: 0px;
}
@media (max-width: 991px ) {
  .mb a {
    margin-bottom: 0;
  }
}

.btn-signup {
  padding: 2px 6px;
  font-size: 12px;
}

/* 實體課程報名 Modal */
.courseSignupModal .modal-title {
  display: inline-block;
  font-size: 20px;
}
.courseSignupModal .courseInfo p {
  font-size: 18px;
  font-weight: 600;
  color: #014190;
}

.list_switch a {
  color: white;
  text-decoration: underline;
}

.course_title {
  margin-bottom: 15px;
  color: white;
  font-size: 18px;
}
.course_title h2 {
  font-weight: 700;
  margin-top: 10px;
  padding: 8px;
  background-color: #014190;
  border: 4px;
  border-style: double;
  border-color: white;
}

.class_title {
  display: inline-block;
  color: #014190;
  border-right: 4px double #014190;
  border-bottom: 4px double #014190;
  font-weight: 600;
  padding: 8px 5px;
  margin-left: 8px;
  margin: 10px 8px;
}
.class_title i {
  margin-right: 5px;
  width: 25px;
}

.course_panel ul {
  list-style: none;
}
.course_panel .panel-heading {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 10px;
}
.course_panel .panel-body {
  border-top: none;
}
.course_panel .panel-heading .accordion-toggle:before {
  content: "－";
}
.course_panel .panel-heading .accordion-toggle.collapsed:before {
  content: "＋";
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}

.share {
  float: right;
  list-style: none;
}
.share:after, .share:before {
  content: "";
  display: block;
  clear: both;
}
.share li {
  float: left;
  margin-right: 5px;
}
.share li i {
  font-size: 28px;
}
.share li .ic_line {
  background-image: url("../images/common/ic_line.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-size: 32px auto;
  margin-top: -2px;
  margin-right: -4px;
}
.share .like_mobile {
  display: none;
}
@media (max-width: 767px) {
  .share .like_mobile {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    padding: 4px;
  }
}
.share .like_mobile i {
  font-size: 20px;
  color: #d55340;
}

.CI_wrap {
  box-shadow: 0 0 6px #dadada;
  background-color: rgba(1, 65, 144, 0.1);
}

/*測驗列表*/
.quiz_title {
  margin-bottom: 10px;
  padding: 6px 8px;
  border-left: 4px solid #014190;
}

.quiz_item {
  display: block;
  line-height: 1.5em;
  padding: 6px 8px;
  margin-bottom: 8px;
  background-color: #F7F7F7;
}
.quiz_item:after, .quiz_item:before {
  content: "";
  display: block;
  clear: both;
}
.quiz_item .quiz_name {
  float: left;
  width: calc(100% - 25%);
  padding-top: 6px;
  padding-left: 8px;
  border-radius: 4px;
}
@media (max-width: 767px ) {
  .quiz_item .quiz_name {
    width: 100%;
  }
}
.quiz_item .quit_cont {
  float: right;
}
.quiz_item .quit_cont .fraction {
  margin-right: 8px;
}

/* 提醒計時Modal */
.alert_modal .modal-title {
  color: #f0ad4e;
  font-weight: 700;
}
.alert_modal .modal-body {
  font-size: 16px;
}
.alert_modal .modal-body .times {
  color: red;
  font-weight: 700;
}
.alert_modal .btn-theme {
  border-radius: 0;
}

/* 問卷樣式 */
.course_test .test_h {
  font-size: 18px;
  float: none;
  margin: 5px 0;
}
.course_test .sub_title {
  color: #4d4d4d;
  margin-bottom: 0;
  font-size: 1rem;
}
.course_test .item {
  border-bottom: 1px solid #ddd;
}
.course_test .item:last-child {
  border-bottom: 0px;
}
.course_test .qtitle {
  font-size: 16px;
  font-weight: 700;
}
.course_test .img_wrapper {
  margin: 10px 0;
}
.course_test .ic_pdf_wrap {
  padding: 4px 8px;
}
.course_test .answer {
  background-color: #ffe3b9;
}
.course_test .score {
  float: left;
  font-size: 22px;
}
@media (max-width: 767px ) {
  .course_test .score {
    float: none;
    text-align: left;
    padding-bottom: 16px;
  }
}
.course_test .blocky_footer {
  font-size: 15px;
}

.view_course_test_wr {
  padding: 80px 50px;
}
.view_course_test_wr .title {
  margin: 10px 0;
  font-size: 24px;
}
.view_course_test_wr .sub_title {
  margin-bottom: 15px;
}
.view_course_test_wr .radio-primary {
  padding: 4px 0;
}
.view_course_test_wr .alert {
  padding-left: 16px;
  font-size: 18px;
}
.view_course_test_wr .alert.danger {
  background-color: rgba(220, 53, 69, 0.3);
}
.view_course_test_wr .alert.danger i {
  color: #dc3545;
  font-size: 24px;
  margin-right: 8px;
}
.view_course_test_wr .alert.success {
  background-color: rgba(92, 184, 92, 0.3);
}
.view_course_test_wr .alert.success i {
  color: #5cb85c;
  font-size: 24px;
  margin-right: 8px;
}
@media (max-width: 767px ) {
  .view_course_test_wr {
    padding: 80px 25px;
  }
  .view_course_test_wr .title {
    font-size: 18px;
  }
  .view_course_test_wr .alert {
    padding-left: 8px;
    font-size: 15px;
  }
}

.mmbr_sidebar .title {
  background: #f7f7f7;
  margin: 0;
  padding: 13px;
  border-top: 4px solid #014190;
  font-weight: 600;
}
.mmbr_sidebar .mycourse_tabs > li {
  width: 100%;
  border-top: 1px solid #eee;
}
.mmbr_sidebar .mycourse_tabs > li > a {
  border-radius: 0;
  font-size: 1.1em;
  background: #f7f7f7;
  color: #444;
}
.mmbr_sidebar .mycourse_tabs > li.active > a, .mmbr_sidebar .mycourse_tabs > li.active > a:hover, .mmbr_sidebar .mycourse_tabs > li.active > a:focus {
  color: #fff;
  background-color: rgba(1, 65, 144, 0.9);
}
.mmbr_sidebar .mycourse_tabs > li + li {
  margin-left: 0;
}

.patt_leftbar .leftbar {
  padding-bottom: 0;
}
.patt_leftbar .leftbar:before, .patt_leftbar .leftbar:after {
  content: "";
  display: none;
}
.patt_leftbar .leftbar-menu {
  background-color: #f7f7f7;
  margin: 0;
  text-align: center;
}
.patt_leftbar .leftbar-menu li a:hover {
  font-weight: 700;
}
.patt_leftbar .leftbar-menu .active a {
  font-weight: 700;
}
@media (max-width: 767px ) {
  .patt_leftbar {
    margin-bottom: 30px;
  }
}

.statistics_tabs {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.statistics_tabs li {
  margin: 8px;
  min-width: 200px;
  padding: 12px 8px;
  text-align: center;
  background-color: #EBECF1;
  border-radius: 10px;
  color: #4d4d4d;
  font-size: 20px;
}
.statistics_tabs li.active {
  background-color: #014190;
  color: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.statistics_tabs li.active a {
  color: inherit;
}
.statistics_tabs li a {
  display: block;
  color: #4d4d4d;
}
@media (max-width: 767px ) {
  .statistics_tabs li {
    min-width: 150px;
    font-size: 16px;
  }
}

.filterbar {
  display: flex;
  flex-wrap: wrap;
}
.filterbar .form-group {
  width: calc(100% / 5 - 8px);
  margin: 6px 4px;
}
.filterbar .form-select {
  border-radius: 25px;
}
@media (max-width: 767px ) {
  .filterbar .form-group {
    width: calc(100% / 2 - 8px);
  }
}

.search_icon_btn {
  padding: 9px 12px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  min-height: 36px;
}
.search_icon_btn:hover, .search_icon_btn:focus {
  background-color: #e6e6e6;
  border-color: #adadad;
}

/*----Login/Register/Personal Info----*/
.sign_in_text p {
  font-size: 0.8em;
  line-height: 1.5;
}

.personal_file_upload {
  position: relative;
  display: inline-block;
}

.personal_file_upload label {
  display: block;
  padding: 6px 12px;
  background: #222;
  border-radius: 0.4em;
  transition: background 0.3s;
}

.personal_file_upload label :hover {
  cursor: pointer;
  background: #000;
}

.personal_file_upload input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /*font-size: 1;*/
  width: 0;
  height: 100%;
  opacity: 0;
}

/*----Login/Register/Personal Info end----*/
/*---Mmbr Message---*/
.message_item {
  padding: 10px;
  position: relative;
  margin-bottom: 40px;
  background-color: #014190;
}

.message_item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #535252 transparent transparent transparent;
}
.message_item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #ffffff transparent;
}

.message_item .bg-white {
  padding: 34px 15px 15px;
}

.message_item h4, .message_item h4 a {
  font-size: 1.2em;
  color: #444;
  line-height: 1.4em;
  font-weight: bold;
  height: 43px;
  overflow: hidden;
}

.message_date {
  font-size: 1.1em;
  color: #444;
  line-height: 1.4em;
  font-weight: bold;
}

.message_item p {
  font-size: 1.4em;
  line-height: 1.4em;
}

.message_read {
  font-size: 1.3em;
}

.message_item h4:hover, .message_item h4 a:hover {
  color: #014190;
}

.message_unread {
  color: #18b350;
}

.message_have_read {
  color: #ccc;
}

.message_sort {
  padding: 5px;
  background: #ffd700 !important;
  color: #444 !important;
}

.terms_modal {
  font-size: 1.2em;
}

/*---Mmbr Message end---*/
/* Teacher List */
.grid_teacher {
  /* hover */
}
.grid_teacher:after, .grid_teacher:before {
  content: "";
  display: block;
  clear: both;
}
.grid_teacher .item {
  background-color: #f9f9f9;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
  -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;
}
.grid_teacher .item:after, .grid_teacher .item:before {
  content: "";
  display: block;
  clear: both;
}
.grid_teacher .img, .grid_teacher .content {
  float: left;
}
.grid_teacher .img_wrapper {
  width: 80px;
  height: 80px;
  float: left;
  overflow: hidden;
}
.grid_teacher .img {
  width: 80px;
  border-radius: 6px;
}
.grid_teacher .content {
  width: calc(100% - 80px);
  padding-left: 15px;
}
.grid_teacher .title {
  color: #014190;
  float: left;
  overflow: hidden;
  line-height: 1.4em;
  max-height: 1.4em;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
}
.grid_teacher .teacher_info {
  float: right;
}
.grid_teacher .teacher_info li {
  overflow: hidden;
  line-height: 1.8;
  max-height: 1.8;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.grid_teacher .dsc {
  clear: both;
  text-align: justify;
  padding-top: 5px;
  white-space: normal;
  text-overflow: initial;
  line-height: 1.2em;
}
.grid_teacher .item:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Teacher In */
.artc_teacher .img {
  display: block;
  margin: 0 auto;
  width: 80%;
  border-radius: 6px;
  padding-top: 0;
  max-width: 100%;
}
.artc_teacher .img:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.artc_teacher .content_wrapper {
  padding: 0 15px;
}
.artc_teacher .tt_wrp {
  margin-bottom: 10px;
}
@media (max-width: 991px ) {
  .artc_teacher .tt_wrp {
    text-align: center;
  }
}
.artc_teacher .title {
  display: block;
  color: #014190;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 8px;
  margin-top: 0;
}
.artc_teacher .content {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

.teacher_basic_info {
  text-align: center;
}
@media (max-width: 767px ) {
  .teacher_basic_info {
    margin-bottom: 30px;
  }
}

.teacher_name {
  color: #014190;
  font-weight: 400;
  margin-top: 10px;
}

.teacher_info {
  color: #999;
  list-style: none;
}
.teacher_info span {
  display: inline-block;
  color: #014190;
  margin-right: 5px;
}

/* Social
-------------- */
.teacher_social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}
.teacher_social li {
  display: inline-block;
  padding: 0 2px;
}
.teacher_social a {
  display: inline-block;
}
.teacher_social .link_text {
  font-size: 120%;
  padding-right: 10px;
}

.teacher_social .btn_social {
  display: inline-block;
  background-color: #014190;
  color: white;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 18px;
}
.teacher_social .btn_social i {
  font-size: 20px;
  line-height: 36px;
}
.teacher_social .btn_social .ic_line {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-image: url("../images/icon/ic_social_line_white.svg");
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
}
.teacher_social .btn_social:hover, .teacher_social .btn_social:focus {
  color: white;
  background-color: #012a5d;
}

/* Course Menu 影音內頁測選單 */
.course_navbar .icon-bar {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10;
}
@media (max-width: 767px ) {
  .course_navbar .icon-bar {
    top: 3px;
    left: 3px;
  }
}
.course_navbar .nav-icon-5 {
  width: 35px;
  height: 30px;
  margin: 10px 10px;
  cursor: pointer;
  display: inline-block;
}
.course_navbar .nav-icon-5 span {
  background-color: #fff;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 3px;
  transition-duration: 500ms;
}
.course_navbar .nav-icon-5 span:nth-child(1) {
  top: 0px;
  left: 0px;
}
.course_navbar .nav-icon-5 span:nth-child(2) {
  top: 13px;
  left: 0px;
  opacity: 1;
}
.course_navbar .nav-icon-5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}
.course_navbar .nav-icon-5:not(.open):hover span:nth-child(1) {
  transform: rotate(-3deg) scaleY(1.1);
}
.course_navbar .nav-icon-5:not(.open):hover span:nth-child(2) {
  transform: rotate(3deg) scaleY(1.1);
}
.course_navbar .nav-icon-5:not(.open):hover span:nth-child(3) {
  transform: rotate(-4deg) scaleY(1.1);
}
.course_navbar .nav-icon-5.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}
.course_navbar .nav-icon-5.open span:nth-child(2) {
  opacity: 0;
}
.course_navbar .nav-icon-5.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
}
.course_navbar .offcanvas-body {
  padding: 0;
}

nav.course_navbar .navbar-nav {
  z-index: 10010;
}

.course_navbar .navbar-nav > li {
  float: none;
}

.course_navbar .navbar-nav {
  float: none;
}

.course_navbar .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.course_navbar .navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

nav.course_navbar .navbar-collapse .dropdown .dropdown-menu li a, nav .navbar-collapse .dropdown .dropdown-menu li.dropdown-header {
  padding: 5px 15px 5px 25px;
  color: #777777;
}

.course_navbar .navbar-collapse.in {
  overflow-y: auto !important;
}

.course_navbar .navbar-nav > li > a {
  color: #777;
}

.course_navbar .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #014190;
}

.course_navbar .navbar-nav > .active > a > .course_menu_icon, .navbar-default .navbar-nav > .active > a:hover > .course_menu_icon, .navbar-default .navbar-nav > .active > a:focus > .course_menu_icon {
  color: #fff;
}

.course_menu_text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course_menu_icon {
  color: #014190;
  font-size: 1.3em;
  padding-right: 10px;
}

.course_navbar .ci_free_to_watch {
  font-size: 0.5em;
}

.course_navbar .not_purchased {
  display: flex;
  align-items: center;
  color: #c7c7c7;
  padding: 10px 15px;
  padding-right: 0;
}

.not_purchased .course_menu_icon {
  color: #c7c7c7;
}

/* goback-course button */
.goback-course, .goprevious-course, .gonext-course {
  position: fixed;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  border: 1px solid #fff;
  width: 100px;
  z-index: 10;
}

.goback-course {
  top: 10px;
}

.goprevious-course {
  top: 65px;
}

.gonext-course {
  top: 120px;
}

@media (min-width: 768px) {
  .course_navbar .navbar-toggle {
    display: block;
  }
}
@media (max-width: 540px) {
  .goprevious-course, .gonext-course {
    display: none;
  }

  .goback-course, .goprevious-course, .gonext-course {
    padding: 8px 12px;
    width: auto;
  }
}
.notification_wrap {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1031;
}
.notification_wrap .text {
  opacity: 0;
  background-color: #014190;
  border-radius: 20px;
  padding: 8px 20px;
  color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  animation: opacity-fade 8s linear;
}

.notification_wrap2 {
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 1031;
}
@media (max-width: 767px ) {
  .notification_wrap2 {
    top: 60px;
  }
}
.notification_wrap2 .text {
  opacity: 0;
  background-color: #0263dc;
  padding: 8px 20px;
  color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-left: 6px solid #014190;
  font-weight: 700;
  animation: opacity-fade 12s linear;
  transform: translate(0%);
}

@keyframes opacity-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-70%);
  }
}
/**
 * Hidden fallback
 */
/**
 * Styling navigation
 */
.siderbar_wrapper {
  margin-bottom: 3rem;
}

/**
 * Styling top level items
 */
.nav_list {
  list-style: none;
  background-color: white;
}
.nav_list .active a {
  color: #014190;
  font-weight: 700;
}

.side_menu a,
.side_menu label {
  display: block;
  padding: 0.85rem 0;
  color: #4d4d4d;
  transition: all 0.25s ease-in;
}
.side_menu label {
  position: relative;
  cursor: pointer;
}

/**
 * Styling first level lists items
 */
.group-list a,
.group-list label {
  padding-left: 2rem;
}
/**
 * Styling second level list items
 */
.sub-group-list a,
.sub-group-list label {
  padding-left: 3.5rem;
}
/**
 * Styling third level list items
 */
.sub-sub-group-list a,
.sub-sub-group-list label {
  padding-left: 4.5rem;
}
/**
 * Styling Four level list items
 */
.sub-sub-sub-group-list a,
.sub-sub-sub-group-list label {
  padding-left: 5.5rem;
}
/* Border inset */
/**
 * Hide nested lists
 */
.group-list,
.sub-group-list,
.sub-sub-group-list,
.sub-sub-sub-group-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.nav_list input[type=checkbox]:checked + label + ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
}

/**
 * Rotating chevron icon
 */
label > i {
  transition: transform 0.65s ease;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  color: #014190;
  font-size: 26px !important;
}

.nav_list input[type=checkbox]:checked + label > i {
  transform: rotate(90deg);
}

/* Course Style */
.course_card_wrap .course_card {
  display: flex;
  margin-bottom: 2rem;
}
.course_card_wrap .course_card .course_pic {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
  width: 40%;
}
.course_card_wrap .course_card .course_pic .img {
  width: 100%;
  padding: 0;
  padding-top: 58.8235294118%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.course_card_wrap .course_card .course_cont {
  padding: 1rem;
  background-color: #F7F7F7;
  border-radius: 0 10px 10px 0;
  width: 60%;
}
.course_card_wrap .course_card .course_cont .title {
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: black;
}
.course_card_wrap .course_card .course_cont .form_column .item {
  padding: 0;
}
.course_card_wrap .course_card .course_cont .form_column .title {
  margin: 0;
}
.course_card_wrap .course_card .course_tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
  color: white;
  border-radius: 10px;
  min-width: 90px;
  text-align: center;
}
.course_card_wrap .course_card .course_tag.success {
  background-color: #18CE0F;
}
.course_card_wrap .course_card .course_tag.disabled {
  background-color: #2C2C2C;
}
.course_card_wrap .course_card .cate_tag {
  padding: 0 8px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #707070;
  background-color: #d4d4d4;
  border-radius: 25px;
}
.course_card_wrap .course_card .desc {
  margin: 0.5rem 0;
  color: #707070;
  font-size: 14px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.course_card_wrap .course_card .course_ul {
  list-style: none;
  display: flex;
}
.course_card_wrap .course_card .course_ul li {
  color: #014190;
  font-size: 14px;
}
.course_card_wrap .course_card .course_ul li + li {
  padding-left: 0.5rem;
}
.course_card_wrap .course_card .link {
  font-size: 14px;
}
.course_card_wrap .course_card .link:hover {
  text-decoration: underline;
}
.course_card_wrap .training_card .course_cont {
  background-color: white;
}
@media (max-width: 767px ) {
  .course_card_wrap .course_card {
    flex-direction: column;
  }
  .course_card_wrap .course_card .course_pic {
    width: 100%;
  }
  .course_card_wrap .course_card .course_cont {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}

/* 首頁 Course card */
.class_papular_item {
  background: #f7f7f7;
  position: relative;
}

.cp_top, .cp_text {
  position: relative;
}

.class_recommend .img_wrapper {
  position: relative;
  overflow: hidden;
}
.class_recommend .img_wrapper .img {
  width: 100%;
  padding: 0;
  padding-top: 58.8235294118%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.class_recommend .class_papular_item:hover .img_wrapper .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.class_recommend .img_tag_wrapper {
  position: absolute;
  left: 0px;
  top: 10px;
  color: white;
  z-index: 2;
}

.class_recommend .img_tag_wrapper > .img_tag {
  display: block;
  padding: 4px 10px;
  margin-bottom: 4px;
  border-radius: 0;
}

.class_recommend .img_tag_wrapper > .img_tag.yes {
  border-color: #03a9f4;
  background-color: #03a9f4;
}

.class_recommend .img_tag_wrapper > .img_tag.no {
  border-color: #f56954;
  background-color: #f56954;
}

.cp_text {
  padding: 16px;
}
@media (max-width: 767px ) {
  .cp_text {
    padding: 0.8rem;
  }
}

.cpt_title, .cpt_title a {
  color: #444;
  margin: 0;
  font-weight: bold;
  overflow: hidden;
  height: 3.5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.cpt_title a:hover {
  color: #014190;
}

/* 課程價格 */
/* 評分星星 */
/* 首頁課程輪播樣式 */
.table_training {
  line-height: 1.8;
}

.grid_videol {
  margin-bottom: 30px;
}
.grid_videol .img {
  width: 100%;
  padding: 0;
  padding-top: 55.625%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: 1;
}
.grid_videol .content {
  padding: 15px 8px;
  background-color: #f8f8f8;
}
.grid_videol .title {
  white-space: normal;
  height: auto;
}
.grid_videol .date {
  color: #561d1d;
}
.grid_videol .more {
  color: #561d1d;
  text-decoration: underline;
}
@media (max-width: 767px ) {
  .grid_videol {
    margin-bottom: 20px;
  }
  .grid_videol .item {
    padding: 8px 4px;
  }
}

.ic_youtube:before {
  position: absolute;
  content: "";
  font-family: FontAwesome;
  left: calc(0px);
  top: calc(50% - 30px);
  color: white;
  font-size: 55px;
  height: 1em;
  line-height: 1em;
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 2;
}
.ic_youtube:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 767px ) {
  .ic_youtube:before {
    top: calc(38% - 30px);
  }
}

/*----mycourse.php  ----*/
.course_preview a {
  position: relative;
  display: block;
}

.course_preview_i_bg {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.course_preview_i_bg:hover {
  background: rgba(0, 0, 0, 0.5);
}

.course_preview_i {
  position: absolute;
  top: 50%;
  left: 0;
  RIGHT: 0;
  bottom: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 22px 35px;
  border-radius: 50%;
  font-size: 3.5em;
  width: 100px;
  height: 100px;
  color: #fff;
}

.course_preview_text {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 0.8rem;
  margin-top: 20px;
  margin-left: -23px;
}

@media (max-width: 991px ) {
  .course_preview {
    margin-top: 30px;
  }

  .mycourse-list_item .cp_text {
    height: 192px;
  }
}
.course_item {
  border-top: 2px solid #014190;
}

.ci_item {
  display: flex;
  background: #fff;
  width: 100%;
  padding: 10px 15px;
  align-items: center;
}

.ci_head {
  display: block;
  flex: 1;
  font-size: 1.3em;
  color: #444;
}

.ci_head img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.ci_total_time {
  display: block;
  color: #aaa;
  font-size: 1.2em;
}

.ci_total_time i {
  font-size: 1.3em;
}

.course_item .ci_item:nth-child(even) {
  background: #f7f7f7;
}

.ci_item:nth-child(n+11) {
  display: none;
}

#readmore_course {
  padding: 10px;
  border-radius: 0;
}

.ci_free_to_watch {
  padding: 2px 8px;
  margin-right: 8px;
}

/* student_comment */
.course_student_comment {
  margin-top: 40px;
}

.csc_item {
  background: #f7f7f7;
  padding: 20px;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

.csc_mug_shot {
  margin-right: 10px;
  width: 49px;
  height: 49px;
}

.csc_name_time {
  flex: 0 0 auto;
  min-width: 1px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  flex-direction: column;
  margin-right: 10px;
  width: 25%;
}
@media (max-width: 400px) {
  .csc_name_time {
    width: 29%;
  }
}

.csc_time {
  color: #b1b1b1;
}

.csc_name {
  color: #444;
  font-size: 1.3em;
  line-height: 1.2;
}

.csc_comment p {
  margin-bottom: 0;
  font-size: 1.4em;
}

.csc_comment .img_wrapper {
  margin: 10px 0;
}
.csc_comment .ic_pdf_wrap {
  text-align: right;
}

.csc_readmore {
  display: block;
  margin: auto;
  border-radius: 0;
}

.csc_item_reply {
  margin-left: 50px;
}
@media (max-width: 400px) {
  .csc_item_reply {
    margin-left: 0;
  }
}

.csc_item_reply:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 29px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #f7f7f7 transparent;
}

/*---- Watch Course ----*/
/* recording */
.recording .vjs-poster {
  background-size: 50%;
}

/* pure_text_course */
.pure_text_course {
  padding: 55px 10px;
  position: relative;
  background-color: #014190;
  font-size: 1.3em;
}

.pure_text_course ul li {
  font-size: 1.2em;
}

/*pdf*/
.pdfobject-container {
  width: 100%;
}

.pdfobject {
  border: solid 1px #666;
}

/*---- Watch Course end----*/
/*---- mycourse ----*/
.mycourse {
  background: #000;
  padding: 30px 0;
}

.mycourse_score {
  display: block;
  color: #fff200;
  font-size: 1.5em;
}

.mycourse_score:hover, .mycourse_score:focus {
  color: #fff200;
  opacity: 0.8;
}

.mycourse_score_2 {
  font-size: 1.5em;
}

.continue_watch {
  border-radius: 0;
  padding: 10px 20px;
  font-size: 1.5em;
}

.mycourse_tabs > li {
  width: 100%;
}

.mycourse_tabs .mark_point > a {
  color: #fff;
  background-color: #014190;
}

.mycourse_tabs .nav-link {
  padding: 10px 15px;
  border-radius: 0;
  font-size: 1.3em;
  background: #f7f7f7;
  color: #444;
}

.mycourse_tabs.nav > li > a:hover, .mycourse_tabs.nav > li > a:focus {
  background-color: #f1f1f1;
}

.mycourse_tabs > li.active > .nav-link, .mycourse_tabs > li.active > .nav-link:hover, .mycourse_tabs > li.active > .nav-link:focus {
  color: #014190;
  background-color: #f7f7f7;
  font-weight: 700;
}

.mycourse_tabs .nav-link.active, .mycourse_tabs .show > .nav-link {
  color: #014190;
  background-color: #f7f7f7;
  font-weight: 700;
}

.mycourse_tabs.nav > li.mark_point > a:hover, .mycourse_tabs.nav > li.mark_point > a:focus {
  background-color: #014190;
  font-weight: 600;
}

.mycourse_tabs > li.mark_point.active > a, .mycourse_tabs > li.mark_point.active > a:hover, .mycourse_tabs > li.mark_point.active > a:focus {
  color: #fff;
  background-color: #014190;
  font-weight: 700;
}

.mycourse_tabs > li + li {
  margin-left: 0;
}

.tabs_report {
  margin-bottom: 20px;
}

.tabs_report li {
  width: calc(100% / 3);
}

.course_item .mci_item:nth-child(even) {
  background: #f7f7f7;
}

.mci_item {
  display: flex;
  background: #fff;
  width: 100%;
  padding: 10px 15px;
  align-items: center;
}

.mycourse_item .active {
  background: #014190;
}

.mycourse_item .active .ci_head, .mycourse_item .active .ci_total_time {
  color: #fff;
}

#hearts-existing {
  color: #014190;
}

#hearts-existing span {
  font-family: "FontAwesome" !important;
  font-size: 1.5em;
  padding-right: 5px;
  cursor: pointer;
}

/*---- course ----*/
.course_all .course_all_item .cai_text {
  width: 72%;
}
.course_all .course_all_item .cai_t_description {
  margin-right: 0;
}
@media (max-width: 991px) {
  .course_all .course_all_item .cai_text {
    padding: 0 10px;
    width: 72%;
  }
}
@media (max-width: 767px ) {
  .course_all .course_all_item .cai_pic {
    width: 40%;
  }
  .course_all .course_all_item .cai_text {
    width: 60%;
  }
  .course_all .course_all_item .cai_text .cai_t_head a {
    margin-bottom: 0.5rem;
  }
  .course_all .course_all_item .cai_label {
    float: none;
  }
  .course_all .course_all_item .cai_t_price_score {
    float: none;
  }
}

.course_all_item .cai_text {
  width: 57%;
}
.course_all_item .cai_prog {
  width: 15%;
  text-align: center;
  padding: 15px 0px;
}
.course_all_item .cai_prog h3 {
  font-weight: 700;
}
.course_all_item .cai_prog .prog {
  font-size: 36px;
  vertical-align: middle;
  color: #4d3e33;
}
@media (max-width: 767px) {
  .course_all_item .cai_prog .prog {
    font-size: 26px;
  }
}
.course_all_item .cai_t_description {
  margin-right: 0;
}
@media (max-width: 991px) {
  .course_all_item .cai_text {
    width: 52%;
  }
  .course_all_item .cai_prog {
    width: 20%;
    text-align: center;
    padding: 0;
  }
  .course_all_item .cai_prog h3 {
    margin: 0;
  }
  .course_all_item .cai_prog .prog {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .course_all_item .cai_prog .prog {
    font-size: 20px;
  }
}

/*---- mycourse + love list ----*/
.mycourse-list {
  background: #000;
  padding: 30px 0;
}
@media (max-width: 540px) {
  .mycourse-list {
    padding: 10px 0;
  }
}

.mycourse-list_item .cp_text p {
  font-size: 1.3em;
}

.mycourse-list_item .cp_text {
  height: 150px;
}

/*----mycourse + love list end----*/
/*---- All Course ----*/
.course_all_item {
  display: flex;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px ) {
  .course_all_item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
}

.cai_pic {
  width: 28%;
  position: relative;
}
.cai_pic .tag {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 2;
}

.cai_pic figure {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
}

.cai_pic figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.course_all_item:hover .cai_pic figure img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.cai_text {
  padding: 12px 15px;
  width: 72%;
  position: relative;
}

.cai_t_head a {
  font-size: 1.5em;
  color: #444;
  font-weight: 700;
  line-height: 1.4;
  word-break: break-all;
}
@media (max-width: 540px) {
  .cai_t_head a {
    font-size: 1.3em;
    display: block;
  }
}

.cai_t_head a:hover {
  color: #014190;
}

.cai_t_description {
  font-size: 1.4em;
  margin-right: 170px;
  line-height: 1.5;
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px ) {
  .cai_t_description {
    display: none;
  }
}

.cai_t_price_score {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #f7f7f7;
  padding: 10px;
}
@media (max-width: 991px ) {
  .cai_t_price_score {
    position: inherit;
    background: none;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
}
@media (max-width: 540px) {
  .cai_t_price_score {
    right: 0;
  }
}

.cai_t_price_score .cps_qty {
  color: #929292;
}
@media (max-width: 767px ) {
  .cai_t_price_score .cps_qty {
    display: none;
  }
}

.cai_t_score {
  font-size: 1.4em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff200;
}
@media (max-width: 767px ) {
  .cai_t_score {
    font-size: 1em;
  }
}
@media (max-width: 540px) {
  .cai_t_score {
    display: none;
  }
}

.cai_cri_item {
  position: absolute;
  bottom: 10px;
  font-size: 1.2em;
}
@media (max-width: 1200px) {
  .cai_cri_item {
    position: relative;
    bottom: unset;
  }
}
@media (max-width: 991px ) {
  .cai_cri_item {
    display: none;
  }
}

.cai_cri_item ul {
  padding-left: 0;
  margin: 0;
}

.cai_cri_item ul li {
  display: inline-block;
}

.cai_cri_item ul li:before {
  content: "•";
  padding: 0 8px;
}

.cai_t_price_score:after {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 0;
  bottom: 0;
  height: 2px;
  background: #014190;
  right: 0;
  left: auto;
}
@media (max-width: 991px ) {
  .cai_t_price_score:after {
    height: 0;
  }
}

.course_all_item:hover .cai_t_price_score:after {
  width: 100%;
  left: 0;
}

.cai_label {
  display: inline-block;
  background: #014190;
  padding: 2px 8px;
  color: #fff;
  font-size: 0.85rem;
}
.cai_label.yes {
  background: #5cb85c;
}
.cai_label.no {
  background: #dc3545;
}

/*----All Course end----*/
/*----course_introduction----*/
.course_introduction {
  font-size: 1.2em;
  background: #f7f7f7;
  overflow: auto;
}

/*----course_introduction end----*/
.banner_wrapper {
  height: 240px;
  position: relative;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner_wrapper:after, .banner_wrapper:before {
  content: "";
  display: block;
  clear: both;
}
.banner_wrapper .bg-full {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  z-index: -1;
}
.banner_wrapper .bg-mask {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.banner_wrapper .title {
  margin-top: 0.8rem;
  background-color: #014190;
  color: white;
  padding: 0.8rem;
  border-radius: 10px;
  display: inline-block;
}
@media (max-width: 767px ) {
  .banner_wrapper {
    height: 180px;
  }
}

.course_wrapper .coursel_item .item .course_cont {
  background-color: transparent;
}
.course_wrapper .coursel_item .item .course_ul {
  padding: 1rem 4px;
}
.course_wrapper .main_title {
  padding-bottom: 1rem;
  color: black;
  border-bottom: 1px solid #707070;
}
.course_wrapper table thead th {
  word-break: keep-all;
}

/* Course Overview */
.course_overview {
  margin-top: 30px;
}

.mycourse_progress_bar {
  margin-top: 40px;
}

.comment_wrapper .content {
  overflow: hidden;
  position: relative;
}
.comment_wrapper .content .messages {
  height: auto;
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #EBECF1;
}
.comment_wrapper .content .messages::-webkit-scrollbar {
  width: 8px;
  background: rgba(0, 0, 0, 0);
}
.comment_wrapper .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
.comment_wrapper .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
.comment_wrapper .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
  padding-bottom: 80px;
}
.comment_wrapper .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
.comment_wrapper .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
.comment_wrapper .content .messages ul li.replies .messages_item {
  background: white;
  float: right;
  border-radius: 10px;
  padding: 1rem;
  color: #4d4d4d;
}
.comment_wrapper .content .messages ul li.replies .messages_item .user_name {
  display: block;
  text-align: right;
  padding-bottom: 0.5rem;
  color: #999;
}
.comment_wrapper .content .messages ul li .messages_item {
  background: #014190;
  float: left;
  border-radius: 10px;
  padding: 1rem;
  color: white;
}
.comment_wrapper .content .messages ul li .messages_item .user_name {
  display: block;
  padding-bottom: 0.5rem;
  color: #999;
}
.comment_wrapper .content .messages ul li img {
  width: 22px;
  border-radius: 50%;
  float: left;
}
.comment_wrapper .content .messages ul li p {
  display: inline-block;
  max-width: 205px;
  line-height: 1.5;
}
@media screen and (min-width: 735px) {
  .comment_wrapper .content .messages ul li p {
    max-width: 300px;
  }
}
.comment_wrapper .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.comment_wrapper .content .message-input .wrap {
  position: relative;
  background-color: white;
  border: 1px solid #014190;
}
.comment_wrapper .content .message-input .wrap:after, .comment_wrapper .content .message-input .wrap:before {
  content: "";
  display: block;
  clear: both;
}
.comment_wrapper .content .message-input .wrap input {
  float: left;
  border: none;
  width: calc(100% - 90px);
  height: 100%;
  padding: 11px 32px 10px 8px;
  font-size: 0.9em;
}
@media screen and (max-width: 735px) {
  .comment_wrapper .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
.comment_wrapper .content .message-input .wrap input:focus {
  outline: none;
}
.comment_wrapper .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 13px;
  font-size: 1.1em;
  color: #014190;
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  .comment_wrapper .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
.comment_wrapper .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
.comment_wrapper .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: white;
}
@media screen and (max-width: 735px) {
  .comment_wrapper .content .message-input .wrap button {
    padding: 16px 0;
  }
}
.comment_wrapper .content .message-input .wrap button:hover {
  background: #435f7a;
}
.comment_wrapper .content .message-input .wrap button:focus {
  outline: none;
}

.course_tabs {
  flex-direction: column;
  border-bottom: 0;
}
.course_tabs .nav-item {
  flex: 1 1 auto;
}
.course_tabs .nav-link {
  width: 100%;
  padding: 1rem 0;
  border-radius: 0;
  border: 0;
  text-align: left;
  color: #4d4d4d;
}
.course_tabs .nav-link:hover, .course_tabs .nav-link:focus {
  border: 0;
  color: #014190;
}
.course_tabs .nav-link.active {
  color: #014190;
  font-weight: 700;
}

.pagination {
  justify-content: center;
}
.pagination a {
  color: #014190;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.pagination a:hover {
  background: #f7f7f7;
}
.pagination a.active {
  background-color: #014190;
  color: white;
}

@media (max-width: 767px ) {
  .pagination a {
    padding: 4px 12px;
  }
}
.training_wrapper table {
  word-break: keep-all;
}
.training_wrapper table thead th {
  word-break: keep-all;
}

.viewbox-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  color: #444444;
  font-size: 18px;
}

.viewbox-body {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  overflow: auto;
  border: 1px solid white;
}

.viewbox-header {
  margin: 8px;
  text-align: left;
}

.viewbox-content {
  margin: 8px;
  width: 300px;
  height: 300px;
}

.viewbox-footer {
  margin: 8px;
}

.viewbox-content .viewbox-image {
  width: 100%;
  height: 100%;
}

/* buttons */
.viewbox-button-default {
  cursor: pointer;
  height: 64px;
  width: 64px;
}

.viewbox-button-default > svg {
  width: 100%;
  height: 100%;
  background: inherit;
  fill: inherit;
  pointer-events: none;
  transform: translateX(0px);
  background-color: transparent;
}

.viewbox-button-default,
.viewbox-button-default:hover {
  fill: #fff;
}

.viewbox-button-close,
.viewbox-button-next,
.viewbox-button-prev {
  background-color: rgba(0, 0, 0, 0.6);
}

.viewbox-button-close:hover,
.viewbox-button-next:hover,
.viewbox-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.viewbox-button-close {
  position: absolute;
  bottom: 40px;
  right: calc(50% - 32px);
  z-index: 9;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
}

.viewbox-button-next,
.viewbox-button-prev {
  position: absolute;
  top: 50%;
  height: 64px;
  width: 64px;
  margin: -64px 0 0;
  z-index: 9;
  border-radius: 4px;
}

.viewbox-button-next {
  right: 10px;
}

.viewbox-button-prev {
  left: 10px;
}

@media (max-width: 480px) {
  .viewbox-button-close {
    /*top: 0;*/
    /*right: 0;*/
  }

  .viewbox-button-next,
.viewbox-button-prev {
    height: 50px;
    width: 50px;
    margin-top: -25px;
  }

  .viewbox-button-next {
    right: -4px;
  }

  .viewbox-button-prev {
    left: -4px;
  }
}
/* loader */
.viewbox-container .loader {
  widows: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}

.viewbox-container .loader * {
  margin: 0;
  padding: 0;
}

.viewbox-container .loader .spinner {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}

.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #999;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.viewbox-container .loader .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*# sourceMappingURL=main.css.map */
