.itopplus-background {

}
/*------เนื้อหารูปแบบ 8----*/
h3.managerHeader {
    text-shadow: 1px -2px 18px #ffffff, -2px -2px 0 #ffffff, 1px 3px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff;
  	font-weight: 600;
}
.col-md-8.col-sm-8.col-xs-12 strong {
    font-size: 1.143em;
    text-align: left;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #ffffff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.69);
}
.row.contenemanager-gallery .col-xs-12.col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}

article.col-md-6.item.-micro {
    width: 49%;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: solid 0px #e8e6e8;
    border-bottom: solid 0px #e8e6e8;
    background: #fff;
    margin: 5px;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    border-bottom: solid 0px #e8e6e8;
    background: #fff;
    margin: 5px;
}
.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:hover .caption .title {
    color: #f81010;
}
.Contentmanager .site .col-section .item.-micro a .post {
    text-align: center;
    margin: 10px;
    font-size: .8em;
    color: #bbb;
    /*display: none;*/
}
.Contentmanager .site .col-section .item.-micro a .image {
    /*box-shadow: 10px 10px 5px -5px rgb(164, 164, 164);*/
}
.Contentmanager .site .col-section .item.-micro a .caption .title:after {
content: "Detail "!important;
    text-align: left;
    font-size: 16px;
    margin: 10px 0px;
    font-weight: 400;
    display: block;
    border: solid 1px #6a011f;
    background-color: #6a011f;
    letter-spacing: 1px;
    color: #fff;
  	border-radius:10px;
    font-size: 12px;
    padding: 3px 20px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: max-content;
    text-transform: initial;
}

.Contentmanager .site .col-section .item.-micro a .caption .title:hover:after {
	content: "Detail "!important;
    text-align: left;
	border: solid 1px #a50030;
    background-color: #b90000;
   	border-radius:10px;
    color: #fff;
}


.Contentmanager .site .col-section .item.-micro a .caption .time {
    margin-bottom: 10px;
    font-size: 1em;
    color: gray;
    /*display: none;*/
}

/*เรื่องน่าสนใจอื่นๆ*/
.landingpagemanager {
    padding: 10px;
    margin-top: 30px;
    border-radius: 5px;
    border: solid 1px #eee;
    background-color: rgba(255, 255, 255, 0.47);
}







/*home*/
.border-subject {
  	margin-top: 30px;
    font-size: 1.8em;
    font-weight: 600;
    text-shadow: 1px -2px 18px #ffffff, -2px -2px 0 #ffffff, 1px 3px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff;
}
.btn-home {
    border: solid 1px #6a011f;
    background-color: #6a011f;
    letter-spacing: 1px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    padding: 5px 5px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    margin-top: 4px;
}
.btn-home:hover {
    border: solid 1px #a70332;
    background-color: #a70332;
}

