﻿/***footer***/
/*footer
{
    width:100%;
    height:auto;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#4373b3;
}*/
.footer-blue
{
    padding-bottom:10px;
    background-color:#0072ce;/*#4373b3;*/
    color:#FFFFFF;    
	background:#0072ce;/*#4373b3;*/
}
.footer-blue a,.footer-blue:hover a
{
    color:#FFFFFF;
}
.ch-footer {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-footer:after {
	content: '';
    display: table;
}

.ch-footer:after {
	clear: both;
}

.ch-footer li {
	
	height: auto;
	display: inline-block;
	width: 225px;
	margin: 20px;
	vertical-align: top;
	text-align:left;   
}
.footer-tab
{
    text-align:left;    
}
.footer-tab a
{
    color:#FFFFFF;    
}
.footer-tab a:hover
{
    text-decoration: none;   
    color:#FFFFFF; 
}
.footer-logo
{
        
}
.footer-logo img
{
       
}
.footer-logo1100
{
    text-align:right;  
}
.footer-logo1100 img
{
    text-align:right;
    margin-left: auto;
    margin-right: 0;   
}
.footer
{
    /*margin-top:-100px;*/
}
.footer-white
{
    background-color:#FFF;
    color:#4373b3;   
    margin-top:50px;
    padding-bottom:10px;
}
.footer-icon img,.footer-icon span
{
    float:left;  
    padding-right:10px;
}
.footer-icon
{
    cursor:pointer;    
}
@media (max-width : 320px){
    .footer-icon
    {
       font-size:16px;    
    }  
    .footer-icon img
    {
        float:left;  
        padding-right:0px;
    }
}
@media (max-width : 480px){
    .footer-icon
    {
       font-size:18px;    
    }  
    .footer-icon img
    {
        float:left;  
        padding-right:0px;
    }
} 

/*start footer menu*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-lg-15-last {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  
}
.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
  .col-lg-15-last 
  {
    width: 100%;
    float: left;  
  } 
  .realColumn 
   {
        height:240px;
   }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
   .col-lg-15-last 
  {
    width: 100%;
    float: left;   
  } 
}
@media (min-width: 1200px) {
  .col-lg-15,.col-lg-15-last {
    width: 20%;
    float: left;
  }
}


/*input form*/
.custom-search-input{
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

.custom-search-input input{
    border: 0;
    box-shadow: none;
}

.custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 6px 0 10px;
    border-left: solid 1px #ccc;
}

.custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

.custom-search-input .glyphicon-search{
    font-size: 18px;
}
.footer-option
{
    margin-top:10px;    
}
.weblink
{
   border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;     
}

.hr-line {
    margin-top: 10px;
    margin-bottom: 10px;
    width:100%;
    border-top:1px dotted #FFF;
}



/*navigation menu*/
#cssmenu
{
    margin-top:10px;
    border:1px solid red;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none !important;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  font-family: "KittithadaBold",Helvetica, Arial, sans-serif;
  color: #ffffff;
  
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  /*
  border-left: 1px solid #1682ba;
  border-right: 1px solid #1682ba;
  border-top: 1px solid #1682ba;
  font-weight: bold;*/
  border-top: 1px solid #FFF;
  cursor: pointer;
  z-index: 2;
  font-size: 22px;
  
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background-color:#0072ce;/*#4275B6;*/
  /*background: #36aae7;
  background: -webkit-linear-gradient(#36aae7, #1fa0e4);
  background: -moz-linear-gradient(#36aae7, #1fa0e4);
  background: -o-linear-gradient(#36aae7, #1fa0e4);
  background: -ms-linear-gradient(#36aae7, #1fa0e4);
  background: linear-gradient(#36aae7, #1fa0e4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);*/
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #eeeeee;
  background-color:#007bc2;/*#1154a1;*/
  /*background: #1fa0e4;
  background: -webkit-linear-gradient(#1fa0e4, #1992d1);
  background: -moz-linear-gradient(#1fa0e4, #1992d1);
  background: -o-linear-gradient(#1fa0e4, #1992d1);
  background: -ms-linear-gradient(#1fa0e4, #1992d1);
  background: linear-gradient(#1fa0e4, #1992d1);*/
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1682ba;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #FFF;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #ccc;/*#32373e;*/
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 20px;
  color: #333;/*#eeeeee;*/
  background: #eaebeb;/*#49505a;*/
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #007bc2;
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

/*logo footer*/
.footer-logo-tot
{
    float:left;
}
.footer-logo-1100
{
    float:right;
}
.footer-quick-sr
{
    text-align:center;    
}
.icon-mail
{
    content:url("../Images/icon/mail.png");
}
.icon-mail:before
{
    content:url("../Images/icon/mail.png");
}
.fontFooter h4
{
    font-family: Arial,Helvetica,sans-serif;
    font-size:14px !important;
}
.footer-gray
{
    background-color:#dce4eb;
    padding:5px;
    color:#777;
    font-size:12px;
    font-family: Arial,Helvetica,sans-serif;
}
.footer-last
{
    padding:10px;
    font-size:12px;
    font-family: Arial,Helvetica,sans-serif;
}
.footer-small
{
    font-size:18px;
}
.footer-policy
{
    
    text-align:center;
    float:left;
    padding:5px 15px;
}