@import url(../fonts/font-awesome-4.7/css/font-awesome.min.css);
@import url(../js/slick/slick.css);
@import url(../js/slick/slick-theme.css);
@import url(../fonts/sfprodisplay/stylesheet.css);
@import url(reset.css);
.clear:after,
.all:after,
#main-wrap:after,
#footer:after {
    content: "";
    display: table;
    clear: both
}

.clear:before,
.all:before,
#main-wrap:before,
#footer:before {
    display: table;
    content: " "
}

::-moz-selection {
    background: #f19099
}

::selection {
    background: #f19099
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none
}

body {
    font-family: "SF Pro Display", sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.4
}
.col-66{
    width: 66.66%;
}
.col-33{
    width: 33.33%;
}
.col-50{
    width: 50%;
}
.col-40{
    width: 40%;
}
.col-60{
    width: 60%;
}
.col-25{
    width: 25%;
}
.col-75{
    width: 75%;
}

@media screen and (max-width: 700px) {
    body {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    body.menuin {
        margin-left: 270px;
        margin-right: -270px;
        overflow: hidden;
        height: 100vh;
        width: 100vw
    }
    body.menuin.ios {
        position: fixed;
        left: 0;
        right: 0
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: "SF Pro Display", sans-serif;
    line-height: 1.3
}

img {
    max-width: 100%
}

strong,
.bold {
    font-weight: bold
}

.all {
    position: relative;
    margin: 0 auto;
    width: 1170px;
    max-width: 100%
}

@media screen and (max-width: 1190px) {
    .all {
        width: 100%;
        padding: 0 10px
    }
}

.left {
    float: left
}

.right {
    float: right
}

.center-txt {
    text-align: center
}

.left-txt {
    text-align: left
}

.right-txt {
    text-align: right
}

.hl-txt {
    color: #CE1A2B
}

.fcontrol {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    width: 100%;
    height: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    border: solid 1px #e1e1e1;
    padding: 10px 15px;
    line-height: 20px;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fcontrol:focus {
    border-color: #CE1A2B;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(206, 26, 43, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(206, 26, 43, 0.6)
}

.fcontrol.pill-control {
    border-radius: 20px;
    -webkit-border-radius: 20px
}

select.fcontrol {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/icon-select.png) no-repeat right 15px center;
    padding: 0;
    padding-right: 25px;
    padding-left: 15px;
    line-height: 40px
}

textarea.fcontrol {
    height: 100px;
    resize: none;
    padding: 10px 15px
}

.btn {
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border: none;
    color: #CE1A2B;
    height: 40px;
    line-height: 20px;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 10px 20px;
    text-align: center
}

.btn.pill-btn {
    border-radius: 20px;
    -webkit-border-radius: 20px
}

.btn.primary-btn {
    background-color: #CE1A2B;
    color: white
}

.btn.primary-btn:hover {
    color: white;
    background-color: #a11422
}

.btn:active {
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5)
}
@media screen and (max-width: 700px) {
    body {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    body.menuin {
        margin-left: 270px;
        margin-right: -270px;
        overflow: hidden;
        height: 100vh;
        width: 100vw
    }
    body.menuin.ios {
        position: fixed;
        left: 0;
        right: 0
    }
}
.navbar-toggle {
    padding: 8px 8px;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    position: relative;
    border: solid 1px transparent;
    border-radius: 4px;
    outline: none;
    float: right;
    display: none
}

.navbar-toggle .icon-bar {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px
}

.navbar-toggle.open .icon-bar:nth-child(1) {
    -webkit-transform: translate(-1px, 7px) rotate(-225deg);
    -moz-transform: translate(-1px, 7px) rotate(-225deg);
    -o-transform: translate(-1px, 7px) rotate(-225deg);
    -ms-transform: translate(-1px, 7px) rotate(-225deg);
    transform: translate(-1px, 7px) rotate(-225deg)
}

.navbar-toggle.open .icon-bar:nth-child(2) {
    opacity: 0
}

.navbar-toggle.open .icon-bar:nth-child(3) {
    -webkit-transform: translate(-1px, -7px) rotate(225deg);
    -moz-transform: translate(-1px, -7px) rotate(225deg);
    -ms-transform: translate(-1px, -7px) rotate(225deg);
    -o-transform: translate(-1px, -7px) rotate(225deg);
    transform: translate(-1px, -7px) rotate(225deg)
}

.checklb,
.radiolb {
    cursor: pointer;
    display: inline-block
}

.checklb input,
.radiolb input {
    display: none
}

.checklb span,
.radiolb span {
    display: inline-block;
    vertical-align: middle
}

.checklb .ip-avata,
.radiolb .ip-avata {
    width: 20px;
    height: 20px;
    border: solid 1px #ebebeb;
    margin-right: 10px;
    background-color: white;
    position: relative;
    overflow: hidden
}

.checklb .ip-avata:before,
.radiolb .ip-avata:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    display: block;
    margin-left: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 10px;
    height: 10px;
    text-align: center;
    margin-top: 2px;
    color: #CE1A2B;
    transform: scale(0) translate(0, -40px);
    -webkit-transform: scale(0) translate(0, -40px);
    -moz-transform: scale(0) translate(0, -40px);
    -ms-transform: scale(0) translate(0, -40px);
    -o-transform: scale(0) translate(0, -40px)
}

.checklb input:checked + .ip-avata:before,
.radiolb input:checked + .ip-avata:before {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none
}

.radiolb .ip-avata {
    border-radius: 50%
}

.radiolb .ip-avata:before {
    border-radius: 50%;
    content: '';
    width: 10px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    background: #CE1A2B;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0)
}

.radiolb + .radiolb {
    margin-left: 10px
}

.scroll-top-link {
    position: fixed;
    right: 15px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 24px;
    font-weight: bold;
    padding: 6px;
    text-align: center;
    background-color: #cfd4dd;
    border: rgba(206, 26, 43, 0.5) 5px solid;
    z-index: 99
}

.scroll-top-link:hover {
    border-color: #ce1a2b
}

@media screen and (max-width: 700px) {
    #header .nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 1;
        display: block;
        transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        background-color: transparent;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    #header .nav-wrap .nav-overlay,  #header .nav-wrap .nav-overlay2 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    #header .nav-wrap .nav-ul {
        float: left;
        width: 270px;
        position: relative;
        z-index: 1;
        height: 100%;
        background-color: #111;
        overflow: auto
    }
    #header .nav-wrap .nav-ul > li {
        display: block;
        float: none;
        margin: 0;
        padding: 0
    }
    #header .nav-wrap .sub-menu-wrap {
        position: static;
        transform: none;
        -webkit-transform: none;
        background: transparent;
        padding-left: 15px
    }
    #header .nav-wrap .sub-menu-wrap .sub-menu {
        border-left: solid 1px #fff
    }
    #header .open {
        z-index: 2
    }
    #header .open + .nav-wrap {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
    #header .open + .nav-wrap .nav-overlay, #header .open + .nav-wrap .nav-overlay2 {
        opacity: .7
    }
}

