.itopplus-background {

}
.unknown {
  position: fixed;
  bottom: 8% !important;
}

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

body {
  overflow-x: hidden;
}
.itopplus-pos2 {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_131020235f4j/0/0/1z-z1693115122867.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}


.itopplus-bg {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_131020235f4j/0/0/1z-z1693115122867.webp");
}

.itopplus-bg5 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_11112024orff/0/0/5z-z578319637996.webp");
      background-size: cover;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    margin: 0 15px;
    padding: 8px 15px;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    font-size: 20px;
}

.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: #fff !important;
  box-shadow: none;
  background: transparent;
  background-color: transparent;
}

.no-js .navbar-nav>li>.dropdown-menu {
    border-radius: 0px;
    background: #0b1e39;
    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: #0b1e39;
    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: #fff;
   background: #daac4f;
   border-radius: 0px;
}



#itopplus-nav-bar-sticky .itopplus-sidebar-menu-parent {
    border-bottom: 0px solid rgba(57, 60, 66, .8) !important;
}


@media screen and (max-width: 992px) {
  #controlBanner img {
    position: fixed;
    top: 5px;
    left: 10px;
    width: 50px !important;
    z-index: 10000;
  }

  #nav-menu,
  #ItopplusMainSidebar > div {
    background: #0b1e39 !important;
  }

  #itpMenuSideBar span {
    background-color: #fff !important;
  }

  #controlMenu * {
    color: #fff !important;
    border: none;
  }
}

@media screen and (min-width: 1024px) {
  #layoutmanager-middle-main .itopplus-banner {
    background: #0b1e39;
  }

  .itopplus-banner {
    background: #0b1e39;
  }

  .itopplus-banner .container {
    display: flex;
    flex-direction: column;
  }

  .itp-block {
    display: grid;
    grid-template-columns: 30% 20% 30%;
            justify-content: space-between;
  }

  .itopplus-search {
    text-align: center;
        color: #fff;
  }

  #controlBanner {
    object-fit: contain;
    padding: 15px;
    width: 60%;
    min-width: 145px;
    margin: 0 auto;
  }
  #nav-menu {
    display: grid;
    justify-content: center;
    background: transparent;
    min-height: auto;
  }

  #itopplus-nav-bar > li,
  #itopplus-nav-bar-sticky > li {
    display: -webkit-inline-box;
  }

  .itopplus-nav-bar li:not(:last-of-type):not(.itopplus-sidebar-menu-parent):not(.dropdown-submenu):after {
    content: "|";
    display: grid;
    place-content: center;
    color: #fff;
  }

  .itopplus-sticky-nav-bar-inside > div:nth-child(n + 3) {
    display: none;
  }

  .itopplus-sticky-nav-bar-inside::before,
  .itopplus-sticky-nav-bar-inside::after {
    display: none;
  }

  .itopplus-sticky-nav-bar-inside {
    width: 83vw !important;
    display: grid;
    grid-template-columns: 10% auto;
    justify-items: end;
    align-items: center;
  }

  .itopplus-menu-logo {
    height: auto !important;
    width: 100%;
    padding: 15px;
  }

  img.itopplus-img-logo {
    width: 100% !important;
  }

  #itopplus-sticky-nav-bar {
    animation-duration: 0.8s !important;
  }

  #itopplus-nav-bar-sticky {
    display: flex;
  }

  #itopplus-sticky-nav-bar .navbar-default {
    background: #0b1e39;
  }
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
   margin: 0;
} 
}










/* 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;
}
 

 
/** บริการหน้าแรก **/
#background675a86660b4a450013149d3f .thumbnail {
    border: solid 0px #d1d1d1;
    background: transparent;
    transition: 0.5s;
    color: #ffffff;
    padding: 0% !important;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
    border-radius: 0px;
}
#background675a86660b4a450013149d3f .thumbnail:hover {
    border: solid 0px #d1d1d1;
    background: #daac4e;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
    color: #0b1e39;
} 
#background675a86660b4a450013149d3f .thumbnail:hover .album-block {
    padding: 0% 4%;

}



 
/** บริการ **/
#background675bda52f5f36700132e1d77 .thumbnail {
    border: solid 0px #d1d1d1;
    background: #0b1e39;
    transition: 0.5s;
    color: #ffffff;
    padding: 0% !important;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
    border-radius: 0px;
}
#background675bda52f5f36700132e1d77 .thumbnail:hover {
    border: solid 0px #d1d1d1;
    background: #daac4e;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
    color: #0b1e39;
}
#background675bda52f5f36700132e1d77 .thumbnail .album-block {
    padding: 0% 4%;

}







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

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: 0px;
}




/* oscar*/


.grid figure figcaption {
    padding: 0em;
}

