@charset "UTF-8";
/* CSS Document */
html, body { height: 100%; font-family: Arial,"Microsoft JhengHei",Helvetica,sans-serif; -webkit-font-smoothing: antialiased; font-smoothing: antialiased;}

/***** Bootstrap *****/
/***** Bootstrap oland Divide a row in 5 columns in Bootstrap 4 *****/
            .col-xs-1-5,
            .col-sm-1-5,
            .col-md-1-5,
            .col-lg-1-5 {
                position: relative;
                min-height: 1px;
                padding-right: 10px;
                padding-left: 10px;
            }
            
            .col-xs-1-5 {
                width: 20%;
                float: left;
            }
            
            @media (min-width: 768px) {
                .col-sm-1-5 {
                    width: 20%;
                    float: left;
                }
            }
            
            @media (min-width: 992px) {
                .col-md-1-5 {
                    width: 20%;
                    float: left;
                }
            }
            
            @media (min-width: 1200px) {
                .col-lg-1-5 {
                    width: 20%;
                    float: left;
                }
            }

/***** video *****/
header {
  position: relative;
  background-color: black;
  height: 85vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  /* background-color: black; */
  /* opacity: 0.2; */
  z-index: 1;
}
header .video_title {font-size:4.5em;font-weight:300;line-height:1.2;}
header .video_subtitle {font-size:1.5em;font-weight:300;line-height:1.2;}

@media (pointer: coarse) and (hover: none) {
  header {
    background: black no-repeat center center scroll;
  }
  header video {
    display:block;
  }
}

@media (min-width: 1300px) { /*redefine the container width*/
}
@media (max-width: 575.98px) {  /*portrait phones */
header .video_title {font-size:2.5em;}
header .video_subtitle {font-size:1em;}
 }
@media (min-width: 576px) and (max-width: 767.98px) { /*landscape phones */
header .video_title {font-size:3.5em;}
header .video_subtitle {font-size:1em;}
}
@media (min-width: 768px) and (max-width: 991.98px) { /*tablets */
header .video_title {font-size:4.5em;}
header .video_subtitle {font-size:1.5em;}
 }
@media (min-width: 992px) and (max-width: 1199.98px) {/*desktops */
header .video_title {font-size:4.5em;} 
header .video_subtitle {font-size:1.5em;}
 }
@media (min-width: 1200px) { /*large desktops */
header .video_title {font-size:4.5em;} 
header .video_subtitle {font-size:1.5em;}
 }
 
 

/***** News figure *****/
.oland-news-bg {background-color:#f0f0f0;} 
.oland-news-title {}

.hover_style1 {
  overflow: hidden;
  position: relative;
  padding-bottom: 50%;
}

.hover_style1-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover_style1 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover_style1-content {
  position: relative;
  z-index: 99;
}

/* - - - */

.hover-6 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-6-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
}

.hover-6 .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hover-6-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.hover-6:hover .hover-1-content {
  bottom: 2rem;
}

.hover-6:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.hover-6:hover img {
  transform:scale(1.08);
}

.hover-6:hover .hover-overlay {
  opacity: 0;
}

/***** 5 game show *****/
/***** hover_style2 全占满 hover 放大 *****/
.hover_style2 {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

.hover_style2-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover_style2 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover_style2-content {
  position: relative;
  z-index: 99;
}

/* - - - */
.hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
}

.hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.hover-1:hover .hover-1-content {
  bottom: 0;
}

.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.hover-1:hover img {
  left: 0;
}

.hover-1:hover .hover-overlay {
  opacity: 0;
}







/***** Nav *****/
#oland-nav-fixed-top {position:fixed;top:0;right:0;left:0;z-index:1030;}
.oland-nav-bg-color {background:#0d0d0d;padding:2px 0;} 
.oland-nav-link {padding:20px 0}
.oland-nav-img-switcher {margin-bottom:1em;}

.oland-nav-item {margin-left:20px;}
.oland-nav-item a{padding:1px 0;}
.oland-nav-item::before {content:url(../images/nav_item.png);float: left;padding-left: auto;margin-left: -20px;}

.oland-nav-btn {
	display:block;
	background-color:#f22c2d;
	color:white !important;
	text-decoration:none;
	position:relative;
	top:0em;
	transition:transform .1s ease-in-out;
	margin-left:0.3em;
	font-weight:bold;
	box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.12) !important;
	border-radius:2px;
	padding:0.4em 2em !important;
}
.oland-nav-btn:hover {
	transform:scale(1.08) translateZ(0);
	transition:transform .1s ease-in-out;
}

#btn_demo_mobile {
	display: none;
}
#btn_demo_mobile a{
	display:inline-block;
	background:#f22c2d;
	padding:0.2em 1.2em;
	font-weight:bold;
	box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.12) !important;
	border-radius:2px;
	color:white !important;
}

@media (max-width: 575.98px) {  /*portrait phones */
.oland-nav-link {padding:0.5em 0;}
.oland-nav-img-switcher {display:none;}
.oland-nav-brand-logo {width:60%;}
.navbar-brand {margin-right: 0rem;}
#btn_demo_pc {display: none;}
#btn_demo_mobile {display:inherit;}
 }
@media (min-width: 576px) and (max-width: 767.98px) { /*landscape phones */
.oland-nav-img-switcher {display:none;}
.oland-nav-brand-logo {width:60%;}
.navbar-brand {margin-right: 0rem;}
#btn_demo_pc {display: none;}
#btn_demo_mobile {display:inherit;}
}

