.itopplus-background {

}
body {
    overflow-x: hidden;
}


.unknown {
  position: fixed;
  bottom: 6% !important;
}

.unknown_prf .btn-main,
.unknown_prf:hover .btn-main {
  margin-bottom: 0 !important;
}

/*
.itopplus-bg {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_090720237sfz/0/0/1z-z101172098867.webp');
}*/
.itopplus-bg {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_090720237sfz/0/0/bgz-z459650953912.webp);
}
.itopplus-bg2 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_090720237sfz/0/0/2z-z168223872520.webp');
}

.itopplus-bg3 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_090720237sfz/0/0/3z-z1296559565308.webp');
}

.itopplus-bg4 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_090720237sfz/0/0/4z-z1649299709117.webp');
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    margin: 0 15px;
    padding: 30px 3px;
    border-bottom: 3px solid transparent;
  font-size: 18px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #ffcc33 !important;
    box-shadow: none;
    border-radius: none;
    border-bottom: 3px solid #ffcc33;
    background: transparent;
    background-color: transparent;
}



.no-js .navbar-nav>li>.dropdown-menu {
    border-radius: 0px;
    background-color: #172c4b;
    box-shadow: 0 6px 12px rgba(0,0,0,0);
    border: 0px solid rgba(0,0,0,.15);
}
.no-js .dropdown-submenu>.dropdown-menu {
    border-radius: 0px;
    background-color: #172c4b;
    box-shadow: 0 6px 12px rgba(0,0,0,0);
    border: 0px solid rgba(0,0,0,.15);
}
.no-js .dropdown-menu>li>a {
    color: #fff;
    font-size: 18px;
    padding: 7px 20px;
}
.no-js .dropdown-menu>li>a:focus,
.no-js .dropdown-menu>li>a:hover {
    color: #000;
    background: #ffcc33;
   border-radius: 0px;
}




@media screen and (max-width: 992px) {

    #controlBanner img {
        position: fixed;
        top: 10px;
        left: 10px;
        width: 170px !important;
        z-index: 10000;
    }

    .navbar-default,
    .navbar-header,
    #ItopplusMainSidebar {
        background: #182b4b !important;
    }

    #ItopplusMainSidebar a {
        color: #fff !important;
        text-align: left !important;
    }

    #itpMenuSideBar span.icon-bar {
        background: #fff !important;
    }

    .navbar-header i {
        filter: brightness(0) invert(1);
    }
}

@media screen and (min-width: 1024px) {
    .itopplus-banner .container {
        display: grid;
        grid-template-columns: 30% auto;
    }

    .itopplus-banner .container::before,
    .itopplus-banner .container::after {
        display: none;
    }

    .no-js .itopplus-banner {
        position: sticky;
        top: 0;
        z-index: 110;
    }

    .itopplus-banner {
        background: #182b4b;
        transition: .3s;
    }

    #controlBanner {
        object-fit: contain;
        padding: 10px;
        width: 95%;
        min-width: auto;
        margin: 0 auto;
    }

    #nav-menu {
        display: grid;
        text-align: right;
        background-color: transparent;
    }
  
  	.itopplus-menu {
    align-self: end;
}


}



@media screen and (min-width : 1150px) and (max-width : 1280px) {
  .navbar-default .navbar-nav>li>a {
  	margin: 0;
  }
  
  #main-navbar-collapse,
#itopplus-nav-bar {
    width: 100%;
}
  
  
#itopplus-nav-bar {
    display: flex;
justify-content: space-evenly;
}

#itopplus-nav-bar::before,
#itopplus-nav-bar::after {
    display: none;
}
}



@media screen and (min-width : 1366px) {}

@media screen and (min-width : 1900px) {}

@media screen and (max-width : 900px) {}

@media screen and (max-width : 480px) {}









/* photo */
.picf {
    transition: 0.5s;
}

.picf:hover {
    transform: translate(0px, -8px);
    transition: 0.5s;
}

.picff:hover {
    transform: scale(1.05);
}

.picff {
    transition: 0.5s;
}

/*  bgpt */
.bgpt {
    transition: 0.3s;
}

.bgpt:hover {
    box-shadow: 0 0 5px rgb(162 162 162 / 20%);
}

/*  hvr */
.hvr-grow {
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.10);
}

/*เฉพาะรูปแบบมีขอบ*/

.thumbnail img.imageGallery:hover {
    -webkit-transform: scale(1.1);
    transform: scale(0.98);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.thumbnail .imageWidth.imageGallery {
    transform: scale(1.0);
    transition: 0.32s;
}

.thumbnail .imageWidth.imageGallery:hover {
    transform: scale(1.05);
    transition: 0.32s;
}

/**ห้ามเกินกรอบ**/
.thumbnail .imgLightbox {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
}

 
/** TH **/
#background66b19353c61fcd001304d347 .thumbnail .imgLightbox {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
  border-radius: 10px;
}
#background66b19353c61fcd001304d347 .thumbnail {
    border: solid 0px #d1d1d1;
    background: #f6c71f;
    transition: 0.5s;
    color: #282828;
    padding: 3% !important;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
    border-radius: 20px;
}
#background66b19353c61fcd001304d347 .thumbnail:hover {
    border: solid 0px #d1d1d1;
    background: #f6c71f;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
    color: #282828;
} 


/** ENG **/
#background6723347b8c84b900130fc4bd .thumbnail .imgLightbox {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
  border-radius: 10px;
}
#background6723347b8c84b900130fc4bd .thumbnail {
    border: solid 0px #d1d1d1;
    background: #f6c71f;
    transition: 0.5s;
    color: #282828;
    padding: 3% !important;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
    border-radius: 20px;
}
#background6723347b8c84b900130fc4bd .thumbnail:hover {
    border: solid 0px #d1d1d1;
    background: #f6c71f;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
    color: #282828;
} 


/** CN **/
#background672334862a084b0013b2cb55 .thumbnail .imgLightbox {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
  border-radius: 10px;
}
#background672334862a084b0013b2cb55 .thumbnail {
    border: solid 0px #d1d1d1;
    background: #f6c71f;
    transition: 0.5s;
    color: #282828;
    padding: 3% !important;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
    border-radius: 20px;
}
#background672334862a084b0013b2cb55 .thumbnail:hover {
    border: solid 0px #d1d1d1;
    background: #f6c71f;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
    color: #282828;
} 