figure.effect-oscar {
    background: transparent;
    width: 100%;
    border-radius: 300px 300px 0px 0px;
}
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: transparent;
    border-radius: 0px;
}
figure.effect-oscar:hover figcaption {
    background: transparent;
    border-radius: 0px;
}
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;
      border-radius: 300px 300px 0px 0px;
}
figure.effect-oscar:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
      border-radius: 300px 300px 0px 0px;
}
/*
#background66ab00d1bf641000135afae9 figure.effect-oscar:hover img {
    transform: scale(0.97);
}*/

/* oscar */



/* sadie gradient */
/*
#background674fd13584bae400136a4fc9 figure.effect-sadie {
   border-radius: 300px 300px 0px 0px;
}
#background674fd13584bae400136a4fc9 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%);
}
#background674fd13584bae400136a4fc9 figure.effect-sadie figcaption {
    opacity: 1;
    background: transparent;
}

#background674fd13584bae400136a4fc9 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;
   border-radius: 300px 300px 0px 0px;
}
#background674fd13584bae400136a4fc9 figure.effect-sadie:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
   border-radius: 300px 300px 0px 0px;
}
#background674fd13584bae400136a4fc9 figure.effect-sadie h2 {
    top: 77%;
    color: #ffffff;
    opacity: 1;
    z-index: 100;
}
*/
/* 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 {
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.76) 100%);
}
/*
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: 80%;
    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 h2 , figure.effect-sadie:hover h2 {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
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.333%;
}
.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: 0px;
}
#Contentmanager .thumbnail:hover {
    border-radius: 0px;
}
.img-thumbnail,
.thumbnail {
    box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
}




/* contenemanager */

.social-icon {
    border-radius: 5px;
}
.managerHeader {
    font-size: 3em;
    padding: 2% 0% 2%;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    color: #0b1e39;
}
#Contentmanager .post-time {
    font-size: 14px;
    font-weight: 300;
    color: #1e2a27;
    display: none;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #082f55;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
    color: #ffffff;
    padding: 0% 0% 0%;
    font-weight: 400;
    line-height: normal;
    height: inherit;
    margin-bottom: 0%;
    text-align: left;
    text-transform: capitalize;
    width: 80%;
}
/*
.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 {
    background-color: #203262;
    color: #fff;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    font-size: 14px;
    color: #fff;
    justify-content: end;
    display: flex;
    width: 20%;
    margin-bottom: 0;
    align-self: center;
    margin-top: -2%;
}
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: 0px;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    /* background: #0b1e39; */
    padding: 5% 4% 5% 4%;
    color: #fff;
    display: flex;
    gap: 10px;
}


.Contentmanager .site .col-section .item.-micro:nth-child(odd):hover {
   background: #daac4e;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd):hover .arrow-arrow {
    color: #082f55;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: none;
    border-bottom: none;
    margin: 1%;
    background: #0b1e39;
    border: solid 0px #cdcdcd;
    border-radius: 0px;
    padding: 0%;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
      transition: 0.5s;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even):hover {
   background: #daac4e;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even):hover .arrow-arrow {
    color: #082f55;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    border-right: none;
    border-bottom: none;
    margin: 1%;
    background: #0b1e39;
    border: solid 0px #cdcdcd;
    border-radius: 0px;
    padding: 0%;
     /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
      transition: 0.5s;
}
.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-gallery .col-xs-6.col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
    width: 33.333%;
}


/* contenemanager */






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

.landingpagemanager {
    display: block;
}
.landingpagemanager #relateContentTitle {
    font-size: 22px !important;
    font-weight: 600;
    color: #000;
}
.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: #f6a600;
}
.landingpagemanager li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5 {
    width: 25%;
    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: 18px;
    height: 30px;
    display: block;
    margin-top: 5%;
    font-weight: 400;
    text-align: center;
    color: #000;
    margin-bottom: 0%;
}

/*
.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: 66%;
    display: block;
    overflow: hidden;
    border-radius: 0px;
}
.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;
}
.landingpagemanager .article-t {
    font-size: 14px;
    text-align: left;
}
.landingpagemanager .article-b {
    font-size: 14px;
}
.landingpagemanager .btn-sm p {
    display: none;
}


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



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











/*---สไลด์---*/

#carousel6746ed9c14d834001390815d .hidden {
    display: block !important;
    visibility: inherit !important;
    pointer-events: none;
}

.carousel-indicators li {
    border: 1px solid #fff;
    background-color: #fff;
}

.carousel-indicators .active {
    border: 1px solid #fff;
    background-color: #fff;
    border-color: #fff;
    width: 40px;
    height: 10px;
}

/*
#carousel65a49d9c5cd042001372bd20 .carousel-indicators {
    left: 10%;
}
 
*/
/* แนวตั้ง
#carousel62ea17c512014c00143fc050 .carousel-indicators {
    left: 8%;
    width: 0%;
    margin-left: 0;
}
*/

/*
#carousel61b2ee10dd70550013c5007f .carousel-indicators {
    bottom: 50px;
}
*/



.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    display: none;
}

