@charset "utf-8";

/* CSS Document */

.topSearch {
    margin: 4px 4px 4px 2px;
}

#frmTopSearch {
    margin: 0px;
    padding: 0px;
    display: block;
}

.searchCategory {
    display: block;
}

#frmTopSearch input[type=text] {
    width: 185px;
    border: 0px solid #F00;
    background: none;
    color: #d0d0d0;
    font-weight: bold;
    padding: 0px 8px 0px 8px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    font-family: "DBOzone";
    margin: 0 0 0 14px;
    float: left;
}

#frmTopSearch #btntopsearch {
    background: url(../images/faq/btnsearch.png);
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 0 0 0 0;
    float: right;
}

.showcontent .page_nav {
    text-align: center;
    padding: 0px;
}

.showcontent .page_nav * {
    font-family: 'DBOzone';
    font-size: 20px;
    text-decoration: none;
    color: #FFF;
    border: 1px #FFF solid;
    padding: 10px 18px;
    margin-left: 0px;
    border-radius: 0px;
    line-height: 34px;
    background: #088bcb;
}

.showcontent .page_nav .active {
    color: #ffffff;
    background-color: #05557c;
    border: 1px #FFF solid;
}

.mt {
    margin-top: 5px;
}

.faqQuestion {
    background-color: #FFF;
    position: relative;
}

.faqQuestion:hover>a.q>p,
.faqQuestion:hover>div,
.faqQuestion:hover>.plus {
    background-color: #0a2471;
    color: #FFFFFF;
}

.faqQuestion:hover {
    background-color: #0a2471;
    color: #FFFFFF;
}

.faqQuestion>.plus {
    height: 61px;
    width: 60px;
    float: left;
    font-size: 40px;
    color: #000000;
    text-align: center;
    padding-top: 13px;
    padding-left: 10px;
}

.faqQuestion>a.q {
    display: block;
    font-size: 20px;
    color: #000000;
    padding-left: 20px;
    padding-top: 12px;
    padding-left: 65px;
}

.faqQuestion>a.q:hover {
    background-color: #0a2471;
    color: #FFFFFF;
}

.faqQuestion>a.q>p {
    margin: 0 60px 0 0;
}

.faqQuestion>a.q>span.iconnew {
    display: block;
    float: left;
    background: url(../images/faq/new.png) no-repeat;
    width: 48px;
    height: 21px;
    margin: 20px 0 0 5px;
}

.faqQuestion .info {
    padding-left: 65px;
    color: #000;
    padding-bottom: 12px;
    font-family: 'THSarabunNew';
    font-size: 1.2rem;
}

.faqQuestion .view {
    width: 60px;
    height: 60px;
    padding-top: 12px;
    float: left;
    margin: 0 0 0 1px;
    border-left: 1px solid #FFF;
    color: #eef8fc;
    text-align: center;
}

.faqQuestion .view>p.count {
    font-size: 12px;
    margin-bottom: 0px;
}

.faqQuestion .view>p.txt {
    font-size: 12px;
}

.faqQuestion .date {
    width: 60px;
    height: 60px;
    padding-top: 4px;
    float: left;
    margin: 0 0 0 1px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    color: #eef8fc;
    text-align: center;
}

.faqQuestion .date>p.day {
    font-size: 14px;
    height: 16px;
    margin-bottom: 2px;
}

.faqQuestion .date>p.month {
    font-size: 12px;
    margin-bottom: 0;
}

.faqQuestion .date>p.year {
    font-size: 12px;
    margin-bottom: 0;
}

.faqDetail {
    padding-left: 65px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    display: none;
    background: #e7e7e7;
}

.faqDetail p {
    font-size: 1.25rem !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    font-family: 'THSarabunNew' !important;
}

.faqDetail .image {
    float: left;
    width: 103px;
}

.inner_serch {
    padding-bottom: 15px;
    font-family: 'THSarabunNew' !important;
}

.faq-icon-toggle {
    display: inline-block;
    position: absolute;
    font-size: 13px;
    padding: 8px 8px 6px;
    border-radius: 100px;
    transition: all 0.2s;
    border: 1px solid transparent;
    background-color: #0a2471;
    color: #ffffff;
    line-height: 0;
    top: 12px;
    right: 16px;
}
.faq-icon-toggle.show{
    transform: rotateZ(180deg);
}
.faqQuestion:hover .faq-icon-toggle {
    background-color: #ffffff;
    color: #0a2471;
}

@media only screen and (max-width: 490px) {
    .faqQuestion>a.q {
        font-size: 20px;
        line-height: 20px;
    }

    .faqQuestion>a.q,
    .faqQuestion .info {
        padding-left: 15px;
    }

    .faqQuestion>.plus {
        width: 40px;
        height: 40px;
        background-size: contain;
        display: none;
    }

    .faqDetail {
        padding: 15px;
        display: none;
    }

    .searchCategory {
        display: block;
    }

    a.rss_icon {
        display: none;
    }

    .topSearch {
        margin: 4px 4px 4px 2px;
    }

    #frmTopSearch {
        margin: 0px;
        padding: 0px;
        display: block;
    }

    #frmTopSearch input[type=text] {
        width: 140px;
        border: 0px solid #F00;
        background: #FFF;
        color: #d0d0d0;
        font-weight: bold;
        padding: 0px 8px 0px 8px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        height: 40px;
        line-height: 40px;
        font-family: "DBOzone";
        margin: 0px;
        float: left;
    }

    #frmTopSearch #btntopsearch {
        background: url(../images/cms/btnsearch.png);
        border: none;
        cursor: pointer;
        width: 40px;
        height: 40px;
        margin: 0 0 0 0;
        float: right;
    }

    div.content p {
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1;
    }

    .innercontainer {
        background: none;
    }

    .innercontainer>.linehead {
        border: 0px solid #F00;
    }

    .showcontent {
        background: #FFF;
    }

    .mobi_group {
        height: 46px;
        width: 472px;
        background: #05557C url(../images/cms/mobi-dropdown.png) no-repeat;
        background-position: right;
        text-align: center;
        line-height: 45px;
        font-size: 20px;
        color: #FFF;
    }

    .showcontentleft {
        float: none;
        width: 450px;
    }

    .showcontentleft>.bxlistcontent {
        height: 510px;
        width: 450px;
    }

    .showcontentleft>.bxlistcontent .bximages {
        width: 450px;
        height: 317px;
        overflow: hidden;
        float: none;
        position: relative;
    }

    .showcontentleft>.bxlistcontent .bximages img {
        width: 450px;
    }

    .showcontentleft>.bxlistcontent .bximages .textover {
        opacity: 0;
        background: url(../images/cms/thumbnail-over-mobi.png) no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .showcontentleft>.bxlistcontent .bximages:hover .textover {
        opacity: 0.6;
    }

    .showcontentleft>.bxlistcontent .bximages .iconnew {
        position: absolute;
        background: url(../images/cms/icon-new.png) no-repeat;
        width: 48px;
        height: 21px;
        left: 0;
        top: 0;
    }

    .showcontentleft>.bxlistcontent .bxcontent {
        width: 450px;
        float: none;
        margin-left: 0px;
    }

    .showcontentleft>.bxlistcontent .bxcontent>.subject {
        height: 36px;
        line-height: 36px;
        color: #05557C;
        font-size: 20px;
        font-weight: normal;
        overflow: hidden;
    }

    .showcontentleft>.bxlistcontent .bxcontent>.subject a {
        color: #05557C;
    }

    .showcontentleft>.bxlistcontent .bxcontent>.detail {
        height: 70px;
        overflow: hidden;
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {}