@charset "UTF-8";
/* CSS Document */
body {
    background: url(../images/bg.jpg) no-repeat;
    background-position: center;
    overflow-x: hidden;
    background-color: #121314;
    background-size: cover;
    position: relative;
    font-family: "Play", sans-serif;
    overflow-x: hidden;
    font-size: 13px;
}
.navbar.fixed-top .navbar-nav>li>a {
    font-family: 'Noto Sans TC', Arial, sans-serif !important;
    color: #fff !important;
    font-size: 11px !important;
    text-transform: uppercase;
}
.main-image {
    background: url(../images/footer.jpg) 70% bottom no-repeat;
    padding: 367px 0 0 0;
    background-size: 100%;
    border-radius: 9px;
}
.fixer{
	margin-top: -50px;
	padding: 100px 0;
}

.bg-green {
    background-color: #235800 !important;
}
#footer a {
    color: #fff !important;
    font-size: 13px !important;
    font-family: 'Noto Sans TC', Arial, sans-serif !important;
    text-shadow: 0 0 2px #000;
}
.badge-danger {
    border: 2px solid #ffc107;
    color: #ffc107;
    background-color: #041449;
}
p.ft2 {
    font-size: 12px;
    color: #fec200;
}
.strongtext{
	font-weight: bold;
	/* font-style: normal !important; */
	margin-right: 5px;
	font-size: 24px;
}
.badge-circle {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -26px;
  top: -25px;
  height: 48px;
  width: 45px;
  min-width: 50px;
  font-size: 20.666667px;
  border-radius: 50%;
}

.list-timeline {
  padding-top: 30px;
  /* padding-left: 25px; */
  /* padding-top: 25px; */
}
.list-timeline > li {
  border-left: 4px solid #ffc401;
}
.list-timeline > li .timeline-content {
  position: relative;
  top: -0.75em;
  font-size: 19px;
  text-transform: uppercase;
  font-style: italic;
}
.list-timeline > li:last-child {
  border-left: 2px solid transparent;
}