/*---สไลด์---*/

















/* 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: #fff;
}
.icon_c {
    font-size: 16px;
    /* padding: 0% 5%; */
}






/* class หน้าต้นแบบ */
.head-block a:hover {
    color: #daac4f;
}
.head-block a {
    color: #fff;
    transition: 0.5s;
}
.head-block {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 10px;
    margin-top: 10%;
}
.head-block-img {
    width: 10%;
    align-self: center;
}
.head-block-text {
    /* width: 80%; */
    align-self: center;
    text-align: left;
    font-size: 18px;
}



.footer-block1 {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 1%;
}
.footer-block1-text {
    width: 85%;
    align-self: center;
    font-size: 16px;
}
.footer-block1-img {
    width: 15%;
    align-self: center;
}
.footer-block1-img1 {
    display: flex;
    width: 100%;
    gap: 10px;
}



.footer-pd a:hover {
    color: #daac4f;
}
.footer-pd a {
    color: #fff;
    transition: 0.5s;
}

.footer-pd {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    margin-top: 4%;
    margin-bottom: 2%;
}


.footer-block01 {
    display: flex;
    width: 100%;
    gap: 20px;
}
.footer-block01-img {
    width: 30%;
    border-right: solid 1px #fff;
    padding-right: 3%;
    align-self: flex-start;
}
.footer-block01-text1 {
    /* align-self: center; */
}
.footer-block01-text2 {
    width: 60%;
}
.footer-block02 {
    display: flex;
    width: 100%;
    gap: 20px;
}


.footer-text1 {
    font-size: 18px;
    color: #daac4f;
    font-weight: 600;
}
.footer-text2 {
    white-space: break-spaces;
    margin-top: 5%;
}
.footer-text3 {
    white-space: break-spaces;
    font-size: 16px;
    line-height: 2;
}
.footer-text4 {
    font-size: 18px;
    color: #daac4f;
    font-weight: 600;
}
.footer-text5 {
    font-size: 26px;
}









/* class  */

.comingsoonn {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 3%;
    margin-top: 2%;
}



.empty-space {
    padding: 1.5%;
}
.empty-space1 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.empty-space1-bb {
    display: flex;
    width: 100%;
    gap: 40px;
    font-family: "Barlow", sans-serif;
    margin-top: 3%;
    margin-left: 4%;
}
.empty-space1-bb-text {
    font-size: 16px;
    letter-spacing: 2px;
    align-self: center;
}
.empty-space1-bb-border {
    border-bottom: solid 1px #000000;
    width: 10%;
    align-self: center;
}
.empty-space1-img {
    margin-top: 10%;
}
.empty-space1-block {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.empty-space1-block1:hover {
    transform: scale(1.05);
}
.empty-space1-block1 {
    display: flex;
    width: 100%;
    gap: 20px;
    transition: 0.5s;
}
.empty-space1-block1-img {
    width: 25%;
    align-self: center;
}
.empty-space1-block1-text {
    width: 75%;
    align-self: center;
}
.empty-space1-block1-text1 {
    font-family: "Barlow", sans-serif;
    color: #cdc09c;
    font-size: 3em;
    font-weight: 300;
    line-height: 1;
}
.empty-space1 h2 {
    font-family: "Gilda Display", serif;
    font-size: 5.5em;
    line-height: 1;
}
.empty-space1 h1 {
    font-family: "Gilda Display", serif;
    font-size: 3.5em;
    line-height: 1;
}
.empty-space1 p {
    white-space: break-spaces;
    margin-top: 4%;
    margin-bottom: 4%;
}
.empty-space1-block02 {
    align-self: center;
}
.empty-space1-block1-text2 {
    font-size: 16px;
}
.empty-space2 h2 {
    text-align: center;
    font-weight: 600;
    padding: 4% 0% 2%;
}
.empty-space3-pd:hover {
    transform: scale(1.05);
}
.empty-space3-pd {
    transition: 0.5s;
}
.empty-space3-block {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 50px;
    margin-top: 3%;
}
.empty-space3-block a {
    color: #0b1e39;
}
.empty-space3 h2 {
    color: #0b1e39;
    text-align: center;
    font-weight: 600;
}
.empty-space3 {
    padding: 5% 0%;
}
.empty-space3-img {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10%;
}
.empty-space3-text {
    text-align: center;
    font-size: 20px;
    white-space: break-spaces;
}
.empty-space4 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-bottom: 8%;
}
.empty-space4-block1 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    position: relative;
}
.empty-space4-img1 {
    display: grid;
    gap: 20px;
}
.empty-space4-img01 img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space4-img01 img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.empty-space4-img01 {
    display: block;
    overflow: hidden;
}
.empty-space4-block2 {
    align-self: center;
}
.empty-space4-bg {
    background-color: #f0f1f1;
    padding: 95px 45px 95px 100px;
    margin-left: -24%;
    color: #0b1e39;
}
.empty-space4-bg h2 {
    font-family: "Gilda Display", serif;
    font-size: 5.5em;
    line-height: 1;
    margin-left: 10%;
}
.empty-space4-bg h1 {
    font-family: "Gilda Display", serif;
    font-size: 3.5em;
    margin-left: 10%;
}
.empty-space5-block {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.empty-space5-pd {
    display: grid;
    gap: 20px;
}
.empty-space5 h2 {
    text-align: center;
    font-weight: 600;
    padding-bottom: 3%;
}
.empty-space5 {
    padding: 5% 0% 7% 0%;
}
.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);
}
.empty-space5-img {
    display: block;
    overflow: hidden;
}
.empty-space6-pd:hover {
    transform: scale(1.05);
}
.empty-space6-pd {
    transition: 0.5s;
}
.empty-space6-block {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 50px;
}
.empty-space6 h1 {
    background: #0b1e39;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    font-size: 2.5em;
    padding: 1% 5%;
    border-radius: 100px;
    font-weight: 600;
}
.empty-space6 span {
    font-weight: 400;
    font-size: 22px;
}
.empty-space6 h2 {
    font-family: "Gilda Display", serif;
    text-align: center;
    font-size: 6em;
    margin-top: 2%;
    margin-bottom: 4%;
}
.empty-space6 {
    padding: 7% 0%;
}
.empty-space6-img {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 10%;
}
.empty-space6-text {
    text-align: center;
    font-size: 18px;
    white-space: break-spaces;
}
.empty-space7 h2 {
    color: #0b1e39;
    text-align: center;
    font-weight: 600;
    padding: 4% 0% 3%;
}
.empty-space8 h1 {
    font-weight: 600;
    color: #000;
}
.empty-space8 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    padding: 0% 0% 0%;
}
.empty-space8-img01 img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space8-img01 img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.empty-space8-img01 {
    display: block;
    overflow: hidden;
}
.empty-space8-img {
    align-self: center;
    display: grid;
    gap: 20px;
}
.empty-space8-text {
    align-self: center;
}
.empty-space8 h2 {
    color: #082f55;
    font-weight: 600;
    font-size: 2.5em;
}
.empty-space8-border {
    border-bottom: solid 1px #999999;
    padding-bottom: 5%;
    margin-bottom: 5%;
}
.empty-space8 p {
    white-space: break-spaces;
}
.empty-space8-block {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 2%;
}
.empty-space8-block-img {
    width: 20%;
}
.empty-space8-block-text {
    width: 80%;
    align-self: center;
}
.empty-space8 h3 {
    font-weight: 600;
}
.empty-space9-block {
    display: flex;
    width: 100%;
    gap: 20px;
}

