﻿/*Header*/
#ht_header {
    height: 118px;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
    padding-bottom:5px;
}

.flw {
    float: left;
    width: 100%;
}

.top_section {
    border-top: 5px solid #00aff0;
    position: relative;
    z-index: 10;
}

@media (min-width: 1600px) {
    .top_section .top_box {
        right: 75px;
    }
}
header .container {
    position: relative;
}
.top_section .top_box {
   width: 930px;
    height: 39px;
    background: url(../img/cner.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    right: 0;
    padding: 0 64px;
    z-index: 1;
}

ul.top_list, ul.top_social {
    list-style: none;
}

ul.top_list, ul.top_social, ol {
    margin: 0;
    padding: 0;
}

.top_section .top_box .top_list {
    position: relative;
    z-index: 10;
    float: left;
}

    .top_section .top_box .top_list li.spc {
        margin-right: 25px;
    }

    .top_section .top_box .top_list li span {
        position: relative;
        color: #ff8454;
        margin-right: 8px;
        font-size: 16px;
    }

.ion-ios-telephone:before {
    content: "\f4b9";
}

.ion-android-mail:before {
    content: "\f2eb";
}

.top_section .top_box .top_list li {
    display: inline-block;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height:32px;
}

    .top_section .top_box .top_list li a:hover {
        color: #ff8454;
    }

    .top_section .top_box .top_list li a {
        color: #ffffff;font-size:16px;
    }

        .top_section .top_box .top_list li a.btn {
            font-size: 1.2em;
            color: #fff;
            padding: 6px 5px;
            font-weight: normal;
            text-align: center;
            background: none;
            vertical-align: middle;
            cursor: pointer;
            border: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            white-space: nowrap;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            outline: 0;
            margin: 0 5px 2px 5px;
        }

.top_section .top_box .top_social {
    float: right;
    margin-top: 5px;
}

    .top_section .top_box .top_social li:first-of-type {
        margin-left: 0;
    }

    .top_section .top_box .top_social li {
        display: inline-block;
        margin-left: 7px;
    }

        .top_section .top_box .top_social li a {
            color: #777;
            font-size: 12px;
            width: 20px;
            height: 20px;
            background: #ffffff;
            border-radius: 50%;
            text-align: center;
            display: block;
            line-height: 20px;
            box-shadow: 10px 5px #cccccc -10px;
        }
         .top_section .top_box .top_social li a:hover{ background:#fe6b01;color:#fff;}
.top_section .top_box .top_list div.form button[type="submit"] {
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    top: 2px;
}

    .top_section .top_box .top_list div.form button[type="submit"]:before {
        content: "\f002";
        font-family: "ionicons";
        color: #ff8454;
        font-size: 14px;
    }

.top_section .top_box .top_list div.form input[type="text"] {
    color: #ff8454;
    background: #fff;
    border: 0;
    display: inline-table;
    font-size: 12px;
    width: inherit;
    width: 190px;
    padding: 2px 10px;
    line-height: 24px;
    border-radius:10px 10px;
}
.uk-panel {
    display: block;
    position: relative;
}

    .uk-panel > :not(.uk-panel-title):last-child {
        margin-bottom: 0;
    }

.flw {
    float: left;
    width: 100%;
}

.top_menu {
    background: #ffffff;
      height: 113px;
    padding-top: 60px;
    float: left;
    width: 100%;
    z-index: 5;
}

    .top_menu .lg {
        position: absolute;
        z-index: 5;
        width: 212px;
        height: auto;
        top: -36px;
        transition-duration: 0s;
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
    }

        .top_menu .lg img {
            width: 100%;
            height: 100%;
        }

    .top_menu .appoint {
        position: relative;
        z-index: 5;
        float: right;
        width: 100px;
        height: 40px;
        background: #fe6b01;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 14px;
        font-family: Arial, sans-serif;
        font-weight: 900;
        text-align: center;
        line-height: 40px;
        border-radius: 50px;
        border: 1px solid transparent;
        transition-duration: 0s;
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
    }

.wrapper-small {
    max-width: 728px;
}

.nav-container {
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    /* 2 */
    width: 100%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    /* 2 */
    -webkit-overflow-scrolling: touch;
    /* 3 */
}
    /* 1. Show when `.is-visible` class is added */
    .nav-container.is-visible {
        background: #3e70ae;
        visibility: visible;
        /* 1 */
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        /* 1 */
    }

        .nav-container.is-visible .menu-item {
            overflow: hidden;
            border-bottom: 1px dashed #303030;
        }

            .nav-container.is-visible .menu-item:last-child {
                border-bottom: 0 !important;
            }

            .nav-container.is-visible .menu-item .menu-link {
                color: #ffffff;
                padding: 5px 15px;
                width: 100%;
            }

                .nav-container.is-visible .menu-item .menu-link.set_active {
                    color: #fe6b01;
                }

                .nav-container.is-visible .menu-item .menu-link + .sub_active {
                    color: #fe6b01;
                }

            .nav-container.is-visible .menu-item:hover {
                color: #fe6b01;
            }
            .nav-container ul{margin:0;padding:0}
            .nav-container li{list-style:none;margin:0;}

/* Nav toggle */
.nav-toggle {
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    padding: 0.7rem 0.7rem;
    border: 0;
    background-color: #e74c3c;
    position: absolute;
    right: 0;
    top: -1px;
}
    /* Nav toggle icon */
    .nav-toggle .icon-menu {
        position: relative;
        display: inline-block;
        width: 28px;
        height: 20px;
        vertical-align: middle;
        fill: none;
    }
/* Nav toggle icon lines */
.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #fff;
}
/* Nav toggle icon line 1 */
.icon-menu .line-1 {
    top: 0;
}
/* When active, rotate line 1 to be lefthand part of X */
.is-active .icon-menu .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}
/* Nav toggle icon line 2 */
.icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
}
/* When active, hide line 2 */
.is-active .icon-menu .line-2 {
    opacity: 0;
}
/* Nav toggle icon line 3 */
.icon-menu .line-3 {
    bottom: 0;
}
/* When active, rotate line 3 to be righthand part of X */
.is-active .icon-menu .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}