/*อัลบั้ม*/
figure.effect-jazz figcaption::after {
border-top: 1px solid #fff0;
border-bottom: 1px solid #fff0;
}
.grid figure figcaption {
    padding: 1em;
}
figure.effect-jazz {
    background: -webkit-linear-gradient(-45deg,#f3cf3f 0,#f33f58 100%);
    background: transparent;
}
figure.effect-jazz h2 {
    transition: transform .35s;
    font-size: 1.25em;
    padding-top: 150%;
}

/*about*/
.box-content {
    padding: 5%;
    font-size: 1.143em;
}
.box-about {
	background-color:#fff;
  	padding:8%;
  	font-size:1.143em;
  	height: 450px;
}
.hvr-float {
    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;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.box-about h4 {
	color:#9C0001;
  	text-align:center;
}

.thumbnail {
    padding: 1px!important;
    border: 1px solid #fff;
    border-radius: 0;
    padding-right: 1px!important;
    padding-left: 1px!important;
}

/*effect*/
.hvr-shrink {
    -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;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/*from Contact*/
.no-js #Component5ee07f5aae988b001292654a label{
	display: none!important;
}
.no-js #Component5ee07f5aae988b001292654a .col-md-6{
    width: 100%;
  	margin-left: 0;
}
.no-js #Component5ee07f5aae988b001292654a .form-control{
     border: 1px solid #dddddd;
    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: 14px!important;
    padding: 12px;
    background: white;
    color: #000000;
}
.no-js #Component5ee07f5aae988b001292654a .form-control:focus {
    border-color: #004638;
    -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 #Component5ee07f5aae988b001292654a .btn{
    background-image: linear-gradient(to bottom, #b90708 0%,#9c0001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #0000;
    border-radius: 0px;
    padding: 10px 30px;
    font-size: 12px;
    border: 0px solid transparent;
    color: #fff;
}
.no-js #Component5ee07f5aae988b001292654a .btn-default:active{
	background-color: #404040;
}
.no-js #Component5ee07f5aae988b001292654a .btn-default:hover, 
.no-js #Component5ee07f5aae988b001292654a .btn-default:focus{
    background-position: 0 40px;
    background-color: #004638;
}

/*from Contact*/ 




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

 /*------------ค้นหา -------------------*/
  .itopplus-search-image-flex-container {
   width: 100%!important;
   display: block!important;
}
  .itopplus-search-image-flex-item img {
    height: inherit;
    width: 100%!important;
}
.itopplus-search-image-flex-item {
    background-color:#ececec!important;
    width: 32%!important;
    padding: 10px;
    text-align: left;
    display: inline-block;
}

.itopplus-search-shopcart-image {
    height: auto !important;
    overflow: hidden;
}  
.itopplus-search-shopcart-image img{
  width: 100% !important;
}


/*menu*/
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
  color: #000;
}

/*เมนูฟิกไม่มีโลโก้*/
.itopplus-sticky-nav-bar-inside div {
   float: none!important;
   text-align: center;
}
#itopplus-sticky-nav-bar {
    background-color:#fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
}
#itopplus-nav-bar-sticky .itopplus-sidebar-menu-parent {
    color: black;
    font-size: 12pt;
    border-bottom: none!important;
}



/*link*/
a:hover{
   color:#fa0300;
}

/*--------------------ipad-----------------*/
@media (max-width:812px) {

/*------------ค้นหา -------------------*/
.itopplus-search-image-flex-item {
    background-color: :#f5f5f5!important;
    width: 30%!important;
    padding: 5px;
    text-align: left;
    display: inline-block;
    height: 300px!important;
    min-height: 0px!important;
    max-height: 300px!important;
}
  #searchResultLanding {
    margin: 0 5px;
}
  
  /*เนื้อหาระบบ*/
  .row.contenemanager-gallery .col-xs-12.col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
    width: 33%;
}
  .Contentmanager .site .col-section .item.-micro {
    padding: 10px 10px 10px;
}

article.col-md-6.item.-micro {
    width: 48%;
}
  
  /*home*/
  #mainmenu5ee0529b60a25100125a5625 .col-md-3.col-sm-6.col-xs-12.padding {
    width: 25%;
}
  .border-subject {
    font-size: 1.5em;
}
  figure.effect-jazz h2 {
    transition: transform .35s;
    font-size: 1em;
    padding-top: 134%;
}
}
/*--------------------ipad-----------------*/

