@import url(https://fonts.googleapis.com/css?family=Kanit:400,300,500&subset=thai,latin);

body,
td,
th {
    font-family: 'Kanit';
    font-size: 17px;
    color: #333;
}

body {
    background-color: #FFF;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;

    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

iframe,
table {
    max-width: 100%
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: #3F54A4;
}


.top a {
    color: white;
}

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

.wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 1024px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
}

.fl_left {
    float: left
}

.fl_right {
    float: right
}

.clear {
    clear: both;
}

.yellow {
    background: rgba(0, 0, 0, 0.8);
    color: white !important;
}

.mmm {
    background: rgba(4, 4, 4, 0.86);
}

.yellow2 {
    background: #ffa200
}

.grey {
    background-color: rgba(24, 32, 37, 0.87);
}

.mobileonly {
    display: none
}

@media screen and (max-width: 800px) {
    .wrap {
        width: 97%
    }

    .fullonly {
        display: none
    }

    img {
        max-width: 100%
    }

    .mobileonly {
        display: block
    }
}

/************************* top ******************************/
.top,
.bottom {
    display: block;
    padding: 10px 0;
    border-top: 5px #ea3333 solid;
    font-size: 13px;
}

.logo_div {
    float: left
}

.topadv {
    margin-top: 15px;
}

#search-form {
    position: relative;
    top: -6px;
}

#search-field {
    width: 160px;
    height: 28px;
    color: #5f574f;
    padding: 4px 33px 4px 10px;
    border: 0px solid #ffa200;
    background-color: #fbfbf9;
    border-radius: 2px;
    position: absolute;
    right: 0
}

#search-box {
    position: absolute;
    display: block;
    top: 2px;
    right: 0px;
}

#search-type input:focus {
    outline: 2px solid #0098db
}

#search-type label {
    font-weight: 400;
    color: #f2f1eb
}

#search-form #search-btn {
    cursor: pointer;
    border: none;
    height: 20px;
    width: 30px;
    background-color: #fbfbf9;
    position: absolute;
    right: 5px;
    top: 3px
}

#search-form #search-btn i {
    color: #5f574f
}

#search-form #search-btn:hover {
    opacity: .6
}

#search-form #search-btn:focus {
    outline: 2px solid #0098db
}

.fa-search {}

@media screen and (max-width: 800px) {
    /*#search-field {
        width: 110px
    }*/

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

    .logo_div img {
        margin: 0 auto;
    }

}


/*********************************** menu *************************************/
.menu_section nav,
.menu_section ul,
.menu_section li {
    margin: 0;
    padding: 0;
}

.menu_section a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
}

.menu_section img {
    vertical-align: middle;
}

.menu_section {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 46px;
    z-index: 999;
    border-radius: 2px;
    float: left;
}

.menu_section ul {
    width: 1024px;
    margin: 0 auto;
    list-style: none;
    position: relative;
}

.toggleMenu {
    display: none;
    padding: 0px;
    color: #333;
    position: relative;
    padding: 1px 10px;
}

.menu_section label:after {
    position: relative;
    color: #ffffff;
    content: "\2261";
    font-size: 22px;
    cursor: pointer;
}

.nav {
    list-style: none;
    *zoom: 1;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 9em;
}

.nav a {
    padding: 12px 13px;
    height: 22px color:#ffffff;
}

.nav li {
    position: relative;
}

.nav li i {
    vertical-align: middle;
    margin-top: 0px;
}

.nav>li {
    float: left;
}

.nav>li:hover {
    background: rgba(255, 0, 0, 0.68);

}

.nav>li>a {
    display: block;
}

.nav li ul {
    position: absolute;
    left: -9999px;
    top: 39px;
}

