.itopplus-background {

}
#modquee {
  display: none !important;
}


.no-js a {
  color: #000;
  transition: 0.35s;
}
.no-js a:hover {
  color: #ab905d;
}
.itopplus-footer {
  color: #fff;
}
.itopplus-footer a {
  color: #fff;
}
.itopplus-footer a:hover {
  color: #f9e7c8;
}



body {
  overflow-x: hidden;
  color: #282828;
  font-family: "Figtree", "LINE Seed Sans TH";
}

.itopplus-bg {
  background: linear-gradient(to right, #ac915e 0, #e8d4b1 70%, #e8d4b1 100%);
}
.itopplus-footer {
  background-color: #151515;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #282828;
  margin: 0;
  padding: 15px;
  border-radius: 0;
  border-bottom: 2px 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: #ab905d !important;
  box-shadow: none;
  border-color: #ab905d;
  background: transparent;
  background-color: transparent;
}
.no-js .dropdown-menu > li > a {
    color: #282828;
    font-size: 17px;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #282828;
  background: transparent;
}


@media screen and (max-width: 1023px) {
#controlBanner img {
    position: fixed;
    top: 17px;
    left: 10px;
    width: 45px !important;
    z-index: 10000;
}
#nav-menu,
#ItopplusMainSidebar > div {
    background: #f6f8f9 !important;
}
#controlMenu *:not(a span) {
    color: #282828 !important;
    border: none;
}
.navbar-header button span {
    background-color: #282828 !important;
}
.navbar-header a::before {
    background-size: 30px;
    background-position: center;
    filter: invert(1);
}
.navbar-header a::after {
    background: transparent;
    border: 2px solid #151515;
    border-radius: 50%;
}
#itpphonemobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/telz-z555807927326.png) !important;
}
#itpsearchmobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/searchz-z1550057493030.png) !important;
}
.old-image-icon-facebook::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/fbz-z1306469976463.png) !important;
}
.old-image-icon-line::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/linez-z468194837558.png) !important;
}
.old-image-icon-instragram::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/igz-z261562755399.png) !important;
}
.old-image-icon-youtube::before {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/ytz-z1709509823553.png) !important;
}
.new-image-icon-twitter::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/twz-z1451700767745.png) !important;
}
#nav-menu {
    height: fit-content !important;
}
.navbar-header {
    height: 80px;
}
.itopplus-sidebar-background,
.itopplus-sidebar-main {
    top: 80px;
}
#controlBanner {
    margin-top: 80px;
}
}



@media screen and (min-width: 1024px) {
.no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
}
.itopplus-banner {
    background: #f6f8f9;
    transition: 0.3s;
}
.itopplus-sticky {
    background: #f6f8f9 !important;
}
.itopplus-banner > .container {
    display: grid;
    grid-template-columns: 8% auto;
    align-items: center;
}
#nav-menu {
    justify-content: end;
}
#itopplus-nav-bar {
    display: flex;
    width: 100%;
    justify-content: end;
    border-bottom: 1px solid #c5c5c5;
}
#controlBanner {
    object-fit: contain;
    padding: 15px;
    width: clamp(140px, 100%, 20vw);
    margin: 0 auto;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   margin: 0;
}   
}


@media screen and (min-width: 1200px) {
.container {
    width: 80vw;
}
}



/* oscar*/
figure.effect-oscar {
    background: transparent;
}
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;
}
figure.effect-oscar:hover figcaption {
    background: transparent;
}
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.05,1.05,1);
}
/* oscar */




/* tab */
#Contentmanager .nav-pills > li.active > a,
#Contentmanager .nav-pills > li.active > a:focus,
#Contentmanager .nav-pills > li.active > a:hover {
  color: #3f3f3f;
  background: transparent;
  border-bottom: solid 1px #444;
  border-radius: 0px;
}
#Contentmanager .nav > li > a:focus,
#Contentmanager .nav > li > a:hover {
  color: #000;
  background-color: transparent;
  border-bottom: solid 1px #c02228;
  border-radius: 0px;
}
#Contentmanager .nav-justified {
  text-align: center;
  color: #000;
  background-color: transparent;
  border: solid 0px transparent;
  font-weight: 400;
  font-size: 18px;
  display: none;
}
#Contentmanager .nav-justified > li > a {
  color: #3f3f3f;
}
#Contentmanager .nav-justified > li > a span {
  font-size: 18px !important;
}
#Contentmanager .nav-justified > li {
  display: ruby !important;
}
/* teb */





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.2em;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 26px;
}
h6 {
    font-size: 32px;
}
p {
    font-size: 16px;
}
body {
    font-size: 16px;
}
b, strong {
    font-weight: 600;
}



