/*@font-face {
    font-family: AvertaStdCY;
    src: url("../fonts/Intelligent Design - AvertaStdCY-Regular_3.otf") format("opentype");
}*/

@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

::-moz-selection {
    color: #fff;
    background: #0072bc
}

::selection {
    color: #fff;
    background: #0072bc
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: #f5f5f5;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

.bg-body-login {
    background: #000;
    background-size: cover
}

a {
    text-decoration: none;
    color: #f7171e
}

a:hover {
    text-decoration: none
}

img {
    border: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 14px
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.dijitOffScreen,
.dijitToggleButtonIconChar {
    position: absolute;
    visibility: hidden;
    left: 50%;
    top: -10000px
}

#p_errmsg {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 10px;
    color: #f7171e;
    font-size: 18px;
    margin-top: 15px
}

.btn-blue {
    display: inline-block;
    background: #1580d2;
    margin-top: 25px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 2px;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    border: 1px solid #1580d2;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    text-decoration: none!important
}

.btn-blue:hover,
.btn-blue:focus {
    color: #1580d2;
    background: #fff
}

.btn-blue:active {
    color: #1580d2;
    background: #fff
}

.btn-red {
    display: inline-block;
    background: #ef423a;
    margin-top: 25px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 2px;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    border: 1px solid #ef423a;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease
}

.btn-red:hover,
.btn-red:focus {
    color: #ef423a;
    background: #fff
}

.btn-red:active {
    color: #ef423a;
    background: #fff
}

.clearfix:after {
    display: block;
    height: 0;
    content: "";
    clear: both
}

.wrap {
    display: block;
    width: 1070px;
    margin: 0 auto;
    position: relative
}

div {
    display: block
}

.login {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative
}

.login-content {
    width: 100%;
    min-height: 100vh;
    margin-bottom: -196px;
    position: relative;
    padding-bottom: 196px;
    z-index: 0
}

.logo-login {
    display: inline-block;
    font-size: 0;
    position: absolute;
    top: 30px;
    left: 0
}

.login-form {
    padding: 30px;
    position: relative;
    float: right;
    margin-top: 145px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 1px 3px 7px rgba(0, 0, 0, .2)
}

.login-form h3 {
    font-weight: 500;
    display: block;
    color: #0071bb;
    letter-spacing: .1px;
    text-transform: uppercase;
    text-align: center
}

.login-form h5 {
    font-weight: 300;
    display: block;
    color: #0071bb;
    letter-spacing: .1px;
    text-align: center
}

.login-form ul {
    display: block;
    width: 100%;
    margin: 15px 0 0 0
}

.login-form ul li {
    display: block;
    width: 100%;
    margin-bottom: 15px
}

.login-form ul li:last-child {
    margin-bottom: 0
}

.login-form ul li:after {
    display: block;
    height: 0;
    clear: both;
    content: ""
}

.login-form ul li input {
    display: block;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #aaa;
    font-size: 14px;
    color: #333;
    outline: none
}

.login-user {
    width: 100%;
    background: url(../images/ic-user1.png) left center no-repeat;
    padding-left: 40px
}

.login-pw {
    width: 100%;
    background: url(../images/ic-pw.png) left center no-repeat;
    padding-left: 40px
}

.login-code {
    display: inline-block;
    width: 50%;
    padding-left: 12px;
    float: left;
    background: none
}

.captcha {
    display: inline-block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    position: relative;
    float: left
}

.code-captcha {
    max-width: 75%;
    max-height: 40px;
    vertical-align: middle;
    margin-top: 7px;
}

.re-captcha {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    background: url(../images/ic-refresh.png) center top no-repeat
}

.btn-login {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #141ed2;
    background: #141ed2;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease
}

.btn-login:hover {
    background: none;
    color: #141ed2
}

.btn-login:active {
    background: #fff;
    border: 1px solid #fff
}

.btn-reg {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #eb2d4b;
    background: #eb2d4b;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease
}

.btn-reg:hover {
    background: none;
    color: #eb2d4b
}

.btn-reg:active {
    background: #fff;
    border: 1px solid #fff
}

.login-help {
    padding-top: 10px
}

.login-help a {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #0072bc;
    margin-top: 10px;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease
}

.login-help a:hover {
    color: #f7171e;
    text-indent: 2px
}

.login-note {
    display: block;
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    font-size: 14px;
    margin-bottom: 10px
}

.login-note a {
    color: #f7171e
}

.login-option {
    display: block;
    width: 100%;
    height: 140px;
    background: url(../images/bg-option.png) left top repeat-x;
    z-index: 1
}

.login-option ul {
    width: 100%;
    list-style: none
}

.login-option ul:after {
    display: block;
    height: 0;
    clear: both;
    content: ""
}

.login-option ul li {
    float: left;
    display: block;
    width: 190px;
    margin-right: 30px;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    text-align: center
}

.login-option ul li:last-child {
    margin-right: 0
}

.login-option ul li a {
    display: block;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    padding: 15px 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    border-top: 1px solid rgba(255, 255, 255, .2);
    text-align: center
}

.login-option ul li a:hover {
    border-top: 1px solid #f7171e;
    text-indent: -4px
}

.login-option ul li a span {
    display: inline-block
}

.login-option ul li a img {
    vertical-align: bottom;
    margin-right: 10px
}

.left-menu {
    width: 240px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    left: 0;
    background: #086fbe;
    box-shadow: 2px 0 4px rgba(0, 0, 0, .2);
    z-index: 99999
}

.lm-logo {
    display: block;
    height: 60px;
    background: #007ece;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    text-align: center
}

.lm-logo a {
    display: block;
    font-size: 0;
    width: 100%;
    height: 60px;
    background: url(../images/logo-mb2.png) center center no-repeat
}

.tit-menu {
    display: block;
    width: 100%;
    color: #b9cde6;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 25px
}

.nav>li.active {
    background: #095c9b
}

.navbar-default {
    background: none
}

.nav>li>a {
    padding: 16px 25px 16px 50px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease
}

.nav>li>a:hover {
    background: #007ece;
    text-indent: 2px
}

.nav>li>a:focus {
    background: #ef423a
}

.nav>li>a img {
    position: absolute;
    display: block;
    left: 25px;
    top: 0
}

.arrow {
    float: right;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    display: inline-block;
    height: 16px;
    line-height: 18px
}

.arrow:before {
    content: url(../images/ar1.png)
}

.nav>li.active .arrow:before {
    content: url(../images/ar2.png)
}

.header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0 0 240px;
    z-index: 999999
}