.nav-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* 2 */
}

    .nav-menu .menu-link {
        display: block;
        /* 1 */
        color: #303030;
        font-size: 16px;
        font-family: Arial, sans-serif;
        font-weight: 400;
        margin-right: 25px;
        cursor: pointer;
    }

        .nav-menu .menu-link:hover {
            color: #ff8454;
        }
/* 1. Menu items with dropdowns appear clickable */
.has-dropdown {
    position: relative;
    cursor: pointer;
    /* 1 */
}
    /* 1. Parent menu links inlined so you can toggle the dropdown */
    .has-dropdown > .menu-link {
        display: inline-block;
    }
    /* 1. Add an icon to menu items that have sub menus */
    .has-dropdown:after {
        font-size: 32px;
        position: absolute;
        top: -8px;
        right: 1rem;
        bottom: 0;
        content: "+";
        /* 1 */
        color: #fe6b01;
    }
    /* 1. Switch icon to n-dash when toggled */
    .has-dropdown.is-active:after {
        content: "\2013";
        /* 1 */
    }

.nav-dropdown {
    display: none;
    /* 1 */
}

    .nav-dropdown .menu-item {
        border-bottom: 1px dashed #303030 !important;
    }
/* 1. Show dropdown when toggled */
.has-dropdown.is-active > .nav-dropdown {
    display: block;
}
.has-dropdown.is-active > .nav-dropdown .nav-dropdown {
    display: inline-block;
     width:100%;
}
.has-dropdown.is-active > .nav-dropdown .nav-dropdown .menu-item{margin-left:0;padding-left:0;float:left;border:none;border-color:#fe6b01 !important;}
.nav-container.is-visible .nav-dropdown .nav-dropdown .menu-item .menu-link{padding: 0px 10px;}
.is-active > .menu-link {
    color: #fe6b01;
}
/* 2nd level dropdown */
.nav-dropdown .nav-dropdown {
    background-color: none;
}

.nav-dropdown .menu-item {
    border-color: #a0a0a0;
}

.nav-dropdown .nav-dropdown .menu-item {
    background-color: none;
    border-color: #909090;
    border-bottom:none;
}
.nav.is-fixed {
    position: relative;
    text-align: left;
    height: 30px;
}

@media (min-width: 992px) {
    .v2_header .nav {
        position: relative;
        left: 0;
    }

    .nav.is-fixed {
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        position: absolute;
        left:320px;
        z-index: 10;
       padding-top: 8px;
    }

    .nav.is-fixed,
    .nav-container,
    .nav-container.is-visible {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

        .nav-container,
        .nav-container.is-visible {
            visibility: visible;
            height: auto;
            min-height: 0;
            overflow-y: visible;
        }

    .nav-toggle {
        display: none;
    }
    /* 1. Display menu items inline */
    .nav-menu > .menu-item,
    .nav-menu > .menu-item.is-active {
        display: inline-block;
        /* 1 */
        background-color: transparent;
        border: 0;
    }
        /* Remove bottom border on last child */
        .nav-menu > .menu-item:last-child {
            border: 0;
        }

    .nav-menu .menu-item {
        -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .nav-menu > .menu-item > .menu-link:hover:after {
        content: url(../img/menu_active.png);
        display: block;
        position: relative;
        top: -2px;
        text-align:center;
    }
      .nav-menu > .menu-item > .menu-link:after {
        content: url(../img/menu_at.png);
        display: block;
        position: relative;
        top: -2px;
        text-align:center;
    }
    .nav-menu .set_active {
        color: #fe6b01 !important;
    }

        .nav-menu .set_active:after {
            content: url(../img/menu_active.png) !important;
            display: block;
            text-align: center;
        }
    /* Remove +/- icons */
    .has-dropdown:after {
        content: "" !important;
    }
    /* Re-style dropdowns for larger screens */
    .nav-dropdown {
        visibility: hidden;
        display: block;
        opacity: 0;
        position: absolute;
        top: 250%;
        min-width: 270px;
        left: -15px;
        margin: 0;
        padding-top: 10px;
        transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
    }
    /*.nav-sudropdown {
        visibility: hidden;
        display: block;
        opacity: 0;
        position:relative;
        min-width: 250px;
        float:left;
        margin: 0;
        transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
    }*/
        .nav-dropdown .menu-item {
            border-bottom: 1px solid #ffffff !important;
            background: #00aff0;
            border: 0 !important;
            float: left;
            width: 100%;
        }

            .nav-dropdown .menu-item:last-of-type .menu-link {
                border-bottom: 0 !important;
            }

            .nav-dropdown .menu-item .menu-link {
                border-bottom: 1px solid #ffffff;
                color: #ffffff;
                padding: 15px;
                float: left;
                width: 100%;
            }

                .nav-dropdown .menu-item .menu-link:hover {
                    color: #fe6b01;
                    background: #ffffff;
                }

    .has-dropdown:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
        z-index: 2;
        top: 100%;
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
    }
        /*.has-dropdown:hover > .nav-subdropdown {
        visibility: visible;
        opacity: 1;
        z-index: 2;
        top: 100%;
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
    }*/
    [data-uk-sticky].uk-active .nav-dropdown {
        padding-top: 0;
        margin-top:-9px;
    }

    .nav-dropdown .menu-item {
        border: 0;
    }

    .nav-dropdown .nav-dropdown,
    .nav-dropdown .nav-dropdown .menu-item {
        background-color: #ff813d;
        margin-top:0;
    }
    .nav-dropdown .nav-dropdown,
    .nav-dropdown .nav-dropdown{margin-top:-32px !important}
    .nav-dropdown .nav-dropdown {
        z-index: 9998;
        top: 0;
        left: 100%;
    }
}

@media (min-width: 992px) {
    .nav-dropdown .menu-item .menu-link:hover {
        color: #fe6b01;
        background: #ffffff;
    }
}

@media (min-width: 992px) {
    .nav-dropdown .menu-item .menu-link {
     border-bottom: 1px solid #ffffff;
    color: #ffffff;
    padding: 6px 10px;
    float: left;
    width: 100%;
    font-size: 13px;
    }

}
@media (min-width: 992px) and (max-width: 1200px) {
        .box-vertical-megamenus .vertical-menu-list>li>a{letter-spacing:-1px;padding-left:4px !important;line-height:31px !important;}
    .box-vertical-megamenus .vertical-menu-content ul li img.icon-menu{padding-right:5px !important;}
    .top400 li{padding-bottom:2px!important;padding-top:2px!important;}
        .top400 li.qua {
            background: rgba(0, 0, 0, 0) url("../img/quality.jpg") no-repeat scroll 0px 0px !important;
        }
        .top_menu .appoint{margin-right:0;margin-top:-3px;}
}
@media (min-width: 1081px) {
    .hpage_2 .top_box {
        position: relative;
        right: inherit;
        margin: 0 auto;
        width: 930px;
    }

        .hpage_2 .top_box.flw {
            float: none;
        }
}

@media (min-width: 993px) {
    #ht_header.hd_sub {
        height: auto;
    }

        #ht_header.hd_sub .nav-dropdown {
            padding-top: 37px;
        }

    .hd_sub [data-uk-sticky].uk-active .nav-dropdown {
        padding-top: 13px !important;
    }
}

