.itopplus-background {

}
 /*----ค้นหา-----*/
  .search_text a{
   color:#000;
  }

 /*------------ค้นหา -------------------*/
  .itopplus-search-image-flex-container {
   width: 100%!important;
   display: block!important;
}
.itopplus-search-image-flex-item {
    background-color: #f2f2f2!important;
    width: 23%!important;
    padding: 10px;
    text-align: left;
    display: inline-block;
    min-height: 150px!important;
    max-height: 250px!important;
    padding-top: 10px!important;
}
.itopplus-search-shopcart-image {
    height: auto !important;
    overflow: hidden;
}  
.itopplus-search-image-flex-item img {
    width: 100%!important;
    margin-bottom: 10px;
}



/*ตารางฟ้า*/
table.tj2 {
   border-spacing: 0;
   width: 100%;
   border: none;
   padding:10px;
   background-color:#fff;
}

table.tj2 td {
  border-bottom: 1px solid #328342;
  padding:15px; 
  font-size:16px;
  vertical-align: middle;
  text-align: left;


}

table.tj2 th {
    border-bottom: 1px solid #b9b9b9;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    vertical-align: text-top;
    font-weight: normal;
    background-color: #338343;
    color: #fff;
}
table.tj2 tr:nth-child(even) {background-color: #fff;}
table.tj2 tr:nth-child(odd) {background-color: #e6fce0;} 


table.tj2 tr:hover, table.tj2 a:hover{background-color: #2fa54a;color: #fff; }
table.tj2 td:hover{background-color: #2fa54a;color: #fff; }




/*content*/

.col-md-8.col-sm-8.col-xs-12 strong {
    font-size: 14px;
    font-weight: 500;
    color: #338443;
}
.Contentmanager-template2-1 .thumb>img {
    margin: auto;
    max-height: inherit;
    border: solid 2px #fff;
}

.Contentmanager-template2-1 .thumb>img:hover {
    margin: auto;
    max-height: inherit;
    border: solid 2px #53a349;
}
.Contentmanager-thumbnail {
    padding: 0px;
    align-items: center;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.Contentmanager-template2-1 a {
    color: #444;
    padding: 0 !important;
    text-align: center;
}
.Contentmanager-template2-1 a:hover {
    color: #1f703f!important;
}
 .Contentmanager-template2-1 .btn-sm .text-center {
    padding: 0px 15px;
    font-size: 15px;
} 
  
  
.hover-effect:hover:after {
    visibility: visible;
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.hover-effect:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
    background: url(../images/icon/hover-effect.png) no-repeat center;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-color: rgba(1, 183, 242, 0.6);
}


/*หัวข้อ*/
.subject{
	font-size:22px;
  	font-weight:500;
}
.subject1{
	font-size:2.5em;
  	font-family: Oswald, sans-serif;
}
.title{
	font-size:19px;
}

/*Contentmanager*/
.Contentmanager .site .col-section .item.-micro a .image {
    width: 50%;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 50%;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    color: #189b48;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #1880c1;
}


/*Gallery*/
.thumbnail{
    padding: 0px;
  	padding-right:0px!important;
  	padding-left:0px!important;
    border: none;
    background: linear-gradient(135deg, #0f6093 0%, #3dc3ee 100%);
  	color:#fff;
  	border-radius:0px;
    transition-duration: 0.3s;
}
.thumbnail:hover{
    background: linear-gradient(to right,#196b3e 0,#4a9a47 50%,#7bc950 100%);
}

.thumbnail h2.margin {
    font-size: 18px;
    padding: 10px 20px;
}
.thumbnail p.margin {
    color: #fff;
}

.thumbnail>img, .thumbnail a>img{
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  
}
.thumbnail>img, .thumbnail a>img:hover{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);

}

.imgLightbox {
   position: relative!important;
   overflow: hidden!important;
   width: 100%!important;

}
img.img-responsive{
    border: solid 2px #fff;
}
img.img-responsive:hover {
    border: solid 2px #348444;
}


/*อัลบั้ม*/
figure.effect-jazz figcaption::after {
border-top: 1px solid #fff0;
border-bottom: 1px solid #fff0;
}
figure.effect-jazz {
    background: transparent;
}

figure.effect-sadie figcaption::before{
	    background: linear-gradient(to bottom,rgba(121, 199, 80, 0.21) 0,rgba(43, 95, 46, 0.63) 75%);
}

.borderfooterp {
    border: 1px solid #b5b5b5;
    padding: 5px 0px;
    border-radius: 25px;
    background-color: transparent;
    color: #282828;
    transition: 0.3s;
    font-size: 16px;
}
.borderfooterp:hover {
    border: 1px solid #328342;
    background-color: #eeffef;
    color: #282828;
}



/*link*/
.itopplus-footer a{
	color:#fff;
}
.itopplus-footer a:hover{
	color:#003145;
}
a:hover {
    color: #4d9d48;
    text-decoration: none;
}


/*เอฟเฟ็กซ์*/
.hvr-shrink,.hvr-shrink a{
    display: inline-block;
    vertical-align: middle;
    -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;
    transition-property: transform;
  	color:#fff;
  	font-size:16px;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active, .hvr-shrink a:hover{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}


/*ฟอร์มสร้างเอง*/
#capcha0{
      margin-left: -7px;
      margin-right: -45px;
}



/*------------------------ ipad ------------------------ */
@media (max-width:812px) {
  #display1{
      margin-right: -20px;
}
#display4{
      margin-right: -20px;
}
#display6{
      margin-right: -20px;
}
#editor6{
      margin-right: -20px;
}
button#btn {
    margin-left: 45%;
}
  body {
    font-size: 12px;
  }
  .hvr-shrink, .hvr-shrink a {
      font-size:13px;
  }
  .subject1 {
    font-size: 2em;
    font-family: Oswald, sans-serif;
}
  .title {
    font-size: 14px;
}
  .subject {
    font-size: 20px;
    font-weight: 500;
}
  .borderfooterp {
	font-size: 11px;
    
  }
    .itopplus-footer {
    font-size: 14px;
}
}

/*------------------------ ipad ------------------------ */




/*------------------------ mobile ------------------------ */
@media (max-width:414px) {
    body {
    font-size: 14px;
  }
  .hvr-shrink, .hvr-shrink a {
      font-size:12px;
  }
    .subject {
    font-size: 18px;
    font-weight: 500;
}
  .borderfooterp {
    font-size: 14px;
}
  .title {
    font-size: 18px;
}
  /*Contentmanager*/
  #Contentmanager .col-md-12.text-justify {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
}
.itopplus-search-image-flex-item {
    width: 97%!important;
    background-color: #f2f2f2!important;
    padding: 10px;
    text-align: left;
    display: inline-block;
    min-height: auto!important;
    max-height: 280px!important;
    padding-top: 10px!important;
}
  .itopplus-search-image-flex-item img {
    width: 100%!important;
    margin-bottom: 10px;
}
}