.header-nav {
    width: 100%;
    padding: 0 25px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.header-nav a {
    float: right;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-left: 25px;
    padding: 21px 0;
    line-height: 18px
}

.header-nav a img {
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: top
}

.content {
    width: 100%;
    padding: 85px 25px 25px 265px;
    position: relative
}

.wellcome {
    width: 100%;
    margin-bottom: 25px
}

.wellcome h4 {
    display: block;
    width: 100%;
    color: #0e0f0f;
    font-weight: 400
}

.wellcome h6 {
    display: block;
    width: 100%;
    color: #8a8a8a;
    font-weight: 300;
    margin-top: 10px
}

.c_slide {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
	height: 360px;
	overflow: hidden;
	text-align: center;
}

#slider {
    width: 100%;
    height: 490px
}

#slider li {
    position: relative;
}

#slider li a {
    display: block
}

.tit_slide {
    display: block;
    width: 75%;
    position: absolute;
    left: 25px;
    top: 50px;
    z-index: 9
}

#slider li a img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    height: 360px
}

#slider li:hover a img {
    opacity: 1
}

.tit_slide span {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    background: url(../images/ic-clock2.png) left center no-repeat;
    padding-left: 21px;
    margin-bottom: 5px
}

.tit_slide h2 {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 500;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .75)
}

.rhino-btn {
    width: 30px;
    height: 35px;
    z-index: 99
}

.rhino-prev,
.rhino-next {
    bottom: 50%;
    margin-bottom: -17.5px
}

.rhino-next {
    background: url(../images/ar-slide-right.jpg) center center no-repeat;
    right: 0
}

.rhino-next:hover {
    background: url(../images/ar-slide-right2.jpg) center center no-repeat
}

.rhino-prev {
    background: url(../images/ar-slide-left.jpg) center center no-repeat;
    left: 0
}

.rhino-prev:hover {
    background: url(../images/ar-slide-left2.jpg) center center no-repeat
}

.list_event {
    display: block;
    width: 100%;
    position: relative;
    list-style: none
}

.list_event ul {
    display: block;
    position: relative;
    list-style: none;
    margin-left: -12.5px;
    margin-right: -12.5px;
    margin-top: 25px;
    float: left
}

.list_event li {
    float: left;
    width: 25%;
    padding: 0 12.5px;
    overflow: hidden
}

