@font-face {
    font-family: 'Conv_PSLxTextb';
    src: url('../../fonts/PSLxTextBold.eot');
    src: url('../../fonts/PSLxTextBold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/PSLxTextBold.woff') format('woff'),
        url('../../fonts/PSLxTextBold.ttf') format('truetype'),
        url('../../fonts/PSLxTextBold.svg#AftaserifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_PSLxTextbb';
    src: url('../../fonts/PSLxTextBold.ttf'),
        url('../../fonts/PSLxTextBold.eot');
    font-weight: normal;
    font-style: normal;
}
.br-nav{
    display: block
}
hr.hr{
    margin: 10px 0px 15px 0
}
body{
    color: #777;
}
hr{
    border-top: 1px solid #f2f2f2;
}
._loading{
    position: fixed;
    padding-top: 15%;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 2500;
    top: 0;
    left: 0;
}
.loader01 {
    width: 56px;
    height: 56px;
    border: 8px solid #00a950;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader-rotate 1s linear infinite;
    -moz-animation: loader-rotate 1s linear infinite;
    -o-animation: loader-rotate 1s linear infinite;
    -ms-animation: loader-rotate 1s linear infinite;
    animation: loader-rotate 1s linear infinite;
    margin: -28px auto 0 auto; }
.loader01:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #00a950;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 33px; }

@keyframes loader-rotate {
    0% {
        transform: rotate(0); }
    100% {
        transform: rotate(360deg); } }
@-webkit-keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0); }
    100% {
        -webkit-transform: rotate(360deg); } }

@-moz-keyframes loader-rotate {
    0% {
        -moz-transform: rotate(0); }
    100% {
        -moz-transform: rotate(360deg); } }