.grid-footer {
    display: grid;
    grid-template-columns: 43% 37% auto;
    padding: 4% 0% 5%;
}
.head-footer h3 {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
}
.footer-2 {
    white-space: break-spaces;
    margin-bottom: 5%;
    font-size: 15px;
}
.copyright {
    font-size: 14px;
    white-space: break-spaces;
}
.head-footer {
    margin-bottom: 3%;
}
.grid-footer-4 .footer-2 {
    line-height: 1.7;
}
.block-icon-footer {
    display: grid;
    grid-template-columns: 18px auto;
    gap: 10px;
    margin-bottom: 4%;
}
.icon-footer-2 {
    align-self: center;
}
.grid-social-footer {
    display: flex;
    gap: 10px;
    width: 65%;
}
.social-footer {
    transition: 0.35s;
}
.social-footer:hover {
    filter: grayscale(1);
    transition: 0.35s;
}
.block-bg {
    align-self: center;
    display: block;
    overflow: hidden;
}
.block-bg img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.block-bg img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.grid-one {
    display: grid;
    grid-template-columns: 65% auto;
}
.content-bsdinteriordesign {
    white-space: break-spaces;
}
.grid-one-2 h2 {
    font-weight: bold;
    white-space: break-spaces;
    color: #000;
    margin-bottom: 2%;
    line-height: 1.2;
}
.grid-one-2 h6 {
    font-weight: bold;
}
.block-icon-one {
    display: grid;
    grid-template-columns: 70px auto;
    gap: 20px;
}
.icon-one-2 {
    white-space: break-spaces;
    align-self: center;
}
.grid-icon-one {
    display: flex;
    gap: 50px;
    margin-top: 3%;
}
.grid-one-2 {
    align-self: center;
    padding: 0% 0% 0% 13%;
}
#background68bab67b4161c900136752ab figure.effect-oscar figcaption {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgb(0 0 0 / 50%) 100%);
}
#background68baba7f4161c90013675310 figure.effect-oscar figcaption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, rgb(0 0 0 / 70%) 100%);
}
.head-bsdinteriordesign h2 {
    font-weight: bold;
}
.head-bsdinteriordesign h3 {
    color: #6a6a6a;
}
.head-bsdinteriordesign {
    margin-left: 20px;
}
.head-bsdinteriordesign-2 h5::before {
    content: " ";
    background: #ab905d;
    position: absolute;
    width: 35px;
    height: 1px;
    top: 20px;
    left: 0;
}
.head-bsdinteriordesign-2 {
    position: relative;
    padding-left: 50px;
}
.mg-pd {
    background: #f6f8f9;
}
figure.effect-oscar h2 {
  margin: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
.block-gallery-2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.block-gallery {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 6%;
    text-align: left;
    bottom: 3%;
}
.block-gallery-3 {
    font-size: 16px;
    white-space: break-spaces;
    font-weight: 400;
    margin-bottom: 50%;
}
.btn-more {
    display: grid;
    grid-template-columns: auto 12px;
    font-size: 14px;
    color: #000;
    background: linear-gradient(to right, rgba(172,145,94,1) 0%,rgba(251,233,203,1) 47%,rgba(172,145,94,1) 100%);
    font-weight: 400;
    width: fit-content;
    gap: 10px;
    padding: 8px 20px;
    border-radius: 50px;
    transition: 0.35s;
}
.btn-more-3 {
    align-self: center;
}
.thumbs:hover .btn-more {
    background: linear-gradient(to right, #fbe9cb 0%,#ac915e 47%,#fbe9cb 100%);
    transition: 0.35s;
}
.buttonExampleSite {
  border: 0px solid #fff !important;
  color: #000 !important;
  background: linear-gradient(to right, rgba(172,145,94,1) 0%,rgba(251,233,203,1) 47%,rgba(172,145,94,1) 100%) !important;
  border-radius: 5px !important;
  font-weight: 400;
}
.buttonExampleSite:hover {
    background: linear-gradient(to right, #fbe9cb 0%,#ac915e 47%,#fbe9cb 100%) !important;
    color: #000 !important;
}
.pdpa-text.pdpamg1 {
  padding: 6% 0%;
}
.ITPcookiebar {
  background-color: #302f2fe0 !important;
  color: #fff !important;
}
.ITPlinkToCookiepage:hover {
  color: #fff !important;
}
.ITPcookiebar {
  width: 100% !important;
  font-size: 14px !important;
}
.pdpa-text.pdpamg1 {
  padding: 5% 0%;
}
ul.icon-a {
  font-size: 16px;
}
.head-bsdinteriordesign.bg {
    margin-left: 0px;
    text-align: left;
}
.head-bsdinteriordesign.bg h2 {
    font-size: 46px;
    font-weight: 600;
}
.head-bsdinteriordesign.bg h3 {
    color: #fff;
    font-size: 16px;
}
.head-bsdinteriordesign.bg h5 {
    font-size: 16px;
}
.head-bsdinteriordesign.bg h5::before {
    content: " ";
    background: #fff;
    position: absolute;
    width: 35px;
    height: 1px;
    top: 10px;
    left: 0;
}
#background68bab67b4161c900136752ab .grid figure figcaption {
    padding: 1em;
}
.head-bgproject-2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: none;
}
.head-bgproject {
    display: grid;
    grid-template-columns: auto 30px;
    gap: 20px;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    padding: 5% 5%;
    padding-top: 5%;
    text-align: left;
}
.iconnext {
    align-self: center;
}
.head-bgproject.one {
    bottom: -10px;
}
.head-bsdinteriordesign {
    margin-top: 2%;
}
.empty-bsdinteriordesign-2 {
    padding: 1%;
}






.thumbs img {
    width: 100% !important;
}
.title-type47 {
    display: none;
}
.head-project-2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}
.Contentmanager .head-bgproject {
    padding: 3% 5%;
}