.logo {
    float: left
}

.logo img {
    display: block;
    height: 60px
}

.hd-right {
    float: right
}

.nav-wrap {
    text-align: center
}

.nav-wrap .nav-ul {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: top
}

.nav-wrap .nav-ul > li {
    display: inline-block;
    vertical-align: middle
}

.nav-wrap .nav-ul > li > a {
    display: block;
    line-height: 20px;
    padding: 10px 15px;
    text-transform: uppercase
}

.article-cont {
    line-height: 1.6
}

.article-cont h1,
.article-cont h2,
.article-cont h3,
.article-cont h4,
.article-cont h5,
.article-cont h6 {
    line-height: 1.4;
    margin-bottom: .5em;
    margin-top: .6em
}

.article-cont h1 {
    font-size: 36px
}

.article-cont h2 {
    font-size: 30px
}

.article-cont h3 {
    font-size: 24px
}

.article-cont h4 {
    font-size: 18px
}

.article-cont h5 {
    font-size: 14px
}

.article-cont h6 {
    font-size: 12px
}

.article-cont p {
    margin: 15px 0
}

.article-cont ul,
.article-cont ol {
    margin: 15px 0;
    list-style-position: inside
}

.article-cont ul ul,
.article-cont ul ol,
.article-cont ol ul,
.article-cont ol ol {
    margin-left: 15px
}
.background-full{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.absolute-full{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.nolist-style{
    list-style: none;
}
.pd10-bolt{
    padding-left: 10px;
    padding-right: 10px;
}
.mg-10-bold{
    margin-left: -10px;
    margin-right: -10px;
}
.left-txt{
    text-align: left;
}
.right-txt{
    text-align: right;
}
.center-txt{
    text-align: center;
}
.sec{
    padding: 60px 0;
}
.hidden-desktop {
    display: none;
}
/*# sourceMappingURL=style.css.map */
/*header-top*/
.hd-top {
    height: 120px;
    padding: 20px 0;
    font-size: 13px;
    color: #ffffff;
    background: #333333;
}

.hdt-item {
    float: left;
    font-size: 10px;
}

.hdt-item span {
    font-weight: bold;
    color: #ffc325;
}

.hdt-item a, .hdt-item p {
    transition: .15s;
    line-height: 20px
}

.hdt-item a:hover {
    color: #ff6f7d;
}

.hdt-item:not(:last-child) {
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #e1e1e170;
}
.hdt-item:last-child{
    padding-left: 15px;
}

.hdt-item span.icon-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    background-color: #fca777;
    float: left;
    text-align: center;
    font-size: 10px;
    padding: 3px;
    margin-right: 5px;
}
.hdt-right{
    float: right;
    padding: 20px 0;
}
.hdt-left{
    float: left;
}
.logo img{
    max-height: 100px;
    width: auto;
}
/*end-header-top*/
.hd-main{
    height: 50px;
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top: -25px;
}
.hd-main #main-nav{
    width: calc(100% - 180px);
    float: left;
    color: black;
    font-size: 12px;
    z-index: 3;
}
.hd-main .all{
    padding: 0 30px;
    border-radius: 25px;
    background-color: #f6c90e;
}
.sub-menu{
    list-style: none;
}
@media screen and (max-width: 700px) {
    #header .nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 1;
        display: block;
        transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        background-color: transparent;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    #header .nav-wrap .nav-overlay,  #header .nav-wrap .nav-overlay2 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    #header .nav-wrap .nav-ul {
        float: left;
        width: 270px;
        position: relative;
        z-index: 1;
        height: 100%;
        background-color: #111;
        overflow: auto
    }
    #header .nav-wrap .nav-ul > li {
        display: block;
        float: none;
        margin: 0;
        padding: 0
    }
    #header .nav-wrap .sub-menu-wrap {
        position: static;
        transform: none;
        -webkit-transform: none;
        background: transparent;
        padding-left: 15px
    }
    #header .nav-wrap .sub-menu-wrap .sub-menu {
        border-left: solid 1px #fff
    }
    #header .open {
        z-index: 2
    }
    #header .open + .nav-wrap {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
    #header .open + .nav-wrap .nav-overlay,  #header .open + .nav-wrap .nav-overlay2 {
        opacity: .7
    }
}

.logo {
    float: left
}

.logo img {
    padding-bottom: 10px;
    display: block;
    height: 75px;
    position: relative;
    top: -6px;
}

.hd-right {
    float: right
}

.nav-wrap {
    text-align: center
}
.nav-wrap .nav-ul > li {
    display: inline-block;
    vertical-align: middle
}

.nav-wrap .nav-ul > li > a {
    display: block;
    line-height: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    transition: .15s;
}
.nav-wrap .nav-ul > li:hover > a{
    color: #000;
}

.article-cont {
    line-height: 1.6
}

.article-cont h1,
.article-cont h2,
.article-cont h3,
.article-cont h4,
.article-cont h5,
.article-cont h6 {
    line-height: 1.4;
    margin-bottom: .5em;
    margin-top: .6em
}

.article-cont h1 {
    font-size: 36px
}

.article-cont h2 {
    font-size: 30px
}

.article-cont h3 {
    font-size: 24px
}

.article-cont h4 {
    font-size: 18px
}

.article-cont h5 {
    font-size: 14px
}

.article-cont h6 {
    font-size: 12px
}

.article-cont p {
    margin: 15px 0
}

.article-cont ul,
.article-cont ol {
    margin: 15px 0;
    list-style-position: inside
}

.article-cont ul ul,
.article-cont ul ol,
.article-cont ol ul,
.article-cont ol ol {
    margin-left: 15px
}