.list_event li:after {
    display: block;
    height: 0;
    content: "";
    clear: both
}

.list_event li a {
    display: block;
    width: 100%
}

span.date_event {
    display: block;
    width: 100%;
    padding-left: 17px;
    background: url(../images/ic-clock.png) left center no-repeat;
    color: #888;
    font-size: 12px;
    margin-bottom: 10px
}

.list_event li a h6 {
    display: block;
    width: 100%;
    height: 60px;
    color: #0e0f0f;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease
}

.list_event li:hover a h6 {
    color: #ef423a
}

.thumb_event {
    display: block;
    position: relative
}

.thumb_event span {
    display: block;
    width: 67px;
    height: 25px;
    background: url(../images/bg-tag.png) left top no-repeat;
    padding-top: 5px;
    padding-right: 4px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 9
}

.thumb_img {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #000
}

.thumb_img img {
    width: 100%;
    opacity: .75;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease
}

.list_event li:hover .thumb_img img {
    opacity: 1;
    width: 102%
}

.tab_menu {
    width: 100%;
    margin-bottom: 25px
}

.tab_menu ul {
    display: block;
    width: 100%;
    list-style: none;
    float: left;
    border-bottom: 2px solid #d9d9d9
}

.tab_menu ul li {
    display: block;
    float: left
}

.tab_menu ul li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #8a8a8a;
    padding: 15px 25px;
    letter-spacing: .1px;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: -2px;
    outline: none;
    text-decoration: none
}

.tab_menu ul li a:hover {
    color: #ef423a;
    border-bottom: 2px solid #ef423a
}

.tab_menu ul li a:focus {
    color: #ef423a;
    border-bottom: 2px solid #ef423a
}

.content_menu {
    width: 100%;
    padding: 25px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    background: #fff;
    margin-bottom: 25px
}

.info_view {
    width: 100%;
    margin-bottom: 25px
}

.tit_cate {
    display: block;
    font-weight: 400;
    color: #0e0f0f;
    padding: 20px 25px;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0
}

.tit_cate:after {
    display: block;
    height: 0;
    content: "";
    clear: both
}

.info_view ul {
    display: block;
    float: left;
    width: 100%;
    list-style: none
}

.info_view ul li {
    float: left;
    display: block;
    width: 100%;
    padding: 6px 0
}

.left_label {
    float: left;
    width: 250px;
    min-height: 36px;
    margin-right: 25px
}

.left_label:after {
    display: block;
    height: 0;
    content: "";
    clear: both
}

.left_label span {
    display: block;
    width: 100%;
    color: #666;
    font-size: 14px;
    letter-spacing: .1px;
    padding: 8px 0
}

.left_label a.btn-blue {
    margin-right: 15px
}

.left_label a.btn-blue,
a.btn-blue {
    float: left
}

.right_info {
    float: left;
    position: relative
}

.right_info span {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #0e0f0f;
    letter-spacing: .1px
}

.right_info select {
    display: block;
    float: left;
    height: 36px;
    font-size: 14px;
    color: #0e0f0f;
    outline: none;
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/ar3.png) right center no-repeat;
    border-width: 0 0 1px 0;
    border-color: #d9d9d9;
    font-weight: 500
}

.right_info select option[data-default] {
    color: #f9f9f9
}

.right_info_sel1 {
    width: 250px
}

.right_info_sel2 {
    width: 70px;
    margin-right: 25px
}

.right_info_sel3 {
    width: 155px
}

.right_info_input {
    display: block;
    width: 250px;
    height: 36px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    font-weight: 500;
    color: #0e0f0f
}

.right_info_disable {
    display: block;
    width: 250px;
    height: 36px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    font-weight: 500;
    color: #0e0f0f;
    background: #efefef
}

.right_info_link {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #1580d2;
    font-weight: 400;
    font-size: 14px
}

.right_info_link:hover {
    text-decoration: underline
}

.right_info_btn {
    float: left;
    display: block;
    width: 250px
}

.right_info_btn a.btn-blue {
    float: right
}

.save_contact {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    box-shadow: none;
    outline: none;
    vertical-align: middle;
    margin-top: 0!important
}

p.info_eros {
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 100%;
    color: #ef423a!important;
    margin: 8px 0
}

.right_info label {
    display: block;
    height: 36px;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: -35px
}

.tbl_1 {
    width: 100%;
    border-collapse: collapse
}

.tbl_1 tr:first-child {
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 15px
}