/*contenemanager*/
h3.managerHeader {
    display: none;
}
#Contentmanager .post-time {
    display: none;
}
.page-header {
    margin: 0px 0 0px;
    border-bottom: 0px solid #e1723a;
}
.landingpagemanager {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    text-align: center;
    font-size: 16px;
    padding: 5% 5% 0%;
    color: #444444;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #444444;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    display: none;
}
article.col-md-6.item.-micro {
    width: 25%;
}
.Contentmanager .site .col-section .item.-micro {
    padding: 10px 10px 10px 15px;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    margin-bottom: 0px;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    background: transparent;
    padding-left: 0;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: none;
    border-bottom: none;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    border-bottom: none;
}
.Contentmanager .site .col-section .item.-micro a .post {
    display: none;
}
.contenemanager-gallery .col-xs-12.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3%;
}
.Contenemanager-gallery .col-xs-6.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}
.contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #fff;
    border-radius: 0px;
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #fff;
    border-radius: 0px;
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail:hover {
    transition: 0.3s;
    border: 0px solid #fff;
    background-color: white;
}
.contenemanager-gallery .thumbnail:hover {
    transition: 0.3s;
    border: 0px solid #fff;
    background-color: white;
}
.contenemanager-gallery .thumbnail, .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     box-shadow: 0px 0px 20px 5px rgb(217 217 217 / 40%);
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: transparent;
}
.fbcomments, .fbcomments {
    display: none;
}
.thumbnail {
    border: 0px solid #ddd;
}
.img-thumbnail, .thumbnail {
    box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
}
.Contentmanager .img-thumbnail {
    border: 0px solid #ddd;
}
.Contentmanager p {
    white-space: break-spaces;
    font-size: 16px;
}
.Contentmanager .thumbnail {
    background-color: transparent;
}
.img-thumbnail {
    background-color: transparent;
}
.Contentmanager .site .col-section .item.-micro a .img-zoom img:hover {
    transform: scale3d(1.05,1.05,1) !important;
}
.Contentmanager .site .col-section .item.-micro a:hover .img-zoom img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
    transform: scale3d(1.05,1.05,1) !important;
}
.Contentmanager .site .col-section .item.-micro:hover .btnnew {
    background: #e1723a;
    color: #fff;
    transition: 0.35s;
    border-top: 1px solid #fcebc5;
}
#Contentmanager img.img-responsive {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    transition: 0.5s;
}
#Contentmanager img.img-responsive:hover {
    transform: scale(1.03);
}
#Contentmanager .thumbnail {
    background-color: transparent;
    position: relative !important;
    overflow: hidden !important;
    padding: 0px !important;
    box-shadow: none !important;
}
.row.contenemanager-gallery {
    margin-top: 2%;
}
.social-share {
    display: none;
}
.Contentmanager .col-md-4.col-sm-4.col-xs-12 {
    padding-right: 10px;
    padding-left: 10px;
}
/*contenemanager*/