/*------------*/

figure.effect-selena {
    background: transparent;
}

figure.effect-apollo {
    background: transparent;
  border-radius: 20px;
}



.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}

.fancybox-skin {
    background: #fff;
    border-radius: 0px;
}

.fancybox-lock {
    overflow: auto;
}

.fancybox-margin {
    margin-right: 0px;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: hidden;
}

/*  Layout */
.boderedlayoutClient {
    border-top: 0px dashed transparent;
    border-left: 0px dashed transparent;
    border-right: 0px dashed transparent;
    border-bottom: 0px dashed transparent;
}





/*  jazz */
figure.effect-jazz figcaption::after {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

figure.effect-jazz {
    background: transparent;
    border-radius: 20px;
}



 
/* oscar*/


.grid figure figcaption {
    padding: 0em;
}







figure.effect-oscar {
    background: transparent;
    width: 100%;
    border-radius: 20px;
}

figure.effect-oscar img {
    opacity: 1;
}

figure.effect-oscar:hover img {
    opacity: 1;
}

figure.effect-oscar figcaption::before {
    border: 0px solid #fff;
}

figure.effect-oscar figcaption {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,0.96) 100%);
  border-radius: 20px;
}

figure.effect-oscar:hover figcaption {
      /* background: transparent;*/
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,0.96) 100%);
  border-radius: 20px;
}

figure.effect-oscar h2 {
    margin: 0% 0 0px 0;
    -webkit-transition: -webkit-transform 0.32s;
    transition: transform 0.32s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover h2 {
    opacity: 1;
    transition: 0.32s;
    transform: none !important;
}

.grid figure h2 {
    word-spacing: 0em;
    font-weight: 300;
    text-transform: none;
}

figure.effect-oscar img {
    max-width: none;
    -webkit-transition: opacity 0.32s, -webkit-transform 0.32s;
    transition: opacity 0.32s, transform 0.32s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-oscar:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

#background66ab00d1bf641000135afae9 figure.effect-oscar:hover img {
    transform: scale(0.97);
}

/* oscar */



/* sadie gradient */
#background654a12ad18997f00126a4f36 .grid figure p {
    letter-spacing: 0px;
    font-size: 0.9em;
}

#background654a12ad18997f00126a4f36 figure.effect-sadie p {
    padding: 3em 1em 1em !important;
    opacity: 1;
    text-transform: none;
    color: #ffffff;
    background: transparent;
    text-align: center;
}

#background654a12ad18997f00126a4f36 figure.effect-sadie figcaption::before {
    z-index: 0;
    background: linear-gradient(0deg, rgba(255, 102, 0, 1) 0%, rgba(255, 102, 0, 0) 64%);
}

/* sadie gradient */








/* sadie */
figure.effect-sadie figcaption::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 61%, rgba(0, 0, 0, 1) 100%);
}



figure.effect-sadie {
    border-radius: 0px;
}

figure.effect-sadie figcaption {
    background: transparent;
    opacity: 1;
}

/*
figure.effect-sadie figcaption::before {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(138,191,82,0) 68%, rgba(83,161,0,0.92) 100%);
    opacity: 1;
}*/
figure.effect-sadie h2 {
    top: 85%;
    color: #ffffff;
    opacity: 1;
    font-size: 18px;
    font-weight: 400 !important;
    z-index: 100;
}

figure.effect-sadie:hover h2 {
    z-index: 100;
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    z-index: 100;
}


figure.effect-sadie img {
    max-width: none;
    -webkit-transition: opacity 0.32s, -webkit-transform 0.32s;
    transition: opacity 0.32s, transform 0.32s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sadie:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

/* อัลบั้ม slide  */

.jssorb03 div {
    background-position: -5px -4px;
    background-color: #fff;
    color: #fff !important;
}

.jssorb03 .av,
.jssorb03 div,
.jssorb03 div:hover {
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    width: 10px !important;
    height: 10px !important;
    background-color: #7c674e;
    border: 1px solid #7c674e;
    border-radius: 100px;
    margin-left: -255%;
}

.jssora03l {
    display: none;
}

.jssora03r {
    display: none;
}

.jssora03r.jssora03rds {
    display: none;
}

.jssorb03 div span {
    display: none;
}

img.cursor.force-hight {
    height: 270px !important;
}








/*hvr-backward*/
.hvr-backward:hover,
.hvr-backward:focus,
.hvr-backward:active {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.hvr-backward {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;

}

.hvr-backward1:hover,
.hvr-backward1:focus,
.hvr-backward1:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.hvr-backward1 {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;

}



/*  JazzByY */
.JazzByY-Position {
    display: block;
    overflow: hidden;
}

.JazzByY {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.JazzByY:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}






/*-------สไลด์-------*/
.rslides_tabs {
    list-style: none;
    padding: 0;
    font-size: 18px;
    list-style: gujarati;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    display: flex;
    overflow-x: auto;
    margin-top: 2%;
}

.ef {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform .25s;
}

.ef li:hover {
    opacity: 0.8;
    transition: 0.32s;
}










/*อัลบั้มในเนื้อหาระบบ jazz*/

.contenemanager-gallery .col-xs-12.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 33%;
}

.Contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #fff;
    border-radius: 0px;
    transition: 0.3s;
}

.Contenemanager-gallery .thumbnail:hover {
    transform: scale(1.1);
    transition: 0.3s;
    position: relative !important;
    overflow: hidden !important;
}

.Contenemanager-gallery .thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 0 0 rgba(0, 0, 0, .075);
    border-radius: 0px;
    transform: scale(1.0) !important;
}

#Contentmanager img.img-responsive {
    border-radius: 0px;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    transition: 0.5s;
}

#Contentmanager img.img-responsive:hover {
    transform: scale(1.1);
    transition: 0.3s;
    position: relative !important;
    overflow: hidden !important;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: transparent;
}

#Contentmanager .thumbnail {
    background-color: transparent;
    position: relative !important;
    overflow: hidden !important;
    border: 0px solid #ebd2c2;
    padding: 0px;
    border-radius: 20px;
}

#Contentmanager .thumbnail:hover {
    border-radius: 20px;
}

.img-thumbnail,
.thumbnail {
    box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
}





/* contenemanager */

