/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  
# Primary Color 01:  
# Primary Color 02:   
# Primary Color 03:  

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 '', Arial, sans-serif;
Title           : 18px/1.6 '', Arial, sans-serif;
Paragrap        : 18px/1.6 '', Arial, sans-serif;
Input, textarea : 14px/1.6 '', Arial, sans-serif;
-------------------------------------------------------------------*/
body, html{
  font-family: 微軟正黑體, "Microsoft JhengHei", 新細明體, PMingLiU, Verdana, sans-serif;
}

.container {max-width: 1280px;}

a {cursor: pointer;}

/*==================================================================
[ Tag soldout.. ]*/
.tickettag {
height: 34px;
width: 80px;
background-repeat: no-repeat, repeat;
background-position: center;
background-size: cover;
}

/*//////////////////////////////////////////////////////////////////
[ LOADDING ]*/
.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader05 {
  width: 56px;
  height: 56px;
  border: 4px solid #29aae2;
  border-radius: 50%;
  position: relative;
  animation: loader-scale 1s ease-out infinite;
  top: 50%;
  margin: -28px auto 0 auto; }

@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } 
}


/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: -40px;
  right: 40px;
  background-color: #29aae2;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 18px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
}

@media (max-width: 575px) {
  .btn-back-to-top {
    bottom: 0px;
    right: 15px;
  }
}

.show-btn-back-to-top {bottom: 0;}


/*//////////////////////////////////////////////////////////////////
[ Header ]*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Desktop ]*/

/*==================================================================
[ Top-bar ]*/
.topbar {
  background-color: #6bd1ff;
}

.content-topbar {
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*---------------------------------------------*/
.left-topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -13px;
  margin-right: -13px;
}

.left-topbar-item {
  font-size: 12px;
  color: white;
  line-height: 1.8;
  padding: 0 13px;
  position: relative;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a.left-topbar-item:hover {
  color: #29aae2;
}

.left-topbar-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #fff;
  opacity: 0.1;
  left: 0;
  top: calc(50% - 5px);
}

.left-topbar-item:first-child:before {
  display: none;
}

/*---------------------------------------------*/
.right-topbar {
  margin-left: -4px;
  margin-right: -4px;
}

.right-topbar a {
  font-size: 18px;
  color: #ccc;
  line-height: 1.5;
  margin: 0 4px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.right-topbar a:hover {
  color: #29aae2;
}

/*------------------------------------------------------------------
[ Topbar mobile ]*/
.topbar-mobile {
  background-color: #222;
  padding: 8px 25px 5px 25px;
}

.topbar-mobile li {
  padding: 5px 0;
}

.topbar-mobile .right-topbar,
.topbar-mobile .left-topbar {
  justify-content: flex-start;
}


/*==================================================================
[ Logo ]*/
.wrap-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 125px;
  padding-top: 25px;
  padding-bottom: 10px;
}