/*from Contact*/
.no-js #Component68be425a81ba300013d2b7db label {
  display: none !important;
  color: #444444;
}
.no-js #Component68be425a81ba300013d2b7db .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
  padding-left: 20px;
}
.no-js #Component68be425a81ba300013d2b7db .form-control {
  border: 0px solid #29292933;
  border-bottom: 1px solid #29292933;
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  padding: 20px 0px;
  background: transparent;
  font-size: 16px !important;
  border-radius: 0px !important;
}
.no-js #Component68be425a81ba300013d2b7db .form-control:focus {
  border-bottom: 1px solid #ac915e !important;
  border: 0px solid #ac915e;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0);
}
.no-js #Component68be425a81ba300013d2b7db .btn {
  background: linear-gradient(to right, rgba(172,145,94,1) 0%,rgba(251,233,203,1) 47%,rgba(172,145,94,1) 100%);
  color: #000;
  text-shadow: 0 0px 0 #00000000;
  background-repeat: repeat-x;
  border-color: transparent;
  border-radius: 50px;
  padding: 10px 30px 10px 30px;
  font-size: 16px;
  font-weight: 400;
  border: 0px solid;
}
.no-js #Component68be425a81ba300013d2b7db .btn-default:active {
background: linear-gradient(to right, #fbe9cb 0%,#ac915e 47%,#fbe9cb 100%);
  color: #fff;
}
.no-js #Component68be425a81ba300013d2b7db .btn-default:hover,
.no-js #Component68be425a81ba300013d2b7db .btn-default:focus {
  background-position: 0 0px;
  background: linear-gradient(to right, #fbe9cb 0%,#ac915e 47%,#fbe9cb 100%);
  border: 0px solid transparent;
}
.no-js #Component68be425a81ba300013d2b7db .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component68be425a81ba300013d2b7db span.label {
  font-size: 13px;
  font-weight: 400;
}
.no-js #Component68be425a81ba300013d2b7db ::placeholder {
  color: #444444 !important;
}
#background68be425a81ba300013d2b7db {
    border-left: 1px solid #c5c5c5;
    padding-left: 2%;
}
/*from Contact*/



.itopplus-pos2 {
    background: #f6f8f9;
}
.block-icon-contant {
    display: grid;
    grid-template-columns: 40px auto;
    gap: 15px;
    margin-bottom: 3%;
}
.icon-contant-2 {
    align-self: center;
}
.icon-contant {
    margin-top: 20%;
}
.grid-contact h3 {
    margin-bottom: 2%;
}
.block-social-contact {
    display: grid;
    grid-template-columns: 42px auto;
    gap: 10px;
}
.social-contact-2 {
    align-self: center;
}
.grid-social-contact {
    margin-top: 2%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.head-form {
    font-family: "Figtree", sans-serif;
    font-size: 26px;
    font-weight: 600;
}
.head-form-2 {
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #6a6a6a;
}
.glock-head-form {
    margin-left: 1%;
    margin-bottom: 2%;
}
.CASS-D-middle-mid {
    padding: 15px 15px 0px;
}
.block-excutive {
    white-space: break-spaces;
    text-align: center;
}
.no-js .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .5);
}
.no-js .fancybox-skin {
    background: transparent;
}
.grid-about {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background: linear-gradient(to right, #ac915e 0, #e8d4b1 70%, #e8d4b1 100%);
}
.grid-about-3 {
    padding: 0% 11%;
    align-self: center;
}
.grid-about-3 h1 {
    white-space: break-spaces;
    font-weight: 600;
}
.border-about {
    border-bottom: 1px solid;
    width: 20%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.grid-about-3 h3 {
    white-space: break-spaces;
}
.about-one {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 0px 20px;
    margin-top: 10px;
}
.about-one-3 {
    padding: 0% 0% 0% 3%;
}
.content-about {
    white-space: break-spaces;
}
.about-one-4 h1 {
    font-weight: bold;
}
.about-one-4 h5 {
    font-weight: 600;
    margin-bottom: 3%;
}
.about-one-4 {
    background: linear-gradient(to right, #ac915e 0, #e8d4b1 70%, #e8d4b1 100%);
    padding: 7%;
    margin-bottom: 3%;
}
.about-one-5 {
    padding: 45px 50px;
    background: #000;
    color: #fff;
    margin-top: 3%;
}
.block-gallery-service {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10%;
    text-align: left;
}



#background68be6525d4de520013acedc0 .Contentmanager .site .col-section .item.-micro a .caption .title {
    padding: 5% 0% 3%;
    font-size: 18px;
}
#background68be6525d4de520013acedc0 .Contentmanager .site .col-section .item.-micro a .caption .time {
    display: inherit;
}
#background68be6525d4de520013acedc0 article.col-md-6.item.-micro {
    width: 33.3%;
}
#background68be6525d4de520013acedc0 .Contentmanager .site .col-section .item.-micro a .caption .time .btn-more {
    margin: 0 auto;
}
.bg-blog img {
    width: 100% !important;
}
.Contentmanager .col-md-8.col-md-offset-2.text-center {
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}
.Contentmanager .img-thumbnail {
    width: 100% !important;
}








