/************** footer **************/
#colophon {
    padding: 0 !important;
}

.wrap-fixed-footer {
    background: #f2f2f2;
    width: 100%;
    color: #fff;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0px;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0px 4px 10px 0 #000;
}

.wrap-fixed-footer li .button {
    background: transparent;
    color: #515151;
    width: 100%;
    height: 100%;
    line-height: 16px;
    text-align: center;
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 0 0 0;
    border: 0;
}
.wrap-fixed-footer li .button #count-cart {
    position: absolute;
    right: 1px;
    top: -12px;
    color: #fff;
    background: #e73838;
    width: 25px;
    height: 25px;
    line-height: 26px;
    border-radius: 50%;
    z-index: 2;
    font-size: 13px;
}
.wrap-fixed-footer li .button.foot_shopping_cart:before {
    content: "";
    position: absolute;
    top: -15px;
    right: -2px;
    width: 31px;
    height: 31px;
    background: #fff;
    border-radius: 100%;
}
.wrap-fixed-footer li .button i {
    font-size: 26px;
    display: block;
}
.wrap-fixed-footer li .button svg {
    width: 44px;
    display: block;    
    margin: 0 auto;    
    position: relative;    
    top: -9px;
}
.wrap-fixed-footer li .button .btn_chat_txt {
    position: relative;
    top: -18px;
}

.wrap-fixed-footer li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
}

.wrap-fixed-footer li:last-child {
    margin-right: 0;
}
.wrap-fixed-footer li.fixed-footer-zalo .button {
    line-height: 69px;
}
.wrap-fixed-footer li.fixed-footer-zalo .button i {
    top: -19px;
    height: 47px;
    width: 100%;
    background-position: center;
    position: absolute;
}


.fixed-icon-image {}
.fixed-icon-image a {margin-top: -1px;}
.fixed-icon-image a i {
    margin: auto;
    height: 27px;
    width: 27px;
}


.wrap-fixed-footer li.fixed-footer-phone {
    width: 36%;
}

.wrap-fixed-footer li.fixed-footer-phone .button {
    background: #e73838 !important;
    border-radius: 3px !important;
}

.wrap-fixed-footer li.fixed-footer-phone .button i {
    vertical-align: baseline;
    display: none;
}

.wrap-fixed-footer li.fixed-footer-phone .button span {
    vertical-align: middle;
}

@media (min-width: 321px) {
    .wrap-fixed-footer li.fixed-footer-phone .button i {
        vertical-align: baseline;
        display: inline-block;
    }
}

.wrap-fixed-footer li .button .phone_animation {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #e73838;
    line-height: 15px;
}
.wrap-fixed-footer li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    margin-top: 12px;
}
.wrap-fixed-footer li .button .btn_phone_txt {
    position: relative;
    top: 10px;
}


/********* footer address *********/
.footer_address .footer_address_head .store_images {
    margin-top: 0;
    display: none;
}
.footer_address .footer_address_head .store_images .items {
    padding-bottom: 0;
}

.footer_address .footer_address_head .store_images img {
    display: inline-block;
    height: 180px;
}
.footer_address .footer_address_head .store_province {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.footer_address .footer_address_head .store_province > li {
    width: 50%;
    float: left;
    position: relative;
}
.footer_address .footer_address_head .store_province > li button {
    background: #4371a3;
    color: #fff;
    border: 0;
    height: 43px;
    line-height: 45px;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    outline: 0;
    cursor: pointer;
}
.footer_address .footer_address_head .store_province > li button .province-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    color: #4371a3;
    line-height: 25px;
    height: 25px;
    width: 25px;
    border-radius: 100%;
}
.footer_address .footer_address_head .store_province > li button .province-icon i {
    font-weight: bold;
}
.footer_address .footer_address_head .store_province > li button.active {
    background: #55acee;
}
.footer_address .footer_address_head .store_province > li button.active .province-icon {
    color: #55acee;
}