/*------------------------mobile ------------------------ */







/*เมนู*/
.navbar-default .navbar-nav>li {
    padding: 0 5px;
}
.navbar-nav>li>.dropdown-menu>li>a {
    background: 0 0;
    color: #000!important;
    font-size: 15px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #1a87c6;
    -webkit-box-shadow: inset 0 -3px 0 0 #1a87c6;
    -moz-box-shadow: inset 0 -3px 0 0 #1a87c6;
    box-shadow: inset 0 -3px 0 0 #1a87c6;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #1a87c6;
    -webkit-box-shadow: inset 0 -3px 0 0 #1a87c6;
    -moz-box-shadow: inset 0 -3px 0 0 #1a87c6;
    box-shadow: inset 0 -3px 0 0 #1a87c6;
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    color: #1a87c6;
    -webkit-box-shadow: inset 0 -3px 0 0 #1a87c6;
    -moz-box-shadow: inset 0 -3px 0 0 #1a87c6;
    box-shadow: inset 0 -3px 0 0 #1a87c6;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav>li>.dropdown-menu>li>a:hover {
    color: #1a87c6!important;
    -webkit-box-shadow: inset 0 -3px 0 0 #1a87c6;
    -moz-box-shadow: inset 0 -3px 0 0 #1a87c6;
    box-shadow: inset 0 -3px 0 0 #1a87c6;
}
.navbar-default .navbar-nav>li:hover,.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
@media (max-width:768px) {
    .navbar-default {
        background: #eeeeee;
    }
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    border-color: transparent;
}
/*hover ไอคอน ในโทรศัพท์  และ Menu*/
.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #444444;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #444444;
}
.navbar-default .navbar-toggle:focus .text-bar,.navbar-default .navbar-toggle:hover .text-bar {
    color: #444444!important;
}
.itopplus-menu {
    margin-top: 6%;
}
/*เมนูชิดขวา*/
/* 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:right ;
}
.navbar-default .navbar-nav>li>a {
    color: #444444;
    padding: 6px 1px;
}
.navbar {
    min-height: 0px;
}
  .navbar-default .navbar-nav>li>a {
    color: #444444;
    padding: 6px 0px;
    font-size: 14px;
}
  .itopplus-footer {
    font-size: 12px;
}
}

/* 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:right ;
}
.navbar-default .navbar-nav>li>a {
    color: #444444;
    padding: 6px 1px;
      font-size: 15px;
}  
.navbar {
    min-height: 0px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
    .itopplus-search-image-flex-item {
    background-color: #f2f2f2!important;
    width: 23%!important;
    padding: 10px;
    text-align: left;
    display: inline-block;
    min-height: 215px!important;
    max-height: 215px!important;
    padding-top: 10px!important;
}
  .itopplus-footer {
    font-size: 12px;
}
}

  


#imagesControl5d777c50097716001907a984 {
    padding: 0px!important;
}

