#footer-section {
    /* height:745px; */
    /* background: #000;
    color: #fff; */
    height: auto !important;
    margin-top: auto !important;
    padding: 50px 0;
    border-top: 1px solid rgba(0, 0, 0, 1);
}

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER CONTENT ---------------------- */
/* --------------------------------------------------------------- */

#footer-content-section {
    position: relative;
    display: flex;
    align-items: center;
    height: 120px;
    background-color: rgba(255,255,255,1);
    border-top: 1px solid rgba(0,0,0,1);
    line-height: 0;
}

#footer-content-section .title-row {
    display: none;
}

.footer-content-row,
.footer-content-col,
.footer-content-group {
    position: relative;
}
.footer-content-row,
.footer-content-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.footer-content-col {
    flex: 1 0 0% !important;
}
.footer-content-group>.img,
.footer-content-group>.detail {
    position: relative;
}
.footer-content-group>.img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-content-group>.img.product {
    background-image: url(../../images/sites/footer/img-product-black.png);
}
.footer-content-group>.img.warranty {
    background-image: url(../../images/sites/footer/img-warranty-black.png);
}
.footer-content-group>.img.shipping {
    background-image: url(../../images/sites/footer/img-shipping-black.png);
}
.footer-content-group>.img.payment {
    background-image: url(../../images/sites/footer/img-payment-black.png);
}
.footer-content-group>.detail {
    width: calc(100% - 70px);
    padding-left: 20px;
}
.footer-content-group>.detail>.title {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0;
}
.footer-content-group>.detail>.description {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
    opacity: 0.8;
    margin-top: 2px;
}
.footer-content-group>.detail>.action {
    display: none;
}

/* --------------------------------------------------------------- */
/* -------------------------- FOOTER MENU ------------------------ */
/* --------------------------------------------------------------- */

#footer-menu-section {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    line-height: 30px;
    background-color: rgba(0,0,0,1);
}
#footer-menu-section,
#footer-menu-section .footer-menu-title,
#footer-menu-section .footer-menu-text,
#footer-menu-section .footer-menu-link {
    color: rgba(255,255,255,1);
}
#footer-menu-section .mg-bottom {
    margin-bottom: 25px;
}
#footer-menu-section .mg-top {
    margin-top: 25px;
}
.footer-menu-row,
.footer-menu-col {
    position: relative;
}
.footer-menu-row {
    display: flex;
    flex-wrap: nowrap;
}
.footer-menu-col {
    flex: 1 0 0% !important;
}
.footer-menu-row.mobile {
    display: none !important;
}

.footer-menu-group {
    position: relative;
}
.footer-menu-group+.footer-menu-group {
    margin-top: 25px;
}
.footer-menu-title {
    font-size: 20px;
    font-weight: 400;
}
.footer-menu-link,
.footer-menu-text {
    font-size: 13px;  
    font-weight: 400;
    letter-spacing: 0.5px;
}
.footer-menu-link,
.footer-menu-text.opacity {
    opacity: 0.4;
}
.footer-menu-link {
    position: relative;
    display: inline-block;
    cursor: pointer !important;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}
.footer-menu-link:hover {
    opacity: 1;
}

.footer-menu-row ul.footer-menu-link-group,
.footer-menu-row ul.footer-menu-link-group>li {
    position: relative;
    list-style: none !important;
    padding: 0;
    margin: 0;    
}

/* company */
.footer-menu-col.company {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.footer-menu-col.company ul.social-group {
    margin: 15px auto 0 auto;
}

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER BOTTOM ----------------------- */
/* --------------------------------------------------------------- */

#footer-bottom-section {
    position: relative;
    /* height: 125px; */
    /* background-color: rgba(255,255,255,1); */
}

.footer-row {
    position: relative;
}

