/* custom css main style */
.box-not-found {
    position: relative;
    width: 98%;
    height: 200px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 0;
    float: none;
    padding: 82px 55px 35px 35px;
    font-size: 30px;
    border: 2px solid #ED7725;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    color: #d86b20;
    text-align: center;
}
.form-style .text-validate{
    display:block;
}
.mb20 {
    margin-bottom: 20px;
}
.mb50 {
    margin-bottom: 50px;
}
div.text-editor{
    word-wrap:break-word;
}
.main-pagination {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 50px 0;
}
.main-pagination ul {
    padding: 0;
    margin: 0;
}
.main-pagination ul li {
    display: inline-block;
    margin: 0 2px;
}
.main-pagination ul li.active a, .main-pagination ul li:hover a {
    color: #ed7725;
    border-color: #ed7725;
    background-color: #ed7725;
    color: #fff;
}
.main-pagination ul li a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #000;
    border: 1px solid #ed7725;
    display: inline-block;
    font-family: inherit;
    font-size: 20px;
    position: relative;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.clearfix{
    clear:both;
}
.mt30{
    margin-top:30px;
}
.mt10{
    margin-top:10px;
}
.content-search-result .page-center div.list-search:not(:first-child) {
    margin-top: 0;
}
.management-page .group-link a {
    font-size: 3.3rem;
}
.contact-us-page.unsubscription .content-contact-us .contact .form-contact {
    width: 800px;
    max-width: 100%;
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .complaint-page .banner-page a {
        background: none !important;
    }
    .box-success h1{
        margin-top: 18% !important;
    }
}
.frm_purchase .box-search.box-left {
    width:30%;
    float: left;
}
.frm_purchase .box-search.box-right {
    width:70%;
    float: left;
}
.frm_purchase .box-search button:before{
    content:'';
}
.frm_purchase .box-search .btn-style.-dark-gray{
    background-color: #e37835;
    min-width: 100px;
}
.form-style .frm_purchase .inputtext-style, .form-style .frm_purchase .select-style, .form-style .frm_purchase .textarea-style{
    width: 79.5%;
}
.form-style .frm_purchase .inputtext-style{
    margin-left: 5px;
}
.form-style .frm_purchase .select-box:before{
    height: 58px;
}
.form-style .frm_purchase .select-style{
    height: 58px;
    width: 98%;
}
.content-corporate-materials .owl-stage{
    width: 100% !important;
}
.box-most-view ul li{
    margin-bottom:20px;
}
.box-most-view .underline.-light-gray:before{
    background-color: #453b71;
}
.box-most-view ul li h4{
    font-weight: 600;
}
html.th .box-success h1{
    font-size: 30px;
    margin-top: 50%;
    margin-bottom: 40px;
}
html.en .box-success h1{
    font-size: 30px;
    margin-top: 50%;
    margin-bottom: 40px;
}
html.th .box-success .btn-style, html.en .box-success .btn-style{
    font-size: 19.5px;
}
.container .detail {
    word-wrap: break-word;
}
.article-page .section-article-list .columns .column{
    height: 399.25px;
}
.infographic-page .section-article-list .columns .column{
    height: 332.28px;
}
.success-page footer {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    left: 0 !important;
}
.box-success {
    margin: 0 auto;
    text-align: center;
}
.form-style .text-validate {
    margin-top: 5px;
    font-size: 0.65rem !important;
    font-family: 'db_ozone_x'!important;
    color: red!important;
}
.form-style .items .item.col3 .col {
    width: 33.33%;
}
.form-style .items .item .col {
    width: 100%;
}
.form-style .items .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}