body
{
	margin:0 auto;
  font-family: 'Ubuntu','THSarabunNew',cursive; 
}
nav.nav-extended
{
  background-color: #5CA038 !important;
}
nav ul a, nav .brand-logo
{
  color:#ffffff !important;
}
.main-survey > h4,h3,h2,h1,strong,p
{
 font-size: 16px;
 font-weight: 900;
}
/* OWL */
.font-small
{
  font-size: 14px !important; 
}
.padding-5
{
  padding:5px !important;
}
.background-owl
{
  background: url(../images/chainathospital.jpg)no-repeat center;
    background-attachment: fixed; 
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  -ms-background-size:cover;
  background-size:cover;
}
.carousel-show
{
  padding:10px;
}
.top-one
{
  padding:20px;border-radius: 5px 5px 0px 0px;
  color:#ffffff !important;
}
.text-white
{
  color:#ffffff !important;
  font-size: 20px;
}
.bottom-one h4,.top-one h3
{
  font-size: 1em;
}
.bottom-one
{
  background: rgba(255, 255, 255, 0.19);
    text-align: left;
    text-indent: 1.5em;
    padding: 2em;
    border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
}

.bottom-one  hr
{
  margin:3px auto;
  border: 1px dashed #FFFFFF;
}
.bg-blue
{
  background-color: #0099e5 !important;
}
.bg-pink
{
  background-color: #FF69B4 !important;
}
.bg-orange
{
  background-color: #F17E18 !important;
}
.bg-green
{
  background-color: #00C872 !important;
}
/* END OWL */

/* image hover zoomiIn*/
.imghover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.imghover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/*End image hover zoomiIn*/
nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}




/*dropdown css*/
/* navbar menu left */

.dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu>.dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px;
            border-radius: 0 6px 6px 6px;
        }

        .dropdown-submenu:hover>.dropdown-menu {
            display: block;
        }

        .dropdown-submenu>a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #ccc;
            margin-top: 5px;
            margin-right: -10px;
        }

        .dropdown-submenu:hover>a:after {
            border-left-color: #fff;
        }

        .dropdown-submenu.pull-left {
            float: none;
        }

        .dropdown-submenu.pull-left>.dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


.dropdown-header>h4
{
  font-size: 18px;
}


/* END NAVBAR MENU LEFT */

/* My Style */
.setrows
{
  margin:15px auto !important;
  padding: 10px !important;
}
.all-news-ha
{
  margin:15px auto;
}
.fileuploadadmin
{
  padding:10px;
  border:1px solid #d7d7d7;
  margin:5px auto;
}
.fileuploadadmin-sub
{
  padding:10px;
  margin:5px auto;
  border-bottom: 0.5px dashed #e0e0e0;
}
.fileuploadadmin strong
{
    padding: 4px;
    background-color: #f17e18;
    color: #ffffff;
    border: 1px solid #ff2900;
    border-radius: 5px;
}
.footer-ha
{
  margin:15px auto;
  font-size: 16px;
}




/*sixth*/
.menu-sixth
{
  text-align:center;
  
}


.menu-sixth-bottom-content
{
  margin:15px auto;
  padding:25px;
  
}
.menu-sixth-bottom-content img
{
   border: 1px solid #337ab7;
    border-radius: 10px;
    box-shadow: 0 0 6px;
}
.menu-sixth-bottom-content:hover
{
  opacity:.7;
   margin:15px auto;
  background-color:#00BCD4 !important;
  border-radius:25px 25px 25px 25px;
  
}

.menu-sixth-top
{
  
}
.bottom-content-text h4,.bottom-content-text h3,.bottom-content-text h2,.bottom-content-text h1
{
  text-indent:0;
    font-size: 16px !important;
}
.bottom-content-text
{
  color:#000000;
  text-align:left;
  text-indent:2.0em;
}


/* news-ha */
.news-ha
{
  padding: 5px;
  border-bottom:1px solid #000000;
}
.news-ha-top
{
   padding: 0px 15px 0px 0px;
   border-bottom: 3px ridge #3be2e0;
}

.news-ha-top-second
{
   padding: 0px 15px 0px 0px;
   border-bottom: 2px solid #00695c;
}
/* end news-ha*/
/*mainanswer index*/

.mainanswer-index
{
  padding: 2px;
  margin:10px auto;
}
.mainanswer-index-sub
{
  text-align: center;
  padding: 3px;
  border-bottom: 1px dashed #000000;
}


/* external-link */
.external-link
{
padding:5px;
margin:10px auto;
text-align: center;
border:0.5px solid #bdbdbd;
border-radius: 5px;
}
.external-link img
{
  margin: 0px auto;
}
/* end external-link*/