.footer-logo-row,
.footer-logo-row>.footer-logo-col {
    position: relative;
}
.footer-logo-row,
.footer-logo-row>.footer-logo-col {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.footer-logo-row>.footer-logo-col {}
.footer-logo-row>.footer-logo-col+.footer-logo-col {
    margin-left:30px;
    padding-left:30px;
}
.footer-logo-row>.footer-logo-col+.footer-logo-col:before {
    position: absolute;
    content: '';
    height: 40px;
    left: 0;
    top: 50%;
    margin-top: -20px;    
    border-left: 1px solid rgba(0,0,0,0.1);
}
.footer-logo-row {
    justify-content: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 20px 0;
}

.footer-logo-title {
    position: relative;
}
.footer-logo-title,
.footer-logo-title>.title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;    
}
.footer-logo-title>.text {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;  
    letter-spacing: 0.5px; 
}
.footer-logo-title+.footer-logo-group {
    margin-left: 15px;
}
.footer-logo-item+.footer-logo-title {
    margin-left: 15px;
}

ul.footer-logo-group,
ul.footer-logo-group>li,
.footer-logo-item {
    position: relative;
}
ul.footer-logo-group,
ul.footer-logo-group>li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}
ul.footer-logo-group {
    display: flex;
    flex-wrap: nowrap;
}
ul.footer-logo-group>li+li {
    margin-left: 5px;
}
.footer-logo-item {
    height: 20px;
    min-width: 20px;
}
.footer-logo-item::before,
.footer-copyright-row ul.slot-text-group.min-spacing > li .img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.footer-logo-item>img,
.footer-copyright-row ul.slot-text-group.min-spacing > li .img>img {
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    z-index: 1;
}

/* copyright */
.footer-row.copyright {
    position: relative;
    padding: 20px 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.footer-copyright-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* flex-direction: row-reverse; */
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
}
.footer-copyright-col {
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-copyright-col.copyright {
    /* flex: 1 0 0% !important; */
    margin-top: 20px;
}
.footer-copyright-row ul.slot-text-group.min-spacing > li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.footer-copyright-row ul.slot-text-group.min-spacing > li .img {
    position: relative;
    height: 15px;
}
.footer-copyright-row ul.slot-text-group.min-spacing > li .img+.text,
.footer-copyright-row ul.slot-text-group.min-spacing > li .text+.img {
    margin-left: 5px;
}


/* --- social --- */

ul.social-group,
ul.social-group > li.social-item {
	position:relative;
	list-style:none !important;
	margin:0;
	padding:0;
}
ul.social-group {
	display:table;
	width:auto;
}
ul.social-group > li.social-item {
	display:inline-block;
	float:left;
}
.social-btn > i {
    position: relative;
}
ul.social-group > li.social-item + li {
	margin-left:5px;
}
.social-btn {
	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(16,16,16,0);
	border:1px solid rgba(16,16,16,0.2);
	border-radius:100%;
}
.social-btn:hover {
	color:rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);	
}
.social-btn,
.social-btn:hover {
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}

/* --- social bg white --- */

ul.social-group.theme-bg-white .social-btn {
	color:rgba(10,10,10,1);
	background-color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,0) !important;
}
ul.social-group.theme-bg-white .social-btn:hover {
	color:rgba(10,10,10,1);
	background-color:rgba(255,255,255,0.8);
}

/* --- social bg color --- */

ul.social-group.theme-bg {}
ul.social-group.theme-bg,
ul.social-group.theme-bg .social-btn {
	color:#fff !important;
	border:none !important;
}

/* facebook */
ul.social-group.theme-bg .facebook {
    background-color: rgba(14,77,202,1) !important;
}
ul.social-group.theme-bg .facebook:hover {
    background-color: rgba(20,87,220,1) !important;
}

/* youtube */
ul.social-group.theme-bg .youtube {
    background-color: rgba(204,47,47,1) !important;
}
ul.social-group.theme-bg .youtube:hover {
    background-color:rgba(230,50,50,1) !important;
}

/* instagram */
ul.social-group.theme-bg .instagram {
    background-color: rgba(216,43,115,1) !important;
}
ul.social-group.theme-bg .instagram:hover {
    background-color: rgba(184,46,151,1) !important;
}

/* line */
ul.social-group.theme-bg .line {
    background-color: rgba(37,175,0,1) !important;
}
ul.social-group.theme-bg .line:hover {
    background-color: rgba(45,200,4,1) !important;
}