/*---------------------------------------------*/
.logo {
  width: 25%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo img {
  max-width: 100%;
  max-height: 50%;
}

/*---------------------------------------------*/
.banner-header {
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.banner-header img {
  max-width: 100%;
  max-height: 100%;
}

/*---------------------------------------------*/
.wrap-logo.no-banner {
  justify-content: center;
}

.wrap-logo.no-banner .logo {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

/*---------------------------------------------*/
.logo-stick {
  display: none;
  line-height: 0;
  margin-right: 15px;
}

.logo-stick img {
  max-width: 115px;
  max-height: 30px;
}


/*==================================================================
[ Main nav ]*/
.wrap-main-nav {
  width: 100%;
  height: 55px;
  z-index: 1000;
  position: relative;
}

.main-nav {
  width: 100%;
  height: 55px;
  background-color: #fff;

  /* box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05); */

  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.menu-desktop {
  max-width: calc(100% - 30px);
  width: 1250px;
  margin: 0 auto;
  height: 55px;
  position: relative;
}

.main-menu {
  list-style-type: none;
  margin: 0;
  height: 100%;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;

  overflow: hidden;
  width: calc(105% / 1.4 - .8rem * 2);
}

.main-menu > li:hover > .sub-menu {
  position: fixed;
  left: auto;
}

@media screen and (max-width: 1400px) and (min-width: 991px) {
  .main-menu {
    overflow: hidden;
    width: calc(100% / 1.4 - 1rem * 2);
  }
  .main-menu > li:hover > .sub-menu {
    position: fixed;
    left: auto;
  }
}

.main-menu > li {
  position: relative;
  overflow-x: hidden;
  display: inline-table;
  flex: none;
}

.main-menu > li > a {
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 16px 0;
  margin: 0 13px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.main-menu > li > a::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 36px);
  height: 5px;
  bottom: 0;
  left: -18px;
  /* background-color: #e6e6e6; */
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;

  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.main-menu > li > a::after {
  /* content: "\f2f9"; */
  font-family: Material-Design-Iconic-Font;
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  margin-left: 6px;
  margin-bottom: 1px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

li.main-menu-active > a::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.main-menu > li > a:hover:before {
  -webkit-transform: scaleX(.75);
  -moz-transform: scaleX(.75);
  -ms-transform: scaleX(.75);
  -o-transform: scaleX(.75);
  transform: scaleX(.75);
}

/* @media (max-width: 1199px) {
  .main-menu > li > a {
    margin: 0 10px;
  }

  .main-menu > li > a::before {
    left: -10px;
    width: calc(100% + 20px);
  }
} */

.loginbtn {
  font-size: 0.8rem;
  padding: .375rem .3rem;
}

#header_user_logout > a > button {
  background-color: #5dbfeb;
  border-color: #5dbfeb;
}

#header_user_logout > a > button:hover {
  background-color: #00a0e9;
}

#header_user_login > button, #header_user_logout > a > button {
  padding: .3rem .6rem;
}

/* @media (max-width: 1288px) {
  .main-menu > li > a {
    width: calc(100% - 15px);
    font-size: 1.1vw;
  }
} */

@media (max-width: 1156px) {
  /* .main-menu > li > a {
    margin: 0 9px;
    font-size: 1.3vw;
  } */
  .wrap-main-nav {
    padding-right: 20px;
  }
  .loginbtn {
    font-size: 0.7rem;
    padding: 2px;
  }
  .nav > div > a > svg {
    margin-left: 0px !important;
    margin-right: 5px !important;
  }
}

.sub-menu > li > .how3 {
  font-weight: 600;
}

.bullet > a{
  font-weight:400;
}

ul.sub-menu {
  background-color: #cacaca;
}

.sub-menu {
  list-style-type: none;
  position: absolute;
  top:0;
  left:100%;
  width: 158px;
  /* width: max-content; */
  background-color: #fff;
  /* padding: 15px 0px 15px 0px; */
  padding: 0;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;

  visibility: hidden;
  opacity: 0; 
  
  border: 1px solid #f2f2f2;
  box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
}

.sub-menu li {
  position: relative;
  background-color: transparent;
}

.main-menu > li > .sub-menu {
  top:100%;
  left: 0px;
}

.main-menu > li.respon-sub-menu > .sub-menu {
  top:100%;
  left: auto;
  right: 0;
}

li.respon-sub-menu > .sub-menu .sub-menu {
  top:0;
  left: auto;
  right: 100%;
}

.sub-menu a {
  font-size: 14px;
  line-height: 1.7857;
  color: #4d4d4d;

  display: block;
  padding: 8px 16px; 
  width: 100%;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

ul.bg12 > li.p-l-20 > a {
  padding: 8px 10px !important;
}

ul.bg12 > li.p-l-20 {
  border-bottom: 1px solid #cacaca!important;
}

@media (max-width: 1199px) {
  .sub-menu {
    width: 158px;
  }

  .sub-menu a {
    padding: 8px 20px;
  }
}

.main-menu > li:hover > a:after {
  /* color: #29aae2; */
}

.main-menu > li:hover > a {
  text-decoration: none;
  /* color: #29aae2; */
}

.main-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
} 

.sub-menu li:hover {
  background-color: transparent;
}

.sub-menu > li:hover > a {
  /* background-color: #29aae2; */
  /* color: #fff; */
  text-decoration: none;
}

.main-menu > li > a.color-skyblue:hover, .main-menu > li:hover > a.color-skyblue {color: #00a0e9;}
.main-menu > li > a.color-navy:hover, .main-menu > li:hover > a.color-navy {color: #234f91;}
.main-menu > li > a.color-lightpurple:hover, .main-menu > li:hover > a.color-lightpurple {color: #a887bd;}
.main-menu > li > a.color-green:hover, .main-menu > li:hover > a.color-green {color: #1cb283;}
.main-menu > li > a.color-lightgray:hover, .main-menu > li:hover > a.color-lightgray {color: #abbec0;}
.main-menu > li > a.color-pink:hover, .main-menu > li:hover > a.color-pink {color: #ff595b;}
.main-menu > li > a.color-red:hover, .main-menu > li:hover > a.color-red {color: #B31036;}
.main-menu > li > a.color-yellow:hover, .main-menu > li:hover > a.color-yellow {color: #E89F31;}
.main-menu > li > a.color-lightgreen:hover, .main-menu > li:hover > a.color-lightgreen {color: #b7db00;}
.main-menu > li > a.color-beige:hover, .main-menu > li:hover > a.color-beige {color: #ccbc7c;}
.main-menu > li > a.color-orange:hover, .main-menu > li:hover > a.color-orange {color: #FF995E;}

.main-menu > li > a.color-skyblue::before, .sub-menu > li:hover > a.color-skyblue {background-color: #00a0e9;}
.main-menu > li > a.color-navy::before, .sub-menu > li:hover > a.color-navy {background-color: #234f91;}
.main-menu > li > a.color-lightpurple::before, .sub-menu > li:hover > a.color-lightpurple {background-color: #a887bd;}
.main-menu > li > a.color-green::before, .sub-menu > li:hover > a.color-green {background-color: #1cb283;}
.main-menu > li > a.color-lightgray::before, .sub-menu > li:hover > a.color-lightgray {background-color: #abbec0;}
.main-menu > li > a.color-pink::before, .sub-menu > li:hover > a.color-pink {background-color: #ff595b;}
.main-menu > li > a.color-red::before, .sub-menu > li:hover > a.color-red {background-color: #B31036;}
.main-menu > li > a.color-yellow::before, .sub-menu > li:hover > a.color-yellow {background-color: #E89F31;}
.main-menu > li > a.color-lightgreen::before, .sub-menu > li:hover > a.color-lightgreen {background-color: #b7db00;}
.main-menu > li > a.color-beige::before, .sub-menu > li:hover > a.color-beige {background-color: #ccbc7c;}
.main-menu > li > a.color-orange::before, .sub-menu > li:hover > a.color-orange {background-color: #FF995E;}

/*------------------------------------------------------------------
[ Mega menu ]*/
.main-menu > li.mega-menu-item {
  position: static;
}

.sub-mega-menu {
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  display: none;
  
  border: 1px solid #f2f2f2;
  box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
}

.main-menu > li:hover > .sub-mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-mega-menu .nav {
  width: 240px;
  border-right: 1px solid #f2f2f2;
  padding: 30px 0;
}

.sub-mega-menu .tab-content {
  width: calc(100% - 240px);
}

/*---------------------------------------------*/
.sub-mega-menu .nav-pills .nav-link {
  font-size: 14px;
  line-height: 1.8;
  color: #222;
  border-radius: 0;
  padding: 8px 20px 8px 33px;
}

.sub-mega-menu .nav-pills .nav-link.active, 
.sub-mega-menu .show>.nav-pills .nav-link {
  color: #fff;
  background-color: #29aae2;
}

/*---------------------------------------------*/
.sub-mega-menu .tab-content .tab-pane {
  padding: 25px 50px 35px 30px;
}


/*==================================================================
[ Fixed menu desktop ]*/
.fix-menu-desktop .main-nav {
  position: fixed;
  top: -55px;
  left: 0;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
}

.fix-menu-desktop .show-main-nav {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.fix-menu-desktop .menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fix-menu-desktop .menu-desktop .logo-stick {
  display: block;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Mobile Header ]*/
.wrap-header-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 65px;
  background-color: #fff;
  padding: 10px 25px;
  display: none;
  box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
  position: relative;
  z-index: 100;
}

@media (max-width: 991px){
  .wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .topbar,
  .logo,
  .no-banner,
  .wrap-main-nav {display: none;}

  .wrap-logo {
    height: auto;
  }

  .banner-header {  
    width: 100%;
    justify-content: center;
  }
}

/*------------------------------------------------------------------
[ Logo ]*/
.logo-mobile {
  display: block;
  position: relative;
  height: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.logo-mobile img {
  max-width: calc(100% - 35px);
  max-height: 80%;
  position:absolute;
  top: 0; 
  left: 116px; 
  bottom: 0;
  margin: auto;
}

/*------------------------------------------------------------------
[ btn show menu ]*/
.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

.hamburger-inner, 
.hamburger-inner:after, 
.hamburger-inner:before {
  border-radius: 0;
}

/*==================================================================
[ Mobile Menu ]*/
.menu-mobile {
  width: 100%;
  background-color: #fff;
  display: none;
}

@media (min-width: 992px){
  .menu-mobile {
    display: none;
  }
}

/* .main-menu-m {
  padding-top: 13px;
  padding-bottom: 23px;
  background-color: #29aae2;
} */

.main-menu-m > li > a {
  font-size: 16px;
  color: #fff;
  line-height: 2.8;
  padding: 9px 25px 9px 25px;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.main-menu-m > li > a:hover {
  color: #fff;
}

.main-menu-m > li {
  position: relative;
  /* background-color: #29aae2; */
}

.arrow-main-menu-m {
  font-size: 14px;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 18px;
  top: 3px;
  padding: 10px;
  cursor: pointer;
}

/* ------------------------- */
.arrow-menu-custom {
  font-size: 14px;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 18px;
  top: 3px;
  padding: 10px 0 0 10px;
  cursor: pointer;
}

.sub-menu-custom {
  background-color: #cccccc;
}

.sub-menu-custom a {
  font-size: 15px;
  color: #5d5d5d;
  line-height: 2.4;
  padding-left: 2.9rem;
  display: block;
  border-bottom: #ededed 1px solid;
}

.sub-menu-custom a.level2 {
  padding-left: .8rem !important;
  line-height: 2.4;
}

.cma41, .cma42, .cma43,
.cma44, .cma45, .cma46,
.cma47, .cma48, .cma49,
.cma47, .cma48, .cma49,
.cma50, .cma51, .cma52,
.cma53, .cma54, .cma55,
.cma56, .cma57 {
  display:none;
  clear:both;
  width:100%;
}
/* ------------------------- */

.arrow-main-menu-m i {
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow-main-menu-m p {
  transform-origin: right;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.turn-arrow-main-menu-m p {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sub-menu-m {
  background-color: #fff;
  padding: 8px 0;
  display: none;
}

.sub-menu-m a {
  font-size: 15px;
  color: #888;
  line-height: 2.8;
  /* padding: 5px 15px 5px 42px; */
  padding-left: 2.9rem;
}

.sub-menu-m a:hover {
  text-decoration: none;
}

.sub-menu-m a.level2 {
  padding-left: 4rem;
  line-height: 2.4;
}

ul.level2-bg {
  background-color: #f1f1f1;
  line-height: 3;
}

.level2-bg > li {
  padding-left: 42px !important;
}

/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: none;
  flex-grow: 1;
  height: 100%;
}

.tab01 .nav-tabs .nav-item-more,
.tab01 .nav-tabs .nav-item {
  height: 100%;
  padding: 0px;
  margin: 0px;
}

.tab01 .nav-link {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 12px;
  border-radius: 0px;
  border: none;
  position: relative;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tab01 .nav-link.active::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 7px;
  height: 7px;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  left: calc(50% - 5px);
  bottom: -5px;
  
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tab01 .nav-link:hover {
  color: #29aae2 !important;
}

/*---------------------------------------------*/
.tab01-link {
  padding-left: 7px; /* padding-left: 10px; */
  white-space: nowrap;
}

.tab01-title {
  padding-right: 25px;
}

/*---------------------------------------------*/
.tab01 .nav-link.dropdown-toggle::after {
  display: none;
}

.tab01 .dropdown-menu {
  min-width: 135px;
  border-radius: 0px;
  padding: 5px 0;
}

.tab01 .dropdown-menu .nav-link {
  width: 100%;
}

.tab01 .dropdown-menu .nav-link.active {
  color: #29aae2;
}

.tab01 .dropdown-menu .nav-link.active::after {
  display: none;
}


/*//////////////////////////////////////////////////////////////////
[ Modal video 01 ]*/
body {padding-right: 0px !important;}
.modal {
  padding: 0px !important;
  z-index: 1160;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {overflow-y: scroll;}

/* ------------------------------------ */
.modal-backdrop {
  background-color: transparent;
}

#modal-video-01 {
  background-color: rgba(0,0,0,0.8);
  z-index: 1250;
  
}

#modal-video-01 .modal-dialog {
  max-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrap-video-mo-01 {
  width: 854px;
  height: auto;
  position: relative;
  margin: 15px;
}

.wrap-video-mo-01::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.video-mo-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.video-mo-01 iframe {
  width: 100%;
  height: 100%;
}

.close-mo-video-01 {
  font-size: 50px;
  color: white;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1250;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.close-mo-video-01:hover {
  cursor: pointer;
  opacity: 1;
}

.video-link {
  width: 97%;
  height: 80%;
  position: absolute;
  z-index: 1;
}

/*//////////////////////////////////////////////////////////////////
[ Bread crumb ]*/
.breadcrumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position:relative; /* test */
}

.breadcrumb-item+.breadcrumb-item::before {
  height: 100%;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 15px;
  padding-right: 10px;
  padding-left: 12px;
  color: #999;
  position:relative; /* test */
}

a.breadcrumb-item:hover {
  color: #29aae2;
  position:relative; /* test */
}

/*//////////////////////////////////////////////////////////////////
[ Pagination ]*/
.pagi-item {
  font-size: 13px;
  line-height: 1.5;
  color: #808080;
  width: 36px;
  height: 36px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}

.pagi-item.pagi-active {
  background-color: #29aae2;
  border-color: #29aae2;
  color: #fff;
}


/*==================================================================
   COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR COLOR 
==================================================================*/
.bocl0 {border-color: #fff;}
.bocl1 {border-color: #111;}
.bocl2 {border-color: #222;}
.bocl3 {border-color: #333;}
.bocl4 {border-color: #444;}
.bocl5 {border-color: #555;}
.bocl6 {border-color: #666;}
.bocl7 {border-color: #777;}
.bocl8 {border-color: #888;}
.bocl9 {border-color: #999;}
.bocl10 {border-color: #29aae2;}
.bocl11 {border-color: #e6e6e6;}
.bocl12 {border-color: #ccc;}
.bocl13 {border-color: #d9d9d9;}

/*---------------------------------------------*/
.cl-none {color: transparent;}
.cl0 {color: #fff;}
.cl1 {color: #111;}
.cl2 {color: #222;}
.cl3 {color: #333;}
.cl4 {color: #444;}
.cl5 {color: #555;}
.cl6 {color: #666;}
.cl7 {color: #777;}
.cl8 {color: #888;}
.cl9 {color: #999;}
.cl10 {color: #29aae2;}
.cl11 {color: #ccc;}
.cl12 {color: #e71d69;}
.cl13 {color: #15a752;}
.cl14 {color: #e3724a;}
.cl15 {color: #b2b2b2;}
.cl16 {color: #e5e5e5;}
.cl17 {color: #00b5e9;}
.cl18 {color: #2489b0;}


/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.f1-s-1 {
  font-size: 14px;
  line-height: 1.7;
}

.f1-s-2 {
  font-size: 14px;
  line-height: 1.2;
}

.f1-s-3 {
  font-size: 12px;
  line-height: 1.7;
}

.f1-s-4 {
  font-size: 12px;
  line-height: 1.7;
}

.f1-s-5 {
  font-size: 15px;
  line-height: 1.333333;
}

.f1-s-6 {
  font-size: 12px;
  line-height: 1.7;
}

.f1-s-7 {
  font-size: 15px;
  line-height: 1.466667;
}

.f1-s-8 {
  font-size: 14px;
  line-height: 1.5;
}

.f1-s-9 {
  font-size: 12px;
  line-height: 1.5;
}

.f1-s-10 {
  font-size: 13px;
  line-height: 1.3;
}

.f1-s-11 {
  font-size: 14px;
  line-height: 1.8;
}

.f1-s-12 {
  font-size: 15px;
  line-height: 1.8;
}

.f1-s-13 {
  font-size: 13px;
  line-height: 1.7;
}

/*---------------------------------------------*/
.f2-s-1 {
  font-size: 14px;
  line-height: 1.7;
}

/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.f1-m-1 {
  font-size: 16px;
  line-height: 1.5;
}

.f1-m-2 {
  font-size: 18px;
  line-height: 1.333333;
}

.f1-m-3 {
  font-size: 20px;
  line-height: 1.25;
}

.f1-m-4 {
  font-size: 16px;
  line-height: 1.5;
}

.f1-m-5 {
  font-size: 24px;
  line-height: 1.3;
}

.f1-m-6 {
  font-size: 18px;
  line-height: 1.333333;
}

.f1-m-7 {
  font-size: 20px;
  line-height: 1.3;
}

/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.f1-l-1 {
  font-size: 30px;
  line-height: 1.2;
}

.f1-l-2 {
  font-size: 22px;
  line-height: 1.272727;
}

.f1-l-3 {
  font-size: 30px;
  line-height: 1.3;
}

.f1-l-4 {
  font-size: 22px;
  line-height: 1.545454;
}

.f1-l-5 {
  font-size: 36px;
  line-height: 1.333333;
}

/*//////////////////////////////////////////////////////////////////
[ Mobile-Text ]*/
.font-x {
  font-size: x-large;
  line-height: 0;
  vertical-align: baseline;
}

/*==================================================================
    SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE 
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size-a-1 {
  width: 45px;
  height: 100%;
}

.size-a-2 {
  width: 220px;
  height: 45px;
}

.size-a-3 {
  width: 100%;
  height: 335px;
}

.size-a-4 {
  width: 100%;
  height: 244px;
}

.size-a-5 {
  width: 100%;
  height: 194px;
}

.size-a-6 {
  max-width: 80%;
  max-height: 72px;
}

.size-a-7 {
  max-width: 100%;
  max-height: 54px;
}

.size-a-8 {
  width: 30px;
  height: 30px;
}

.size-a-9 {
  width: 100%;
  height: 60px;
}

.size-a-10 {
  width: 55px;
  height: 100%;
}

/*---------------------------------------------*/
.size-a-11 {
  width: 100%;
  height: 536px;
}

.size-main {height: 480px;}

@media (max-width: 1199px) {
  .size-a-11 {height: 400px;}
  .size-main {height: unset;}
}

@media (max-width: 575px) {
  .size-a-11 {height: 350px;}
}

/*---------------------------------------------*/
.size-a-12 {
  width: 100%;
  height: 292px;
}

.size-a-13 {
  width: 100%;
  height: 50px;
}

.size-a-14 {
  width: 100%;
  /* height: 219px; Original bs size*/
  height: 235px;
}

.size-a-15 {
  width: 100%;
  min-height: 158px;
}

.size-a-16{
  width: 100%;
  max-width: 286px;
  height: 50px;
}

.size-a-17 {
  max-width: 100%;
  min-width: 180px;
  height: 40px;
}

/*---------------------------------------------*/
.size-a-18 {
  width: 100%;
  height: 680px;
}

@media (max-width: 767px) {
  .size-a-18 {height: 480px;}
}

/*---------------------------------------------*/
.size-a-19{
  width: 100%;
  height: 50px;
}

.size-a-20 {
  max-width: 100%;
  min-width: 120px;
  height: 40px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.size-w-0 {
  flex-grow: 1;
}

.size-w-1 {
  width: 100px;
}

.size-w-2 {
  width: calc(100% - 118px);
}

.size-w-3 {
  width: calc(100% - 48px);
}

.size-w-4 {
  width: 80px;
}

.size-w-5 {
  width: calc(100% - 95px);
}

.size-w-6 {
  width: calc(62% - 20px);
} 

.size-w-7 {
  width: calc(38% - 20px);
}

.size-w-8 {
  width: 260px;
}

.size-w-9 {
  width: calc(100% - 285px);
}

.size-w-10 {
  width: 100px;
}

.size-w-11 {
  width: calc(100% - 118px);
}

/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.size-h-1 {
  max-height: 45px;
}

.size-h-2 {
  min-height: 40px;
}

.size-h-3 {
  height: 95px;
}

.size-h-3 {
  height: 95px;
}

.size-h-4 {
  min-height: 80px;
}


/*==================================================================
   BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND 
==================================================================*/
.bg-none {background-color: transparent;}
.bg0 {background-color: #fff;}
.bg1 {background-color: #111;}
.bg2 {background-color: #222;}
.bg3 {background-color: #333;}
.bg4 {background-color: #444;}
.bg5 {background-color: #555;}
.bg6 {background-color: #666;}
.bg7 {background-color: #777;}
.bg8 {background-color: #888;}
.bg9 {background-color: #999;}
.bg10 {background-color: #29aae2;}
.bg11 {background-color: #151515;}
.bg12 {background-color: #e4e4e4;}/*#cecece*/
.bg13 {background-color: #e9e9e9;}

/*---------------------------------------------*/
.bg-img1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*---------------------------------------------*/
.bg-img2 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*---------------------------------------------*/
.bg-facebook {background-color: #3b5998;}
.bg-twitter {background-color: #1da1f2;}
.bg-youtube {background-color: #ff0000;}
.bg-google {background-color: #dd4b39;}
.bg-pinterest {background-color: #bd081c;}

.bg-custom-red {
  background-color: #b31036;
}

.bg-ads {
  background: rgb(244, 244, 249);
} 

/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/

/*---------------------------------------------*/
.how-bor1 {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.how-bor1:last-child {
  border: none;
}

/*---------------------------------------------*/
.how-bor2 {
  border-bottom: 1px solid #f0f0f0;
}

.how-bor2:last-child {
  border: none;
}

/*---------------------------------------------*/
.how-bor3 {
  border-bottom: 1px solid #e6e6e6;
}

.how-bor3:first-child {
  border-top: 1px solid #e6e6e6;
}

/*---------------------------------------------*/
.how-txt1 {
  white-space: normal;
  display: box;
  display:-moz-box;
  display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* mobile homepage main article */
@media (max-width: 579px) {
  .how-txt1 {  -webkit-line-clamp: 2 !important;
  }
}
  /*---------------------------------------------*/
.how-txt2 {
  white-space: normal;
  display: box;
  display:-moz-box;
  display:-webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*---------------------------------------------*/
.how-txt3 {
  white-space: normal;
  overflow: hidden;
}

/*---------------------------------------------*/
.how-overlay1 {
  position: relative;
  z-index: 1;
}

.how-overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: rgba(0,0,0,0.5);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  background: -o-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  background: -moz-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  background: linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

.how-overlay2 {
  position: relative;
  z-index: 1;
}

.how-overlay2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.5));
  background: -o-linear-gradient(bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.5));
  background: -moz-linear-gradient(bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.5));
  background: linear-gradient(bottom, rgba(255, 255, 255), rgba(255, 255, 255, 0.5));
}

/*---------------------------------------------*/
.how1 {
  position: relative;
}

.how1-child1 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: rgba(0,0,0,0.5);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  background: -o-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  background: -moz-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  background: linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

.how1:hover .how1-child1 .how1-child1-sub .how1-child1-sub {
  opacity: 0.3;
}

.how1-child2 {
  z-index: 3;
}

.how1-child1-main {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 30%;
  top: 300px;
  left: 0;
  opacity: 0.7;
  background: rgba(0,0,0,0.7);
}

.how1-child1-main2 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 25%;
  top: 360px;
  left: 0;
  opacity: 0.7;
  background: rgba(0,0,0,0.7);
}

.how1-child1-sub {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 22%;
  top: 184px;
  left: 0;
  opacity: 0.7;
  background: rgba(0,0,0,0.7);
}

/*---------------------------------------------*/
.how2 {
  height: 50px;
  /* border: 1px solid #e6e6e6; */
  padding: 0 18px;
  position: relative;
}

.how2::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  /* height: calc(100% + 2px); */
  height: calc(100% + -26px);
  /* top: -1px; */
  top: 13px;
  left: -1px;
}

.how2-cl1::before {
  background-color: #e71d69;
}

.how2-cl2::before {
  background-color: #15a752;
}

.how2-cl3::before {
  background-color: #e3724a;
}

.how2-cl4::before {
  background-color: #333;
}

.how2-cl5::before {
  background-color: #00b5e9;
}

.how2-cl6::before {
  background-color: #2489b0;
}

.how3 {
  border-bottom: 1px solid #ffffff;
  padding: 0 18px;
  position: relative;
}

.how3::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
}

/* .how3-skyblue::before {background-color: #00a0e9;}
.how3-navy::before {background-color: #234f91;}
.how3-lightpurple::before {background-color: #a887bd;}
.how3-green::before {background-color: #1cb283;}
.how3-lightgray::before {background-color: #abbec0;}
.how3-pink::before {background-color: #ff595b;}
.how3-red::before {background-color: #B31036;}
.how3-yellow::before {background-color: #E89F31;}
.how3-lightgreen::before {background-color: #b7db00;}
.how3-beige::before {background-color: #ccbc7c;}
.how3-orange::before {background-color: #FF995E;} */

.how3-skyblue:hover,
.how3-navy:hover,
.how3-lightpurple:hover,
.how3-green:hover,
.how3-lightgray:hover,
.how3-pink:hover,
.how3-red:hover,
.how3-yellow:hover,
.how3-lightgreen:hover,
.how3-beige:hover,
.how3-orange:hover,
.pl-4rem:hover {
  /* opacity: 0.3; */
  font-weight: 700;
  color: #000 !important;
}

.how3-bg {background-color: rgb(241, 240, 240);}

.pl-4rem {padding-left: 4.5rem !important;}
.pl-22rem {padding-left: 22rem;}

/*==================================================================
      PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Hover ]*/

.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}

.hov-cl10:hover {color: #29aae2;}
.hov-bg10:hover {background-color: #29aae2;}

/*---------------------------------------------*/
.hov-img0 {
  display: block;
  overflow: hidden;
}

.hov-img0 > img{
  width: 100%;
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
}

.hov-img0:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*---------------------------------------------*/
.hov-link1:hover {
  color: #29aae2;
  text-decoration: underline;
}

/*---------------------------------------------*/
.hov-btn1:hover {
  background-color: #29aae2;
  border-color: #29aae2;
  color: #fff;
}

/*---------------------------------------------*/
.hov-btn2:hover {
  border-color: #29aae2;
  color: #29aae2;
}

/*---------------------------------------------*/
.hov1:hover {
  opacity: 0.8;
}


/*==================================================================
   OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER OTHER 
==================================================================*/
/*------------------------------------------------------------------
[ Input ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }

.plh3::-webkit-input-placeholder { color: #333;}
.plh3:-moz-placeholder { color: #333;}
.plh3::-moz-placeholder { color: #333;}
.plh3:-ms-input-placeholder { color: #333;}

.plh6::-webkit-input-placeholder { color: #666;}
.plh6:-moz-placeholder { color: #666;}
.plh6::-moz-placeholder { color: #666;}
.plh6:-ms-input-placeholder { color: #666;}

.plh9::-webkit-input-placeholder { color: #999;}
.plh9:-moz-placeholder { color: #999;}
.plh9::-moz-placeholder { color: #999;}
.plh9:-ms-input-placeholder { color: #999;}

/*------------------------------------------------------------------
[ Parallax100 ]*/
.parallax100 {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .parallax100 {background-attachment: inherit;}
}

/*------------------------------------------------------------------
[ Wrap Picture ]*/
.wrap-pic-s, .wrap-pic-max-s,
.wrap-pic-w, .wrap-pic-max-w,
.wrap-pic-h, .wrap-pic-max-h {display: block;}

.wrap-pic-w > img {width: 100%;}
.wrap-pic-max-w > img {max-width: 100%;}

.wrap-pic-h > img {height: 100%;}
.wrap-pic-max-h > img {max-height: 100%;}

.wrap-pic-s > img {width: 100%; height: 100%;}
.wrap-pic-max-s > img {max-width: 100%; max-height: 100%;}


/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

@media (max-width: 1199px) {}

@media (max-width: 991px) {
  .respon1 {font-size: 22px}
}

@media (max-width: 767px) {
  .respon2 {font-size: 22px}
}

@media (max-width: 575px) {}

@media (max-width: 475px) {
  .article-padding-h {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 8px !important;
  }

  .article-padding-s {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 0 !important;
    padding-bottom: 8px !important;
  }
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
      font-size: 3.5rem;
  }
}

.fs-13 { font-size: 13px; }

/*//////////////////////////////////////////////////////////////////
[  stylelint-disable selector-list-comma-newline-after ]*/
.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}
  
.blog-header-logo {
  font-family: 微軟正黑體, "Microsoft JhengHei", 新細明體, PMingLiU, Verdana, sans-serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}
  
h1, h2, h3, h4, h5, h6 {
  font-family: 微軟正黑體, "Microsoft JhengHei", 新細明體, PMingLiU, Verdana, sans-serif;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {font-size: 3rem;}
}

.nbsp {display: none;}
.item, .fa-chevron-circle-left:before, .fa-chevron-circle-right:before {color: white;}
.item:hover{color: #d6d8da;}

@media (max-width: 375px) {
  .menu-wrapper {
    max-width: 375px;
  }
  .item {
    display: inline-block;
    width: fit-content;
    /* outline: 1px dotted #ecebeb; */
    box-sizing: border-box;
  }
  .nbsp {display: inline-block;}
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.4rem;
  overflow-y: hidden;
  overflow-x: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  position:relative; /* test */
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
.h-160 { height: 160px; }
.h-180 { height: 180px; }
.h-300 { height: 300px; }

@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
  .h-md-160 { height: 160px; }
  .h-md-300 { height: 300px; }
}

/*//////////////////////////////////////////////////////////////////
[ Main article ]*/
.twoline {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: initial;
  line-height: 1.4;
}

.threeline {
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: initial;
  line-height: 1.4;
}

img.size {
  width: 100%;
  height: auto;
}

a.article-tag {
  position: absolute;
  top: 23px;
  left: 0;
}

.article-f > p {
  color: #595757;
  font-size: 18px;
  line-height: 33px;
  padding: 8px 0;
}

.article-f > ol, .article-f > ul {
  margin-left:1.5rem;
}

.article-f > ol > li {
list-style-type:unset;
}

.article-f > ul >li {
list-style-type:disc;
}

button.tag {
  padding: .27rem .55rem !important;
}

.w-btn {
  width: 50%;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 2rem 2rem !important;
  }
}

@media (max-width: 767px) {
  a.article-mobile {
    color: #222;
    position: absolute;
    top: 215px;
    padding: 6px 13px 3px;
    left: 0;
    font-size: 20px;
    /* border-bottom: 1px solid rgba(0,0,0,.05); */
  }

  span.article-mobile-date {
    top: 276px;
    position: absolute;
    left: 0;
    padding: 0px 13px;
  }

  /* mobile headline padding-0 */
  .m-p-0 {
    padding: 0 !important;
  }

  .article-f > p {
    line-height: 26px;
    font-size: 17px;
  }

  .w-btn {
    width: 100%;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Footer ]*/
footer.page-footer .footer-copyright  {
  overflow: hidden;
  color: rgba(255,255,255,0.6);
  background-color: rgba(0,0,0,0.2);
  font-size: .8em;
}

footer.page-footer a {
  color: #fff; 
  font-size: .8em;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

footer.page-footer {
  bottom: 0;
  color: #fff;
  width: auto;
}

.container-fluid {
  margin: 0 auto;
  width: 1280px;
  align-items: center;
  justify-content: flex-start;
  max-width: calc(93% - 75px);
}

.bd-footer {
  font-size: 85%;
  text-align: center;
  background-color: #f7f7f7; }
  .bd-footer a {
    font-weight: 500;
    color: #495057; }
    .bd-footer a:hover, .bd-footer a:focus {
      color: #007bff; }
  .bd-footer p {
    margin-bottom: 0; }

.bd-footer-links {
  padding-left: 0;
  margin-bottom: 1rem; }
  .bd-footer-links li {
    display: inline-block;
    padding: 0 9px;  }
    .bd-footer-links li + li {
      margin-left: 1rem; }

@media (max-width: 976px) {
  .bd-footer-links li + li { margin-left: 0; }
}

footer.page-footer div > h5.text-uppercase > .fa-arrow-circle-down {
  font-size: 23px;
}

@media (max-width: 414px) {
  footer.page-footer div > h5.text-uppercase {
    font-size: 16px;
  }
  footer.page-footer div > ul.list-unstyled > li{
    font-size: 12px;
    padding: 3px 0;
  }
  footer.page-footer a {
    font-size: 13px;
  }
  footer.page-footer div > .col-md-4.flex-c-c > img {
    width: 76px;
  }
}

.page-footer div > .col-4.mb-3.mb-md-0 {
  padding-right: 6px;
  padding-left: 6px;
}

/*//////////////////////////////////////////////////////////////////
[ Social Media Buttons ]*/
.fa {
  padding: 0.3rem;
  font-size: 18px;
  width: 28px;
  height: 28px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

/*[ Custom color ]*/
.cl-skyblue {color: #00a0e9;}
.cl-navy {color: #234f91;}
.cl-lightpurple {color: #a887bd;}
.cl-green {color: #1cb283;}
.cl-lightgray {color: #abbec0;}
.cl-pink {color: #ff595b;}
.cl-red {color: #B31036;}
.cl-yellow {color: #E89F31;}
.cl-lightgreen {color: #b7db00;}
.cl-beige {color: #ccbc7c;}
.cl-orange {color: #FF995E;}

.bg-skyblue {background-color: #00a0e9;}
.bg-navy {background-color: #234f91;}
.bg-lightpurple {background-color: #a887bd;}
.bg-green {background-color: #1cb283;}
.bg-lightgray {background-color: #abbec0;}
.bg-pink {background-color: #ff595b;}
.bg-red {background-color: #B31036;}
.bg-yellow {background-color: #E89F31;}
.bg-lightgreen {background-color: #b7db00;}
.bg-beige {background-color: #ccbc7c;}
.bg-orange {background-color: #FF995E;}

.l-skyblue::before {background-color: #00a0e9;}
.l-navy::before {background-color: #234f91;}
.l-lightpurple::before {background-color: #a887bd;}
.l-green::before {background-color: #1cb283;}
.l-lightgray::before {background-color: #abbec0;}
.l-pink::before {background-color: #ff595b;}
.l-red::before {background-color: #B31036;}
.l-yellow::before {background-color: #E89F31;}
.l-lightgreen::before {background-color: #b7db00;}
.l-beige::before {background-color: #ccbc7c;}
.l-orange::before {background-color: #FF995E;}

.hov-skyblue:hover {
  background-color: #0097dd;
  color: #fff;
}
.hov-navy:hover {
  background-color: #214985;
  color: #fff;
}
.hov-lightpurple:hover {
  background-color: #9f7cb4;
  color: #fff;
}
.hov-green:hover {
  background-color: #1ca378;
  color: #fff;
}
.hov-lightgray:hover {
  background-color: #99aeb1;
  color: #fff;
}
.hov-pink:hover {
  background-color: #e7494b;
  color: #fff;
}
.hov-red:hover {
  background-color: rgb(150, 17, 48);
  color: #fff;
}
.hov-yellow:hover {
  background-color: rgb(223, 152, 47);
  color: #fff;
}
.hov-lightgreen:hover {
  background-color: #a8c904;
  color: #fff;
}
.hov-beige:hover {
  background-color: #beaf6f;
  color: #fff;
}
.hov-orange:hover {
  background-color: rgb(236, 136, 78);
  color: #fff;
}

.bg-hidden-menu {
  /* background-color: rgba(241, 241, 241, .9); */
  background-color: #009adf;
}
/* ------------------------------------ */
/* .cl-emerald {color: #78C2AD;}
.cl-green {color: #3ac18c;}
.cl-pink {color: #F3969A;}
.cl-red {color: #FF7851;}
.cl-blue {color: #6CC3D5;}
.cl-yellow {color: #ffc241;}

.bg-lightblue {background-color: #f4faff;}
.bg-emerald {background-color: #78C2AD;}
.bg-green {background-color: #3ac18c;}
.bg-pink {background-color: #F3969A;}
.bg-red {background-color: #FF7851;}
.bg-blue {background-color: #6CC3D5;}
.bg-yellow {background-color: #ffc241;}

.l-emerald::before {background-color: #78C2AD;}
.l-green::before {background-color: #3ac18c;}
.l-pink::before {background-color: #F3969A;}
.l-red::before {background-color: #FF7851;}
.l-blue::before {background-color: #6CC3D5;}
.l-yellow::before {background-color: #ffc241;} */

.btn-emerald {
  background-color: #78C2AD !important;
  border-color: #78C2AD;
}

.btn-green {
  background-color: #3ac18c !important;
  border-color: #37b885;
}

.btn-pink {
  background-color: #F3969A !important;
  border-color: #F3969A;
}

.btn-red {
  background-color: #FF7851 !important;
  border-color: #FF7851;
}
/* ------------------------------------ */

.btn-blue {
  background-color: #6CC3D5;
  border-color: #6CC3D5;
  color: #fff;
}

.btn-blue:hover {
  color: #fff;
  background-color: #4eb7cd;
  border-color: #44b3ca;
}

.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #4eb7cd;
  border-color: #44b3ca;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 204, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 204, 219, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #6CC3D5;
  border-color: #6CC3D5;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #44b3ca;
  border-color: #3aafc7;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 204, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 204, 219, 0.5);
}
/* ------------------------------------ */
.btn-yellow {
  background-color: #FFCE67;
  border-color: #FFCE67;
  color: #fff;
}

.btn-yellow:hover {
  color: #fff;
  background-color: #ffc241;
  border-color: #ffbe34;
}

.btn-yellow:focus, .btn-yellow.focus {
  color: #fff;
  background-color: #ffc241;
  border-color: #ffbe34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 213, 126, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 213, 126, 0.5);
}

.btn-yellow.disabled, .btn-yellow:disabled {
  color: #fff;
  background-color: #FFCE67;
  border-color: #FFCE67;
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #ffbe34;
  border-color: #ffb927;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 213, 126, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 213, 126, 0.5);
}

.align-l > a, .share >a:hover {
  color:white;
}

/*//////////////////////////////////////////////////////////////////
[ Mobile category ]*/
.ct-wrapper {
  /* height: 92vh; */
  width: 100vw;
  /* display: block; */
}

.ct-section {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ct-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.ct-fixed {
  transition: all 0.2s ease-in-out 0s;
  visibility: visible;
  overflow-y: auto;
  position: fixed;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 101;
  opacity: 1;
}

.ct-shadow {
  -moz-box-shadow: inset 0 1px 6px #dcdcdc, 0 0 0 #dcdcdc;
  -webkit-box-shadow: inset 0 1px 6px #dcdcdc, 0 0 0 #dcdcdc;
  box-shadow: inset 0 1px 6px #dcdcdc, 0 0 0 #dcdcdc;
}

.ml5 {
  margin-left: 2.2rem;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

/* header */
.ratio-container {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
  height: 56.25%; /* 16:9 Aspect Ratio */
}

@media (max-width: 767px) {
  .h0 {
    height: 215px !important;
  }

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

.size-h-110 {
  width: 100%;
  height: 110px;
}

.size-h-67, .size-h-68 {
  height: 67px;
}

@media (max-width: 767px) {
  .size-h-67 {
	height: max-content;
  }
  .size-h-68 {
	height: 53px;
  }  
}
/* .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, 
.col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, 
.col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, 
.col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, 
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, 
.col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, 
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  padding-right: 6px;
  padding-left: 6px;
} */

/**********************************
 ratio 16:9 
**********************************/
.size-h-90 {
  width: 100%;
  height: 90px;
}
@media (min-width: 319.99px) {.size-h-90 {height: 80.8px;}}
@media (min-width: 413.99px) {.size-h-90 {height: 90px;}}
@media (min-width: 567.99px) {.size-h-90 {height: 126px;}}
@media (min-width: 639.99px) {.size-h-90 {height: 142.9px;}}
@media (min-width: 735.99px) {.size-h-90 {height: 165px;}}

@media (min-width: 1253px) {.size-h-90 {height: 222px;}}

.aspect-ratio-box {
  height: 0;
  overflow: hidden;
  /* padding-top: 591.44px / 1127.34px * 100%; */
  padding-top: 56.25%;
  position: relative;
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
}

.aspect-ratio-box2 {
  height: 0;
  overflow: hidden;
  padding-top: 83.338%;
  position: relative;
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
}

.p-banner {
  padding-left: 13.828%;
  padding-right: 13.828%;
  padding-top: 11.4%;
  padding-bottom: 9.4%;
}

@media (max-width: 414px) {
  .p-banner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flexbox-centering {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.viewport-sizing {
  font-size: 5vw;
}
/**********************************
 ratio 16:9 
**********************************/

.h-110 {
  height: 110px;
}

.h-168 {
  height: 168.75px;
}

.user-icon {
  padding: 0.27rem !important;
  font-size: 22px !important;
  color: #767676 !important;
}

/*//////////////////////////////////////////////////////////////////
[ Banners ]*/
.size-300-250 {
  width: 300px;
  height: 250px;
}

.size-300-250A {
  width: 300px;
  height: 250px;
}

.size-970-250 {
  width: 100%;
  height: auto;
}

.size-620-340 {
  width: 620px;
  height: 340px;
}

@media (min-width: 768px) {
  .size-300-250 {
    width: 100%;
    height: 100%;
  }
  /* .size-300-250A {
    width: 100%;
  } */
}

@media (min-width: 1018px) {
  .size-970-250 {
    width: 970px;
    height: 250px;
  }
}

@media (max-width: 1305px) {
  .size-620-340 {
    width: 100%;
    height:100%;
  }
}

.bannerArea {
  /* left: 50px;  */
  top: 11%;
}

@media (max-width: 736px) {
  .bannerArea {
    top: 0 !important;
  }
}

@media (max-width: 1082px) {
  .bannerArea {
    top: 5%;
  }
}

/* 300*250 banner */
a.invisibleLink {
  display: block;
  position: absolute;
  width: 93.75%;
  height: auto;
}

a.invisibleLink2 {
  display: block;
  position: absolute;
  width: 300px;
  height: 250px;
  top: 11%;
  left: 15%;
}

a.invisibleLink3 {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.bg-m-size {
  background-size: auto 90%;
  height: unset;
  max-height: unset; 
}

.bg-banner {
  margin: 0 auto;
  /* max-width: 300px; */
  background-position: center;
  background-size: contain, cover; 
  background-repeat: no-repeat;;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%; 
}

[style*="--aspect-ratio"] > img {
  height: auto; 
}

@supports (--custom: property) {
  [style*="--aspect-ratio"] {
    position: relative; 
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio))); 
  }
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; 
  } 
}

@media screen and (max-width: 1220px) and (min-width: 769px) {
  .col640 {
    flex: 0 0 100%;
    max-width:100%; }
  .col300 {
    flex:0 0 50%;
    max-width:50% }
  .col300 > div > .text-center {
    max-width: 300px;
    margin: 0 auto; }
}

/*//////////////////////////////////////////////////////////////////
[ Mobile sub article ]*/
@media (max-width: 450px) {
  .m-sub-article {
    padding: .5rem !important;
  }
  .m-sub-font {
    font-size: 15px !important;
  }
  .m-head-font {
    font-size: 19px !important;
  }
  a.article-tag {
    display: none;
  }
  .align-l {
    justify-content: left !important;
  }
}
@media (max-width: 767px) {
  .bg-custom-red div > .row.p-rl-8 > button, .bg-dark div > div > button {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.34)!important;
    background: rgba(255, 255, 255, 0.13)!important;
  }
  button.btn.btn-block.d-lg-none.d-md-none.d-sm-block {
    /* color: #ffffff;
    background-color: #5cb6e8;
    border: 2px solid #d5e5ef;
    border-radius: 0; */
    margin-top: .1rem;
  }
}

/* Mobile logo location adjustment */
@media (min-width: 411px) {
  .ppp {
    justify-content:space-between!important;
    padding-left: 20px!important;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Category Page btn ]*/
.search-btn {
  padding: 12px 16px;
  cursor: pointer;
}

.search-btn:hover, .search-btn:focus, .search-btn:active, .search-btn:visited, .active { 
  text-decoration: underline;
  color:#000;
}

.show {
  display: block;
}

/*//////////////////////////////////////////////////////////////////
[ Mobile tag ]*/
.mobile-tag {
  overflow: hidden;
  display: flex;
  overflow-x: scroll;
  position: relative;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

h3.display-4 > a {
  color:#6c757d;
  font-size:30px;
}

li.bullet {
  list-style-type: initial;
  border-bottom: 1px solid #dfdfdf;
  list-style-position: inside;
}

li.bullet > a {
  padding-left: 0!important;
}

.bullet2 {
  width: unset !important;
  height: unset !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 6px !important;
}

/*//////////////////////////////////////////////////////////////////
[ Blogger ]*/
.radius0 {
  border-radius: 0;
}

.scrollable {
  overflow-y: scroll;
  max-height: 300px;
}

#tabs h6.section-title{
  color: #666;
}

#tabs .nav-tabs2 .nav-item.show .nav-link2, .nav-tabs2 .nav-link2.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 17px;
  font-weight: bold;
  position:relative; /* test */
}

#tabs .nav-tabs2 .nav-link2 {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #666;
  font-size: 17px;
  padding: .5rem .2rem;
  position:relative; /* test */
}

.tab-content > .active, .nav-tabs2 > .active {
text-decoration: none !important;
}

.oll > li > a {
  color: #6c757d;
}
.oll > .breadcrumb-item.active {
  color: #000;
  text-decoration: none;
  position:relative; /* test */
}

.tagfit {
  min-width: fit-content;
}

center > a > img {
  max-height: 173px;}

@media screen and (max-width: 360px) {
  .nav-tabs2 .nav-link2, .nav-tabs2 .nav-link2.active {
    font-size: 13px !important;
  }
}

/*//////////////////////////////////////////////////////////////////
[ mobile arrow buttons........ ]*/
.paddle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2em;
}
.left-paddle {
  left: 0;
}
.right-paddle {
  right: 0;
}
.hidden {
  display: none;
}
.print {
  margin: auto;
  max-width: 500px;
}
.print span {
  display: inline-block;
  width: 100px;
}

/*//////////////////////////////////////////////////////////////////
[ MEga ]*/
.navbar2 {
  overflow: hidden;
}

.navbar2 > a {
  float: left;
  font-size: 15px;
  color: #222;
  text-align: center;
  padding: 16px 12px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 15px;  
  border: none;
  outline: none;
  color: #222;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}
a.dropbtn > i {
  margin: 5px 0px;
  width: 22px;
}

li:hover > .navbar2 {
  visibility: visible;
  opacity: 1;
}

.navbar2 a:hover {
  color: dimgrey;
}
li:hover > .sub-mega-menu {
  display: flow-root !important;
}

.dropdown:hover .dropbtn {
  background-color: #f7f7f7;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #eeeeee;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

a.menu3rd {
  padding: 8px 0px !important;
}
a.menu3rd::before {
  content:"■";
  padding-right: 5px;
  color: #a8a8a8;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 12.4%;
  padding: 16px;
  background-color: #eeeeee;
}

.column > a {
  float: none;
  color: black;
  padding: 12px 0;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column > h5 > a {
  color: #444;
  font-weight: 600;
}

.row2 {
  margin: 0 auto;
  max-width: 1280px;
}

/* Clear floats after the columns */
.row2:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Filter box ]*/
.search-h, .flatpickr-input {
  height: calc(2em + 0.75rem + 2px) !important;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.disabled, .flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill .1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 38px;
  margin: 0;
  display: inline-block;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}

.flatpickr-input[readonly] {
  cursor: pointer;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: .3rem;
  padding: 8px 17px;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.form-row>.col, .form-row>[class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.flatpickr-mobile {
  padding: 0 14px;
  display: block;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.safari { 
  /*  White background for safari browsers  */
  background-color: rgb(255,255,255);
  -webkit-appearance: listbox;
     -moz-appearance: listbox;
       -o-appearance: listbox;
          appearance: listbox;
}

.mp { 
  padding: .58rem .75rem; 
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.filter-box { padding: 2rem 1rem 1rem; }

@media (min-width: 576px) {
  .filter-box {
      padding: 2rem 2rem 1rem;
  }
}

@media (max-width: 600px) {
  .form-row>.col, .form-row>[class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .filter-box {
    padding: 1rem 1rem 0rem;
  }
}

/*//////////////////////////////////////////////////////////////////
[ avatar ]*/
@media only screen and (min-width: 600px) {
  .img-1 {
    width:30px;
    height:30px; 
    border-radius:50%;
    margin: 0px 10px;
  }
}
.img-1 {
  width:30px;
  height:30px; 
  border-radius:50%;
  margin: 0px 10px;
}   

/*//////////////////////////////////////////////////////////////////
[ popup ad / banners ]*/
@media (max-width: 480px){ /* 414px */
  .adsize-m {
    margin: 24% auto !important;
    max-width: 320px !important;
  }
}

@media (min-width: 576px) {
  .dialogmax {
    max-width: fit-content !important;
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    
    margin: 5.75rem auto !important;
  }
}

.closebtn {
  background: black;
  border-radius: 50%;
  color: white;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 2rem;
  margin-top: 6px;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  -webkit-appearance: none;
  -moz-appearance: none;
}

.closebtn0f {
  z-index: 2;
  right: 0;
  bottom: 33px;
  position: fixed;
  margin-left: -10px;
  font-size: 1rem;
  float: right;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.closebtn:hover {
  background-color: gainsboro;
}

.m-footer-banner {
  bottom: 0; 
  left: 0;
  right: 0;
  z-index: 1; 
  position: fixed; 
  text-align: center;
}

.expand-banner {
  width: fit-content;
  max-height: 300px;
  position: fixed;
  overflow: hidden;
  transition: height .5s ease; 
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
}

.expand-banner .close2,.expand-banner .more2 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  padding: 4px 8px;
  border-radius: 0 0 0 5px;
  cursor: pointer;
}

.expand-banner-bg {
  height: 30px;
  background: currentColor;
  position: fixed;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
}

.banner-xc {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.banner-dis {
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebg {
  position: fixed;
  left: 0;
  right: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1600px;
}

.asidebg {
  background-repeat: no-repeat;
  background-position: center;
  height: fit-content;
  background-attachment: scroll;

  width: 100%;
  height: 1050px;
			
  position: fixed;			
}

@media (max-width: 576px) {
  .banner-xc {
    float: unset;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .banner-dis {
    align-items: unset;
    justify-content: unset;
    flex-direction: unset;

    display: unset;
  }
  /* Firefox */
  .smad iframe, .expand-banner iframe {
    display: block ruby;
    margin: auto;
  }
}

.ohpamadfp {
  overflow: hidden;
}

.ohpamadfp,.smallohpamadfp{
 position:relative; /* test */
}

@media (max-width: 1565px) {
  .none {
    display: none !important;
  }
}

.textlimit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* number of lines to show */
  -webkit-box-orient: vertical;
}

ul.disc {
  margin-left: 20px;
  margin-right: 20px;
}

ul.disc > li {
  list-style: disc;
}

/*//////////////////////////////////////////////////////////////////
[ article button-green ]*/
.trapezoid {
  /* border-left: 25px solid transparent; 
  height: 0; 
  width: 125px; 
  border-radius: 0 !important;
  line-height: 3.2; */
  width: 38%;
  padding: 0.55rem;  
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.trapezoid:hover {
  background-color: #2bb882;
  font-weight: bolder;
}

.trapezoid:focus {  box-shadow: none;  }

.trapezoid-green {
  /* border-bottom: 38px solid #3ac18c;  */
  background: #3ac18c;
}

.trapezoid-yellow {
  /* border-bottom: 38px solid #cbbf7a;  */
  background: #cbbf7a;
}
@media (max-width: 800px) {
  .trapezoid {  width: 100%;  }
}

.ait-dropdown > div > a {
  padding: .6rem 1.5rem;

  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: initial;
  line-height: 2.3;
}

.ait-dropdown > .dropdown-menu {
  max-width: 92%;
}

/*//////////////////////////////////////////////////////////////////
[ Interscroller ]*/
.js-interscroll {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}

.interscroll-wrapper {
  position: relative;
  margin: 2em auto;
  width: 320px;
  height: 100vh;
  -webkit-box-shadow: 0 1px 9px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 9px 3px rgba(0,0,0,0.4);
  box-shadow: 0 1px 9px 3px rgba(0,0,0,0.4);
}

.interscroll-bg-wrapper {
  position: absolute;
  width: 320px!important;
  height: 570px;
  clip: rect(0px 320px 70vh 0px);
}

.interscroll-bg {
  position: fixed;
  max-width: 100%;
  top: 0;
  left: 50%;
  backface-visibility: hidden;
  transform: translate3d(-50%, 0, 0);
}

img.interscroll-bg {
  margin-top: 6rem;
}

.interscroll-title {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 10px;
  line-height: 11px;
  color: #9b9b9b;
}

.interscroll-link {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

@media (min-width: 540px) {
  .interscroll-wrapper {  
    max-width: 540px;
    height: 960px; 
    -webkit-box-shadow: 0 1px 7px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 7px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 7px 1px rgba(0,0,0,0.2); 
  }

  .interscroll-bg-wrapper {
    width: 540px !important;
    height: 960px;
  }

  img.interscroll-bg {
    margin-top: 3.7rem;
    width: 540px;
    height: 960px;
  }

  .interscroll-bg {
    left: unset;
    transform: unset;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Gallery ]*/
.hover-loc {
  position: absolute;
  display: inline-block;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  top: 50%;
  left: 48%;
  width: auto;
  height: 50px;
  margin: -25px 0 0 -25px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 600px) {
  .hover-loc {
    font-size: 21px;
  }
}

@media (min-width: 767px) {
#baguetteBox-overlay .full-image img {
 /* max-width: 1200px !important;*/
  max-height: 600px !important;
  }
}
.addthis_toolbox.addthis_32x32_style span {
  line-height: 1pc !important;
}

.skyscraper.ad {
  position: absolute !important;
}

.leaderboard {
  margin: 1.25rem auto;
}

.ohpamadfp.lrec1 {
  margin: 20px auto;
}

.ohpamadfp.lrec2 {
  margin: 20px auto;
}

.ohpamadfp[data-unit$="web"] {
  display: block;
}

.ohpamadfp[data-unit$="mobile"] {
  display: none;
}

@media (max-width: 767px) {
  .skyscraper {
    display: none;
  }
  .ohpamadfp[data-unit$="web"] {
    display: none;
  }
  .ohpamadfp[data-unit$="mobile"] {
    display: block;
  }
}

@media (max-width: 1619px) {
  .ad.skyscraper {
    display: none !important;
  }
}

@media (min-width: 1620px) {
  .ad.skyscraper {
    display: block;
  }
}

.sidebanner { display: none; }

.ohpamadfp.leaderboard {
  text-align: center;
}