/*# sourceMappingURL=style.css.map */
/*menu-profile*/
.menu-profile{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.profile-content{
    background-color: #000;
    position: relative;
    float: right;
    color: #fff;
    width: 270px;
    height: 100%;
    z-index: 9;
    overflow: auto;
}
.profile-top{
    text-align: center;
    padding: 30px 15px 10px;
}
.profile-top .avatar img{
    width: 50%;
    padding-bottom: 20px;
}
.nav-percent{
    width: 100%;
    min-height: 8px;
    border-radius: 8px;
    background-color:  #e1e1e1;
    position: relative;
    margin-top: 10px
}
.nav-percent .nav-percent-ok{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #ff774d;
    border-radius: 8px;
}
.menu-in-profile{
    list-style: none;
}
.menu-in-profile > li:not(:last-child){
    border-bottom: 1px solid #595959;
}
.menu-in-profile > li > a{
    height: 40px;
    padding: 10px 15px;
    line-height: 20px;
    display: block;
    text-align: left;
}
.menu-in-profile > li.active > a{
    background-color: #ff774d;
    color: #fff;
}
.menu-in-profile > li.active > a i{
    color: #fff;
}
.menu-in-profile > li.has-submenu > a{
    position: relative;
}
.icon-down-top .fa-chevron-up{
    display: none;
}
.menu-in-profile > li.has-submenu.active .fa-chevron-up{
    display: block;

}
.menu-in-profile > li.has-submenu.active .fa-chevron-down{
    display: none;
}
.menu-in-profile > li.has-submenu .icon-down-top{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.menu-in-profile > li > a > i{
    margin-right: 10px;
    color: #a2a2a2;
    font-size: 18px;
    width: 20px;
}
.menu-profile.open{
    transform: translateX(0);
}
.menu-profile.login .profile-top .avatar img{
    width: 50%;
}
.menu-in-profile > li.has-submenu .sub-menu{
    list-style: none;
    background-color: #484848;
    display: none;
}
.menu-in-profile > li.has-submenu.active .sub-menu{
    display: block;
}
.menu-in-profile > li.has-submenu .sub-menu > li a{
    height: 40px;
    line-height: 20px;
    padding: 10px 0 10px 30px;
    color: #e1e1e1;
    display: block;
    text-align: left;
}

.info-user-top{
    margin-top: 5px;
    font-weight: bold;
}
.item-info-hd.call-hd.email{
    display: none;
}
.info-user-top span.name{
    color: #d2d2d2;
}
.info-user-top .value.color_orther{
    color: #ff774d;
    font-size: 16px;
}
.btn-logout-profile{
    color: #fff!important;
    font-weight: bold;
    background-color: #ff774d;
    display: block;
    text-align: center;
    border-radius: 10px;
    height: 40px;
    padding: 10px 0;
    line-height: 20px;
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
    transition: .5s;
}
@media screen and (max-width: 980px) {
    #header.sticky .hdt-left{
        width: 100%;
        padding: 10px 10px;
        background-color: #000;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9
    }
    .nav-wrap .nav-ul > li > a{
        color: #fff;
    }
    #header .nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 1;
        display: block;
        transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        background-color: transparent;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    #header .nav-wrap .nav-overlay,  #header .nav-wrap .nav-overlay2 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    #header .nav-wrap .nav-ul {
        float: left;
        width: 270px;
        position: relative;
        z-index: 1;
        height: 100%;
        background-color: #111;
        overflow: auto
    }
    #header .nav-wrap .nav-ul > li {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
    }
    #header .nav-wrap .sub-menu-wrap {
        position: static;
        transform: none;
        -webkit-transform: none;
        background: transparent;
        padding-left: 15px
    }
    #header .nav-wrap .sub-menu-wrap .sub-menu {
        border-left: solid 1px #fff
    }
    #header .open {
        z-index: 9999;
    }
    #header .open + .nav-wrap {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
    #header .open + .nav-wrap .nav-overlay,  #header .open + .nav-wrap .nav-overlay2 {
        opacity: .7
    }
}
/*end-menu-profile*/
/*status*/
.acc-info {
    position: relative;
    float:right;
}
.acc-info .hl .icon{
    margin-right: 5px;
    color: #fff;
}
.acc-info:hover .status,
.acc-info:focus .status {
    display: block;
}

.status {
    font-size: 14px;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    width: 300px;
    max-height: 400px;
}

.status:hover,
.status:focus {
    display: block;
}

.status .status-wrap {
    position: relative;
    left: 0;
    top: 30px;
    width: 300px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: black;
    background-color: white;
}