/* messenger */
ul.social-group.theme-bg .messenger {
    background-color: rgba(0,132,255,1) !important;
}
ul.social-group.theme-bg .messenger:hover { 
    background-color: rgba(0,162,255,1) !important;
}

/* tel */
ul.social-group.theme-bg .tel {
	background-color:rgba(210,151,59,1) !important;
}
ul.social-group .tel { font-size:13px !important; }
ul.social-group.theme-bg .tel:hover {background-color:rgba(255,145,20,1); }

/* email */
ul.social-group.theme-bg .email {
	background-color: rgba(210,151,59,1);
}
ul.social-group .email { font-size:15px !important; }
ul.social-group .email > i { top:2px !important; }
ul.social-group.theme-bg .email:hover { background-color: rgba(255,145,20,1); }

/* --- social border white --- */

ul.social-group.theme-outline-white .social-btn {
	border-width:1px;
	border-color:rgba(255,255,255,0.2);
	color:rgba(255,255,255,1);
	background-color:rgba(255,255,255,0);
	line-height: 38px;
}
ul.social-group.theme-outline-white .social-btn:hover {
	border-color:rgba(255,255,255,1);
	color:rgba(10,10,10,1);
	background-color:rgba(255,255,255,1);
}


/* --- social border black --- */

ul.social-group.theme-outline-black .social-btn {
	border-width:1px;
	border-color:rgba(0,0,0,0.2);
	color:rgba(0,0,0,1);
	background-color:rgba(0,0,0,0);
	line-height: 38px;
}
ul.social-group.theme-outline-black .social-btn:hover {
	border-color:rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	background-color:rgba(0,0,0,1);
}

/* --- social border color --- */

ul.social-group.theme-outline .social-btn {
	border-width:2px;
	line-height: 36px;
}

/* facebook */
ul.social-group.theme-outline .facebook {
	border-color: rgba(56,100,191,1) !important;
	background-color: rgba(56,100,191,0);
	color: rgba(56,100,191,1) !important;
}
ul.social-group.theme-outline .facebook:hover {
	background-color: rgba(56,100,191,1);
	color: rgba(255,255,255,1) !important;
}

/* youtube */
ul.social-group.theme-outline .youtube {
	border-color: rgba(204,47,47,1) !important;
	background-color: rgba(204,47,47,0);
	color: rgba(204,47,47,1) !important;
}
ul.social-group.theme-outline .youtube:hover {
	background-color: rgba(204,47,47,1);
	color: rgba(255,255,255,1) !important;
}

/* instagram */
ul.social-group.theme-outline .instagram {
	border-color: rgba(216,43,115,1) !important;
	background-color: rgba(216,43,115,0);
	color: rgba(216,43,115,1) !important;
}
ul.social-group.theme-outline .instagram:hover {
	background-color: rgba(216,43,115,1);
	color: rgba(255,255,255,1) !important;
}

/* messenger */
ul.social-group.theme-outline .messenger {
	border-color: rgba(0,132,255,1) !important;
	background-color: rgba(0,132,255,0);
	color: rgba(0,132,255,1) !important;
}
ul.social-group.theme-outline .messenger:hover {
	background-color: rgba(0,132,255,1);
	color: rgba(255,255,255,1) !important;
}

/* line */
ul.social-group.theme-outline .line {
	border-color: rgba(37,175,0,1) !important;
	background-color: rgba(37,175,0,0);
	color: rgba(37,175,0,1) !important;
}
ul.social-group.theme-outline .line:hover {
	background-color: rgba(37,175,0,1);
	color: rgba(255,255,255,1) !important;
}

/* xxl */
@media (min-width: 1400px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

#footer-section {
    /* height: 625px;     */
}

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER CONTENT ---------------------- */
/* --------------------------------------------------------------- */