.grid-process {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    width: 96%;
    margin: 0 auto;
    transition: 0.35s;
    margin-top: 5%;
}
.icon-process {
    width: 35%;
    margin: 0 auto;
    margin-bottom: 15%;
}
.icon-process-2 {
    padding: 5%;
    padding-top: 41px;
    border-top: 0px solid #868686;
    position: relative;
}
.icon-process-2::before {
    content: " ";
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #868686;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 45%;
    transform: translate(0, -50%);
}
.grid-process::before {
    content: "";
    display: inline-block;
    width: 89%;
    height: 1px;
    background: #868686;
    position: absolute;
    top: 135px;
    margin: 0 auto;
    margin-left: -38px;
}
.icon-process-3 {
    text-align: center;
    white-space: break-spaces;
}
.icon-process-3 h5 {
    font-weight: 600;
    margin-bottom: 5px;
}
.grid-process-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 58%;
    margin: 0 auto;
    margin-top: 3%;
    transition: 0.35s;
}
.grid-process-2::before {
    content: "";
    display: inline-block;
    width: 540px;
    height: 1px;
    background: #868686;
    position: absolute;
    margin: 0 auto;
    margin-left: 135px;
    bottom: 187px;
}
.icon-process-3 h3 {
    white-space: break-spaces;
}
.grid-process-3 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 98%;
    margin: 0 auto;
    margin-top: 5%;
    transition: 0.35s;
}
.grid-process-3::before {
    content: "";
    display: inline-block;
    width: 92%;
    height: 1px;
    background: #868686;
    position: absolute;
    bottom: 185px;
    margin: 0 auto;
    margin-left: -35px;
}
.grid-process-3 .icon-process {
    width: 42%;
    margin-top: -6%;
}
.block-icon-process:hover .icon-process {
    filter: invert(1);
    transition: 0.35s;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
    color: #fff;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
    margin-left: -15px;
    color: #fff;
}



/* modquee */
.modquee-contanier {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    height: 150px;
    width: 100%;
    gap: 20px;
    margin-bottom: 5%;
    margin-top: 0%;
}
.modquee-box {
   display: flex;
   width: fit-content;
   animation: scroll 50s linear infinite;
   justify-content: space-around;
   gap: 20px;
   align-items: center;
   margin-left: -20px;
}
.modquee-box img {
   height: 130px;
   width: 130px;
   border: 0px solid #ccc;
}



@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
/* modquee */


.Textmanager.font-inherit {
    font-size: 18px;
}
.buttonExampleSite {
    font-family: "Figtree", "LINE Seed Sans TH";
}
.Textmanager.font-inherit {
    text-align: left;
}
.copyright-2 {
    display: none;
}