.nav>li.hover>ul {
    left: 0;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a {
    display: block;
    position: relative;
    z-index: 100;
}

.nav li li li a {
    z-index: 200;
}

.nav li li {
    width: 250px;
    background: rgba(32, 46, 101, 0.70);
}

.nav li li:hover {
    background: #3F54A4;
}



@media screen and (max-width: 800px) {
    .menu_section {
        top: 0px;
    }

    .menu_section ul {
        width: 100%;
    }

    .active {
        display: block;
    }

    .nav {
        display: none;
    }

    .nav>li {
        float: none;
    }

    .nav>li>.parent {
        background-position: 95% 50%;
    }

    .nav ul {
        display: block;
        width: 100%;
    }

    .nav>li.hover>ul,
    .nav li li.hover ul {
        position: static;
    }


    .nav li {
        background: #3F54A4;
    }

    .nav li li {
        width: 100%;
        background: #3F54A4;
    }

    .nav li:hover,
    .nav li li:hover {
        background: #202E65;
    }



}

/*********************************** content *************************************/
.row1 {
    width: 49%;
    float: left;
    margin: 5px 5px;
}

.row2 {
    width: 100%;
    float: left;
    margin: 5px 0px;
}

.row2_1 {
    width: 24%;
    float: left;
    margin: 5px 5px;
}

.row2_2 {
    width: 74%;
    float: left;
    margin: 5px 5px;
}

.row3 {
    width: 100%;
    float: left;
    margin: 5px 0px;
}

.row4_1 {
    width: 64%;
    float: left;
    margin: 5px 5px;
}

.row4_2 {
    width: 34%;
    float: left;
    margin: 5px 5px;
}

@media screen and (max-width: 800px) {

    .row1,
    .row2,
    .row2_1,
    .row2_2,
    .row3,
    .row4_1,
    .row4_2 {
        width: 100%;
        margin: 0;
        overflow-x: hidden;
    }
}

.ftbottom {
    font-size: 13px;
}

.coll3 {
    position: relative;
    float: left;
    width: 30%;
    padding: 10px 10px;
    text-align: left;
    display: block;
}

.coll2 {
    width: 17%;
}

.col25 {
    width: 25%;
}

.coll3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.coll3 ul strong {
    font-weight: bold;
    color: #FF0;
    margin-left: 15px;
}

.coll3 ul li {
    display: block;
}

.coll3 ul li a {
    display: block;
    padding: 4px 0 4px 0px;
    color: #fff;
}

.coll3 ul li a:hover {
    color: #FFF;
    background: #666;
    border-radius: 3px;
}


@media screen and (max-width: 800px) {
    .coll3 {
        width: 45%;
        margin-bottom: 10px;
    }
}

.share {
    position: relative;
}

.share div {
    float: right;
    margin: 0 3px;
}

.emo {
    position: relative;
}

.emo iframe {
    width: 100%;
    height: 90px;
}

@media screen and (max-width: 800px) {
    .share {
        width: 100%;
        padding: 5px 10px;
        position: fixed;
        bottom: 0px;
        text-align: center;
        z-index: 99;
        background-color: rgba(255, 255, 255, 1);
    }

    .share div {
        text-align: center;
        float: left;
    }

    .emo {
        width: 100%;
    }

    .emo iframe {
        width: 100%;
        height: 150px;
    }

    .colmobile {
        width: 95% !important;
    }

    .grey {
        margin-left: 7px;
        width: 97%;
    }
}


.ads_left {
    position: absolute;
    left: -160px;
    top: 460px width:130px;
}

@media screen and (max-width: 768px) {
    .ads_left {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
    }
}


#lotto_frame {
    position: absolute;
    top: -90px;
}

#lotto_div {
    position: relative;
    overflow: hidden;
    height: 195px;
    width: 100%;
    margin-bottom: 7px;
}

