.itopplus-background {
background-image:url(../Files/Name/BACKGROUND854532350217.jpg); 
background-repeat:no-repeat; 
background-color:none;
}
.navbar-default .navbar-nav>li>a {
    color: #f26522;
}
.navbar-default .navbar-brand {
    color: #f26522;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #f26522;
}
.text-bar {
    color: #f26522!important;
}
.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: #f26522;
    -webkit-box-shadow: inset 0 -3px 0 0 #f26522;
    -moz-box-shadow: inset 0 -3px 0 0 #f26522;
    box-shadow: inset 0 -3px 0 0 #f26522;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #f26522;
    -webkit-box-shadow: inset 0 -3px 0 0 #f26522;
    -moz-box-shadow: inset 0 -3px 0 0 #f26522;
    box-shadow: inset 0 -3px 0 0 #f26522;
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    color: #f26522;
    -webkit-box-shadow: inset 0 -3px 0 0 #f26522;
    -moz-box-shadow: inset 0 -3px 0 0 #f26522;
    box-shadow: inset 0 -3px 0 0 #f26522;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav>li>.dropdown-menu>li>a:hover {
    color: #f26522!important;
    -webkit-box-shadow: inset 0 -3px 0 0 #f26522;
    -moz-box-shadow: inset 0 -3px 0 0 #f26522;
    box-shadow: inset 0 -3px 0 0 #f26522;
}
.navbar-default .navbar-nav>li:hover,.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: none; /*จะขึ้นเป็นสีเทา*/
}
@media (max-width:768px) {
    .navbar-default {
        background: #efefef;
    }
}
/*hover ไอคอน ในโทรศัพท์  และ Menu*/
.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #f26522;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #f26522;
}
.navbar-default .navbar-toggle:focus .text-bar,.navbar-default .navbar-toggle:hover .text-bar {
    color: #f26522!important;
}

/*เมนูชิดขวา*/
/* 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 ;
}

}


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

}

.no-js .box {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    line-height: 58px;
    text-align: center;
    transition: 0.5s;
    padding: 0px 35px;
    padding-top: 3px;
    cursor: pointer;
    border: 1px solid #ffffff;
    -webkit-transition: 0.5s;
}
  
.no-js .box:hover {
     border: 1px solid rgba(0,160,80,0);
     color: #FFF;
}

.no-js .box::before, .box::after {
     width: 100%;
     height:100%;
     z-index: 3;
     content:'';
     position: absolute;
     top:0;
     left:0;
     box-sizing: border-box;
     -webkit-transform: scale(0);
     transition: 0.5s;
}

.no-js .bar::before {
    border-bottom: 1px solid #ff6000;
    border-left: 1px solid #ff6000;
    -webkit-transform-origin: 100% 0%;
}

.no-js .bar::after {
    border-top: 1px solid #ff6000;
    border-right: 1px solid #ff6000;
     -webkit-transform-origin: 0% 100%;
}

.no-js .box:hover::after, .box:hover::before {
     -webkit-transform: scale(1);
}

.box:hover {
     border: 2px solid rgba(0,160,80,0);
     color: #FFF;
}

.box::before, .box::after {
     width: 100%;
     height:100%;
     z-index: 3;
     content:'';
     position: absolute;
     top:0;
     left:0;
     box-sizing: border-box;
     -webkit-transform: scale(0);
     transition: 0.5s;
}

.bar::before {
     border-bottom: 3px solid #FFF;
     border-left: 3px solid #FFF;
     -webkit-transform-origin: 100% 0%;
}

.bar::after {
     border-top: 3px solid #FFF;
     border-right: 3px solid #FFF;
     -webkit-transform-origin: 0% 100%;
}

.box:hover::after, .box:hover::before {
     -webkit-transform: scale(1);
}

figure.effect-goliath {
    background: #282c75;
}

figure.effect-goliath h2, figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    left: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 80%;
     width: 100%;
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-70px,0);
}


hr {
    border-top: 1px solid #f26422;
}

.navbar-default .navbar-nav>li>a {
    font-family: thaisansneue;
    font-size: 22px;
    font-weight: bold;
}

.no-js .dropdown-menu>li>a {
    font-family: thaisansneue;
    font-size: 22px;
}

.no-js .thumbnail {
   border: none;
   border-radius: 2px;
   background-color:rgba(255, 255, 255, 0);
  box-shadow: 0 0 0px rgba(0,0,0,.075);
}

.no-js .thumbnail:hover{
   	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
    background: linear-gradient(-45deg, rgb(242, 100, 34) 0%,rgb(242, 100, 34) 100%);
    border-radius: 2px;
    box-shadow: 3px 3px 2px 1px rgb(119, 119, 119);
    color: white;
}

.no-js .form-horizontal .control-label {
    padding-top: 2px;
    font-family: Quarkbold;
    font-size: 20px;
}

.no-js .form-control {
    font-family: quarklight;
    font-size: 16px!important;
}

.no-js .label {
    font-family: Quarkbold;
    font-size: 14px;
}

.no-js .btn-default {
    font-family: Quarkbold;
}

.no-js .fbcomments, .fbcomments span[style], .fbcomments iframe[style] {
    display: none;
}

#Contentmanager .post-time {
    display: none;
}

.no-js .page-header {
    font-family: Quarkbold;
    font-size: 18px;
    border-bottom: 1px solid #f26422;
}

.no-js .text-justify {
    text-align: left;
}

.no-js .time {
    margin-bottom: 10px;
    font-size: 1.15em!important;
    color: #868383;
    font-family: quarkbold;
}

.no-js .title {
    font-size: 1.5em!important;
    font-family: quarkbold;
}

.no-js .post {
    font-family: quark;
}

.no-js .landingpagemanager {
    display: none;
}

.no-js .btn-primary {
    font-family: quarkbold;
    font-size: 18px;
}

p.search_urlSearch {
       word-wrap: break-word;
}

.no-js .panel-body {
    padding: 5px;
    font-family: quarkbold;
}

.no-js .pagination {
    padding-left: 0px;
    margin: -3px 28px;
    border-radius: 4px;
}

.no-js .ui.segment:last-child {
    margin-bottom: 0;
    margin-top: 50px;
}

.no-js .navbar-default .navbar-brand {
    padding: 15px;
}

.no-js .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    font-size: 13px;
}

.no-js .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    height: 31px;
}

.bd{
     border:1px solid #fff0;
     padding:10px;
     border-radius: 5px;
}
.bd:hover{
    padding:10px;
    border:1px solid #f26524;
    border-radius: 5px;
    box-shadow: 3px 3px 2px 1px rgb(130, 130, 130);
    transition: 0.3s;
}

.dropdown-submenu>.dropdown-menu   {
right :100% !important;
 left: inherit !important;
}

.navbar-nav>li>.dropdown-menu {
    margin-left: -13px;
}

#main-navbar-collapse ul li a span {
    margin-top: 5px;
}