@-ms-keyframes loader-rotate {
    0% {
        -ms-transform: rotate(0);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
    100% {
        -ms-transform: rotate(360deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);} }
@-sand-keyframes loader-rotate {
    0% {
        -sand-transform: rotate(0); }
    100% {
        -sand-transform: rotate(360deg); } }
.spinner {
    width: 50px;
    height: 50px;
    background-color: #00a950;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    -moz-animation: sk-rotateplane 1.2s infinite ease-in-out;
    -o-animation: sk-rotateplane 1.2s infinite ease-in-out;
    -ms-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@-moz-keyframes sk-rotateplane {
    0% { -moz-transform: perspective(120px) }
    50% { -moz-transform: perspective(120px) rotateY(180deg) }
    100% { -moz-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@-o-keyframes sk-rotateplane {
    0% { -o-transform: perspective(120px) }
    50% { -o-transform: perspective(120px) rotateY(180deg) }
    100% { -o-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@-ms-keyframes sk-rotateplane {
    0% { -ms-transform: perspective(120px) }
    50% { -ms-transform: perspective(120px) rotateY(180deg) }
    100% { -ms-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    } 100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.service{
    background: #fff;
    color: #ac9e95;

    font-size: 24px;
    line-height: 24px;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #e6e6e6
}
.exit-home{
    float: right;
    padding: 30px 10px 10px 10px
}
.exit-home-2{
    color: #999999;
    font-size: 25px;

}

/*---------------bg image--------------*/
.bg_imag{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: background-image 0.3s ease-in;
    -moz-transition: background-image 0.3s ease-in;
    -o-transition: background-image 0.3s ease-in;
    transition: background-image 0.3s ease-in;
    padding-top: 50px

}
.content-bg{
    width: 550px;
    position: absolute;
    top: 50px;

}
.bg_icon{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: none;
}
.bg_icon_f{
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: none;
}
.c_area{
    vertical-align: middle;
    display: table-cell;
    float: right;
    padding: 20px 0;
}
.f_area{
    position: relative;
}
.f_box{
    position: absolute;
    right:20px;
    bottom: 0;
}
.fiveh{
    position: absolute;
    left:20px;
    bottom: 0;
}
.fiveh p{
    font-size: 30px;
    color: #00a950;
    z-index: 2000;
    font-family: 'Conv_PSLxTextbb';
}


.c_box{
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0;
}
a.img_icon,a.img_icon2{
    margin-bottom: 10px;

}
a.img_icon img{
    width: 120px;
}
.icon-home,.icon-home:focus{
    font-size: 22px;
    color: #fff;
    z-index: 20000;
    text-shadow: 1px 1px 5px #777;
}
.show_991{
    z-index: 1000
}
/*--------------------- Menu bar -----------------*/
.body_k{
    width: 100%;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #f2f2f2;

}
.menu_bar_2{display: none;}
.menu_bar_{
    position: relative;
    display: block;
    z-index: 10;
    width: 100%;
    height: 80px;
    background: #fff;
    top: 0;
    left: 0;
}
#logo__Kbank{
    background: url(../../img/logoKbank.png) no-repeat;
    margin: 0;
    text-indent: -9998px;
    z-index: 10;
    width: 71px;
    height: 53px;
    position: absolute;
    top: 15px;
    left: 0px;
}
#logo__Kbank--2{
    background: url(../../img/logoK-asset.png) no-repeat;
    width: 221px;
    height: 57px;
    right: 0px;
    position: absolute;
}
#logo__Kbank a, #logo__Kbank--2 a {
    display: block;
    width: 100%;
    height: 100%;
}
#img_k{
    width: 77px;
}
#img_kk{
    width: 150px;
}
.bg_dek{
    display: block
}
.bg_mo{
    display: none
}

#move_mm{
    position: relative;bottom: 10px;left: 48%;width: 50px
}
ul{
    list-style:none;
}
.label_text1{
    font-size: 40px;
    color: #00a950;
    line-height: 30px;
    font-family: 'Conv_PSLxTextbb';
    margin-top: 20px
}
.text_{
    margin-top: 5px;
    padding-bottom: 15px
}
.text_ ul{
    padding: 10px 0 0 0;
    list-style:none;
    /* background-color: #f0f0ef; */
}
.text_ ul li {
    background: url(../../img/icon-s.png) no-repeat 0 12px;
    font-size: 26px;
    color: #00a950;
    line-height: 28px;
    margin: 0 0 0px;
    padding: 5px 0 10px 20px;
    font-family: 'Conv_PSLxTextbb';
    margin-bottom: 5px
}
.text_ ul li p{
    font-family: 'Conv_PSLxText_b';
    font-size: 24px;
    line-height: 25px;
    padding-top: 5px;
    color: #303030;
    margin-bottom: 5px
}
.text_ ul li ul{
    padding: 5px 0 0 0;
    margin-bottom: 5px;
}
.text_ ul li ul li{
    background: none;
    padding: 0px 10px 0px 5px;



}
.text_ ul li ul li p{
    font-size: 24px;
    color: #666666;
    line-height: 28px;
    font-family: 'Conv_PSLxText_b',Arial;
    background: none;
    padding: 5px 0 5px 0px;
    margin-bottom: 5px
}
.text_ ul li ul li ul{
    padding: 0;
}
.text_ ul li ul li ul li{
    font-size: 22px;
    line-height: 24px;
    font-family: 'Conv_PSLxTextbb';
    background: none;
    padding: 10px 0 5px 15px;
}
.magin30{
    margin: 30px 0;
}
#id_img_pp{
    right: 20px;
    top: 10px;
    position: absolute;
    width: 70px;
}
.fit{
    width: 100%;
    padding: 20px;
    background: -webkit-linear-gradient(left, #128426 ,  #00a950); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #128426,  #00a950); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #128426,  #00a950); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #128426 ,  #00a950); /* Standard syntax */
    border-radius: 10px;
    color: #fff;
}
.text_fit{
    padding-top: 0;
    margin-top: 0;
    font-size: 55px;
    color: #fff;
    line-height: 50px;
    /*    font-family: 'Conv_PSLxTextbb';*/
}
.brr{
    display: none
}
.text_span_fit{
    font-family: 'Conv_PSLxText_b';
    font-size: 30px;
    color: #fff;
}
.text_fit{
    margin-top: 0px;
}
.text_fit ul {
    padding: 0px;
    /* background-color: #f0f0ef; */
}
.text_fit li {
    background: url(../../img/iconn.png) no-repeat 0 12px;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 0px;
    padding: 0px 0 0px 20px;
}

/*----------------Fund Navigator-----------------*/
.f-na{
    border: 2px solid #00a950;
    border-radius: 10px;
    padding: 20px;
}
.f_fit{
    padding-top: 0;
    margin-top: 0;
    font-size: 35px;
    color: #00a950;
    line-height: 50px;
    text-align: center
}
.img_f_na{
    width: 250px
}
.p_fd{
    padding-top: 10px;
    margin-top: 0;
    font-size: 24px;
    color: #666666;
    line-height: 26px;

}

/*--------------Table performace----------------*/
.table_info{
    margin-top: 20px;
    margin-bottom: 50px
}
.tb-ka{
    border: 0px solid #eee;
    margin-bottom: 35px;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 4px solid #00a950

}

.tb-ka thead tr th{
    padding: 7px 5px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ccc;
    font-family: 'Conv_PSLxTextbb'!important;
    font-weight: 400


}
.tb-ka tbody tr{
    border-color: #e1e1e1;
}
.tb-ka tbody tr td{
    padding: 7px 5px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ccc;
    color: #666
}
.tb-cl-white{
    background: #fff;
    color: #00a950!important;
    font-family: 'Conv_PSLxTextbb'!important;
}
.tb-cl-green{
    background: #e9f9e6
}
.tb-cl-gray{
    background:#f2f2f2
}
.tb-cl-yellow{
    background: #fffbef
}
.tb-cl-blue{
    background: #e6f6f9
}

.tb-cl-green2{
    background: #9ce8a6
}
.tb-cl-gray2{
    background: #e6e6e6
}
.tb-cl-yellow2{
    background: #fffbef
}
.tb-cl-blue2{
    background: #c3e8f4
}
.td1{
    border-top: 3px solid #eb3d3d !important;
    border-left: 3px solid #eb3d3d !important;
    border-right: 3px solid #eb3d3d !important;
}
.td2{

    border-left: 3px solid #eb3d3d !important;
    border-right: 3px solid #eb3d3d !important;
}
.td3{
    border-bottom: 3px solid #eb3d3d !important;
    border-left: 3px solid #eb3d3d !important;
    border-right: 3px solid #eb3d3d !important;
}
.b{
    font-family: 'Conv_PSLxTextbb'!important;
    font-size: 25px!important;
    color: #777
}
.scrolling_bar{
    overflow-x: hidden;
    overflow-y: hidden;
}
.span-icon{
    position: absolute;bottom: -45px;left: 40%;
}
.text_footer_tb{
    margin-top: 20px;
    width: 100%;
}
.tb-text-footer{
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;

}
.tb-text-footer thead tr th{
    font-size: 24px;
    color: #777;
    width: 50%;
    padding: 10px 0;
    font-weight: 400
}
.tb-text-footer tbody tr td{
    font-size: 24px;
    color: #00a950;
    width: 50%;
    border-top: 1px solid #eee;
    padding: 10px 20px 20px 20px;
}

.tb-text-footer tbody tr td ul li{
    font-size: 22px;
    color: #777;
}
.tb-text-footer tbody tr td ol li{
    font-size: 22px;
    color: #777;
}
.tb-pf{
    border: 0px solid #eee;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;


}

.tb-pf thead tr th{
    padding: 10px 5px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #128426;
    border-top: 0px solid #128426;
    font-family: 'Conv_PSLxTextbb';
    font-weight: 400;
    background: #00a950;
    color: #fff


}

.tb-pf tbody{
    border: 0px solid #ccc;
}
.tb-pf tbody tr{
    border-color: #e1e1e1;
}
.tb-pf tbody tr td{
    padding: 5px;
    font-size: 24px;
    border: 1px solid #ccc;
    color: #777
}
.tb-pf tbody tr td.g{
    padding: 5px;
    font-size: 26px;
    border: 1px solid #ccc;
    color: #00a950;
    font-family: 'Conv_PSLxTextbb';
}
.tb-pf tbody tr td.lr span{
    font-size: 24px;
    color: #777;
    font-family: 'Conv_PSLxText_b'!important;
}
.tb-pf tbody tr td span{
    font-family: 'Conv_PSLxTextbb';
    font-size: 24px;
    color: #777;
    padding-left: 10px

}
.tb-pf tbody tr td.g span a{
    font-family: 'Conv_PSLxTextbb';
    font-size: 32px;
    color: #00a950;
    padding-left: 10px

}
.tr-cl-grqy{
    background: #f2f2f2
}
.tr-cl-grqy2{
    background: #e6e6e6
}
.ft-tb{
    background: #00a950;
    height: 10px;
    border: none!important;

}
.div-title-1{
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 10px;
    font-size: 28px;
    margin-top: 10px;
    color: #fff;
    background: #00a950;
    text-align: center;
    font-family: 'Conv_PSLxTextbb'!important;

}
.div-title-0{
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 10px;
    font-size: 24px;
    color: #00a950;
    font-weight: 400
}
.div-title-00 p{
    font-size: 22px;
    color: #999999;
    width: 100%;
    padding: 0px 20px 0px 20px;
}
.div-title-2{
    width: 50%;
    margin: 0;
    border: 0px solid #eee;
    padding: 20px 10px;
    float: left;
}
.div-title-2 ol li{
    font-size: 24px;
    color: #666;
}
.div-title-2 span{
    font-size: 24px;
    color: #00a950;
    width: 50%;
    padding: 10px 20px 20px 20px;
}
.div-title-4 ol li{
    font-size: 24px;
    color: #666;
}
.div-title-4{
    width: 100%;
    margin: 0;
    padding: 20px 10px;
}
.div-title-3{
    width: 50%;
    margin: 0;
    border-right: 1px solid #eee;
    padding: 20px 10px;
    float: left;
}
.div-title-3 ol li{
    font-size: 24px;
    color: #666;
}
.div-title-3 span{
    font-size: 24px;
    color: #00a950;
    width: 50%;
    padding: 10px 20px 20px 20px;
}
.next-icon-bg{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    padding-top:50px;
    opacity: 0.6;
    z-index: 900
}
.next-icon{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: center;
    padding-top:50px;
    opacity: 1;
    z-index: 1000
}
.next-icon span{
    font-size: 4em;
    color: #fff;
}
.next-icon-bg2{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    padding-top:50px;
    opacity: 0.6;
    z-index: 900
}
.next-icon2{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: center;
    padding-top:50px;
    opacity: 1;
    z-index: 1000
}
.next-icon2 span{
    font-size: 4em;
    color: #fff;
}

@media screen and  (max-width:1300px) { /*screen น้อยกว่า 1300*/

}
@media screen and  (max-width:1200px) { /*screen น้อยกว่า 1100*/
    .br-nav{
        display: none
    }
    .span-icon{
        position: absolute;bottom: -45px;left: 35%;
    }
    .content-bg{
        width: 400px;
        position: absolute;
        top: 40px;

    }
    .text_span_fit {
        font-family: 'Conv_PSLxText_b';
        font-size: 25px;
        color: #fff;
    }
    .text_fit{
        padding-top: 0;
        margin-top: 0;
        font-size: 48px;
        color: #fff;
        line-height: 50px;
        /*    font-family: 'Conv_PSLxTextbb';*/
    }
}
@media screen and  (max-width:1100px) { /*screen น้อยกว่า 1100*/
    .content-bg{
        width: 400px;
        position: absolute;
        top: 50px;

    }
}
@media screen and  (max-width:992px) { /*screen น้อยกว่า 992*/
    .content-bg{
        width: 380px;
        position: absolute;
        top: 20px;

    }
    .menu_bar_{
        display: none
    }
    .menu_bar_2{
        display: block;
        z-index: 10;
        width: 100%;
        height: 60px;
        background: #fff;
        padding-top: 9px;
        padding-bottom: 9px;
        top: 0;
        left: 0;
    }
    #k_{
        width: 55px;
    }
    #kk_{
        padding-top: 10px;
        width: 190px;
    }
    .bg_header_mo{
        position: relative;
        width: 100%;

        margin-right: auto;
        margin-left: auto;
    }
    .bg_header_mo img{
        width: 100%;
    }
    a.img_icon img{
        width: 100px;
    }

}

