@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fixed-action-btn.active ul {
    visibility: visible;
}

.fixed-action-btn.direction-left,
.fixed-action-btn.direction-right {
    padding: 0 0 0 15px;
}

.fixed-action-btn.direction-left ul,
.fixed-action-btn.direction-right ul {
    text-align: right;
    right: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    left: auto;
    width: 500px;
}

.fixed-action-btn.direction-left ul li,
.fixed-action-btn.direction-right ul li {
    display: inline-block;
    margin: 7.5px 15px 0 0;
}

.fixed-action-btn.direction-right {
    padding: 0 15px 0 0;
}

.fixed-action-btn.direction-right ul {
    text-align: left;
    direction: rtl;
    left: 64px;
    right: auto;
}

.fixed-action-btn.direction-right ul li {
    margin: 7.5px 0 0 15px;
}

.fixed-action-btn.direction-bottom {
    padding: 0 0 15px 0;
}

.fixed-action-btn.direction-bottom ul {
    top: 64px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.fixed-action-btn.direction-bottom ul li {
    margin: 15px 0 0 0;
}

.fixed-action-btn.toolbar {
    padding: 0;
    height: 56px;
}

.fixed-action-btn.toolbar.active > a i {
    opacity: 0;
}

.fixed-action-btn.toolbar ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.fixed-action-btn.toolbar ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    margin: 0;
    height: 100%;
    -webkit-transition: none;
    transition: none;
}

.fixed-action-btn.toolbar ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    line-height: 56px;
    z-index: 1;
}

.fixed-action-btn.toolbar ul li a i {
    line-height: inherit;
}

.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden;
    list-style: none !important;
}

.fixed-action-btn ul li {
    margin-bottom: 15px;
    margin: 0 0 0 0 !important;
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}

.fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

a.btn-floating {
    margin: 10px 15px;
    color: #fff;
    background-color: #26a69a;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: -2px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}

.btn-floating {
    display: inline-block;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
    vertical-align: middle;
}

.btn-floating:hover {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-floating:hover {
    background-color: #26a69a;
}

.btn-floating:before {
    border-radius: 0;
}

ul a.btn-floating > .material-icons {
    height: inherit;
    line-height: inherit;
}

a:not(.btn-floating) {
    color: #ffab40;
    margin-right: 24px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

a:not(.btn-floating):hover {
    color: #ffd8a6;
}

.btn-floating.disabled {
    pointer-events: none;
    background-color: #dfdfdf !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9f9f9f !important;
    cursor: default;
}

.btn-floating.disabled:hover {
    background-color: #dfdfdf !important;
    color: #9f9f9f !important;
}

.btn-floating i {
    font-size: 40px;
    line-height: inherit;
}

.btn-floating:focus {
    background-color: #1d7d74;
}

.material-icons {
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons {
    color: #444;
}

.material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    -webkit-transition: 0.3s color;
    transition: 0.3s col
}

.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0, 0, 0, 0.54);
}

i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px;
}

i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
}

.yellow {
    background-color: #ffeb3b !important;
}

.yellow.darken-1 {
    background-color: #fdd835 !important;
}

.green {
    background-color: #4caf50 !important;
}

.blue {
    background-color: #2196f3 !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-phone:before {
    content: "\f095";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-envelope-o:before {
    content: "\f003";
}

.hvn-cb-i-title {
    content: none;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.hvn-cb-i-title {
    padding: 5px 16px 5px 17px !important;
}

.hvn-cb-i-title.true {
    opacity: 1 !important;
}

.hvn-cb-i-title {
    color: #ffffff !important;
    background: #f3b112 !important;
}

.facebook-color {
    background: #4267B2 !important;
}

.fb-message-color {
    background: transparent !important;
}

.skype-color {
    background: #00ADF1 !important;
}

.email-color {
    background: #D42E35 !important;
}

.zalo-color {
    background: #0080C8 !important;
}

.fixed-action-btn ul li {
    position: relative;
}

.facebook-hover, .zalo-hover, .message-hover, .skype-hover, .email-hover, .phone-hover {
    display: none;
    top: 40%;
}

.facebook-color:hover ~ .facebook-hover,
.zalo-color:hover ~ .zalo-hover,
.fb-message-color:hover ~ .message-hover,
.skype-color:hover ~ .skype-hover,
.email-color:hover ~ .email-hover,
.phone-color:hover ~ .phone-hover {
    display: block;
}

.fb-message-color img {
    width: 50px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zalo-color img {
    width: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