@media screen and (min-width: 1900px) {
h1 {
    font-size: 2em;
}
h2 {
    font-size: 3.2em;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 36px;
}
p {
    font-size: 20px;
}
body {
    font-size: 20px;
}
.navbar-default .navbar-nav > li > a {
    padding: 15px 20px;
    font-size: 22px;
}
.no-js .dropdown-menu > li > a {
    font-size: 21px;
}
.block-icon-one {
    grid-template-columns: 80px auto;
}
.btn-more {
    font-size: 18px;
}
.block-gallery-3 {
    font-size: 22px;
}
.block-gallery-2 {
    font-size: 36px;
}
.head-bsdinteriordesign.bg h2 {
    font-size: 56px;
}
.head-bsdinteriordesign.bg h3 {
    font-size: 22px;
}
.head-bsdinteriordesign.bg h5 {
    font-size: 26px;
}
.head-bsdinteriordesign.bg h5::before {
    top: 18px;
}
.head-bgproject-2 {
    font-size: 36px;
}
.head-bgproject {
    grid-template-columns: auto 35px;
}
.head-bgproject.one {
    bottom: -22px;
}
.modquee-box img {
    height: 150px;
    width: 150px;
}
.footer-2 {
    font-size: 20px;
}
.copyright {
    font-size: 16px;
    white-space: break-spaces;
}
.grid-social-footer {
    width: 60%;
}
.Contentmanager p {
    font-size: 20px;
}
ul.icon-a {
    font-size: 20px;
}
.about-one-5 {
    padding: 60px 50px;
}
.grid-process::before {
    content: "";
    display: inline-block;
    width: 88%;
    height: 1px;
    background: #868686;
    position: absolute;
    top: 181px;
    margin: 0 auto;
    margin-left: -48px;
}
.grid-process-2::before {
    content: "";
    display: inline-block;
    width: 730px;
    height: 1px;
    background: #868686;
    position: absolute;
    margin: 0 auto;
    margin-left: 171px;
    bottom: 192px;
}
.grid-process-3::before {
    content: "";
    display: inline-block;
    width: 91%;
    height: 1px;
    background: #868686;
    position: absolute;
    bottom: 190px;
    margin: 0 auto;
    margin-left: -35px;
}
.head-project-2 {
    font-size: 26px;
}
.Textmanager.font-inherit {
    font-size: 22px;
}  
#background68be6525d4de520013acedc0 .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 22px;
}
.head-form {
    font-size: 32px;
}
.head-form-2 {
    font-size: 22px;
}
.no-js #Component68be425a81ba300013d2b7db .form-control {
    padding: 23px 0px;
    font-size: 20px !important;
}
.no-js #Component68be425a81ba300013d2b7db .btn {
    font-size: 20px;
}
.block-social-contact {
    grid-template-columns: 50px auto;
}
.icon-contant-2 h5 {
    font-size: 34px;
}
#imagesControl68baa4cf81ba300013d2ac0b {
    margin-bottom: -1px;
}  
}







@media screen and (max-width: 1191px) {
h2 {
  font-size: 2.5em;
}
.content-bsdinteriordesign {
    white-space: inherit;
}
.grid-one-2 {
    align-self: center;
    padding: 0% 5% 0% 5%;
}
.grid-one {
    grid-template-columns: 60% auto;
} 
.block-gallery-3 {
    margin-bottom: 30%;
}
.block-gallery-3 {
    white-space: inherit;
}
.block-gallery-2 {
    font-size: 22px;
}
.head-bgproject-2 {
    font-size: 20px;
}
.content-about {
    white-space: inherit;
}
.about-one-5 {
    padding: 50px 50px;
} 
.block-gallery-service {
    padding: 0% 5%;
    text-align: left;
    top: 15px;
}
.grid-process::before {
    content: "";
    display: inline-block;
    width: 90%;
    height: 1px;
    background: #868686;
    position: absolute;
    bottom: 0px;
    top: 100px;
    margin: 0 auto;
    margin-left: -36px;
}
.grid-process-2::before {
    content: "";
    display: inline-block;
    width: 400px;
    height: 1px;
    background: #868686;
    position: absolute;
    margin: 0 auto;
    margin-left: 91px;
    bottom: 206px;
}
.grid-process-3::before {
    content: "";
    display: inline-block;
    width: 91%;
    height: 1px;
    background: #868686;
    position: absolute;
    bottom: 206px;
    margin: 0 auto;
    margin-left: -17px;
}
.icon-process-3 {
    white-space: inherit;
}
.head-project-2 {
    font-size: 18px;
}
#background68be6525d4de520013acedc0 .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 16px;
}
.grid-about-3 h3 {
    white-space: inherit;
}
}