@media screen and  (max-width:991px) { /*screen น้อยกว่า 900*/
    .container.cn{
        width: 100%;
    }
    .span-icon{
        position: absolute;bottom: -45px;left:37%;
    }

}
@media screen and  (max-width:840px) { /*screen น้อยกว่า 900*/
    .service{
        background: #fff;
        color: #ac9e95;
        font-size: 24px;
        line-height: 24px;
        padding: 15px 0;
        text-align: center;
        border-top: 1px solid #e6e6e6
    }
    .content-bg{
        width: 360px;
        position: absolute;
        top: 10px;

    }
}
@media screen and (max-width:766px) { /*screen น้อยกว่า 767*/
    .bg_mo{
        display: block
    }

    .f_fit{
        padding-top: 0;
        margin-top: 0;
        font-size: 30px;
        color: #00a950;
        line-height: 50px;
        text-align: center
    }
    .bg_dek{
        display: none
    }
    .mo_banner{
        padding: 20px 20px 50px 20px;
    }
    .h3_banner{
        font-size: 25px;
        color: #777;
        line-height: 25px;
        font-family: 'Conv_PSLxTextbb';
        margin-bottom: 10px;
        padding-left: 5px
    }
    .h1_banner{
        font-size: 7em;
        color: #00a950;
        margin-bottom: 5px;
        line-height: 60px;
        padding-left: 0;
        margin-left: 0;

        /*        font-family: 'Conv_PSLxTextbb';*/
    }
    .p_banner1{
        font-size: 24px;
        color:#00a950;
        line-height: 25px;
        margin-bottom: 5px;
        padding-left: 5px
    }
    .p_banner2{
        font-size: 24px;
        color: #00a950;
        line-height: 25px;
        margin-bottom: 5px;
        margin-top: 20px;
        padding-left: 5px;
        font-family: 'Conv_PSLxTextbb';
    }
    .footer_banner{
        padding: 5px 20px;
        text-align: right;
        background-color: #fafafa;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    .footer_move{
        padding: 10px ;

    }
    .icon-home-mo{
        font-size: 20px;
        color: #777;
        z-index: 20000
    }
    .c_area{
        vertical-align: middle;
        display: table-cell;
        float: right;
        padding: 5px 0;
    }
    a.img_icon2 img{
        width: 90px;
    }
    .tb-ka{
        border: 0px solid #eee;
        margin-bottom: 20px;
        width: 820px;
        max-width: 820px;
        border-spacing: 0;
        border-collapse: collapse;
        border-top: 4px solid #00a950;

    }
    .tb-pf{
        border: 0px solid #eee;
        margin-bottom: 20px;
        width: 820px;
        max-width: 820px;


    }
    .scrolling_bar{
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .div-title-1{
        width: 100%;
        margin: 0;
        margin-top: 30px;
        border-bottom: 1px solid #eee;
        padding: 10px;
        font-size: 24px;
        /*        color: #777;*/
        font-weight: 400

    }
    .div-title-2{
        width: 100%;
        margin: 0;

        padding: 20px 10px;
        float: left;
    }
    .div-title-2 ol li{
        font-size: 22px;
        color: #777;
    }
    .div-title-2 span{
        font-size: 24px;
        color: #00a950;
        width: 100%;
        padding: 10px 20px 20px 20px;
    }
    .div-title-4{
        width: 100%;
        margin: 0;
        padding: 20px 10px;
    }
    .div-title-4 ol li{
        font-size: 22px;
        color: #777;
    }

    .div-title-3{
        width: 100%;
        margin: 0;
        border-right: 0px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 20px 10px;
        float: left;
    }
    .div-title-3 ol li{
        font-size: 22px;
        color: #777;
    }
    .div-title-3 span{
        font-size: 24px;
        color: #00a950;
        width: 100%;
        padding: 10px 20px 20px 20px;
    }
    .next-icon-bg{
        display: block;

    }
    .next-icon{
        display: block;
        padding-top: 70px;

    }
    .next-icon span{
        font-size: 3em;
        color: #fff;
    }
    .next-icon p{
        font-size: 2em;
        color: #fff;
    }
    .next-icon-bg2{
        display: block;

    }
    .next-icon2{
        display: block;
        padding-top: 70px;

    }
    .next-icon2 span{
        font-size: 3em;
        color: #fff;
    }
    .next-icon2 p{
        font-size: 2em;
        color: #fff;
    }
    .tb-pf thead tr th{
        font-size: 22px;
        line-height: 22px;
    }
    .tb-pf tbody tr td{
        font-size: 22px;
    }
    .tb-pf tbody tr td.g{
        font-size: 24px;
    }
    .tb-pf tbody tr td.lr span{
        font-size: 22px;
    }
    .tb-pf tbody tr td span{
        font-size: 22px;
    }
    .tb-pf tbody tr td.g span a{
        font-size: 26px;
    }

}
@media screen and (max-width:640px) { /*screen น้อยกว่า 640*/
    ._loading{
        position: fixed;
        padding-top: 55%;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 2500;
        top: 0;
        left: 0;
    }
    .service{
        background: #fff;
        color: #ac9e95;
        font-size: 24px;
        line-height: 24px;
        padding: 15px 0;
        text-align: center;
        border-top: 1px solid #e6e6e6
    }
    .menu_bar_2{
        display: block;
        z-index: 10;
        width: 100%;
        height: 50px;
        background: #fff;
        padding-top: 1px;
        padding-bottom: 9px;
        top: 0;
        left: 0;
    }
    #k_{
        width: 50px;
    }
    #kk_{
        padding-top: 10px;
        width: 160px;
    }
}
@media screen and  (max-width:600px) { /*screen น้อยกว่า 600*/

}
@media screen and (max-width:550px) { /*screen น้อยกว่า 550 - 401*/
    .tb-text-footer tbody tr td ul{
        padding-left: 10px
    }
    .img_f_na{
        width: 250px
    }
    .brr{
        display: block
    }
    .mo_banner{
        padding: 20px 20px 50px 20px;
    }
    .h3_banner{
        font-size: 22px;
        color: #777;
        line-height: 20px;
        font-family: 'Conv_PSLxTextbb';
        margin-bottom: 5px;
        padding-left: 0px;
        padding-top: 20px
    }
    .h1_banner{
        font-size: 5em;
        color: #00a950;
        margin-bottom: 5px;
        line-height: 50px;
        padding-left: 0;
        margin-left: 0;

        /*        font-family: 'Conv_PSLxTextbb';*/
    }
    .p_banner1{
        font-size: 22px;
        color:#00a950;
        line-height: 25px;
        margin-bottom: 5px;
        padding-left: 0px
    }
    .p_banner2{
        font-size: 22px;
        color: #00a950;
        line-height: 25px;
        margin-bottom: 5px;
        margin-top: 0px;
        padding-left: 0px;
        font-family: 'Conv_PSLxTextbb';
    }
    .footer_banner{
        padding: 5px 20px;
        text-align: right;
        background-color: #fafafa;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    .footer_move{
        padding: 10px ;

    }
    .icon-home-mo{
        font-size: 20px;
        color: #777;
        z-index: 20000
    }
    .c_area{
        vertical-align: middle;
        display: table-cell;
        float: right;
        padding: 5px 0;
    }
    a.img_icon2 img{
        width: 90px;
    }
}
@media screen and (max-width:440px) { /*screen น้อยกว่า 440*/

    .h1_banner{
        font-size: 4em;
        color: #00a950;
        margin-bottom: 5px;
        line-height: 50px;
        padding-left: 0;
        margin-left: 0;

        /*        font-family: 'Conv_PSLxTextbb';*/
    }
}
@media screen and (max-width:400px) { /*screen น้อยกว่า 400 - 301*/
    .img_f_na{
        width: 220px
    }
}
@media screen and (max-width:300px) { /*screen น้อยกว่า 300*/

}