.bg1 {
    background: url(../images/footer.jpg) no-repeat;
    background-position: top;
    overflow-x: hidden;
    background-color: #121314;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
    font-size: 13px;
}
.rounded {
    border-radius: 1.25rem !important;
}
.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.box{
	margin: 15px 0;
	border-radius: 15px;
	max-width: 100%;
	min-height: auto;
	/* border-radius: 10px; */
	/* border-bottom-left-radius: 0; */
	border: 1px solid #ffc107;
	/* border-bottom-right-radius: 0; */
}
.alert-box {
    /* position: absolute; */
    top: 15px;
    /* width: 330px; */
    margin: auto;
    color: red;
    margin-bottom: 7.5px;
    left: 0;
    /* padding: 7.5px; */
    border: 1px solid #ffb601;
    border-radius: 10px;
    font-size: 12px;
    right: 0;
    background-color: blanchedalmond;
}
.text{
	border-radius: 15px;
	margin-top: 15px;
	background-color: #070707;
	color: #e1dada;
	padding: 10px;
	border: 1px solid #f91228;
	text-align: justify;
}
.play-regular {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.play-bold {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.bungee-spice-regular {
  font-family: "Bungee Spice", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: red;
  line-height: 60px;
  font-size: 30px;
  font-style: italic;
}
.bg-dark {
    background-color: #001024 !important;
}
.ft{
	text-transform: uppercase;
	font-size: 14px;
	border-top: 1px solid #ffc107;
	color:#fff;
	/* border-radius: 10px; */
	background-color: #001024;
	/* padding: 17px; */
	/* border: 1px solid #f91228; */
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px;
    border-radius: 0px;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.col-lg-4.col-md-12.col-sm-12.col-xs-12 {
    margin-top: 90px;
}
button.close.ml-1 {
    top: 15px;
    position: absolute;
    right: 15px;
}
.form-control {
    margin: 0 7px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #060d26;
    background-color: #fff;
    background-image: none;
    border: 1px solid #116c9b;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #09213e;
    /* border-color: #5f040e; */
    border: 1px solid #a72123;
    text-transform: uppercase;
}
.headerbox.hidden-xs.hidden-sm {
    background-color: black;
    border-bottom: 3px solid #ed2025;
}
button.btn.btn-primary {
    border-radius: 8px;
    text-transform: uppercase;
    color: #000000;
    background-color: #ffc900;
    border: 1px solid #ffc900 !important;
}
a.btn.btn-primary {
    color: #fff;
    background-color: #ff002f;
    border: 2px solid #ab1b15 !important;
    width: 100%;
}

.logos{
	display: flex;
	justify-content: flex-end
}
.logo {
    max-height: 70px;
    margin-left: -53px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0px !important;
}
.navbar-inverse {
    z-index: 99;
    border-bottom: 1px solid;
    /* background: #02132c; */
    background: -moz-linear-gradient(-45deg, #000000 50%, #da292c 50%, #da292c 100%);
    /* background: -webkit-linear-gradient(-45deg, #001024 50%, #001024 50%, #ff012e 100%); */
    /* background: linear-gradient(135deg, #001024 50%, #001024 50%, #ff012e 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#da292c', GradientType=1 );
    border-color: #ffcb03;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #0698cf;
}
.pull-left {
    float: right!important;
}
.navbar-inverse.side-collapse {
    margin-top: 15px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -56px;
    margin-right: -22px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
form.navbar-form.navbar-right.form-theme.loginform {
    /* padding: 14px 0; */
    margin: 0;
    /* margin-top: 19px; */
}
pre {
    tab-size: 8;
}

.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
		 height: 320px;
}



.w-100 {
    width: 100%;
}

#header .navbar.navbar-dark {
    position: relative !important;
    background: transparent;
}
	
.navbar.fixed-top .navbar-nav>li>a:hover {
    border-bottom: 1px solid #ffca00 !important;
    color: #ffca00 !important;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.main-image {
    background: none;
    padding: 367px 0 0 0;
    background-size: 100%;
    border-radius: 9px;
}
	.desktop-img{
		display: none
	}
	.navbar-collapse {
    top: 130px;
    right: 10px;
    left: 10px;
    max-width: 100%;
    width: auto;
    position: absolute;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
	
    .mobile-padding {
        padding-top: 200px;
    }
.iframe {
    max-width: 100%;
    height: auto;
    margin-top: 100px;
    padding: 0 15px;
}
	    .content-login {
        position: absolute;
        right: 0;
        top: 20px;
    }
.fixer {
    margin-top: -50px;
    padding: 20px 0;
}
	   .navbg{
        background: #245800;
        text-align: center;
        margin-top: 9px;
    }
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.desktop-img{
		display: none
	}
		.main-image {
    background: none;
    padding: 367px 0 0 0;
    background-size: 100%;
    border-radius: 9px;
}
	.navbar-collapse {
    top: 130px;
    right: 10px;
    left: 10px;
    max-width: 100%;
    width: auto;
    position: absolute;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
    .mobile-padding {
        padding-top: 200px;
    }
	.fixer {
    margin-top: -50px;
    padding: 20px 0;
}
	    .content-login {
        position: absolute;
        right: 0;
        top: 20px;
    }
	    .navbar-toggler.btn-menu {
        position: absolute;
        top: 21px;
    }
.iframe {
    margin-top: 70px;
    max-width: 1001px;
    height: 344px;
}
	   .navbg{
        background: #245800;
        text-align: center;
        margin-top: 9px;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.desktop-img{
		display: block
	}
	.mobile-padding{
		padding-top: 50px
	}
		    .navbar-toggler.btn-menu {
        position: absolute;
        top: 21px;
    }

	.form-group{
		/* margin-bottom: 0!important; */
	}
	    .navbg {
        background: transparent;
        text-align: center;
        margin-top: 9px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        /* top: 35px; */
        position: relative;
        top: auto;
    }
	.main-image {
    background: url(../images/footer.jpg) 70% bottom no-repeat;
    padding: 367px 0 0 0;
    background-size: 100%;
    border-radius: 9px;
}
.mobile-img {
    display: none;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}