@charset "utf-8";
/* CSS Document */

.footer{
	margin:0;
	padding:0;
	min-height:325px;
	background-color:#323590;	
}
.footer .callcenter{
	margin:0;
	padding:0;
	/* padding-top:49px; */
	padding-top: 25px;
	text-align:center;
}
.footer .callcenter img{
	max-width:100%;
	height:auto;
	padding-right: 30px;
}
.footer .social{
	margin-top: 120px;
}
.footer .social .icon{
	/* margin:0;
	padding:0;
	width:37px;
	height:37px; */
	margin: 0;
    padding: 0;
    width: 135px;
    height: auto;
}
.footer .social .icon img{
	max-width:100%;
	height:auto;
}
.footer .button{
	margin:0;
	padding:0;
}
.footer .btn-1{
	margin:0;
	padding:0;
}
.footer .btn-1 img{
	max-width:100%;
	height:auto;
}
.footer .btn-2{
	margin:0;
	padding:0;
}
.footer .btn-2 img{
	max-width:100%;
	height:auto;
}



@media (min-width: 1281px) and (max-width: 1366px){
	.footer-tel {
		right: -66px;
	}
	.footer-tel-1 {
		right: -9px;
	}
	.footer-tel-2 {
		right: -9px;
	}
}


.footer-tel-2 {
    position: absolute;
    /* right: 40px; */
	right: 95px;
    /* top: 130px; */
	top: 105px;
}

.footer-tel-1 {
    position: absolute;
    /* right: 40px;
    top: 90px; */
	right: 100px;
    /* top: 95px; */
	top: 70px;
}

.footer-tel {
    position: absolute;
    right: 0;
    /* top: 50px; */
	top: 30px;
}

.footer-tel-1 a {
    color: #fff;
    font: 28px/32px 'Kanit', Arial, sans-serif;
    text-align: left;
    max-width: 100%;
    height: auto;
    font-style: italic;
	
}

.footer-tel-1  a:hover,.footer-tel-2 a:hover {
	color : #007bff;
}

.footer-tel-2 a {
    color: #fff;
    font: 26px/32px 'Kanit', Arial, sans-serif;
    text-align: left;
    max-width: 100%;
    height: auto;
    font-style: italic;
}

.footer a{
	color: #fff;
}

@media (max-width: 374px) { 
.footer .callcenter{
	    padding-top: 0;	
}
 }
@media (min-width: 375px) and (max-width: 419px) { 
.footer .callcenter{
	    padding-top: 0;	
}
 }
@media (min-width: 420px) and (max-width: 575px) { 
.footer .callcenter{
	    padding-top: 0;	
}
 }
@media (min-width: 576px) and (max-width: 767px) { 
.footer .callcenter{
	    padding-top: 0;	
}
}
@media (min-width: 768px) and (max-width: 991px) { 
.footer{
	min-height: 849px;	
}
.footer .callcenter{
	padding-top:0px;	
}


 }
@media (min-width: 992px) and (max-width: 1199px) { ... }
@media (min-width: 1200px) { ... }

@media (max-width: 1199px) {
	.footer-tel {
		top: 10px !important;
	}

	.footer-tel-1 {
		top: 48px  !important;
	}

	.footer-tel-2 {
		top: 85px !important;
	}

}
