.itopplus-background {

}
::selection {
    color: #fff;
    background: #eac382;
}

body, html {
    overflow-x: auto;
}


#itopplus-sticky-nav-bar {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
    background-color: #2e2e2e;
}
.itopplus-sticky-nav-bar-inside div {
    float: none!important;
    text-align: center;
}
#itopplus-nav-bar-sticky .itopplus-sidebar-menu-parent {
    border-bottom: 0px solid rgba(57,60,66,0.8) !important;
}




/*---------เมนูหลักทั้งหมด---------*/
.navbar-default {
    background: #2e2e2e;
}
.navbar-default .navbar-brand {
    color: #fff;
      float: right;
}
.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color:transparent;
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #000;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 20px;
}
.navbar-default .navbar-nav .open .dropdown-menu .menu-item a:hover {
    background: transparent;
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    background-color: transparent!important;
    background-image: none;
    color: #fff!important;
}
.itopplus-nav-bar li:not(:last-of-type):not(.itopplus-sidebar-menu-parent ):after {
    content: '|';
    font-size: 1em;
    position: absolute;
    top: 32%;
    right: -3px;
    color:#fff;
}
.dropdown-menu>li>a {
    font-size: 16px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #2e2e2e!important;
    background-image: none;
    color: #fff!important;
}
@media (max-width:768px) {
    .navbar-default,.navbar-default .navbar-nav .open>.dropdown-menu {
        background: #2e2e2e;
    }
    .navbar-default {
        border: 2px solid #dbdbdb;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff!important;
    }
  	.itopplus-menu {
    	background-color: transparent;
}
}

/*เมนูมือถือ slidebar*/
@media (max-width:768px) {
/*เมนูหลักทั้งหมด*/
.itopplus-sidebar-menu-single a:link {
    color: #fff !important;
}
/*เมนูย่อยแรก*/
.itopplus-sidebar-menu-single a:active {
    background-color: transparent;
    color: #fff!important;
}
.itopplus-sidebar-menu-single {
    border-bottom: transparent;
}
/*เมนูย่อยถัดไป*/
.itopplus-sidebar-menu-parent a {
    color: #fff !important;
}
.itopplus-sidebar-menu-parent a:active {
    background-color: transparent;
    color: #fff!important;
}
}
/*เมนูมือถือ slidebar*/

/*เมนูกึ่งกลาง*/
/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {
h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}
.navbar .nav,
.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#main-navbar-collapse{
  text-align:center ;
}
  
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
   margin: 0;
}
  
.pad-footer2 {
    padding: 0 0 0 35%;
}  
#contentnewmode5f87eb7d451ecc001914c2cc {
    margin-top: -13%;
}
  
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1366px) {
h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}
.navbar .nav,
.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#main-navbar-collapse{
  text-align:center ;
}
}



@media only screen and (min-width : 1900px) {
.img-call {
    width: 45% !important;
}
 .button-project1 {
    margin: 35% auto 1% !important;
} 
 
.pad-one-stop1 {
    padding: 18.4% 10% !important;
}  
}