.social-icon {
    border-radius: 5px;
}

.managerHeader {
    font-size: 2em;
    padding: 2% 0% 2%;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    color: #000;
}

#Contentmanager .post-time {
    font-size: 14px;
    font-weight: 300;
    color: #1e2a27;
    display: none;
}

.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #000000;
}

.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 18px;
    color: #000000;
    padding: 1% 0% 0%;
    font-weight: 400;
    line-height: normal;
    height: inherit;
    text-align: center;
    margin-bottom: 0%;
}


/*
.Contentmanager .site .col-section .item.-micro a:hover .caption .time {
  background-color: #7f141a;
   color: #fff;
}*/
.Contentmanager .site .col-section .item.-micro a:hover .caption .time .article-b {
    color: #fccf18;
}

.Contentmanager .site .col-section .item.-micro a .caption .time {
    font-size: 14px;
    display: none;
}

article.col-md-6.item.-micro {
    width: 31%;
}

.Contentmanager .site .col-section .item.-micro {
    padding: 0px 0px 0px 0px;
}

.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 20px;
}

.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    background: transparent;
    padding: 5% 0% 0% 0%;
}

.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: none;
    border-bottom: none;
    margin: 1%;
    background: transparent;
    border: solid 0px #cdcdcd;
    border-radius: 20px;
    padding: 0%;
}

.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    border-right: none;
    border-bottom: none;
    margin: 1%;
    background: transparent;
    border: solid 0px #cdcdcd;
    border-radius: 20px;
    padding: 0%;
}

.Contentmanager .site .col-section .item.-micro a .post {
    display: none;
}

.fbcomments,
.fbcomments {
    display: none;
}

.nav-template7 li a {
    color: #1c1c1c;
    display: inline-block;
    font-size: 18px !important;
}

.nav-template7 li:hover {
    background-color: #fff7ef;
    text-decoration: none;
}

#contenttype71 {
    font-size: 16px;
    text-align: left;
}

.nav-template7 .fa-plus:before {
    content: "\f101";
    color: #186c8c;
}

.col-md-12.text-justify {
    padding-right: 5px;
    padding-left: 5px;
}

.Textmanager.font-inherit {
    display: flow-root;
}

.page-header {
    border-bottom: 0px solid #eee;
}





#Contentmanager .img-thumbnail {
    border: 0px solid #ddd;
    background: transparent;
}

#Contentmanager .col-md-offset-2 {
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
}

/* 
#Contentmanager .col-md-8 {
    width: 100%;
}*/

 


/* contenemanager */




 


/* contenemanager เรื่องที่น่าสนใจ */


.landingpagemanager {
    display: block;
}


.landingpagemanager #relateContentTitle {
    font-size: 24px !important;
    font-weight: 600;
}
.landingpagemanager .fa-comments:before {
   display: none;
}
.landingpagemanager {
    padding: 0px;
    margin-left: -1%;
    margin-right: -1%;
    margin-top: 30px;
    border-radius: 0px;
    border: solid 0px #eee;
}
.landingpagemanager .nav-template {
    margin-top: 1%;
}

.landingpagemanager li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5:hover .article-button {
    background-color: #e5ba60;
}
.landingpagemanager li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5 {
    width: 100%;
    background: transparent;
    border: 0px solid #e6c806 !important;
    margin: 0px;
    border-radius: 0px;
    display: inline-table;
}
.landingpagemanager .col-md-4.col-sm-4.col-xs-4.padding {
    width: 100%;
    padding: 0% 0 !important;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12 {
    width: 100%;
    text-align: center;
    padding: 0% 0% 10%;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12 strong {
    font-size: 16px;
    height: inherit;
    display: block;
    margin-top: 5%;
    font-weight: 600;
    text-align: left;
    color: #000;
    margin-bottom: 3%;
}

.landingpagemanager .article-b {
    padding: 3% 10%;
    margin-top: 7%;
    font-size: 14px;
}
.landingpagemanager .btn-sm p {
    display: none;
}
/*
.landingpagemanager .btn-sm p {
    font-size: 14px ! IMPORTANT;
}
.landingpagemanager .btn-group-sm&amp;amp;amp;amp;amp;amp;gt;.btn, .landingpagemanager .btn-sm {
    font-size: 16px;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12 p {
    background: #e6c806;
    color: #000;
    border: none;
    font-size: 0.9em;
    padding: 6px 20px;
    font-weight: 600;
    border-radius: 50px;
    display: block;
    margin: 5% auto 0;
    transition: 0.5s;
    width: max-content;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12:hover p  {
    background: #708c37;
    color: #fff;
}
*/


.landingpagemanager .img-container {
    padding-bottom: 81%;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.landingpagemanager .img-container .img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.landingpagemanager .img-container .img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
 




.PitCustomClass2 {
    width: 70%;
}
.PitCustomClass4 {
    width: 30%;
    height: -webkit-fill-available;
}
.PitCustomClass1 {
    display: flex;
    gap: 30px;
}





/* contenemanager เรื่องที่น่าสนใจ */











/*ul_icon*/

.icon_aa {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    list-style: none;
    padding: 0% 0% 1% 3%;
    margin: 0 auto;
    margin-bottom: 1%;
}
.icon_aa li::before {
    content: '➤';
    padding-right: 1%;
    color: #7c674e;
}
.icon_b {
    font-size: 16px;
    line-height: normal;
}
.icon_b ::marker {
    color: #000000;
}
.icon_c {
    font-size: 18px;
    /* padding: 0% 5%; */
}





/* class หน้าต้นแบบ */


.footer-text {
    text-align: center;
    font-size: 14px;
    padding: 1% 0%;
}
.footer-text1 {
    font-size: 18px;
    font-weight: 600;
    white-space: break-spaces;
    margin-bottom: 5%;
}
.footer-text2 {
    font-size: 16px;
    white-space: break-spaces;
}
.footer-text3 {
    font-size: 14px;
    white-space: break-spaces;
    margin-top: 5%;
}
.footer-text4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5%;
}
.footer-text5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5%;
}


.footer-block1 {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 2%;
}
.footer-block1-img {
    width: 6%;
    align-self: center;
}
.footer-block1-text {
    width: 94%;
    align-self: center;
    font-size: 16px;
}
.footer-block2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    width: 25%;
}