li.slide img {
    height: 437px;
    width: 99.8%;
    object-fit: contain;
    background-color: black;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.fl_right a {
    color: white !important;
}


.iframe_border,
.img_border {
    border: #CCC 1px solid;
    position: relative;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.menu-data {

    background-color: rgba(255, 255, 255, 0.85);
    color: white;
    border-bottom: 1px;
    border-style: solid;
    border-color: white;
    padding: 1px;
    margin-bottom: 5px;
    text-align: left;
    border: 1px solid #dedede;

}

.menu-data img {
    border-radius: 3px;
    width: 100%;
    height: 45px;
    object-fit: contain;
    background-color: white;
}

.title_red {
    color: #ffffff;
    padding: 5px 0 2px 10px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: #ff9999 5px solid;
    background: #F00;
}

.title_orange {
    color: #ffffff;
    padding: 5px 0 2px 10px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: #ffc258 5px solid;
    background: #ffa200;
}

.title_yellow {
    color: #fff;
    padding: 5px 0 2px 10px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: #fdee8a 5px solid;
    background: #ffc000;
}

.title_green {
    color: #fff;
    padding: 5px 0 2px 10px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: #45be7e 5px solid;
    background: #007236;
}

.title_blue {
    color: #fff;
    padding: 5px 0 2px 10px;
    font-size: 17px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: #69b2e2 5px solid;
    background: #0072bc;
}

.title_pink {
    color: #fff;
    padding: 5px 0 2px 10px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: #ea77bb 5px solid;
    background: #ed008c;
}

.index_title_more {
    margin-top: 1px;
    margin-right: 10px;
    position: relative;
    float: right;
    color: #fff;
}


/****************************can edit ****************************/

.canedit {
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.canedit span {
    display: none
}

.canedit:hover span {
    display: block;
    position: absolute;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0px;
    top: 0px;
    padding: 5px;
}


/********************** center *******************************/

.scroll {
    width: 99%;
    display: block;
    padding: 6px;
    margin: 10px 0px;
    background-color: #f3f2f0;
    margin-bottom: 5px;
}

.scroll img {
    vertical-align: middle;
    padding: 0px 10px
}

.scroll a {
    color: #3F53A3;
    text-decoration: none;
}


/********************** mylist *******************************/

.mylist ul {
    list-style: none;
    padding: 0px;
    width: 100%;
    margin: 0px;
}

.mylist ul li {
    padding: 7px 0px;
    border-bottom: #CCC 1px dotted;
}

.mylist ul li:hover {
    background: #f6f6f6;
}

.mylist a:hover {
    text-decoration: underline;
}

.mylist ul li img {
    margin-right: 0px;
    vertical-align: middle;
}


/*************************** page *************************/

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

.page_content img,
.page_content table,
.page_content iframe {
    max-width: 100%;
}


/*
.page_content input[type="text"] , .page_content input[type="password"]{
    width:98%;
    font-size:13px;
    color:#3A3A3A;
    border:1px solid #CCC;
    background:#f9f9f9;
    padding:6px;
    outline:none;
    }
.page_content textarea {width:100%; height:100px;}

.page_content input[type="submit"],.page_content input[type="button"]{
    font-size:1em;
    padding:2px 5px;
    font-family: tahoma;
    background:#3F53A3;
    color:#fff;
    text-decoration: none;
    border:none;
    cursor:pointer;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}
.page_content input[type="submit"]:hover,.page_content input[type="button"]:hover{
    text-shadow: 0px 0px 1px #3F53A3;
    background: #3F53A3;
}
*/


/*************************** content-pagenation *************************/

.content-pagenation {
    padding: 35px 0;
    text-align: center;
}

.content-pagenation ul,
.content-pagenation li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-pagenation li {
    display: inline-block;
}

.content-pagenation li a {
    color: #303030;
    font-size: 0.8em;
    font-family: tahoma;
    background: #FFF;
    padding: 10px 12px;
    box-shadow: 0px 0px 5px #ADADAD;
    -webkit-box-shadow: 0px 0px 2px #ADADAD;
    -moz-box-shadow: 0px 0px 2px #ADADAD;
    -o-box-shadow: 0px 0px 2px #ADADAD;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.content-pagenation li a:hover,
.content-pagenation li.active a {
    background: #3F53A3;
    color: #FFF;
}


/**************************** table **************************/

.mytable {
    border-collapse: collapse;
}

.mytable table,
.mytable tr,
.mytable td {
    border: #CECECE solid 1px;
}

.mytable tr:hover {
    background-color: #f3f3f3;
}

.mytable a:hover {
    text-decoration: underline;
    color: #3F53A3
}

.mytable a {
    color: #3F53A3
}

.mytable td {
    padding: 5px;
    vertical-align: middle;
    color: #3F53A3;
    font-size: 13px;
}

.mytable2 {
    border-collapse: collapse;
}

.mytable2 table,
.mytable2 tr {
    border: #CECECE solid 1px;
}

.mytable2 a:hover {
    text-decoration: underline;
    color: #3F53A3
}

.mytable2 a {
    color: #3F53A3
}

.mytable2 td {
    padding: 5px;
}

.mytable2 div#bb {
    background-color: #f0f0f0;
    border: #CECECE solid 1px;
    padding: 5px;
    margin: 2px;
    color: #000
}

.page_content table {
    border-collapse: collapse;
}

.page_content table,
.page_content tr,
.page_content td {
    border-color: #CECECE;
}

.page_content tr:hover {
    background-color: #f3f3f3;
}

.page_content td {
    padding: 10px;
    vertical-align: middle;
}

.mycontent_desc {
    clear: both;
    font-size: 13.4px;
    letter-spacing: normal;
    line-height: 24px;
}

.mycontent-tabs-list h3 {
    font-family: tahoma;
    font-size: 13.4px;
    letter-spacing: normal;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 10px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    background: #3F53A3;
    margin-right: 5px;
    border-radius: 2px 2px 0 0;
}

.mycontent-tabs-list h3:hover {
    color: #fff;
    background-color: #000;
}

.mycontent-tabs-container {
    border: 1px solid #3F53A3;
    padding: 5px;
}

.mycontent-tabs-container a {}

.mycontent-tabs-container a:hover {
    color: #3F53A3;
}

.mycontent-tabs-container a {}

.mycontent-tabs-container a:hover {
    color: #3F53A3;
}

.mycontent-tabs-container table {
    border-collapse: collapse;
}

.mycontent-tabs-container td {
    padding: 5px;
}


/************************ event **************************/

.event {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.event_box {
    border-bottom: #CCC 1px dashed;
    padding: 5px 0 10px 0;
}

.event_box:hover {
    background: #f3f3f3;
}

.event a {
    font-weight: normal;
    color: #000;
    line-height: 16px
}

.event-date {
    width: 40px;
    padding: 10px 5px;
    float: left;
    margin-right: 5px;
}

.event-date .event-month {
    padding-left: 0px;
    font-weight: 400;
    font-size: 12xp;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.event-date .event-day {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #3F53A3;
    line-height: 26px;
}

.timestamp {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}


/************************ news col **************************/

.h2_title {
    color: #0072bc;
    padding: 5px 0 5px 10px;
    font-size: 14px;
    font-family: tahoma;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: #0072bc 1px dashed;
    border-top: #0072bc 2px solid;
}

.h2_title2 {
    color: #333;
    padding: 5px 0 5px 10px;
    font-size: 14px;
    font-family: tahoma;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: #999 1px dashed;
}

.news_col {
    position: relative;
    float: left;
    width: 240px;
    padding: 0px 5px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.news_col span {
    position: relative;
    display: block;
    color: #000;
    text-align: left;
    padding: 0px;
    height: 46px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    text-align: left;
    word-break: keep-all;
}

.news_col:hover span,
.news_col:hover strong {
    color: #3F53A3;
}

.news_img {
    position: relative;
}

.news_img img {
    width: 230px;
    height: 140px;
    border: #f0f0f0 1px solid;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.news_img span {
    position: absolute;
    color: #fff;
    left: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    width: 220px;
    padding: 5px;
}

.news_img div {
    position: absolute;
    color: #fff;
    right: 5px;
    top: 5px;
    padding: 5px 5px;
    font-size: 9px;
    background-color: rgba(0, 0, 0, 0.3);
}

.news_detail {
    background: #eeefef;
    padding: 10px 10px;
    height: 50px;
    text-align: left;
    text-align: center
}

.news_col:hover .news_img img {
    border: #3B5096 1px solid;
    -khtml-opacity: .70;
    -moz-opacity: .70;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.7);
    opacity: .70;
}

.news_col_big {
    position: relative;
    float: left;
    width: 240px;
    padding: 0px 5px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.news_img_big {
    position: relative;
}

.news_img_big img {
    width: 230px;
    height: 230px;
    border: #f0f0f0 1px solid;
}

.news_img_big span {
    position: absolute;
    color: #FFF;
    left: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    width: 220px;
    padding: 5px;
}

.news_detail_big {
    background: rgba(202, 219, 232, 0.40);
    border-radius: 3px;
    padding: 10px 10px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: justify;
    height: 137px;
    overflow: hidden;
}

@media screen and (max-width: 800px) {
    .news_detail_big {
        margin-left: 0px;
        margin-right: 0px;
        text-align: left;
        height: 98px;
        overflow: hidden;
    }
}

.news_col_big:hover .news_img_big img {
    border: #3F53A3 1px solid;
    -khtml-opacity: .70;
    -moz-opacity: .70;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.7);
    opacity: .70;
}

.news_col2 {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0px;
    margin: 0px 0px 15px 0px;
    ;
    border-bottom: #CCC 1px dotted;
}

.news_img2 img {
    position: relative;
    margin: 0 5px 5px 0;
    float: left;
    width: 100px;
    height: 80px;
    border: #f0f0f0 1px solid;
    /*box-shadow: 0px 12px 14px -10px #333;
    -webkit-box-shadow: 0px 12px 14px -10px #333;
    -moz-box-shadow: 0px 12px 14px -14px #333;
    -o-box-shadow: 0px 12px 14px -14px #333;*/
}

.news_detail2 {
    padding: 0;
    height: 80px;
}

.news_col2:hover .news_img2 img {
    border: #3F53A3 1px solid;
    -khtml-opacity: .70;
    -moz-opacity: .70;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.7);
    opacity: .70;
}

.news_col2:hover {
    background: #f6f6f6;
}

.news_col3 {
    position: relative;
    float: left;
    width: 125px;
    padding: 0px 5px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.news_img3 {
    position: relative;
}

.news_img3 img {
    width: 115px;
    height: 100px;
    border: #f0f0f0 1px solid;
    /*box-shadow: 0px 12px 14px -10px #333;
    -webkit-box-shadow: 0px 12px 14px -10px #333;
    -moz-box-shadow: 0px 12px 14px -14px #333;
    -o-box-shadow: 0px 12px 14px -14px #333;*/
    /*      -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
          */
}

.news_img3 span {
    position: absolute;
    color: #FFF;
    font-weight: bold;
    left: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    width: 105px;
    padding: 5px;
}

.news_col3:hover .news_img3 img {
    border: #3F53A3 1px solid;
    -khtml-opacity: .70;
    -moz-opacity: .70;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.7);
    opacity: .70;
}

.news_col4 {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0px;
    margin: 0px 0px 15px 0px;
    ;
    border-bottom: #CCC 1px dotted;
}

.news_img4 img {
    position: relative;
    margin: 0 10px 5px 10px;
    float: left;
    width: 180px;
    height: 100px;
    border: #f0f0f0 1px solid;
    /*box-shadow: 0px 12px 14px -10px #333;
    -webkit-box-shadow: 0px 12px 14px -10px #333;
    -moz-box-shadow: 0px 12px 14px -14px #333;
    -o-box-shadow: 0px 12px 14px -14px #333;*/
}

.news_detail4 {
    padding: 0;
    height: 120px;
}

.news_col4:hover .news_img4 img {
    border: #3F53A3 1px solid;
    -khtml-opacity: .70;
    -moz-opacity: .70;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.7);
    opacity: .70;
}

.news_col4:hover {
    background: #f6f6f6;
}

.news_col4_s {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0px;
    margin: 0px;
    border-bottom: #CCC 1px dotted;
}

.news_img4_s img {
    position: relative;
    margin: 0 10px 5px 10px;
    float: left;
    width: 80px;
    height: 80px;
    border: #f0f0f0 1px solid;
}

.news_detail4_s {
    padding: 0;
    height: 90px;
}

.news_col4_s:hover .news_img4_s img {
    border: #3F53A3 1px solid;
    -khtml-opacity: .70;
    -moz-opacity: .70;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.7);
    opacity: .70;
}

.news_col4_ss {
    position: relative;
    float: left;
    width: 49%;
    padding: 5px 0px;
    margin: 0px;
    border-bottom: #CCC 1px dotted;
}

.news_img4_ss img {
    position: relative;
    margin: 0 10px 5px 10px;
    float: left;
    width: 80px;
    height: 80px;
    border: #f0f0f0 1px solid;
}

.news_detail4_ss {
    padding: 0;
    height: 90px;
}

.news_col4_ss:hover .news_img4_ss img {
    border: #3F53A3 1px solid;
    -khtml-opacity: .70;
    -moz-opacity: .70;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.7);
    opacity: .70;
}

.market_col {
    position: relative;
    float: left;
    width: 205px;
    padding: 0px 5px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.market_img {
    position: relative;
    width: 195px;
    height: 195px;
    position: relative;
    overflow: hidden;
    border: #f0f0f0 1px solid;
}

.market_img img {
    position: absolute;
    width: 195px;
    height: 195px;
    top: 0px;
    object-fit: cover;
    background-color: black;
    left: 0;
}

.market_col_inner {
    position: relative;
    float: left;
    width: 246px;
    padding: 0px 5px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.market_col_inner .market_img {
    position: relative;
    width: 235px;
    height: 195px;
    position: relative;
    overflow: hidden;
    border: #f0f0f0 1px solid;
}

.market_col_inner .market_img img {
    position: absolute;
    width: 100%;
    height: 195px;
    top: 0px;
    object-fit: cover;
    background-color: black;
    left: 0;
}

.market_img span {
    position: absolute;
    color: #FFF;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 97%;
    height: 55px;
}

.market_img div,
.market_img2 div,
.market_img2_pin div {
    position: absolute;
    color: #fff;
    right: 0px;
    top: 0px;
    padding: 5px 5px;
    font-size: 9px;
    background-color: rgba(0, 0, 0, 0.2);
}

.market_detail {
    background: #eeefef;
    padding: 5px 5px;
    margin: 0px 9px 0px 0px;
    text-align: center;
}

.market_col:hover .market_img,
.market_col_inner:hover .market_img {
    border: #3F53A3 1px solid;
    -khtml-opacity: .70;
    -moz-opacity: .70;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.7);
    opacity: .70;
}

.market_col2 {
    position: relative;
    float: left;
    width: 230px;
    padding: 0px 10px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.market_img2,
.market_img2_pin {
    position: relative;
    width: 220px;
    height: 180px;
    position: relative;
    overflow: hidden;
    border: #f0f0f0 1px solid;
}

.market_img2 img,
.market_img2_pin img {
    position: absolute;
    width: 220px;
    height: auto;
    top: 0;
    left: 0;
}

.market_img2 span {
    position: absolute;
    color: #FFF;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    width: 210px;
    padding: 5px;
}

.market_img2_pin span {
    position: absolute;
    color: #000;
    left: 0px;
    bottom: 0px;
    background-color: rgba(255, 233, 85, 0.9);
    text-align: center;
    width: 210px;
    padding: 5px;
}

.market_detail2 {
    background: #eeefef;
    padding: 5px 5px;
    text-align: center;
}

.market_col2:hover .market_img2 {
    border: #3F53A3 1px solid;
    -khtml-opacity: .70;
    -moz-opacity: .70;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0.7);
    opacity: .70;
}

.market_img2_pin {
    border: #3F53A3 1px solid;
}

@media screen and (min-width: 800px) {
    .slideshow {
        padding-left: 10px;
    }

    .slides-pagination {
        margin-left: 10px;
    }

    /*  .news_col  span {
        padding-left: 5px;
        padding-right: 5px;
        background-color: rgba(255, 255, 255, 0.55);
        margin-left: 5px;
        margin-right: 5px;
        padding-top: 5px;
        height: 60px;
        border-radius: 2px;
        }*/
}

.row {
    float: inherit;
    width: 100%;
}

@media screen and (max-width: 800px) {
    li.slide img {
        object-fit: cover;
        height: 270px;
    }

    .market_col_inner {
        width: 48%;
        padding: 0px;
        padding-left: 5px;
        /*padding-left: 5px;*/
    }

    .market_detail {
        width: 93%;
    }

    .market_col_inner .market_img {
        width: 97%;
    }

    .market_col_inner .market_detail {
        margin: 0px 5px 0px 0px;
    }

    .market_col_inner .market_img span {
        width: 99%;
    }

    .market_firt {
        width: 100% !important;
        /*height: 150px !important;*/
    }

    .news_col,
    .market_col,
    .market_col2 {
        width: 50%;
        padding: 0 0px;
    }

    .news_img span {
        width: 95%;
    }

    .news_col span {
        height: 60px;
        overflow: hidden;
        padding-bottom: 5px;
        margin-left: 5px;
        border-bottom: 1px dashed black;
        margin-right: 5px;
    }

    .news_detail {
        height: 60px;
    }

    .news_col_big,
    .news_col2,
    .news_col3,
    .news_col4,
    .news_col4_s,
    .news_col4_ss {
        width: 100%;
        padding: 0;
    }

    .news_img_big span,
    .news_img2 span,
    .news_img3 span,
    .news_img4 span,
    .news_img4_s span,
    .news_img4_ss span {
        width: 96.7%;
        left: 2px;
    }

    .news_img img,
    .news_img_big img,
    .news_img2 img,
    .news_img3 img,
    .news_img4 img {
        width: 99.5%;
        height: 120px;
        object-fit: cover;
    }

    .market_img img,
    .market_img2 img,
    .market_img2_pin img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }

    .market_img,
    .market_img2,
    .market_img2_pin,
    .market_img span,
    .market_img2 span,
    .market_img2_pin span {
        width: 97%;
    }

    .news_detail4,
    .news_detail4_s,
    .news_detail4_ss {
        height: auto
    }
}


/****************************** form ******************************/

.note-red {
    color: #F00;
    font-weight: bold;
}

.form-style-1 {
    margin: 0px auto;
    width: 95%;
    padding: 0px;
    font-size: 13px;
}

.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0;
}