.footer_address .footer_address_head .store_province > li button span {}
.footer_address .footer_address_head .store_hotline {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.footer_address .footer_address_head .store_hotline > li {
    width: 50%;
    float: left;
    position: relative;
    background: #f2f2f2;
    text-align: center;
    padding: 8px 0px;
}
.footer_address .footer_address_head .store_hotline > li p {
    margin-bottom: 0;
}
.footer_address .footer_address_head .store_hotline > li h3 {
    margin: 0;
    font-size: 21px;
    font-weight: bold;
}
.footer_address .footer_address_head .store_hotline > li h3 a {
    color: #e73838;
}
.footer_address .footer_address_body {
    overflow: auto;
}
.footer_address .footer_address_body .list_addresses {
    margin-bottom: 0;
}
.footer_address .footer_address_body .list_addresses > li {
    position: relative;
}
.footer_address .footer_address_body .list_addresses > li .addr_cnt {
    padding: 15px;
    display: block;
    color: #515151;
    border: 0;
}
.footer_address .footer_address_body .list_addresses > li:nth-child(even) {
    background: #f2f2f2;
}
.footer_address .footer_address_body .list_addresses > li .list_addresses_row {
    color: #515151;
    display: block;
    border: 0;
}
.footer_address .footer_address_body .list_addresses > li h3 {
    margin-top: 0;
    font-size: 19px;
    font-weight: bold;
}
.footer_address .footer_address_body .list_addresses > li .address_content {
    font-size: 15px;
}
.footer_address .footer_address_body .list_addresses > li a {
    border: 0;
}

.footer_address .footer_address_body .list_addresses > li .address_content {}
.footer_address .footer_address_body .list_addresses > li .address_content p {
    margin-bottom: 0;
    font-weight: 500;
}
.footer_address .footer_address_body .list_addresses > li .top_button {
    position: absolute;
    right: 15px;
    top: 15px;
}
.footer_address .footer_address_body .list_addresses > li .top_button a {
    background: #55acee;
    color: #fff;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 15px;
}
.footer_address .footer_address_body .list_addresses > li .bottom_button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 5;
}
.footer_address .footer_address_body .list_addresses > li .bottom_button a {
    display: inline-block;
}
.footer_address .footer_address_body .list_addresses > li .bottom_button a i {
    display: block;
}

/* copyright */
.copyright {
    margin-bottom: 50px;
    padding: 11px 0 4px 0;
}
.copyright p {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
    margin-bottom: 3px;
}
.copyright p:nth-child(1) {
	font-size: 11pt;
}
.copyright p:nth-child(2) {
	font-size: 14pt;
}


/********* footer contact popup *********/
.wrap-fixed-footer li #foot_contact_toggler:before {
	content: "";
	position: absolute;
	width: 62px;
	height: 62px;
	display: block;
	/* background: #fff; */
	border-radius: 100%;
	top: -30px;
	left: 8px;
}
.foot_contact_popup {
    background: #e73838;
    bottom: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    /* height: calc(100% - 107px); */
    bottom: -100%;
    transition: 0.5s;
    z-index: 20;
    box-shadow: 0px -4px 10px 0 #00000030;
}
.foot_contact_popup.active {
    bottom: 50px;
}
.foot_contact_popup .foot_contact_cnt {}
.foot_contact_popup .foot_contact_cnt .foot_list_phones {
    padding: 45px 0 30px 0;
}
.foot_contact_popup .foot_contact_cnt .foot_list_phones li {
    text-align: center;
    color: #fff;
}

.foot_contact_popup .foot_contact_cnt .foot_list_phones li .phone_area {
    font-size: 14px;
    margin-bottom: 0;
}
.foot_contact_popup .foot_contact_cnt .foot_list_phones li a {
    color: #fff;
    font-size: 35px;
    position: relative;
    font-weight: bold;
}
.foot_contact_popup .foot_contact_cnt .foot_list_phones li a:hover {
    border: none;
}
.foot_contact_popup .foot_contact_cnt .foot_list_phones li a i {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    position: absolute;
    left: -40px;
    top: 10px;
}
.foot_contact_popup .foot_contact_cnt .foot_list_phones li .contact_deco {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.foot_contact_popup .foot_contact_cnt .foot_list_phones li:last-child .contact_deco {
    display: none;
}
.foot_contact_popup .foot_contact_cnt .foot_list_phones li .contact_deco span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #ec7475;
    margin: 0 5px;
    opacity: 1;
}
.foot_contact_popup .foot_contact_cnt .foot_list_phones li .contact_deco span:nth-child(1) {}
.foot_contact_popup .foot_contact_cnt .foot_list_phones li .contact_deco span:nth-child(2) {}
.foot_contact_popup .foot_contact_cnt .foot_list_phones li .contact_deco span:nth-child(3) {}
.foot_contact_popup #close_foot_contact_popup {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e73838;
    border: 0;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    padding: 0;
    box-shadow: 0px -1px 13px 0 #00000038;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot_contact_popup #close_foot_contact_popup i {
    width: 25px;
    height: 25px;
}
.foot_contact_popup #close_foot_contact_popup span {
    display: block;
    font-size: 14px;
}