.status .status__header {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.status .status__header h4 {
    color: white;
    font-size: 24px;
    z-index: 1;
}

.status .status__header::before {
    content: '';
    bottom: 0;
    left: 0;
    background-image: url("../images/status-header-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: calc(100% + 23px);
}

.status .status__body>*:not(.links) {
    padding: 10px 20px;
}

.status .status__body>div:nth-child(odd) {
    background-color: #f8f8f8;
}

.status .status__body .level__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.status .status__body .level__info .rank {
    font-weight: bold;
}

.status .status__body .level__process {
    background: #ebebeb;
    border-radius: 12px;
    height: 20px;
    width: 100%;
    padding: 2px;
    margin: 5px 0;
    overflow: hidden;
}

.status .status__body .level__process>span {
    display: block;
    height: 100%;
    max-width: 100%;
    border-radius: 9px;
    background-color: #3ab1c8;
    background-image: -webkit-repeating-linear-gradient(135deg, transparent 0px, transparent 7px, rgba(0, 0, 0, 0.1) 7px, rgba(0, 0, 0, 0.1) 9px);
    background-image: -o-repeating-linear-gradient(135deg, transparent 0px, transparent 7px, rgba(0, 0, 0, 0.1) 7px, rgba(0, 0, 0, 0.1) 9px);
    background-image: repeating-linear-gradient(-45deg, transparent 0px, transparent 7px, rgba(0, 0, 0, 0.1) 7px, rgba(0, 0, 0, 0.1) 9px);
    background-size: 50px 50px;
    background-position: 0 0;
    overflow: hidden;
    -webkit-animation: move 4s linear infinite;
    animation: move 4s linear infinite;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.status .status__body .balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.status .status__body .balance__number {
    margin-left: 10px;
    font-weight: bold;
}

.status .status__body .balance__number .vnd {
    color: #2772db;
}

.status .status__body .balance__number .cny {
    color: #3ab1c8;
}

.status .status__body .links>a {
    padding: 10px 20px;
    display: block;
    text-align: start;
}

.status .status__body .links>a i {
    float: right;
    line-height: 2;
    color: #2772db;
}

.status .status__body .links>a:hover {
    background-color: #2772db;
    color: white;
}

.status .status__body .links>a:hover>i {
    color: white;
}

.status .status__footer .ft-btn {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 10px 0;
    border-radius: unset;
    background-color: #d62d20;
    color: white;
    text-align: center;
}

.status .status__footer .ft-btn:hover {
    background-color: #aa2419;
}
/*end-status*/
.nav-wrap .nav-ul > li.active > a{

}
.has-dropdown{
    position: relative;
}
#header .nav-ul .mn-dropdown-menu li.current-menu-item>a {
    color: #ff774d;
}
#header .nav-ul .mn-dropdown-menu {
    min-width: 230px;
    position: absolute;
    z-index: 9;
    width: auto;
    top: 100%;
    left: 0;
    display: block;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: perspective(1200px) rotateX(-90deg);
    transform: perspective(1200px) rotateX(-90deg);
}
.mn-dropdown-menu{
    list-style: none;
    padding: 20px 0;
    box-shadow: 0px 2px 7px 1px #313131;
}
#header .nav-ul li.has-dropdown:hover .mn-dropdown-menu{
    transform: none;
}
.mn-dropdown-menu > li > a{
    display: block;
    color: black;
    font-family: "SF Pro Display", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding: 10px 20px;
    transition: 0.15s;
}
.mn-dropdown-menu > li{
    border-bottom: 1px solid #e1e1e1;
}
.mn-dropdown-menu > li > a:hover{
    color: #fff;
    background-color: #ff774d;
}
#header .nav-ul .mn-dropdown-menu li.current-menu-item:hover >a{
    color: #fff;
}
#header .nav-ul li.has-dropdown .icon-down-angle{
    position: absolute;
    right: 0px;
    top: 20px;
    transform: translateY(-50%);
}
.btn-setting-tool {
    background-color: #333333;
    border-radius: 20px;
    color: #ffc325;
    font-weight: bold;
    font-size: 12px;
    float: right;
    line-height: 15px;
    padding: 10px 30px;
    z-index: 3;
    height: 35px;
    margin-top: 7px;
    transition: .15s;
    max-width: 180px
}
.btn-setting-tool a:hover{
    color: #fff
}
/*end-header*/
/*banner*/
.group-banner{
    margin-top: -25px;
}
.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:80vh;
}
.group-banner .banner-entry{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: inline-table;
    color: #fff;
    z-index: 5;
    width: 100%;
    pointer-events: none;
}

.group-banner .banner-entry .title{
    font-size: 48px;
    font-weight: 500;
    color: #ffc325;
}
.group-banner .banner-entry .desc{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 60px;
    max-width: 550px;
}
.group-banner .banner-entry .desc span{
    color: #68a508;
}
.group-tool .title-tool{
    float: left;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 30px 10px 0;
    color: #cccccc;
}
.tool-item{
    float: left;
}
.tool-item a{
    color: #ffc325;
    background-color: #333;
    height: 40px;
    width: 140px;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    padding: 10px 0;
    transition: .15s;
    box-shadow: 0px 4px 8px 1px #00000091;
    pointer-events: all;
}
.tool-item a .icon{
    margin-right: 10px;
}
.tool-item a:hover {
    color: #333;
    background-color: #ffc325
}
.group-banner{
    position: relative;
    height: 80vh;
}
.group-banner:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background-color: #333;
    opacity: .8;
}
/*end-banner*/
/*find-product*/
.input-form input::placeholder {
    font-style: italic;
}

