footer {
	position: absolute;
	display: block;
	/*background-color:rgba(0,0,0,01);*/
	background-color: rgba(2,2,93,1);
	width:100%;
	height:400px;
	padding-top:50px;
	left:0;
	right:0;
	bottom:0;
	line-height:0;
	z-index:2;
}
footer:before {
	position:absolute;
	width:100%;
	height:10px;
	content:"";
	top:0;
	left:0;
	right:0;
	background: linear-gradient( to right, rgba(31,46,115,0) , rgba(31,46,115,1) , rgba(31,46,115,0) );
}

#section-footer {
	display:table;
	width:100%;
	clear:both;
}
#section-footer > [ class*="col-" ] {
	position:relative;
	display:inline-block;
	float:left;
}
#section-footer > .col-company {
	width:450px;
}
#section-footer > .col-menu {
	width:calc( 100% - 600px );
}
#section-footer > .col-contact {
	width:150px;
	text-align:center;
}

#section-footer .copyright {
	letter-spacing:inherit !important;
}
#section-footer ul.group-slot-text.copyright > .slot-text {
	font-size:11.5px;
	font-weight:500;
	line-height:25px;
	color:rgba(255,255,255,1);	
}
#section-footer .slot-text + .slot-text:before {
    background-color: rgba(255,255,255,0.5);
}

/* --- company --- */

#section-footer > .col-company .box-logo-innotech {
	margin-bottom:34px;
}
#section-footer > .col-company .address {
	padding-right:100px;
}

/* --- menu --- */

.group-menu-footer {
	position:relative;
	display: table;
	clear:both;
	width:100%;
}
.group-menu-footer > .col-mf {
	position:relative;
	display:inline-block;
	float:left;
	width:calc( 100% / 3 );
}
.box-mf {
	position:relative;
}
.box-mf + .box-mf {
	margin-top:25px;
}
.box-mf,
.box-mf > .title,
.box-mf > ul.mf > li > a,
.text-footer {
	text-transform:uppercase !important;
	line-height:25px;
}
.box-mf > .title {
	font-size:13px;
	font-weight:600;
	letter-spacing:1.5px;
	color:rgba(255,255,255,1);
}
.box-mf > ul.mf,
.box-mf > ul.mf > li {
	position:relative;
	list-style:none !important;
	margin:0;
	padding:0;
	line-height:0;
}
.box-mf > ul.mf > li > a,
.text-footer {
	font-size:12.5px !important;
	font-weight:400;
	letter-spacing:0.5px;
	color:rgba(255,255,255,0.5);
}
.box-mf > ul.mf > li > a {
	display:inline-block;
}

/* --- contact --- */

/* qr code */
.box-scan-qrcode {
	position:relative;
	display:inline-block;
	background-color:rgba(255,255,255,1) !important;
	margin:10px auto 0 auto;
	padding:10px 10px 7px 10px;
}
.box-scan-qrcode > .qrcode {
	position:relative;
	display: block;
	width:110px;
	height:110px;
	background-image:url(../images/website/qr-code/qr-code-line.jpg);
	background-position:center;
	background-size:100%;
	background-repeat:no-repeat;
}
.box-scan-qrcode > .text {
	text-align:center;
	font-size:10px;
	line-height:15px;
	font-weight:700;
	padding-top:7px;
	letter-spacing:1px;
	text-transform:uppercase !important;
	color:#000;
}

/* socail */
.box-scan-qrcode + .box-social {
	margin-top:20px;
}
ul.box-social,
ul.box-social > li {
	position:relative;
	list-style:none !important;
	margin:0;
	padding:0;
}
ul.box-social {
	display:table;
	width:auto;
	margin:0 auto;
}
ul.box-social > li {
	display:inline-block;
	float:left;
}
ul.box-social > li + li {
	margin-left:5px;
}
ul.box-social > li > .list-social {
	position:relative;
	display:block;
	width:40px;
	height:40px;
	font-size:18px;
	line-height:40px;
	text-align:center;
	color:rgba(255,255,255,1);
	background-color:rgba(255,255,255,0);
	border:1px solid rgba(255,255,255,0.2);
	border-radius:100%;
}
ul.box-social > li > .list-social:hover {
	color:rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);	
}
ul.box-social > li > .list-social,
ul.box-social > li > .list-social:hover {
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}

