body {
    color: #666666;
    background: #013131;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;

    font-family: 'psl_natrinthorn_proBdIt';

    background: #cfb86c;
    font-size: 19px;


}

h1 {
    font-size: 2.5em;
    /* 40px/16=2.5em */
}

h2 {
    font-size: 1.875em;
    /* 30px/16=1.875em */
}

p {
    font-size: 0.875em;
    /* 14px/16=0.875em */
}

.top-bar {
    position: relative;
    height: 90px;
    background: #013131;
}

.nav-bar .navbar {
    height: 100%;
    background: #127e2a !important;
}

.nav-bar {
    position: relative;
    background: #0e8f2c;
    transition: .3s;
}

.nav-bar .navbar {
    height: 100%;
    background: #0e8f2c !important;
}

.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #0e8f2c;
    color: #ffffff;
}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    color: #f8f9fa;
    font-size: 16px;
    font-weight: 400;
}

.top-bar .top-bar-text p {
    margin: 0;
    color: #f8f9fa;
    font-size: 13px;
    font-weight: 400;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
    margin: 0;
    color: #f8f9fa;
    font-size: 40px;
}

.resimgs {
    width: 351px;
    max-width: 351px;
    height: 351px;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdbe33;
    transition: .5s;
    opacity: 0;
}

.logoimg2 {
    width: 100px;
    max-width: 100px;
    height: auto;
}

        /*modal css*/


        /* fade ออกมาตรงกลางหน้าจอ
.fade {
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
}
*/

        /* fade left ออกมาจากทางซ้ายของหน้าจอ */
        .modal.fade:not(.in) .modal-dialog {
            -webkit-transform: translate3d(-0%, 0, 0);
            transform: translate3d(-0%, 0, 0);
        }