#footer-content-section {
    height: 100px;
}
.footer-content-group>.img {
    width: 55px;
    height: 55px;
}
.footer-content-group>.detail {
    width: calc(100% - 55px);
    padding-left: 15px;
}
.footer-content-group>.detail>.title {
    font-size: 14px;
    line-height: 25px;
}
.footer-content-group>.detail>.description {
    font-size: 11px;
    line-height: 17px;
    margin-top: 0;
}

/* --------------------------------------------------------------- */
/* -------------------------- FOOTER MENU ------------------------ */
/* --------------------------------------------------------------- */

#footer-menu-section {
    height: 400px;
    line-height: 25px;
}
#footer-menu-section .mg-bottom {
    margin-bottom: 25px;
}
#footer-menu-section .mg-top {
    margin-bottom: 25px;
}
.footer-menu-title {
    font-size: 18px;
}
.footer-menu-link,
.footer-menu-text {
    font-size: 12px;  
}

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

#footer-section {
    /* height: 575px;     */
}

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER CONTENT ---------------------- */
/* --------------------------------------------------------------- */

#footer-content-section {
    height: 100px;
}
.footer-content-group>.img {
    width: 45px;
    height: 45px;
}
.footer-content-group>.detail {
    width: calc(100% - 45px);
    padding-left: 15px;
}
.footer-content-group>.detail>.title {
    font-size: 12px;
    line-height: 25px;
}
.footer-content-group>.detail>.description {
    font-size: 10px;
    line-height: 15px;
    margin-top: 0;
    letter-spacing: 0;
}


/* --------------------------------------------------------------- */
/* -------------------------- FOOTER MENU ------------------------ */
/* --------------------------------------------------------------- */

#footer-menu-section {
    height: 350px;
    line-height: 20px;
}
#footer-menu-section .mg-bottom {
    margin-bottom: 20px;
}
#footer-menu-section .mg-top {
    margin-bottom: 20px;
}
.footer-menu-title {
    font-size: 15px;
    font-weight: 600;
}
.footer-menu-link,
.footer-menu-text {
    font-size: 11px;  
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

#footer-section {
    /* height: 630px;     */
}

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER CONTENT ---------------------- */
/* --------------------------------------------------------------- */

#footer-content-section {
    height: 180px;
}
.footer-content-row {
    align-items: flex-start;
}
.footer-content-group {
    display: block !important;
    padding: 0 10px !important;
}
.footer-content-group>.img {
    width: 50px;
    height: 50px;
    margin: 0 auto !important;
}
.footer-content-group>.detail {
    width: 100% !important;
    padding: 5px 0 0 0 !important;
    text-align: center;
}
.footer-content-group>.detail>.title {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
}
.footer-content-group>.detail>.description {
    font-size: 10px;
    line-height: 15px;
    margin-top: 5px;
    letter-spacing: 0;
}

/* --------------------------------------------------------------- */
/* -------------------------- FOOTER MENU ------------------------ */
/* --------------------------------------------------------------- */

#footer-menu-section {
    height: 300px;
    line-height: 25px;
}
#footer-menu-section .mg-bottom {
    margin-bottom: 10px;
}
#footer-menu-section .mg-top {
    margin-top: 10px;
}
.footer-menu-title {
    font-size: 20px;
    font-weight: 600;
}
.footer-menu-link,
.footer-menu-text {
    font-size: 12px;  
}

.footer-menu-col {
    display: none;
    flex: none !important;
}
.footer-menu-col.company {
    display: block !important;
    width: 100% !important;
}
.footer-menu-col.company .footer-menu-title {
    margin: 0 !important;
}


/* --------------------------------------------------------------- */
/* ------------------------- FOOTER BOTTOM ----------------------- */
/* --------------------------------------------------------------- */

#footer-bottom-section {
    height: auto;
}
.footer-logo-row>.footer-logo-col {
    display: block !important;
    text-align: center;
}
.footer-logo-title+.footer-logo-group {
    margin: 5px auto 0 auto !important;
}

}

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

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER CONTENT ---------------------- */
/* --------------------------------------------------------------- */

