body {
    margin: 0px;
    padding: 0px;
    background-color: rgba(0, 0, 0, .9);
    max-width: 2350px;
    font-family: Tahoma, Microsoft JhengHei, arial, sans-serif;
    font-size: 16px;
}

.container {
    width: 1280px;
    height: 768px;
    margin: 0 auto;
}

.main {
    position: fixed;
    top: 0;
    width: 1280px;
    height: 768px;
    z-index: 10
}

.main_bg{
    position: fixed;
    top: 768px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #191919
}

.main > div {
    float: left;
    height: 100%
}

.main .left {
    width: 653px;
}
.main .right{
    width: 625px;
    float: right;
    background: url(../../images/bg_main.jpg) center center no-repeat #191919
}

.inner.about .main .right {background: url(../../images/bg_inner1.jpg) center center no-repeat}
.inner.cap .main .right {background: url(../../images/bg_inner2.jpg) center center no-repeat}
.inner.gallery .main .right {background: url(../../images/bg_inner3.jpg) center center no-repeat}
.inner.qualifications .main .right {background: url(../../images/bg_inner4.jpg) center center no-repeat}
.inner.contact .main .right {background: url(../../images/bg_inner5.jpg) center center no-repeat}
.inner.news .main .right {background: url(../../images/bg_inner6.jpg) center center no-repeat}

