/*css web design and coded by www.jane-studio.com*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); @import url('https://fonts.googleapis.com/css?family=Kanit:300,400,500'); @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css); @import url(https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.1.0/css/hover.css); @import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css); @import url(superslides.min.css?v=1); 
body {
    font-family: "Poppins",Kanit,sans-serif;
    min-width: 1280px;
   /* padding: 0;
    margin: 0;*/
background-size: cover;
z-index:1;
    background-repeat: no-repeat;
    background-position: center center;
    background: #fff url(../img/bg.jpg?v=7) center top no-repeat;
    overflow-x: hidden
}

ul {
    list-style-type: none
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

.text-center{
	text-align:center!important
}

.top-nav {
	text-align: center;
    background-color:#eeeeee;
	opacity:0.9;
    height: 73px;
    width: 100%;
    border-bottom: 3px solid #347ab5;
    position: relative;
	cursor: pointer;
    z-index: 100
}

.top-nav .logo,.top-nav nav,.top-nav .social {
    display: inline-block;
    vertical-align: top
}

.top-nav .logo {
    position: relative;
    top: 5px
}

.top-nav .logo a {
    display: block
}

.top-nav nav {
    width: 1280px
}

.top-nav nav>ul {
    width: 100%
}

.top-nav nav>ul>li {
    display: inline-block;
    text-align: center;
    width: 145px;
    vertical-align: top;
    height: 70px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.top-nav nav>ul>li>a {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    letter-spacing: 1px;
    padding: 13px 0;
    text-decoration: none;
    display: block
}

.top-nav nav>ul>li>a span {
    color: #a3a3a3;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    padding: 3px 0
}

.top-nav nav>ul>li>ul {
    padding: 7px 0 30px;
    opacity: 0
}

.top-nav nav>ul>li>ul li {
    padding-top: 15px
}

.top-nav nav>ul>li>ul a {
    color: #c8b4a9;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.top-nav nav>ul>li>ul a:hover {
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

/*.top-nav nav>ul>li:nth-child(2):hover,.top-nav nav>ul>li:nth-child(3):hover,.top-nav nav>ul>li:nth-child(4):hover {
    background: url(../img/menu_hoverbg.png?v=1) no-repeat center top;
    height: 199px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}*/

.top-nav nav>ul>li:nth-child(3):hover,.top-nav nav>ul>li:nth-child(4):hover {
    background: url(../img/menu_hoverbg.png?v=1) no-repeat center top;
    height: 199px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.top-nav nav>ul>li:nth-child(1):hover>ul,.top-nav nav>ul>li:nth-child(2):hover>ul,.top-nav nav>ul>li:nth-child(3):hover>ul {
    opacity: 1
}

.top-nav nav>ul>li:nth-child(1):hover,.top-nav nav>ul>li:nth-child(2):hover,.top-nav nav>ul>li:nth-child(4):hover,.top-nav nav>ul>li:nth-child(5):hover,.top-nav nav>ul>li:nth-child(6):hover {
    background: url(../img/menu_hoverbgno.png?v=1) no-repeat center top;
    top: -3px;
    height: 80px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

footer {
    position: relative;
    z-index: 20;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 1280px;
    height: 90px;
    margin: 50px 0 0 0;
    /*overflow: hidden;
    border-top: 1px solid #0b0b0b;*/
    text-align: center;
    background: #000;
    font-size: 12px
}

footer span {
    display: inline-block;
    position: relative;
    height: 90px;
    color: #fff;
    font-size: 12px;
    line-height: 90px;
    letter-spacing: 1px
}

footer span:after {
    content: "";
    position: absolute;
    left: -150px;
    top: 35%;
    margin-top: -10px;
    background: url(../img/footer_logo.png?v=1) no-repeat center;
    width: 121px;
    height: 46px;
    display: inline-block;
    border-color: black
}

.social_button a {
    position: absolute;
    color: #404dad;
    font-size: 20px;
    top: -3px;
    left: 0;
    margin-left: 10px
}

.social_button a:hover {
    color: #515db6
}

@media only screen and (min-width: 767px) {
    .sky {
        height:400px;
        width: 100%;
        overflow: hidden;
        position: absolute;
        bottom: -130px;
        z-index: 0;
        pointer-events: none
    }
}

@media only screen and (max-width: 767px) {
    .sky {
        height:250px;
        width: 100%;
        overflow: hidden;
        position: absolute;
        bottom: -50px;
        z-index: 0;
        pointer-events: none
    }
}

.header_container {
    width: 100%;
    min-height: 600px;
    font-family: "Poppins",Kanit,sans-serif;
    position: relative;
    margin: 0 auto
}

.header_container::after {
    display: block;
    content: "";
    position: relative;
    top: 13em;
    /*background: url(../img/spector.png) repeat-x center top;*/
    width: 100%;
    height: 460px;
    background-position: 50% 50%;
    z-index: 5
}

.left {
    float: left
}

.right {
    float: right
}

.menutop li {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 100px
}

.menutop li:last-child {
    padding-right: 0
}

.menutop p {
    font-weight: 600;
    padding-top: 6px;
    font-family: "Poppins",Kanit,sans-serif;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase
}

.menutop span {
    font-weight: 500;
    font-family: "Poppins",Kanit,sans-serif;
    color: #999;
    font-size: 12px
}

.menutop div a p:hover {
    color: #fc0
}

.body_bg {
    position: relative;
    z-index: 20
}

.content_bg {
    position: relative;
    top: -3em;
    width: 100%;
    padding: 10px
}

.body_left {
    width: 25%;
    float: left
}

.clouds_one {
    background: url(../img/cloud1.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: cloud_one 130s linear infinite;
    -moz-animation: cloud_one 130s linear infinite;
    -o-animation: cloud_one 130s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.clouds_two {
    background: url(../img/cloud2.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: cloud_two 50s linear infinite;
    -moz-animation: cloud_two 50s linear infinite;
    -o-animation: cloud_two 50s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0)
}

.clouds_three {
    background: url(../img/cloud3.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: cloud_three 200s linear infinite;
    -moz-animation: cloud_three 200s linear infinite;
    -o-animation: cloud_three 200s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

@-webkit-keyframes cloud_one {
    0% {
        left: 0
    }

    100% {
        left: -200%
    }
}

@-webkit-keyframes cloud_two {
    0% {
        left: 0
    }

    100% {
        left: -200%
    }
}

@-webkit-keyframes cloud_three {
    0% {
        left: 0
    }

    100% {
        left: -200%
    }
}

@-moz-keyframes cloud_one {
    0% {
        left: 0
    }

    100% {
        left: -200%
    }
}

@-moz-keyframes cloud_two {
    0% {
        left: 0
    }

    100% {
        left: -200%
    }
}

@-moz-keyframes cloud_three {
    0% {
        left: 0
    }

    100% {
        left: -200%
    }
}

.body_middle {
    width: 47.56%;
    float: left;
    margin-left: 15px;
    margin-right: 15px
}

.body_right {
    width: 25%;
    float: left
}

.wide-container {
    border: 1px solid #ddd;
    background-color: #eee;
    max-width: 100%;
    height: 250px;
    margin: 0 auto
}

.btn-createaccount {
    width: 100%;
    height: 132px;
    background: url(../img/btn-download.png?v=3) center top no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    content: '';
    position: relative;
    margin: 0 auto;
    overflow: hidden
}

.createaccount {
    position: absolute;
    top: -5px
}

.createaccount span,.createaccount span:after {
    display: block;
    margin: 0 auto;
    width: 307px;
    height: 132px;
    background: url(../img/font-download.png?v=1) no-repeat;
    content: "";
    cursor: pointer
}

.createaccount:hover span {
    animation: linear icoBig 1.6s infinite;
    -webkit-animation: linear icoBig 1.6s infinite
}

.createaccount:hover span:after {
    opacity: .6;
    animation: linear icoBig2 1.6s infinite;
    -webkit-animation: linear icoBig2 1.6s infinite
}

@-webkit-keyframes icoBig {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    30% {
        -webkit-transform: scale(.93);
        transform: scale(.93)
    }

    45% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes icoBig {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scale(1.05)
    }

    30% {
        transform: scale(.93)
    }

    45% {
        transform: scale(1.04)
    }

    60% {
        transform: scale(1)
    }
}

@-webkit-keyframes icoBig2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes icoBig2 {
    0% {
        transform: scale(1)
    }

    20% {
        opacity: 0;
        transform: scale(1.3)
    }

    100% {
        opacity: 0;
        transform: scale(1)
    }
}

.btn-login {
    background-color: #eeeeee;
    border: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    width: 100%;
    /*height: 210px;*/
    position: relative;
    padding: 20px
}

.loginbox {
    width: 65%;
    position: relative;
    float: left;
    padding-right: 15px
}

.submitbox {
    width: 35%;
    position: relative;
    float: left
}

.btn-submit {
    background-color: #347ab5;
    border: 1px solid #2d71aa;
    width: 100%;
    color: #fff;
    height: 75px;
    top: 6.5px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    position: relative;
    float: left
}

.btn-submit:hover {
    background-color: #136ab3
}

.btn-class {
    background-color: #eeeeee;
    width: 100%;
    height: 250px;
    position: relative;
    padding: 20px;
    border: 1px solid #ddd
}

.icon-sword {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 46px;
    left: 0;
    top: 15px;
    background-color: #347ab5;
    background-size: 100% auto;
    z-index: 0
}

.menuright ul li a {
    font-size: 14px;
    padding: 8px 0 12px 0;
    color: #999;
    position: relative;
    z-index: 10;
    left: -38px;
    display: block;
    transition: .3s
}

.menuright ul li a:hover {
    padding: 8px 0 12px 20px;
    color: #347ab5
}

.showclass img {
    position: absolute;
    bottom: 0;
    right: -3em
}

.btn-time {
    background: url(../img/bg-time.jpg?v=1) no-repeat;
    width: 100%;
    height: 117px;
    position: relative;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    border-top: 0;
    margin-bottom: 15px
}

.btn-time h3 {
    font-size: 18px;
    color: #725142;
    position: absolute;
    right: 20px;
    top: -5px
}

.btn-time span {
    color: #333;
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 12px
}

.btn-time h2 {
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 16px;
    color: #725142
}

.icon-clock {
    position: absolute;
    left: -1em;
    top: -0.8em;
    width: 124px;
    height: 117px;
    background-image: url(../img/icon/ma-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 2
}

.ranking_body_right {
    width: 100%;
    float: left;
    padding: 15px;
    padding-top: 10px;
    min-height: 218px;
    border: 1px solid #ddd;
    background-color: #140905;
    border-radius: 6px
}

.rankings table tr td:hover {
    color: #fff
}

.rankings table tr td:last-child {
    text-align: center
}

.rankings table {
    border-collapse: separate;
    border-spacing: 0 8px;
    position: relative;
    font-size: 14px;
    top: -5px;
    width: 100%
}

.rankings table tr td,.rankings table tr th {
    vertical-align: middle;
    line-height: 24px
}

.rankings table tr th {
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    padding: 0 auto;
    color: #999
}

.rankings h4 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 auto
}

.content_body_middle {
    width: 100%;
    float: left;
    /*padding-top: 10px*/
}

.content_event_middle {
    width: 100%;
    float: left;
    padding-top: 10px
}

.list-class li {
    list-style-type: none;
    margin: 0 0 7.4px 0;
    padding: 0 0 5px 0
}

.list-news {
    margin: 0;
    padding: 0
}

.list-news li {
    list-style-type: none;
    margin: 0 0 7.4px 0;
    padding: 8px 0 15px 0;
    border-bottom: 1px dashed #ddd
}

.list-news a {
    color: #999
}

.list-news a:hover {
    color: #f8e888
}

.boxtext-news {
    width: 385px;
    height: 21px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: '...?';
    display: inline-block;
    vertical-align: middle
}

.recent-news {
    width: 500px;
    height: 21px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: '...?';
    display: inline-block;
    vertical-align: middle
}

.boxtext-news-view {
    width: 650px;
    height: 21px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: '...?';
    display: inline-block;
    vertical-align: middle
}

.date-box {
    line-height: 20px;
    color: #999;
    opacity: .2;
    font-size: 12px
}

.iconlabel {
    width: 60px;
    height: 25px;
    background: url(../img/icon/icon-label.png) no-repeat left top;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.iconlabel-update {
    background-position: 0 0
}

.iconlabel-news {
    background-position: -60px 0
}

.iconlabel-promotion {
    background-position: -120px 0
}

.font-10 {
    font-size: 10px
}

.btn-scroll {
    background-color: #0c0b09;
    border: 1px solid #1a1a1a;
    width: 50%;
    height: 26px;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
    position: relative;
    float: left
}

.btn-scroll-h {
    background-color: #0c0b09;
    border: 1px solid #1a1a1a;
    width: 100%;
    height: 26px;
    text-align: center;
    font-size: 10px;
    border-radius: 4px;
    position: relative
}

.btn-scroll:hover {
    background-color: #090806
}

.news .tabs ul {
    list-style: none;
    padding: 0 auto;
    margin: 0 auto;
    vertical-align: center;
    width: 100%;
    position: relative;
    right: -6.6em;
    top: -40px;
    z-index: 15
}

.news .tabs ul li a {
    font: 12px "Poppins",Kanit,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #929292;
    display: block;
    text-transform: uppercase;
    float: left;
    padding: 5px 20px;
    margin: 0 4px;
    margin-bottom: -24px;
    transition: .2s
}

.img-ac {
    width: 201px;
	padding:10px;
    height: 107px
}

.thumb-boxnews {
    overflow: hidden
}

.boxnews .thumb-boxnews img {
    -webkit-transition-property: -ms-transform,transform,-webkit-transform;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    transition-property: -ms-transform,transform,-webkit-transform;
    transition-duration: .5s;
    transition-timing-function: ease
}

.boxnews:hover .thumb-boxnews img {
    -ms-transform: rotate(10deg) scale(1.5,1.5);
    -webkit-transform: rotate(10deg) scale(1.5,1.5);
    transform: rotate(10deg) scale(1.5,1.5)
}

#menu-1,#menu-2,#menu-3,#menu-4,#menu-5 {
    position: relative;
    left: 5px;
    color: #fff;
    background: #ecb567;
    border-radius: 100px;
    text-decoration: none
}

#menu-1.active {
    color: #fff
}

.news .tabs ul li a:hover {
    color: #fff
}

.body_menu_left {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    border: 1px solid #ddd;
    background-color: #eeeeee;
    border-radius: 6px
}

.fb_body_right {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #ddd;
    background-color: #eeeeee;
    padding: 15px
}

.hilight_body_middle {
    width: 100%;
    float: left;
    border-radius: 6px;
    border: 1px solid #ddd;
    background-color: #eeeeee;
    margin-top: 15px;
    padding: 15px
}

.body_middle_war {
    width: 100%;
    float: left;
    border-radius: 6px;
    border: 1px solid #ddd;
    background-color: #eeeeee;
    padding: 15px
}

.mt-0 {
	margin-top:0!important;
}

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

.hilight_body_middle img {
    opacity: 1
}

.hilight_body_middle img:hover {
    opacity: 0.5
}

.class_list span {
    padding: 0 7px;
    font-size: 12px;
    color: #fff;
    position: relative;
    z-index: 5
}

.class_list :hover {
    color: #999
}

.contact_body {
    width: 100%;
    float: left;
    border-radius: 6px;
    border: 1px solid #ddd;
    background-color: #eee;
    margin-top: 15px;
    padding: 15px
}

.contact_body span {
    color: #999
}

.line-bottom {
    width: 100%;
    height: 1px;
    padding-top: 8.5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd
}

.title {
    font-size: 16px;
    color: #347ab5;
    line-height: 25px;
    min-height: 35px;
    width: 100%;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: '...?'
}

.title i {
    font-size: 16px;
    color: #999
}

.title span {
    font-size: 10px;
    font-weight: normal;
    color: #dbc078
}

.title-view {
    line-height: 25px;
    min-height: 35px;
    width: 100%;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px
}

.title-view p {
    font-size: 16px;
    color: #333;
    width: 70%;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: '...?'
}

.title-view i {
    font-size: 16px;
    color: #fff
}

.moreicon {
    float: right;
    color: #fff;
    display: block;
    font-size: 16px
}

.moreicon-c i {
    color: #5cb85c!important;
}

.mt-15 {
	margin-top:15px;
}

.mt-30 {
	margin-top:30px;
}

.mb-15 {
	margin-bottom:15px;
}

.moreright {
    position: absolute;
    right: 0;
    top: 0;
    float: left;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 500
}

.moreright i {
    font-size: 18px;
    color: #354e8c
}

.moreright i:hover {
    color: #fff
}

.img-view {
    width: 100%;
    background-color: #0c0b09;
    padding: 10px;
    border: 1px solid #1a1a1a;
    margin-top: 15px;
    margin-bottom: 15px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.header_text {
    position: relative;
    z-index: 1
}

.header_text h3 {
    color: #fff;
    margin-top: 0
}

.header_text span {
    position: relative;
    color: #fff;
    top: -8px;
    left: 1px;
    font-size: 8px
}

/*.fb-page {
    margin-top: 10px;
    height: 482px
}*/

.white {
    color: #fff
}

.colorsoft {
    color: #999
}

.purple {
    color: #8041a2
}

.red {
    color: #f00
}

.gray {
    color: #999
}

.brown {
    color: #666
}

.blue {
    color: #2474d5
}

.green {
    color: #90b63f
}

.orange {
    color: #f2672e
}

.f28 {
    font-size: 16px
}

.box_php_right {
    width: 73.78%;
    float: left;
    padding: 15px;
    padding-top: 10px;
    margin-left: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 6px;
    /*min-height: 1160px*/
}

.box_content {
    width: 100%;
    padding: 15px;
    padding-top: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 6px;
    /*min-height: 1160px*/
}

ul {
    list-style: none
}

li {
    list-style: none
}

.quickLinksleft {
    width: 100%;
    position: relative
}

.quickLinksleft ul,.quickLinksleft li {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    border-bottom: 1px dashed #ccc;
    list-style: none
}

.quickLinksleft ul,.quickLinksleft li:last-child {
    border-bottom: 0
}

.quickLinksleft li a {
    color: #666;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding: 17px 0;
    padding-left: 65px;
    position: relative;
    margin-bottom: 3px;
    z-index: 3
}

.bg-marquee {
    width: 100%;
    height: 40px;
    margin-top: 15px;
    background: url(../img/bg-marquee.png?v=2)
}

.bg-marquee p {
    width: 576px;
    color: #347ab5;
    padding: 9px 0 0 75px
}

.quickLinksleft li a span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    text-transform: initial;
    color: #999
}

.quickLinksleft li a::before {
    width: 54px;
    height: 61px;
    background: url(../img/quickLinksleftImg.png) center top no-repeat;
    content: '';
    position: absolute;
    top: 7px;
    z-index: 3;
    left: 0
}

.quickLinksleft li:nth-child(2) a::before {
    background-position: 0 -73px
}

.quickLinksleft li:nth-child(3) a::before {
    background-position: 0 -142px
}

.quickLinksleft li:nth-child(4) a::before {
    background-position: 0 -200px
}

.quickLinksleft li:nth-child(5) a::before {
    background-position: 0 -265px
}

.quickLinksleft li:nth-child(6) a::before {
    background-position: 0 -320px
}

.quickLinksleft li a::before {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.quickLinksleft li a:hover::before {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.news_box {
    padding-bottom: 13px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px
}

.news_box:last-child {
    border-bottom: 0
}

.news_box dt {
    float: left;
    margin-right: 15px
}

.news_box dt a {
    display: block;
    width: 100%;
    height: 107px;
    overflow: hidden
}

.news_box dd {
    float: left;
    width: 63%;
    overflow: hidden
}

.news_box_view dd {
    float: left;
    width: 63%;
    overflow: hidden
}

.news_box dd p {
    color: #999;
    font-size: 12px;
    padding: 4px 0;
    height: 4.6em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.type-tab {
    opacity: 1;
    float: left;
    color: #ecb567;
    font-size: 12px
}

.date-tab {
    opacity: 1;
    float: right;
    color: #ecb567;
    font-size: 12px
}

.news_box dd h3 a {
    display: block;
    font-size: 14px;
    color: #5cb85c;
    font-weight: 500;
    width: 100%;
    margin-top: -20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news_box_view {
    padding-bottom: 13px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px
}

.news_box_view:last-child {
    border-bottom: 0
}

.news_box_view dt {
    float: left;
    margin-right: 15px
}

.news_box_view dt a {
    display: block;
    width: 100%;
    height: 107px;
    overflow: hidden
}

.news_box_view dd {
    float: left;
    width: 75.3%;
    overflow: hidden
}

.news_box_view dd p {
    color: #999;
    font-size: 12px;
    padding: 4px 0;
    height: 4.6em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news_box_view dd h3 a {
    display: block;
    font-size: 14px;
    color: #5cb85c;
    font-weight: 500;
    width: 100%;
    margin-top: -20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.srch-form {
    position: relative;
    width: 44px
}

.srch-wrapper {
    position: absolute;
    top: -70px;
    left: 49.45em;
    width: 44px;
    height: 40px;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.srch-wrapper.open {
    width: 200px
}

.srch-input {
    position: relative;
    background-color: #211107;
    height: 44px;
    line-height: 26px;
    padding: 5px 10px 5px 32px;
    box-sizing: border-box;
    border: 2px solid #ddd;
    border-radius: 100px;
    margin: 0;
    width: 100%
}

.srch-input:focus {
    outline: 0;
    border-color: #5cb85c
}

.srch-button {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #ddd;
    width: 44px;
    height: 44px;
    text-align: center
}

.srch-button:focus {
    outline: 0
}

.srch-input:focus+.srch-button,.srch-button:hover {
    color: #aaa
}

.guild_box_site {
	float:left;
	width:29.5%;
	margin:10px;
	padding: 20px;
	margin-top:30px;
	position:relative;
	min-height: 200px;
	background: transparent;
}

.guild_box_site span {
	color:#000;
	font-weight:500;
	text-align:center;
	font-size:12px;
	margin-top:-5px;
 	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out}
	
.ffoe p{
	color:#347ab5;
	font-size:12px;
	font-weight:500;
	margin-top:-5px;
	text-align:center;
 	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out}
	
.ffoe {
	margin: 10px auto}
	
.guildembled2{
	position:relative;
	background:url('../img/war-flag.png') no-repeat;
	width:77px;
	height:91px;
	margin:auto;}
	
.guildembled2 .emmm{
	position:absolute;
	width: 24px;
	height:24px;
	background: #ccc;
	top:30px;
	left:27px;}

@media (max-width: 1170px) {
    body,html {
        width:1280px;
        overflow-x: hidden
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}
}

/*css web design and coded by www.jane-studio.com*/