.empty-space9-pd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 5%;
    margin-bottom: 5%;
}
.empty-space9-img {
    width: 30%;
}
.empty-space9-text {
    width: 70%;
    align-self: center;
}
.empty-space9-mg {
    display: grid;
    gap: 20px;
}
.empty-space9 h4 {
    font-weight: 600;
}
.empty-space9 h1 {
    font-weight: 600;
  text-align: center;
}
.empty-space9 p {
    text-align: center;
    white-space: break-spaces;
}
.empty-space9 {
    padding: 5% 0%;
}
.empty-space10 h1 {
    font-weight: 600;
    font-size: 22px;
    padding: 0% 0% 2%;
}
.empty-space11 {
    text-align: left;
}
.empty-space11 h4 {font-weight: 600;}
.empty-space11 p {
    white-space: break-spaces;
}
.empty-space11 h3 {
    font-weight: 600;
    color: #daac4e;
}
.empty-space12-block {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0px;
    margin-bottom: 5%;
    background-color: #0b1e39;
    color: #fff;
}
.empty-space12-img {
    align-self: center;
}
.empty-space12-text {
    align-self: center;
    padding: 0% 10% 0% 10%;
}
.empty-space12 h1 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 3%;
}
.empty-space12 h4 {
    font-weight: 600;
    margin-bottom: 0%;
    color: #0b1e39;
}
.empty-space12 p {
    white-space: break-spaces;
}
.empty-space12-block1 {
    display: grid;
    grid-template-columns: 12% 85%;
    gap: 20px;
    margin-bottom: 1%;
    background-color: #fafafa;
    padding: 2%;
}
.empty-space12-img1 {
    align-self: center;
    background-color: #0b1e39;
    clip-path: polygon(0 0, 83% 0, 100% 20%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
}
.empty-space12-text1 {
    align-self: center;
    padding: 0% 0% 0% 0%;
}
.empty-space12 h2 {
    font-weight: 600;
    color: #daac4e;
    line-height: 1;
    font-size: 3em;
}.empty-space12 h2 {
    font-weight: 600;
    color: #daac4e;
    line-height: 1;
}
.empty-space12 {
    margin-top: 3%;
    margin-bottom: 6%;
}
.empty-space12-text01 {
    font-size: 16px;
    text-align: center;
    white-space: break-spaces;
    margin-top: 4%;
}
.empty-space12-block h4 {
    color: #fff;
}
.empty-space12-img1 img {
    filter: invert(1);
    padding: 15%;
}











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: 3.5em;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 26px;
}
p {
    font-size: 16px;
}




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