.input-form input:-ms-input-placeholder {
    font-style: italic;
}

.input-form input::-ms-input-placeholder {
    font-style: italic;
}
.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 4px;
    margin-top: 40px;
}

.search-form .select-form {
    width: 145px;
    -ms-flex-negative: 0;
    min-height: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.search-form .input-form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search-form .input-form .fcontrol {
    border: none;
}

.search-form .submit-form {
    display: block;
    color: #ffcf4e;
    background-color: #fff;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.search-form .submit-form:hover {
    background-color: #f8f8f8;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 450px) {
    .search-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .search-form .input-form {
        width: calc(100% - 145px);
    }

    .search-form .input-form .fcontrol {
        border-top: unset;
    }

    .search-form .submit-form {
        width: 100%;
        display: block;
    }
}


.search-form .select-form .icon {
    right: 0px;
    padding: 3px 10px;
}

.search-form .dd {
    height: 100%;
    border-radius: 5px 0 0 5px;
    border: none;
}

.search-form .dd .divider {
    display: none;
}

.search-form .dd .ddTitle {
    height: 100%;
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
}
.dd .ddTitle{
    background-color: unset !important;
}
.search-form .dd .ddTitle .ddTitleText {
    position: relative;
    height: 100%;
    padding: 5px 20px 5px 0px;
}

.search-form .dd .ddTitle .ddTitleText img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    height: 30px;
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    padding-right: 0;
}

.search-form .dd .ddlabel {
    font-size: 13px;
    font-weight: 500;
    color: black;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 0px 8px 40px;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.search-form .dd .ddChild li img {
    max-width: 35px;
}

.search-form .dd .ddChild li .ddlabel {
    padding-left: 5px;
}

@media screen and (max-width: 500px) {
    .search-form .dd {
        border-radius: unset;
    }

    .search-form .dd .ddTitle {
        border-radius: unset;
    }

    .search-form .submit-form {
        border-radius: unset;
    }
}

.select-form {
    position: relative;
}

.select-form .fcontrol {
    font-size: 12px;
    font-weight: bold;
    background-color: #fff;
    border: 0px;
}

.select-form .fcontrol option {
    color: black;
    font-weight: 600;
}

.select-form .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    pointer-events: none;
    color: #68a508;
}

.input-form {
    position: relative;
    overflow: hidden;
}

.input-form .fcontrol {
    font-size: 14px;
    width: 100%;
    border-left: unset;
    border-right: unset;
}
.sec-title .hd {
    font-size: 30px;
    font-weight: 500;
    padding-right: 20px;
    flex-shrink: 0;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000026;
    position: relative;
    margin-bottom: 20px;
}
.sec-title .hd:after{
    position: absolute;
    width: 70px;
    height: 3px;
    background: #ffc325;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
}
.sec-title.by .hd:after{
    background-color: #333333;
}
.sec-title.tt-left .hd:after{
    margin-left: 0;
}
.sec-title .ct{
    color: #464646;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 33.33%;
}
.find-prd-wrap .sec-title .ct{
    width: 66.66%;
}
.find-prd-wrap .search-form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    background-color: #fff;
    padding-bottom: 0px;
    border-radius: 20px;
}
.title-left .title .hd{
    text-align: left;
    border-bottom: 1px solid #e1e1e13d;
}
.sec.title-left .title .hd:after{
    margin-left: 0;
    background: #fff;
}
.sec.title-left .title .ct{
    color: #fff;
    text-align: left;
}


.find-prd-wrap .search-form .submit-form {
    width: 120px;
    line-height: 10px;
    padding: 10px 0;
    border-radius: 20px;
    background-color: #333333;
    color: #ffc325;
    z-index: 1;
    text-decoration: none;
    font-weight: bold;
    float: left;
    text-align: center;
    transition: .15s;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 12px;
}
.find-prd-wrap .search-form .submit-form:hover{
    color: #fff;
    background-color: #ff6818;
}
.icon-search{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}


.find-prd-wrap .input-form {
}