/*--------------------mobile-----------------*/
@media (max-width:414px) {
         /*------------ค้นหา -------------------*/
    .itopplus-search-image-flex-item {
    background-color::#f5f5f5!important;
    height: inherit!important;
    width: 95%!important;
    padding: 10px;
    text-align: left;
}
  
  .thumbs h2.margin {
    position: absolute;
    width: 95%;
    top: 75%;
    text-align: center;
    color: #fff;
    /* margin-bottom: -50%; */
}
  .thumbs .imgLightbox {
    width: 90%;
    margin: 0 auto;
}
  .border-subject {
    font-size: 1.5em;
    font-weight: 600;
    text-shadow: 1px 0px 17px #ffffff, -2px -2px 0 #ffffff, 1px 3px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff;
}
  .box-about h4 {
    color: #9C0001;
    text-align: center;
    font-size: 1.143em;
}
  .box-about {
    background-color: #fff;
    padding: 8%;
    font-size: 1.143em;
    height: max-content;
}
  .right1.box-content h4 {
    font-size: 1.143em;
}
  
  /*เนื้อหาระบบ*/
  article.col-md-6.item.-micro {
    width: 100%;
}
  .Contentmanager .site .col-section .item.-micro {
    padding: 10px 10px 10px;
}
  .row.contenemanager-gallery .col-xs-12.col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}
  #mainmenu5ee0529b60a25100125a5625 .col-md-3.col-sm-6.col-xs-12.padding {
    width:100%;
}
}
/*--------------------mobile-----------------*/





.itopplus-banner{
  background: linear-gradient(to bottom, #ffffff 0%,#fbfbfb 50%,#f7f7f7 100%); 
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
/*ภาพพื้นหลัง โหมดมือถือ*/
@media (max-width:768px) {
.itopplus-bgmain {
    background-size: cover;
}
.navbar-default {
    background: #e0e0e0;
}
}
/*ปิดเมนู ให้เหลืออันเดียว เวลาย่อขยาย*/
@media (min-width: 769px){
.navbar-header {
    display: none;
}
}
/*เมนูมือถือ slidebar*/
@media (max-width:768px) {
/*เมนูย่อยทั้งหมด*/
.itopplus-sidebar-menu-single a:link {
    color: #6b6b6b !important;
}
/*เมนูย่อยแรก*/
.itopplus-sidebar-menu-single a:active {
    background-color: transparent;
  	color: #e91a21!important;
}
.itopplus-sidebar-menu-single {
    border-bottom: transparent;  	
}
/*เมนูย่อยถัดไป*/
.itopplus-sidebar-menu-parent a {
    color: #6b6b6b !important;
}
.itopplus-sidebar-menu-parent a:active {
    background-color: transparent;
    color: #e91a21!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:right ;
}
.itopplus-menu {
    margin-top: 2%;
}
.navbar-default .navbar-nav>li>a {
    padding-left: 6px;
    padding-right: 6px;
}
  /*เมนูชี้ไม่ต้องกด*/
 ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   margin: 0;
 }
  article.col-md-6.item.-micro {
    width: 48.5%;
}
    .box-about {
    background-color: #fff;
    padding: 8%;
    height: max-content;
}
}

/* 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 ;
}
.itopplus-menu {
    margin-top: 2%;
}
.navbar-default .navbar-nav>li>a {
    padding-left: 8px;
    padding-right: 8px;
}
  /*เมนูชี้ไม่ต้องกด*/
 ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   margin: 0;
 }
}


@media only screen and (min-width :1900px) {
   body,html {
   font-size: 16px;
}
 /*------------ค้นหา -------------------*/
  .itopplus-search-image-flex-container {
   width: 100%!important;
   display: block!important;
}
  .itopplus-search-image-flex-item img {
    height: inherit;
    width: 100%!important;
}
.itopplus-search-image-flex-item {
	background-color: :#f5f5f5!important;
    width: 24%!important;
    padding: 5px;
    text-align: left;
    display: inline-block;
    height: 500px!important;
    min-height: 0px!important;
    max-height: 500px!important;
}
.navbar-default .navbar-nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
}
.itopplus-search-shopcart-image {
    height: auto !important;
    overflow: hidden;
}  
.itopplus-search-shopcart-image img{
  width: 100% !important;
  }
/*เมนูชี้ไม่ต้องกด*/
 ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   margin: 0;
 }
}

.itopplus-sidebar-main a:link {
    color: #6b6b6b !important;
}