.footer-pd1 {
    margin-right: -10%;
}
.footer-pd2 {
    margin-left: 20%;
    margin-right: -20%;
    margin-top: 8%;
}
.footer-pd2 a {
    color: #000;
}
.footer-pd3 {
    margin-top: 8%;
}










/* class  */
.comingsoonn {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 3%;
    margin-top: 3%;
}




.empty-space {
    padding: 1.5%;
}
.empty-space1 {
    text-align: center;
    padding: 2% 0% 50%;
}
.empty-space1-img {
    width: 75%;
    margin: 0 auto;
}
.empty-space1 h2 {
    font-weight: 600;
    margin-top: -3%;
    color: #000000;
}
.empty-space1 h6 {
    font-weight: 600;
    margin-top: 2%;
    color: #282828;
    margin-bottom: 0.5%;
}
.empty-space1 h4 {
    color: #444444;
    white-space: break-spaces;
}
.empty-space2 h2 {
    color: #000000;
    text-align: center;
    font-weight: 600;
    padding: 4% 0% 2%;
}
.empty-space3 {
    background-color: #f6c71f;
    padding: 7% 30% 7% 7%;
    border-radius: 20px;
}
.empty-space3 h2 {
    white-space: break-spaces;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5%;
    font-size: 2.85em;
}
.empty-space3 h3 {
    color: #444444;
    white-space: break-spaces;
}
.empty-space3 span {
    font-weight: 600;
    color: #000000;
}
.empty-space4 h2 {
    color: #000000;
    text-align: center;
    font-weight: 600;
    padding: 4% 0% 2%;
}
.empty-space5 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0% 1% 2%;
}
.empty-space5-text {
    background-color: #f6c71f;
    align-self: center;
    padding: 7%;
    margin-left: -15%;
    border-radius: 20px;
    position: relative;
}
.empty-space5-img img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space5-img img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    border-radius: 20px;
}
.empty-space5-img {
    align-self: center;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.empty-space5 h5 {
    font-weight: 600;
    margin-bottom: 1%;
}
.empty-space5-img img {
    border-radius: 20px;
}
.empty-space6 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin: 0% 1% 2%;
}
.empty-space6-img {
    align-self: center;
}
.empty-space6-img img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space6-img img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    border-radius: 20px;
}
.empty-space6-img {
    align-self: center;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.empty-space6-text {
    align-self: center;
}
.empty-space6 h5 {
    font-weight: 600;
    text-transform: uppercase;
    color: #172c4b;
}
.empty-space6 h4 {
    margin-bottom: 2%;
}
.empty-space6 p {
    white-space: break-spaces;
}
.empty-space6 h3 {
    white-space: break-spaces;
    font-weight: 600;
}
.empty-space6-border {
    border-bottom: solid 1px #f6c71f;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.empty-space6-block {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-top: 2%;
    margin-bottom: 2%;
}
.empty-space6-bimg {
    align-self: center;
    width: 7%;
}
.empty-space6-btext {
    align-self: center;
    width: 90%;
    font-size: 16px;
}
.empty-space6-bg {
    background-color: #fafafa;
    padding: 5%;
    border-radius: 20px;
    margin-top: 3%;
}
.empty-space6-text0 {
    color: #172c4b;
    font-size: 20px;
    font-weight: 600;
}
.empty-space6-text1 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 1%;
}
.empty-space6 a:hover {
    color: #172c4b;
}
.empty-space6 a {
    color: #000;
    transition: 0.5s;
}
.empty-space7-img img {
    border-radius: 20px;
}
.empty-space7 h5 {
    font-weight: 600;
}
.empty-space7 {
    text-align: left;
}
.empty-space7 p {
    white-space: break-spaces;
}


