.custom-hotline {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00918d;
    border: 1px solid #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px;
    position: relative;
}
@media (min-width: 1200px) {
    .custom-con {
        max-width: 1200px;
    }
}
.cus-hotline-name {
    color: #ffff;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin: 0 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
    text-align: right;
}
.cus-hotline-phone {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 23px;
    margin-bottom: 0!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
}
.hotline-now__icon i {
    color: #00918d;
    font-size: 16px;
}
.hotline-now__icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffff;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px 0 0;
    position: relative;
    width: 32px;
    z-index: 2;
}
.custom-main-menu {
    line-height: 41px;
}
.custom-header {
    height: 70px!important;
}
.custom-con .logo {
    padding-top: 25px!important;
}

@media (max-width: 1200px) {
    .custom-hotline-now {
        display: none;
    }
}
@media (max-width: 1199px) and (min-width: 991px){
    .custom-header {
        height: 110px!important;
    }
}
@media (max-width: 980px){
    .custom-menu-tab {
        margin: 18px 15px 3px!important;
    }
}
.contact-now {
    min-width: 175px;
}
@media (max-width: 991px){
    .contact-now {
        bottom: 100px;
    }
}

.custom-contact-now {
    bottom: 185px;
    left: 15px;
    position: fixed;
    z-index: 100;
}
.contact-now__content {
    background-color: #fff;
    border: 2px solid #fe9a00;
    border-radius: 8px;
    padding: 12px 16px;
    position: relative;
}
.contact-now__close {
    display: block;
    right: -15px;
    top: -15px;
    cursor: pointer;
    position: absolute;
}
.contact-now__close i {
    color: #fe9a00;
    font-size: 16px;
}
.contact-now__top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.contact-now__phone {
    color: #fe9a00;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 23px;
    margin: 3px 0;
}
.contact-now__name {
    color: #fe9a00;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 0;
}
.contact-now__icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fe9a00;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px 0 0;
    position: relative;
    width: 32px;
    z-index: 2;
}
.contact-now__info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #fe9a00;
    border-radius: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    padding: 6px 18px 6px 40px;
    position: absolute;
    z-index: 1;
}
.contact-now__title {
    color: #fe9a00;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.closed {
    display: none;
}
.contact-now__icon i {
    color: #fff!important;
    font-size: 16px;
}
.custom-contact-now:hover {
    color: #fff;
    text-decoration: none!important;
}
.custom-hotline {
    position: relative;
}
.tooltip-text {
    visibility: hidden;
    background-color: #00918d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0 5px;
    position: absolute;
    z-index: 1;
    top: 60px;
    right: 0;
    line-height: 25px;
    min-width: 130px;
    text-align: center;
}
.custom-hotline:hover .tooltip-text {
    visibility: visible!important;
}
.tool-tip-phone {
    font-size: 16px;
}