@media (max-width: 991px) {
    #ht_header {
        height: auto !important;
    }

    .v2_header [data-uk-sticky].uk-active .top_menu {
        padding-top: 0 !important;
        padding-top: 0;
    }

        .v2_header [data-uk-sticky].uk-active .top_menu .calendar {
            top: 0;
        }

        .v2_header [data-uk-sticky].uk-active .top_menu .nav-toggle {
            top: 1.5px;
        }

    .hpage .v2_header .top_menu {
        padding-top: 47px !important;
    }

    [data-uk-sticky].uk-active .top_menu .nav .nav-container {
        top: 15px;
        overflow-y: scroll;
        max-height: 600px;
    }

    [data-uk-sticky].uk-active .top_menu .nav-toggle {
        top: -7px;
    }

    [data-uk-sticky].uk-active .top_menu .appoint {
        top: 0;
    }

    .nav-dropdown .menu-item {
        border-color: #ffffff !important;
    }

    .has-dropdown:after {
        color: #ffffff;
    }

    .has-dropdown.is-active > .nav-dropdown {
        border-top: 1px dashed #ffffff;
    }

        .has-dropdown.is-active > .nav-dropdown .menu-item {
            padding-left: 20px;
        }

    .asp:after {
        color: #fe6b01;
    }

    .asp > .nav-dropdown {
        background: #ffffff;
        border-top: 1px dashed #fe6b01 !important;
    }

        .asp > .nav-dropdown .menu-item {
            padding-left: 20px;
            background: #ffffff;
            border-bottom: 1px dashed #fe6b01 !important;
        }

            .asp > .nav-dropdown .menu-item:last-of-type {
                border-bottom: 0 !important;
            }

            .asp > .nav-dropdown .menu-item .menu-link {
                color: #fe6b01;
            }

    .nav-container.is-visible {
        background: #fe6b01;
    }

        .nav-container.is-visible .menu-item {
            border-color: #ffffff;
        }

            .nav-container.is-visible .menu-item .menu-link.set_active {
                background: #ffffff;
                color: #fe6b01;
            }

    .box_parallax {
        display: none;
    }

    .testim_title {
        text-align: center;
    }

    .event_title {
        text-align: center;
    }

    .top_section .top_box {
        width: 100% !important;
    }

    .top_menu .appoint {
        font-weight: 400;
        margin-right: 55px;
width: 70px;
    height: 30px;
line-height: 30px;
    }

    .top_menu .nav.is-fixed {
      left: 0 !important;
    }
        .top_menu .nav .nav-container {
            position: relative;
            top: 12px;
            overflow: hidden;
        }

    .top_menu.smaller .nav .nav-container {
        top: 15px;
    }

    .top_menu.smaller .nav .nav-toggle {
        top: -7.5px;
    }

    ._section_item ._box_item {
        background-size: 100% !important;
        border-radius: 0 !important;
    }

        ._section_item ._box_item:hover {
            border-radius: 0 !important;
        }

            ._section_item ._box_item:hover:before {
                border-radius: 0 !important;
            }

    ._section_featured {
        padding-bottom: 30px !important;
    }
}

