.support-menu {
    position: fixed;
    bottom: 0px;
    right: 30px;
    z-index: 1000;
    cursor: pointer;
}
@media screen and (max-width: 992px) {
    .support-menu {
        right: 30px;
    }
}   
@media screen and (max-width: 768px) {
    .support-menu {
        right: 5px;
    }
}
.support-menu .dropdown-menu-top {
    bottom: 100%;
    top: auto;
}
.support-menu .options-wrap {
    position: relative;
}
.support-menu .options-wrap .btn-support {
    background: #0075FF;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 6px 6px 0px 0px;
}
.support-menu .options-wrap .btn-support i {
    vertical-align: baseline;
    margin-right: 5px;
}
.support-menu .options-wrap .dropdown-menu {
    padding: 22px;
    width: 300px;
    margin-bottom: 5px;
}
.support-menu .options-wrap .dropdown-menu >li {
    cursor: pointer;
}
.support-menu .options-wrap .dropdown-menu .title {
    font-weight: 500;
    text-align: center;
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    color: #333333;
}
.support-menu .options-wrap .dropdown-menu a{
    padding: 0;
}
.support-menu .options-wrap .dropdown-menu a .item-cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 25px 0;
}
.support-menu .options-wrap .dropdown-menu a .item-cont .text-wrap {
    display: flex;
    flex-direction: column;
}
.support-menu .options-wrap .dropdown-menu a .item-cont .text-sub-content {
    margin-left: 18px;
    color: orange;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;   
    margin-top: 5px; 
}                        
.support-menu .options-wrap .dropdown-menu a .item-cont .text-sub-content.main {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}
.support-menu .options-wrap .dropdown-menu a .item-cont .text-content {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    color: #2980B9;
    margin-left: 18px;
}
.support-menu .options-wrap .dropdown-menu a .item-cont .email-content {
    display: flex;
    flex-direction: column;
}
.support-menu .options-wrap .dropdown-menu a .item-cont .icon {
    width: 35px;
    height: 35px;
}
.support-menu .options-wrap .dropdown-menu a .item-cont .icon.mess-icon {
    background-image: url(../../assets/img/send-mess-icon.svg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.support-menu .options-wrap .dropdown-menu a .item-cont .icon.email-icon {
    background-image: url(../../assets/img/email-us-icon.svg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.support-menu .options-wrap .dropdown-menu a .item-cont .icon.call-icon {
    background-image: url(../../assets/img/call-us-icon.svg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.support-menu .options-wrap .dropdown-menu a .item-cont .icon.zalo-icon {
    background-image: url(../../assets/img/icon-zalo.svg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}