.pr {
    position: relative;
}
.pa{
    position: absolute;
}
.o_h{
    overflow: hidden;
}
/*================BEGIN: HEARDER===================*/
.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;
}
/*=================BANNER====================*/
#banner{
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#banner1{
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    left: 50%;
    top: 0;-webkit-transform:translate(-50%,0);
    -moz-transform:translate(-50%,0);
    -o-transform:translate(-50%,0);
    -ms-transform:translate(-50%,0);
    transform:translate(-50%,0);
}
#banner1:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-mask.png) repeat 0 0;
    pointer-events: none;
}
#banner img{
    max-width: 100%;
}
#banner1 .arrowleft{
    left: 20px;
    position: absolute;
    width: 30px;
    height:30px;
    top: 50%;
    background: url(../images/arrows.png) no-repeat 0px 0px;
    cursor: pointer;
}
#banner1 .arrowright{
    right: 20px;
    position: absolute;
    top: 50%;
    width: 30px;
    height:30px;
    background: url(../images/arrows.png) no-repeat -30px 0px;
    cursor: pointer;
}
#banner .divForm{
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
    pointer-events: none;
}
#banner .divForm .w_Form{
    width: 370px;
    pointer-events: auto;
}
#banner .divForm .w_Form .often_question{
    margin-bottom: 20px;
}
#banner .divForm .w_Form .often_question a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 55px 13px 25px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    background-color: #f77225;
    color: #ffffff;
    text-align: left;
    position: relative;
    -webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    transition:all 0.7s ease;
}
#banner .divForm .w_Form .often_question a:after{
    position: absolute;
    top: 13px;
    right: 15px;
    font-family: "fontawesome";
    content: '\f059';
    font-size: 25px;
}
#banner .divForm .w_Form .often_question a:hover{
    color: #333333;
    background-color: #b2d347;
}
#banner .divForm .w_Form .often_question a:focus,
#banner .divForm .w_Form .often_question a:active{
    text-decoration: none;
}
#banner .divForm .w_Form .formLogin{
    padding: 30px 25px;
    background-color: rgba(255, 255, 255, 0.9);
}


