body {
    margin: 0px;
    padding: 0px;
    font-family: 'Kanit', 'Sarabun', sans-serif;
    color: #424242;
    text-align: left;
}

.bg-content {
    background-color: #f5f5f5;
}

.position-top {
    margin-top: -23px;
    padding-top: 15px;
}

/*-- LOGO & TITLE (HOME PAGE) --*/
.logo-title-home-page {
    font-family: Sriracha;
    font-size: 25px;
}

.logo-title-home-page img {
    width: 200px;
    height: auto;
}

/*-- CONTENT HEADING --*/
.content-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 19px;
    text-align: center;
}

.content-heading p {
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 160px;
    padding-right: 160px;
    font-size: 18px;
    text-align: left;
    text-indent: 3rem;
}

/*-- CONTENT SERVICES --*/
.content-services {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    height: auto;
}

.content-services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    grid-gap: 1rem;
}

.content-services-item {
    border: 1px solid #e4e4e4;
    padding: 20px;
    transition: .3s ease-in-out;
    background: #fff;
    cursor: pointer;
}

.content-services-item .fa {
    font-size: 5rem;
    color: #333;
}

.content-services-item h2 {
    font-family: Raleway;
    font-size: 32px;
    text-transform: uppercase;
    color: #333;
    margin: 20px 0;
}

.content-services-item p {
    font-size: 12px;
    color: #979797;
}

/* CONTENT SERVICES ITEM HOVER */
.content-services-item:hover {
    border: 1px solid #f27d97;
    padding: 20px;
    background: #f27d97;
}

.content-services-item:hover .fa {
    font-size: 5rem;
    color: #fff;
}

.content-services-item:hover h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0;
}

.content-services-item:hover p {
    font-size: 12px;
    color: #fff;
}
/* ---------------------------- */

/*-- INFO COMPANY --*/
.body-info {
    margin-left: 30px;
    margin-right: 30px;
}

.f-right {
    text-align: right;
}

.f-left {
    text-align: left;
}

