*:active,*:focus{
    outline: 0;
}
a, a:hover, a:visited, a:focus{
	text-decoration: none;
}
body,html{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #373435;
}
*:focus{
	outline: 0;
}
a{
	color:#373435;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover{
	color: #06689d;
}
#vnt-container{
	max-width: 1920px;
	margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.wrapper{
	max-width:1200px;
    padding: 0 15px;
	margin:0 auto; 
}
div#vnt-slide img,
div#vnt-slide-home img {
    width: 100%;
}
.wrapCont {
    padding-bottom: 60px;
}
.slick-init .item{
    display: none;
}
.slick-init .item.slick-slide,
.slick-init .item:first-child{
    display: block;
}
/*==================END SETUP======================*/
/*==================BEGIN HEADER===================*/
#vnt-header{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
#vnt-header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.12);
    z-index:105;
}
#vnt-header.fixed .logo{
    max-width: 150px;
}
#vnt-header.fixed .menuNav>ul>li>a{
    padding: 25px 20px;
}
/*==============================*/
#vnt-header .wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#vnt-header .logo{
    max-width: 172px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#vnt-header .menuNav>ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
#vnt-header .menuNav>ul>li{
    position: relative;
}
#vnt-header .menuNav>ul>li a{
    text-transform: uppercase;
}
#vnt-header .menuNav>ul>li>.sub {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    color: #9d9d9d;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    display: none;
}
#vnt-header .menuNav>ul>li>.sub:before {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#vnt-header .menuNav>ul>li.active>.sub:before{
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
#vnt-header .menuNav>ul>li>a {
    display: block;
    font-weight: 600;
    padding: 39px 20px;
}
#vnt-header .menuNav>ul>li:hover>a,
#vnt-header .menuNav>ul>li.current>a{
    color:#06689d;
}
#vnt-header .menuNav>ul>li:hover>ul{
    display: block;
}
#vnt-header .menuNav>ul>li>ul{
    background:#373435;
    padding: 9px 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    min-width: 200px;
    display: none;
}
#vnt-header .menuNav>ul>li>ul>li>a {
    font-size: 11px;
    line-height: 21px;
    color: #9d9d9d;
    display: block;
    padding: 5px 20px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
}
#vnt-header .menuNav>ul>li>ul>li>a:hover{
    color:#ffffff;
}
#vnt-header .menuMobile {
    color: #9d9d9d;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 23px;
    position: relative;
}
#vnt-header .menuMobile i{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*==================END HEADER=====================*/
/*==================BEGIN TOUCH====================*/
.wrapTouch{
    background: #06689d;
    height: 130px;
}
.wrapTouch .wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.wrapTouch .txt{
    color:#ffffff;
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 600;
}
.wrapTouch .link a {
    display: inline-block;
    background: #373435;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    padding: 11px 26px;
    border-radius: 5px;
}
.wrapTouch .link a:hover{
    background: #ffffff;
    color:#373435;
}
/*==================END TOUCH======================*/
/*==================BEGIN BREADCRUMB===============*/
.vnt-main-top{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height:245px;
    margin-bottom: 35px;
}
.vnt-main-top .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    height: 100%;
}
.vnt-main-top .pageTitle{
    font-size: 47px;
    line-height: 57px;
    font-weight: 600;
    color:#ffffff;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
}
.vnt-main-top .pageTitle:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    border-bottom: solid 2px #ffffff;
}
.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 0;
}
.breadcrumb ul {
    text-align: right;
    float: right;
    width: initial
}
.breadcrumb ul li {
    padding: 0;
    margin: 0 10px;
    float: left;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
}
.breadcrumb ul li:first-child {
    margin-left: 0;
    font-weight: bold;
}
.breadcrumb ul li a {
    font-size: inherit;
    line-height: inherit;
    color:inherit;
}
.breadcrumb ul li:after {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 300;
}
.breadcrumb ul li:last-child:after {
    content: initial
}
.breadcrumb ul li:last-child {
    margin-right: 0
}
/*==================END BREADCRUMB=================*/
/*================BEGIN MENU SIDEBAR===============*/
.menuSidebar{
    margin-bottom: 20px;
}
.menuSidebar .title {
    font-size: 16px;
    line-height: 24px;
    background: #ea4725;
    text-transform: uppercase;
    padding: 8px 25px;
    color: #ffffff;
    font-weight: bold;
}
.menuSidebar ul{
    border: solid 1px #dddddd;
    border-top: none;
}
.menuSidebar ul li a {
    display: block;
    padding: 12px 0px;
    padding-left: 35px;
    border-bottom: solid 1px #dddddd;
    border-left: solid 3px #ffffff;
    position: relative;
}
.menuSidebar ul li a:before{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left:15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menuSidebar ul li:last-child a{
    border-bottom: none;
}
.menuSidebar ul li:hover>a{
    color:#f44236;
}
.menuSidebar ul li.active a {
    border-left-color: #ea4725;
    color: #ea4725;
}
.menuSidebar ul li ul li a{
    background: #303030;
    font-weight: normal;
    border:none;
    padding-left: 45px;
    border-bottom: solid 1px #454545;
    position: relative;
}
.menuSidebar ul li ul li a:before{
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#ffffff;
    left:25px;
    font-size: 5px;
}
.menuSidebar ul li ul li.active a,
.menuSidebar ul li ul li:hover a{
    color:#b35de4;
}
/*================END MENU SIDEBAR=================*/
/*==================BEGIN BOX MID==================*/
.box_mid .mid-title{
    margin-bottom: 35px;
    padding-bottom: 15px;
}
.box_mid .mid-title:before{
    content: "";
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    width:40px;
    border-bottom:solid 3px #06689d;
}
.box_mid .mid-title .titleL{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}
.box_mid .mid-title .titleL h1{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
/*==================END BOX MID====================*/
/*=================BEGIN MENU TAB==================*/
.menuTab{
    margin-bottom: 35px;
    text-align: center;
}
.menuTab ul li:first-child{
    margin-left: 0;
}
.menuTab ul li:last-child{
    margin-right: 0;
}
.menuTab ul li {
    display: inline-block;
    margin: 0 7px;
}
.menuTab ul li a {
    display: block;
    background: #dbdbdb;
    padding: 9px 20px;
    border: ;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
.menuTab ul li a:hover, .menuTab ul li.active a {
    background: #ea4725;
    color:#ffffff;
}
/*=================END MENU TAB====================*/
/*================BEGIN : SELECT J=================*/
.select-j {
    margin-bottom: 25px;
    position: relative;
}
.select-j.mb{
    margin-bottom: 20px;
}
.select-j .title {
    padding: 9px 20px;
    position: relative;
    border: solid 1px #e94725;
    color: #e94725;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.select-j .title:before{
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 26px;
}
.select-j .title:hover {
    cursor: pointer;
}
.select-j .content {
    position: absolute;
    left: 0;
    top: 104%;
    background: #fff;
    border: solid 1px #d0d0d0;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    z-index: 1;
    display: none;
}
.select-j .content ul li a {
    padding: 11px 15px;
    border-bottom: solid 1px #e2e2e2;
    display: block;
    color: #333;
    text-transform: uppercase;
}
.select-j .content ul li a:hover {
    color: #e32528;
}
/*================BEGIN: SELECT J==================*/
/*================BEGIN PAGINATION=================*/
.pagination ul li span.pagecur, .pagination ul li a{
    border:none;
    background: #ffffff;
    color:#b4b4b4;
    border:solid 2px #e5e5e5;
    border-radius: 5px;
}
.pagination ul li a:hover, .pagination ul li span.pagecur{
    background: #06689d;
    border-color:#06689d;
    color:#ffffff;
}
/*================END PAGINATION===================*/
/*================BEGIN: COMMENT===================*/
.comment{
    margin-bottom: 20px;
}
.comment .title{
    font-size: 17px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.formComment .form-control{
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.formComment textarea.form-control{
    resize: vertical;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    height: 100px;
}
.formComment .input-group-btn{
    padding-left: 5px;
    vertical-align: top;
}
.formComment .input-group-img{
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}
.formComment .input-group-img img{
    max-width: none;
}
.formComment button.btn{
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.formComment button.btn:hover{
    background: #06689d;
}
.formComment button.btn:active{
    outline: none;
}
.formComment button.btn span{
    color: #ffffff;
}
.formComment .w_content .content-info{
    padding: 15px;
    clear: both;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: none;
}
.formComment .w_content .content-info .info-title{
    margin-bottom: 10px;
}
.formComment .w_content .content-info .form-control{
    float: none;
    margin-bottom: 10px;
}
.r_content .form-control{
    margin-bottom: 5px;
    border-radius: 0;
}
/* =====Reply Comment ======*/
.r_content{
    margin-bottom: 10px;
}
.r_content textarea{
    border-radius: 0;
}
.r_content button.btn{
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.r_content button.btn:hover{
    background: #da251c;
}
.r_content button.btn:active{
    outline: none;
}
.r_content button.btn span{
    color: #ffffff;
}
/*=================================*/
.grid-comment{
    margin-bottom: 20px;
}
.grid-comment .node-commnet{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.grid-comment .node-commnet .avatar{
    width: 55px;
    float: left;
}
.grid-comment .node-commnet .avatar img{
    width: 100%;
}
.grid-comment .node-commnet .info-comment{
    margin-left: 70px;
}
.grid-comment .node-commnet .info-comment .info-preson{
    font-size: 12px;
    line-height: 25px;
    color: #7c7c7c;
}
.grid-comment .node-commnet .info-comment .info-preson .name{
    font-size: 14px;
    color: #cd211e;
    font-weight: bold;
}
.grid-comment .node-commnet .info-comment .ccomment{
    font-size: 14px;
    line-height: 25px;
}
.grid-comment .node-commnet .info-comment .linkanswer{
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #373435;
}
.grid-comment .node-commnet .info-comment .linkanswer a{
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: #373435;
}
.grid-comment .node-commnet .info-comment .linkanswer a:hover{
    text-decoration: underline;
}
.grid-comment .node-commnet .info-comment .linkanswer a:after{
    position: absolute;
    font-family:"fontawesome";
    content:"\f054";
    top:2px;
    right: 0;
    color: #373435;
    font-size: 7px;
}
.listanswer .nodeanswer{
    background-color: #f2f2f2;
    margin-bottom:1px;
    padding: 10px;
}
/*==================END: COMMENT===================*/
/*==================BEGIN FOOTER===================*/
.mainFooter{
    padding: 60px 0 65px;
    background: #000000;
}
.infoFoot .logoFoot{
    max-width: 250px;
    margin-bottom: 25px;
}
.infoFoot .cont{
    color:#ffffff;
}
.boxBot .title{
    font-size: 18px;
    line-height: 26px;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}
.botLink ul li{
    margin-bottom: 10px;
}
.botLink ul li a{
    display: block;
    font-size: 15px;
    line-height: 23px;
    color:#06689d;
}
.botLink ul li a:hover{
    color:#3fb0ec;
}
.contactFoot{
    font-size: 15px;
    line-height: 23px;
    color:#ffffff;
    margin-bottom: 20px;
}
.contactFoot a.link{
    color:#06689d;
}
.contactFoot a.link:hover{
    color:#3fb0ec;
}
.vnt-social ul:after{
    display: block;
    content: '';
    clear: both;
}
.vnt-social ul li{
    float:left;
    margin: 0 5px;
}
.vnt-social ul li:first-child{
    margin-left: 0;
}
.vnt-social ul li:last-child{
    margin-right: 0;
}
.vnt-social ul li span{
    display: block;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
    padding: 10px 10px 10px 0;
}
.vnt-social ul li a{
    width:40px;
    height:40px;
    color:#ffffff;
    display: table;
}
.vnt-social ul li a i{
    width:100%;
    height:100%;
    background: #00aeef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    -moz-transform:rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    -webkit-transform:rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    -o-transform:rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    -ms-transform:rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    transform:rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
.vnt-social ul li a:hover i{
    -moz-transform:rotateY(-180deg) rotateX(-180deg) rotateZ(-180deg);
    -webkit-transform:rotateY(-180deg) rotateX(-180deg) rotateZ(-180deg);
    -o-transform:rotateY(-180deg) rotateX(-180deg) rotateZ(-180deg);
    -ms-transform:rotateY(-180deg) rotateX(-180deg) rotateZ(-180deg);
    transform:rotateY(-180deg) rotateX(-180deg) rotateZ(-180deg);
    background: #faa21b;
    color: #ffffff;
    border-color: #faa21b;
}
.botFooter {
    background: #212121;
    padding: 19px 0px;
}
.copyright{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-self: center;
    justify-content: center;
    color:#ffffff;
}
.copyright span.per{
    margin-left: 5px;
    margin-right: 5px;
}
.copyright .copy {
    display: block;
    color:#cccccc;
    font-style: italic;
    font-size: 13px;
    line-height: 21px;
}
.copyright .copy strong{
    color:#ffffff;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.copyright .tkw a {
    color: #cccccc;
    font-style: italic;
    font-size: 13px;
    line-height: 21px;
}
.copyright .tkw strong a{
    color:#ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
}
/*==================END FOOTER=====================*/
/*==================GO TOP=========================*/
a.go_top {
    width: 40px;
    height: 40px;
    position: fixed;
    background: #06689d;
    bottom: 80px;
    right: 15px;
    border-radius: 100%;
    z-index: 11;
    color:#ffffff;
}
a.go_top:before {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-animation: bouncez 1.2s 500ms infinite;
    -o-animation: bouncez 1.2s 500ms infinite;
    animation: bouncez 1.2s 500ms infinite;
}
@keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {transform: translate(-50%,-50%);}
    40% {transform: translate(-50%,-80%);}
    60% {transform: translate(-50%,-60%);}
}
@-webkit-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(-50%,-50%);}
    40% {-webkit-transform: translate(-50%,-80%);}
    60% {-webkit-transform: translate(-50%,-60%);}
}
@-moz-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translate(-50%,-50%);}
    40% {-moz-transform: translate(-50%,-80%);}
    60% {-moz-transform: translate(-50%,-60%);}
}
@-o-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-o-transform: translate(-50%,-50%);}
    40% {-o-transform: translate(-50%,-80%);}
    60% {-o-transform: translate(-50%,-60%);}
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
#vnt-header.fixed .wrapM{
    height:70px;
}
#vnt-header.fixed .logo{
    max-width: 100px;
}
#vnt-header.fixed .menuNav>ul>li>a{
    padding: 7px 0px;
}
#vnt-header .wrapper{
    display: block;
}
#vnt-header .wrapM{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    height:100px;
    position: relative;
}
#vnt-header .logo{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#vnt-header .menuNav{
    display: none;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 1;
    padding: 0px 15px;
}
#vnt-header.showmenu .menuNav{
    display: block;
}
#vnt-header .menuNav>ul{
    display: block;
}
#vnt-header .menuNav>ul>li{
    border-bottom: solid 1px #eaeaea;
}
#vnt-header .menuNav>ul>li>.sub{
    display: block;
}
#vnt-header .menuNav>ul>li>a{
    padding: 7px 0px;
    font-size: 13px;
    line-height: 26px;
    color:#888888;
    text-transform: none;
}
#vnt-header .menuNav>ul>li>ul {
    position: initial;
    padding: 0;
    background: #ffffff;
    padding-right: 0;
}
#vnt-header .menuNav>ul>li.active>ul{
    display: block !important;
}
#vnt-header .menuNav>ul>li:hover>ul{
    display: none;
}
#vnt-header .menuNav>ul>li>ul>li>a:hover{
    color:#000000;
}
.boxBot {
    margin-bottom: 50px;
}
}

@media all and (max-width: 768px){
.vnt-main-top .wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.breadcrumb ul{
    float:left;
}
.vnt-main-top {
    height: initial;
    padding: 10px 0px;
}
.vnt-main-top .pageTitle {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 33px;
}
.wrapTouch .wrapper {
    flex-direction: column;
    justify-content: center;
}
.wrapTouch{
    height: 220px;
}
.wrapTouch .txt{
    margin-bottom: 20px;
    text-align: center;
}
}

@media all and (max-width: 480px){
    .copyright{
        flex-direction: column;
        text-align: center;
    }
    .copyright span.per{
        display: none;
    }
    .mainFooter{
        padding-bottom:0;
    }
}