@media screen and (max-width: 900px) {
#carousel68be97c1d4de520013acfb19 {
    display: none;
} 
.grid-one-2 h2 {
    white-space: break-spaces;
    font-size: 2em;
}
.grid-one-2 h3 {
    font-size: 15px;
}
.grid-icon-one {
    gap: 20px;
}
.block-icon-one {
    grid-template-columns: 55px auto;
}
.footer-2 {
    white-space: inherit;
}  
.grid-social-footer {
    width: 85%;
}  
.modquee-box img {
    height: 100px;
    width: 100px;
}
.grid-one {
    margin-top: -7px;
}
.block-gallery-2 {
    font-size: 16px;
}
.block-gallery-3 {
    margin-bottom: 20%;
    font-size: 14px;
    white-space: inherit;
}
.btn-more {
    padding: 5px 15px;
}
#background68baba7f4161c90013675310 {
    width: 102%;
}
#background68babbba81ba300013d2ad8b {
    width: 102%;
}
#background68bab69bf779360013431cf8 {
    width: 104%;
    margin-left: -1%;
}
.about-one-5 {
    padding: 53px 50px;
}
#background68be5f8df779360013432eba .col-md-3.col-sm-4.col-xs-4 {
    width: 25%;
}
.block-gallery-3 {
    font-size: 12px;
}
.grid-about-3 h1 {
    white-space: inherit;
    font-size: 24px;
}
.grid-about-3 h3 {
    white-space: inherit;
    font-size: 16px;
}
.grid-process::before {
    content: "";
    display: inline-block;
    width: 91%;
    height: 1px;
    background: #868686;
    position: absolute;
    bottom: 0px;
    top: 74px;
    margin: 0 auto;
    margin-left: -32px;
}
.grid-process-2::before {
    width: 285px;
    margin-left: 78px;
    bottom: 240px;
}
.grid-process-3::before {
    content: "";
    display: inline-block;
    width: 95%;
    height: 1px;
    background: #868686;
    position: absolute;
    bottom: 240px;
    margin: 0 auto;
    margin-left: -35px;
}
.icon-process-3 h5 {
    font-size: 20px;
}
.Textmanager.font-inherit h1 {
    font-size: 26px;
}
#background68be6525d4de520013acedc0 .Contentmanager .site .col-section .item.-micro a .caption .title {
    padding: 5% 10% 3%;
}
.grid-social-contact {
    grid-template-columns: repeat(1, 1fr);
}
.block-social-contact {
    grid-template-columns: 40px auto;
}
.copyright-2 {
    display: none;
}
#background68bf918541150f0013f66ae4 .grid figure figcaption,
#background68bf907ed4de520013ad02c4 .grid figure figcaption,
#background68bf8df841150f0013f66a63 .grid figure figcaption {
    padding: 1em;
}
}