.tbl_1 tr,
.tbl_1 td,
.tbl_1 th {
    padding: 12px 25px 12px 0;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    color: #0e0f0f
}

.tbl_1 th {
    text-transform: uppercase;
    color: #086fbe;
    font-weight: 500;
    letter-spacing: .1px;
    min-height: 36px;
    vertical-align: top
}

.tbl_1 th:nth-child(1),
.tbl_1 th:nth-child(2),
.tbl_1 th:nth-child(3),
.tbl_1 th:nth-child(4),
.tbl_1 td:nth-child(1),
.tbl_1 td:nth-child(2),
.tbl_1 td:nth-child(3),
.tbl_1 td:nth-child(4) {
    text-align: right;
    font-weight: 500
}

.tbl_2 {
    width: 100%;
    border-collapse: collapse
}

.tbl_2 tr:first-child {
    border-bottom: 1px solid #b3b3b3;
    padding: 12px 25px 12px 0
}

.tbl_2 tr,
.tbl_2 td,
.tbl_2 th {
    padding: 10px 25px 10px 0;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    color: #0e0f0f;
    min-height: 36px;
    vertical-align: middle
}

.tbl_2 th:nth-child(1),
.tbl_2 th:nth-child(3),
.tbl_2 td:nth-child(1),
.tbl_2 td:nth-child(3) {
    text-align: right;
    font-weight: 500
}

.tbl_2 th {
    text-transform: uppercase;
    color: #086fbe;
    font-weight: 500;
    letter-spacing: .1px;
    min-height: 36px;
    vertical-align: top
}

.tbl_2 td a.btn-blue {
    float: none;
    margin-top: 0
}

.btn_action {
    width: 100%;
    float: left
}

.header_logout {
    width: 100%;
    height: 60px;
    z-index: 999999;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.logo-logout {
    display: block;
    width: 60px;
    line-height: 60px
}

.logo-logout img {
    height: 40px
}

.logout_content {
    width: 100%;
    height: 100vh;
    padding-top: 200px;
    margin-bottom: -70px;
    margin-top: -60px
}

.logout_content h1 {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: #0e0f0f;
    margin-bottom: 25px
}

.logout_content h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: #666
}

.re-login {
    text-align: center;
    width: 100%
}

.re-login a.btn-blue {
    float: none
}

.popup {
    display: block;
    width: 500px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    border-radius: 3px;
    border: 1px solid #f2f2f2;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 30%
}

.popup h3 {
    display: block;
    width: 100%;
    color: #0e0f0f;
    font-weight: 500;
    margin-bottom: 25px
}

.popup p {
    display: block;
    width: 100%;
    color: #666;
    font-size: 18px;
    font-weight: 300
}

.btn_confirm {
    width: 100%
}

.btn_confirm a.btn-blue {
    float: right;
    margin-top: 0
}

.btn-cancel {
    float: right;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-right: 25px;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #ef423a
}

.acc_footer {
    width: 100%;
    padding: 25px 25px 25px 265px;
    background: #fff
}

.acc_footer span {
    opacity: .5;
    color: #000
}

@media screen and (min-width:1400px) and (max-width:1599px) {
    .login-form {
        margin-top: 60px
    }
}

@media screen and (max-width:1399px) {
    .login {
        padding-bottom: 0
    }
    .login-form {
        margin-top: 60px
    }
}

@media screen and (max-width:1069px) {
    .wrap {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
    .login-option {
        background-position: left bottom;
        height: auto;
        padding-bottom: 10px;
        padding-top: 10px
    }
    .login-option ul li {
        margin: 0;
        text-align: center;
        width: 20%;
        padding-left: 10px;
        padding-right: 10px
    }
    .login-option ul li img {
        float: none
    }
    .login-option ul li span {
        float: none;
        display: block!important;
        width: 100%;
        margin-top: 5px
    }
    .footer {
        height: auto
    }
}

@media screen and (max-width:768px) {
    .left_label {
        width: 150px
    }
}

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.cb-slideshow:after {
    content: ''
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 48s linear infinite 0s;
    -moz-animation: imageAnimation 48s linear infinite 0s;
    -o-animation: imageAnimation 48s linear infinite 0s;
    -ms-animation: imageAnimation 48s linear infinite 0s;
    animation: imageAnimation 48s linear infinite 0s
}

.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 48s linear infinite 0s;
    -moz-animation: titleAnimation 48s linear infinite 0s;
    -o-animation: titleAnimation 48s linear infinite 0s;
    -ms-animation: titleAnimation 48s linear infinite 0s;
    animation: titleAnimation 48s linear infinite 0s
}