/*---------Effect---------*/
.ef1{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.ef1:hover{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.ef2{
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.ef2:hover{
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}



/*---------Footer---------*/
.img--logo-footer1 {
    width: 75%;
    display: block;
    margin: 0 auto 0 0;
}
.text-footer1 {
    font-size: 18px;
    text-decoration: underline;
    letter-spacing: 1px;
    font-weight: 500;
}
.img-call {
    width: 55%;
    display: block;
    margin: 0 auto;
}
.text-footer1 {
    font-size: 18px;
    text-decoration: underline;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 2% 0 1% 8%;
}
.text-footer1-1 {
    font-size: 18px;
    text-decoration: underline;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 2% 0 1% 0;
}
.textfooter-call {
    font-size: 16px;
    padding-top: 0.5%;
    color: #fff;
}
.textfooter-call a{
    color: #fff;
}
.textfooter-call a:hover{
    color: #ecc584;
      transition: 0.32s;
}





/*---------Home---------*/
.img-logo-home {
    width: 80%;
    display: block;
    margin: 10% auto 5%;
}
.img-mar1 {
    margin: -1px;
}
.img-mar1-1 {
	width: 112.26%;
    margin: -1px;
}
.text-home1 {
    font-size: 20px;
    font-weight: 500;
    color: #141414;
}
.pad-home1 {
    padding: 0 20% 0;

}
h2.title1 {
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 10%;
    left: 0;
    right: 0;
}
h2.title1:before {
    border-top: 3px solid #ecc584;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 55%;
    left: 0;
    bottom: 0;
    width: 25%;
    z-index: -1;
}
h2.title1 span {
    background: transparent;
    color: #fff;
    padding: 0 15px;
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-left: 25%;
}
.bg-circel1 {
    background-image: url(https://itp1.itopfile.com/ImageServer/itp_05052020ioub/0/0/intrend8686-ab2z-z635118626523.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 13% 5%;
}
.img-cir1 {
    width: 65%;
    display: block;
    margin: 2% auto;
}
.text-cir1 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.text-title1 {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
      text-align: center;
}
.text-title0 {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
}
.pad-title1 {
    text-align: center;
    padding: 5% 0 1%;
}
.border-title1 {
    border-bottom: 7px solid #ecc584;
    width: 5%;
    display: block;
    margin: 0 auto 1%;
}
.bg-one-stop1 {
    background-image: url(http://itp1.itopfile.com/ImageServer/itp_05052020ioub/0/0/intrend8686-ab3z-z990921620502.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 0% 5%;
    margin: 23.5% -1px;
}

.text-one-stop1 {
    font-size: 28px;
}
.text-one-stop2 {
    font-size: 52px;
    color: #ecc584;
    font-weight: 300;
}
.text-one-stop3 {
    font-weight: 500;
    font-size: 20px;
}
.text-title2 {
    font-size: 15px;
    letter-spacing: 2px;
    color: #595353;
}




/*---------อัลบั้ม---------*/
#background5f87e842451ecc001914c22a .thumbs {
    margin-bottom: 0;
}
#background5f880cc14b3675001aab8290 .thumbs {
    margin-bottom: 0;
}
figure.effect-jazz figcaption::after {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}
figure.effect-honey figcaption::before {
    background: #e4bb79;
}
figure.effect-honey figcaption {
    background: -webkit-linear-gradient(top,rgba(72,76,97,0) 0,rgba(72,76,97,.8) 75%);
    background: linear-gradient(to bottom,rgb(39 39 39 / 0%) 0,rgb(27 27 27 / 62%) 95%);
}
figure.effect-honey figcaption:hover {
    background: -webkit-linear-gradient(top,rgba(72,76,97,0) 0,rgba(72,76,97,.8) 75%);
    background: linear-gradient(to bottom,rgb(39 39 39 / 0%) 0,rgb(27 27 27 / 62%) 75%);
}

figure.effect-honey img {
	max-width: none;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-honey:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 10% 10%;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}
.text-gel1 {
    font-size: 56px;
}
.text-gel2 {
    font-size: 28px;
    padding: 2% 0;
}
.pad-one-stop1 {
    padding: 11.5% 10%;
}
figure.effect-oscar:hover figcaption {
    background-color: rgb(13 13 13 / 78%);
}
figure.effect-oscar:hover figcaption {
    background-color: rgb(13 13 13 / 56%);
}
figure.effect-oscar figcaption::before {
    border: 0px solid #fff;
}
figure.effect-oscar h2 {
    margin: 0 !important;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}




/*---------ปุ่ม---------*/
.button-gel1 {
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    padding: 5px;
    text-align: center;
    border-radius: 35px;
    width: 40%;
    background-color: transparent;
    display: block;
    margin: 3% 0 0 0;
}
.button-gel1:hover, .button-project1:hover{
	border: 2px solid #ddb470;
    transition: 0.32s;
      background-color: #ddb470;
      color: #fff;
}

.button-project1 {
    font-size: 18px;
    text-align: center;
    border: 2px solid #ecc584;
    color: #ecc584;
    padding: 10px 3px;
    border-radius: 35px;
    background-color: transparent;
    width: 80%;
    display: block;
    margin: 25% auto 1%;
}

/*---------บริการ---------*/
.img-logo-home1 {
    width: 30%;
    display: block;
    margin: 0 auto;
}

/*------------------เลขหน้า------------------*/
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 14px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #e6ba75;
    text-decoration: none;
    background-color: transparent;
    border: 0px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ecc485;
    border-color: #ecc485;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #ffffff;
    background-color: #222120;
    border-color: #222120;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



/*----------from Contact----------*/
.no-js #Component5f88280d4b3675001aab845e label {
    display: none!important;
}
.no-js #Component5f88280d4b3675001aab845e .col-md-6 {
    width: 85%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
}
.no-js #Component5f88280d4b3675001aab845e .form-control {
    border: 1px solid #fff;
    border-radius: 0px!important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 16px!important;
    padding: 25px 20px;
    background: #f5f5f5;
    color: #000;
}