/***** nav dropdown menu *****/
.dropdown:hover .dropdown-menu {display: block;} /* :hover to show the dropdown menu */
.dropdown {list-style: none; display: inline-block;position:static;}
.dropdown .dropdown-menu {width:100%;left:0;right:0;top:75px;border:0;background:#0d0d0d;}
.dropdown .dropdown-menu a{color: #dddddd; background:#0d0d0d; text-decoration: none;}
.dropdown .dropdown-menu a:hover{color: #dddddd; background:#2a2a2a; text-decoration: none;}
.dropdown .nav-link {color:#fff; text-decoration: none;}

.dropdown .oland-dropdown-small {width:auto;left:auto;right:0;top:75px;border:0;background:#0d0d0d;}
.dropdown .oland-dropdown-small a{color: #dddddd; background:#0d0d0d; text-decoration: none;}
.dropdown .oland-dropdown-small a:hover{color: #dddddd; background:#2a2a2a; text-decoration: none;}

/***** dropdown menu animation https://jsfiddle.net/StartBootstrap/o7ev9czn/ *****/
/* Change this breakpoint if you change the breakpoint of the navbar */

@media (min-width: 992px) {
  .oland-dropdown-animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(-1.5rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/***** home page default carousel : oland-carousel-01 *****/
.oland-carousel-01 .carousel-caption {color:#303030;}
.oland-carousel-01 .carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #e8e8e8;
  
}
.oland-carousel-01 .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 10px;
    background-color: #333333;
}

.oland-carousel-01 .carousel-inner .carousel-item { /* default carousel 停留时间duration 设定*/
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}


/* slick */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/***** sub page margin top adjust *****/
#oland-sub-page-main-img {margin-top:5em;}
#oland-sub-page-mt {margin-top:10em;}

/***** Solutions *****/
.oland-color-01 {color:#4b4f56;} 
.oland-solutions-ulli li{line-height:2em;padding-left:1.2em;}
.oland-solutions-ulli li::before { 
     
   /* Add Unicode of the bullet */
   content:"\2022";   
     
   /* Color of the content -- bullet here */
   color: #f22c2d;  
     
   /* Required to add space between the bullet and the text */
   display: inline-block;  
     
   /* Required to add space between the bullet and the text */
   width: 1em;  
     
   /* Required to add space between the bullet and the text */
   margin-left: -1em;  
}

/***** Breadcrumb *****/
.breadcrumb {background: rgba(255, 255, 255, 1);padding-left:0px;}

/***** go-top *****/

body .go-top {display: none;position: fixed;bottom: 0.8em;right: 0.8em;cursor: pointer;}
body .go-top img {width: 65px;}
@media screen and (max-width: 46.0625em) {
	body .go-top img {width: 50px;transition: 0.3s linear;}
}
/***** oland title *****/
.oland-title {position:relative;padding:0;margin-left:0px;}
.oland-title h1 {margin-left: 10px;}
.oland-title::before {position:absolute;content: '';height: 47px;border-left: 3px solid #F22C2D;margin-right:20px;}

/***** Footer *****/
.oland-footer-title {font-size:18px;color:#FFFFFF;position:relative;padding:0;margin-bottom:38px;}
.oland-footer-title h3 {padding-bottom: 0px}
.oland-footer-title::after {position: absolute;content: '';width: 60px;height: 10px;border-bottom: 2px solid #F22C2D;}

.oland-footer-item {margin-left:25px;}
.oland-footer-item::before {
content:url(../images/footer_item.png);
float: left;
padding-left: -20px;
margin-left: -26px;
font-size: 16px;
}


.oland-footer-license img{;-webkit-filter: grayscale(100%); filter: grayscale(100%);}

.footer-top { padding: 60px 0; background: #333; text-align: left; color: #aaa; }

.footer-about img.logo-footer { max-width: 74px; margin-top: 0; margin-bottom: 18px; }
.footer-about p a { color: #aaa; border-bottom: 1px solid #666; }
.footer-about p a:hover, .footer-about p a:focus { color: #fff; border-color: #aaa; }

.footer-contact p { word-wrap: break-word; }
.footer-contact i { padding-right: 10px; font-size: 18px; color: #666; }
.footer-contact p a { color: #aaa; border-bottom: 1px solid #666; }
.footer-contact p a:hover, .footer-contact p a:focus { color: #fff; border-color: #aaa; }

.footer-social a { display: inline-block; margin-right: 20px; margin-bottom: 8px; color: #777; border: 0; }
.footer-social a:hover, .footer-social a:focus { color: #aaa; border: 0; }
.footer-social i { font-size: 24px; vertical-align: middle; }

.footer-bottom { padding: 15px 0; background: #444; text-align: left; color: #aaa; }

.footer-copyright p { margin: 0; padding: 0.5rem 0; }
.footer-copyright a { color: #fff; border: 0; }
.footer-copyright a:hover, .footer-copyright a:focus { color: #aaa; border: 0; }

/***** Media queries *****/
@media (min-width: 1300px) { /*redefine the container width*/
    .container{max-width: 1300px;}
}
@media (max-width: 575.98px) {  /*portrait phones */
	#oland-nav-fixed-top {position:static;}
	#oland-sub-page-main-img {margin-top:0em;}
	#oland-sub-page-mt {margin-top:5em;}
	
 }
@media (min-width: 576px) and (max-width: 767.98px) { /*landscape phones */
    #oland-nav-fixed-top {position:static;}
	#oland-sub-page-main-img {margin-top:0em;}
	#oland-sub-page-mt {margin-top:5em;}
}
@media (min-width: 768px) and (max-width: 991.98px) { /*tablets */
	.dda {color:#FFFB96;font-size:normal;}
 }
@media (min-width: 992px) and (max-width: 1199.98px) {/*desktops */
	.dda {color:#456a23;font-size:large;} 
 }
@media (min-width: 1200px) { /*large desktops */
	.dda {color:#125200;font-size:x-large;} 
 }