@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800;900&amp;family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
 
html,
body {
    font-family: 'Noto Sans Thai', 'Kanit', sans-serif;
}

.navbar-brand img {
    max-width: 75vw;
    width: 26rem;
    margin-top: 0;
}

.footer-about .logo img {
    /* width: 160px; */
    width: 100%;
    max-width: 21rem;
}

.showAdmin .box {
    text-align: center;
}

.showAdmin .box .img {
    overflow: hidden;
    margin: auto;
    height: 10rem;
    max-width: 10rem;
    border-radius: 51%;
    border: 5px solid #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    margin-bottom: 1rem;
}

.showAdmin .box .img img {}

.showAdmin .box .name {
    font-weight: 600;
    font-size: 1.1rem;
    color: #8dc63f;
}

.showAdmin .box .position {
    font-size: .85rem;
}

.boxAboutGreen {
    padding-top: 70px;
    color: #fff;
    margin-top: 7rem;
    padding-bottom: 6rem;
    /* background-color: #8dc63f; */
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
    border-radius: 0.5rem;
    /* background-image: url(/assets/images/header/banner-bg.png); */
}

.boxAboutGreen .section-title .title {
    color: #fff;
}

.boxAboutGreen .about-content .text {
    color: #fff;
}

.showNameLocation_0 {
    font-size: .75rem;
    text-align: center;
    margin-top: .5rem;
    font-weight: 300;
}

.abountDD .section-title .title {
    font-family: 'noto sans thai';
}

.abountDD .section-title .subtitle {
    margin-top: 1rem;
    font-family: 'noto sans thai';
}

.header-hero-content .main-btn-border-white {
    margin-top: 40px;
}

.about-content .main-btn-border-white {
    background: transparent;
    border: 1px solid;
    background-size: 200%;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    margin-top: 40px;
    margin-left: 1rem;
}

.about-content .main-btn-border-white:hover {
    background-position: right center;
    background-color: #2a4c80;
}

.about-content .main-btn-border-green {
    background: transparent;
    border: 1px solid #71a926;
    color: #71a926;
    background-size: 200%;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    margin-top: 40px;
    margin-left: 1rem;
}

.about-content .main-btn-border-green:hover {
    background-position: right center;
    background-color: #71a926;
    color: #fff;
}

.modal-header-custom {
    background-color: #8dc63f;
    color: #fff;
}

.modal-body-custom {}

.modal-footer-custom {}

.modal-body-custom.bg-orange {
    background-color: #ff9b01;
}

.modal-dialog-scrollable .modal-body.modal-body-custom::-webkit-scrollbar {
    background-color: #fff;
    width: 6px;
}

.modal-dialog-scrollable .modal-body.modal-body-custom::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.modal-dialog-scrollable .modal-body.modal-body-custom::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 7px;
    /* border: 4px solid #fff; */
}

.modal-dialog-scrollable .modal-body.modal-body-custom::-webkit-scrollbar-button {
    display: none;
}

.showVideoFromGoogleDrive {
    border-radius: .5rem;
    overflow: hidden;
    border: 12px solid #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.showVideoFromGoogleDrive iframe {
    border-radius: .25rem;
}
.imgMaps{
    
margin-top: 5rem;
    
margin-bottom: -15rem;
}
.showImgPreviewOnModal{
    border-radius: 5px;
    box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    cursor: pointer;
}
.txtAbout01{
    font-size: 1.1rem;
    font-weight: 300;
    margin-top: 1rem;
}

@media screen and (max-width:720px) {
    .footer-about .logo img {
        /* width: 160px; */
        width: 100%;
        max-width: 21rem;
    }
    .imgMaps {
        margin-top: 3rem;
        margin-bottom: 1rem;
    }
}