.empty-space8 {
    display: flex;
    padding: 5% 0% 2% 0%;
}
.empty-space8-block {
    width: 50%;
    align-self: center;
}
.empty-space8-blockimg {
    display: flex;
    width: 100%;
    gap: 10px;
}
.empty-space8-text1 {
    width: 5%;
    left: calc(0% - 0rem);
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    align-self: flex-end;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

.empty-space8-img {
    width: 85%;
}

.empty-space8 h2 {
    font-weight: 600;
    color: #172c4b;
    font-size: 2.4em;
    text-transform: uppercase;
    margin-bottom: 2%;
    white-space: nowrap;
}

.empty-space8 h1 {
    font-weight: 600;
}
.empty-space8 p {
    white-space: break-spaces;
    margin-bottom: 0%;
    text-align: left;
}
.empty-space8-border {
    border-bottom: solid 1px #f6c71f;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.empty-space9-block0 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 5%;
    margin-bottom: 5%;
}
.empty-space9-block1 {
    display: flex;
    width: 100%;
    gap: 10px;
    background: #f65420;
    padding: 3% 4%;
    border-radius: 100px;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.5s;
}
.empty-space9-block2 {
    background: #0303ae;
}

.empty-space9-Bimg {
    width: 20%;
    align-self: center;
}
.empty-space9-Btext {
    width: 80%;
    align-self: center;
}
.empty-space9-Btext1 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.empty-space9-Btext2 {
    font-size: 16px;
}
.empty-space9-blockimg img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space9-blockimg img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
   border-radius: 20px;
}
.empty-space9-blockimg {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.empty-space9 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 0% 0% 4%;
    margin-bottom: 40%;
}
.empty-space9-img {
    align-self: center;
}
.empty-space9-text {
    align-self: center;
}
.empty-space9 h2 {
    color: #ff9a00;
    font-weight: 600;
}
.empty-space9 p {
    white-space: break-spaces;
    text-align: left;
}
.empty-space9-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 5%;
}
.empty-space9-border {
    border-bottom: solid 3px #ff9a00;
    width: 15%;
    margin-top: 3%;
    margin-bottom: 3%;
}
.empty-space9-img1 img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space9-img1 img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    border-radius: 20px;
}
.empty-space9-img1 {
    width: 95%;
    display: block;
    overflow: hidden;
    margin-bottom: 5%;
   border-radius: 20px;
}
.empty-space9-img2 {
    background-color: #172c4b;
    height: 300px;
    width: 70%;
    margin: 0 auto;
    margin-right: 0;
    margin-top: -55%;
    border-radius: 20px;
    background: linear-gradient(38deg, #f7c720 50%, #172c4b 50%);
}
.empty-space9 h4 {
    font-weight: 600;
    margin-bottom: 1%;
    margin-top: 3%;
    white-space: break-spaces;
}
.empty-space9 h5 {
    font-weight: 600;
    color: #000;
}
.empty-space10 h3 {
    font-weight: 600;
}
.empty-space10 {
    text-align: left;
}
.empty-space10 p {
    white-space: break-spaces;
    font-size: 16px;
}
p.empty-space10-mg {
    margin-left: 2%;
}






.empty-space18-block {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.empty-space18-block1 {
    background-color: #fafafa;
    padding: 5%;
    border-radius: 20px;
}
.empty-space18 h5 {
    font-weight: 600;
    text-align: center;
    padding: 3% 0% 0% 0%;
}
.empty-space18-block h4 {
    font-weight: 600;
}










h1,h2,h3,h4,h5,h6 {
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}



h1 {
    font-size: 2em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 26px;
}
p {
    font-size: 16px;
}





/* ส่วนเสริม */

iframe.map-mapp {
    border-radius: 20px;
}

 
.icon-img11 img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.icon-img11 img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
   border-radius: 20px;
}
.icon-img11 {
    display: block;
    overflow: hidden;
   border-radius: 20px;
}




.album-block {
    display: flex;
    width: 100%;
    margin-top: 4%;
}
.album-block-text {
    align-self: center;
    width: 88%;
    font-size: 20px;
    font-weight: 600;
}
.album-block-button1 {
    font-size: 24px;
    width: fit-content;
    background-color: #172c4b;
    padding: 1% 3%;
    border-radius: 10px;
    color: #f6c71f;
    display: flex;
    justify-content: end;
      align-self: center;
}
.album-block1 {
    display: flex;
    width: 100%;
    padding: 0% 5%;
    margin-top: 60%;
}
.album-block1-text {
    align-self: center;
    width: 88%;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
}
.album-block1-button1 {
    font-size: 24px;
    width: fit-content;
    margin: 0 auto;
    margin-right: 0;
    background-color: #172c4b;
    padding: 1% 3%;
    border-radius: 10px;
    color: #f6c71f;
    display: flex;
    justify-content: end;
    align-self: center;
}





.button-text1:hover {
    color: #182b4b;
    background-color: #f6c71f;
}
.button-text1 {
    background-color: #182b4b;
    color: #f6c71f;
    font-size: 20px;
    width: fit-content;
    padding: 1.2% 4%;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: 3%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.5s;
}

.mg1 {
    padding: 14% 7% 14% 35%;
}
.mg2 {
    margin-top: 52%;
}
.mg3 .album-block1-button1 {
    padding: 0.8% 2%;
}
.mg3 {
    margin-top: 64%;
    padding: 0% 4%;
}




/* Home */
#background66b19353c61fcd001304d347,
#background6723347b8c84b900130fc4bd,
#background672334862a084b0013b2cb55 {
    margin-top: -10%;
}
#background66b19f24b92d150013df70f6,
#background6723347b8c84b900130fc4d1,
#background672334862a084b0013b2cb69 {
    margin-right: -35%;
    margin-top: 13%;
    position: relative;
    z-index: 1;
}
#background66b19ef2b92d150013df7050,
#background6723347b8c84b900130fc4ce,
#background672334862a084b0013b2cb66 {
    margin-left: -35%;
    margin-top: 13%;
}
#background66b19ef2b92d150013df7050 figure.effect-oscar,
#background66b19f24b92d150013df70f6 figure.effect-oscar,
#background6723347b8c84b900130fc4ce figure.effect-oscar,
#background6723347b8c84b900130fc4d1 figure.effect-oscar,
#background672334862a084b0013b2cb66 figure.effect-oscar,
#background672334862a084b0013b2cb69 figure.effect-oscar {
    box-shadow: rgb(0 0 0 / 20%) 0px 10px 11px;
}
#background66b1a950b3aa240013b9346d,
#background6723347b8c84b900130fc4e1,
#background672334862a084b0013b2cb79 {
    margin-bottom: 30%;
}



/* บริการ */

#background66b1cf5dea850400139e0038 figure.effect-oscar,
#background66b1cfb8227a4e0013810e61 figure.effect-oscar,
#background66b1d02d2c12b5001326c3e3 figure.effect-oscar,
#background66b1d0a187b8d9001361ca2c figure.effect-oscar {
  box-shadow: rgb(0 0 0 / 18%) 0px 10px 11px;
}












/*---เมนูมุมขวาบน---*/
#language_member_bar ul.dropdown-menu {
    font-family: prompt!important;
    padding: 5px!important;
    border: none!important;
    margin-bottom: 5px!important;
    border-radius: 5px!important;
  min-width: 120px;
    left: -90%;
}
#language_member_bar .dropdown-toggle {
	padding: 0px 0px 0px 0px!important;
    border-right: none!important;
    background-color: transparent!important;
}
#language_member_bar .navbar-client {
    border: none;
    background-color: transparent;
}
#language_member_bar .nav>li>a:hover {
	background-color: transparent;
}
#language_member_bar .dropdown a div {
	width: 100%;
	display: contents;
}
#language_member_bar .navbar-nav>li {
    float: none;
    text-align: right;
    margin: 0 auto;
}
#language_member_bar span {
	font-family: prompt;
	color: #fff;
	text-shadow: none;
	letter-spacing: 0.5px;
}
#language_member_bar .fa-caret-down {
    border-left: 1px solid #FFF;
    padding-left: 10px;
    padding-right: 0px;
}
#language_member_bar .fa-caret-down:before {
	color: #ccc;
  	content: "\02C5";
}
#language_member_bar .glyphicon-print:before {
	color: #fff;
}
#language_member_bar .btn-warning {
	background-color: #d21b1b;
	background-image: none;
	border-color: #d21b1b;
}
#language_member_bar .fa-cog:before {
	color: #ccc;
}
#language_member_bar span#memberText {
    font-family: prompt;
    color: #c3c3c3;
    text-shadow: none;
    letter-spacing: 0.5px;
    font-weight: 400;
}
#language_member_bar .nav .open>a {
    background-color: transparent;
    border-color: transparent;
}
#language_member_bar #languagebar span {
    color: #000;
}
#language_member_bar .navbar-client ul.nav.navbar-right.navbar-nav {
    border-radius: 17px;
    background-color: #626366;
    margin-right: 0px!important;
    position: relative;
    margin-top: 32%;
    right: 200%;
    width: 200%;
    padding: 3px 10px 1px 10px;
    float: left!important;
}
/*ธง*/
#language_member_bar .nav>li>a>img {
    left: 8%;
    top: 4%;
    border-radius: 0!important;
    position: absolute;
    width: 40%;
    height: 80%;
}
/*open ธง*/
#language_member_bar .dropdown-menu {
	background-color: #626366!important;
}
/*dropdown ขนาดฟอร์น*/
#language_member_bar .dropdown-menu span {
    color: #fff!important;
    font-family: prompt;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}
