body {
    font-family: 'Sarabun' , sans-serif !important;
}

.obj-fit {
    object-fit: cover;
}

.content-height {
    height: 225px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-10f {
    margin-right: 10px !important;
}

.m-r-15f {
    margin-right: 15px !important;
}

.emerald {
    color: #019875 !important;
}

.emerald-bright {
    color: #01ba8f !important;
}

.f-underline {
    text-decoration: underline;
}

.f-kanit {
    font-family: 'Kanit', sans-serif !important;
}

.f-cschat {
    font-family: 'Sarabun' , sans-serif !important;
}

.media-body p {
    font-family: 'Sarabun' , sans-serif !important;
}


/*
PDF IFRAME
*/
.pdf-iframe {
    border: solid 1px #d8e2e7 !important;
    border-width: 1px 1px 1px 1px !important;
}

.mfp-wrap.my-custom-class .mfp-content {
    height: 800px;
    max-height: 90vh;
    width: 950px;
    max-width: 90vw;
}

.h-3rem {
    height: 3rem !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-3 {
    margin-bottom: 3px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-4 {
    margin-top: 4px !important;
}

.m-t-3 {
    margin-top: 3px !important;
}

.f-w-600 {
    font-weight: 600 !important;
}

.f-bold {
    font-weight: bold !important;
}

.f-s-16 {
    font-size: larger;
}

.f-s-17 {
    font-size: 17px !important;
}

.f-s-18 {
    font-size: 18px !important;
}

.f-s-19 {
    font-size: 19px !important;
}

.f-s-21 {
    font-size: 21px !important;
}

.f-s-24 {
    font-size: 24px !important;
}

.f-c-red {
    color: #790901;
}

.f-c-blue {
    color: #01789c !important;
}

.f-c-green {
    color: #019875;
}

.list-unstyled .fas {
    color: #01ba8f;
    font-size: 0.5rem;
    line-height: 1.375rem;
}

.list-unstyled .media-body {
    margin-left: 0.625rem;
}

.announcement {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eaf9f6;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

/* BREAKING NEWS */

.onoffswitch3 {
    position: relative;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 0px;
}

.onoffswitch3-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block;
    float: left;
    position: relative;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #eaf9f6;
    color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
    /* background-color: #EEEEEE;  */
    color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block;
    width: 50%;
    margin: 0px;
    text-align: center;
    border: 0px solid #999999;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    /* background: #27A1CA;  */
    background: #019875;
    left: 0;
    width: 80px;
}
.onoffswitch3-inactive{
    background: #A1A1A1;
    right: 0;
    width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove{
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text{
    color: #000;
    font-weight: 400;
    margin-left: 75px;
    margin-right: 5px;
}


.scroll-plain {
    color: #000;
    font-weight: 400;
    margin-left: 85px;
    /* margin-right: 5px; */
}

/* OVVERRIDE */
a:hover.back-to-top {
    background-color: #01654e !important;
}

body.noscroll {
    overflow-y: hidden !important;
}

/* NOTIFY INFO */
.notice {
    display: flex;
    /* padding: 8px 10px; */
    color: #343434;
    font-size: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    border-radius: .25rem;
}

.notice-info {
    border-color: #f77d75;
    background-color: #fef0ef;
    color: #460500;
}

.notice-mailto {
    text-decoration: none;
    color: #790901;
    font-weight: bold;
}

.notice-mailto:hover {
    text-decoration: underline;
    color: #700118;
    font-weight: bold;
}

.notice-bold {
    color: #790901;
    font-weight: bold;
}

.notice-leftside {
    background-color: #ac0c00;
    color: #fef0ef;
    padding: 10px 14px 8px 6px;

}

.notice-content {
    padding: 8px 10px;
}

/* NEW NOTICE INFO */
.new-notice-leftside {
    background-color: #019875;
    color: #fef0ef;
    padding: 10px 14px 8px 6px;
}

.new-notice-info {
    border-color: #019875;
    background-color: #eaf9f6;
    color: #001b15;
}

.new-notice-bold {
    color: #016b53;
    font-weight: bold;
}

.new-notice-mailto {
    text-decoration: none;
    color: #016b53;
    font-weight: bold;
}

/* POPUP */

.popup-form {
    background-color: #f9fafc;
}

.popup-form .mailto {
    text-decoration: none;
    color: #019875;
    font-weight: bold;
}

.popup-form .mailto:hover {
    text-decoration: underline;
    color: #018062;
    font-weight: bold;
}

.popup-form .textbold {
    color: #019875;
    font-weight: bold !important;
}

.popup-form .textbold .fas {
    color: #019875 !important;
    font-weight: bold !important;
    font-size: 17px !important;
}

.popup-form hr {
    background-color: #019875 !important;
    width: 4.5rem !important;
}

.popup-form .btn-link {
    display: inline-block;
    padding: 0.60rem 1.125rem 0.60rem 1.125rem;
    border: 0.125rem solid #019875;
    border-radius: 2rem;
    background-color: #019875;
    color: #fff;
    font: 700 0.95rem/0 "Prompt", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.popup-form .btn-link:hover {
    background-color: transparent;
    color: #019875;
    text-decoration: none;
}

/* LABEL */
.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    -webkit-border-radius: 10rem;
    border-radius: 10rem;
}

.label {
    display: inline-block;
    padding: .30em .65em;
    font-size: 87%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.label-default {
    background-color: #018062;
}

/* ID */
#link-user-list {
    font-size: 16px !important;
}

#link-not-list {
    font-size: 16px !important;
}

.btn-solid-link {
    display: inline-block;
    /* padding: 1.1875rem 2.125rem 1.1875rem 2.125rem; */
    padding: 0.80rem 1.125rem 0.8rem 1.125rem;
    border-radius: 2rem;
    color: #fff !important;
    font: 700 0.85rem/0 "Prompt", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    border: 0.125rem solid #01789c ;
    background-color: #01789c;
}

.btn-solid-link:hover {
    background-color: transparent;
    color: #01789c !important;
    text-decoration: none;
}

.btn-solid-link-two {
    display: inline-block;
    /* padding: 1.1875rem 2.125rem 1.1875rem 2.125rem; */
    padding: 0.80rem 1.125rem 0.8rem 1.125rem;
    border-radius: 2rem;
    color: #fff !important;
    font: 700 0.85rem/0 "Prompt", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    border: 0.125rem solid #194366 ;
    background-color: #194366;
}

.btn-solid-link-two:hover {
    background-color: transparent;
    color: #194366 !important;
    text-decoration: none;
}

.btn-solid-link-three {
    display: inline-block;
    /* padding: 1.1875rem 2.125rem 1.1875rem 2.125rem; */
    padding: 0.80rem 1.125rem 0.8rem 1.125rem;
    border-radius: 2rem;
    color: #fff !important;
    font: 700 0.85rem/0 "Prompt", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    border: 0.125rem solid #6b7a85 ;
    background-color: #6b7a85;
}

.btn-solid-link-three:hover {
    background-color: transparent;
    color: #6b7a85 !important;
    text-decoration: none;
}

.faqs-btn .btn-solid-link-four {
    display: inline-block;
    padding: 1.0rem 2.0rem 1.0rem 2.0rem;
    border-radius: 0.75rem;
    color: #503918 !important;
    font: 700 1.2rem/0 "Prompt", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    border: 0.125rem solid #ffa840 ;
    background-color: #ffa840;
}

.btn-solid-link-four:hover {
    background-color: transparent;
    color: #ef9031 !important;
    border: 0.125rem solid #ffa840 ;
    text-decoration: none;
}

.badge-link {
    padding: 0.55em .7em !important;
}

.btn-solid-purple-lg {
    display: inline-block;
    padding: 1.375rem 2.625rem 1.375rem 2.625rem;
    border: 0.125rem solid #ef9031;
    border-radius: 2rem;
    background-color: #ef9031;
    color: #fff;
    font: 700 1.2rem/0 "Prompt", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-purple-lg:hover {
    background-color: transparent;
    color: #ef9031;
    text-decoration: none;
}



/* FAQS */
.faqs-btn .btn-solid-link {
    display: inline-block;
    padding: 1.0rem 2.0rem 1.0rem 2.0rem;
    /* border: 0.2rem solid #194e66; */
    border-radius: 0.75rem;
    /* background-color: #27789e; */
    /* color: #fff !important; */
    font: 700 1.2rem/0 "Prompt", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.faqs-btn .btn-solid-link-three {
    display: inline-block;
    padding: 0.60rem 1.0rem .60rem 1.0rem;
    /* border: 0.2rem solid #194e66; */
    border-radius: 0.75rem;
    /* background-color: #27789e; */
    /* color: #fff !important; */
    font: 400 1.0rem/0 "Prompt", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.textred .fas {
    color: #790901 !important;
    font-weight: bold !important;
    font-size: 17px !important;
}

.publish-btn-solid-link-three {
    display: inline-block;
    padding: 0.40rem 0.8rem .40rem 0.8rem;
    border-radius: 0.75rem;
    font: 400 1.0rem/0 "Prompt", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    color: #fff !important;
    border: 0.125rem solid #019875;
    background-color: #019875;
}

.publish-btn-solid-link-three:hover {
    background-color: transparent;
    color: #019875 !important;
    text-decoration: none;
}

/* CARD CUSTOM */
.card-custom {
    overflow: hidden;
    border: 0;
    /*box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);*/
}

.card-custom-img {
    /*height: 200px;*/
    min-height: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
    position: absolute;
    content: '';
    top: 100px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    /*position: absolute;*/
    top: 40px;
    left: 1.25rem;
    width: 85px;
    height: auto;
    background-color: #fff;
    padding: 10px;
}

.card-title {
    margin-bottom: .40rem;
}

.avatar-img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(10 10 10 / 30%);
    /* position: absolute; */
    top: 40px;
    left: 1.25rem;
    width: 85px;
    height: 85px;
    background-color: #fff;
    padding: 10px;
}

.bg-nav-rabies, .bg-rabies {
    background-color: #019875 !important;
    /*background-color: #1d665e !important;*/
}

.bg-sub-rabies {
    background-color: #00acb4 !important;
}

.bg-blue {
    background-color: #01789c !important;
}

.bg-green {
    background-color: #4b9148 !important;
}

.bg-blue-02 {
    background-color: #4c8a99 !important;
}

.bg-emerald {
    background-color: #019875 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.bg-main {
    background-color: #f3fbfa !important;
}

.text-emerald {
    color: #019875 !important;
}

.text-secondary {
    color: #6c757d !important;
}

.text-white {
    color: #FFF !important;
}

.text-shadow {
    filter: drop-shadow(3px 3px 1px #e0e0e0);
}

.shadow-hover-lg {
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.list-bullet .fas {
    color: #01ba8f;
    font-size: 0.5rem;
    line-height: 1.375rem;
}

.shadow-hover-lg:hover {
    box-shadow: 0 6px 10px rgb(0 0 0 / 10%) !important;
}

.shadow-sm {
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%) !important;
}