.container .left .logo {
    width: 602px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.container .left .logo div {
    width: 100%;
    height: 175px;
    text-align: center;
    background: url(../../images/bg_logo.png) left center no-repeat;
}

.container .left .logo div img {
    margin-top: 55px;
}

hr {border: 1px solid #404040;}
hr.mini {width: 100px; margin: auto}

::-moz-selection { color: #fff; background: #0068b2;}
::selection { color: #fff; background: #0068b2;}

a:focus {
    outline: 0
}

/*-----------------------
nav
-----------------------*/
.main nav {
    width: 54px;
    position: absolute;
    top: 0;
    left: 602px;
    height: 100%;
    font-family: Microsoft JhengHei, arial, sans-serif;
}

.main nav .menu{
    position: absolute;
    top:0;
    width: 768px;
    height: 54px;
    background: #161a19;
    top: 357px;
    left: -357px;
    z-index: 100;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.main nav ul {
    list-style-type: none;
    color: #fff;
    padding: 0; 
    margin: 14px 10px;
}

.main nav ul li {
    display: inline-block;
    float: right;
    margin: auto 8px;
    font-size: 1.25em;
    letter-spacing: -0.05em;
}

.main nav .menu ul li:hover:after {
    content: '';
    position: relative;
    width: 100%;
    height: 15px;
    background: url('../../images/dot.png') 90% center no-repeat #f6ec16;
    border-radius: 0 0 5px 5px;
    top: 13px;
    float: left;
    opacity: 100;
}

.main nav a {
    color: #fff;
    text-decoration: none
}

.main nav a:hover {
    color: #f6ec16
}

.main nav .lang {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    z-index: 100
}

.main nav ul.dropdown {
    position: relative;
    display: inline-block;
}

.main nav ul.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2f2f2f;
    padding: 20px 16px;
    left: 474px;
    top: 48px;
    max-width: 150px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.main nav .dropdown:hover .dropdown-content {
    display: block
}

.main nav ul.dropdown-content li {
    font-size: 0.8em !important;
    float:left;
    width:100%;
    margin:auto;
    line-height: 1.95em
}

.main nav ul.dropdown-content li a {
    font-size: 0.9em !important;
    color:#fff !important;
}

.main nav ul.dropdown-content li:hover a{
    color: #f6ec16 !important;
}

nav .menu ul.dropdown-content li:after, nav .menu ul.dropdown-content li:hover:after {
    display:none !important
}
.main nav .menu ul li:nth-child(2):hover:after{
    content: '';
    position: relative;
    width: 100%;
    height: 15px;
    background: url(../../images/dot.png) 90% center no-repeat #f6ec16;
    border-radius: 0 0 5px 5px;
    float: left;
    margin-top: 179px;
}

/*-----------------------
Footer
-----------------------*/
footer {
    z-index: 10;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 625px;
}

footer p, footer a {
    margin: 0;
    font-size: 0.7em;
    text-decoration: none;
    color: #fff;
    text-align: center !important
}

footer a:hover {
    text-decoration: underline
}


/*-----------------------
Slider
-----------------------*/
.slider{
    z-index: 0;
    position: fixed;
    top:-1250px
}

.slider div{
    position: absolute;

}

.slider div img{
    width: 2737px;
    height: 2737px
}

.slider_bg{
    position: fixed;
    top: 0;
    text-align: center;
    z-index: -10;
}

#slide_s{
    -webkit-animation-name: spin;
    -webkit-animation-duration: 104000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 104000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 104000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: spin;
    -o-animation-duration: 104000ms;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 104000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#slide_m{
    -webkit-animation-name: spin;
    -webkit-animation-duration: 94000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 94000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 94000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: spin;
    -o-animation-duration: 94000ms;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 94000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#slide_l{
    -webkit-animation-name: spin;
    -webkit-animation-duration: 84000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 84000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 84000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: spin;
    -o-animation-duration: 84000ms;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 84000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-o-keyframes spin {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


/*-----------------------
Grid
-----------------------*/
.one,.one-half,.two-third,.one-third,.one-fourth ,.one-fifth,.one-sixth,.three-fourth{ float:left;position:inherit;margin-right:2.21%; }
.one { width: 100%; margin-right: 0!important;}
.one-half { width: 48.895%; }
.two-third { width: 65.93%; }
.one-third  { width: 31.86%; }
.one-fourth { width: 23.34%; }
.three-fourth { width: 74.44%;}
.one-fifth { width: 18.23%; }
.one-sixth { width: 14.82%; }
.one-half:nth-child(2n), .one-third:nth-child(3n), .one-fourth:nth-child(4n),.one-fifth:nth-child(5n),.one-sixth:nth-child(6n){margin-right: 0!important;}
.horizontal-line {width: 100%;margin: 40px 0; float: left; border-top: 1px solid #e3e3e3;}
.container .one-fourth:last-child{margin-right: 0!important;}
.container .one-third:last-child{margin-right: 0!important;}
.container .three-fourth:last-child{margin-right: 0!important;}
.container .two-third:last-child{margin-right: 0!important;}
.one .one-fourth:last-child{margin-right: 0!important;}
.one .two-third:last-child{margin-right: 0!important;}
.row {margin-bottom: 20px}


/*-----------------------
inner
-----------------------*/
.wrapper {background: url("../../images/bg_content.png") center center no-repeat; height: 768px; width: 625px; float: left}
.wrapper h1 {text-align: right; font-size: 1.8em; color:#fff; font-family: Times New Roman, serif;font-weight: normal; margin: 15px 60px 10px 60px; text-shadow: 2px 2px 1px #000}
.wrapper h1:before {content: ''; background: url(../../images/icon_header.png) center center no-repeat; width: 19px; height: 36px; display: inline-block;margin-right: 10px; vertical-align: bottom;}

.breadcrumb {color: #d2d2d2;text-align: left;font-size: 0.7em; margin-left: 70px; margin-top: 60px}
.breadcrumb a{color: #d2d2d2; text-decoration: none}
.breadcrumb a:hover{color: #fff;text-decoration: underline}

.content {color: #fff; margin: 0px 30px 30px 50px; padding:0 20px; height: 520px; overflow-y: auto; float: left; font-size: 0.75em; line-height:1.6em; min-width: 505px}
.content h2 {color: #f6ec0c; font-family: 'Champagne & Limousines', arial, sans-serif; font-weight: normal; font-size: 1.8em; margin: 17px auto 10px auto}
.content h2:before {content: ''; width: 6px; height: 6px; vertical-align: top; background: #f6ec0c; margin: 2px 10px auto -15px; display: inline-block}
.content h3, .content h3 a {font-weight: normal; color: #f29118; text-decoration: none; margin-top: 0; margin-bottom: 5px;}
.content .date {font-size: 8pt; color: #9b9b9b; line-height: 2em; margin-left: 10px; white-space: nowrap; font-family: Tahoma, Microsoft JhengHei, arial, sans-serif; float: right}
.content p {text-align: justify;}
.content b {color: #ffca00; font-weight: normal}
.content a {color: #f6ec0c ; text-decoration: underline; font-weight: normal}
.content a:hover {color: #ddd307;text-decoration: underline}
.content .star1 {color: #ff0; font-weight: bold}
.content img {width: 100%}
.content button.more {
    background: transparent; 
    padding: 5px 20px; 
    color: #fff; 
    text-decoration: none; 
    cursor: pointer; 
    outline: 0; 
    font-size: 0.9em; 
    background:linear-gradient(top,#4a4a4a,#393939);
    background:-o-linear-gradient(top,#4a4a4a,#393939); 
    background:-ms-linear-gradient(top,#4a4a4a,#393939); 
    background:-moz-linear-gradient(top,#4a4a4a,#393939); 
    background:-webkit-linear-gradient(top,#4a4a4a,#393939); 
    border-radius: 3px; border: 0; 
    border-bottom: 1px solid #484848
}
.content a:hover button.more {background: #3a3a3a}

.control { position: absolute; right: 55px; margin-top: 50px;z-index: 10; color: #fff; }
.control button {background: #272827; border: 0; padding: 0 8px; width: auto; height: 23px; color: #fff; cursor: pointer; vertical-align: bottom; text-align: center} 
.control button:hover {background: #4d4d4d;}
.control button:focus {outline: 0}
.control button.prev, .control button.next {background: transparent}
.control button.prev:before {content: ''; background: url('../../images/btn_prev.png') center center transparent no-repeat; width: 12px; height: 21px; float: left}
.control button.next:before {content: ''; background: url('../../images/btn_next.png') center center transparent no-repeat; width: 12px; height: 21px; float: right}
.control button.back {width: auto }
.control button.back:before {content: "\2190"; margin-right: 10px}

.inner.cf_ff hr{margin: 30px auto}

.inner.gallery .content a {color: #fff; text-decoration: none}
.inner.gallery .content .phototext { position: relative; display: block}
.inner.gallery .content .phototext h2 {font-size: 1em; color: #fff}
.inner.gallery .content .phototext h3 {font-size: 0.8em; color: #b9b9b9}
.inner.gallery .content .phototext h4 {font-weight: bold; color: #FF9800; font-size: 1.5em; margin: 0 }
.inner.gallery .content .phototext h4.style1 {font-weight: bold; color: #FFF; font-size: 1.2em; margin: 0 }
.inner.gallery .content .phototext div { margin: 0; padding: 20px 10px; position: absolute; background: rgba(0, 0, 0, 0.8); bottom: 0; width: 145px; opacity: 100; -webkit-transition: 0.5s; transition: 0.5s;}
.inner.gallery .content .phototext div p {text-align: left}
.inner.gallery .content a:hover {text-decoration: none}
.inner.gallery .content a:hover .phototext div {opacity: 0}
.inner.gallery .content .one-third, .inner.gallery .content .one-half {overflow: hidden; margin-bottom: 20px}
.inner.gallery .content .one-third img, .inner.gallery .content .one-half img  {min-width: 100%; width: auto; text-align: center; height: 100%; min-height: 100px; max-height: 200px;}
.inner.gallery .content .one-half img {max-height: 300px;}

.inner.contact p.address {text-align: left}
.inner.contact hr {margin-left: 0;}
.inner.contact .enquiry td{vertical-align: top}
.inner.contact .required {color: #f6ec0c}
.inner.contact input, .inner.contact textarea {width: 100%; font-family: sans-serif; border: 0; padding: 2px; margin: 3px 0}
.inner.contact input:focus, .inner.contact textarea:focus {outline:0}
.inner.contact input[type="radio"], .inner.contact label {width: auto; display: inline; margin-right: 10px; vertical-align: middle; cursor: pointer}
.inner.contact input[type="radio"] {margin-right: 5px}
.inner.contact input[type="submit"], .inner.contact input[type="reset"] {background: #272827; color: #fff; border: 0; width: 70px; height: 25px; font-size: 0.9em; cursor: pointer}
.inner.contact input[type="submit"]:hover, .inner.contact input[type="reset"]:hover {background: #3a3a3a}
.inner.contact input[type="submit"] {margin-right: 7px}

.inner.news.details .content h3 .date:after{ content: ''}

.inner table tr td {vertical-align: top}

/*-----------------------
inner tab
-----------------------*/
ul.tab {color:#fff;list-style-type: none; margin: 0;padding: 0; margin-left: 70px; width: 495px; padding-bottom: 10px; float: left}
ul.tab li {float: left;}
ul.tab li a { padding: 8px 10px; 
    margin-right: 4px; 
    width: auto; 
    color: #fff; 
    cursor: pointer; 
    vertical-align: bottom; 
    text-align: center; 
    float: left; 
    text-decoration: none; 
    font-size: 0.8em; 
    font-family: Microsoft JhengHei, arial, sans-serif; 
    font-weight: bold;
    background:linear-gradient(top,#4a4a4a,#393939);
    background:-o-linear-gradient(top,#4a4a4a,#393939); 
    background:-ms-linear-gradient(top,#4a4a4a,#393939); 
    background:-moz-linear-gradient(top,#4a4a4a,#393939); 
    background:-webkit-linear-gradient(top,#4a4a4a,#393939); 
    border-radius: 3px; 
    border-bottom: 1px solid #484848
}
ul.tab li a:hover {color: #fff; text-decoration: none; background: #3a3a3a}
/*ul.tab li a:hover:after {content: ''; background: url(../../images/arrow.png) center center no-repeat; width: 15px; height: 10px; position: absolute; margin-top: 11px; margin-left: 0px; display: block;}*/
ul.tab li a.active {
     background: #f6ec16;
    background:linear-gradient(top,#f6ec16,#d0c700);
    background:-o-linear-gradient(top,#f6ec16,#d0c700);
    background:-ms-linear-gradient(top,#f6ec16,#d0c700);
    background:-moz-linear-gradient(top,#f6ec16,#d0c700); 
    background:-webkit-linear-gradient(top,#f6ec16,#d0c700);
    color:#000; 
    border-bottom: 1px solid #f6ec16
}
.tabbc { display: none; 
    -webkit-animation: fadeEffect 1s;
    -moz-animation: fadeEffect 1s;
    -ms-animation: fadeEffect 1s;
    -o-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
.tabcontent { display: none; padding: 6px 12px; margin-top: 50px;
    -webkit-animation: fadeEffect 1s;
    -moz-animation: fadeEffect 1s;
    -ms-animation: fadeEffect 1s;
    -o-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-o-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-ms-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-moz-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/*-----------------------
pagination
-----------------------*/
.pagination {float: right}
.pagination li {list-style-type: none}

/*-----------------------
table
-----------------------*/
table {text-align: left; border: 0}
table th {color: #ffffff; height: 30px; vertical-align: bottom}
table td {padding-bottom: 10px; line-height: 1.3em }


/*-----------------------
SCROLLBAR BASE CSS
-----------------------*/