/*Hover เลือกภาษา*/
/*.navbar-nav>li>.dropdown-menu>li>a:hover {
	background: #50d32b!important;
}
*/

#languagebar > ul > li:nth-child(3) > a > span {
  display: none;
}
#languagebar > ul > li:nth-child(3) > a:after {
  content: '中文';
  color:white;
}









/* pdpa */
 
.pdpa-text h5 {
    font-weight: 600;
    margin-top: 2%;
}
.pdpa-text h4 {
    font-weight: 500;
}
.pdpa-text a:hover {
    color: #ffcc33;
}
.pdpa-text a {
    color: #7a7f95;
}
.pdpa-text ul.icon-a {
    font-size: 16px;
    font-weight: 400;
}
.pdpamg1 {
    padding: 2% 0%;
}
.pdpamg1 .icon-a {
    font-size: 16px;
}
.pdpamg1 p {
    white-space: break-spaces;
}

/* นโยบายความเป็นส่วนตัว */

.ITPcookiebar {
    width: 100%!important;
    background-color: rgb(0 0 0 / 50%)!important;
    color: #fff;
}
.ITPlinkToCookiepage:hover {
    color: #ffcc33!important;
}
.unknown_prf .btn-main {
    margin-bottom: 100%;
}
.buttonExampleSite:hover {
    background: #444!important;
  border: 1px solid #444!important;
    color: #fff!important;
}
.buttonExampleSite {
    border-radius: 0px!important;
    background-color: #ffcc33!important;
    font-size: 16px!important;
    border: 1px solid #ffcc33!important;
    color: #000!important;
}






/* ติดต่อเรา */
.contact-pd {
    margin-top: 2%;
}
.contact-bg {
    padding: 0% 0% 2% 0%;
    border-radius: 10px;
}
.contact-bg h4 {
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    white-space: break-spaces;
}
.contact-bg h3 {
    font-weight: 400;
    font-size: 17px;
    margin-top: 0%;
    margin-bottom: 2%;
    white-space: break-spaces;
}
.contact-bg p {
    white-space: break-spaces;
    font-size: 16px;
    margin-bottom: 3%;
    background-color: #000;
    color: #fff;
    padding: 2% 7%;
    width: fit-content;
}

.contact-block {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 1%;
}
.contact-block-img {
    width: 6.5%;
}
.contact-block-text {
    width: 94%;
    align-self: center;
    font-size: 16px;
    white-space: break-spaces;
}
.contact-block-text a:hover {
    color: #182b4b;
}
.contact-block-text a {
    color: #000;
    transition: 0.5s;
}













/*from Contact TH */
 
.no-js #background66b1d7ff87b8d9001361cc05 label {
    display: none!important;
}
.no-js #background66b1d7ff87b8d9001361cc05 .col-md-6 {
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
}
.no-js #background66b1d7ff87b8d9001361cc05 .form-control {
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 1px dashed #ccc;
    border-radius: 0px!important;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    font-size: 16px!important;
    padding: 39px 30px;
    background: transparent;
    color: #000;
}
.no-js #background66b1d7ff87b8d9001361cc05 .form-control:hover {
	border-color: #ffcc33 ;
}
.no-js #background66b1d7ff87b8d9001361cc05 ::placeholder {
    color: #000!important;
  font-weight:300;
}

.no-js #background66b1d7ff87b8d9001361cc05 .form-control:focus {
    border-color: #ffcc33 ;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0);
  color: #000!important;
}

.no-js #background66b1d7ff87b8d9001361cc05 .btn {
     background: #ffcc33;
    background-repeat: repeat-x;
    border-color:transparent;
    border-radius: 100px;
    padding: 14px 30px;
    font-size: 18px;
    border: 0px solid transparent;
    color: #000;
}

.no-js #background66b1d7ff87b8d9001361cc05 .btn-default {
    text-shadow: 0 0 0 #ffcc33;
}


.no-js #background66b1d7ff87b8d9001361cc05 .btn-default:active {
background-color: #ffcc33;
}

.no-js #background66b1d7ff87b8d9001361cc05 .btn-default:hover,
.no-js #background66b1d7ff87b8d9001361cc05 .btn-default:focus {
    background-position: 0 0px;
  background-color: #ffcc33;
}
.no-js #background66b1d7ff87b8d9001361cc05 span.label a {
    color: #fff;
}
/* .no-js #Component6628915ebe6205001316aab8 button.btn.btn-default {
    opacity: 1;
} */
 






/*from Contact ENG */
 
.no-js #background672336062a084b0013b2cd51 label {
    display: none!important;
}
.no-js #background672336062a084b0013b2cd51 .col-md-6 {
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
}
.no-js #background672336062a084b0013b2cd51 .form-control {
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 1px dashed #ccc;
    border-radius: 0px!important;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    font-size: 16px!important;
    padding: 39px 30px;
    background: transparent;
    color: #000;
}
.no-js #background672336062a084b0013b2cd51 .form-control:hover {
	border-color: #ffcc33 ;
}
.no-js #background672336062a084b0013b2cd51 ::placeholder {
    color: #000!important;
  font-weight:300;
}

.no-js #background672336062a084b0013b2cd51 .form-control:focus {
    border-color: #ffcc33 ;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0);
  color: #000!important;
}

.no-js #background672336062a084b0013b2cd51 .btn {
     background: #ffcc33;
    background-repeat: repeat-x;
    border-color:transparent;
    border-radius: 100px;
    padding: 14px 30px;
    font-size: 18px;
    border: 0px solid transparent;
    color: #000;
}