#footer-content-section {
    height: auto;
    padding: 50px 0 30px 0;
    color: rgba(255,5255,255,1);
    background-color: rgba(0,0,0,1);
    border: none !important;
}
#footer-content-section .title-row {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
#footer-content-section .title-row .website {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    line-height: 20px;
}

.footer-content-row {
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}
.footer-content-col {
    width: 50% !important;
    flex: none !important;
    padding: 5px;
}
/* .footer-content-col + .footer-content-col {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,0.08);
} */

.footer-content-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px 20px 0 20px !important;
    background-color: rgba(255,255,255,0.1);
    border-radius: 10px;
    height: 200px;
    overflow: hidden !important;
}
.footer-content-group>.img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.footer-content-group>.detail {
    width:100%;
    padding: 10px 0 0 0 !important;
    text-align: center;
}
.footer-content-group>.detail>.title {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 3px;
    height: 20px;
    overflow: hidden;
}
.footer-content-group>.detail>.description {
    font-size: 11px;
    line-height: 15px;
    margin-top: 0;
    opacity: 0.5;
    height: 30px;
    overflow: hidden;
}

.footer-content-group>.img.product {
    background-image: url(../../images/sites/footer/img-product-white.png);
}
.footer-content-group>.img.warranty {
    background-image: url(../../images/sites/footer/img-warranty-white.png);
}
.footer-content-group>.img.shipping {
    background-image: url(../../images/sites/footer/img-shipping-white.png);
}
.footer-content-group>.img.payment {
    background-image: url(../../images/sites/footer/img-payment-white.png);
}

.footer-content-group>.detail {
    height: 120px;
    padding-bottom: 40px;
}
.footer-content-group>.detail>.action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: calc(100% + 40px);
    height: 40px;
    margin: 15px -20px 0 -20px;
    font-size: 13px;
    line-height: 40px;
    color: rgba(255,255,255,0.2) !important;
    background-color: rgba(255,255,255,0.05);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}
.footer-content-group>.detail>.action:hover {
    color: rgba(255,255,255,1) !important;
    background-color: rgba(255,255,255,0.1);
}
.footer-content-group>.detail>.action>.icon {
    font-size: 10px;
    margin-left: 10px;
}
.footer-content-group>.detail>.action>.text {
}

/* --------------------------------------------------------------- */
/* --------------------------- FOOTER MENU ----------------------- */
/* --------------------------------------------------------------- */

#footer-menu-section {
    height: auto !important;
    padding-bottom: 50px;
}
.footer-menu-title {
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
}
.footer-menu-link,
.footer-menu-text {
    font-size: 12px;  
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.footer-menu-row.desktop {
    display: none !important;
}
.footer-menu-row.mobile {
    display: block !important;
    text-align: center;
}
ul.footer-menu-mobile,
ul.footer-menu-mobile>li {
    position: relative;
    list-style: none !important;
    margin: 0;
    padding: 0;
}
ul.footer-menu-mobile>li {
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
ul.footer-menu-mobile>li+li {
    border-top: none !important;
}
ul.footer-menu-mobile .link-menu-mobile {
    position: relative;
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: rgba(255,255,255,1) !important;
    padding: 15px 0 !important;
}
ul.footer-menu-mobile .link-menu-mobile>.title {
    flex: 1 0 0;
    font-size: 14px;
}
ul.footer-menu-mobile .link-menu-mobile>.icon {
    font-size: 10px;
    opacity: 0.1;
    margin-left: 10px;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}
ul.footer-menu-mobile .link-menu-mobile>.text {
    font-size: 12px;
    opacity: 0.5;
    margin-left: 10px;
}
ul.footer-menu-mobile .link-menu-mobile:hover>.icon {
    opacity: 1;
}

#footer-menu-section ul.social-group {
    margin: 10px auto 0 auto;
}

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

#footer-section {
    /* height: auto !important; */
}

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER CONTENT ---------------------- */
/* --------------------------------------------------------------- */

