/*--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------*/
.footer{position:relative;padding:60px 0 70px;background-color:#222}
.footer .inner {display:flex;align-items:flex-start;}
.footer__branding {display:block;flex-shrink:0;width:126px;margin-right:95px;}
.footer__branding-image {width:100%;height:auto;}
.footer__content{width:100%;}
.footer__content .flex-wrap{align-items:flex-end;}
.footer__top {padding-bottom:23px;margin-bottom:25px;border-bottom:1px solid #4e4e4e;}
.footer__menu {display:flex;}
.footer__menu-item {}
.footer__menu-item:not(:last-child) {position:relative;padding-right:21px;margin-right:20px;}
.footer__menu-item:not(:last-child)::after {content:"";position:absolute;top:50%;right:0;width:1px;height:10px;background-color:#474747;transform:translateY(-50%);}
.footer__menu-link {font-size:15px;color:#bcbcbc;}
.footer__addr{}
.footer__addr-list {display:flex;flex-wrap:wrap;margin:-5px 0;}
.footer__addr-item{padding:5px 0;font-size:15px;font-weight:500;color:#727272;}
.footer__addr-item:not(:last-child) {position:relative;padding-right:15px;margin-right:14px;}
.footer__addr-item:not(:last-child)::after {content:"";position:absolute;top:50%;right:0;width:1px;height:10px;background-color:#4e4e4e;transform:translateY(-50%);}
.footer__addr-link {color:#727272;line-height:1;}
.footer__addr-item.branding {color:#bcbcbc;}
.footer__family {position:relative;}
.footer__family-btn {display:flex;justify-content:space-between;align-items:center;position:relative;width:220px;height:50px;padding:0 30px;/* font-family:"Poppins"; */font-size:15px;font-weight:600;color:#7d7d7d;border:1px solid #313131;background-color:#1e1e1e;transition:background-color .3s;}
.footer__family-btn::after {content:"\e945";font-family:xeicon!important;font-style:normal;line-height:1;font-variant:normal;text-transform:none;speek:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:transform .3s;}
.footer__family.open .footer__family-btn::after {transform:rotate(-180deg);}
.footer__family-wrap {display:none;position:absolute;bottom:calc(100% - 1px);left:0;width:100%;max-height:300px;overflow-x:hidden;overflow-y:auto;border:1px solid #313131;background-color:#1e1e1e;}
.footer__family-list {}
.footer__family-title {display:flex; align-items:center; min-height:40px;padding:20px 0; font-size:16px; color:#999; padding:0 30px; background-color:#353535;}
.footer__family-link {font-size:15px;font-weight:500;color:#999;transition:color .3s;}
.footer__family-inner-list {width:100%;padding:20px 0;border:1px solid #313131;background-color:#1e1e1e;}
.footer__family-inner-item {padding:5px 30px;}
.footer__family-link {font-size:15px;font-weight:500;color:#999;transition:color .3s;}
.footer__copyright{margin-top:35px;/* font-family:"Poppins"; */font-size:15px;color:#575757;}

/* Footer:Desktop To Top Button */
.btn-desktop-top{position:fixed;right:20px;bottom:-100px;width:70px;height:70px;overflow:hidden;opacity:0;color:#fff;border:0;border-radius:5px;background-color:#007dc6;box-shadow:2px 2px 7px rgba(0,0,0,0.07);transform:scale(0);transition:bottom .4s ease-in-out, opacity .4s ease-in-out, background-color .4s, transform .4s ease-in-out;z-index:1000;}
.btn-desktop-top.show{bottom:20px;opacity:1;transform:scale(1)}
.btn-desktop-top__icon{font-size:22px}
.btn-desktop-top__txt{display:block;margin-top:7px;font-size:14px;font-weight:600;line-height:1}

@media (max-width:1280px) {
  body:not(.home) .footer {margin-top:0px;}
	.footer .inner {display:block;}
	.footer__branding {display:none;}
}
@media (min-width:1025px) {
	.footer__family-btn:hover {background-color:rgba(255,255,255,.1);}
	.footer__family-wrap::-webkit-scrollbar{width:8px}
	.footer__family-wrap::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:5px;background-color:#707070;background-clip:padding-box;}
	.footer__family-wrap::-webkit-scrollbar-track{background-color:#555}
  	.footer__family-link:hover {color:#fff;}
	.btn-desktop-top:hover{background-color:#0179d5}
}
@media (max-width:1024px) {
  .footer {padding:30px 0 60px;}
	.footer__left {flex-direction:column;align-items:flex-start;}
	.footer__addr-list {max-width:530px;}
	.footer__addr-list:not(:first-child) {margin-top:5px;}
	.footer__addr-list:not(:first-child) .footer__addr-item:first-child {padding-right:0;margin-right:0;}
  .footer__addr-item{font-size:14px;}
	.footer__addr-item:first-child::after {display:none;}

	.btn-desktop-top {width:50px;height:50px}
	.btn-desktop-top__txt {width:0;height:0;overflow:hidden;margin:0;text-indent:-99px;color:transparent;}
}
@media (max-width:768px) {
	.footer__content .flex-wrap {flex-direction:column;align-items:flex-start;}
	.footer__family {margin-top:30px;}
}
@media (max-width:640px) {
	.footer__menu{flex-wrap: wrap;gap:6px}
	.footer__menu-item{width:calc(50% - 3px);padding:8px 10px;margin-right:0 !important;text-align: center;border:1px solid rgba(255,255,255,.2)}
	.footer__menu-item::after{display:none;}
	.footer__menu-item:last-child{width:100%}
	.footer__menu-item:not(:last-child) {padding-right:11px; margin-right:10px;}
	.footer__copyright {font-size:12px;}
	.btn-desktop-top {width:40px;height:40px;}
}

@media screen and (max-width:480px) {
  .footer__addr-item:not(:last-child)::after{
    display: none;
  }
}