.no-js #background672336062a084b0013b2cd51 .btn-default {
    text-shadow: 0 0 0 #ffcc33;
}


.no-js #background672336062a084b0013b2cd51 .btn-default:active {
background-color: #ffcc33;
}

.no-js #background672336062a084b0013b2cd51 .btn-default:hover,
.no-js #background672336062a084b0013b2cd51 .btn-default:focus {
    background-position: 0 0px;
  background-color: #ffcc33;
}
.no-js #background672336062a084b0013b2cd51 span.label a {
    color: #fff;
}
/* .no-js #Component6628915ebe6205001316aab8 button.btn.btn-default {
    opacity: 1;
} */
 




/*from Contact CN */
 
.no-js #background6723360f8c84b900130fc614 label {
    display: none!important;
}
.no-js #background6723360f8c84b900130fc614 .col-md-6 {
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
}
.no-js #background6723360f8c84b900130fc614 .form-control {
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 1px dashed #ccc;
    border-radius: 0px!important;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    font-size: 16px!important;
    padding: 39px 30px;
    background: transparent;
    color: #000;
}
.no-js #background6723360f8c84b900130fc614 .form-control:hover {
	border-color: #ffcc33 ;
}
.no-js #background6723360f8c84b900130fc614 ::placeholder {
    color: #000!important;
  font-weight:300;
}

.no-js #background6723360f8c84b900130fc614 .form-control:focus {
    border-color: #ffcc33 ;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0);
  color: #000!important;
}

.no-js #background6723360f8c84b900130fc614 .btn {
     background: #ffcc33;
    background-repeat: repeat-x;
    border-color:transparent;
    border-radius: 100px;
    padding: 14px 30px;
    font-size: 18px;
    border: 0px solid transparent;
    color: #000;
}

.no-js #background6723360f8c84b900130fc614 .btn-default {
    text-shadow: 0 0 0 #ffcc33;
}


.no-js #background6723360f8c84b900130fc614 .btn-default:active {
background-color: #ffcc33;
}

.no-js #background6723360f8c84b900130fc614 .btn-default:hover,
.no-js #background6723360f8c84b900130fc614 .btn-default:focus {
    background-position: 0 0px;
  background-color: #ffcc33;
}
.no-js #background6723360f8c84b900130fc614 span.label a {
    color: #fff;
}
/* .no-js #Component6628915ebe6205001316aab8 button.btn.btn-default {
    opacity: 1;
} */
 








/*Hide Menu Phone*/


 




/* Contentmanager ร่วมงานกับเรา TH */
#Component66b318443b2ad80013542cf1 strong {
    font-weight: 600;
    font-size: 22px;
    color: #3d3732;
    text-align: left;
}

#Component66b318443b2ad80013542cf1 .nav-template7 li {
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    transition: 0.5s;
    border-radius: 50px;
    background-color: #fafafa;
    padding: 1% 2%;
    margin-bottom: 1%;
    text-align: left;
}

#Component66b318443b2ad80013542cf1 .nav-template7 li:hover {
    background-color: #fafafa;
    border-radius: 50px;
}

#Component66b318443b2ad80013542cf1 .nav-template7 li a {
    color: #000;
    display: inline-block;
    font-size: 20px !important;
}

#Component66b318443b2ad80013542cf1 span.fas.fa-plus {
    color: #f7c720;
    font-size: 14px;
    padding-right: 7px;
}

#Component66b318443b2ad80013542cf1 .nav-template7 .fa-plus:before {
    content: "\f101";
    color: #f7c720;
}


/* Contentmanager ร่วมงานกับเรา ENG */
#Component672335e98c84b900130fc5e9 strong {
    font-weight: 600;
    font-size: 22px;
    color: #3d3732;
    text-align: left;
}

#Component672335e98c84b900130fc5e9 .nav-template7 li {
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    transition: 0.5s;
    border-radius: 50px;
    background-color: #fafafa;
    padding: 1% 2%;
    margin-bottom: 1%;
    text-align: left;
}

#Component672335e98c84b900130fc5e9 .nav-template7 li:hover {
    background-color: #fafafa;
    border-radius: 50px;
}

#Component672335e98c84b900130fc5e9 .nav-template7 li a {
    color: #000;
    display: inline-block;
    font-size: 20px !important;
}

#Component672335e98c84b900130fc5e9 span.fas.fa-plus {
    color: #f7c720;
    font-size: 14px;
    padding-right: 7px;
}

#Component672335e98c84b900130fc5e9 .nav-template7 .fa-plus:before {
    content: "\f101";
    color: #f7c720;
}



/* Contentmanager ร่วมงานกับเรา CN */
#Component672335ee2a084b0013b2cd1f strong {
    font-weight: 600;
    font-size: 22px;
    color: #3d3732;
    text-align: left;
}

#Component672335ee2a084b0013b2cd1f .nav-template7 li {
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    transition: 0.5s;
    border-radius: 50px;
    background-color: #fafafa;
    padding: 1% 2%;
    margin-bottom: 1%;
    text-align: left;
}

#Component672335ee2a084b0013b2cd1f .nav-template7 li:hover {
    background-color: #fafafa;
    border-radius: 50px;
}

#Component672335ee2a084b0013b2cd1f .nav-template7 li a {
    color: #000;
    display: inline-block;
    font-size: 20px !important;
}

#Component672335ee2a084b0013b2cd1f span.fas.fa-plus {
    color: #f7c720;
    font-size: 14px;
    padding-right: 7px;
}

#Component672335ee2a084b0013b2cd1f .nav-template7 .fa-plus:before {
    content: "\f101";
    color: #f7c720;
}
 
 




