/* Top hook CSS */
#tmhtmlcontent_top {
    float: right; }

@media (min-width: 992px) and (max-width: 1199px) {
    #tmhtmlcontent_top {
        float: none;
        background: #f1f4f7;
        border-top: 1px solid #d2dae3;
        clear: both;
        width: 100%;
        text-align: right;
        z-index: 4 !important; }
}

#tmhtmlcontent_top ul {
    margin: 0; }

#tmhtmlcontent_top ul li {
    width: auto;
    padding: 29px 15px 33px;
}

#tmhtmlcontent_top ul li.top-city-list {
    font: 500 24px/30px "Ubuntu", sans-serif;
    color: #102747;
    padding-bottom: 10px;
}
#tmhtmlcontent_top ul li.top-city-list div.item-html .city-marker {
    font-size: 29px;
    margin-right: 10px;
}
#tmhtmlcontent_top ul li.top-city-list-inner {
    width: 100%;
    padding: 5px 7px 5px 15px;
    font-size: 16px;
}
#tmhtmlcontent_top ul li.top-city-list-inner:hover {
    background-color: #1491ee;
}
#tmhtmlcontent_top ul li.top-city-list-inner:hover a {
    color: white;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #tmhtmlcontent_top ul li {
        padding: 0;
        text-align: right;
        width: 100%; }
}

#tmhtmlcontent_top ul li p {
    margin: 0;
    font: normal 14px/21px "Ubuntu", sans-serif;
    text-align: right; }

#tmhtmlcontent_top ul li p.phone_box {
    font: 500 24px/30px "Ubuntu", sans-serif;
    color: #102747;
    margin-bottom: 3px; }

#tmhtmlcontent_top ul li p.phone_box:before {
    font-family: "fl-bigmug-line";
    content: "\e085";
    display: inline-block;
    font-weight: normal;
    font-size: 29px;
    vertical-align: 2px;
    margin-right: 7px; }

#tmhtmlcontent_top ul li p.phone_box a {
    color: #102747; }

#tmhtmlcontent_top ul li p.phone_box a:hover {
    color: #fe9f38; }

@media (min-width: 992px) and (max-width: 1199px) {
    #tmhtmlcontent_top ul li p {
        margin-right: 20px;
        display: inline-block; }

    #tmhtmlcontent_top ul li p.phone_box {
        font-size: 17px; }

    #tmhtmlcontent_top ul li p.phone_box:before {
        font-size: 22px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    #tmhtmlcontent_top {
        padding: 0;
        left: 0;
        top: -60px; }

    #tmhtmlcontent_top ul li {
        padding: 10px 20px; }

    #tmhtmlcontent_top ul li p {
        font-size: 12px;
        line-height: 16px; }

    #tmhtmlcontent_top ul li p.phone_box {
        font-size: 17px;
        line-height: 22px;
        margin: 0; }

    #tmhtmlcontent_top ul li p.phone_box:before {
        font-size: 22px; }

    .header-city-phone-block {
        display: table;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #tmhtmlcontent_top {
        float: right;
        max-width: 40%; }

    #tmhtmlcontent_top ul li {
        padding: 30px 20px 20px 10px; }

    #tmhtmlcontent_top ul li p {
        font-size: 12px;
        line-height: 16px; }

    #tmhtmlcontent_top ul li p.phone_box {
        font-size: 17px;
        line-height: 22px;
        margin: 0; }

    #tmhtmlcontent_top ul li p.phone_box:before {
        font-size: 22px; }
}

@media (max-width: 479px) {
    #tmhtmlcontent_top {
        display: none; }
}

#tmhtmlcontent_footer {
    padding-top: 30px;
    padding-bottom: 30px; }

@media (max-width: 767px) {
    #tmhtmlcontent_footer {
        padding: 30px 20px; }
}

#tmhtmlcontent_footer ul {
    margin: 0 -15px !important; }

#tmhtmlcontent_footer ul li {
    padding: 0 15px !important; }

#tmhtmlcontent_footer ul li h2 {
    color: white;
    font: 500 20px/30px "Ubuntu", sans-serif; }

#tmhtmlcontent_footer ul li h2 + p {
    margin-top: 25px; }

#tmhtmlcontent_footer ul li p {
    color: #7587a1;
    text-transform: none;
    font: normal 16px/22px "Ubuntu", sans-serif;
    font-weight: 300; }

#tmhtmlcontent_footer ul li p + p {
    margin-top: 45px; }

#tmhtmlcontent_footer ul li .btn {
    color: white; }




#htmlcontent_top ul {
    margin: 0;
    overflow: hidden; }
#htmlcontent_top ul li {
    padding: 0;
    position: relative;
    border-bottom: 1px solid #d2dae3;
    border-right: 1px solid #d2dae3; }
#htmlcontent_top ul li:last-child {
    border-right-color: rgba(255, 255, 255, 0); }
#htmlcontent_top ul li .bannerBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block; }
#htmlcontent_top ul li a.item-link {
    width: 100%;
    height: 100%;
    display: block; }
#htmlcontent_top ul li a.item-link .icon .slave {
    display: none;
}

    #htmlcontent_top ul li a.item-link:hover .item-html h2 {
        -moz-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        -o-transform: translate3d(0, -10px, 0);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); }
    #htmlcontent_top ul li a.item-link:hover .item-html h2:before {
        color: white; }
    #htmlcontent_top ul li a.item-link:hover {
        background: #102747;
        content: "";
        -moz-transition: -moz-transform 0.3s ease 0s;
        -o-transition: -o-transform 0.3s ease 0s;
        -webkit-transition: -webkit-transform 0.3s ease;
        -webkit-transition-delay: 0s;
        transition: 0.7s;
    }

#htmlcontent_top ul li .item-html {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translate(0, -56%);
    -ms-transform: translate(0, -56%);
    -o-transform: translate(0, -56%);
    -webkit-transform: translate(0, -56%);
    transform: translate(0, -56%);
    width: 100%;
}
#htmlcontent_top ul li .item-html h2 {
    text-transform: uppercase;
    margin: 0;
    padding: 0 5%;
    width: 100%;
    text-align: center;
    letter-spacing: 0.06em;
    font-size: 15px;
    font-size: 0.97vw;
    line-height: 1.3;
    color: #fe9f38;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.5s ease;
    -webkit-transition-delay: 0s;
    transition: transform 0.5s ease 0s;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#htmlcontent_top ul li .item-html h2:before {
    display: block;
    font-size: 7vw;
    line-height: 1.15;
    color: #102747;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease; }
@media (max-width: 767px) {
    #htmlcontent_top ul li .item-html h2 {
        font-size: 4.9vw; }
    #htmlcontent_top ul li .item-html h2:before {
        font-size: 15vw; } }
#htmlcontent_top ul li > span {
    display: block;
    padding-top: 50%;
    padding-bottom: 50%; }
#htmlcontent_top ul li img {
    max-width: 100%;
    height: auto; }