/* #footer-content-section {
    height: 200px;
}
.footer-content-row, .footer-content-group {
    flex-wrap: wrap;
}
.footer-content-col {
    width: 50% !important;
    flex: none !important;
}
.footer-content-col{
    border-top: 1px solid rgba(0,0,0,0.08);
}
.footer-content-row>.footer-content-col:nth-child(1),
.footer-content-row>.footer-content-col:nth-child(2) {
    border-top: none;
}
.footer-content-row>.footer-content-col:nth-child(even) {
    border-left: 1px solid rgba(0,0,0,0.08);
}
.footer-content-group {
    padding: 15px;
}
.footer-content-group>.img {
    width: 45px;
    height: 45px;
}
.footer-content-group>.detail {
    width: calc(100% - 45px);
    padding-left: 20px;
}
.footer-content-group>.detail>.title {
    font-size: 13px;
    line-height: 20px;
}
.footer-content-group>.detail>.description {
    font-size: 11px;
    line-height: 15px;
    margin-top: 0;
} */


#footer-content-section {
    padding: 50px 0 30px 0;
}

/* --------------------------------------------------------------- */
/* -------------------------- FOOTER MENU ------------------------ */
/* --------------------------------------------------------------- */
/* 
#footer-menu-section {
    height: 300px;
    line-height: 25px;
}
#footer-menu-section .mg-bottom {
    margin-bottom: 10px;
}
#footer-menu-section .mg-top {
    margin-top: 10px;
}
.footer-menu-title {
    font-size: 18px;
    font-weight: 600;
}
.footer-menu-link,
.footer-menu-text {
    font-size: 11px;  
}

.footer-menu-col {
    display: none;
    flex: none !important;
}
.footer-menu-col.company {
    display: block !important;
    width: 100% !important;
}
.footer-menu-col.company .footer-menu-title {
    margin: 0 !important;
} */


#footer-menu-section {
    padding-bottom: 50px;
}
/* --------------------------------------------------------------- */
/* ------------------------- FOOTER BOTTOM ----------------------- */
/* --------------------------------------------------------------- */

.footer-logo-row>.footer-logo-col {
    display: block !important;
    text-align: center;
}
.footer-logo-title+.footer-logo-group {
    margin: 5px auto 0 auto !important;
}
.footer-logo-item {
    height: 16px;
    min-width: 16px;
}

}

/* xs */
@media (max-width: 575.98px) {

#footer-section {
    /* height: auto !important; */
}

/* --------------------------------------------------------------- */
/* -------------------------- FOOTER BOTTOM ---------------------- */
/* --------------------------------------------------------------- */

#footer-bottom-section {
    height: auto !important;
}
.footer-row.copyright {
    padding: 10px 0;
    letter-spacing: 0;
}

.footer-logo-row {
    display: block !important;
}
.footer-logo-row>.footer-logo-col {    
    display: block !important;
    width: 100%;
}
.footer-logo-row>.footer-logo-col+.footer-logo-col {
    margin: 0 !important;
    padding: 20px 0 0 0 !important;
}
.footer-logo-row>.footer-logo-col+.footer-logo-col:before {
    display: none !important;
}

.footer-logo-title {
    text-align: center;
    margin-bottom:5px;
}
.footer-logo-title, .footer-logo-title>.title {
    font-size: 12px;
    line-height: 15px;
}
.footer-logo-group {
    justify-content: center;
}
.footer-logo-title+.footer-logo-group {
    margin: 0 !important;
}

.footer-copyright-row {
    font-size: 10px;
}
.footer-copyright-row>.footer-copyright-col.company {
    display: none !important;
}
.footer-copyright-row>.footer-copyright-col.copyright ul.slot-text-group {
    margin: 0 auto !important;
}
.footer-copyright-row>.footer-copyright-col.copyright ul.slot-text-group>.text-copyright {
    padding: 0 !important;
}
.footer-copyright-row>.footer-copyright-col.copyright ul.slot-text-group>.text-copyright:before,
.footer-copyright-row>.footer-copyright-col.copyright ul.slot-text-group>.text-copyright:after {
    display: none !important;
}
.footer-copyright-row>.footer-copyright-col.copyright ul.slot-text-group>.text-sitemap {
    display: none !important;
}


}

/* xs custom */
@media (max-width: 399.98px) {}