.album-block {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-top: 5%;
    margin-bottom: 5%;
    transition: 0.5s;
}
.album-block-text {
    width: 85%;
    align-self: center;
    font-size: 20px;
}
.album-block-arrow {
    width: 15%;
    display: flex;
    justify-content: end;
    font-size: 24px;
    margin-top: -2%;
}




.button-text1:hover {
    background-color: #0b1e39;
    color: #fff;
}
.button-text1 {
    border: solid 1px #0b1e39;
    width: fit-content;
    margin: 0 auto;
    margin-right: 0;
    padding: 2% 5%;
    font-size: 16px;
    margin-top: 4%;
    transition: 0.5s;
    color: #0b1e39;
}
.button-text2:hover {
    background-color: #daac4f;
    color: #0b1e39;
    border: solid 1px #daac4f;
}
.button-text2 {
    border: solid 1px #fff;
    width: fit-content;
    margin: 0 auto;
    margin-top: 5%;
    padding: 1.5% 4%;
    font-size: 16px;
    transition: 0.5s;
    color: #fff;
}




.arrow-arrow {
    /* color: #fff; */
    font-size: 24px;
    transition: 0.5s;
}
.arrow-bg {
    background: linear-gradient(to right, rgba(176, 136, 61, 1) 0%, rgba(221, 204, 116, 1) 25%, rgba(181, 143, 67, 1) 50%, 
      rgba(233, 221, 131, 1) 75%, rgba(180, 142, 65, 1) 100%);
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
}
#background675bf38bee4ac3001341828d .arrow-bg {
    bottom: 27%;
}





/* ฟอร์ม Style */

.from-text1 {
    font-size: 2.5em;
    font-weight: 600;
    color: #0b1e39;
}
.from-text2 {
    font-size: 28px;
    color: #0b1e39;
    margin-bottom: 5%;
    margin-top: 1%;
}
.from-text3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5%;
    margin-bottom: 2%;
  color: #0b1e39;
}
#checkbox9 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 18px;
}



#formdisplay675bb5b66b675900135d6935 .form-control {
    border: none;
    border-bottom: 1px solid #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%);
    background-color: transparent;
    padding: 5px 10px;
    color: #0b1e39 !important;
    height: 50px;
    font-size: 16px;
}
#formdisplay675bb5b66b675900135d6935 .form-control:focus {
   border-bottom: 1px solid #0b1e39;
}


#formdisplay675bb5b66b675900135d6935 .btn-default:hover, 
#formdisplay675bb5b66b675900135d6935 .btn-default:focus {
    background-position: 0 0px;
    border: 1px solid #0b1e39;
    background: #0b1e39;
   color: #fff;
}
#formdisplay675bb5b66b675900135d6935 .btn-default {
    background-repeat: repeat-x;
    border-color: #0b1e39;
    padding: 10px 35px;
    font-size: 18px;
    border: 1px solid #0b1e39;
    color: #0b1e39;
    text-shadow: none;
    border-radius: 0px;
    background: transparent;
    transition: 0.5s;
    text-transform: capitalize;
   /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}
#formdisplay675bb5b66b675900135d6935 {
    width: 55%;
    margin: 0 auto;
    margin-right: 0;
    padding: 3%;
    background-color: rgb(255 255 255 / 90%) !important;
    margin-top: 5%;
    margin-bottom: 5%;
}
#formdisplay675bb5b66b675900135d6935 ::placeholder {
    color: #0b1e39;
}
#formdisplay675bb5b66b675900135d6935 br.k-br {
    display: none;
}


#btnview675bb5b66b675900135d6935 {
    margin-left: 35%;
}
#cookie675bb5b66b675900135d6935 {
    font-size: 15px;
}
#formdisplay675bb5b66b675900135d6935 .glyphicon {
    display: none;
}

/* ฟอร์ม Style */





/* บทความ */

.article-text1 {
    font-size: 16px;
    margin-top: 4%;
    margin-bottom: 7%;
    color: #000;
}
.article-text2 {
    background: #0b1e39;
    color: #fff;
    font-size: 16px;
    width: fit-content;
    padding: 3% 10%;
    margin-top: 5%;
    transition: 0.5s;
}


#background675bf536b08a070013082c58 .Contentmanager .site .col-section .item.-micro:nth-child(odd):hover .article-text2  {
    background: #daac4f;
  color: #0b1e39;
}
#background675bf536b08a070013082c58 .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: 0px;
    padding: 0%;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    transition: 0.5s;
}
#background675bf536b08a070013082c58 .Contentmanager .site .col-section .item.-micro:nth-child(even):hover .article-text2 {
   background: #daac4f;
  color: #0b1e39;
}
#background675bf536b08a070013082c58 .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: 0px;
    padding: 0%;
     /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
      transition: 0.5s;
}