/*-- SOCIAL LOGO --*/
.body-social-logo {
    background-color: #f5f5f5;
    border-radius: 30px;
    max-width: 560px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.body-social-logo-grid {
    display: grid;
    grid-template-columns: repeat(7, 45px);
    grid-gap: 0.8rem;
    padding-left: 70px;
}

.body-social-logo-item img {
    width: 100%;
}

/*-- VDO TRAINING --*/
.vdo-training {   
    width: 100%;
    height: auto;
}

.vdo-training-grid {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1rem;
    display: grid;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

.vdo-training-item iframe {
    width: 280px;
    height: 180px;
}

.vdo-training-item p {
    font-size: 16px;
    color: #585858;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

/*-- PHOTO ACTIVITY --*/
.bg-photo-activity {
	background: #f27d97;
	margin-top: 0px;
    margin-bottom: 0px;
	padding-top: 15px;
    padding-bottom: 0px;
}

.body-photo-activity {
	margin-left: 20px;
    margin-right: 20px;
    max-width: 70%;
    overflow: hidden;
}

/*-- PHOTO GROUP --*/
.bg-photo-group {
	background: #0489b1;
    margin-top: 0px;
    margin-bottom: 0px;
	padding-top: 15px;
    padding-bottom: 0px;
}

.body-photo-group {
	margin-left: 20px;
    margin-right: 20px;
    max-width: 70%;
    overflow: hidden;
}
/*-- END HOME PAGE --*/

/*-- LOGO & TITLE (OTHER PAGE) --*/
.logo-title-page {
    font-family: Sriracha;
    font-size: 24px;
    line-height: 35px;
}

.logo-title-page img {
    width: 67px;
    height: auto;
}

/*-- PROMOTION --*/
.bg-photo-promotion {
	background: #f27d97;
	margin: 10px;
	padding-top: 35px;
    padding-bottom: 10px;
}

.body-photo-promotion {
	margin-left: 20px; margin-right: 20px; max-width: 95%; overflow: hidden;
}

/*-- CONTACT US--*/
.contact-us {
    border-radius: 25px;
    border : solid #a4a4a4;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    text-align: center;
}

/*-- NAVBAR BANNER --*/
.bg-navbar-banner {
    background-color: #fde9ed;
    margin: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    height: auto;
}

.navbar-banner-grid {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0.5rem;
    display: grid;
    text-align: center;
}

.navbar-banner-item {
    border-width: 2px;
}

/*-- FOOTER --*/
.body-footer-tel {
    background-color: #F2F2F2;
    color: #000;
    height: 33px;
    display: block;
    text-align: center;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.body-footer-social {
    background-color: #424242;
    color: #fff;
    height: 98px;
    display: block;
    line-height: 40px;
    text-align: center;
    padding: 14px;
}

/*-- HEADER --*/
h1 {
    font-family: 'Sriracha', sans-serif;
    font-size: 25px;
    color:#f27d97
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 23px;
}

h3 {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    text-align: left;
    color:#0489B1
}

h4 {
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
}

/*-- LINK --*/
a:link {
    color: black;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: black;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #EB4D80;
    background-color: transparent;
    text-decoration: none;
}

/* --------------------------------------------------------------------------------------- */
/* ----------------------------------- Responsive ---------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------1200--- */
@media screen and (max-width: 1200px) {
    .bg-content {
        background-color: #fff;
    }
    /*-- LOGO & TITLE (HOME PAGE) --*/
    .logo-title-home-page {
        font-size: 22px;
    }
    .logo-title-home-page img {
        width: 160px;
        height: auto;
    }
    /*-- CONTENT HEADING --*/
    .content-heading {
        padding-top: 0px;
        font-size: 18px;
    }
    .content-heading p {
        padding-top: 10px;
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 15px;
        font-size: 17px;
        text-indent: 3rem;
    }

    /*-- CONTENT SERVICES --*/
    .content-services {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 20px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
    }
    .content-services-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        justify-items: center;
        grid-gap: 0.1rem;
    }
    .content-services-item {
        width: 90%;
    }
    .content-services-item h2 {
        font-size: 20px;
    }
    .content-services-item:hover h2 {
        font-size: 20px;
    }
    .content-services-item p {
        font-size: 12px;
    }
    .content-services-item:hover p {
        font-size: 12px;
    }
    /*-- INFO COMPANY --*/
    .f-right {
        font-size: 14px;
    }
    .f-left {
        font-size: 14px;
    }
    /*-- SOCIAL LOGO --*/
    .body-social-logo {
        background-color: #f5f5f5;
        border-radius: 30px;
    }
    .body-social-logo-grid {
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 0rem;
        justify-items: center; 
        padding-left: 40px;
        padding-right: 40px;
    }
    .body-social-logo-item img {
        width: 65%;
    }
    /*-- VDO TRAINING  --*/
    .vdo-training-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0.5rem;
        justify-items: center;
        margin-top: 5px;
        margin-bottom: 8px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 60px;
        padding-right: 60px;
    }
    .vdo-training-item iframe {
        width: 270px;
        height: 170px;
    }
    .vdo-training-item p {
        font-size: 13px;
    }
    /*-- PHOTO ACTIVITY --*/
    .body-photo-activity {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 77%;
    }
    /*-- PHOTO GROUP --*/
    .body-photo-group {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 77%;
    }
    /*-- END HOME PAGE --*/

    /* -------------------------------- */
    /*-- LOGO & TITLE (OTHER PAGE) --*/
    /* -------------------------------- */
    .logo-title-page {
        font-size: 22px;
        line-height: 30px;
    }
    .logo-title-page img {
        width: 55px;
        height: auto;
    }
    /*-- PROMOTION --*/
    .bg-photo-promotion {
        background: #fFF;
        margin: 0px;
        padding-top: 15px;
        padding-bottom: 0px;
    }
    /*-- CONTACT US--*/
    .contact-us {
        font-size: 15px;
    }
    /*-- NAVBAR BANNER --*/
    .bg-navbar-banner {
        justify-items: center;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-banner-grid {
        grid-template-columns: repeat(3,1fr);
        justify-items: center;
        grid-gap: 1rem;
    }
    .navbar-banner-item {
        width: 90%;
    }
    /*-- FOOTER --*/
    .body-footer-tel a {
        font-size: 18px;
    }
    .body-footer-social p {
        font-size: 16px;
    }
}

/* --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------926--- */
@media screen and (max-width: 926px) {
    .bg-content {
        background-color: #fff;
    }
    /*-- LOGO & TITLE (HOME PAGE) --*/
    .logo-title-home-page {
        font-size: 20px;
    }
    .logo-title-home-page img {
        width: 150px;
        height: auto;
    }
    /*-- CONTENT HEADING --*/
    .content-heading {
        padding-top: 0px;
        font-size: 17px;
    }
    .content-heading p {
        padding-top: 10px;
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 15px;
        font-size: 16px;
        text-indent: 3rem;
    }

    /*-- CONTENT SERVICES --*/
    .content-services {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 50px;
        padding-right: 50px;
        height: auto;
    }
    .content-services-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        grid-gap: 1rem;
    }
    .content-services-item {
        width: 92%;
    }
    .content-services-item h2 {
        font-size: 20px;
    }
    .content-services-item:hover h2 {
        font-size: 20px;
    }
    .content-services-item p {
        font-size: 12px;
    }
    .content-services-item:hover p {
        font-size: 12px;
    }
    /*-- INFO COMPANY --*/
    .f-right {
        font-size: 14px;
    }
    .f-left {
        font-size: 14px;
    }
    /*-- SOCIAL LOGO --*/
    .body-social-logo {
        background-color: #f5f5f5;
        border-radius: 30px;
    }
    .body-social-logo-grid {
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 0rem;
        justify-items: center; 
        padding-left: 40px;
        padding-right: 40px;
    }
    .body-social-logo-item img {
        width: 65%;
    }
    /*-- VDO TRAINING  --*/
    .vdo-training-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0.5rem;
        justify-items: center;
        margin-top: 5px;
        margin-bottom: 8px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 60px;
        padding-right: 60px;
    }
    .vdo-training-item iframe {
        width: 270px;
        height: 170px;
    }
    .vdo-training-item p {
        font-size: 13px;
    }
    /*-- PHOTO ACTIVITY --*/
    .body-photo-activity {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 77%;
    }
    /*-- PHOTO GROUP --*/
    .body-photo-group {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 77%;
    }
    /*-- END HOME PAGE --*/

    /* -------------------------------- */
    /*-- LOGO & TITLE (OTHER PAGE) --*/
    /* -------------------------------- */
    .logo-title-page {
        font-size: 20px;
        line-height: 28px;
    }
    .logo-title-page img {
        width: 53px;
        height: auto;
    }
    /*-- PROMOTION --*/
    .bg-photo-promotion {
        background: #fFF;
        margin: 0px;
        padding-top: 15px;
        padding-bottom: 0px;
    }
    /*-- CONTACT US--*/
    .contact-us {
        border : solid #a4a4a4;
        font-size: 14px;
    }
    /*-- NAVBAR BANNER --*/
    .bg-navbar-banner {
        justify-items: center;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .navbar-banner-grid {
        grid-template-columns: repeat(2,1fr);
        justify-items: center;
        grid-gap: 1rem;
    }
    .navbar-banner-item {
        width: 85%;
    }
    /*-- FOOTER --*/
    .body-footer-tel a {
        font-size: 16px;
    }
    .body-footer-social p {
        font-size: 15px;
    }
}

/* --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------568--- */
@media only screen and (max-width: 568px) {
    /*-- SOCIAL LOGO --*/
    .body-social-logo {
        background-color: #f5f5f5;
        border-radius: 0px;
    }
    /*-- CONTACT US--*/
    .contact-us {
        border : none;
        font-size: 14px;
    }
}

/* --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------480--- */
@media only screen and (max-width: 480px) {
    .bg-content {
        background-color: #fff;
    }
    /*-- LOGO & TITLE (HOME PAGE) --*/
    .logo-title-home-page {
        font-size: 18px;
    }
    .logo-title-home-page img {
        width: 130px;
        height: auto;
    }
    /*-- CONTENT HEADING --*/
    .content-heading {
        padding-top: 0px;
        font-size: 15px;
    }
    .content-heading p {
        padding-top: 5px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        font-size: 14px;
        text-indent: 0rem;
    }
    /*-- CONTENT SERVICES --*/
    .content-services {
        padding-left: 0px;
        padding-right: 0px;
        height: auto;
    }
    .content-services-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .content-services-item {
        width: 75%;
    }
    .content-services-item h2 {
        font-size: 20px;
    }
    .content-services-item:hover h2 {
        font-size: 20px;
    }
    .content-services-item p {
        font-size: 10px;
    }
    .content-services-item:hover p {
        font-size: 10px;
    }
    /*-- INFO COMPANY --*/
    .f-right {
        font-size: 14px;
    }
    .f-left {
        font-size: 14px;
    }
    /*-- SOCIAL LOGO --*/
    .body-social-logo {
        background-color: #f5f5f5;
        border-radius: 0px;
    }
    .body-social-logo-grid {
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 0rem;
        justify-items: center; 
        padding-left: 30px;
        padding-right: 30px;
    }
    .body-social-logo-item img {
        width: 80%;
    }
    /*-- VDO TRAINING  --*/
    .vdo-training-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .vdo-training-item iframe {
        width: 290px;
        height: 180px;
    }
    .vdo-training-item p {
        font-size: 13px;
    }
    /*-- PHOTO ACTIVITY --*/
    .body-photo-activity {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 80%;
    }
    /*-- PHOTO GROUP --*/
    .body-photo-group {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 80%;  
    }
    /*-- END HOME PAGE --*/

    /* -------------------------------- */
    /*-- LOGO & TITLE (OTHER PAGE) --*/
    /* -------------------------------- */
    .logo-title-page {
        font-size: 16px;
        line-height: 25px;
    }
    .logo-title-page img {
        width: 50px;
        height: auto;
    }
    /*-- PROMOTION --*/
    .bg-photo-promotion {
        background: #fFF;
        margin: 0px;
        padding-top: 15px;
        padding-bottom: 0px;
    }
    /*-- CONTACT US--*/
    .contact-us {
        border : none;
        font-size: 14px;
    }
    /*-- NAVBAR BANNER --*/
    .bg-navbar-banner {
        justify-items: center;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-banner-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .navbar-banner-item {
        width: 85%;
    }
    /*-- FOOTER --*/
    .body-footer-tel a {
        font-size: 13px;
    }
    .body-footer-social p {
        font-size: 12px;
    }
}

/* --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------320--- */
@media only screen and (max-width: 320px) {
    .bg-content {
        background-color: #fff;
    }
    /*-- LOGO & TITLE (HOME PAGE) --*/
    .logo-title-home-page {
        font-size: 16px;
    }
    .logo-title-home-page img {
        width: 110px;
        height: auto;
    }
    /*-- CONTENT HEADING --*/
    .content-heading {
        font-size: 14px;
    }
    .content-heading p {
        font-size: 13px;
    }
    /*-- CONTENT SERVICES --*/
    .content-services {
        padding-left: 0px;
        padding-right: 0px;
        height: auto;
    }
    .content-services-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .content-services-item {
        width: 85%;
    }
    .content-services-item h2 {
        font-size: 20px;
    }
    .content-services-item:hover h2 {
        font-size: 20px;
    }
    .content-services-item p {
        font-size: 10px;
    }
    .content-services-item:hover p {
        font-size: 10px;
    }
    /*-- VDO TRAINING --*/
    .vdo-training-item iframe {
        width: 250px;
        height: 156px;
    }
    /*-- END HOME PAGE --*/

    /* -------------------------------- */
    /*-- LOGO & TITLE (OTHER PAGE) --*/
    /* -------------------------------- */
    .logo-title-page {
        font-size: 14px;
        line-height: 23px;
    }
    .logo-title-page img {
        width: 45px;
        height: auto;
    }
    /*-- PROMOTION --*/
    .bg-photo-promotion {
        background: #fFF;
        margin: 0px;
        padding-top: 15px;
        padding-bottom: 0px;
    }
    /*-- CONTACT US--*/
    .contact-us {
        font-size: 13px;
    }
    /*-- NAVBAR BANNER --*/
    .bg-navbar-banner {
        justify-items: center;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-banner-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .navbar-banner-item {
        width: 75%;
    }
    /*-- FOOTER --*/
    .body-footer-tel a {
        font-size: 13px;
    }
    .body-footer-social p {
        font-size: 12px;
    }
}

/* --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------200--- */
@media only screen and (max-width: 200px) {
    .bg-content {
        background-color: #fff;
    }
    /*-- LOGO & TITLE (HOME PAGE) --*/
    .logo-title-home-page {
        font-size: 10px;
    }
    .logo-title-home-page img {
        width: 55px;
        height: auto;
    }
    /*-- CONTENT HEADING --*/
    .content-heading {
        font-size: 8px;
    }
    .content-heading p {
        font-size: 8px;
        text-align: center;
    }
    /*-- CONTENT SERVICES --*/
    .content-services {
        padding-left: 0px;
        padding-right: 0px;
        height: auto;
    }
    .content-services-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .content-services-item {
        width: 85%;
    }
    .content-services-item h2 {
        font-size: 14px;
    }
    .content-services-item:hover h2 {
        font-size: 14px;
    }
    .content-services-item p {
        font-size: 8px;
    }
    .content-services-item:hover p {
        font-size: 8px;
    }
    /*-- INFO COMPANY --*/
    .f-right {
        font-size: 3px;
    }
    .f-left {
        font-size: 3px;
    }
    /*-- SOCIAL LOGO --*/
    .body-social-logo {
        background-color: #fff;
        border-radius: 0px;
    }
    .body-social-logo-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 0rem;
        justify-items: center; 
        padding-left: 10px;
        padding-right: 10px;
    }
    .body-social-logo-item img {
        width: 60%;
    }
    /*-- VDO TRAINING --*/
    .vdo-training-item iframe {
        width: 150px;
        height: 100px;
    }
    /*-- CONTACT US--*/
    .contact-us {
        font-size: 6px;
    }
    /*-- FOOTER --*/
    .body-footer-tel a {
        font-size: 8px;
    }
    .body-footer-social p {
        font-size: 8px;
    }
    .body-footer-social img {
        width: 13%;
        height: auto;
    }
    /* -------------------------------- */
    /* -- LOGO & TITLE (OTHER PAGE) --*/
    /* -------------------------------- */
    .logo-title-page {
        font-size: 10px;
        line-height: 15px;
    }
    .logo-title-page img {
        width: 25px;
        height: auto;
    }
    /*-- END --*/
}