@font-face {
    font-family: 'Noto Sans Thai';
    src: url('../../fonts/NotoSansThai-Regular.ttf ') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'IBM Plex Sans Thai';
    src: url('../../fonts/IBMPlexSansThai-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Sarabun';
    src:  url('../../fonts/Sarabun-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src:  url('../../fonts/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Chonburi';
    src:  url('../../fonts/Chonburi-Regular.ttf') format('truetype');
    font-display: swap;
}

html,body{
    font-family: "Sarabun", Sans-serif, Serif, serif !important;
    letter-spacing: 0.2px !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Noto Sans Thai', Sans-serif, serif !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
    font-family: 'Noto Sans Thai', Sans-serif, serif !important;
}
#logo a img{
    max-height: 48px;
}
#mainmenu{
    font-family: 'Noto Sans Thai', Sans-serif, serif !important;
}

.price-section{

}
.price-card .price-block{
    position:relative;
    display: block;
    width: 100%;
    height: 200px;
}
.price-card .price-block .price-bg1{
    position:absolute;
    display: block;
    width:100%;
    height:75%;
    right: 0%;
    top:0;
    background: #97C800;
    border-radius: 15px;
    z-index: 6;
}
.price-card .price-block .price-bg1 .price-group-card{
    position:absolute;
    left: 300px;
    color:#FFFFFF;
    top:50%;
    transform:translateY(-50%);
}
.price-card .price-block .price-bg1 .price-group-card .price-group{
    color:#FFFFFF;
}
.price-card .price-block .price-bg1 .price-group-card .price-name{
    color:#FFFFFF;
}


.price-card .price-block .price-bg2{
    position:absolute;
    display: block;
    width:280px;
    height:75%;
    background: #05A2CB;
    z-index: 8;
    top:0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-clip-path: polygon(100% 0%, 100% 0, 100% 0%, 75% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0%, 100% 0, 100% 0%, 75% 100%, 0 100%, 0 0);

}

.price-card .price-block .price-bg2 .price-amount-card{
    position:absolute;
    top:50%;
    left:15px;
    transform:translateY(-50%);
    z-index: 10 !important;
    font-family: "Roboto", "Sarabun" !important;
}
.price-card .price-block .price-bg2 .price-amount{
    font-size: 60px;
    font-weight: bolder !important;
    color:#FFFFFF;
    font-family: "Roboto", "Sarabun" !important;

}
.price-card .price-block .price-bg2 .price-amount span{
    font-size: 16px;
    font-weight: normal;
}
.price-card .price-block .price-bg2 .price-deposit{
    font-family: "Roboto", "Sarabun" !important;
    color:#330000;

}
.price-card .price-block img.price-image{
    position:absolute;
    z-index: 9;
    bottom: 0;
    right:5%;
}



#footer-section{
    padding-bottom: 30px;
}
#footer-section .fixed-bottom .footer-button a.btn{
    text-shadow: #350000 0 1px 0;
    font-size: 16px;
}


.section-condition ol li{
    margin-bottom: 15px;
}
.section-condition ol li:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    header.header-mobile .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #logo a img{
        max-height: 36px;
    }
    #menu-btn{
        background:#99CC01;
        transition: 0.3s;
    }

    #footer-section .fixed-bottom .footer-button a.btn{
        width: 50% !important;
    }



























    .price-card .price-block{
        height: 240px;
    }
    .price-card .price-block .price-bg1{
        height:80%;
    }
    .price-card .price-block .price-bg1 .price-group-card{
        top:10%;
        transform:translateY(0%);
        left: 240px;
    }
    .price-card .price-block .price-bg1 .price-group-card .price-group{
        color:#FFFFFF;
    }
    .price-card .price-block .price-bg1 .price-group-card .price-name{
        color:#FFFFFF;
    }


    .price-card .price-block .price-bg2{
        height:80%;
        width:220px;
    }

    .price-card .price-block .price-bg2 .price-amount-card{
        top:5%;
        transform:translateY(0%);
    }
    .price-card .price-block .price-bg2 .price-amount{
        font-size: 60px;
        font-weight: bolder !important;
        color:#FFFFFF;
        font-family: "Roboto", "Sarabun" !important;

    }
    .price-card .price-block .price-bg2 .price-amount span{
        font-size: 16px;
        font-weight: normal;
    }
    .price-card .price-block .price-bg2 .price-deposit{
        font-family: "Roboto", "Sarabun" !important;
        color:#330000;

    }
    .price-card .price-block img.price-image{
        max-width: 280px;
    }







}