@media (max-width: 720px) {
    .top_menu {
        height: 140px;
        padding-top: 90px;
    }
    .top_section .top_box .top_social {
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    margin-right: 7px;
    margin-left: 0;
}
    .top_section .top_box .top_social {
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    margin-right: 7px;
    margin-left: 0px;
}
    .top_section .top_box .top_list div.form input[type="text"]{width: 260px !important;}
}
[data-uk-sticky].uk-active .top_menu .appoint {
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    width: 80px;
    font-weight: 400;
}

[data-uk-sticky].uk-active .top_menu .lg {
 top: -10px;
    height: auto;
    width: 140px;
}

[data-uk-sticky].uk-active .top_menu {
    height: 60px;
    padding-top: 15px;
    box-shadow: 0 0 5px rgba(48, 48, 48, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(48, 48, 48, 0.5);
    -moz-box-shadow: 0 0 5px rgba(48, 48, 48, 0.5);
}

.uk-panel > :not(.uk-panel-title):last-child {
    margin-bottom: 0;
}

.flw {
    float: left;
    width: 100%;
}

[data-uk-sticky].uk-active {
    z-index: 980;
    height:60px;
}

[data-uk-sticky][class*=uk-animation-] {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.box_mn {
    height: 113px;
}

.uk-animation-slide-top {
    -webkit-animation-name: uk-fade-top;
    animation-name: uk-fade-top;
}

[class*=uk-animation-] {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

[class*=uk-animation-] {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.uk-animation-slide-top {
    -webkit-animation-name: uk-fade-top;
    animation-name: uk-fade-top;
}

.uk-animation-slide-top {
    -webkit-animation-name: uk-fade-top;
    animation-name: uk-fade-top;
}

.uk-panel {
    display: block;
    position: relative;
}

@media (min-width: 1081px) {
    .hpage_2 .top_box {
        position: relative;
        right: inherit;
        margin: 0 auto;
        width: 930px;
    }

        .hpage_2 .top_box.flw {
            float: none;
        }
}
@media (max-width: 1200px) {
      .nav.is-fixed{left:210px;}
      .top_menu .lg{width:180px;top:-15px;}
}
@media (max-width: 1080px) {
  .top_section .top_box {
    height: auto;
    padding: 0 15px;
    width: 100%;
    background: #00aff0;
  }
  .top_section .top_box .top_list li {
    margin-bottom: 5px;
  }
  .top_section .top_box .top_list li.spc:after {
    display: none;
  }
  .top_menu .lg {
    top: 0px;
    width: 150px;
    height: auto;
  }
  .nav.is-fixed{left:200px;}
  .hpage .v2_header .top_menu {
    padding-top: 94px;
  }
   .nav-menu .menu-link {
        margin-right: 25px;
    }
    .top_section .top_box .top_list div.form input[type="text"]{width:120px;}
     .top_section .top_box .top_social li a span{font-size:0px;color:#fff;padding-left:2px;}
}
/*End header*/

/*-----------------
 [ 3.4.1 Vertical megamenus]
 */
.box-vertical-megamenus{
    position: absolute;
    left: 10px;
    right: 15px;
    z-index: 6;
    background: #fff;
}
.box-vertical-megamenus .title{
    background: #fe6b01;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 1px;
    overflow: hidden;
    margin-bottom:0;
    display:none;
}
.box-vertical-megamenus .title .btn-open-mobile>.fa{
  line-height: inherit;
}
.box-vertical-megamenus .title .btn-open-mobile{
  font-size: 17px;
  cursor: pointer;
  line-height: 50px;
}
.box-vertical-megamenus .vertical-menu-content{
    border-top: 3px solid #fe6b01;
    background: #00aff0;
    display: none;
}
.home .box-vertical-megamenus .vertical-menu-content{
  display: block;
}
.box-vertical-megamenus ul{margin:0;padding:0;}
.box-vertical-megamenus .vertical-menu-list{
  border-left: 1px solid #9397a8;
}
.box-vertical-megamenus .vertical-menu-list li{
  display: block;
  line-height: 34px;
  margin-left: -1px;
  position: relative;
  margin-bottom:0;
  border-bottom: 1px solid #d1eab4 !important;
  list-style:none;
}
.box-vertical-megamenus .vertical-menu-list>li:hover{
  background: #0098f0;
}
.box-vertical-megamenus .vertical-menu-list>li:hover>a{
  color: #fff;
  border-color: #0098f0;
}
.box-vertical-megamenus .vertical-menu-list>li:hover>a.parent:before{
  color: #fff;
}
.box-vertical-megamenus .vertical-menu-list>li>a{
  padding-left: 10px;
  line-height: 38px;
  display: block;
    color: #fff;
    font-size:14px;
       font-family: Arial, sans-serif;
}
.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 8px;
  color: #fff;
}
.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:after {
  position: absolute;
  background: #fff;
  height: 100%;
  top: 0;
  right: -2px;
  width: 2px;
  content: ' ';
  z-index: 2000;
  opacity: 0;
}
.box-vertical-megamenus .vertical-menu-content ul > li:hover > a.parent:after{
  opacity: 1;
}
.box-vertical-megamenus .vertical-menu-content ul > li.cat-link-orther{
  display: none;
}


.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu{
  visibility: visible;
  display: block;
  height: auto;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;

}
.box-vertical-megamenus .vertical-menu-content ul li img.icon-menu{
    vertical-align: middle;
    max-width: 28px;
    border-radius:30%;
    margin-right:5px;
}

.box-vertical-megamenus .all-category{
    text-align: center;
    margin-top: 10px;
}
.box-vertical-megamenus .all-category span{
    height: 40px;
    width: 100%;
    line-height: 39px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    display: block;
    cursor: pointer;
    color:#fff;
}
.box-vertical-megamenus .all-category span:hover{
  background: #0098f0;
  border-color: #0098f0;
}
.box-vertical-megamenus .all-category span:after{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-weight: bold;
    margin-left: 20px;
}
.page-content .box-vertical-megamenus .all-category span:after {
    content: "\f101";
    font-size: 16px;
    font-weight: normal;
}
.vertical-dropdown-menu{
  position: absolute;
  top: -5px;
  left: 100%;
  z-index: 900;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transition: all 0.45s ease-out 0s;
  -moz-transition: all 0.45s ease-out 0s;
  -o-transition: all 0.45s ease-out 0s;
  transition: all 0.45s ease-out 0s;
  -moz-transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
  opacity: 0;
  display: block;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: 0;
  background: #fff;
  border: 1px solid #eaeaea;
}
.vertical-dropdown-menu .vertical-groups{
    padding: 10px 15px;
}
.vertical-dropdown-menu .mega-group-header{
    border-bottom: 1px solid #E8E8E8;
    font-size: 17px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}
.vertical-dropdown-menu .mega-group-header span{
    padding-bottom: 10px;
    border-bottom: 1px solid #ff3366;
    float: left;
    margin-bottom: -1px;
}
.vertical-dropdown-menu .group-link-default{
    border: none!important;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;

}
.vertical-dropdown-menu .group-link-default li{
    border: none!important;
    padding-left: 0!important;
    line-height: 28px!important;
}
.vertical-dropdown-menu .group-link-default li a{font-family:Arial,sans-serif;letter-spacing:-0.2px;}
.vertical-dropdown-menu .mega-products .mega-product{
    border-right: 1px solid #eaeaea;
    margin-top: 15px;
    line-height: 18px;
}
.vertical-dropdown-menu .mega-products .mega-product:last-child{
    border-right: none;
}
.vertical-dropdown-menu .mega-products .mega-product .product-price .new-price{
    width: auto;
    display: inline-block;
    color: #ff3366;
}
.vertical-dropdown-menu .mega-products .mega-product .product-price .old-price{
    color: #999;
    text-decoration: line-through;
    width: auto;
    display: inline-block;
    padding-left: 20px;
}
.vertical-dropdown-menu .mega-products .mega-product .product-star{
  margin-top: 5px;
  color: #ff9900;
}
.box-vertical-megamenus .vertical-dropdown-menu .mega-group-header span{
	border-color: #958457;
}
.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:before{
	right: 10px;
}
.box-vertical-megamenus .vertical-dropdown-menu .mega-products .mega-product .product-price .new-price{
	  color: #f96d10;
}
@media (max-width: 992px) and (min-width: 768px){
.box-vertical-megamenus {
    padding-bottom: 0;
    z-index: 0;
    opacity: 0;
}
.box-vertical-megamenus .vertical-menu-content {
    min-width: 270px;
    display: none;
}
.home .box-vertical-megamenus .vertical-menu-content {
    display: none;
}
.box-vertical-megamenus .title{display:block;}
.nomtbang{display:none;}
#home-slider {
    max-height: none;
}
}
@media (max-width: 767px) and (min-width: 481px){
#box-vertical-megamenus {
    width: 100%;
    height: 0px;
    float: left;
        z-index: 0;
    opacity: 0;
    display:none;
}
#box-vertical-megamenus .box-vertical-megamenus {
    /*right: 0px;*/
    padding-bottom: 0;
    z-index: 0;
    opacity: 0;
    display:none;
}
.home .box-vertical-megamenus .vertical-menu-content {
    display: none;
}
.box-vertical-megamenus .title{display:block;}
.nomobile{display:none;}
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu {
    visibility: hidden;
    display: none;
}
.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:before{display:none;content:"";}
#home-slider {
    max-height: none;
}
}
@media (max-width: 480px){
#box-vertical-megamenus {
    width: 100%;
    height: 0px;
    float: left;
    z-index: 0;
    opacity: 0;
    display:none;
}
#box-vertical-megamenus .box-vertical-megamenus {
    /*right: 0px;*/
    padding-bottom: 0;
}
.box-vertical-megamenus .title {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
#box-vertical-megamenus .vertical-menu-content {
    min-width: 290px;
    display: none;
}
.box-vertical-megamenus .title{display:block;}
.banner-opacity{float:left;}
.nomobile{display:none;}
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu {
    visibility: hidden;
    display: none;
}
.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:before{display:none;content:"";}
#home-slider {
    max-height: none;
}
}
#home-slider{max-height:362px;overflow:hidden;}
#home-slider ul{margin:0;padding:0;}
#home-slider ul li{list-style:none;}
/*----------------
[5. Home slide]
*/
.header-top-right{
    padding: 0;
    border-top: 3px solid #fe6b01;
}
.header-top-right .homeslider{
  width: 100%;
  float: left;
}
.header-top-right .header-banner{
    width: 26%;
    float: right;
}
.header-top-right .header-banner img{
  width: 100%;
  height: auto;
}
.header-top-right .homeslider img{
    width: 100%;
    height: auto;
}
.header-top-right .homeslider .bx-wrapper .bx-viewport {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow:none;
  border:0;
  left: 0;
  background: #fff;
}
.header-top-right .homeslider .bx-controls-direction .bx-prev,
.header-top-right .homeslider .bx-controls-direction .bx-next{
  background: #fe6b01;
  text-indent: 0px!important;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 32px;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-top-right .homeslider .bx-controls-direction .bx-prev{
  left: 50%;
}
.header-top-right .homeslider .bx-controls-direction .bx-next{
  right: 50%;
}
.header-top-right .homeslider:hover .bx-controls-direction .bx-next{
  right: 10px;
  opacity: 1;
  visibility: inherit;
}
.header-top-right .homeslider:hover .bx-controls-direction .bx-prev{
  left: 10px;
  opacity: 1;
  visibility: inherit;
}
.header-top-right .homeslider .bx-controls-direction .bx-prev:hover,
.header-top-right .homeslider .bx-controls-direction .bx-next:hover{
  opacity: 0.8;
}
.header-top-right .homeslider .bx-wrapper:hover .bx-prev,.bx-wrapper:hover .bx-next{
    display: block;
}
.header-top-right .homeslider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: right;
  padding-right: 25px;
}
.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item{
    width: 20px;
    height: 20px;
    
    border-radius: 90%;
    margin-right: 5px;
    line-height: 20px;
}
.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a{
    width: 100%;
    height: 100%;
    float: left;
    background: transparent;
    margin: 0;
    padding: 0;
    text-align: center;
    text-indent: 0px;
    border-radius: 90%;
    color: #666;
    border: 1px solid #999;
    padding-left: 1px;
}
.header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover, .header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fe6b01;
  color: #fff;
  border: 1px solid #fff;
}
.bx-wrapper{
    margin: 0;
}
/*Qc Menu right*/
.section-home-top-6 .box-right {
    overflow: hidden;
    max-width: 100%;
}
.section-home-top-6 .box-left, .section-home-top-6 .box-right {
    float: left;
}
.group-banner-slider.right {
    float: left;
}
/*Qc Menu bottom*/
.group-banner4 {
    background: #fff;
    padding: 15px 0;
    margin:0;
    position:relative;
    max-height:200px;
    overflow:hidden;
}
.group-banner4 ul{margin:0;padding:0;}
.group-banner4 .list-banner {
    margin-left: -5px;
    margin-right: -5px;
}
.group-banner4 .list-banner li {
    display: inline;
    float: left;
    padding: 0 3px;
}
.group-banner4 .list-banner li img{max-height:170px;}
.banner-opacity {
    position: relative;
}
.banner-opacity a:before{
    display: block;
    position: absolute;
    -webkit-transition: all 0.1s ease-in 0.1s;
    transition: all 0.1s ease-in 0.1s;
    background: rgba(0,0,0,0.1);
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0px;
    top: 0px;
    content: "";
    height: 0%;
    width: 100%;
    left: 0%;
    top: 50%;
}
.banner-opacity a:hover:before{
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.2s ease-in 0.1s;
  transition: all 0.2s ease-in 0.1s;
  height: 100%;
  left: 0%;
  top: 0%;
}
.top400 { width: 100%; float: left; margin: 0; padding: 0;white-space:nowrap;border-top:3px solid #fe6b01; }
 
 .top400 li img {padding: 0 5px; }
 .top400 li {float: left; padding: 4px 0; line-height: 27px; padding-left: 25px; list-style-type: none;font-size: 12px; }
 .top400 li.header-msg {
    background: #fe6b01;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-left: 0 !important;
    width: 100% !important;
    margin-bottom: 5px;
text-transform: uppercase;
}
 .top400 li.deliver { background: url("../img/ship.png") no-repeat scroll 0px center; }
 
 .top400 li.email { background: url("../img/email.png") no-repeat scroll 0px center; }
 
 .top400 li.fone { background: url("../img/phone.png") no-repeat scroll 0px center;font-size:16px;color:#f00;}
 
 .top400 li.openbox { background: url("../img/open.png") no-repeat scroll 0px center; }
 
 .top400 li.pay { background: url("../img/payment.png") no-repeat scroll 0px center; }
 
 .top400 li.time { background: url("../img/time.png") no-repeat scroll 0px center; }
  .top400 li.qua {
    background: rgba(0, 0, 0, 0) url("../img/quality.jpg") no-repeat scroll 0px 15px;
    color: #ff6600;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 15px;
    padding-left: 45px;
    padding-top: 15px;
    text-transform: uppercase;
    width: 100%;
    white-space:normal;
    letter-spacing:-0.7px;
}
 .top400 li.return { background: url("../img/return.jpg") no-repeat scroll 0px center; }
 .top400 li.salehome{max-height:250px;overflow:hidden;letter-spacing:-0.5px;}
  .top400 li.salehome .agent_desc span{margin-left:0;}
  .top400 li.salehome:hover{right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;}
 .top400 li.salehome h3.titlesale{font-size: 12px;}
 .top400 li.salehome h3.titlesale span{float:none;}
#stylescolle::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #ccc;
}

#stylescolle::-webkit-scrollbar
{
	width: 5px;
	background-color: #ccc;
}

#stylescolle::-webkit-scrollbar-thumb
{
	background-color: #3f71ae;
    border-radius:10px;
}
@media (max-width: 480px) {
    .top_menu .lg {
    top: 0px;
    width: 150px;
    height: auto;
}
    .top_section .top_box .top_list div.form input[type="text"]{width: 250px !important;}
    .top_section .top_box .top_list li.spc{margin-right:0;letter-spacing: -0.7px;}
    .top_section .top_box .top_list li a{font-size:14px;}
}