.footer_013_customize input:focus,
.footer_013_customize button:focus,
.footer_013_customize a:focus {
	outline: none;    
}

.footer_013_customize a { 
    transition: all 0.2s ease-in-out;
}

.footer_013_customize { 
    font-family: 'Roboto', 'Maven Pro', 'Microsoft JhengHei', sans-serif;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_013_customize .hi_footer {
    color: #fff;
    background-color: #525252;
    padding: .5rem 1rem;
}

.footer_013_customize .hi_footer .icon_link {
    text-align: center;
    margin-top: 1em;
}
.footer_013_customize .hi_footer .icon_link > a {
    display: inline-block;
    vertical-align: top;
    width: 2em;
    height: 2em;
    border-radius: 5em;
    background-color: #bbb;
    text-align: center;
    line-height: 2em;
    margin: .2em;
    color: #525252;
}
.footer_013_customize .hi_footer .icon_link > a .svg {
    fill: #525252;
    transition: all 0.2s ease-in-out;
}
.footer_013_customize .hi_footer .icon_link > a i {
    font-size: 1.3em;
    margin-top: .3em;
}
.footer_013_customize .hi_footer .icon_link > a .svg.blogger {
    margin-top: .4em;
    max-width: 65%;
}
.footer_013_customize .hi_footer .icon_link > a .svg.skype,
.footer_013_customize .hi_footer .icon_link > a .svg.line {
    margin-top: .3em;
    max-width: 75%;
}
.footer_013_customize .hi_footer .icon_link > a:hover {
    color: #2f70b8;
    background-color: #c0ddef;
}
.footer_013_customize .hi_footer .icon_link > a:hover .svg {
    fill: #2f70b8;
    transition: all 0.2s ease-in-out;
}

.footer_013_customize .hi_footer .f_link_box {
    border-left: 1px solid #666;
    margin-bottom: 2em;
}
.footer_013_customize .hi_footer .f_link_box h6 {
    margin-bottom: 1em;
}
.footer_013_customize .hi_footer .f_link {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_013_customize .hi_footer .f_link .wh_link {
    color: #bbb;
    font-size: .9em;
}
.footer_013_customize .hi_footer .f_link .wh_link:hover {
    color: #a6d062;
    text-decoration: none;
}
.footer_013_customize .hi_footer .f_link.inline {
    text-align: center;
    margin-top: 1.5em;
}
.footer_013_customize .hi_footer .f_link.inline > li {
    display: inline-block;
    border-right: 1px solid #bbb;
    padding: 0 .65em;
}
.footer_013_customize .hi_footer .f_link.inline li:last-child {
    border-right: none;
}


.footer_013_customize .hi_footer .icon_link {
    font-size: 1.2em;
}
.footer_013_customize .hi_footer .icon_link > a {
    margin: .2em .5em;
}

.footer_013_customize .hi_footer .f_link > li {
    margin-bottom: .5em;
}
.footer_013_customize .hi_footer .f_link .wh_link {
    font-size: 1em;
}
.footer_013_customize .hi_footer .bt_text {
    margin-top: 1.5em;
	font-size: 1em;
    text-align: center;
}