.form-style-1 label {
    margin: 0 0 3px 0;
    padding: 0px;
    display: block;
}

.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea,
select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #BEBEBE;
    padding: 7px;
    margin: 0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus {
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}

.form-style-1 .field-divided {
    width: 49%;
}

.form-style-1 .field-long {
    width: 100%;
}

.form-style-1 .field-short {
    width: 49%;
}

.form-style-1 .field-select {
    width: 100%;
}

.form-style-1 .field-textarea {
    height: 100px;
}

.form-style-1 input[type=submit],
.form-style-1 input[type=button] {
    background: #3F53A3;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}

.form-style-1 input[type=submit]:hover,
.form-style-1 input[type=button]:hover {
    background: #000;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.form-style-1 .required {
    color: red;
}

.is-sticky .menu_section {
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.85);
}

.coll3 li strong {
    line-height: 30px;
}

img.s_logo {
    height: 185px;
    padding: 5px;
}

.nav .hover a {
    color: white;
}

.bg-none {
    background-color: rgba(255, 255, 255, 0) !important;
}

tr td div {
    border-bottom: 1px solid #0072BC;
    padding: 5px;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.w-row {
    margin-left: 5px;
    margin-right: 5px;
    line-height: 35px;
    border-bottom: 1px dotted black;
}

.no-border {
    border: 0px;
}

.c-col:hover {
    background-color: rgba(105, 178, 226, 0.25);
}

.col-header {
    background-color: #3558A7;
    color: white;
    font-weight: 500;
    border-bottom: 5px solid #8395D8;
}

.c-border {
    border-right: 1px solid #D0D4EC
}

.cpadding {
    padding-left: 5px;
}

.w-row:before,
.w-row:after {
    content: " ";
    display: table;
}

.w-row:after {
    clear: both;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
}

.w-col span {
    margin-left: 5px;
}

.w-col .w-col {
    padding-left: 0px;
    padding-right: 0px;
}

.w-col-1 {
    width: 8.2%;
}

.w-col-2 {
    width: 16.5%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.3%;
}

.w-col-5 {
    width: 41.6%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.3%;
}

.w-col-8 {
    width: 66.6%;
}

.w-col-9 {
    width: 75%;
}

.w-col-10 {
    width: 83.33333333%;
}

.w-col-11 {
    width: 91.66666667%;
}

.w-col-12 {
    width: 100%;
}

@media screen and (max-width: 800px) {
    body {
        overflow-x: hidden;
    }

    .hide-mobile {
        display: none;
    }

    .w-col {
        text-align: left;
    }

    .w-col-xs-1 {
        width: 8.2%;
    }

    .w-col-xs-2 {
        width: 16.5%;
    }

    .w-col-xs-3 {
        width: 25%;
    }

    .w-col-xs-4 {
        width: 33.3%;
    }

    .w-col-xs-5 {
        width: 41.6%;
    }

    .w-col-xs-6 {
        width: 50%;
    }

    .w-col-xs-7 {
        width: 58.3%;
    }

    .w-col-xs-8 {
        width: 66.6%;
    }

    .w-col-xs-9 {
        width: 75%;
    }

    .w-col-xs-10 {
        width: 83.33333333%;
    }

    .w-col-xs-11 {
        width: 91.66666667%;
    }

    .w-col-xs-12 {
        width: 100%;
    }

    .c-border {
        border: none !important;
    }

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

.fb {
    display: block;
    background-color: #4C66A4;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 97%;
    height: 26px;
    padding-left: 7px;
    font-size: 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

.txt-right {
    text-align: right;
}

.pdright {
    padding-right: 5px;
}

.form-group {
    margin-bottom: 10px !important;
    clear: both;
    height: 30px;
}

.login_page {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    z-index: 99999;
    min-width: 225px;
    height: 192px;
    padding: 5px;
    margin-top: 10px;
}

@media screen and (max-width: 800px) {
    .login_page {
        width: 97.5% !important;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    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: 1px solid transparent;
    border-radius: 4px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.line {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media screen and (min-width: 800px) {
    .fb {
        height: 225px;
        padding-top: 140px;
    }
}

#capt {
    width: 42px;
    height: 18px;
    border: solid #CCC 1px;
}

.img-border {
    border-radius: 3px;
}

.btn-small {
    padding: 1px;
    background-color: #DC7030;
    border: 0px;
    padding-right: 5px;
    border-radius: 2px;
    padding-left: 5px;
    height: 21px;
    color: white;
    cursor: pointer;
}

.login_facebook {
    padding-top: 5px;
    text-align: center;
}

.full-txt {
    text-indent: 30px;
    text-align: justify;
    font-size: 15px;
}

.full-pd {
    padding-left: 15px;
    padding-right: 15px;
}

.h2-header {
    border-bottom: 2px solid #3F54A4;
    padding-bottom: 10px;
}

.image_varity {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.inner_data p {
    text-indent: 30px;
    /**text-align: justify;**/
    font-size: 23px;
}

.inner_data img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert strong {
    font-weight: 700;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.box-slide-left {
    width: 240px;
}

.box-slide-right {
    width: 240px;
}

.box-slide-left,
.box-slide-right {
    z-index: 9999;
}

.box-slide-left {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 100;
    width: 160px;
    height: 580px;
    margin-top: 45px;
}

.box-slide-right {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 160px;
    height: 580px;
    margin-top: 45px;
}

.stickdata {
    margin-top: 0px !important;
}

.box-close-ad {
    position: fixed;
    z-index: 999999;
    top: 600px;
    margin-left: 50px;
}

.btn-close-ad {
    color: red;
}

.box-right {
    right: 0px;
}

.bbbn {
    opacity: 0.8;
}

@media screen and (max-width: 800px) {
    .bbbn {
        display: none;
    }
}

.btn-warning {
    color: #fff;
    background-color: #DC7030;
    border-color: #DC7030;
}

.btn-danger {
    color: #fff;
    background-color: red;
    border-color: red;
}

@media (min-width:1281px) {
    .image_varity {
        width: 50% !important;
    }
}

.owl-carousel .item {
    height: 100px;
    background-color: #CCCCCC;
}

.owl-carousel {
    margin-bottom: 10px;
    cursor: pointer;
}

.ftbottom {
    display: none;
}

.fTab {
    background-color: rgb(24, 32, 37);
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
    width: 90px;
    padding: 6px;
    cursor: pointer;
    color: white;
}


/*
.fTab.c-active {
    bottom: 300px;
}
*/

.fTab.c-active+.ftbottom {
    display: block;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
}

@media screen and (max-width: 800px) {
    .fTab {
        margin-left: 7px;
        margin-top: 5px;
    }
}


@media screen and (min-width: 800px) {

    .nav>li {
        float: left;
        min-width: 169px;
        text-align: center;
    }

}

.btn-back {
    padding: 0px;
    border-radius: 3px;
    background-color: #03A9F4;
    width: 120px;
    display: -webkit-box;
    margin-bottom: 10px;
    color: white !important;
}

.banner {
    opacity: 0.8 !important;
}


@media screen and (max-width: 800px) {
    .banner img {
        max-width: 100%;
        width: 100%;
    }


    .fl_right a {
        color: white !important;
    }


}

.content-banner {
    margin: auto;
    text-align: center;
    padding-bottom: 10px;
}

.left_menu {
    margin-top: -8px;
}

.listbanner-buttom {
    display: inline;
    /* margin-bottom: 5px; */
}