.find-prd-wrap .input-form .fcontrol {
    padding-right: 105px;
    padding-left: 30px;
    background: transparent;
}
@media screen and (max-width: 600px) {
    .find-prd-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .find-prd-wrap .title {
        width: 100%;
        margin-bottom: 10px;
    }

    .find-prd-wrap .search-form {
        -ms-flex-wrap: wrap;
        background: #ffffff;
        border-radius: 20px;
        flex-wrap: wrap;
    }

    .find-prd-wrap .search-form .submit-form {
        position: static;
        display: block;
        width: 100%;
        height: 30px;
        border-radius: unset;
        transition: .3s;
    }

    .find-prd-wrap .input-form .fcontrol {
        padding-right: 15px;
    }
}
.find-product{
    background-image: url(../images/bg-find.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.find-prd-wrap{
    width: 50%;
}
.find-prd-right{
    width: 40%;
    float: right;
}
ul.list-bot-banner {
    list-style: none;
    text-align: center;
}
ul.list-bot-banner li:not(:last-child){
    margin-bottom: 30px;
}
.list-logo-shop > li{
    padding: 10px;
    float: left;
    width: 25%;
}
.list-logo-shop > li a{
    width: 100%;
    padding-bottom: 50%;
    background-color: #fff;
    border-radius: 5px;
    display: block;
    position: relative;
}
.list-logo-shop > li >a .logoshop{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    max-width: 220px;
    height: auto;
    max-height: 90px;
}
.group-logo-shop{
    padding-top: 30px;
}
.find-product.sec{
    padding-bottom: 0;
}
.bg-plant{
    position: absolute;
    right: 0;
    bottom: 80%;
    height: 500px;
    left: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/*end-find-product*/
/*services*/
ul.list-right{
    list-style: none;
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
}
.list-right li {
    width: 33.33%;
    float: left;
    padding: 10px;
    overflow: hidden;
    position: relative;
}
.item-right-customer .img {
    height: 40px;
    width: 40px;
    text-align: center;
    position: relative;
    margin-left: -5px;
}
.item-right-customer{
    padding: 20px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.item-right-customer:before{
    content: '';
    background: #ffc325;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(100%);
    transition: .3s;
    z-index: 0;
}
.item-right-customer:hover:before{
    transform: none;
}

.item-right-customer .info {
    margin-top: 15px;
    color: #707070;
    position: relative;
    z-index: 1;
}
.item-right-customer .img img {
    max-width: 100%;
    max-height: 100%;
}
.item-right-customer .info .title {
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;

}
.btn-seemore a .icon{
    color: #000;
    margin-left: 3px;
}
.btn-seemore a{
    line-height: 15px;
    padding: 5px 10px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 10px;
    transition: .15s;
    color: #000;
    background: #ffc325;
    float: left;
    transition: .15s;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}
.btn-seemore a:hover .icon{
    color: #000;
}
.item-right-customer .btn-seemore a:hover{
    background-color: #fff !important;
    color: #000 !important;
}
.item-right-customer .desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    min-height: 38px;
}
.item-right-customer:hover .btn-seemore a{
    background-color: #333333;
    color: #ffc325;
}
.item-right-customer:hover .img{
    -webkit-filter: brightness(0.30);
    filter: brightness(0.30);
}
.item-right-customer:hover .btn-seemore a .icon{
    color: #ffc325;
}
.item-right-customer:hover{
    box-shadow: -4px 4px 10px 0px #cbcbcb;
}

/*end-services*/
/*number-count*/
ul.list-number{
    padding-top: 50px;
    padding-bottom: 50px;
}
ul.list-number li{
    width: 25%;
    float: left;
    padding: 10px;
}
.item-number-issue .img{
    width: 80px;
    height: 80px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}
.item-number-issue .info{
    display: block;
    overflow: hidden;
    text-align: center;
}
.item-number-issue .info .title{
    font-size: 30px;
    line-height: 1;
}
.item-number-issue .info .desc{
    line-height: 1.5;
    font-weight: bold;
    font-size: 12px;
    color: #898989
}
.number-issue{
    height: 225px;
}
/*end-number-count*/
/*right-customer*/
.sec-right-customer .item-right-customer{
    border: 0px;
    text-align: center;
}
.sec-right-customer .item-right-customer .img{
    margin: auto;
}
.sec-right-customer .btn-seemore{
    margin-top: 10px;
}
.sec-right-customer .btn-seemore a{
    float: unset;
}
/*end-right-customer*/

/*footer*/
#footer .footer-info.sec{
    padding-top: calc(50px + 80px);
}
#footer .footer-info{
    /*margin-top: -80px;*/
    background-color: #3a4750;
    color: #e1e1e1;
}
ul.list-menu-ft{
    list-style: none;
}
ul.list-menu-ft li{
    border-bottom: 1px solid #5d7177;
    position: relative;
}
ul.list-menu-ft li:after{
    content: "\f105";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffc325;
    font-weight: bold;
    font-size: 16px;
    font-family: "FontAwesome"
}
ul.list-menu-ft li a{
    height: 40px;
    padding: 10px 0;
    line-height: 20px;
    display: block;
    transition: .15s;
}
ul.list-menu-ft li a:hover{
    color: #ffc325;
}
.item-footer{
    width: 25%;
    float: left;
}
.item-footer .desc{
    padding-top: 15px;
}
.title-footer{
    color: #fff;
    padding-bottom: 15px;
}
.item-footer.menu{
    padding: 0 20px;
}
.center-txt {
    text-align: center;
}
#footer .ft-sys {
    color: white;
    background-color: #303841;
    line-height: 20px;
    padding: 10px 0;
    font-size: 12px;
}
#footer .ft-sys strong{
    color: #ffc325;
}
/*end-footer*/
/*step-order*/
.step-oreder .title-sec .title{
    color: #fff;
}
.guide-nav{
    float: left;
    width: 100%;
    padding: 20px 0 0;
}
.guide-content{
    background-color: #ffc325;
}
.list-guide-nav{
    list-style: none;
    position: relative;
    float: left;
    width: 100%;
    border-radius: 5px;
}