@media screen and (min-width : 1900px) {
.navbar-default .navbar-nav>li>a {
    margin: 0 25px;
    font-size: 20px;
}
.album-block-text {
    font-size: 24px;
}
.album-block1-text {
    font-size: 26px;
} 
.empty-space3 h2 {
    font-size: 3.5em;
}
.empty-space3 {
    padding: 10% 30% 10% 7%;
} 
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
    padding: 1% 4% 0%;
}
.footer-text2 {
    font-size: 18px;
} 
.footer-text1 {
    font-size: 20px;
} 
.footer-text3 {
    font-size: 16px;
} 
.footer-block1-text {
    font-size: 18px;
}
.footer-text4 {
    font-size: 20px;
}
.footer-block1-img {
    width: 5%;
}
.footer-text5 {
    font-size: 20px;
}
.footer-block2 {
    width: 22%;
}
.empty-space8 h2 {
    font-size: 3em;
} 
.icon_b {
    font-size: 18px;
}  
.itopplus-pos2 {
    margin-bottom: -0.1% !important;
}  
.empty-space6-btext {
    font-size: 18px;
} 
.landingpagemanager .col-md-8.col-sm-8.col-xs-12 strong {
    font-size: 18px;
} 
.empty-space10 p {
    font-size: 18px;
}  
.contact-bg h3 {
    font-size: 20px;
} 
.contact-block-text {
    font-size: 18px;
}
.contact-block-img {
    width: 5.5%;
}
.no-js #background66b1d7ff87b8d9001361cc05 .form-control,
  .no-js #background66b1d7ff87b8d9001361cc05 .form-control,
  .no-js #background66b1d7ff87b8d9001361cc05 .form-control {
    padding: 44px 30px;
}
.contact-block-img {
    width: 6.5%;
} 
.empty-space9-img2 {
    height: 370px;
}
  
  
  
  
  
  
p {
    font-size: 18px;
}
h1 {
    font-size: 2.5em;
}  
h2 {
    font-size: 3.5em;
} 
h3 {
    font-size: 20px;
}
h4 {
    font-size: 22px;
} 
h5 {
    font-size: 24px;
} 
h6 {
    font-size: 28px;
}  
  
  
  
  
.mg1 {
    padding: 14% 7% 17% 35%;
}   
}



@media only screen and (max-width:1191px) {
#imagesControl66b18f7fb92d150013df6c99 {
    padding: 0px !important;
}
.album-block-text {
    font-size: 18px;
} 
.album-block-button1 {
    font-size: 18px;
}
.empty-space1-img {
    width: 90%;
}  
.empty-space1 h4 {
    white-space: inherit;
}
.album-block1-text {
    font-size: 18px;
} 
.album-block1-button1 {
    font-size: 18px;
} 
.empty-space3 h2 {
    font-size: 32px;
}  
.empty-space3 h3 {
    white-space: inherit;
}  
.empty-space8 h2 {
    font-size: 2em;
} 
.empty-space9-img2 {
    margin-top: -70%;
} 
  
  
  
  
  
h3 {
    font-size: 16px;
} 
}


@media screen and (max-width : 900px) {
.album-block-text {
    font-size: 14px;
}
.album-block-button1 {
    font-size: 14px;
}  
.empty-space1 h4 {
    font-size: 16px;
}
.button-text1 {
    font-size: 16px;
} 
.itopplus-bg2 {
    background-attachment: inherit;
    background-size: cover;
}  
.empty-space3 h2 {
    font-size: 24px;
}  
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 15px;
}  
.album-block1-text {
    font-size: 14px;
}  
.album-block1-button1 {
    font-size: 14px;
}  
.empty-space8 {
    display: block;
}  
.empty-space8-block {
    width: 100%;
}
.empty-space8 h1 {
    margin-top: 7%;
} 
.empty-space9 {
    grid-template-columns: repeat(1, 1fr);
}
.empty-space9-img2 {
    display: none;
}
.empty-space9-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}  
.empty-space8-img {
    width: 100%;
}
.empty-space6 {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
} 
.PitCustomClass1 {
    display: block;
} 
.PitCustomClass2 {
    width: 100%;
} 
.contact-block-img {
    width: 10.5%;
}  
.contact-block-text {
    font-size: 14px;
}
.tab .nav-tabs li a {
    padding: 10px 10px !important;
    font-size: 16px!important;
}
  
  
  
  
  
  
h2 {
    font-size: 2em;
} 
h4 {
    font-size: 18px;
}  
h6 {
    font-size: 20px;
}
  
  
  
}




@media screen and (max-width : 480px) {
.album-block-text {
    font-size: 20px;
}
.album-block-button1 {
    font-size: 20px;
} 
.button-text1 {
    font-size: 16px;
    padding: 2% 7%;
    margin-top: 7%;
}
.album-block1-text {
    font-size: 20px;
} 
.album-block1-button1 {
    font-size: 20px;
}   
.empty-space3 {
    padding: 10%;
}  
.empty-space3 h2 {
    white-space: inherit;
    font-size: 22px;
}
#background66b19f24b92d150013df70f6,
#background6723347b8c84b900130fc4d1,
#background672334862a084b0013b2cb69   {
    margin-right: 0%;
    margin-top: 0%;
}
#background66b19ef2b92d150013df7050,
#background6723347b8c84b900130fc4ce,
#background672334862a084b0013b2cb66  {
    margin-left: 0%;
    margin-top: 0%;
}  
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    margin: 5%;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    margin: 5%;
}
article.col-md-6.item.-micro {
    width: 100%;
} 
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 16px;
}  
.contenemanager-gallery .col-xs-12.col-md-3 {
    width: 100%;
} 
.managerHeader {
    font-size: 22px;
}
.empty-space8 h2 {
    font-size: 24px;
} 
.empty-space9-block {
    grid-template-columns: repeat(1, 1fr);
} 
.empty-space9-img {
    grid-template-columns: repeat(1, 1fr);
    grid-column-start: 1;
    grid-row-start: 1;
}   
.empty-space9 {
    gap: 10px;
}  
.empty-space5 {
    grid-template-columns: repeat(1, 1fr);
    margin: 0% 1% 2%;
    gap: 20px;
} 
.empty-space5-text {
    margin-left: 0%;
}
#Component66b318443b2ad80013542cf1 strong,
#background672336062a084b0013b2cd51 strong,
#background6723360f8c84b900130fc614 strong {
    font-size: 18px;
}  
.contact-block-text {
    font-size: 16px;
}
.empty-space18-block {
    grid-template-columns: repeat(1, 1fr);
}
.contact-block-text {
    font-size: 14px;
}
.contact-bg .contact-block-text {
    font-size: 16px;
} 
  
  
  
  
  
.mg1 {
    padding: 10%;
}
.mg3 {
   margin-top: 60%;
} 
  
  
  
  
  
  
  
  
h2 {
    font-size: 30px;
} 
  
h6 {
    font-size: 18px;
}
}