/*=================TEXT====================*/
.vnt-text{
    padding: 55px 0 20px 0;
    background: #1b1d1f;  
    color:#cccccc;
    font-size: 16px;
    line-height: 26px;  
}
.vnt-text .wrap-text{
    padding-left: 200px;
}
.vnt-text .text1{
    font-size: 28px;
    line-height: 38px;
    color:#f87222;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.vnt-text .text1 span{
    font-weight: bold;
    color:#b4d351;
    display: inline-block;
    color:#b4d351;
}
/*=================TEXT====================*/
.style_node .sn_title{
    border-bottom: 1px solid;
}
.bgc1{
    background-color: #1b1d1f;
}
.bb1{
    border-bottom-color: #b4d351;
}
.color1{
    color:#b4d351
}
.bgc2{
    background-color: #b4d351;
}
.bgc3{
    background-color: #23272a;
}
.bgc4{
    background-color: #cccccc;
}
.bb2{
    border-bottom-color: #999999;
}
.color2{
    color:#cccccc;
}
.style_node .sn_title .wrapper-title{
    position: relative;
    font-size:30px;
    line-height: 40px;
    padding: 55px 0 15px 200px;
    text-transform: uppercase;
}
.style_node .sn_title .wt-icon{
    position: absolute;
    left:20px;
    bottom:-40px;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 20px solid #2b2f33;
    text-align: center;
    color:#1b1d1f;
    font-size: 70px;
    line-height: 80px;
    padding-top: 15px;
    font-weight: bold;
}
.style_node .sn_title .wt-icon i{
    font-size: 55px;
    line-height: 80px;
}
.style_node .sn_title .wt-svg{
    position: absolute;
    left:19px;
    bottom:-42px;
}
.style_node .sn_content{
    font-size:16px;
    line-height: 26px;
    color: #cccccc;
}
.style_node .sn_content .wrap-content{
    padding: 55px 0 20px 200px;
    background-image: url(../images/bg-content.png);
    background-position: 96px 0;
    background-repeat: repeat-y;
}
.style_node2{
    background-color: #2b2f33;
    border-top: 1px solid #414448;
    border-bottom: 1px solid #f87222;
}
.style_node2 .wrap_node2{
    position: relative;
    min-height: 105px;
    padding: 25px 0 25px 200px;
}
.style_node2 .wt-icon{
    position: absolute;
    left:20px;
    top:-45px;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 20px solid #2b2f33;
    text-align: center;
    color:#1b1d1f;
    font-size: 70px;
    line-height: 80px;
    padding-top: 15px;
    font-weight: bold;
    background-color: #f87222;
}
.style_node2 .wt-icon i{
    font-size: 55px;
    line-height: 80px;
}
.style_security{
    display: table;
    width: 100%;
}
.style_security .ss_text{
    white-space: nowrap;
    width: 1%;
    display: table-cell;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 10px;
    color: #cccccc;
}
.style_security .ss_text a{
    display: block;
    color: #cccccc;
    font-size: 14px;
    line-height: 20px;
    padding-left: 45px;
    position: relative;
    text-transform: none;
    font-weight: normal;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.style_security .ss_text a:hover{
    color: #f77225;
}
.style_security .ss_text a:after{
    position: absolute;
    top: 0;
    left: 15px;
    content: '\f021';
    font-family: fontawesome;
    font-size: 17px;
    line-height: 20px;
    padding: 0 1px;
    color: #f77225;
}
.style_security .wrap-input{
    display: table-cell;
    width: 100%;
}
.style_security .wrap-input .input-group{
    width: 100%;
}
.style_security .wrap-input .input-group .input-group-img{
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: top;
}
.style_security .wrap-input .input-group .input-group-img img{
    max-width: none;
}
.style_security .wrap-input .input-group .form-control{
    height: 50px;
    border: 1px solid rgba(255,255,255,0.15);
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    line-height: 24px;
    color: #cccccc;
}
.text-right{
    text-align: right;
}
.text-right button.btn{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #1b1d1f;
    padding: 13px 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #b2d347;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    z-index: 1;
    outline: none;
}
.text-right button.btn:active{
    outline: none;
}
.text-right button.btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.text-right button.btn:hover:after {
    opacity: 1;
    background-color: rgba(0,0,0,0.2);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.text-right button.btn span{
    position: relative;
    z-index: 1;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.ul_list li{
    position: relative;
    padding-left:30px;
    margin-bottom:5px;    
}
.ul_list li:after{
    position: absolute;
    font-family: fontawesome;
    content: '\f046';
    font-size: 20px;
    line-height: 26px;
    top: 0;
    left: 0;
    color: #b4d351;
}
ul.ul_input li{
    margin-bottom: 5px;
}
.manager .node{
    padding: 20px 0;
    border-top: 1px dotted #44474a;
}
.manager .node:first-child{
    border-top: none;  
    padding-top:10px;  
}
.manager .node .node_title{
    font-size: 16px;
    line-height: 26px;
    color:#f87222;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.manager .node .node_title span{
    font-weight: normal;
    text-transform: none;
}
.manager .node .node_content .md-radio,
.manager .node .node_content .md-checkbox{
    margin-bottom: 5px;
} 
.style_italic{
    font-style: italic;
    color:#f87222;
    display: inline !important;
    position: static !important;
}
.style_note{
    font-style: italic;
}
.style_note span{
    color:#f87222;
}
.style_input{
    margin-bottom: 30px;
}
.input-table{
    width: 100%;
    display: table;
}
.input-table .input-text{
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    padding-right:10px;
    vertical-align: middle;
}
.input-table .input-text label{
    font-weight: normal;
}
.input-table .input-text span{
    color:#f87222;
}
.input-table .input-input{
    display: table-cell;
    width: 100%;
}
.effect-input{
    width: 100%;
    position: relative;
}
.effect-input .form-control{
    border: none;
    background: transparent;
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    line-height: 26px;
    color: #cccccc;
}
.effect-input .form-control:focus ~ .addsvg .graphic{
    stroke-dashoffset:0 !important;
}
.effect-input .addsvg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}
.effect-input .addsvg .graphic{
    position: absolute;
    height: 100%;
    -webkit-transform: scale3d(1, -1, 1);
    transform: scale3d(1, -1, 1);
    -webkit-transition: stroke-dashoffset 0.3s;
    transition: stroke-dashoffset 0.3s;
    pointer-events: none;
    stroke: #666666;
    fill: transparent;
}
.effect-input .form-control:active{
    outline: none;
}
.style-color{
    font-size: 25px;
    line-height:35px;
    text-transform: uppercase;
    color:#b4d351;
}
.input-text .style-domain{
    padding-left: 10px;
    color: #b4d351;    
}
.input-text .style-domain a {color: #b4d351;    }
.input-text .style-domain span{
    font-style: italic;
    color: #cccccc;
}
.input-text .style-domain span span{
    color: #f87222;
}
.style-calendar{
    margin-bottom: 15px;
}
.style-calendar .input-group{
    width: 100%;
}
.style-calendar .input-group .input-text{
    display: table-cell;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    padding-right: 10px;
}
.style-calendar .input-group .input-text .style_fwc{
    text-transform: uppercase;
    font-weight: bold;
    color: #f87222;
}
.style-calendar .input-group .input-group-btn{
    width: 120px;
    padding-right: 10px;
}
.style-calendar .input-group .input-group-btn .dropdown .btn{
    width: 100%;
    border: 1px solid rgba(255,255,255,0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
    color: #cccccc;
    position: relative;
    outline: 0;
}
.style-calendar .input-group .input-group-btn .dropdown .caret{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.style-calendar .input-group .input-group-btn .dropdown .dropdown-menu{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.style-calendar .input-group .form-control{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.15);
    background: transparent;
    color: #cccccc;
}
.style-calendar .input-group .form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(180,211,81,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(180,211,81,.6);
}
.md-checkbox{position:relative}.md-checkbox.md-checkbox-inline{display:inline-block}.form-inline .md-checkbox.md-checkbox-inline{margin-right:20px;top:3px}.md-checkbox input[type=checkbox]{visibility:hidden;position:absolute}.md-checkbox label{cursor:pointer;padding-left:30px;font-weight: normal;}.md-checkbox label>span{display:block;position:absolute;left:0;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;transition-duration:.3s}.md-checkbox label>span.inc{background:#fff;left:-20px;top:-20px;height:60px;width:60px;opacity:0;border-radius:50%!important;-moz-border-radius:50%!important;-webkit-border-radius:50%!important;-webkit-animation:growCircle .3s ease;-moz-animation:growCircle .3s ease;animation:growCircle .3s ease}.md-checkbox label>.box{top:0;border:1px solid #cccccc;height:20px;width:20px;z-index:5;-webkit-transition-delay:.2s;-moz-transition-delay:.2s;transition-delay:.2s}.md-checkbox label>.check{top:-4px;left:6px;width:10px;height:20px;border:2px solid #b4d351;border-top:none;border-left:none;opacity:0;z-index:5;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition-delay:.3s;-moz-transition-delay:.3s;transition-delay:.3s}.md-checkbox input[type=checkbox]:checked~label>.box{opacity:0;-webkit-transform:scale(0) rotate(-180deg);-moz-transform:scale(0) rotate(-180deg);transform:scale(0) rotate(-180deg)}.md-checkbox input[type=checkbox]:checked~label>.check{opacity:1;-webkit-transform:scale(1) rotate(45deg);-moz-transform:scale(1) rotate(45deg);transform:scale(1) rotate(45deg)}.md-checkbox input[type=checkbox]:disabled:checked~label>.check,.md-checkbox input[type=checkbox]:disabled~label,.md-checkbox input[type=checkbox]:disabled~label>.box,.md-checkbox input[type=checkbox][disabled]:checked~label>.check,.md-checkbox input[type=checkbox][disabled]~label,.md-checkbox input[type=checkbox][disabled]~label>.box{cursor:not-allowed;opacity:.7;filter:alpha(opacity=70)}.has-error .md-checkbox label,.has-error.md-checkbox label{color:#e73d4a}.has-error .md-checkbox label>.box,.has-error .md-checkbox label>.check,.has-error.md-checkbox label>.box,.has-error.md-checkbox label>.check{border-color:#e73d4a}.has-success .md-checkbox label,.has-success.md-checkbox label{color:#27a4b0}.has-success .md-checkbox label>.box,.has-success .md-checkbox label>.check,.has-success.md-checkbox label>.box,.has-success.md-checkbox label>.check{border-color:#27a4b0}.has-warning .md-checkbox label,.has-warning.md-checkbox label{color:#c29d0b}.has-warning .md-checkbox label>.box,.has-warning .md-checkbox label>.check,.has-warning.md-checkbox label>.box,.has-warning.md-checkbox label>.check{border-color:#c29d0b}.has-info .md-checkbox label,.has-info.md-checkbox label{color:#327ad5}.has-info .md-checkbox label>.box,.has-info .md-checkbox label>.check,.has-info.md-checkbox label>.box,.has-info.md-checkbox label>.check{border-color:#327ad5}.form-md-checkboxes>label{font-size:14px;color:#888;opacity:1;filter:alpha(opacity=100)}.form-md-checkboxes.has-error label{color:#ed6b75}.form-md-checkboxes.has-info label{color:#659be0}.form-md-checkboxes.has-success label{color:#ffffff}.form-md-checkboxes.has-warning label{color:#F1C40F}.md-checkbox-list{margin:5px 0}.form-horizontal .md-checkbox-list{margin-top:5px}.md-checkbox-list .md-checkbox{display:block;margin-bottom:10px}.md-checkbox-list .md-checkbox:last-child{margin-bottom:0}.md-checkbox-inline{margin:5px 0}.form-horizontal .md-checkbox-inline{margin-top:7px}.md-checkbox-inline .md-checkbox{display:inline-block;margin-right:20px}.md-checkbox-inline .md-checkbox:last-child{margin-right:0}@-webkit-keyframes growCircle{0%,100%{-webkit-transform:scale(0);opacity:1}70%{background:#eee;-webkit-transform:scale(1.25)}}@-moz-keyframes growCircle{0%,100%{-moz-transform:scale(0);opacity:1}70%{background:#eee;-moz-transform:scale(1.25)}}@keyframes growCircle{0%,100%{transform:scale(0);opacity:1}70%{background:#eee;transform:scale(1.25)}}
.md-radio{position:relative}.md-radio input[type=radio]{visibility:hidden;position:absolute}.md-radio label{cursor:pointer;padding-left:30px;font-weight:normal}.md-radio label>span{display:block;position:absolute;left:0;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;transition-duration:.3s}.md-radio label>span.inc{background:#fff;left:-20px;top:-20px;height:60px;width:60px;opacity:0;border-radius:50%!important;-moz-border-radius:50%!important;-webkit-border-radius:50%!important;-webkit-animation:growCircleRadio .3s ease;-moz-animation:growCircleRadio .3s ease;animation:growCircleRadio .3s ease}.md-radio label>.box{top:0;border:2px solid #ffffff;height:20px;width:20px;border-radius:50%!important;-moz-border-radius:50%!important;-webkit-border-radius:50%!important;z-index:5}.md-radio label>.check{top:5px;left:5px;width:10px;height:10px;background:#ffffff;opacity:0;z-index:6;border-radius:50%!important;-moz-border-radius:50%!important;-webkit-border-radius:50%!important;-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}.md-radio input[type=radio]:checked~label>.check{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.md-radio input[type=radio]:disabled:checked~label>.check,.md-radio input[type=radio]:disabled~label,.md-radio input[type=radio]:disabled~label>.box,.md-radio input[type=radio][disabled]:checked~label>.check,.md-radio input[type=radio][disabled]~label,.md-radio input[type=radio][disabled]~label>.box{cursor:not-allowed;opacity:.7;filter:alpha(opacity=70)}.has-error .md-radio label,.has-error.md-radio label{color:#e73d4a}.has-error .md-radio label>.box,.has-error.md-radio label>.box{border-color:#e73d4a}.has-error .md-radio label>.check,.has-error.md-radio label>.check{background:#e73d4a}.has-success .md-radio label,.has-success.md-radio label{color:#27a4b0}.has-success .md-radio label>.box,.has-success.md-radio label>.box{border-color:#27a4b0}.has-success .md-radio label>.check,.has-success.md-radio label>.check{background:#27a4b0}.has-warning .md-radio label,.has-warning.md-radio label{color:#c29d0b}.has-warning .md-radio label>.box,.has-warning.md-radio label>.box{border-color:#c29d0b}.has-warning .md-radio label>.check,.has-warning.md-radio label>.check{background:#c29d0b}.has-info .md-radio label,.has-info.md-radio label{color:#327ad5}.has-info .md-radio label>.box,.has-info.md-radio label>.box{border-color:#327ad5}.has-info .md-radio label>.check,.has-info.md-radio label>.check{background:#327ad5}.form-md-radios>label{font-size:14px;color:#888;opacity:1;filter:alpha(opacity=100)}.form-md-radios.has-error label{color:#ed6b75}.form-md-radios.has-info label{color:#659be0}.form-md-radios.has-success label{color:#36c6d3}.form-md-radios.has-warning label{color:#F1C40F}.md-radio-list{margin:5px 0}.form-horizontal .md-radio-list{margin-top:5px}.md-radio-list .md-radio{display:block;margin-bottom:10px}.md-radio-inline{margin:5px 0}.form-horizontal .md-radio-inline{margin-top:7px}.md-radio-inline .md-radio{display:inline-block;margin-right:20px}.md-radio-inline .md-radio:last-child{margin-right:0}@-webkit-keyframes growCircleRadio{0%,100%{-webkit-transform:scale(0);opacity:1}70%{background:#eee;-webkit-transform:scale(1.25)}}@-moz-keyframes growCircleRadio{0%,100%{-moz-transform:scale(0);opacity:1}70%{background:#eee;-moz-transform:scale(1.25)}}@keyframes growCircleRadio{0%,100%{transform:scale(0);opacity:1}70%{background:#eee;transform:scale(1.25)}}
.vnt-proccess{
    padding: 70px 0 10px;
    background: #1b1d1f;
    text-align: center;
}
.vnt-proccess .vp-title{
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
}
.vnt-proccess .vp-title h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: normal;
}
.vnt-proccess .vp-logo{
    margin-bottom: 20px;
}
.vnt-proccess .vp-logo img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.vnt-proccess .vp-content{
    position: relative;
}
 


.vnt-proccess .vp-content img {max-width: none!important ; height: 100% !important}
/*.vnt-proccess .vp-content:after{
    position: absolute;
    content: '';
    left: -300px;
    bottom: -70px;
    background: url("../images/bg-hand.png") no-repeat 0 0;
    width: 348px;
    height:345px;
    z-index: 10
}
*/


/*vnt-support*/
.vnt-support {
    padding: 70px 0;
    background: url("../images/footer_support.jpg") center no-repeat;
    min-height: 700px;
}
.vnt-support .s-title {     color: #ffffff; text-align: center;}
.vnt-support .s-title h2 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
}
.vnt-support .s-title .sub-title {
    font-size: 35px;
    line-height: 40px;
}

.vnt-support .s-list {
    padding-top: 30px;
    width: 100%;
    margin: 0px auto;
    text-align: left;
}

.vnt-support .s-list ul {list-style: none}
.vnt-support .s-list li {
    margin-bottom: 10px;
    background: #ffffff;
    padding: 20px;

    color: #333333;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;

}
.vnt-support .s-list .li-phone {
    font-size: 35px;
    line-height: 36px;
}
.vnt-support .s-list .li-phone a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
}
.vnt-support .s-list .li-phone span {
    display: block;
    background-image: url("../images/s_phone.png") ;
    background-position: center;
    background-repeat: no-repeat;
}
.vnt-support .s-list .li-phone span.s-zalo {
    background-image: url("../images/s_zalo.png") ;
}
.vnt-support .s-list .li-phone span.s-viber {
    background-image: url("../images/s_viber.png") ;
}

.vnt-support .s-list .li-phone .phone-text {
    float: left;
    width:130px;
}

.vnt-support .s-list .li-phone .phone-num {
    float: right;
    width: calc(100% - 135px);
}


.vnt-support .s-list .li-email {
    background: #a2c439;
}
.vnt-support .s-list .s-email {
    display: block;
    position: relative;
    padding-left: 50px;
    font-size: 26px;
    color: #111111;
    line-height: 36px;
}
.vnt-support .s-list .s-email::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0e0";
    left:0;
    color: #a2c439;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    padding: 5px;
    background: #000000;
    width: 36px;
    height: 36px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}


.vnt-support .s-list li.li-address {
    background: #f68b1f;
    font-size: 18px;
    color: #111111;
    line-height: 22px;
}
.vnt-support .s-list .s-map {
    display: block;
    position: relative;
    padding-left: 50px;
}
.vnt-support .s-list .s-map::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f041";
    left:0;
    color: #f68b1f;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    padding: 5px;
    background: #000000;
    width: 36px;
    height: 36px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}



.tooltipster-default{
    border-color: #b4d351 !important;
    color: #b4d351 !important;
    background-color: #1d1b1a !important;
}









/*Resp*/
@media screen and (max-width:1024px){
    .vnt-proccess .vp-content:after{
        display: none;
    }
}
@media screen and (max-width:1023px){


    .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;
    }

    .vnt-text .wrap-text{
        text-align: center;
        padding-left: 0;
    }
    .style_node .sn_content .wrap-content{
        padding: 35px 0 35px 0;
        background-image: none;
    }
    .style_node .sn_title{
        border-bottom:none;
    }
    .style_node .sn_title.bgc1,
    .style_node .sn_title.bgc3{
        background: transparent;
    }
    .style_node .sn_title .wrapper-title{
        padding: 0;
    }
    .style_node .sn_title .wrap-icon{
        position: relative;
        height: 110px;
        border-bottom: 1px solid;
        margin: 0 -15px;
    }
    .style_node .sn_title.bb1 .wrap-icon{
        border-bottom-color: #b4d351;
    }
    .style_node .sn_title.bb2 .wrap-icon{
        border-bottom-color: #999999;
    }
    .style_node .sn_title.bgc1 .wrap-icon{
        background-color: #1b1d1f;
    }
    .style_node .sn_title.bgc3 .wrap-icon{
        background-color: #23272a;
    }
    .style_node .sn_title .wt-text{
        padding: 55px 15px 0 15px;
        text-align: center;
        margin: 0 -15px;
    }
    .style_node .sn_title .wt-text.bgcMB1{
        background-color: #1b1d1f;
    }
    .style_node .sn_title .wt-text.bgcMB3{
        background-color: #23272a;
    }
    .style_node .sn_title .wt-icon{
        left:50%;
        margin-left: -75px;
    }
    .style_node .sn_title .wt-svg{
        left:50%;
        margin-left: -76px;
    }
    .style_node2 .wrap_node2{
        padding: 120px 0 25px 0;
    }
    .style_node2 .wt-icon{
        left:50%;
        top: -35px;
        margin-left: -75px;
    }
    .vnt-proccess{
        padding: 50px 0 0;
    }
    .vnt-proccess .vp-title,
    .vnt-proccess .vp-title h2{
        font-size: 40px;
        line-height: 50px;
    }
    .vnt-text {
        padding-top: 30px;
    }
}
@media screen and (max-width:991px){
    .style_security{
        margin-bottom: 15px;
    }
    .text-right button.btn{
        width: 100%;
    }
}
@media screen and (max-width:768px){


    .vnt-support {
        background: #1e2329;
    }


}
@media screen and (max-width:767px){
    .input-table.min768{
        display: block;
    }
    .input-table.min768 .input-text{
        display: block;
        width: 100%;
        white-space: normal;
    }
    .input-table.min768 .input-input{
        display: block;
    }
    .input-table.min768 .input-text .style-domain{
        padding-top: 10px;
    }
    .style-calendar .input-group .input-text{
        width: 90px;
    }
    .style_security{
        display: block;
    }
    .style_security .wrap-input{
        display: block;
        margin-bottom: 15px;
    }
    .style_security .ss_text{
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .style_security .ss_text a{
        display: inline-block;
        padding: 10px 0 10px 45px;
    }
    .style_security .ss_text a:after{
        top: 10px;
    }
}
@media screen and (max-width:480px){

    .input-table.min480{
        display: block;
    }
    .input-table.min480 .input-text{
        display: block;
        width: 100%;
        white-space: normal;
    }
    .input-table.min480 .input-input{
        display: block;
    }

    .vnt-support .s-list {
        width: 100%;
    }
}
@media screen and (max-width:479px){
    .vnt-proccess .vp-title, .vnt-proccess .vp-title h2{
        font-size: 30px;
        line-height: 40px;
    }

    .vnt-support .s-list .li-phone {
        font-size: 20px;
    }


    .vnt-support .s-list .s-email {
        font-size: 20px;
    }
    .vnt-support .s-list li.li-address {
        font-size: 15px;
    }

}
@media screen and (max-width:360px){
    .Trust a{
        font-size: 15px;
    }
    .style-calendar .input-group .input-text {
        width: 80px;
    }
    .style-calendar .input-group .input-group-btn{
        width: 100px;
    }

}


@media screen and (max-width:375px){

    .vnt-support .s-list .s-email {
        font-size: 16px;
    }
    .vnt-support .s-list li.li-address {
        font-size: 14px;
    }

}


.vnt-support .s-title h2 {
    font-family: "Open Sans";
    font-style: italic;
    font-size: 35pt;
}
.vnt-support .s-title .sub-title {
    font-family: "Open Sans";
    font-style: italic;
    font-size: 25pt;
}

.vnt-support .s-title .sub-title {
    margin-bottom: 10px;
}

.support-box {
    width: 470px;
    margin: 0px auto 10px;
    background: #ffffff;
    padding: 20px;
    color: #333333;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    font-family: "Open Sans";
}

.support-box .b-title {
    font-style: italic;
    font-size: 30pt;
    line-height: 35px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #36567d;
    text-align: center;
}
.support-box .b-title span {
    display: inline-block;
    position: relative;
}
.support-box .b-title span::before {
    position: absolute;
    content: "";
    left: -25px;
    bottom: -15px;
    width: 180px;
    border-bottom: 4px solid #6a93c4;
}

.vnt-support .s-list {
    padding: 0;
}

.support-box .b-list {
    padding-top: 10px;
    text-align: left;
}
.support-box .b-phone {
    color: #36567d;
    font-size: 20pt;
    line-height: 30px;
    text-align: center;
    font-style: italic;
}
.vnt-support .b-list ul {
    list-style: none;
}
.vnt-support .b-list li {
    margin-bottom: 15px;
    background: #ffffff;

    color: #333333;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;

}
.vnt-support .b-list .li-phone {
    color: #36567d;
    font-size: 25pt;
    line-height: 35px;
    font-style: italic;
}
.vnt-support .b-list .li-phone a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
}
.support-box .b-list .li-phone span {
    display: block;
    background-image: url("../images/s_phone.png") ;
    background-position: center;
    background-repeat: no-repeat;
}
.support-box .b-list .li-phone span.s-zalo {
    background-image: url("../images/s_zalo.png") ;
}
.support-box .b-list .li-phone span.s-viber {
    background-image: url("../images/s_viber.png") ;
}

.support-box .b-list .li-phone .phone-text {
    float: left;
    width:130px;
}

.support-box .b-list .li-phone .phone-num {
    float: right;
    width: calc(100% - 135px);
}

.support-box a {
    color: #36567d;
}


@media screen and (max-width:479px){
    .support-box {
        width: 100%
    }

    .support-box .b-phone {
        
        font-size: 25px;
    }

    .vnt-support .b-list .li-phone { 
        font-size: 25px; 
    } 
}









/*Thai Son*/

.vnt-form .btn-reset-code {
    height: 50px;
    width: 50px;
    font-size: 20px;
}

.note-file {
    font-size: 12px;
    color:#666;
}
.down-file {
    padding: 10px;
    text-align: center;
}
.down-file span {  background: #f87222;  position: relative ; display: inline-block ; cursor: pointer ; color: #ffffff ; padding: 5px 15px ;


    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;

    overflow: hidden;
    z-index: 1;
    outline: none;
}
.down-file span:hover{
    color: #FFFFFF;
}
.down-file span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.down-file span:hover::after {
    opacity: 1;
    background-color: rgba(0,0,0,0.2);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}



/*file-input */
.file-input .btn-file {
    cursor: pointer;
    background: #3e3f41;
    border: solid 1px #3d3e40;
    height: 40px;
    line-height: 25px;
}
.file-input .file-error-message {
    margin: 5px 0 ;
}

.file-input .file-caption {
   border: solid 1px #3d3e40;
    position: relative;

}
.file-input .file-caption input {
    border: none;
    color: #cccccc;
    height: 40px;
    line-height: 25px;
    padding-left: 35px;
}
.file-input .file-caption button {
    height: 40px;
    line-height: 25px;
}
.file-input .file-caption-icon {
    position: absolute;
    display: block;
    width: 20px;
}

.file-input .file-caption-icon::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 30px;
    left: 0;
    top: 5px;
    background: url("../images/icon_file.png") no-repeat;
}

.mess_success  {
    font-size: 14px;
    line-height: 24px;
 }
.mess_success b {
font-size: 16px;
line-height: 25px;
color: #f87222 ;
}

#PopupSuccess .modal-header {
background: #b2d347 ;
color: #ffffff
}

#PopupSuccess .btn {
 background: #f87222 !important ;
 border-color: #f87222 !important ;
}