#background675bf536b08a070013082c58 .Contentmanager .site .col-section .item.-micro a .caption {
    display: block;
      padding: 5% 0% 5% 0%;
}
#background675bf536b08a070013082c58 .Contentmanager .site .col-section .item.-micro a .caption .time {
    display: block;
    width: 100%;
    margin-top: 0%;
      color: #c7c7c7;
}
#background675bf536b08a070013082c58 .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
    color: #0b1e39;
    font-weight: 600;
    width: 100%;
}




/* ผลงาน */


#background675bf38bee4ac3001341828d .Contentmanager .site .col-section .item.-micro:nth-child(odd):hover .article-text2  {
    background: #daac4f;
  color: #0b1e39;
}
#background675bf38bee4ac3001341828d .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: 0px;
    padding: 0%;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    transition: 0.5s;
}
#background675bf38bee4ac3001341828d .Contentmanager .site .col-section .item.-micro:nth-child(even):hover .article-text2 {
   background: #daac4f;
  color: #0b1e39;
}
#background675bf38bee4ac3001341828d .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: 0px;
    padding: 0%;
     /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
      transition: 0.5s;
}

#background675bf38bee4ac3001341828d .Contentmanager .site .col-section .item.-micro a .caption {
    display: block;
      padding: 5% 0% 5% 0%;
}
#background675bf38bee4ac3001341828d .Contentmanager .site .col-section .item.-micro a .caption .time {
    display: block;
    width: 100%;
    margin-top: 0%;
      color: #c7c7c7;
}
#background675bf38bee4ac3001341828d .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 18px;
    color: #0b1e39;
    font-weight: 400;
    width: 100%;
    text-align: center;
}






/* pdpa */
 
.pdpa-text h5 {
    font-weight: 600;
    margin-top: 2%;
}
.pdpa-text h4 {
    font-weight: 500;
}
.pdpa-text a:hover {
    color: #daac4f;
}
.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: #daac4f!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: #daac4f!important;
    font-size: 16px!important;
    border: 1px solid #daac4f!important;
    color: #0b1e39!important;
}









/* ติดต่อเรา */
.contact-pd {
    margin-top: 2%;
    color: #000;
}
.contact-pd h6 {
    font-weight: 600;
    font-size: 28px;
}
.contact-pd h3 {
    white-space: break-spaces;
    margin-top: 0%;
    font-size: 17px;
}
.contact-pd h5 {
    font-weight: 600;
    margin-bottom: 2%;
    color: #000000;
}
.contact-block {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-bottom: 1%;
    margin-top: 3%;
}
.contact-bg:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact-bg {
    display: flex;
    gap: 10px;
    width: 100%;
    background-color: #fafafa;
    color: #000;
    border-radius: 100px;
    padding: 10px;
    transition: 0.5s;
}
.contact-block-img {
    width: 20%;
    align-self: center;
}
.contact-block-text {
    width: 80%;
    align-self: center;
}
.contact-pd h4 {
    font-size: 17px;
    font-weight: 600;
}
.contact-pd p {
    font-size: 16px;
}

.map-map {
    margin-top: 3%;
}

 

 

/*from Contact */

.no-js #Component675c01f86b675900135d767e label {
    display: none !important;
}
.no-js #Component675c01f86b675900135d767e .col-md-6 {
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
}
.no-js #Component675c01f86b675900135d767e .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: 30.5px 30px;
    background: transparent;
    color: #000;
}
.no-js #Component675c01f86b675900135d767e .form-control:hover {
    border-color: #0b1e39;
}
.no-js #Component675c01f86b675900135d767e ::placeholder {
    color: #000 !important;
    font-weight: 300;
}
.no-js #Component675c01f86b675900135d767e .form-control:focus {
    border-color: #0b1e39;
    -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 #Component675c01f86b675900135d767e .btn {
    background: #0b1e39;
    background-repeat: repeat-x;
    border-color: transparent;
    border-radius: 0px;
    padding: 14px 30px;
    font-size: 18px;
    border: 0px solid transparent;
    color: #fff;
}
.no-js #Component675c01f86b675900135d767e .btn-default {
    text-shadow: 0 0 0 #000;
}
.no-js #Component675c01f86b675900135d767e .btn-default:active {
    background-color: #0b1e39;
}
.no-js #Component675c01f86b675900135d767e .btn-default:hover,
.no-js #Component675c01f86b675900135d767e .btn-default:focus {
    background-position: 0 0px;
    background-color: #0b1e39;
}
.no-js #Component675c01f86b675900135d767e span.label a {
    color: #fff;
}
.no-js #Component675c01f86b675900135d767e button.btn.btn-default {
    opacity: 1;
}