.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px
}

.cb-slideshow li:nth-child(1) span {
    background-image: url(../images/1.jpg)
}

.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s
}

.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s
}

.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s
}

.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/1.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s
}

.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/2.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s
}

.cb-slideshow li:nth-child(7) span {
    background-image: url(../images/3.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s
}

.cb-slideshow li:nth-child(8) span {
    background-image: url(../images/4.jpg);
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s
}

.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s
}

.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s
}

.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s
}

.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s
}

.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s
}

.cb-slideshow li:nth-child(7) div {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s
}

.cb-slideshow li:nth-child(8) div {
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s
}

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        -moz-animation-timing-function: ease-out
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        -o-animation-timing-function: ease-out
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        -ms-animation-timing-function: ease-out
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        animation-timing-function: ease-out
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.no-cssanimations .cb-slideshow li span {
    opacity: 1
}

@media screen and (max-width:1140px) {
    .cb-slideshow li div h3 {
        font-size: 140px
    }
}

@media screen and (max-width:600px) {
    .cb-slideshow li div h3 {
        font-size: 80px
    }
}

.footer {
    width: 100%;
    background: #141ed2;
    border-top: 3px solid #d71920;
    bottom: 0
}

.f-copyright {
    float: left;
    display: inline-block;
    color: #f2f2f2;
    font-size: 12px;
    padding: 18px 0
}

ul.f-rule {
    float: left;
    display: block;
    list-style: none;
    margin-left: 50px
}

ul.f-rule li {
    float: left;
    padding: 18px 0
}

ul.f-rule li:first-child {
    margin-right: 15px
}

ul.f-rule li:first-child a {
    padding-right: 15px;
    border-right: 1px solid #f2f2f2
}

ul.f-rule li a {
    color: #f2f2f2;
    display: inline-block;
    font-size: 12px
}

ul.f-rule li a:hover {
    text-decoration: underline
}

.f-social {
    display: inline-block;
    color: #f2f2f2;
    padding: 18px 40px 18px 0;
    background: url(../images/ic-fb.png) right center no-repeat;
    float: right;
    font-size: 12px
}

.f-social:hover {
    text-decoration: underline
}

.login-lang {
    display: inline-block;
    float: right;
    line-height: 30px;
    color: #f2f2f2;
    font-size: 12px;
    padding: 10px 0;
    margin-left: 25px
}

.login-lang a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover;
    float: right;
    overflow: hidden;
    margin-left: 10px
}

.vn-lang {
    background: url(../images/flag-vn.jpg) center center no-repeat
}

.vn-eng {
    background: url(../images/flag-eng.jpg) center center no-repeat
}

.quicknav {
    width: 185px;
    position: fixed;
    right: -135px;
    top: 145px;
    z-index: 10;
    background: #484848;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s
}

.quicknav:hover {
    right: 0
}

.quicknav a {
    border-bottom: 1px solid #333;
    display: block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease
}

.quicknav a:hover {
    text-decoration: none;
    background: #f7171e
}

.quicknav a:hover span {
    text-indent: 5px
}

.quicknav a span {
    text-transform: uppercase;
    color: #FFF;
    display: inline-block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease
}

.quicknav a:last-child {
    border-bottom: none
}

.quicknav img {
    vertical-align: middle
}

.div_spinner {
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    opacity: .5;
    background: #000
}

.sk-fading-circle {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    margin: auto;
    width: 80px;
    height: 80px
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

.un-support-body {
    background-color: #BDBDBD
}

.un-support-content {
    margin-top: 50px;
    margin-right: 100px;
    margin-left: 100px;
    margin-bottom: 50px;
    background-color: white;
    overflow: auto;
    border: 1px solid #848484
}

.un-support-content h4 {
    color: #0080FF
}

.un-support-content h5 {
    color: #848484
}

.un-support-content h6 {
    color: #848484
}

.un-support-content table {
    margin: auto
}

.un-support-content table td {
    padding: 20px
}

.un-support-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 20px 265px;
    background: #fff
}

.login-form.login-form-rcp {
    margin: 160px auto 0 auto;
	width: 370px;
    float: none;
	background: rgba(255, 255, 255, .75);
}

#body-rcp {
	background-image: url('../../assets/images/background-blue.jpg');
	background-size: cover;
}