@media screen and (max-width: 480px) {
h2 {
    font-size: 2.4em;
}
#carousel68be97c1d4de520013acfb19 {
    display: inherit;
}  
#background68baba7f4161c90013675310 {
    width: 100%;
}
#background68babbba81ba300013d2ad8b {
    width: 100%;
}
#background68bab69bf779360013431cf8 {
    width: 100%;
    margin-left: 0%;
}
#imagesControl68be97c1d4de520013acfb19,
#imagesControl68baba7f4161c90013675310,
#imagesControl68babb474161c9001367533d,
#imagesControl68bab69bf779360013431cf8,
#imagesControl68bab67e4161c900136752b0,
#imagesControl68babbba81ba300013d2ad8b,
#imagesControl68babba9f779360013431df6 {
    padding: 0px !important;
}
.grid-one {
    grid-template-columns: 100%;
    padding: 10% 0% 0%;
}
.grid-one-2 h2 {
    white-space: inherit;
    font-size: 2em;
    margin-bottom: 4%;
}
 .grid-one-2 {
    align-self: center;
    padding: 0% 5% 10% 5%;
}
.grid-icon-one {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 3%;
}
.icon-one-2 {
    white-space: inherit;
    align-self: center;
}
.block-icon-one {
    grid-template-columns: 50px auto;
    margin-bottom: 0%;
    margin-top: 5%;
    gap: 10px;
}
.grid-footer {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
}
 .copyright {
    display: none;
}
.grid-footer-4 {
    display: none;
}
.copyright-2 {
    display: inherit;
}
.copyright-2 {
    font-size: 14px;
    margin-top: 10%;
}  
.block-gallery-2 {
    font-size: 15px;
}
#background68babb474161c9001367533d .thumbs {
    margin-bottom: 10px;
}
#background68be425a81ba300013d2b7db {
    border-left: 1px solid #c5c5c5;
    padding-left: 2%;
    margin-top: 10%;
}
.block-excutive {
    white-space: inherit;
} 
#background68be6525d4de520013acedc0 article.col-md-6.item.-micro {
    width: 100%;
}
.Contentmanager .site .col-section .item.-micro {
    padding: 10px 20px 10px 20px;
}
.Textmanager.font-inherit {
    font-size: 16px;
}
.Contentmanager .col-md-12.text-justify {
    padding-right: 15px;
    padding-left: 15px;
}
#contentnewmode68be550981ba300013d2bb77 {
    padding: 0px !important;
}
.about-one {
    grid-template-columns: repeat(1, 1fr);
}
.grid-about {
    display: flex;
    grid-template-columns: repeat(1, 1fr);
}
.grid-about-3 {
    padding: 10% 10%;
}
.block-gallery-3 {
    font-size: 13px;
   margin-bottom: 17%;
}
.block-gallery-service {
    padding: 10% 10%;
    text-align: left;
    top: 15px;
}
.thumbs {
    margin-bottom: 10px;
}
.about-one-3 {
    padding: 0% 0% 0% 0%;
}
.about-one-5 {
    padding: 10%;
}
.about-one {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
}
.about-one-5 {
    margin-top: 15px;
}
#contentnewmode68be534081ba300013d2bb3d .grid-about {
    display: flex;
    flex-direction: column-reverse;
}
figure.effect-oscar figcaption {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgb(0 0 0 / 60%) 100%);
}
.contenemanager-gallery .col-xs-12.col-md-3 {
    width: 100%;
}
#mainmenu68babba641150f0013f64787 {
    margin-top: -20px;
}
.btn-more {
    font-size: 12px;
}
.grid-process {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-top: 5%;
    gap: 15px;
    padding: 0% 5%;
}
.grid-process-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-top: 5%;
    gap: 15px;
    padding: 0% 5%;
}
.grid-process-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-top: 5%;
    gap: 15px;
    padding: 0% 5%;
}
.icon-process-2::before {
  display:none;
} 
.grid-process::before {
    display: none;
}
.grid-process-2::before {
    display: none;
}
.grid-process-3::before {
    display: none;
}
.icon-process {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0%;
}
.block-icon-process {
    display: grid;
    grid-template-columns: 55px auto;
    gap: 20px;
}
.icon-process-2 {
    padding: 0%;
    padding-top: 0px;
    border-top: 0px solid #868686;
    position: relative;
    text-align: left;
}
.icon-process-3 {
    text-align: left;
    white-space: break-spaces;
}
.grid-process-3 .icon-process {
    width: 100%;
    margin-top: 0%;
}
#background68be5f8df779360013432eba .block-gallery-3 {
    font-size: 16px;
}
#background68be5f8df779360013432eba .block-gallery-2 {
    font-size: 26px;
}
body, html { 
   overflow-x: hidden; 
}
#imagesControl68bf918541150f0013f66ae4,
#imagesControl68bf907ed4de520013ad02c4,
#imagesControl68bf8df841150f0013f66a63 {
    padding: 0px !important;
}  
#background68bf918541150f0013f66ae4 .head-bsdinteriordesign.bg h2,
#background68bf907ed4de520013ad02c4 .head-bsdinteriordesign.bg h2,
#background68bf8df841150f0013f66a63 .head-bsdinteriordesign.bg h2 {
    font-size: 22px;
}
#background68bf918541150f0013f66ae4 .head-bsdinteriordesign.bg h3,
#background68bf907ed4de520013ad02c4 .head-bsdinteriordesign.bg h3,
#background68bf8df841150f0013f66a63 .head-bsdinteriordesign.bg h3 {
    color: #fff;
    font-size: 12px;
}
#background68bf918541150f0013f66ae4 .grid figure figcaption, 
#background68bf907ed4de520013ad02c4 .grid figure figcaption,
#background68bf8df841150f0013f66a63 .grid figure figcaption {
    padding: 0em 1em;
}  
.icon-process-3 {
    text-align: left;
    white-space: inherit;
}
.icon-process-3 p {
    font-size: 15px;
}
}






.CASS-A-top {
    height: auto;
    border-top: solid 0px #d4d4d4;
}
.CASS-A-bottom {
    height: auto;
    border-bottom: solid 0px #d4d4d4;
}
.CASS-A-middle-mid {
    position: relative;
    padding: 0px;
}
.CASS-A-middle-right {
    border-right: solid 0px #d4d4d4;
}
.CASS-A-middle-left {
    border-left: solid 0px #d4d4d4;
}
.CASS-A-main {
    box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, .5);
}

