.itopplus-background {

}
/*เนื้อหาระบบ*/
.Contentmanager .caption {
    height: 50px;
    overflow: hidden;
    font-size: 18px;
    padding: 10px;
}
.col-md-4.col-sm-4.col-xs-12.padding-md.text-center:hover {
    /* background-color: #e8e8e8; */
    -webkit-box-shadow: 2px 2px 10px 0px rgba(130,130,130,1);
    -moz-box-shadow: 2px 2px 10px 0px rgba(130,130,130,1);
    box-shadow: 2px 2px 10px 0px rgba(130,130,130,1);
    color: #000;
}
.link {
    color: #000;
}
.link:hover {
    color: #c52e24;
}
/*Contentmanager*/
.col-md-12.text-justify {
    padding-right: 10px;
    padding-left: 10px;
}
.Textmanager.font-inherit {
    font-size: 1.143em;
    text-align: left;
    display: flow-root;
}
.Textmanager.font-inherit h2 {
    font-size: 1.35em;
}
.Textmanager.font-inherit h3 {
    /*color: #0a51a1;*/
}
h3.managerHeader {
    color: #da251c;
}


/*อัลบั้มในเนื้อหาระบบ*/
#Contentmanager .form-group .col-md-3 {
    margin-bottom: 10px;
    padding-top: 15px;
    margin-right: 10px;
    margin-left:10px;
  	width:30%;
}
#Contentmanager a.thumbnail.fancybox {
    border-radius: 0;
}
#Contentmanager a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #ffffff;
   	box-shadow: 1px 0px 9px 0px rgb(132, 132, 132);
    opacity: 0.8;
}
/*เรื่องน่าสนใจอื่นๆ*/
.maxHeight-TP5 {
    min-height: 160px !important;
    max-height: 160px;
    overflow: hidden;
}
.img-container {
    width: 100%;
    height: 0;
    padding-bottom: 76%;
    position: relative;
}
li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5 .col-md-8.col-sm-8.col-xs-12 strong {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}
li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5 .col-md-8.col-sm-8.col-xs-12 p {
    font-size: 14px;
    text-align: left;
}




.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);
}

/*ตาราง*/
table.tj2 {
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
}
table.tj2 th {
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    vertical-align: text-top;
    font-weight: normal;
    background-color: #1e1f23;
    color: #fff;
}
table.tj2 td {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 16px;
    vertical-align: top;
    text-align: left;
}
table.tj2 tr:nth-child(odd) {
    background-color: #eee;
}
table.tj2 tr:hover {
    background-color: #c10001;
    color: #fff;
}


@media (max-width: 812px) {
table.tj2 {
    border-spacing: 0;
    white-space: nowrap;
}
.table-responsive {
    border: none;
}
  table.tj2 td {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 12px;
    vertical-align: top;
    text-align: left;
}
  table.tj2 th {
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    font-size: 14px;
  }
}

/*home*/
.box-about {
    padding: 5% 5% 5% 18%;
    font-size: 1.25em;
    text-align: left;
}
.box-about h3 {
    color: #da221e;
}
.box-about img {
	background-color:#da221e;
  	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
      transition: all .2s ease-in-out;
}
.box-about img:hover{
  	background-color:#000;
  	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.box-content {
    padding: 5% 15% 5% 5%;
    font-size: 1.25em;
    text-align: left;
}
.box-content h3 {
    color: #da221e;
}
.box-content h4 {
    color: #fff;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background: linear-gradient(to right, rgba(233,37,33,1) 0%, rgba(177,33,33,1) 100%);
    padding: 15px 30px;
    text-align: center;
    font-size: 1.5em;
    margin-top: 30px;
}
.border-head h1 {
    color: #fff;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background: linear-gradient(to right, rgba(233,37,33,1) 0%, rgba(177,33,33,1) 100%);
    padding: 15px 20px;
    text-align: center;
  	width:50%;
  	margin:0 auto;
      margin-top: 30px;
  font-size: 1.6em
}
.btn-home {
    border: solid 1px #da251c;
    background-color: #da251c;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    padding:8px 30px;
    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;
}
.btn-home:hover{
    border: solid 1px #000;
    background-color: #000;
	box-shadow: 1px 1px 2px 2px #0000003b;
}
.border-subject {
	text-align:center;
  	margin:8% 5%;
    font-size: 1.5em;
}
.border-subject h1 {
	margin-bottom:0;
}
.border-subject h3 {
	font-weight:300;
  	margin-top:0;
}
.video {
    margin-top: 15%;
    border-left: solid 8px #da251c;
    padding-left: 20px;
}
.video h1 {
    font-size: 2.5em;
}
.itopplus-footer h3 {
    font-size: 1.35em;
}

.box-content2{
	font-size:1.143em;
  	text-align:center;
  	padding-top:20px;
}


/*gallery*/
.thumbnail, .img-thumbnail {
    box-shadow: none;
}
.thumbnail {
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding-right: 0!important;
    padding-left: 0!important;
}
.box-gallery {
    text-align: center;
    font-size: 18px;
    padding: 30px 10px;
}
.thumbnail:hover {
    background-color: #db211d;
    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;

}


/*from Contact*/
.no-js #Component5ecdf25496af9900135e7977 label{
	display: none!important;
}
.no-js #Component5ecdf25496af9900135e7977 .col-md-6{
    width: 100%;
  	margin-left: 0;
}
.no-js #Component5ecdf25496af9900135e7977 .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 #Component5ecdf25496af9900135e7977 .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 #Component5ecdf25496af9900135e7977 .btn{
	background-image: linear-gradient(to bottom, #de2522 0%,#ce0100 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 #Component5ecdf25496af9900135e7977 .btn-default:active{
	background-color: #404040;
}
.no-js #Component5ecdf25496af9900135e7977 .btn-default:hover, 
.no-js #Component5ecdf25496af9900135e7977 .btn-default:focus{
    background-position: 0 40px;
    background-color: #e82622;
}

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