@media screen and (min-width : 1900px) {
.head-block-img {
    width: 8%;
}
.navbar-default .navbar-nav > li > a {
    font-size: 22px;
}  
.no-js .dropdown-menu>li>a {
    font-size: 20px;
} 
.empty-space1-bb-text {
    font-size: 20px;
}
.empty-space1 h2 {
    font-size: 7.5em;
}
.empty-space1 h1 {
    font-size: 4.8em;
}  
.empty-space1-block1-text1 {
    font-size: 4em;
}
.empty-space1-block1-text2 {
    font-size: 18px;
} 
.album-block-text {
    font-size: 24px;
}  
.album-block-arrow {
    font-size: 30px;
} 
.empty-space3-text {
    font-size: 24px;
}
.empty-space3-img {
    width: 45%;
}
.empty-space4-bg h2 {
    font-size: 7.5em;
    margin-left: 20%;
}  
.empty-space4-bg h1 {
    font-size: 4.5em;
    margin-left: 20%;
}
.button-text1 {
    font-size: 18px;
}
.button-text2 {
    padding: 1.3% 3%;
    font-size: 18px;
} 
.empty-space6 h1 {
    font-size: 3.5em;
} 
.empty-space6 span {
    font-size: 30px;
} 
 .empty-space6 h2 {
    font-size: 7.5em;
} 
.empty-space6-text {
    font-size: 22px;
}
.from-text1 {
    font-size: 3.5em;
} 
.from-text2 {
    font-size: 32px;
} 
#formdisplay675bb5b66b675900135d6935 .form-control {
    font-size: 18px;
} 
.from-text3 {
    font-size: 22px;
}
.footer-text1 {
    font-size: 22px;
} 
.footer-text2 {
    font-size: 18px;
} 
.footer-text3 {
    font-size: 18px;
} 
.footer-text4 {
    font-size: 22px;
}  
.footer-text5 {
    font-size: 30px;
}  
.footer-block1-img1 {
    width: 80%;
    margin: 0 auto;
    margin-right: 0;
} 
.empty-space3-img {
    width: 40%;
} 
.empty-space8 h2 {
    font-size: 4.5em;
}  
.arrow-bg {
    bottom: 17.8%;
} 
.icon_b {
    font-size: 18px;
}
.empty-space9-img {
    width: 25%;
} 
.empty-space10 h1 {
    font-size: 30px;
}  
#background675bf38bee4ac3001341828d .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
} 
#background675bf536b08a070013082c58 .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 24px;
} 
.icon_c {
    font-size: 18px;
}  
.contact-pd h6 {
    font-size: 32px;
}  
.contact-pd h3 {
    font-size: 20px;
} 
.contact-pd h4 {
    font-size: 20px;
}
.contact-pd p {
    font-size: 18px;
}  
.contact-block-img {
    width: 15%;
}
.no-js #Component675c01f86b675900135d767e .form-control {
    padding: 35px 30px;
}  
.managerHeader {
    font-size: 4em;
} 
.empty-space12-text01 {
    font-size: 18px;
} 
.empty-space12-block1 {
    grid-template-columns: 10% 85%;
}
  
  
  
  
  
  
  
  
  
  
h1 {
    font-size: 3em;
} 
h2 {
    font-size: 4.5em;
} 
h3 {
    font-size: 20px;
} 
h4 {
    font-size: 22px;
} 
p {
    font-size: 18px;
}  
  
}