/*reaccfile*/
.reaccfile-content
{
    border-bottom:0.5px dashed #e0e0e0;
    padding: 5px;
}
/*endreaccfile*/
/* -- @MEDIA -- */
@media screen and ( min-width: 320px ){
  nav .brand-logo {
    font-size: 16px !important;
  }
.news-ha-top h3
{
  font-size: 18px;
  font-weight: 900;
}
}

@media screen and ( min-width: 480px ){
  nav .brand-logo {
    font-size: 16px !important;
  }
  .news-ha-top h3
  {
    font-size: 18px;
    font-weight: 900;
  }
}
@media screen and ( min-width: 768px ){
  nav .brand-logo {
    font-size: 20px !important;
  }
  .news-ha-top h3
  {
    font-size: 18px;
    font-weight: 900;
  }
}
@media screen and ( min-width: 1024px ){
 nav .brand-logo {
    font-size: 24px !important;
  }
  .news-ha-top h3
  {
    font-size: 20px;
    font-weight: 900;
  }
}

   

/* -- END @MEDIA -- */




/*EDIT CSS*/
.button-collapse
{
  color:#ffffff !important;
}
.side-nav>li>a
{
  color:#000000 !important;
}
.mrd-contact-check
{
  /*border : 1px solid #000000;*/
  margin:10px auto;
  padding:15px;
   text-align: center;
    border: 1px solid #89AD3F;
    border-radius: 15px;
    cursor: pointer;height: 100px;
}
.mrd-contact-check a
{
  color:#484848;
}
.mrd-contact-check:hover
{
  background-color:#557512 !important;
  opacity: .8;
}
.mrd-contact-check:hover a
{
  color:#ffffff !important;
  text-decoration: none;
}


.footer
{
    background: #61AB54;
    border-bottom: 7px solid #0035AD;
    color:#ffffff !important;
    text-align: left;
}
.footer a 
{
  color:#ffffff !important;
}
.footer > hr
{
  border: 1.5px solid #ffffff;
}
.footer-content
{
   margin: 8px auto;
}
.footer-credit
{
  text-align: center !important;

}
h3.before-footer
{
    margin: 0px 0px 5px 10px;
    font-size: 115%;
    font-weight: bold;
    color: #5ca038;
}
.present-news>h1
{

    border-top-color: rgb(0, 176, 133);
    border-bottom-color: rgb(0, 176, 133);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    background-color: rgb(218, 248, 227);
    padding:10px 0px 10px 20px;
}
.present-news-content
{
  padding:10px;
}

.present-news-content-box
{
  margin:10px auto;
}
.present-news-content-box>h2
{
  margin:0px auto;
  height: 60px;
}


#inputshow
{
  width:80% !important;
}


div.error{
    position: relative;
    top: -1rem;
    left: 0rem;
    font-size: 0.8rem;
    color:#FF4081;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }



  /*SMART-OPD*/
.smart-opd-menu-left
{
  padding:20px;
}
.smart-opd-menu-left-head
{
  background-color:#1080d8;
  padding:10px 5px;
  border-radius: 10px 10px 0px 0px;
  margin-top:15px;
}
.smart-opd-menu-left-head h1,.smart-opd-menu-left-head h2,.smart-opd-menu-left-head h3,.smart-opd-menu-left-head h4
{
  margin: 5px auto;
}
.smart-opd-menu-left-body
{
  padding:5px 10px;
  border:1px solid #1080d8;
  border-top: none;
  text-align: center;
}
.smart-opd-menu-left-body img
{
 margin:8px auto;
}
.smart-opd-menu-left-body-content
{
  text-align: left;
  border-bottom: 1px dotted #cccccc;
}
.smart-opd-menu-left-body-content h4
{
  font-size: 20px;
}
/*END BODY SMARTOPD*/
.smart-opd-content-main
{
    margin-top: 50px;
    border-bottom: 1px solid #cccccc;
}
.smart-opd-content-main h2,.smart-opd-content-main h1
{
  color:#065B9D !important;
   font-weight: 900;
}
/*END content-main SMARTOPD*/
.smart-opd-footer
{
  background-color:#121212 !important;
  height: 300px;
}
.smart-opd-footer,.smart-opd-footer-content a,.smart-opd-footer-body a
{
  color:#ffffff !important;
}
.smart-opd-footer-content
{
  padding:10px 3px;
  height: 90px;
  /*text-align: center !important;*/
}
.smart-opd-footer-body
{
   padding:3px 0px 5px 15px;
   border-bottom:1px dashed #ffffff;
}
.smart-opd-footer-content h4,.smart-opd-footer-content h3,.smart-opd-footer-content h2,.smart-opd-footer-content h1
{
  font-size: 20px;
}
/*END - SMART - OPD*/