.no-js #Component5f88280d4b3675001aab845e .form-control:focus {
    border-color: #000;
    -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 #Component5f88280d4b3675001aab845e .btn {
    background-image: -webkit-linear-gradient(top,#eabf86 0,#eabf86 100%);
    background-image: -o-linear-gradient(top,#eabf86 0,#eabf86 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eabf86 ),to(#eabf86 ));
    background-image: linear-gradient(to right, #eabf86 0%,#eabf86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eabf86',endColorstr=#eabf86,GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #0000;
    border-radius: 0px;
    padding: 10px 30px;
    font-size: 14px;
    border: 0px solid transparent;
    color: #fff;
}
.no-js #Component5f88280d4b3675001aab845e .btn-default:active {
	background-color: #eabf86;
}

.no-js #Component5f88280d4b3675001aab845e .btn-default:hover,
.no-js #Component5f88280d4b3675001aab845e .btn-default:focus {
    background-position: 0 0px;
  background-color: #eabf86;
}
.no-js #Component5f88280d4b3675001aab845e .form-control:hover {
    border-color: #eabf86;
}
#background5f88280d4b3675001aab845e {
    background-image: url(http://itp1.itopfile.com/ImageServer/itp_05052020ioub/0/0/intrend8686-ab3z-z990921620502.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 2% 1%;
}
#background5f88280d4b3675001aab845e a{
    color: #fff;
}



/*----------ค้นหา----------*/

.itopplus-search-image-flex-item {
    background-color: #f9f9f9!important;
    width: 23%!important;
    padding: 10px;
    text-align: left;
    display: inline-block;
    min-height: 200px!important;
    max-height: 197px!important;
    padding-top: 10px!important;
}

.itopplus-search-image-flex-container {
  display:block!important;
  }

.itopplus-search-image-flex-container img {
    width: 100% !important;
}




/*------------------------------------------------Mode Ipad------------------------------------------------*/
@media only screen and (max-width: 768px){
.img-logo-home {
    width: 50%;
}  
.text-home1 {
    font-size: 16px;
}
.text-gel2 {
    font-size: 24px;
}  
.button-gel1 {
  width: 50%;
  }  
.text-one-stop2 {
    font-size: 30px;
}  
.text-one-stop3 {
    font-size: 16px;
}  
.bg-one-stop1 {
    margin: 18.5% -1px;
}  
.button-project1 {
    font-size: 16px;
    width: 100%;
    margin: 5% auto 1%;
}
figure.effect-oscar h2 {
    margin: 0 -15% !important;
} 
  
/*----------ค้นหา----------*/
 .itopplus-search-image-flex-item {
    background-color: #f9f9f9 !important;
    width: 31%!important;
    padding: 10px;
    text-align: left;
    display: inline-block;
    min-height: 222px!important;
    max-height: 210px!important;
    padding-top: 10px!important;
}  
  
  
.btn-primary.active, .btn-primary:active {
    background-color: #eabf86;
    border-color: #eabf86;
}  
  
.btn-primary:focus, .btn-primary:hover {
    background-color: #ff8702;
    background-position: 0 -15px;
}  
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #eabf86;
    border-color: #eabf86;
}    
  
.text-title0 {
    font-size: 28px;
}  
  
  #background5f880bf5ae7981001a9c8b4b .col-md-3.col-sm-4.col-xs-4{
     width: 25%;
     float:left;
  }  
}



/*------------------------------------------------Mode Mobile------------------------------------------------*/
@media only screen and (max-width: 414px){
  
.text-home1 {
    font-size: 20px;
}  
.pad-home1 {
    padding: 0;
}
.img-mar1-1 {
	width: 100%;
    margin: -1px;
}
 h2.title1 {
    position: relative;
    z-index: 999;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
} 
h2.title1 span {
    color: #333;
    font-size: 38px;
    font-weight: 600;
}  

.img-cir1 {
    width: 100%;
}
.pad-one-stop1 {
    padding: 11.5% 5%;
}  
.text-one-stop2 {
    font-size: 32px;
}
.pad-service1 {
    background-color: #dbb16d;
    padding: 10px 15px 20px;
}  
  
.text-one-stop3 {
    font-size: 20px;
}  
.button-gel1 {
    color: #fff;
    border: 2px solid #333;
    width: 45%;
    background-color: #333333;
}  
.button-gel1:hover {
    color: #333;
    border: 2px solid #fff;
    background-color: #fff;
}  
  
.button-project1 {
      font-size: 18px;
    margin: 15% auto 5%;
}  
  
.bg-one-stop1 {
    margin: 23.5% -1px;
}
.pad-one-stop2 {
    padding: 12% 5%;
}
  

  
/*----------ค้นหา----------*/
  .itopplus-search-image-flex-item {
    background-color: #f9f9f9!important;
    width: 100%!important;
    padding: 10px;
    text-align: left;
    display: inline-block;
    min-height: 200px!important;
    max-height: 315px!important;
    padding-top: 10px!important;
}
  
.itopplus-search-image-flex-container {
  display:block!important;
  }   
  
}



