html.openmenu{
    overflow: hidden;
    position: relative;
    pointer-events: none;
    height: 100%;
}

/*fixed IOS*/
html.openmenu body{
    height: 100%;
    position: relative;
    overflow: hidden;
}

body{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    line-height: 24px;
}
/*body.openmenu #vnt-wrapper{*/
    /*-webkit-transform:translate(-440px,0);*/
    /*-moz-transform:translate(-440px,0);*/
    /*transform:translate(-440px,0);*/
/*}*/
#vnt-wrapper{
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
#vnt-container{
    width: 100%;
    margin: 0 auto;
    background-color: #26292c;
    overflow: hidden;
}
.wrapper{
    max-width:  1200px;
    padding: 0 15px;
    margin: 0 auto;
}
img{
    max-width: 100%;
}
/*================BEGIN: HEADER===================*/
/*================BEGIN: HEADER===================*/
#header{
    width: 100%;
    background-color: #1e2329;
    padding: 10px 0;
    position: relative;
    z-index: 101;
    font-family: 'Open Sans', sans-serif;
}
#header .logo{
    width: 150px;
    float: left;
}
#header .logo img{
    max-width: 139px;
    max-height: 37px;
}
#header .menu-top{
    float: right;
}
#header .menu-top ul{
    text-align: right;
    z-index: 101;
}
#header .menu-top ul li{
    display: inline-block;
    margin-left:40px;
    position: relative;
}
#header .menu-top ul li a{
    display: block;
    padding:4px 0 5px 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    position: relative;
    -webkit-transition:color 0.5s ease;
    -moz-transition:color 0.5s ease;
    -o-transition:color 0.5s ease;
    transition:color 0.5s ease;
}
#header .menu-top ul li a:hover{
    color:#dd6823;
}
#header .menu-top ul li a:after{
    position: absolute;
    content:"";
    bottom: 0;
    height: 1px;
    left:30px;
    right:100%;
    background-color: #dd6823;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#header .menu-top ul li:hover a:after{
    right: 0;
}
#header .menu-top ul li a:before{
    position: absolute;
    font-family: fontawesome;
    font-size: 18px;
    line-height: 30px;
    top: 4px;
    left: 0;
}
#header .menu-top ul li.thietke a:before{
    color: #b4d351;
}
#header .menu-top ul li.quangcao a:before{
    color: #f87222;
}
#header .menu-top ul li.dichvu a:before{
    color: #0a90c8;
}
#header .menu-top ul li.daotao a:before{
    color: #978630;
}
#header .menu-top ul ul{
    top: 100%;
    left: 0;
    position: absolute;
    width: 245px;
    background: #1e2329;
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#header .menu-top ul li:hover ul{
    opacity: 1;
    margin-top: 10px;
    visibility: visible;
}
#header .menu-top ul ul:before{
    position: absolute;
    bottom: 100%;
    height: 10px;
    left: 0;
    width: 100%;
    content: '';
}
#header .menu-top ul ul li{
    border-bottom: 1px solid #35393f;
    display: block;
    margin-left: 0;
}
#header .menu-top ul ul li a{
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    text-transform: none;
    padding-left: 50px;
}
#header .menu-top ul ul li a:before{
    font-family: fontawesome;
    content: '\f0da';
    color: #dd6823 !important;
    left: 30px;
}
#header .menu-top ul ul li a:after{
    display: none;
}
#header .menu-top .divMenu{
    display: none;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 0 10px 30px;
    cursor: pointer;
}
#header .menu-top .divMenu:after{
    position: absolute;
    top: 10px;
    left: 0;
    font-family:"fontawesome";
    content: '\f0c9';
}
/*================END: HEADER===================*/
/*================BEGIN: SLOGAN===================*/
.sologan{
    width: 100%;
    background-color: #34383b;
    position: relative;
    z-index:100;
    padding: 20px 0 20px 0;
    min-height: 120px;
}
.sologan:after{
    position: absolute;
    width: 100%;
    height: 24px;
    top: 100%;
    left: 0;
    background: url(../images/bg-header.png) no-repeat center center;
}
.sologan .divtitle{
    padding-right: 200px;
    color: #ffffff;
}
.sologan .divtitle .text1{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.sologan .divtitle .text1 h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.sologan .divtitle .text2{
    font-size: 22px;
    line-height: 32px;
    color: #999999;
}
.sologan .divtitle .text2 span{
    color: #ffffff;
    text-decoration: underline;
}
.sologan .div_icon{
    position: absolute;
    width: 80px;
    height: 80px;
    border: 3px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top:0;
    right: 0;
    color: #ffffff;
    text-align: center;
    font-size:35px;
    line-height: 40px;
    padding-top: 17px;
}
/*=================END: SLOGAN====================*/

/*=================BEGIN: FOOTER====================*/
#footer{
    width: 100%;
    background: url(../images/bg-footer.jpg) repeat-x center top #1e2329;
    padding: 25px 0;
    font-family: 'Open Sans', sans-serif;
}
.Tfooter{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-l{
    float:left;
    font-size:  12px;
    line-height: 20px;
    color:#959595;
    padding-top: 5px;
}
.footer-r{
    float:right;
    text-align: right;
}
.menu-footer ul{
    width: 100%;
    text-align: right;
}
.menu-footer ul li{
    display: inline-block;
    margin:  0 20px;
    padding: 5px 0;
    position: relative;
}
.menu-footer ul li:after{
    position: absolute;
    content:"";
    height: 1px;
    background-color:#dd6823;
    left: 30px;
    right: 100%;
    bottom: 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.menu-footer ul li:hover:after{
    right: 0;
}
.menu-footer ul li:last-child{
    margin-right:  0;
}
.menu-footer ul li a{
    font-size: 20px;
    line-height:30px;
    color: #999999;
    position: relative;
    font-weight: 300;
    display: block;
    padding-left: 30px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.menu-footer ul li a:before{
    position: absolute;
    font-family: fontawesome;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 30px;
    padding: 1px;
}
.menu-footer ul li a:hover{
    color: #dd6823;
}
.Trust{
    text-align: right;
}
.Trust a{
    padding-left: 50px;
    display: inline-block;
    min-height: 36px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
}
.Trust a:after{
    position: absolute;
    font-family: fontawesome;
    content: "\f137";
    font-size: 38px;
    line-height: 35px;
    padding: 0 1px;
    top: 50%;
    left: 0;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.Trust a img{
    margin-left: 10px;
}
.vntrust{
    float: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 18px;
    line-height: 28px;
    color: #999999;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-weight: 300;
}
.vntrust img{
    margin-left: 10px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 135px;
}
.vntrust a{
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.vntrust-social{
    float: right;
}
.vntrust-social ul li{
    float: left;
    padding-left: 20px;
}
.vntrust-social ul li a{
    display: block;
    font-size: 45px;
    line-height: 45px;
    color: #8f9194;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.vntrust-social ul li a img{
    width: 45px;
}
.vntrust-social ul li a:hover{
    color: #ffffff;
}
.vntrust-social ul li a i{
    font-size: 45px;
    line-height: 45px;
}
/*=================END: FOOTER====================*/
/*====BEGIN: MENU MOBILE====*/
.menu_mobile{
    float: right;
    position: relative;
    overflow: hidden;
    display: none;
    font-family: 'Open Sans', sans-serif;
}
.menu_mobile.showmenu{
    position: static;
}
.menu_mobile .icon_menu{
    position: relative;
    width: 45px;
    height: 45px;
    cursor: pointer;
    color: #fb7224;/*b4b5bf*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 28px;
    text-align: center;
    font-size: 10px;
    line-height: 7px;
    margin-left: 10px;
    text-transform: uppercase;
    border: 1px solid #fb7224;/*54585d*/
    background: #1e2329;
}
.menu_mobile .icon_menu .style_icon{
    display: block;
    position: absolute;
    top: 13px;
    left: 8px;
    right: 8px;
    height: 3px;
    background: transparent;
    -webkit-transition: background 0s .3s;
    -moz-transition: background 0s .3s;
    transition: background 0s .3s;
}
.menu_mobile .icon_menu .style_icon:before,
.menu_mobile .icon_menu .style_icon:after{
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fb7224;
    content: "";
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}
.menu_mobile .icon_menu .style_icon:before{
    top: -3px;
    -webkit-transition-property: top, -webkit-transform;
    -moz-transition-property: top, -moz-transform;
    transition-property: top, transform;
}
.menu_mobile .icon_menu .style_icon:after{
    bottom: -3px;
    -webkit-transition-property: bottom, -webkit-transform;
    -moz-transition-property: bottom, -moz-transform;
    transition-property: bottom, transform;
}
.menu_mobile.showmenu .icon_menu .style_icon{
    background: transparent;
}
.menu_mobile.showmenu .icon_menu .style_icon:before{
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}
.menu_mobile.showmenu .icon_menu .style_icon:after{
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}
.menu_mobile .divmm {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    text-align: left;
    z-index: 99999;
}
.menu_mobile .divmm .mmContent {
    width: 100%;
    height: 100%;
    max-width: 500px;
    padding-left: 60px;
    margin: 0 0 0 auto;
    position: relative;
    top: 0;
    right: 0;
    z-index: 101;
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none;
}
.menu_mobile .divmm .mmContent .mmSearch {
    padding: 10px;
    background-color: #d01820;
    position: relative;
    z-index: 1;
}
.menu_mobile .divmm .mmContent .mmSearch .input-group .form-control {
    height: 30px;
}
.menu_mobile .divmm .mmContent .mmSearch .input-group button.btn {
    height: 30px;
    background: #dca73a;
    color: #ffffff;
    border-color: #dca73a;
    outline: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.menu_mobile .divmm .mmContent .mmSearch .input-group button.btn span {
    color: #ffffff;
}
.menu_mobile .divmm .mmContent .mmTitle{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    padding: 13px 10px 13px 10px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #0ba957;
}
.menu_mobile .divmm .mmContent .mmTitle:after{
    position: absolute;
    font-family: "fontawesome";
    top: 10px;
    left: 15px;
    width: 35px;
    height: 26px;
    border-right: 1px solid #4dcbd5;
    color: #ffffff;
    font-weight: normal;
    font-size: 30px;
    line-height: 26px;
}
.menu_mobile .divmm .mmContent .mmMenu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    color: #ffffff;
    pointer-events: auto;
    background: #38404b;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 1;
}
.menu_mobile .divmm .mmContent .mmMenu ul {
    width: 100%;
}
.menu_mobile .divmm .mmContent .mmMenu > ul{

}
.menu_mobile .divmm .mmContent .mmMenu ul li {
    display: block;
    border-bottom: 1px solid #505e71;
    position: relative;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.menu_mobile .divmm .mmContent .mmMenu ul li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding: 10px 10px 10px 55px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    font-weight: 300;
}
.menu_mobile .divmm .mmContent .mmMenu ul li a:before{
    position: absolute;
    font-family: fontawesome;
    font-size: 18px;
    line-height: 24px;
    top: 10px;
    left: 20px;
    color: #8f9194;
}
.menu_mobile .divmm .mmContent .mmMenu ul li.thietke a:before{
    color: #b4d351;
}
.menu_mobile .divmm .mmContent .mmMenu ul li.quangcao a:before{
    color: #f87222;
}
.menu_mobile .divmm .mmContent .mmMenu ul li.dichvu a:before{
    color: #0a90c8;
}
.menu_mobile .divmm .mmContent .mmMenu ul li.daotao a:before{
    color: #978630;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub{
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li > .m-sub > .button-submenu.show,
.menu_mobile .divmm .mmContent .mmMenu > ul > li > .m-sub > .button-submenu:hover{
    color: #ffffff;
    background: #505e72;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > a{
    color: #f87222;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub > a{
    color: #f87222;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li > .m-sub > a:after,
.menu_mobile .divmm .mmContent .mmMenu > ul > li > a:after {
    position: absolute;
    font-family: "fontawesome";
    top: 10px;
    left: 10px;
    font-size: 6px;
    line-height: 24px;
    color: #a7a3a2;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul {
    padding-left: 25px;
    background: #505e72;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li{
    border-bottom: none;
    border-top: 1px solid #858f9d;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li:first-child{
    border-top: 0;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li a {
    padding: 12px 10px 12px 31px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-transform: none;
    position: relative;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li a:after{
    position: absolute;
    font-family: fontawesome;
    content: '\f105';
    top: 12px;
    left: 0;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li a:hover{
    color: #f87222;
    background-color: transparent;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .m-sub{
    position: relative;
    padding-right: 45px;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px;
    cursor: pointer;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    border-left: 1px solid #505e71;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu:after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family:"fontawesome";
    content: '\f0da';
    font-size: 20px;
    line-height: 36px;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub > .button-submenu:after{
    /*color:#f87222;*/
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu.show:after {
    content: '\f0d7';
}
.menu_mobile .divmm .mmContent .formsearch{
    height: 60px;
    background: #104872;
    padding: 10px 0;
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 62px;
    right: 0;
    z-index: 1;
}
.menu_mobile .divmm .mmContent .formsearch .form-control{
    background: none;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}
.menu_mobile .divmm .mmContent .formsearch button.btn{
    width: 50px;
    height: 34px;
    background: none;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    position: relative;
}
.menu_mobile .divmm .mmContent .formsearch button.btn:after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "fontawesome";
    content: '\f002';
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size: 25px;
}
.menu_mobile .divmm .mmContent .close-mmenu {
    position: absolute;
    top: 10px;
    left: 300px;
    width: 60px;
    height: 50px;
    /*background: url("../images/icon-close.jpg")no-repeat 50% 50%;*/
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    pointer-events: auto;
}
/*.menu_mobile .divmm .mmContent .close-mmenu:after{*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*font-size: 30px;*/
/*line-height: 40px;*/
/*-webkit-transform:translate(-50%,-50%);*/
/*-moz-transform:translate(-50%,-50%);*/
/*-o-transform:translate(-50%,-50%);*/
/*-ms-transform:translate(-50%,-50%);*/
/*transform:translate(-50%,-50%);*/
/*color: #333333;*/
/*font-family: "fontawesome";*/
/*content: "\f00d";*/
/*}*/
.menu_mobile .divmm.show {
    visibility: visible;
}
.menu_mobile .divmm.show .mmContent {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.menu_mobile .divmm.show .mmContent .close-mmenu {
    left: 0;
    top: 10px;
    opacity: 1;
}
.menu_mobile .divmm .divmmbg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu_mobile .divmm.show .divmmbg {
    opacity: 1;
    visibility: visible;
}
.menu_mobile .divmm .mmContent .loginMB .ullogin li{
    float: left;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    display: inline;
    border-bottom: none;
}
.menu_mobile .divmm .mmContent .loginMB .ullogin li:after{
    content: '/';
    padding: 0 5px;
}
.menu_mobile .divmm .mmContent .loginMB .ullogin li:last-child:after{
    content: '';
}
.menu_mobile .divmm .mmContent .loginMB .ullogin li a{
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    display: inline;
    text-transform: none;
}
.menu_mobile .divmm .mmContent .loginMB .ullogin li a:hover{
    color: #d70a5a;
}
@media screen and (max-width:1024px){
    #header .menu-top{
        display: none;
    }
    .menu_mobile{
        display: block;
    }
    #header .logo{
        margin-top: 5px;
    }
    .Tfooter {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .vntrust{
        float: none;
        text-align: right;
    }
}
@media screen and (max-width:1023px){
    #footer{
        padding-top: 3px;
    }
    #footer .footer-l{
        width: 100%;
        margin-bottom: 10px;
    }
    #footer .footer-r{
        width: 100%;
    }
    .menu-footer{
        margin-bottom: 5px;
    }
    .menu-footer ul{
        text-align: left;
    }
    .menu-footer ul li{
        display: block;
        margin: 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 0;
        width: 50%;
        float: left;
    }
    .menu-footer ul li:after{
        display: none;
    }
    .menu-footer ul li a{
        display: block;
        padding: 10px 10px 10px 30px;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .menu-footer ul li:nth-child(2n+1) a{
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
    .menu-footer ul li:nth-child(2n+2) a{
        padding-left: 40px;
    }
    .menu-footer ul li:nth-child(2n+2) a:before{
        left: 10px;
    }
    .menu-footer ul li a:before{
        top: 10px;
    }
    .menu-footer ul li a:hover{
        color:#dd6823;
    }
    .menu-footer ul li a:after{
        display: none;
    }
    .sologan{
        padding: 20px 0;
        min-height: 0;
    }
    .sologan .divtitle{
        padding-right: 0;
    }
    .sologan .div_icon{
        display: none;
    }
    .sologan .divtitle .text1 h2,
    .sologan .divtitle .text1{
        font-size: 25px;
        line-height:35px;
        text-align: center;
    }
    .sologan .divtitle .text2{
        font-size: 16px;
        line-height:22px;
        text-align: center;
    }

    #header .menu-top ul{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #23272a;
        display: none;
    }
    #header .menu-top.show ul{
        display: block;
    }
    #header .menu-top ul li{
        display: block;
        margin: 0;
        text-align: left;
    }
    #header .menu-top ul li a{
        padding: 15px 20px 15px 50px;
        background-position: 20px center !important;
    }
    #header .menu-top ul li ~ li{
        border-top: 1px solid #333639;
    }
    #header .menu-top .divMenu{
        display: block;
    }
    #header .menu-top ul li a:after{
        display: none;
    }
}
@media screen and (max-width:768px){
    #footer{
        padding-top: 15px;
    }
    .menu-footer ul li{
        width: 100%;
    }
    .menu-footer ul li:nth-child(2n+1) a{
        border-right: none;
    }
    .menu-footer ul li:nth-child(2n+2) a{
        padding-left: 30px;
    }
    .menu-footer ul li:nth-child(2n+2) a:before{
        left: 0;
    }
}
@media screen and (max-width:767px){
    .menu_mobile .divmm .mmContent{
        max-width: 320px;
    }
}
@media screen and (max-width:480px){
    #header .menu-top{
        position: static;
    }
    #header .menu-top ul{
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
    }
}
@media screen and (max-width:479px){
    .vnt-proccess .vp-title, .vnt-proccess .vp-title h2{
        font-size: 30px;
        line-height: 40px;
    }
    .vntrust {
        font-size: 14px;
        line-height:24px;
    }
    .vntrust a {
        font-size: 14px;
        line-height:24px;
    }
    .vntrust img{
        width: 100px;
        margin-left: 5px;
    }
}
@media screen and (max-width:360px){
    .Trust a{
        font-size: 15px;
    }
    .vntrust {
        font-size: 12px;
        line-height:22px;
    }
    .vntrust a {
        font-size: 12px;
        line-height:22px;
    }
    .vntrust img{
        width: 90px;
    }
}