.list-guide-nav:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    min-width: 2px;
}
.list-guide-nav .border-middle{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ffc325;
}
.border-middle:after{
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffc325;
}
.border-middle:before{
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    right: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #ffc325;
}
.list-guide-nav li.active a{
    color: #ffc325;
}
.list-guide-nav li.active:hover a{
    /* color: #fff; */
}
.list-guide-nav li.active:after{
    content: "";
    background-color: #fca777
}
.list-guide-nav li.active .shape-icon{
    display: block;
}
.list-guide-nav li.active{
}

.list-guide-nav li{
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    border-radius: 5px;
}
.list-guide-nav li:hover a{
    color: #fca777;
}
.list-guide-nav li:hover img{
}
.list-guide-nav li .shape-icon{
    width: 20px;
    height: 20px;
    border: 2px solid #e9b955;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -29px;
    display: none;
}
.list-guide-nav li:after{

}
.list-guide-nav li{
    line-height: 20px;
    padding: 20px 25px;
}
.list-guide-nav li a{
    transition: 0.15s;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
.list-guide-nav li a img{
    margin: auto;
    display: block;
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 15px;
}
.guide-ct .img img{
    display: block;
    width: 100%;
}
.guide-ct .item-ct{
    display: block;
    overflow: hidden;
    padding-left: 10px;
    text-align: justify;
}
.item-ct .mn-btn{
    display: block;
    float: unset;
    margin-top: 20px;
    transition: 0.15s;
    float: right;
    height: 40px;
    padding: 10px 30px;
    border-radius: 20px;
    background: #333333;
    line-height: 20px;
    color: #ffc325;
}
.item-ct .mn-btn:hover, .btn-item-right a:hover{
    background: #fff;
    color: #000;
}
.step-oreder .title .hd{
    color: #fff;
}
.guide-ct{
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.guide-ct .item-ct{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%;
    padding: 30px 0;
    text-align: right;
}
.guide-ct .img{
    width: 60%;
    float: right;
    padding-left: 10px;
    margin-left: 40%;
}
.guide-ct .item-ct .title{
    font-size: 18px;
    margin-bottom: 10px;
}
/*end-step-order*/
/*google-map*/
.map-google{
    position: relative;
}
.item-contact{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 33.33%;
}
.map-google .all{
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px black;
}
.item-contact{
    background-color: #303841;
    color: #fff;
    padding: 70px;
}
.item-contact-index{
    padding: 10px 0
}
.item-contact a{
    transition: 0.15s;
}
.item-contact a:hover{
    color: #ffc325;
}
.item-contact .title{
    font-size: 16px;
    text-transform: uppercase;
}
.item-contact-index .name {
    font-size: 10px;
    color: #a0adb6;
    font-weight: bold;
}
.item-contact-index .value {
    font-size: 13px;
    font-weight: bold;
}
.bg-map.sec .title .hd{
    color: #fff;
    margin-left: 50px;
}
/*end-google-map*/
.hidden-desktop{
    display: none;
}
.nav-wrap .nav-ul > li.active > a{
    background: #000;
    color: #fff;
    border-radius: 10px;
}
.nav-wrap .nav-ul > li > a:hover{
    color: #Fff;
}