@media screen and (max-width : 1191px) {
#imagesControl675a618d0b4a45001314982e {
    padding: 0px !important;
}
.empty-space4-bg {
    padding: 45px 45px 45px 100px;
} 
#checkbox9 {
    font-size: 14px;
} 
#formdisplay675bb5b66b675900135d6935 .form-control {
    font-size: 14px;
} 
#cookie675bb5b66b675900135d6935 {
    font-size: 14px;
    padding: 0% 7%;
}
.from-text1 {
    font-size: 2em;
}
.from-text2 {
    font-size: 24px;
} 
#btnview675bb5b66b675900135d6935 {
    margin-left: 31%;
}
#formdisplay675bb5b66b675900135d6935 .btn-default {
    font-size: 16px;
} 
.footer-text5 {
    font-size: 22px;
} 
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 18px;
} 
  
  
}  




  
@media screen and (max-width : 900px) {
.empty-space1 p {
    white-space: inherit;
}
.empty-space1-block01 {
    align-self: end;
}  
.empty-space1-block1-text1 {
    font-size: 20px;
}  
.empty-space1 h2 {
    font-size: 3em;
}
.empty-space1 h1 {
    font-size: 2.5em;
} 
.empty-space1-block02 {
    padding: 5% 0%;
} 
.album-block-text {
    font-size: 16px;
} 
.album-block-arrow {
    font-size: 18px;
}
.empty-space3-text {
    font-size: 16px;
}
.empty-space4-bg h2 {
    font-size: 3em;
      line-height: 1;
} 
.empty-space4-bg h1 {
    font-size: 20px;
}
.empty-space3-img {
    width: 65%;
}  
.empty-space6 h2 {
    font-size: 4em;
} 
.empty-space6-text {
    font-size: 16px;
      white-space: inherit;
}
#formdisplay675bb5b66b675900135d6935 {
    width: 100%;
} 
#btnview675bb5b66b675900135d6935 {
    margin-left: 3%;
}  
.footer-block1-img {
    display: none;
}
.footer-block1-text {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 1% 0%;
}
.empty-space8 {
    grid-template-columns: repeat(1, 1fr);
} 
.empty-space8-block-img {
    width: 10%;
} 
.empty-space8 h2 {
    font-size: 3.5em;
}
.arrow-bg {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 16px;
}
.arrow-arrow {
    font-size: 16px;
}  
.empty-space9 p {
    white-space: inherit;
}
.empty-space9-pd {
    grid-template-columns: repeat(1, 1fr);
} 
.empty-space9-img {
    width: 15%;
}
.managerHeader {
    font-size: 2em;
}
#background675bf536b08a070013082c58 .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 18px;
}
.article-text1 {
    font-size: 12px;
}  
.contact-pd h6 {
    font-size: 22px;
}  
.contact-pd h3 {
    font-size: 16px;
} 
.contact-block {
    grid-template-columns: repeat(1, 1fr);
} 
  
  
  
  
  
  
  
  
  
  
  
h2 {
    font-size: 2.5em;
}
}

@media screen and (max-width : 480px) {
.empty-space1 {
    grid-template-columns: repeat(1, 1fr);
}
.empty-space1-block02 {
    padding: 5% 5%;
} 
.empty-space1 h2 {
    font-size: 5em;
}
.empty-space1 h1 {
    font-size: 3.5em;
} 
.empty-space1-block1-img {
    width: 30%;
}  
.empty-space1-block1 {
    gap: 10px;
} 
.empty-space3-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.empty-space4 {
    grid-template-columns: repeat(1, 1fr);
} 
.empty-space4-bg {
    padding: 30px 30px 30px 30px;
    margin-left: 0%;
}  
.empty-space4-bg h2 {
    margin-left: 0%;
} 
.empty-space4-bg h1 {
    margin-left: 0%;
}  
.empty-space5-block {
    gap: 10px;
}  
.empty-space5-pd {
    gap: 10px;
} 
.empty-space4-img1 {
    gap: 10px;
}
.empty-space4-block1 {
    gap: 10px;
} 
.empty-space6 h1 {
    font-size: 26px;
    padding: 3% 6%;
} 
.empty-space6 h2 {
    font-size: 33px;
}  
.empty-space6-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 10%;
}
.from-text1 {
    text-align: center;
} 
.from-text2 {
    text-align: center;
}
#display2, #display4, #display6 {
    margin-right: -7%;
} 
#checkbox9 {
    grid-template-columns: repeat(1, 1fr);
}
.empty-space3-img {
    width: 55%;
}  
.album-block-text {
    font-size: 18px;
}  
.button-text2 {
    padding: 3% 9%;
    margin-top: 10%;
} 
.button-text1 {
    padding: 3% 9%;
} 
.empty-space8-block-img {
    width: 30%;
}
.empty-space8 h2 {
    font-size: 26px;
}
.empty-space8 h1 {
    font-size: 20px;
}
.empty-space8 h4 {
    font-size: 16px;
} 
article.col-md-6.item.-micro {
    width: 100%;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 18px;
}  
.empty-space9-text {
    width: 100%;
} 
.empty-space9-img {
    width: 35%;
    margin: 0 auto;
}

.empty-space9-block {
    display: grid;
    width: 100%;
    gap: 20px;
    background-color: #ffffff;
    color: #000;
    padding: 5%;
}
.empty-space9 .icon_b ::marker {
    color: #000;
}
.empty-space9 h4 {
    text-align: center;
}  
.empty-space9 .icon_b {
    margin-left: -6%;
}
.Contenemanager-gallery .col-xs-6.col-md-3 {
    width: 100%;
}  
.contenemanager-gallery .col-xs-12.col-md-3 {
    width: 100%;
}  
.article-text1 {
    font-size: 16px;
}  
#background675bf536b08a070013082c58 .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
}
.empty-space12-block {
    grid-template-columns: repeat(1, 1fr);
} 
.empty-space12-text {
    padding: 10% 10% 10% 10%;
}
.empty-space12-block1 {
    grid-template-columns: repeat(1, 1fr);
      margin-bottom: 4%;
      padding: 5%;
    gap: 20px;
}
.empty-space12-img1 {
    width: 35%;
    margin: 0 auto;
}
.empty-space12-text1 {
    text-align: center;
} 
.empty-space12-text01 {
    white-space: inherit;
} 
  
  
  
}