/*เมนูฟิกไม่มีโลโก้*/
.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;
}

ul#itopplus-nav-bar-sticky {
    padding-top: 5px;
    padding-bottom: 5px;
}


/*link*/
.itopplus-footer a{
   color:#fff;
}
.itopplus-footer a:hover{
   color:#000;
}
a:hover{
   color:#ce0100;
}

/*--------------------ipad-----------------*/
@media (max-width:812px) {
body {
    font-size: 12px;
}
/*------------ค้นหา -------------------*/
.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;
}
  /*home*/
  .box-about {
    padding: 5% 5% 5% 8%;
    font-size: 1em;
    text-align: left;
}
  .box-about h3 {
    font-size: 1.5em;
}
  .box-gallery {
    text-align: center;
    font-size: 16px;
    padding: 30px 10px;
}
  .box-content {
    padding: 5% 10% 5% 5%;
    font-size: 1em;
    text-align: left;
}
  .video h1 {
    font-size: 1.8em;
}
  .Contentmanager .caption {
    height: 50px;
    overflow: hidden;
    font-size: 16px;
    padding: 10px;
}
  .col-md-3.col-sm-4.col-xs-4 {
    width: 25%;
}
  .border-head h1 {
    width: 70%;
}
  .itopplus-sidebar-menu-child a {
    display: inline-block;
    font-size: 13px;
    width: 100%;
    padding: 8px 8px;
    margin-left: 0;
}
}
/*--------------------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;
}
  /*home*/
  .box-about h3 {
    font-size: 1.35em;
}
  .box-about {
    padding: 0 10%;
    font-size: 1em;
    text-align: left;
}
  #InmyDiv1590548726153 {
    width: 65%;
    float: right;
}
  .Contentmanager .caption {
    height: 50px;
    overflow: hidden;
    font-size: 16px;
    padding: 10px;
}
  .box-content {
    padding: 5% 10%;
    font-size: 1.143em;
    text-align: left;
}
  .box-content h4 {
    font-size: 1.143em;
}
  #InmyDiv1590550004847 {
    width: 65%;
}
  .video {
    margin-top: 0;
    border-left: solid 8px #da251c;
    padding-left: 20px;
}
  .col-md-3.col-sm-4.col-xs-4 {
    width: 100%;
}
.border-head h1 {
    color: #fff;
    padding: 15px 15px;
    width: 100%;
    font-size: 1.43em;
}
  .box-content {
    padding: 5% 10%;
    font-size: 1.143em;
    text-align: left;
}
  #Contentmanager .form-group .col-md-3 {
    margin-bottom: 10px;
    padding-top: 15px;
    margin-right: 5px;
    margin-left: 5px;
    width: 96%;
}
}
/*--------------------mobile-----------------*/






/*เมนูมือถือ slidebar*/
@media (max-width:768px) {
/*เมนูย่อยแรก*/
.itopplus-sidebar-menu-single a:active {
    background-color: #d91b21;
}
/*เมนูย่อยถัดไป*/
.itopplus-sidebar-menu-parent a:active {
    background-color: #d91b21;
    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:right ;
}
.itopplus-menu {
    margin-top: 3.6%;
}
  /*เมนูชี้ไม่ต้องกด*/
 ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   margin: 0;
 }
  
  .box-about {
    padding: 5% 5% 5% 10%;
    font-size: 1.25em;
    text-align: left;
}
}

/* 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: 3.6%;
}
  /*เมนูชี้ไม่ต้องกด*/
 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;
}

.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;
 }
}

body {
	color:#000;
}

#imagesControl5ecdd4dd96af9900135e754d {
    padding: 0!important;
}
<!-- Google tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CX8344DF0X">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-CX8344DF0X');
</script>