/* socail bg color */
ul.box-social.bgcolor {}
ul.box-social.bgcolor,
ul.box-social.bgcolor .list-social {
	color:#fff !important;
	border:none !important;
}
ul.box-social.bgcolor .social-facebook {background-color: #3864bf; }
ul.box-social.bgcolor .social-facebook:hover { background-color: #4472d3; }
ul.box-social.bgcolor .social-line { background-color: #25af00; }
ul.box-social.bgcolor .social-line:hover { background-color: #2dc804; }
ul.box-social.bgcolor .social-messenger { background-color: #0084ff; }
ul.box-social.bgcolor .social-messenger:hover { background-color: #00a2ff; }

/* lg more */
@media (min-width:1200px) and (max-width:1649px) {
.box-mf > ul.mf > li > a, .text-footer {
    font-size: 9.5px;
}
#section-footer > .col-company .address {
    padding-right: 50px;
}
#section-footer .copyright {
    letter-spacing: inherit !important;
    margin-top: 25px;
}
.box-mf > .title {
    font-size: 13px;
}
/*.box-mf, .box-mf > .title, .box-mf > ul.mf > li > a, .text-footer {
    line-height: 22px;
}*/
/*#section-footer > .col-company .box-logo-innotech {
    margin-bottom: 26px;
}*/
}

/* md */
@media (min-width:992px) and (max-width:1199px) {
.box-mf > ul.mf > li > a, .text-footer {
    font-size: 9.5px;
}
#section-footer > .col-company .address {
    padding-right: 30px;
}
#section-footer .copyright {
    letter-spacing: inherit !important;
    margin-top: 49px;
}
.box-mf > .title {
    font-size: 11px;
}
.group-menu-footer > .col-mf {
	width:100%;
}

}

/* sm - xs */
@media (max-width:991px) {
}

/* sm */
@media (min-width:768px) and (max-width:991px) {
/*#section-footer > .col-menu { display:none; }*/
footer {
	position:relative;
	padding-top:60px;
	height:auto;
	bottom:auto;
}
footer > .inside {
	width:100% !important;
	padding:0 !important;
}
#section-footer > [ class*="col-" ] {
	display:block;
	float:none;
	width:100%;
	text-align:center;
	padding:0 !important;
}
#section-footer > .col-menu {
	display:none !important;
}
#section-footer > .col-company {
	padding-bottom:40px !important;
}
#section-footer > .col-company .box-logo-innotech {
	margin:0 auto 15px auto;
}
#section-footer > .col-company .address {
	padding:0 60px !important;
}
#section-footer > .col-contact {
	background-color:#fff !important;
	margin-top:100px;
	height:250px;
}
#section-footer > .col-contact .group-box-contact {
	position: absolute;
	width:100%;
	top:-100px;
}
ul.box-social > li > .list-social {
    color: rgba(30,30,30,1);
	background-color:rgba(30,30,30,0);
    border-color:rgba(30,30,30,0.3);
}
ul.box-social > li > .list-social:hover {
    color: rgba(255,255,255,1);
	background-color:rgba(30,30,30,1);
    border-color:rgba(30,30,30,1);
}
#section-footer > .col-contact .copyright {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:30px 15px;
	font-size:9px !important;
	line-height:15px !important;
	letter-spacing:0 !important;
	font-weight:500 !important;
}
}

/* xs */
@media (max-width:767px) {
footer {
	position:relative;
	padding-top:60px;
	height:auto;
	bottom:auto;
}
footer > .inside {
	padding:0 !important;
}
#section-footer > [ class*="col-" ] {
	display:block;
	float:none;
	width:100%;
	text-align:center;
	padding:0 !important;
}
#section-footer > .col-menu {
	display:none !important;
}
#section-footer > .col-company {
	padding-bottom:40px !important;
}
#section-footer > .col-company .box-logo-innotech {
	margin:0 auto 15px auto;
}
#section-footer > .col-company .address {
	padding:0 60px !important;
}
#section-footer > .col-contact {
	background-color:#fff !important;
	margin-top:100px;
	height:250px;
}
#section-footer > .col-contact .group-box-contact {
	position: absolute;
	width:100%;
	top:-100px;
}
ul.box-social > li > .list-social {
    color: rgba(30,30,30,1);
	background-color:rgba(30,30,30,0);
    border-color:rgba(30,30,30,0.3);
}
ul.box-social > li > .list-social:hover {
    color: rgba(255,255,255,1);
	background-color:rgba(30,30,30,1);
    border-color:rgba(30,30,30,1);
}
#section-footer > .col-contact .copyright {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:30px 15px;
	font-size:9px !important;
	line-height:15px !important;
	letter-spacing:0 !important;
	font-weight:500 !important;
}
}

/* xs more */
@media (max-width:350px) {
}